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