| 
    CalculiX
    2.13
    
   A Free Software Three-Dimensional Structural Finite Element Program 
   | 
 
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | film (h, sink, temp, kstep, kinc, time, noel, npt, coords, jltyp, field, nfield, loadtype, node, area, vold, mi, ipkon, kon, lakon, iponoel, inoel, ielprop, prop, ielmat, shcon, nshcon, rhcon, nrhcon, ntmat_, cocon, ncocon, ipobody, xbody, ibody, heatnod, heatfac) | 
| subroutine film | ( | real*8, dimension(2), intent(out) | h, | 
| real*8, intent(inout) | sink, | ||
| real*8, intent(in) | temp, | ||
| integer, intent(in) | kstep, | ||
| integer, intent(in) | kinc, | ||
| real*8, dimension(2), intent(in) | time, | ||
| integer, intent(in) | noel, | ||
| integer, intent(in) | npt, | ||
| real*8, dimension(3), intent(in) | coords, | ||
| integer, intent(in) | jltyp, | ||
| real*8, dimension(nfield), intent(in) | field, | ||
| integer, intent(in) | nfield, | ||
| character*20, intent(in) | loadtype, | ||
| integer, intent(in) | node, | ||
| real*8, intent(in) | area, | ||
| real*8, dimension(0:mi(2),*), intent(in) | vold, | ||
| integer, dimension(*), intent(in) | mi, | ||
| integer, dimension(*), intent(in) | ipkon, | ||
| integer, dimension(*), intent(in) | kon, | ||
| character*8, dimension(*), intent(in) | lakon, | ||
| integer, dimension(*), intent(in) | iponoel, | ||
| integer, dimension(2,*), intent(in) | inoel, | ||
| integer, dimension(*), intent(in) | ielprop, | ||
| real*8, dimension(*), intent(in) | prop, | ||
| integer, dimension(*), intent(in) | ielmat, | ||
| real*8, dimension(0:3,ntmat_,*), intent(in) | shcon, | ||
| integer, dimension(*), intent(in) | nshcon, | ||
| real*8, dimension(0:1,ntmat_,*), intent(in) | rhcon, | ||
| integer, dimension(*), intent(in) | nrhcon, | ||
| integer, intent(in) | ntmat_, | ||
| real*8, dimension(0:6,ntmat_,*) | cocon, | ||
| integer, dimension(2,*) | ncocon, | ||
| integer, dimension(2,*), intent(in) | ipobody, | ||
| real*8, dimension(7,*), intent(in) | xbody, | ||
| integer, dimension(3,*), intent(in) | ibody, | ||
| real*8, intent(out) | heatnod, | ||
| real*8, intent(out) | heatfac | ||
| ) |