131 return nuModel_->nu();
137 return nuModel_->nu(patchi);
const Internal & operator()() const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A keyword and a list of tokens is a 'dictionaryEntry'.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
static const dictionary null
An empty dictionary, which is also the parent for all dictionaries.
const keyType & keyword() const noexcept
Return keyword.
Return a pointer to a new phase created on freestore.
autoPtr< phase > operator()(Istream &is) const
iNew(const volVectorField &U, const surfaceScalarField &phi)
void correct()
Correct the phase properties.
const viscosityModel & nuModel() const
Return const-access to phase1 viscosityModel.
const word & name() const
const dimensionedScalar & rho() const
Return const-access to phase1 density.
autoPtr< phase > clone() const
Return clone.
tmp< scalarField > nu(const label patchi) const
Return the laminar viscosity for patch.
tmp< volScalarField > nu() const
Return the kinematic laminar viscosity.
phase(const word &name, const dictionary &phaseDict, const volVectorField &U, const surfaceScalarField &phi)
Construct from components.
const word & keyword() const
bool read(const dictionary &phaseDict)
Read base transportProperties dictionary.
virtual bool read()
Read object.
A class for managing temporary objects.
An abstract base class for incompressible viscosityModels.
A class for handling words, derived from Foam::string.
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.