FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
mreadtemp Module Reference

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)
 

Function/Subroutine Documentation

◆ read_next_result()

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 205 of file readtemp.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ read_result_at()

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 181 of file readtemp.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ read_temperature_result()

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.

Parameters
[in]hecmeshhecmw mesh
[in]nstepnum of total steps of heat analysis
[in]sstepstep to start reading
[in]rtyperead type; 1: step-based, 2: time-based
[in]intervalinterval of reading next result
[in]factorreadtemp factor
[in]ctimecurrent time
temptemperature result
temp_baktemperature at previous step

Definition at line 14 of file readtemp.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ read_temperature_result_by_step()

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 
)
Parameters
[in]hecmeshhecmw mesh
[in]nstepnum of total steps of heat analysis
[in]sstepstep to start reading
[in]intervalinterval of reading next result
[in]factorreadtemp factor
temptemperature result
temp_baktemperature at previous step

Definition at line 33 of file readtemp.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ read_temperature_result_by_time()

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.

Parameters
[in]hecmeshhecmw mesh
[in]nstepnum of total steps of heat analysis
[in]sstepstep to start reading
[in]ctimecurrent time
temptemperature result

Definition at line 88 of file readtemp.f90.

Here is the call graph for this function:
Here is the caller graph for this function: