Go to the documentation of this file.
11 #ifndef DAFvSourceActuatorDisk_H
12 #define DAFvSourceActuatorDisk_H
15 #include "addToRunTimeSelectionTable.H"
label printInterval_
print interval for primal and adjoint
DAOption daOption(mesh, pyOptions_)
virtual ~DAFvSourceActuatorDisk()
volScalarField & fvSource
HashTable< labelList > fvSourceCellIndices_
HashTable that contains lists of cell indices that are within the actuator disk space.
DAFvSourceActuatorDisk(const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex)
virtual void calcFvSource(volVectorField &fvSource)
compute the FvSource term
void calcFvSourceCellIndices(HashTable< labelList > &fvSourceCellIndices)
calculate DAFvSourceActuatorDisk::fvSourceCellIndices_
DAModel daModel(mesh, daOption)
DAIndex daIndex(mesh, daOption, daModel)