![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This module provides a subroutine for setting distributed heat flux boundary conditions. More...
Functions/Subroutines | |
subroutine | heat_mat_ass_bc_dflux (hecMESH, hecMAT, fstrHEAT, CTIME, DTIME, beta) |
logical function | isweldactive (nn, xx, yy, zz, weldline, ctime) |
This module provides a subroutine for setting distributed heat flux boundary conditions.
subroutine m_heat_mat_ass_bc_dflux::heat_mat_ass_bc_dflux | ( | type(hecmwst_local_mesh) | hecMESH, |
type(hecmwst_matrix) | hecMAT, | ||
type(fstr_heat) | fstrHEAT, | ||
real(kind=kreal) | CTIME, | ||
real(kind=kreal) | DTIME, | ||
real(kind=kreal) | beta | ||
) |
Definition at line 18 of file heat_mat_ass_bc_DFLUX.f90.
logical function m_heat_mat_ass_bc_dflux::isweldactive | ( | integer, intent(in) | nn, |
real(kind=kreal), dimension(:), intent(in) | xx, | ||
real(kind=kreal), dimension(:), intent(in) | yy, | ||
real(kind=kreal), dimension(:), intent(in) | zz, | ||
type(tweldline), intent(in) | weldline, | ||
real(kind=kreal), intent(in) | ctime | ||
) |
Definition at line 194 of file heat_mat_ass_bc_DFLUX.f90.