Public Member Functions | |
DAModel (const fvMesh &mesh, const DAOption &daOption) | |
Constructors. More... | |
virtual | ~DAModel () |
Destructor. More... | |
void | correctModelStates (wordList &modelStates) const |
update the name in modelStates based on the selected physical model at runtime More... | |
void | correctStateResidualModelCon (List< List< word >> &stateCon) const |
update the original variable connectivity for the adjoint state residuals in stateCon More... | |
void | addModelResidualCon (HashTable< List< List< word >>> &allCon) const |
add the model residual connectivity to stateCon More... | |
void | calcResiduals (const dictionary &options) |
calculate the residuals for model state variables More... | |
void | correctBoundaryConditions () |
correct boundary conditions for model states More... | |
void | updateIntermediateVariables () |
update intermediate variables that are dependent on the model states More... | |
void | getTurbProdTerm (scalarList &prodTerm) const |
return the value of the production term from the turbulence model More... | |
const DATurbulenceModel & | getDATurbulenceModel () const |
get a reference to DATurbulenceModel More... | |
void correctModelStates | ( | wordList & | modelStates | ) | const |
update the name in modelStates based on the selected physical model at runtime
Definition at line 33 of file DAModel.C.
References DATurbulenceModel::correctModelStates().
void correctStateResidualModelCon | ( | List< List< word >> & | stateCon | ) | const |
update the original variable connectivity for the adjoint state residuals in stateCon
Definition at line 73 of file DAModel.C.
References DATurbulenceModel::correctStateResidualModelCon().
void addModelResidualCon | ( | HashTable< List< List< word >>> & | allCon | ) | const |
add the model residual connectivity to stateCon
Definition at line 127 of file DAModel.C.
References DARadiationModel::addModelResidualCon(), and DATurbulenceModel::addModelResidualCon().
void calcResiduals | ( | const dictionary & | options | ) |
calculate the residuals for model state variables
Definition at line 200 of file DAModel.C.
References DATurbulenceModel::calcResiduals().
void correctBoundaryConditions | ( | ) |
correct boundary conditions for model states
Definition at line 227 of file DAModel.C.
References DATurbulenceModel::correctBoundaryConditions().
Referenced by DAResidual::masterFunction().
void updateIntermediateVariables | ( | ) |
update intermediate variables that are dependent on the model states
Definition at line 250 of file DAModel.C.
References DATurbulenceModel::updateIntermediateVariables().
void getTurbProdTerm | ( | scalarList & | prodTerm | ) | const |
return the value of the production term from the turbulence model
Definition at line 273 of file DAModel.C.
References DATurbulenceModel::getTurbProdTerm().
const DATurbulenceModel & getDATurbulenceModel | ( | ) | const |
get a reference to DATurbulenceModel