Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=LINE_LENGTH), | public | :: | solution_file | ||||
integer, | public | :: | numberOfObservers | = | 0 | ||
integer, | public | :: | bufferLine | ||||
integer, | public, | dimension(:), allocatable | :: | iter | |||
real(kind=RP), | public, | dimension(:), allocatable | :: | t | |||
class(ObserverClass), | public, | dimension(:), allocatable | :: | observers | |||
integer, | public | :: | totalNumberOfFaces | ||||
logical, | public | :: | isSolid | ||||
logical, | public | :: | isActive | = | .false. | ||
logical, | public | :: | firstWrite | ||||
logical, | public | :: | interpolate |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FWHClass) | :: | self | ||||
class(HexMesh), | intent(in) | :: | mesh | |||
class(FTValueDictionary), | intent(in) | :: | controlVariables |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FWHClass), | intent(inout) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FWHClass) | :: | self | ||||
logical, | optional | :: | force |