29 #include "surfaceInterpolate.H" 48 const phasePair& pair,
49 const bool registerObject
56 IOobject::groupName(typeName, pair.
name()),
70 const dictionary&
dict,
71 const phasePair& pair,
90 dict.
found(
"swarmCorrection")
91 ? swarmCorrection::
New 93 dict.subDict(
"swarmCorrection"),
96 : autoPtr<swarmCorrection>(new swarmCorrections::noSwarm(dict, pair))
const word & name() const
Return name.
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
dimensionedSymmTensor sqr(const dimensionedVector &dv)
IOobject(const word &name, const fileName &instance, const objectRegistry ®istry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true)
Construct from name, instance, registry, io options.
virtual tmp< volScalarField > rho() const =0
Return the density field.
tmp< volScalarField > d() const
Return the Sauter-mean diameter.
static autoPtr< dragModel > New(const dictionary &dict, const phasePair &pair)
regIOobject(const IOobject &, const bool isTime=false)
Construct from IOobject. Optional flag for if IOobject is the.
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.
const rhoThermo & thermo() const
Return const-access to phase rhoThermo.
static word groupName(Name name, const word &group)
dragModel(const phasePair &pair, const bool registerObject)
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 phasePair & pair_
Phase pair.
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.
static const dimensionSet dimK
Coefficient dimensions.
const Time & time() const
Return time.
virtual tmp< volScalarField > CdRe() const
Drag coefficient.
autoPtr< swarmCorrection > swarmCorrection_
Swarm correction.
virtual tmp< volScalarField > nu() const
Kinematic viscosity of mixture [m^2/s].
#define defineBlendedInterfacialModelTypeNameAndDebug(ModelType, DebugSwitch)
A class for managing temporary objects.
bool & registerObject()
Register object created from this IOobject with registry if true.