Public Member Functions | |
DAGlobalVar (const fvMesh &mesh) | |
Constructors. More... | |
virtual | ~DAGlobalVar () |
Destructor. More... | |
bool | writeData (Ostream &os) const |
this is a virtual function for regIOobject More... | |
Public Attributes | |
scalarList | patchVelocity = {0.0, 0.0} |
patch velocity list [UMag, AOA] AoA is in degrees More... | |
scalar | primalMaxRes = 0.0 |
the maximal residual for primal this var will be used in multiple classes More... | |
HashTable< List< scalar > > | actuatorDiskPars |
the list of parameters for all the actuator disks More... | |
HashTable< List< scalar > > | actuatorLinePars |
the list of parameters for all the actuator lines More... | |
HashTable< List< scalar > > | actuatorPointPars |
the list of parameters for all the actuator points More... | |
HashTable< List< scalar > > | heatSourcePars |
the list of parameters for all the actuator disks More... | |
HashTable< List< scalar > > | inputFieldUnsteady |
the unsteady field inputs with the key being the fieldName More... | |
Protected Attributes | |
const fvMesh & | mesh_ |
Foam::fvMesh object. More... | |
Definition at line 26 of file DAGlobalVar.H.
DAGlobalVar | ( | const fvMesh & | mesh | ) |
Constructors.
Definition at line 17 of file DAGlobalVar.C.
|
inlinevirtual |
Destructor.
Definition at line 46 of file DAGlobalVar.H.
|
inline |
this is a virtual function for regIOobject
Definition at line 51 of file DAGlobalVar.H.
|
protected |
Foam::fvMesh object.
Definition at line 39 of file DAGlobalVar.H.
scalarList patchVelocity = {0.0, 0.0} |
patch velocity list [UMag, AOA] AoA is in degrees
Definition at line 59 of file DAGlobalVar.H.
Referenced by DAFunctionForce::calcFunction(), and DAInputPatchVelocity::run().
scalar primalMaxRes = 0.0 |
the maximal residual for primal this var will be used in multiple classes
Definition at line 62 of file DAGlobalVar.H.
Referenced by DASpalartAllmaras::calcResiduals(), DAkOmega::calcResiduals(), DAkEpsilon::calcResiduals(), DASpalartAllmarasFv3::calcResiduals(), DAkOmegaSST::calcResiduals(), and DAkOmegaSSTLM::calcResiduals().
HashTable<List<scalar> > actuatorDiskPars |
the list of parameters for all the actuator disks
Definition at line 65 of file DAGlobalVar.H.
Referenced by DAFvSourceActuatorDisk::calcFvSource(), DAFvSourceActuatorDisk::initFvSourcePars(), and DAInputFvSourcePar::run().
HashTable<List<scalar> > actuatorLinePars |
the list of parameters for all the actuator lines
Definition at line 68 of file DAGlobalVar.H.
Referenced by DAFvSourceActuatorLine::calcFvSource(), DAFvSourceActuatorLine::initFvSourcePars(), and DAInputFvSourcePar::run().
HashTable<List<scalar> > actuatorPointPars |
the list of parameters for all the actuator points
Definition at line 71 of file DAGlobalVar.H.
Referenced by DAFvSourceActuatorPoint::calcFvSource(), DAFvSourceActuatorPoint::initFvSourcePars(), and DAInputFvSourcePar::run().
HashTable<List<scalar> > heatSourcePars |
the list of parameters for all the actuator disks
Definition at line 74 of file DAGlobalVar.H.
Referenced by DAFvSourceHeatSource::calcFvSource(), DAFvSourceHeatSource::DAFvSourceHeatSource(), DAFvSourceHeatSource::initFvSourcePars(), and DAInputFvSourcePar::run().
HashTable<List<scalar> > inputFieldUnsteady |
the unsteady field inputs with the key being the fieldName
Definition at line 77 of file DAGlobalVar.H.
Referenced by DASolver::initInputFieldUnsteady(), DAInputFieldUnsteady::run(), and DASolver::updateInputFieldUnsteady().