62 #ifndef fvModelFunctionObject_H
63 #define fvModelFunctionObject_H
72 namespace functionObjects
125 virtual bool write();
static const List< word > & null()
Return a null List.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const word & name() const
Return the name of this functionObject.
Specialisation of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
functionObject to instantiate and execute an fvModel
void operator=(const fvModel &)=delete
Disallow default bitwise assignment.
TypeName("fvModel")
Runtime type information.
virtual wordList fields() const
Return the list of fields required.
virtual ~fvModel()
Destructor.
virtual scalar maxDeltaT() const
Return the maximum time-step for stable operation.
fvModel(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual bool execute()
Execute the fvModel.
virtual bool write()
Do nothing.
A class for handling words, derived from string.