CalculiX
2.13
A Free Software Three-Dimensional Structural Finite Element Program
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | materialdata_cfd_comp (nef, vel, shcon, nshcon, ielmatf, ntmat_, mi, cvel, vfa, cocon, ncocon, physcon, cvfa, ithermal, nface, umel, umfa, ielfa, hcfa) |
subroutine materialdata_cfd_comp | ( | integer, intent(in) | nef, |
real*8, dimension(nef,0:7), intent(inout) | vel, | ||
real*8, dimension(0:3,ntmat_,*), intent(in) | shcon, | ||
integer, dimension(2,*), intent(in) | nshcon, | ||
integer, dimension(mi(3),*), intent(in) | ielmatf, | ||
integer, intent(in) | ntmat_, | ||
integer, dimension(*), intent(in) | mi, | ||
real*8, dimension(*), intent(inout) | cvel, | ||
real*8, dimension(0:7,*), intent(inout) | vfa, | ||
real*8, dimension(0:6,ntmat_,*), intent(in) | cocon, | ||
integer, dimension(2,*), intent(in) | ncocon, | ||
real*8, dimension(*), intent(in) | physcon, | ||
real*8, dimension(*), intent(inout) | cvfa, | ||
integer, intent(in) | ithermal, | ||
integer, intent(in) | nface, | ||
real*8, dimension(*), intent(inout) | umel, | ||
real*8, dimension(*), intent(inout) | umfa, | ||
integer, dimension(4,*), intent(in) | ielfa, | ||
real*8, dimension(*), intent(inout) | hcfa | ||
) |