Public Member Functions | |
TypeName ("none") | |
Runtime type information. More... | |
noSwarm (const dictionary &dict, const phasePair &pair) | |
Construct from a dictionary and a phase pair. More... | |
virtual | ~noSwarm () |
Destructor. More... | |
tmp< volScalarField > | Cs () const |
Swarm correction coefficient. More... | |
Public Member Functions inherited from swarmCorrection | |
TypeName ("swarmCorrection") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, swarmCorrection, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair)) | |
swarmCorrection (const dictionary &dict, const phasePair &pair) | |
Construct from a dictionary and a phase pair. More... | |
virtual | ~swarmCorrection () |
Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from swarmCorrection | |
static autoPtr< swarmCorrection > | New (const dictionary &dict, const phasePair &pair) |
Protected Attributes inherited from swarmCorrection | |
const phasePair & | pair_ |
Phase pair. More... | |
noSwarm | ( | const dictionary & | dict, |
const phasePair & | pair | ||
) |
Construct from a dictionary and a phase pair.
|
virtual |
Destructor.
TypeName | ( | "none" | ) |
Runtime type information.
|
virtual |
Swarm correction coefficient.
Implements swarmCorrection.