36 #ifndef function1Viscosity_H 37 #define function1Viscosity_H 46 namespace regionModels
48 namespace surfaceFilmModels
Base class for surface film viscosity models.
Base class for surface film models.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const dictionary & dict() const
Return const access to the cloud dictionary.
const surfaceFilmRegionModel & film() const
Return const access to the film surface film model.
The Foam::Function1 temperature-dependent viscosity model multiplies the viscosity of a base model by...
virtual void correct(const volScalarField &p, const volScalarField &T)
Correct.
const dimensionedScalar mu
Atomic mass unit.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
autoPtr< viscosityModel > viscosity_
Base viscosity model.
autoPtr< Function1< scalar > > function_
Viscosity factor as a function of temperature.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
TypeName("function1")
Runtime type information.
virtual ~function1Viscosity()
Destructor.