![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This module provides a function to control heat analysis. More...
Functions/Subroutines | |
subroutine | heat_input_restart (fstrHEAT, hecMESH, istep, tstep, tt) |
subroutine | heat_output_log (hecMESH, fstrPARAM, fstrHEAT, tstep, ctime) |
subroutine | heat_output_result (hecMESH, fstrHEAT, tstep, ctime, outflag) |
subroutine | heat_output_visual (hecMESH, fstrRESULT, fstrHEAT, tstep, ctime, outflag) |
subroutine | heat_output_restart (hecMESH, fstrHEAT, istep, tstep, current_time, outflag) |
This module provides a function to control heat analysis.
subroutine m_heat_io::heat_input_restart | ( | type(fstr_heat) | fstrHEAT, |
type(hecmwst_local_mesh) | hecMESH, | ||
integer(kind=kint) | istep, | ||
integer(kind=kint) | tstep, | ||
real(kind=kreal) | tt | ||
) |
subroutine m_heat_io::heat_output_log | ( | type(hecmwst_local_mesh) | hecMESH, |
type(fstr_param) | fstrPARAM, | ||
type(fstr_heat) | fstrHEAT, | ||
integer(kind=kint) | tstep, | ||
real(kind=kreal) | ctime | ||
) |
subroutine m_heat_io::heat_output_restart | ( | type(hecmwst_local_mesh) | hecMESH, |
type(fstr_heat) | fstrHEAT, | ||
integer(kind=kint) | istep, | ||
integer(kind=kint) | tstep, | ||
real(kind=kreal) | current_time, | ||
logical, intent(in) | outflag | ||
) |
[in] | outflag | if true, result will be output regardless of istep |
Definition at line 157 of file heat_io.f90.
subroutine m_heat_io::heat_output_result | ( | type(hecmwst_local_mesh) | hecMESH, |
type(fstr_heat) | fstrHEAT, | ||
integer(kind=kint) | tstep, | ||
real(kind=kreal) | ctime, | ||
logical, intent(in) | outflag | ||
) |
[in] | outflag | if true, result will be output regardless of istep |
Definition at line 90 of file heat_io.f90.
subroutine m_heat_io::heat_output_visual | ( | type(hecmwst_local_mesh) | hecMESH, |
type(hecmwst_result_data) | fstrRESULT, | ||
type(fstr_heat) | fstrHEAT, | ||
integer(kind=kint) | tstep, | ||
real(kind=kreal) | ctime, | ||
logical, intent(in) | outflag | ||
) |
[in] | outflag | if true, result will be output regardless of istep |
Definition at line 120 of file heat_io.f90.