33 namespace regionModels
35 namespace surfaceFilmModels
52 function1Viscosity::function1Viscosity
Run-time selectable general function of one variable.
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...
volScalarField & mu_
Reference to the viscosity field.
static autoPtr< viscosityModel > New(surfaceFilmRegionModel &film, const dictionary &dict, volScalarField &mu)
Return a reference to the selected phase change model.
Macros for easy insertion into run-time selection tables.
addToRunTimeSelectionTable(ejectionModel, BrunDrippingEjection, dictionary)
virtual void correct(const volScalarField &p, const volScalarField &T)
Correct.
Internal::FieldType & primitiveFieldRef()
Return a reference to the internal field.
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.
void correctBoundaryConditions()
Correct boundary field.
defineTypeNameAndDebug(kinematicSingleLayer, 0)
virtual ~function1Viscosity()
Destructor.