Abstract base class for reduced-order models to handle specific model characteristics.
More...
#include <ROMmodel.H>
|
| | TypeName ("ROMmodel") |
| | Runtime type information.
|
| | declareRunTimeSelectionTable (autoPtr, ROMmodel, dictionary,(Time &runTime, fvMesh &mesh, const dictionary &dict, const instantList ×),(runTime, mesh, dict, times)) |
| | ROMmodel (Time &runTime, fvMesh &mesh, const dictionary &dict, const instantList ×) |
| | Construct from components.
|
| | ROMmodel (const ROMmodel &)=delete |
| | No copy construct.
|
| void | operator= (const ROMmodel &)=delete |
| | No copy assignment.
|
| virtual | ~ROMmodel ()=default |
| | Destructor.
|
| virtual bool | read (const dictionary &dict)=0 |
| | Read model settings.
|
| virtual bool | createAndWrite ()=0 |
| | Create and write fields.
|
Abstract base class for reduced-order models to handle specific model characteristics.
- Source files
-
Definition at line 63 of file ROMmodel.H.
◆ ROMmodel() [1/2]
◆ ROMmodel() [2/2]
| ROMmodel |
( |
const ROMmodel & | | ) |
|
|
delete |
◆ ~ROMmodel()
◆ TypeName()
Runtime type information.
◆ declareRunTimeSelectionTable()
| declareRunTimeSelectionTable |
( |
autoPtr | , |
|
|
ROMmodel | , |
|
|
dictionary | , |
|
|
(Time &runTime, fvMesh &mesh, const dictionary &dict, const instantList ×) | , |
|
|
(runTime, mesh, dict, times) | ) |
◆ New()
◆ operator=()
◆ read()
Read model settings.
Implemented in DMD.
References dict.
◆ createAndWrite()
| virtual bool createAndWrite |
( |
| ) |
|
|
pure virtual |
Create and write fields.
Implemented in DMD.
◆ runTime_
Reference to the Time.
Need non-const access to use setTime
Definition at line 74 of file ROMmodel.H.
◆ mesh_
◆ dict_
Const reference to the dictionary.
Definition at line 86 of file ROMmodel.H.
◆ times_
Const reference to field times.
Definition at line 91 of file ROMmodel.H.
The documentation for this class was generated from the following file:
- applications/utilities/postProcessing/miscellaneous/createROMfields/ROMmodels/ROMmodel/ROMmodel.H