Go to the documentation of this file.
30 #include "phasePair.H"
32 #include "surfaceInterpolate.H"
34 #include "phaseCompressibleTurbulenceModel.H"
35 #include "BlendedInterfacialModel.H"
73 Info<<
"Selecting turbulentDispersionModel for "
74 << pair <<
": " << modelType <<
endl;
76 auto* ctorPtr = dictionaryConstructorTable(modelType);
83 "turbulentDispersionModel",
85 *dictionaryConstructorTablePtr_
89 return ctorPtr(
dict, pair);
104 pair_.continuous().name()
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > snGrad(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
Description for mass transfer between a pair of phases. The direction of the mass transfer is from th...
turbulentDispersionModel(const dictionary &dict, const phasePair &pair)
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Calculate the snGrad of the given volField.
static const word propertiesName
Ostream & endl(Ostream &os)
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
virtual tmp< volVectorField > F() const
defineBlendedInterfacialModelTypeNameAndDebug(massTransferModel, 0)
static autoPtr< turbulentDispersionModel > New(const dictionary &dict, const phasePair &pair)
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
static const dimensionSet dimD
static const dimensionSet dimF
errorManip< error > abort(error &err)
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &tvf, const surfaceScalarField &faceFlux, Istream &schemeData)
const word & name() const
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual tmp< surfaceScalarField > Ff() const
Templated wrapper class to provide compressible turbulence models thermal diffusivity based thermal t...
Calculate the gradient of the given field.
const phaseCompressibleTurbulenceModel & continuousTurbulence() const
const dimensionedScalar & D
static word groupName(StringType base, const word &group)
const phaseModel & phase1() const
defineTypeNameAndDebug(combustionModel, 0)
virtual const phaseModel & continuous() const