![]() |
FrontISTR
5.7.1
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. More... | |
| subroutine | read_temperature_result_by_step (hecMESH, nstep, sstep, interval, factor, temp, temp_bak) |
| subroutine | read_temperature_result_by_time (hecMESH, nstep, sstep, ctime, temp) |
| Read in temperature distribution from external file. More... | |
| subroutine | read_result_at (hecMESH, tstep, ttime, temp) |
| subroutine | read_next_result (hecMESH, nstep, sstep, tstep, ttime, temp, ierr) |
| subroutine mreadtemp::read_next_result | ( | type(hecmwst_local_mesh), intent(in) | hecMESH, |
| integer(kind=kint), intent(in) | nstep, | ||
| integer(kind=kint), intent(in) | sstep, | ||
| integer(kind=kint), intent(out) | tstep, | ||
| real(kind=kreal), intent(out) | ttime, | ||
| real(kind=kreal), dimension(:), intent(out) | temp, | ||
| integer(kind=kint), intent(out) | ierr | ||
| ) |
Definition at line 204 of file readtemp.f90.
| subroutine mreadtemp::read_result_at | ( | type(hecmwst_local_mesh), intent(in) | hecMESH, |
| integer(kind=kint), intent(in) | tstep, | ||
| real(kind=kreal), intent(out) | ttime, | ||
| real(kind=kreal), dimension(:), intent(out) | temp | ||
| ) |
Definition at line 180 of file readtemp.f90.
| 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.
| subroutine mreadtemp::read_temperature_result_by_step | ( | type(hecmwst_local_mesh), intent(in) | hecMESH, |
| integer(kind=kint), intent(in) | nstep, | ||
| integer(kind=kint), intent(in) | sstep, | ||
| integer(kind=kint), intent(in) | interval, | ||
| real(kind=kreal), intent(in) | factor, | ||
| real(kind=kreal), dimension(:), pointer | temp, | ||
| real(kind=kreal), dimension(:), pointer | temp_bak | ||
| ) |
| [in] | hecmesh | hecmw mesh |
| [in] | nstep | num of total steps of heat analysis |
| [in] | sstep | step to start reading |
| [in] | interval | interval of reading next result |
| [in] | factor | readtemp factor |
| temp | temperature result | |
| temp_bak | temperature at previous step |
Definition at line 32 of file readtemp.f90.
| subroutine mreadtemp::read_temperature_result_by_time | ( | type(hecmwst_local_mesh), intent(in) | hecMESH, |
| integer(kind=kint), intent(in) | nstep, | ||
| integer(kind=kint), intent(in) | sstep, | ||
| real(kind=kreal), intent(in) | ctime, | ||
| real(kind=kreal), dimension(:), pointer | temp | ||
| ) |
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] | ctime | current time |
| temp | temperature result |
Definition at line 87 of file readtemp.f90.