35 #ifndef swarmCorrection_H 36 #define swarmCorrection_H
virtual ~swarmCorrection()
Destructor.
TypeName("swarmCorrection")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e...
static autoPtr< swarmCorrection > New(const dictionary &dict, const phasePair &pair)
declareRunTimeSelectionTable(autoPtr, swarmCorrection, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
const phasePair & pair_
Phase pair.
virtual tmp< volScalarField > Cs() const =0
Swarm correction coefficient.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
A class for managing temporary objects.
swarmCorrection(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and a phase pair.