![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This module provides a function for stationary heat analysis. More...
Functions/Subroutines | |
subroutine | heat_solve_main (hecMESH, hecMAT, hecMESHmpc, hecMATmpc, fstrPARAM, fstrHEAT, ISTEP, iterALL, next_time, delta_time) |
subroutine | heat_check_convergence (hecMESH, fstrHEAT, fstrPARAM, ISTEP, iterALL, is_congerged) |
This module provides a function for stationary heat analysis.
subroutine m_heat_solve_main::heat_check_convergence | ( | type(hecmwst_local_mesh) | hecMESH, |
type(fstr_heat) | fstrHEAT, | ||
type(fstr_param) | fstrPARAM, | ||
integer(kind=kint) | ISTEP, | ||
integer(kind=kint) | iterALL, | ||
logical | is_congerged | ||
) |
subroutine m_heat_solve_main::heat_solve_main | ( | type(hecmwst_local_mesh) | hecMESH, |
type(hecmwst_matrix) | hecMAT, | ||
type(hecmwst_local_mesh), pointer | hecMESHmpc, | ||
type(hecmwst_matrix), pointer | hecMATmpc, | ||
type(fstr_param) | fstrPARAM, | ||
type(fstr_heat) | fstrHEAT, | ||
integer(kind=kint) | ISTEP, | ||
integer(kind=kint) | iterALL, | ||
real(kind=kreal) | next_time, | ||
real(kind=kreal) | delta_time | ||
) |
Definition at line 10 of file heat_solve_main.f90.