96#ifndef Foam_functionObjects_ddt2_H
97#define Foam_functionObjects_ddt2_H
124 wordRes selectFields_;
130 mutable regExp denyField_;
144 bool accept(
const word& fieldName)
const;
147 template<
class FieldType>
148 int apply(
const word& inputName,
int& state);
151 int process(
const word& inputName);
178 virtual ~ddt2() =
default;
190 virtual bool write();
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 a number of values (eg,...
Computes the magnitude or magnitude squared of the Eulerian time derivative of an input volume field ...
TypeName("ddt2")
Runtime type information.
virtual ~ddt2()=default
Destructor.
ddt2(const word &name, const Time &runTime, const dictionary &dict)
Construct from name, Time and dictionary.
ddt2(const ddt2 &)=delete
No copy construct.
virtual bool read(const dictionary &dict)
Read the function-object dictionary.
void operator=(const ddt2 &)=delete
No copy assignment.
virtual bool execute()
Execute the function-object operations.
virtual bool write()
Write the function-object results.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
fvMeshFunctionObject(const fvMeshFunctionObject &)=delete
No copy construct.
A List of wordRe with additional matching capabilities.
A class for handling words, derived from Foam::string.
Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.
HashSet< word, Hash< word > > wordHashSet
A HashSet of words, uses string hasher.
regExpCxx regExp
Selection of preferred regular expression implementation.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.
Forwards and collection of common volume field types.