Go to the documentation of this file.
106 #ifndef functionObjects_ddt2_H
107 #define functionObjects_ddt2_H
120 namespace functionObjects
129 public fvMeshFunctionObject
134 wordRes selectFields_;
140 mutable regExp denyField_;
154 static bool checkFormatName(
const std::string& str);
158 bool accept(
const word& fieldName)
const;
161 template<
class FieldType>
162 int apply(
const word& inputName,
int& state);
165 int process(
const word& inputName);
192 virtual ~ddt2() =
default;
204 virtual bool write();
Wrapper around POSIX extended regular expressions with some additional prefix-handling....
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
virtual bool read(const dictionary &)
A class for handling words, derived from Foam::string.
A HashTable with keys but without contents that is similar to std::unordered_set.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
ddt2(const word &name, const Time &runTime, const dictionary &dict)
Computes the magnitude or magnitude squared of the Eulerian time derivative of an input volume field ...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
regExpPosix regExp
Selection of preferred regular expression implementation.
const word & name() const noexcept
A List of wordRe with additional matching capabilities.
HashSet< word, Hash< word > > wordHashSet
A HashSet with word keys and string hasher.
void operator=(const ddt2 &)=delete