Go to the documentation of this file.
38 const dictionary&
dict,
43 const word modelType(
dict.get<word>(
"transportModel"));
45 Info<<
"Selecting incompressible transport model " << modelType <<
endl;
47 auto* ctorPtr = dictionaryConstructorTable(modelType);
54 "mixtureViscosityModel",
56 *dictionaryConstructorTablePtr_
60 return autoPtr<mixtureViscosityModel>
Ostream & endl(Ostream &os)
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
static autoPtr< mixtureViscosityModel > New(const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi)
errorManipArg< error, int > exit(error &err, const int errNo=1)
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
word name(const expressions::valueTypeCode typeCode)