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 const dimensionSet dimK
Coefficient dimensions.
const phasePair & pair_
Phase 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 &interfaceDict, const phaseModel &phase1, const phaseModel &phase2),(interfaceDict, phase1, phase2))
static autoPtr< dragModel > New(const dictionary &interfaceDict, const phaseModel &phase1, const phaseModel &phase2)
bool writeData(Ostream &os) const
Dummy write for regIOobject.
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...
dragModel(const dictionary &interfaceDict, const phaseModel &phase1, const phaseModel &phase2)
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.
autoPtr< swarmCorrection > swarmCorrection_
Swarm correction.
virtual tmp< volScalarField > CdRe() const =0
Drag coefficient.
bool & registerObject()
Register object created from this IOobject with registry if true.