Go to the documentation of this file.
144 #ifndef functionObjects_DMD_H
145 #define functionObjects_DMD_H
158 namespace functionObjects
167 public fvMeshFunctionObject
169 typedef RectangularMatrix<scalar> RMatrix;
174 autoPtr<DMDModel> DMDModelPtr_;
183 const word fieldName_;
216 template<
class GeoFieldType>
217 bool getSnapshotField();
233 const dictionary&
dict
244 virtual ~DMD() =
default;
256 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.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
const word & name() const noexcept
Computes a dynamic mode decomposition model on a specified field.
DMD(const word &name, const Time &runTime, const dictionary &dict)
void operator=(const DMD &)=delete
virtual bool read(const dictionary &dict)