![]() |
FrontISTR 5.2.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 9 of file heat_solve_main.f90.