

These are state variables, state residuals, and partial derivatives | |
| volScalarField & | T_ |
| volScalarField | TRes_ |
| scalar | DT_ |
| TypeName ("DALaplacianFoam") | |
| DAResidualLaplacianFoam (const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex) | |
| virtual | ~DAResidualLaplacianFoam () |
| 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... | |
Additional Inherited Members | |
Public Member Functions inherited from DAResidual | |
| 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... | |
Static Public Member Functions inherited from DAResidual | |
| static autoPtr< DAResidual > | New (const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex) |
Protected Attributes inherited from DAResidual | |
| const fvMesh & | mesh_ |
| fvMesh More... | |
| const DAOption & | daOption_ |
| DAOption object. More... | |
| const DAModel & | daModel_ |
| DAModel object. More... | |
| const DAIndex & | daIndex_ |
| DAIndex. More... | |
| DAField | daField_ |
| DAField object. More... | |
Definition at line 26 of file DAResidualLaplacianFoam.H.
| DAResidualLaplacianFoam | ( | const word | modelType, |
| const fvMesh & | mesh, | ||
| const DAOption & | daOption, | ||
| const DAModel & | daModel, | ||
| const DAIndex & | daIndex | ||
| ) |
Definition at line 19 of file DAResidualLaplacianFoam.C.
References DT, DAResidualLaplacianFoam::DT_, and DAResidual::mesh_.
|
inlinevirtual |
Definition at line 52 of file DAResidualLaplacianFoam.H.
| TypeName | ( | "DALaplacianFoam" | ) |
|
virtual |
clear the members
Implements DAResidual.
Definition at line 44 of file DAResidualLaplacianFoam.C.
References DAResidualLaplacianFoam::TRes_.
|
virtual |
compute residual
Implements DAResidual.
Definition at line 55 of file DAResidualLaplacianFoam.C.
References DT, DAResidualLaplacianFoam::DT_, normalizeResiduals, DAResidualLaplacianFoam::T_, TEqn(), and DAResidualLaplacianFoam::TRes_.

|
virtual |
update any intermediate variables that are dependent on state variables and are used in calcResiduals
Implements DAResidual.
Definition at line 81 of file DAResidualLaplacianFoam.C.
|
virtual |
update the boundary condition for all the states in the selected solver
Implements DAResidual.
Definition at line 90 of file DAResidualLaplacianFoam.C.
References DAResidualLaplacianFoam::T_.
|
protected |
Definition at line 33 of file DAResidualLaplacianFoam.H.
Referenced by DAResidualLaplacianFoam::calcResiduals(), and DAResidualLaplacianFoam::correctBoundaryConditions().
|
protected |
Definition at line 34 of file DAResidualLaplacianFoam.H.
Referenced by DAResidualLaplacianFoam::calcResiduals(), and DAResidualLaplacianFoam::clear().
|
protected |
Definition at line 37 of file DAResidualLaplacianFoam.H.
Referenced by DAResidualLaplacianFoam::calcResiduals(), and DAResidualLaplacianFoam::DAResidualLaplacianFoam().