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