41 #include "phaseModel.H" 81 (interfaceDict, phase1, phase2)
const phaseModel & phase1() const
dimensionedScalar residualSlip_
A list of keyword definitions, which are a keyword followed by any number of values (e...
TypeName("dragModel")
Runtime type information.
const phaseModel & phase1_
const phaseModel & phase2() const
virtual ~dragModel()
Destructor.
virtual tmp< volScalarField > K() const
Return the drag coefficient K.
const phaseModel & phase2_
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)
dimensionedScalar residualPhaseFraction_
dragModel(const dictionary &interfaceDict, const phaseModel &phase1, const phaseModel &phase2)
const dimensionedScalar & residualPhaseFraction() const
const dimensionedScalar & residualSlip() const
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.
const dictionary & interfaceDict_
A class for managing temporary objects.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...