Go to the documentation of this file.
52 "transportProperties",
55 IOobject::MUST_READ_IF_MODIFIED,
59 twoPhaseMixture(
U.
mesh(), *this),
63 mixtureViscosityModel::
New
83 rhod_(
"rho",
dimDensity, muModel_->viscosityProperties()),
84 rhoc_(
"rho",
dimDensity, nucModel_->viscosityProperties()),
89 muModel_->viscosityProperties().lookupOrDefault(
"d", 0.0)
91 alphaMax_(muModel_->viscosityProperties().lookupOrDefault(
"alphaMax", 1.0)),
106 calculatedFvPatchScalarField::typeName
132 muModel_->viscosityProperties().lookupOrDefault(
"d", 0)
136 muModel_->viscosityProperties().lookupOrDefault
autoPtr< BasicCompressibleTurbulenceModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleTurbulenceModel::transportModel &transport, const word &propertiesName)
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
const dimensionSet dimDensity
virtual bool read()
Read object.
incompressibleTwoPhaseInteractingMixture(const volVectorField &U, const surfaceScalarField &phi)
Construct from components.
Constant dispersed-phase particle diameter model.
virtual bool read()
Read base transportProperties dictionary.
autoPtr< mixtureViscosityModel > muModel_
scalar alphaMax_
Optional maximum dispersed phase-fraction (e.g. packing limit)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
dimensionedScalar dd_
Optional diameter of the dispersed phase particles.
Macros for easy insertion into run-time selection tables.
autoPtr< viscosityModel > nucModel_
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
defineTypeNameAndDebug(combustionModel, 0)