119#ifndef ROMmodels_DMD_H
120#define ROMmodels_DMD_H
142 typedef List<complex> complexList;
178 wordList modeNames(
const word& modeType)
const;
181 template<
class GeoType>
182 bool createAndWriteImpl()
const;
210 virtual ~DMD() =
default;
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
ROMmodel(Time &runTime, fvMesh &mesh, const dictionary &dict, const instantList ×)
Construct from components.
Field creation model using the streaming total dynamic mode decomposition method (STDMD).
virtual bool read(const dictionary &dict)
Read model settings.
TypeName("DMD")
Runtime type information.
virtual bool createAndWrite()
Create and write fields.
virtual ~DMD()=default
Destructor.
DMD(Time &runTime, fvMesh &mesh, const dictionary &dict, const instantList ×)
Construct from components.
DMD(const DMD &)=delete
No copy construct.
void operator=(const DMD &)=delete
No copy assignment.
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,...
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
Mesh data needed to do the Finite Volume discretisation.
A class for handling words, derived from Foam::string.
A namespace for various implementations of reduced-order (ROM) field creation models.
List< word > wordList
List of word.
List< label > labelList
A List of labels.
List< instant > instantList
List of instants.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.