40 #ifndef div_functionObject_H
41 #define div_functionObject_H
49 namespace functionObjects
64 template<
class FieldType>
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
const word & name() const
Return the name of this functionObject.
Calculates the divergence of a field. The operation is limited to surfaceScalarFields and volVectorFi...
TypeName("div")
Runtime type information.
virtual ~div()
Destructor.
div(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
A class for handling words, derived from string.