Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | active | ||||
logical, | public | :: | isDimensionless | ||||
logical, | public | :: | IBM | = | .false. | ||
integer, | public | :: | ID | ||||
real(kind=RP), | public | :: | direction(NDIM) | ||||
integer, | public | :: | marker | ||||
real(kind=RP), | public, | allocatable | :: | referenceSurface | |||
real(kind=RP), | public, | allocatable | :: | values(:) | |||
real(kind=RP), | public | :: | dynamicPressure | ||||
character(len=STR_LEN_MONITORS), | public | :: | monitorName | ||||
character(len=STR_LEN_MONITORS), | public | :: | fileName | ||||
character(len=STR_LEN_MONITORS), | public | :: | variable |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SurfaceMonitor_t) | :: | self | ||||
class(HexMesh) | :: | mesh | ||||
integer | :: | ID | ||||
character(len=*) | :: | solution_file | ||||
logical, | intent(in) | :: | FirstCall |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SurfaceMonitor_t) | :: | self | ||||
class(HexMesh) | :: | mesh | ||||
integer | :: | bufferPosition | ||||
integer | :: | iter | ||||
logical | :: | autosave | ||||
real(kind=RP) | :: | dt |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SurfaceMonitor_t), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SurfaceMonitor_t) | :: | self | ||||
integer | :: | bufferLine |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SurfaceMonitor_t) | :: | self | ||||
integer | :: | iter(:) | ||||
real(kind=RP) | :: | t(:) | ||||
integer | :: | no_of_lines |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SurfaceMonitor_t), | intent(inout) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SurfaceMonitor_t), | intent(inout) | :: | to | |||
type(SurfaceMonitor_t), | intent(in) | :: | from |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SurfaceMonitor_t), | intent(inout) | :: | to | |||
type(SurfaceMonitor_t), | intent(in) | :: | from |