|
| 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 () |
|
void | setActuatorDVs (const word diskName, const label dvI, const scalar val) |
| set a new value to the actuator disk design variable More...
|
|
scalar | getActuatorDVs (const word diskName, const label dvI) |
| get the value from the actuator disk design variable More...
|
|
void | updateFvSource () |
| calculate fvSource based on the latest actuatorDVs More...
|
|
void | syncDAOptionToActuatorDVs () |
| synchronize the values in DAOption and actuatorDiskDVs_ More...
|
|
bool | writeData (Ostream &os) const |
| virtual function for regIOobject More...
|
|