CalculiX  2.13
A Free Software Three-Dimensional Structural Finite Element Program
calchcel.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine calchcel (vel, cocon, ncocon, ielmat, ntmat_, mi, hcel, nef)
 

Function/Subroutine Documentation

◆ calchcel()

subroutine calchcel ( real*8, dimension(nef,0:7)  vel,
real*8, dimension(0:6,ntmat_,*)  cocon,
integer, dimension(2,*)  ncocon,
integer, dimension(mi(3),*)  ielmat,
integer  ntmat_,
integer, dimension(*)  mi,
real*8, dimension(*)  hcel,
integer  nef 
)
21 !
22 ! calculation of the heat conduction in the element centers
23 !
24  implicit none
25 !
26  integer nef,i,ncocon(2,*),imat,ntmat_,mi(*),
27  & ielmat(mi(3),*)
28 !
29  real*8 t1l,vel(nef,0:7),cond,cocon(0:6,ntmat_,*),hcel(*)
30 !
31  do i=1,nef
32  t1l=vel(i,0)
33  imat=ielmat(1,i)
34  call materialdata_cond(imat,ntmat_,t1l,cocon,ncocon,cond)
35  hcel(i)=cond
36  enddo
37 !
38  return
subroutine materialdata_cond(imat, ntmat_, t1l, cocon, ncocon, cond)
Definition: materialdata_cond.f:19
Hosted by OpenAircraft.com, (Michigan UAV, LLC)