
Houses derivation that extracts a single positional value for a fluid variable
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(LocValExtractorDerivation), | intent(inout) | :: | this | |||
| type(RealArray), | intent(in), | dimension(:) | :: | inputArray | ||
| integer(kind=ik), | intent(in), | dimension(:) | :: | indices |
Initialize harmonic extractor derivation
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(LocValExtractorDerivation), | intent(inout) | :: | this | |||
| type(Partition), | intent(in) | :: | partObj | |||
| integer(kind=ik), | intent(in) | :: | numProc | |||
| integer(kind=ik), | intent(in) | :: | targetX |
x location to extract from - global indexing |
Extracts target location value from a fluid variable as a scalar variable. Expects a single input.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | public | :: | userDefined | = | .false. |
True only if user explicitly sets it to true |
|
| logical, | private | :: | isActive | ||||
| integer(kind=ik), | private | :: | targetX |
x location to extract from - local indexing |
|||
| integer(kind=ik), | private | :: | locNumX |
| procedure, public :: isDefined => isDefinedObject | |
| procedure, public :: makeDefined => makeDefinedObject | |
| procedure, public :: makeUndefined => makeUndefinedObject | |
| procedure, public :: init => initLocValDeriv | |
| procedure, public :: calculate => calculateLocVal |