Go to the documentation of this file.
26 #include "turbulentDispersionModel.H"
27 #include "phasePair.H"
48 const dictionary&
dict,
virtual tmp< surfaceScalarField > Ff() const
Turbulent dispersion force on faces.
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > snGrad(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
turbulentDispersionModel(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and a phase pair.
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
A class for managing temporary objects.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Calculate the snGrad of the given volField.
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &vf, const surfaceScalarField &faceFlux, Istream &schemeData)
Interpolate field onto faces using scheme given by Istream.
Dimension set for the base types.
virtual tmp< volVectorField > F() const
Turbulent dispersion force.
static const dimensionSet dimD
Diffusivity dimensions.
static const dimensionSet dimF
Force dimensions.
virtual ~turbulentDispersionModel()
Destructor.
Calculate the gradient of the given field.
defineTypeNameAndDebug(combustionModel, 0)