Place holder for 'none' option. More...
#include <lagrangianIntermediate/NoPostProcessing.H>
Place holder for 'none' option.
Definition at line 50 of file NoPostProcessing.H.
Public Member Functions | |
TypeName ("none") | |
Runtime type information.
| |
NoPostProcessing (const dictionary &, CloudType &) | |
Construct from components.
| |
virtual | ~NoPostProcessing () |
Destructor.
| |
virtual bool | active () const |
Flag to indicate whether model activates post-processing model.
| |
virtual void | postPatch (const typename CloudType::parcelType &p, const label patchI) |
Gather post-processing info on patch.
| |
Protected Member Functions | |
void | write () |
Write post-processing info.
|
NoPostProcessing | ( | const dictionary & | , |
CloudType & | owner | ||
) |
Construct from components.
Definition at line 41 of file NoPostProcessing.C.
~NoPostProcessing | ( | ) | [virtual]
|
Destructor.
Definition at line 53 of file NoPostProcessing.C.
void write | ( | ) | [protected, virtual]
|
Write post-processing info.
Implements PostProcessingModel< CloudType >.
Definition at line 31 of file NoPostProcessing.C.
TypeName | ( | "none" | ) |
Runtime type information.
bool active | ( | ) | const [virtual]
|
Flag to indicate whether model activates post-processing model.
Implements PostProcessingModel< CloudType >.
Definition at line 60 of file NoPostProcessing.C.
void postPatch | ( | const typename CloudType::parcelType & | p, |
const label | patchI | ||
) | [virtual]
|
Gather post-processing info on patch.
Implements PostProcessingModel< CloudType >.
Definition at line 68 of file NoPostProcessing.C.