![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
subroutine | heat_get_coefficient (tpoi, imat, coef, ntab, temp, funca, funcb) |
subroutine | heat_conductivity_c1 (etype, nn, ecoord, temperature, imat, surf, stiff, ntab, temp, funca, funcb) |
subroutine | heat_conductivity_c2 (etype, nn, ecoord, temperature, imat, thick, stiff, ntab, temp, funca, funcb) |
subroutine | heat_conductivity_c3 (etype, nn, ecoord, temperature, imat, stiff, ntab, temp, funca, funcb) |
subroutine | heat_conductivity_shell_731 (etype, nn, ecoord, tt, imat, thick, ss, stiff, ntab, temp, funca, funcb) |
CALCULATION 4 NODE SHELL ELEMENT. | |
subroutine | heat_conductivity_shell_741 (etype, nn, ecoord, tt, imat, thick, ss, stiff, ntab, temp, funca, funcb) |
subroutine | heat_conductivity_541 (nn, ecoord, temp, tzero, thick, hh, rr1, rr2, ss, stiff) |
subroutine | heat_get_area (xx, yy, zz, aa) |
subroutine m_heat_lib_conductivity::heat_conductivity_541 | ( | nn, | |
real(kind=kreal), dimension(3,nn), intent(in) | ecoord, | ||
dimension(nn) | temp, | ||
tzero, | |||
thick, | |||
hh, | |||
rr1, | |||
rr2, | |||
dimension(nn*nn) | ss, | ||
real(kind=kreal), dimension(:,:), intent(out) | stiff | ||
) |
[in] | ecoord | coordinates of elemental nodes |
[out] | stiff | stiff matrix |
Definition at line 694 of file heat_LIB_CONDUCTIVITY.f90.
subroutine m_heat_lib_conductivity::heat_conductivity_c1 | ( | integer(kind=kint), intent(in) | etype, |
integer(kind=kint), intent(in) | nn, | ||
real(kind=kreal), dimension(3, nn) | ecoord, | ||
real(kind=kreal), dimension(nn), intent(in) | temperature, | ||
integer(kind=kint) | imat, | ||
real(kind=kreal) | surf, | ||
real(kind=kreal), dimension(:,:), intent(out) | stiff, | ||
integer(kind=kint) | ntab, | ||
real(kind=kreal), dimension(ntab) | temp, | ||
real(kind=kreal), dimension(ntab+1) | funca, | ||
real(kind=kreal), dimension(ntab+1) | funcb | ||
) |
[in] | etype | element type |
[in] | nn | number of elemental nodes |
[out] | stiff | stiff matrix |
Definition at line 34 of file heat_LIB_CONDUCTIVITY.f90.
subroutine m_heat_lib_conductivity::heat_conductivity_c2 | ( | integer(kind=kint), intent(in) | etype, |
integer(kind=kint), intent(in) | nn, | ||
real(kind=kreal), dimension(2,nn), intent(in) | ecoord, | ||
real(kind=kreal), dimension(nn), intent(in) | temperature, | ||
integer(kind=kint) | imat, | ||
real(kind=kreal) | thick, | ||
real(kind=kreal), dimension(:,:), intent(out) | stiff, | ||
integer(kind=kint) | ntab, | ||
real(kind=kreal), dimension(ntab) | temp, | ||
real(kind=kreal), dimension(ntab+1) | funca, | ||
real(kind=kreal), dimension(ntab+1) | funcb | ||
) |
[in] | etype | element type |
[in] | nn | number of elemental nodes |
[in] | ecoord | coordinates of elemental nodes |
[out] | stiff | stiff matrix |
Definition at line 69 of file heat_LIB_CONDUCTIVITY.f90.
subroutine m_heat_lib_conductivity::heat_conductivity_c3 | ( | integer(kind=kint), intent(in) | etype, |
integer(kind=kint), intent(in) | nn, | ||
real(kind=kreal), dimension(3,nn), intent(in) | ecoord, | ||
real(kind=kreal), dimension(nn), intent(in) | temperature, | ||
integer(kind=kint) | imat, | ||
real(kind=kreal), dimension(:,:), intent(out) | stiff, | ||
integer(kind=kint) | ntab, | ||
real(kind=kreal), dimension(ntab) | temp, | ||
real(kind=kreal), dimension(ntab+1) | funca, | ||
real(kind=kreal), dimension(ntab+1) | funcb | ||
) |
[in] | etype | element type |
[in] | nn | number of elemental nodes |
[in] | ecoord | coordinates of elemental nodes |
[out] | stiff | stiff matrix |
Definition at line 114 of file heat_LIB_CONDUCTIVITY.f90.
subroutine m_heat_lib_conductivity::heat_conductivity_shell_731 | ( | integer(kind=kint), intent(in) | etype, |
integer(kind=kint), intent(in) | nn, | ||
real(kind=kreal), dimension(3,nn), intent(in) | ecoord, | ||
real(kind=kreal), dimension(nn), intent(inout) | tt, | ||
integer(kind=kint) | imat, | ||
real(kind=kreal) | thick, | ||
real(kind=kreal), dimension(:), intent(inout) | ss, | ||
real(kind=kreal), dimension(:,:), intent(out) | stiff, | ||
integer(kind=kint) | ntab, | ||
real(kind=kreal), dimension(ntab) | temp, | ||
real(kind=kreal), dimension(ntab+1) | funca, | ||
real(kind=kreal), dimension(ntab+1) | funcb | ||
) |
CALCULATION 4 NODE SHELL ELEMENT.
[in] | etype | element type |
[in] | nn | number of elemental nodes |
[in] | ecoord | coordinates of elemental nodes |
[out] | stiff | stiff matrix |
[in,out] | ss | stiff matrix |
[in,out] | tt | temperature |
Definition at line 161 of file heat_LIB_CONDUCTIVITY.f90.
subroutine m_heat_lib_conductivity::heat_conductivity_shell_741 | ( | integer(kind=kint), intent(in) | etype, |
integer(kind=kint), intent(in) | nn, | ||
real(kind=kreal), dimension(3,nn), intent(in) | ecoord, | ||
real(kind=kreal), dimension(nn), intent(in) | tt, | ||
integer(kind=kint) | imat, | ||
real(kind=kreal) | thick, | ||
real(kind=kreal), dimension(:), intent(inout) | ss, | ||
real(kind=kreal), dimension(:,:), intent(out) | stiff, | ||
integer(kind=kint) | ntab, | ||
real(kind=kreal), dimension(ntab) | temp, | ||
real(kind=kreal), dimension(ntab+1) | funca, | ||
real(kind=kreal), dimension(ntab+1) | funcb | ||
) |
[in] | etype | element type |
[in] | nn | number of elemental nodes |
[in] | ecoord | coordinates of elemental nodes |
[out] | stiff | stiff matrix |
[in,out] | ss | stiff matrix |
[in] | tt | temperature |
Definition at line 421 of file heat_LIB_CONDUCTIVITY.f90.
subroutine m_heat_lib_conductivity::heat_get_area | ( | dimension(4) | xx, |
dimension(4) | yy, | ||
dimension(4) | zz, | ||
aa | |||
) |
Definition at line 798 of file heat_LIB_CONDUCTIVITY.f90.
subroutine m_heat_lib_conductivity::heat_get_coefficient | ( | real(kind=kreal) | tpoi, |
integer(kind=kint) | imat, | ||
real(kind=kreal), dimension(3) | coef, | ||
integer(kind=kint) | ntab, | ||
real(kind=kreal), dimension(ntab) | temp, | ||
real(kind=kreal), dimension(ntab+1) | funca, | ||
real(kind=kreal), dimension(ntab+1) | funcb | ||
) |