|
| TypeName ("massFlowRate") |
|
| DAFunctionMassFlowRate (const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex, const word functionName) |
|
virtual | ~DAFunctionMassFlowRate () |
|
virtual scalar | calcFunction () |
| calculate the value of objective function More...
|
|
| TypeName ("DAFunction") |
| Runtime type information. More...
|
|
| declareRunTimeSelectionTable (autoPtr, DAFunction, dictionary,(const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex, const word functionName),(mesh, daOption, daModel, daIndex, functionName)) |
|
| DAFunction (const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex, const word functionName) |
|
virtual | ~DAFunction () |
|
void | clear () |
| clear up members More...
|
|
void | calcFunctionSources () |
| calculate DAFunction::faceSources_ and DAFunction::cellSources_ More...
|
|
word | getFunctionName () |
| return the name of objective function More...
|
|
word | getFunctionType () |
| return the part of objective function More...
|
|
word | getFunctionTimeOp () |
| return the time operator such as final, sum, average, variance More...
|
|
const labelList & | getFaceSources () const |
| return DAFunction::faceSources_ More...
|
|
const labelList & | getCellSources () const |
| return DAFunction::cellSources_ More...
|
|
void | calcRefVar (scalar &functionValue) |
| calculate (var-ref)^2 More...
|
|
Definition at line 26 of file DAFunctionMassFlowRate.H.
◆ DAFunctionMassFlowRate()
◆ ~DAFunctionMassFlowRate()
◆ TypeName()
TypeName |
( |
"massFlowRate" |
| ) |
|
◆ calcFunction()
calculate the value of objective function
Implements DAFunction.
Definition at line 36 of file DAFunctionMassFlowRate.C.
References DAIndex::bFaceFaceI, DAIndex::bFacePatchI, DAFunction::calcRefVar(), DAFunction::daIndex_, DAFunctionMassFlowRate::daTurb_, DAFunction::faceSources_, forAll(), DAFunction::mesh_, DAIndex::nLocalInternalFaces, rho, DATurbulenceModel::rho(), DAFunction::scale_, and U.
◆ daTurb_
The documentation for this class was generated from the following files: