Go to the documentation of this file.
38 #ifndef filmTurbulenceModel_H
39 #define filmTurbulenceModel_H
41 #include "filmSubModelBase.H"
50 namespace regionModels
52 namespace surfaceFilmModels
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
virtual tmp< volScalarField > mut() const =0
Base class for film turbulence models.
Forward declarations of fvMatrix specializations.
virtual ~filmTurbulenceModel()
Base class for surface film models.
const dictionary & dict() const
virtual tmp< fvVectorMatrix > Su(volVectorField &U) const =0
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & modelType() const
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual tmp< volVectorField > Us() const =0
Macros to ease declaration of run-time selection tables.
const surfaceFilmRegionModel & film() const
Generic GeometricField class.
static autoPtr< filmTurbulenceModel > New(surfaceFilmRegionModel &film, const dictionary &dict)
Base class for surface film sub-models.
declareRunTimeSelectionTable(autoPtr, filmTurbulenceModel, dictionary,(surfaceFilmRegionModel &film, const dictionary &dict),(film, dict))
TypeName("filmTurbulenceModel")