Go to the documentation of this file.
30 #include "phasePair.H"
33 #include "surfaceInterpolate.H"
34 #include "BlendedInterfacialModel.H"
71 Info<<
"Selecting liftModel for "
72 << pair <<
": " << modelType <<
endl;
74 auto* ctorPtr = dictionaryConstructorTable(modelType);
83 *dictionaryConstructorTablePtr_
87 return ctorPtr(
dict, pair);
106 return pair_.dispersed()*Fi();
Description for mass transfer between a pair of phases. The direction of the mass transfer is from th...
tmp< surfaceScalarField > flux(const volVectorField &vvf)
Return the face-flux field obtained from the given volVectorField.
tmp< GeometricField< Type, fvPatchField, volMesh > > curl(const GeometricField< Type, fvPatchField, volMesh > &vf)
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
static autoPtr< liftModel > New(const dictionary &dict, const phasePair &pair)
tmp< volVectorField > Ur() const
Relative velocity.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
static const dimensionSet dimF
Force dimensions.
Ostream & endl(Ostream &os)
Add newline and flush stream.
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
virtual tmp< volScalarField > Cl() const =0
Return lift coefficient.
Calculate the curl of the given volField by constructing the Hodge-dual of the symmetric part of the ...
defineBlendedInterfacialModelTypeNameAndDebug(massTransferModel, 0)
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
Report an error message using Foam::FatalIOError.
messageStream Info
Information stream (stdout output on master, null elsewhere)
liftModel(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and a phase pair.
virtual tmp< volVectorField > F() const
Return lift force.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual tmp< volVectorField > Fi() const
Return phase-intensive lift force.
virtual tmp< surfaceScalarField > Ff() const
Return face lift force.
errorManip< error > abort(error &err)
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.
const volVectorField & U() const
Calculate the face-flux of the given field.
const dimensionedScalar & rho() const
const phasePair & pair_
Phase pair.
defineTypeNameAndDebug(combustionModel, 0)
virtual const phaseModel & continuous() const
Continuous phase.