26 #include "turbulentDispersionModel.H" 27 #include "phasePair.H" 29 #include "surfaceInterpolate.H" 31 #include "phaseCompressibleTurbulenceModel.H" 32 #include "BlendedInterfacialModel.H" 51 const dictionary&
dict,
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
ThermalDiffusivity< PhaseCompressibleTurbulenceModel< phaseModel > > phaseCompressibleTurbulenceModel
Typedef for phaseCompressibleTurbulenceModel.
#define defineBlendedInterfacialModelTypeNameAndDebug(ModelType, DebugSwitch)
const phaseModel & phase1() const
Return phase 1.
const word & name() const
Calculate the snGrad of the given volField.
virtual tmp< surfaceScalarField > Ff() const
Turbulent dispersion force on faces.
static const dimensionSet dimF
Force dimensions.
virtual tmp< volVectorField > F() const
Turbulent dispersion force.
Dimension set for the base types.
static const dimensionSet dimD
Diffusivity dimensions.
virtual const phaseModel & continuous() const
Continuous phase.
Calculate the gradient of the given field.
static const word propertiesName
Default name of the turbulence properties dictionary.
static word groupName(Name name, const word &group)
const phasePair & pair_
Phase pair.
virtual ~turbulentDispersionModel()
Destructor.
virtual const phaseModel & dispersed() const
Dispersed phase.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
const Mesh & mesh() const
Return mesh.
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.
const phaseCompressibleTurbulenceModel & continuousTurbulence() const
Return a reference to the turbulence model for the continuous phase.
virtual tmp< volScalarField > D() const
Turbulent diffusivity.
A class for managing temporary objects.
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.