![]() |
FrontISTR 5.2.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 17 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 193 of file heat_mat_ass_bc_DFLUX.f90.