36 #ifndef filmViscosityModel_H 37 #define filmViscosityModel_H 47 namespace regionModels
49 namespace surfaceFilmModels
virtual ~filmViscosityModel()
Destructor.
const dictionary & dict() const
Return const access to the cloud dictionary.
TypeName("filmViscosityModel")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e...
declareRunTimeSelectionTable(autoPtr, filmViscosityModel, dictionary,(surfaceFilmModel &owner, const dictionary &dict, volScalarField &mu),(owner, dict, mu))
const word & modelType() const
Return const access to the sub-model type.
A class for handling words, derived from string.
virtual void correct(const volScalarField &p, const volScalarField &T)=0
Correct.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
volScalarField & mu_
Reference to the viscosity field.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
const dimensionedScalar mu
Atomic mass unit.
static autoPtr< filmViscosityModel > New(surfaceFilmModel &owner, const dictionary &dict, volScalarField &mu)
Return a reference to the selected phase change model.
const surfaceFilmModel & owner() const
Return const access to the owner surface film model.
Base class for surface film models.
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.