![]() |
FrontISTR
5.8.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, fstrSOLID, 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_solid) | fstrSOLID, | ||
| 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 196 of file heat_mat_ass_bc_DFLUX.f90.