Go to the documentation of this file.
36 #ifndef filmViscosityModel_H
37 #define filmViscosityModel_H
47 namespace regionModels
49 namespace surfaceFilmModels
filmViscosityModel(const filmViscosityModel &)
Disallow default bitwise copy construct.
void operator=(const filmViscosityModel &)
Disallow default bitwise assignment.
A class for handling words, derived from string.
const dimensionedScalar mu
Atomic mass unit.
virtual void correct(const volScalarField &p, const volScalarField &T)=0
Correct.
const surfaceFilmModel & owner() const
Return const access to the owner surface film model.
virtual ~filmViscosityModel()
Destructor.
const dictionary & dict() const
Return const access to the cloud dictionary.
volScalarField & mu_
Reference to the viscosity field.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
static autoPtr< filmViscosityModel > New(surfaceFilmModel &owner, const dictionary &dict, volScalarField &mu)
Return a reference to the selected phase change model.
declareRunTimeSelectionTable(autoPtr, filmViscosityModel, dictionary,(surfaceFilmModel &owner, const dictionary &dict, volScalarField &mu),(owner, dict, mu))
A list of keyword definitions, which are a keyword followed by any number of values (e....
const word & modelType() const
Return const access to the sub-model type.
virtual void info(Ostream &os) const
Provide some feedback.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
Base class for surface film models.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Generic GeometricField class.
TypeName("filmViscosityModel")
Runtime type information.