26 #include "liftModel.H" 27 #include "phasePair.H" 30 #include "surfaceInterpolate.H" 31 #include "BlendedInterfacialModel.H" 49 const dictionary&
dict,
static const dimensionSet dimF
Force dimensions.
#define defineBlendedInterfacialModelTypeNameAndDebug(ModelType, DebugSwitch)
virtual tmp< volVectorField > F() const
Return lift force.
const phasePair & pair_
Phase pair.
virtual tmp< surfaceScalarField > Ff() const
Return face lift force.
tmp< volVectorField > Ur() const
Relative velocity.
virtual tmp< volVectorField > Fi() const
Return phase-intensive lift force.
tmp< GeometricField< Type, fvPatchField, volMesh > > curl(const GeometricField< Type, fvPatchField, volMesh > &vf)
virtual tmp< volScalarField > Cl() const
Lift coefficient.
const volVectorField & U() const
Dimension set for the base types.
virtual const phaseModel & continuous() const
Continuous phase.
Calculate the curl of the given volField by constructing the Hodge-dual of the symmetric part of the ...
Calculate the face-flux of the given field.
virtual const phaseModel & dispersed() const
Dispersed phase.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
defineTypeNameAndDebug(combustionModel, 0)
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.
liftModel(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and a phase pair.
const dimensionedScalar & rho() const
A class for managing temporary objects.
tmp< surfaceScalarField > flux(const volVectorField &vvf)
Return the face-flux field obtained from the given volVectorField.
virtual ~liftModel()
Destructor.