48 class swarmCorrection;
87 (dict, pair, registerObject)
103 const bool registerObject
111 const bool registerObject
A list of keyword definitions, which are a keyword followed by any number of values (e...
TypeName("dragModel")
Runtime type information.
static autoPtr< dragModel > New(const dictionary &dict, const phasePair &pair)
virtual ~dragModel()
Destructor.
virtual tmp< surfaceScalarField > Kf() const
Return the drag coefficient Kf.
virtual tmp< volScalarField > K() const
Return the drag coefficient K.
Dimension set for the base types.
declareRunTimeSelectionTable(autoPtr, dragModel, dictionary,(const dictionary &dict, const phasePair &pair, const bool registerObject),(dict, pair, registerObject))
bool writeData(Ostream &os) const
Dummy write for regIOobject.
dragModel(const phasePair &pair, const bool registerObject)
virtual tmp< volScalarField > Ki() const
Return the phase-intensive drag coefficient Ki.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
const phasePair & pair_
Phase pair.
static const dimensionSet dimK
Coefficient dimensions.
autoPtr< swarmCorrection > swarmCorrection_
Swarm correction.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
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.
virtual tmp< volScalarField > CdRe() const =0
Drag coefficient.
bool & registerObject()
Register object created from this IOobject with registry if true.