|
| TypeName ("uniformPressureGradient") |
|
| DAFvSourceUniformPressureGradient (const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex) |
|
virtual | ~DAFvSourceUniformPressureGradient () |
|
virtual void | calcFvSource (volVectorField &fvSource) |
| compute the FvSource term More...
|
|
| 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...
|
|
virtual void | initFvSourcePars () |
| Initialize the values for all types of fvSource in DAGlobalVar, including actuatorDiskPars, heatSourcePars, etc. 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) |
|