![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
subroutine, public | read_temperature_result (hecmesh, nstep, sstep, rtype, interval, factor, ctime, temp, temp_bak) |
Read in temperature distribution from external file. | |
subroutine, public mreadtemp::read_temperature_result | ( | type(hecmwst_local_mesh), intent(in) | hecmesh, |
integer(kind=kint), intent(in) | nstep, | ||
integer(kind=kint), intent(in) | sstep, | ||
integer(kind=kint), intent(in) | rtype, | ||
integer(kind=kint), intent(in) | interval, | ||
real(kind=kreal), intent(in) | factor, | ||
real(kind=kreal), intent(in) | ctime, | ||
real(kind=kreal), dimension(:), pointer | temp, | ||
real(kind=kreal), dimension(:), pointer | temp_bak | ||
) |
Read in temperature distribution from external file.
[in] | hecmesh | hecmw mesh |
[in] | nstep | num of total steps of heat analysis |
[in] | sstep | step to start reading |
[in] | rtype | read type; 1: step-based, 2: time-based |
[in] | interval | interval of reading next result |
[in] | factor | readtemp factor |
[in] | ctime | current time |
temp | temperature result | |
temp_bak | temperature at previous step |
Definition at line 13 of file readtemp.f90.