Go to the documentation of this file.
41 #include "filmSubModelBase.H"
49 namespace regionModels
51 namespace surfaceFilmModels
70 void operator=(
const force&) =
delete;
A class for handling words, derived from Foam::string.
virtual tmp< fvVectorMatrix > correct(volVectorField &U)=0
A class for managing temporary objects.
declareRunTimeSelectionTable(autoPtr, force, dictionary,(surfaceFilmRegionModel &film, const dictionary &dict),(film, dict))
A special matrix type and solver, designed for finite volume solutions of scalar equations.
Base class for surface film models.
const dictionary & dict() const
static autoPtr< force > New(surfaceFilmRegionModel &film, const dictionary &dict, const word &modelType)
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.
Macros to ease declaration of run-time selection tables.
Base class for film (stress-based) force models.
const surfaceFilmRegionModel & film() const
Generic GeometricField class.
Base class for surface film sub-models.