Go to the documentation of this file.
36 namespace mixtureViscosityModels
42 mixtureViscosityModel,
55 const dictionary& viscosityProperties,
61 mixtureViscosityModel(
name, viscosityProperties,
U,
phi),
68 viscosityProperties.getOrDefault<word>(
"alpha",
"alpha"),
83 muc*(1.0 + 2.5*alpha_ + 10.05*
sqr(alpha_) + 0.00273*
exp(16.6*alpha_))
90 const dictionary& viscosityProperties
addToRunTimeSelectionTable(decompositionMethod, kahipDecomp, dictionary)
A class for managing temporary objects.
const word dictName("faMeshDefinition")
dimensionedScalar exp(const dimensionedScalar &ds)
bool read(const dictionary &viscosityProperties)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Macros for easy insertion into run-time selection tables.
GeometricField< vector, fvPatchField, volMesh > volVectorField
tmp< volScalarField > mu(const volScalarField &muc) const
dimensionedSymmTensor sqr(const dimensionedVector &dv)
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
word name(const expressions::valueTypeCode typeCode)
slurry(const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi, const word modelName=typeName)
defineTypeNameAndDebug(combustionModel, 0)