FreeFOAM The Cross-Platform CFD Toolkit
NoPostProcessing< CloudType > Class Template Reference

Place holder for 'none' option. More...

#include <lagrangianIntermediate/NoPostProcessing.H>


Detailed Description

+ Inheritance diagram for NoPostProcessing< CloudType >:
+ Collaboration diagram for NoPostProcessing< CloudType >:

List of all members.

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 dictionarydict () 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 dictionarycoeffDict () 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.

Constructor & Destructor Documentation

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.


Member Function Documentation

void write ( )
protectedvirtual

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.


The documentation for this class was generated from the following files: