Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
ITHACAparameters Class Reference

Class for the definition of some general parameters, the parameters must be defined from the file ITHACAdict inside the system folder. More...

#include <ITHACAparameters.H>

Public Member Functions

 ITHACAparameters (fvMesh &mesh, Time &localTime)
 
 ~ITHACAparameters ()=delete
 Delete empty constructor.
 

Static Public Member Functions

static ITHACAparametersgetInstance (fvMesh &mesh, Time &localTime)
 Gets an instance of ITHACAparameters, to be used if the instance is not existing.
 
static ITHACAparametersgetInstance ()
 Gets an instance of ITHACAparameters, to be used if the instance is already existing.
 

Public Attributes

word eigensolver
 type of eigensolver used in the eigenvalue decomposition can be either be eigen or spectra
 
label precision
 precision of the output Market Matrix objects (i.e. reduced matrices, eigenvalues, ...)
 
bool exportPython
 
bool exportMatlab
 
bool exportTxt
 
bool debug
 
bool warnings
 
std::_Ios_Fmtflags outytpe
 type of output format can be fixed or scientific
 
IOdictionary * ITHACAdict
 Dictionary for input objects from file.
 
Time & runTime
 runTime defined locally
 
fvMesh & mesh
 Mesh object defined locally.
 

Static Public Attributes

static ITHACAparametersinstance = nullptr
 Pointer to the ITHACAparameters class.
 

Detailed Description

Class for the definition of some general parameters, the parameters must be defined from the file ITHACAdict inside the system folder.

Examples
02enKF_1DinverseHeatTransfer.C, 02thermalBlock.C, 03steadyNS.C, 04unsteadyNS.C, 06POD_RBF.C, 08DEIM.C, 09DEIM_ROM.C, 10UnsteadyBBEnclosed.C, 11UnsteadyBBOpen.C, 17YJunction.C, 19UnsteadyNSExplicit.C, 20incrementalPOD.C, and IHTP01inverseLaplacian.C.

Definition at line 40 of file ITHACAparameters.H.

Constructor & Destructor Documentation

◆ ITHACAparameters()

ITHACAparameters::ITHACAparameters ( fvMesh & mesh,
Time & localTime )

Definition at line 5 of file ITHACAparameters.C.

◆ ~ITHACAparameters()

ITHACAparameters::~ITHACAparameters ( )
delete

Delete empty constructor.

Member Function Documentation

◆ getInstance() [1/2]

ITHACAparameters * ITHACAparameters::getInstance ( )
static

◆ getInstance() [2/2]

ITHACAparameters * ITHACAparameters::getInstance ( fvMesh & mesh,
Time & localTime )
static

Gets an instance of ITHACAparameters, to be used if the instance is not existing.

Parameters
meshThe mesh
localTimeThe runtime object
Returns
The instance.

Definition at line 43 of file ITHACAparameters.C.

Member Data Documentation

◆ debug

bool ITHACAparameters::debug

Definition at line 56 of file ITHACAparameters.H.

◆ eigensolver

word ITHACAparameters::eigensolver

type of eigensolver used in the eigenvalue decomposition can be either be eigen or spectra

Definition at line 47 of file ITHACAparameters.H.

◆ exportMatlab

bool ITHACAparameters::exportMatlab

Definition at line 54 of file ITHACAparameters.H.

◆ exportPython

bool ITHACAparameters::exportPython

Definition at line 53 of file ITHACAparameters.H.

◆ exportTxt

bool ITHACAparameters::exportTxt

Definition at line 55 of file ITHACAparameters.H.

◆ instance

ITHACAparameters * ITHACAparameters::instance = nullptr
static

Pointer to the ITHACAparameters class.

Definition at line 72 of file ITHACAparameters.H.

◆ ITHACAdict

IOdictionary* ITHACAparameters::ITHACAdict

◆ mesh

fvMesh& ITHACAparameters::mesh

Mesh object defined locally.

Definition at line 69 of file ITHACAparameters.H.

◆ outytpe

std::_Ios_Fmtflags ITHACAparameters::outytpe

type of output format can be fixed or scientific

Definition at line 60 of file ITHACAparameters.H.

◆ precision

label ITHACAparameters::precision

precision of the output Market Matrix objects (i.e. reduced matrices, eigenvalues, ...)

Definition at line 50 of file ITHACAparameters.H.

◆ runTime

Time& ITHACAparameters::runTime

runTime defined locally

Definition at line 66 of file ITHACAparameters.H.

◆ warnings

bool ITHACAparameters::warnings

Definition at line 57 of file ITHACAparameters.H.


The documentation for this class was generated from the following files: