#include <Ptot.H>
|
| | Ptot () |
| |
| | Ptot (int argc, char *argv[], label Nsampled) |
| |
| | ~Ptot () |
| |
| void | buildMO (std::string dir) |
| | Method that computes the total power at the last time instant of the simulation, output are sought in dir/0, dir/1, dir/2, etc... i.e solution correspondent to 0th,1st,2nd etc... parameters set passed to FOM/ROM.
|
| |
| | FofM () |
| |
| | FofM (int argc, char *argv[], label Nsampled) |
| |
|
| autoPtr< volScalarField > | _powerDens |
| | List of pointers to power density field.
|
| |
| Eigen::VectorXd | modelOutput |
| | Vector to store the desired output of the model, i.e. the figure of merit.
|
| |
| autoPtr< fvMesh > | _mesh |
| | dummy variables to transform FofM into a class
|
| |
| autoPtr< Time > | _runTime |
| |
| PtrList< volScalarField > | ptrfield |
| | list of pointers to scalar and vector field
|
| |
| PtrList< volVectorField > | Vptrfield |
| |
| label | Npoints |
| | Number of points for which simulation is run.
|
| |
| std::string | name |
| | Name of the figure of merit.
|
| |
| bool | MObuilt = false |
| | boolean variable to check if the model output is computed (true) or not (false)
|
| |
Definition at line 41 of file Ptot.H.
◆ Ptot() [1/2]
Definition at line 3 of file Ptot.C.
◆ Ptot() [2/2]
| Ptot::Ptot |
( |
int | argc, |
|
|
char * | argv[], |
|
|
label | Nsampled ) |
Definition at line 5 of file Ptot.C.
◆ ~Ptot()
◆ buildMO()
| void Ptot::buildMO |
( |
std::string | dir | ) |
|
|
virtual |
Method that computes the total power at the last time instant of the simulation, output are sought in dir/0, dir/1, dir/2, etc... i.e solution correspondent to 0th,1st,2nd etc... parameters set passed to FOM/ROM.
Reimplemented from FofM.
Definition at line 17 of file Ptot.C.
◆ _powerDens
| autoPtr<volScalarField> Ptot::_powerDens |
List of pointers to power density field.
Definition at line 52 of file Ptot.H.
The documentation for this class was generated from the following files:
- /github/workspace/src/ITHACA_CORE/ITHACAsensitivity/FiguresOfMerit/Ptot.H
- /github/workspace/src/ITHACA_CORE/ITHACAsensitivity/FiguresOfMerit/Ptot.C