

Public Member Functions | |
| TypeName ("actuatorPoint") | |
| DAFvSourceActuatorPoint (const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex) | |
| virtual | ~DAFvSourceActuatorPoint () |
| virtual void | calcFvSource (volVectorField &fvSource) |
| compute the FvSource term More... | |
| virtual void | initFvSourcePars () |
| Initialize the values for all types of fvSource in DAGlobalVar, including actuatorDiskPars, heatSourcePars, etc. More... | |
Public Member Functions inherited from DAFvSource | |
| TypeName ("DAFvSource") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, DAFvSource, dictionary,(const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex),(modelType, mesh, daOption, daModel, daIndex)) | |
| DAFvSource (const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex) | |
| virtual | ~DAFvSource () |
| virtual void | calcFvSource (volScalarField &fvSource) |
| overloaded function for scalar fields More... | |
| void | updateFvSource () |
| calculate fvSource based on the latest parameters defined in DAGlobalVar More... | |
| bool | writeData (Ostream &os) const |
| virtual function for regIOobject More... | |
| void | findGlobalSnappedCenter (label snappedCenterCellI, vector ¢er) |
Protected Attributes | |
| label | printIntervalUnsteady_ |
| print interval More... | |
Protected Attributes inherited from DAFvSource | |
| const word & | modelType_ |
| model name More... | |
| const fvMesh & | mesh_ |
| fvMesh More... | |
| const DAOption & | daOption_ |
| DAOption object. More... | |
| const DAModel & | daModel_ |
| DAModel object. More... | |
| const DAIndex & | daIndex_ |
| DAIndex object. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from DAFvSource | |
| static autoPtr< DAFvSource > | New (const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex) |
Definition at line 27 of file DAFvSourceActuatorPoint.H.
| DAFvSourceActuatorPoint | ( | const word | modelType, |
| const fvMesh & | mesh, | ||
| const DAOption & | daOption, | ||
| const DAModel & | daModel, | ||
| const DAIndex & | daIndex | ||
| ) |
Definition at line 19 of file DAFvSourceActuatorPoint.C.
References DAOption::getOption(), DAFvSourceActuatorPoint::initFvSourcePars(), and DAFvSourceActuatorPoint::printIntervalUnsteady_.

|
inlinevirtual |
Definition at line 48 of file DAFvSourceActuatorPoint.H.
| TypeName | ( | "actuatorPoint" | ) |
|
virtual |
compute the FvSource term
Reimplemented from DAFvSource.
Definition at line 32 of file DAFvSourceActuatorPoint.C.
References DAGlobalVar::actuatorPointPars, DAFvSource::daOption_, forAll(), fvSource, DAOption::getAllOptions(), DAFvSource::mesh_, and DAFvSourceActuatorPoint::printIntervalUnsteady_.

|
virtual |
Initialize the values for all types of fvSource in DAGlobalVar, including actuatorDiskPars, heatSourcePars, etc.
Reimplemented from DAFvSource.
Definition at line 214 of file DAFvSourceActuatorPoint.C.
References DAGlobalVar::actuatorPointPars, DAFvSource::daOption_, forAll(), DAOption::getAllOptions(), and DAFvSource::mesh_.
Referenced by DAFvSourceActuatorPoint::DAFvSourceActuatorPoint().


|
protected |
print interval
Definition at line 33 of file DAFvSourceActuatorPoint.H.
Referenced by DAFvSourceActuatorPoint::calcFvSource(), and DAFvSourceActuatorPoint::DAFvSourceActuatorPoint().