Go to the documentation of this file.
70 #ifndef thixotropicViscosity_H
71 #define thixotropicViscosity_H
79 namespace regionModels
81 namespace surfaceFilmModels
thixotropicViscosity(const thixotropicViscosity &)
Disallow default bitwise copy construct.
const dimensionedScalar mu
Atomic mass unit.
virtual ~thixotropicViscosity()
Destructor.
TypeName("thixotropic")
Runtime type information.
const surfaceFilmModel & owner() const
Return const access to the owner surface film model.
dimensionedScalar d_
Model `d' coefficient.
dimensionedScalar mu0_
Limiting viscosity when lambda = 1.
const dictionary & dict() const
Return const access to the cloud dictionary.
dimensionedScalar b_
Model `b' coefficient.
virtual void correct(const volScalarField &p, const volScalarField &T)
Correct.
dimensionedScalar K_
Model coeffiicient.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
volScalarField lambda_
Structural parameter.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
dimensionedScalar muInf_
Limiting viscosity when lambda = 0.
Thixotropic viscosity model based on the evolution of the structural parameter :
A list of keyword definitions, which are a keyword followed by any number of values (e....
Generic dimensioned Type class.
dimensionedScalar a_
Model `a' coefficient.
void operator=(const thixotropicViscosity &)
Disallow default bitwise assignment.
dimensionedScalar c_
Model `c' coefficient (read after d since dims depend on d value)
Base class for surface film models.
Base class for surface film viscosity models.
Generic GeometricField class.