Go to the documentation of this file.
44 #ifndef ArrheniusViscosity_H
45 #define ArrheniusViscosity_H
53 namespace regionModels
55 namespace surfaceFilmModels
ArrheniusViscosity(const ArrheniusViscosity &)
Disallow default bitwise copy construct.
const dimensionedScalar mu
Atomic mass unit.
dimensionedScalar k2_
Coefficient k2.
virtual void correct(const volScalarField &p, const volScalarField &T)
Correct.
const surfaceFilmModel & owner() const
Return const access to the owner surface film model.
void operator=(const ArrheniusViscosity &)
Disallow default bitwise assignment.
TypeName("Arrhenius")
Runtime type information.
const dictionary & dict() const
Return const access to the cloud dictionary.
dimensionedScalar Tref_
Reference temperature.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
A list of keyword definitions, which are a keyword followed by any number of values (e....
Generic dimensioned Type class.
dimensionedScalar k1_
Coefficient k1.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Base class for surface film models.
Generic GeometricField class.
autoPtr< filmViscosityModel > viscosity_
Base viscosity model.
virtual ~ArrheniusViscosity()
Destructor.