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