Go to the documentation of this file.
30 #include "phasePair.H"
33 #include "surfaceInterpolate.H"
50 const dictionary&
dict,
63 const dictionary&
dict,
67 const word modelType(
dict.
get<word>(
"type"));
69 Info<<
"Selecting liftModel for "
70 << pair <<
": " << modelType <<
endl;
72 auto* ctorPtr = dictionaryConstructorTable(modelType);
81 *dictionaryConstructorTablePtr_
85 return ctorPtr(
dict, pair);
95 *pair_.continuous().rho()
97 pair_.Ur() ^
fvc::curl(pair_.continuous().U())
104 return pair_.dispersed()*Fi();
tmp< GeometricField< Type, fvPatchField, volMesh > > curl(const GeometricField< Type, fvPatchField, volMesh > &vf)
A class for managing temporary objects.
static autoPtr< liftModel > New(const dictionary &dict, const phasePair &pair)
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
static const dimensionSet dimF
Ostream & endl(Ostream &os)
T get(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
Calculate the curl of the given volField by constructing the Hodge-dual of the symmetric part of the ...
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
liftModel(const dictionary &dict, const phasePair &pair)
virtual tmp< volVectorField > F() const
virtual tmp< volVectorField > Fi() const
virtual tmp< surfaceScalarField > Ff() const
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &tvf, const surfaceScalarField &faceFlux, Istream &schemeData)
errorManipArg< error, int > exit(error &err, const int errNo=1)
Calculate the face-flux of the given field.
tmp< surfaceScalarField > flux(const volVectorField &vvf)
defineTypeNameAndDebug(combustionModel, 0)