Go to the documentation of this file.
36 #ifndef filmTurbulenceModel_H
37 #define filmTurbulenceModel_H
48 namespace regionModels
50 namespace surfaceFilmModels
filmTurbulenceModel(const filmTurbulenceModel &)
Disallow default bitwise copy construct.
void operator=(const filmTurbulenceModel &)
Disallow default bitwise assignment.
A class for handling words, derived from string.
A class for managing temporary objects.
virtual tmp< volScalarField > mut() const =0
Return the film turbulence viscosity.
Base class for film turbulence models.
Forward declarations of fvMatrix specializations.
const surfaceFilmModel & owner() const
Return const access to the owner surface film model.
virtual ~filmTurbulenceModel()
Destructor.
const dictionary & dict() const
Return const access to the cloud dictionary.
virtual tmp< fvVectorMatrix > Su(volVectorField &U) const =0
Return the source for the film momentum equation.
static autoPtr< filmTurbulenceModel > New(surfaceFilmModel &owner, const dictionary &dict)
Return a reference to the selected injection model.
A list of keyword definitions, which are a keyword followed by any number of values (e....
declareRunTimeSelectionTable(autoPtr, filmTurbulenceModel, dictionary,(surfaceFilmModel &owner, const dictionary &dict),(owner, dict))
const word & modelType() const
Return const access to the sub-model type.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual tmp< volVectorField > Us() const =0
Return the film surface velocity.
Macros to ease declaration of run-time selection tables.
Base class for surface film models.
virtual void correct()=0
Correct/update the model.
Generic GeometricField class.
TypeName("filmTurbulenceModel")
Runtime type information.