Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=LINE_LENGTH), | public | :: | solution_file | ||||
integer, | public | :: | no_of_probes | ||||
integer, | public | :: | no_of_surfaceMonitors | ||||
integer, | public | :: | no_of_volumeMonitors | ||||
integer, | public | :: | no_of_loadBalancingMonitors | ||||
integer, | public | :: | bufferLine | ||||
integer, | public, | allocatable | :: | iter(:) | |||
integer, | public | :: | dt_restriction | ||||
logical, | public | :: | write_dt_restriction | ||||
real(kind=RP), | public, | allocatable | :: | t(:) | |||
real(kind=RP), | public, | allocatable | :: | SolverSimuTime(:) | |||
real(kind=RP), | public, | allocatable | :: | TotalSimuTime(:) | |||
type(Residuals_t), | public | :: | residuals | ||||
class(VolumeMonitor_t), | public, | allocatable | :: | volumeMonitors(:) | |||
class(LoadBalancingMonitor_t), | public, | allocatable | :: | loadBalancingMonitors(:) | |||
class(Probe_t), | public, | allocatable | :: | probes(:) | |||
class(SurfaceMonitor_t), | public, | allocatable | :: | surfaceMonitors(:) | |||
type(StatisticsMonitor_t), | public | :: | stats |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Monitor_t) | :: | Monitors | ||||
class(HexMesh), | intent(in) | :: | mesh | |||
class(FTValueDictionary), | intent(in) | :: | controlVariables |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Monitor_t) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Monitor_t) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Monitor_t) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Monitor_t) | :: | self | ||||
class(HexMesh) | :: | mesh | ||||
real(kind=RP) | :: | t | ||||
integer | :: | iter | ||||
real(kind=RP) | :: | maxResiduals(NCONS) | ||||
logical | :: | Autosave | ||||
real(kind=RP) | :: | dt |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Monitor_t) | :: | self | ||||
class(HexMesh) | :: | mesh | ||||
logical, | optional | :: | force |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Monitor_t) | :: | self |