Go to the documentation of this file.
47 namespace regionModels
49 namespace surfaceFilmModels
force(const force &)
Disallow default bitwise copy construct.
A class for handling words, derived from string.
virtual tmp< fvVectorMatrix > correct(volVectorField &U)=0
Correct.
A class for managing temporary objects.
const surfaceFilmModel & owner() const
Return const access to the owner surface film model.
virtual ~force()
Destructor.
TypeName("force")
Runtime type information.
A special matrix type and solver, designed for finite volume solutions of scalar equations.
const dictionary & dict() const
Return const access to the cloud dictionary.
declareRunTimeSelectionTable(autoPtr, force, dictionary,(surfaceFilmModel &owner, const dictionary &dict),(owner, dict))
static autoPtr< force > New(surfaceFilmModel &owner, const dictionary &dict, const word &modelType)
Return a reference to the selected force model.
A list of keyword definitions, which are a keyword followed by any number of values (e....
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...
Macros to ease declaration of run-time selection tables.
Base class for film (stress-based) force models.
void operator=(const force &)
Disallow default bitwise assignment.
Base class for surface film models.
Generic GeometricField class.