Go to the documentation of this file.
97 #ifndef functionObjects_div_H
98 #define functionObjects_div_H
106 namespace functionObjects
115 public fieldExpression
121 template<
class FieldType>
145 const dictionary&
dict
156 virtual ~div() =
default;
162 virtual bool write();
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
div(const word &name, const Time &runTime, const dictionary &dict)
void operator=(const div &)=delete
tmp< GeometricField< Type, faPatchField, areaMesh > > div(const GeometricField< Type, faePatchField, edgeMesh > &ssf)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Computes the divergence of an input field.
const word & name() const noexcept
Intermediate class for handling field expression function objects (e.g. blendingFactor etc....