![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Go to the source code of this file.
Modules | |
module | fstr_ctrl_heat |
This module contains control file data obtaining functions for heat conductive analysis. | |
Functions/Subroutines | |
integer(kind=kint) function | fstr_ctrl_heat::fstr_ctrl_get_heat (ctrl, dt, etime, dtmin, deltmx, itmax, eps, tpname, beta) |
Read in !HEAT. More... | |
integer(kind=kint) function | fstr_ctrl_heat::fstr_ctrl_get_fixtemp (ctrl, amp, node_grp_name, node_grp_name_len, value) |
Read in !FIXTEMP. More... | |
integer(kind=kint) function | fstr_ctrl_heat::fstr_ctrl_get_cflux (ctrl, amp, node_grp_name, node_grp_name_len, value) |
Read in !CFLUX (heat) More... | |
integer(kind=kint) function | fstr_ctrl_heat::fstr_ctrl_get_dflux (ctrl, amp, elem_grp_name, elem_grp_name_len, load_type, value) |
Read in !DFLUX (heat) More... | |
integer(kind=kint) function | fstr_ctrl_heat::fstr_ctrl_get_sflux (ctrl, amp, surface_grp_name, surface_grp_name_len, value) |
Read in !SFLUX (heat) More... | |
integer(kind=kint) function | fstr_ctrl_heat::fstr_ctrl_get_film (ctrl, amp1, amp2, elem_grp_name, elem_grp_name_len, load_type, value, sink) |
Read in !FILM (heat) More... | |
integer(kind=kint) function | fstr_ctrl_heat::fstr_ctrl_get_sfilm (ctrl, amp1, amp2, surface_grp_name, surface_grp_name_len, value, sink) |
Read in !SFILM (heat) More... | |
integer(kind=kint) function | fstr_ctrl_heat::fstr_ctrl_get_radiate (ctrl, amp1, amp2, elem_grp_name, elem_grp_name_len, load_type, value, sink) |
Read in !RADIATE (heat) More... | |
integer(kind=kint) function | fstr_ctrl_heat::fstr_ctrl_get_sradiate (ctrl, amp1, amp2, surface_grp_name, surface_grp_name_len, value, sink) |
Read in !SRADIATE (heat) More... | |
integer(kind=kint) function | fstr_ctrl_heat::fstr_ctrl_get_weldline (ctrl, hecMESH, grp_name_len, weldline) |
Read in !WELD_LINE (heat) More... | |