FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

NoPostProcessing< CloudType > Class Template Reference

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

#include <lagrangianIntermediate/NoPostProcessing.H>


Detailed Description

template<class CloudType>
class Foam::NoPostProcessing< CloudType >

Place holder for 'none' option.

Source files

Definition at line 50 of file NoPostProcessing.H.

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.

Protected Member Functions

void  write ()
 Write post-processing info.

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 (  ) [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.


The documentation for this class was generated from the following files:
  • src/lagrangian/intermediate/submodels/Kinematic/PostProcessingModel/NoPostProcessing/NoPostProcessing.H
  • src/lagrangian/intermediate/submodels/Kinematic/PostProcessingModel/NoPostProcessing/NoPostProcessing.C