26 #include "dragModel.H" 27 #include "phasePair.H" 28 #include "swarmCorrection.H" 29 #include "surfaceInterpolate.H" 46 const phasePair& pair,
47 const bool registerObject
54 IOobject::groupName(typeName, pair.
name()),
68 const dictionary&
dict,
69 const phasePair& pair,
70 const bool registerObject
77 IOobject::groupName(typeName, pair.
name()),
90 dict.subDict(
"swarmCorrection"),
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
dimensionedSymmTensor sqr(const dimensionedVector &dv)
static const dimensionSet dimK
Coefficient dimensions.
tmp< volScalarField > d() const
const phasePair & pair_
Phase pair.
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
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.
virtual const phaseModel & continuous() const
Continuous phase.
bool writeData(Ostream &os) const
Dummy write for regIOobject.
virtual tmp< volScalarField > Ki() const
Return the phase-intensive drag coefficient Ki.
const dimensionedScalar & residualAlpha() const
Return the residual phase-fraction for given phase.
virtual const phaseModel & dispersed() const
Dispersed phase.
const dimensionedScalar & nu() const
Return the laminar viscosity.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
defineTypeNameAndDebug(combustionModel, 0)
word name(const complex &)
Return a string representation of a complex.
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &tvf, const surfaceScalarField &faceFlux, Istream &schemeData)
Interpolate field onto faces using scheme given by Istream.
dragModel(const dictionary &interfaceDict, const phaseModel &phase1, const phaseModel &phase2)
const dimensionedScalar & rho() const
A class for managing temporary objects.
autoPtr< swarmCorrection > swarmCorrection_
Swarm correction.
virtual tmp< volScalarField > CdRe() const =0
Drag coefficient.