|
| | TypeName ("dummy") |
| |
| | DAResidualDummy (const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex) |
| |
| virtual | ~DAResidualDummy () |
| |
| virtual void | clear () |
| | clear the members More...
|
| |
| virtual void | calcResiduals (const dictionary &options) |
| | compute residual More...
|
| |
| virtual void | updateIntermediateVariables () |
| | update any intermediate variables that are dependent on state variables and are used in calcResiduals More...
|
| |
| virtual void | correctBoundaryConditions () |
| | update the boundary condition for all the states in the selected solver More...
|
| |
| | TypeName ("DAResidual") |
| | Runtime type information. More...
|
| |
| | declareRunTimeSelectionTable (autoPtr, DAResidual, dictionary,(const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex),(modelType, mesh, daOption, daModel, daIndex)) |
| |
| | DAResidual (const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex) |
| |
| virtual | ~DAResidual () |
| |
| void | masterFunction (const dictionary &options, const Vec xvVec, const Vec wVec, Vec resVec) |
| | the master function that compute the residual vector given the state and point vectors More...
|
| |
Definition at line 27 of file DAResidualDummy.H.
◆ DAResidualDummy()
◆ ~DAResidualDummy()
◆ TypeName()
◆ clear()
◆ calcResiduals()
| void calcResiduals |
( |
const dictionary & |
options | ) |
|
|
virtual |
◆ updateIntermediateVariables()
| void updateIntermediateVariables |
( |
| ) |
|
|
virtual |
update any intermediate variables that are dependent on state variables and are used in calcResiduals
Implements DAResidual.
Definition at line 39 of file DAResidualDummy.C.
◆ correctBoundaryConditions()
| void correctBoundaryConditions |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: