Place holder for 'none' option. More...
#include <lagrangianIntermediate/NoPostProcessing.H>
Place holder for 'none' option.
Definition at line 50 of file NoPostProcessing.H.
Inheritance diagram for NoPostProcessing< CloudType >:
Collaboration diagram for NoPostProcessing< CloudType >: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. | |
Public Member Functions inherited from PostProcessingModel< CloudType > | |
| TypeName ("PostProcessingModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, PostProcessingModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
| Declare runtime constructor selection table. | |
| PostProcessingModel (CloudType &owner) | |
| Construct null from owner. | |
| PostProcessingModel (const dictionary &dict, CloudType &owner, const word &type) | |
| Construct from dictionary. | |
| virtual | ~PostProcessingModel () |
| Destructor. | |
| const dictionary & | dict () const |
| Return the owner cloud dictionary. | |
| const CloudType & | owner () const |
| Return const access the owner cloud object. | |
| CloudType & | owner () |
| Return non-const access the owner cloud object for manipulation. | |
| const dictionary & | coeffDict () const |
| Return the coefficients dictionary. | |
| virtual void | post () |
| Main post-processing function. | |
Protected Member Functions | |
| void | write () |
| Write post-processing info. | |
Additional Inherited Members | |
Static Public Member Functions inherited from PostProcessingModel< CloudType > | |
| static autoPtr < PostProcessingModel < CloudType > > | New (const dictionary &dict, CloudType &owner) |
| Selector. | |
| NoPostProcessing | ( | const dictionary & | , |
| CloudType & | owner | ||
| ) |
Construct from components.
Definition at line 41 of file NoPostProcessing.C.
|
virtual |
Destructor.
Definition at line 53 of file NoPostProcessing.C.
|
protectedvirtual |
Write post-processing info.
Implements PostProcessingModel< CloudType >.
Definition at line 31 of file NoPostProcessing.C.
| TypeName | ( | "none" | ) |
Runtime type information.
|
virtual |
Flag to indicate whether model activates post-processing model.
Implements PostProcessingModel< CloudType >.
Definition at line 60 of file NoPostProcessing.C.
|
virtual |
Gather post-processing info on patch.
Implements PostProcessingModel< CloudType >.
Definition at line 68 of file NoPostProcessing.C.