These are state variables, state residuals, and partial derivatives | |
volVectorField & | U_ |
volVectorField | URes_ |
volScalarField & | p_ |
volScalarField | pRes_ |
surfaceScalarField & | phi_ |
surfaceScalarField | phiRes_ |
volVectorField & | fvSource_ |
fvSource term More... | |
DATurbulenceModel & | daTurb_ |
DATurbulenceModel object. More... | |
pisoControl | piso_ |
pisoControl object which will be initialized in this class More... | |
label | hasFvSource_ = 0 |
whether to has fvSource term More... | |
word | mode_ = "None" |
whether the hybrid adjoint or time accurate adjoint is active More... | |
TypeName ("DAPisoFoam") | |
DAResidualPisoFoam (const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex) | |
virtual | ~DAResidualPisoFoam () |
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 28 of file DAResidualPisoFoam.H.
DAResidualPisoFoam | ( | const word | modelType, |
const fvMesh & | mesh, | ||
const DAOption & | daOption, | ||
const DAModel & | daModel, | ||
const DAIndex & | daIndex | ||
) |
Definition at line 19 of file DAResidualPisoFoam.C.
References allOptions, daOption(), DAResidualPisoFoam::hasFvSource_, and DAResidualPisoFoam::mode_.
|
inlinevirtual |
Definition at line 72 of file DAResidualPisoFoam.H.
TypeName | ( | "DAPisoFoam" | ) |
|
virtual |
clear the members
Implements DAResidual.
Definition at line 49 of file DAResidualPisoFoam.C.
References DAResidualPisoFoam::phiRes_, DAResidualPisoFoam::pRes_, and DAResidualPisoFoam::URes_.
|
virtual |
compute residual
Implements DAResidual.
Definition at line 62 of file DAResidualPisoFoam.C.
References adjustPhi(), DAFvSource::calcFvSource(), DAResidualPisoFoam::daTurb_, DATurbulenceModel::divDevReff(), DAResidualPisoFoam::fvSource_, DAResidualPisoFoam::hasFvSource_, HbyA, DAResidual::mesh_, DAResidualPisoFoam::mode_, normalizePhiResiduals, normalizeResiduals, DAResidualPisoFoam::p_, DAResidualPisoFoam::phi_, phiHbyA, DAResidualPisoFoam::phiRes_, pRefCell, pRefValue, DAResidualPisoFoam::pRes_, rAU(), DAResidualPisoFoam::U_, UEqn, and DAResidualPisoFoam::URes_.
|
virtual |
update any intermediate variables that are dependent on state variables and are used in calcResiduals
Implements DAResidual.
Definition at line 161 of file DAResidualPisoFoam.C.
|
virtual |
update the boundary condition for all the states in the selected solver
Implements DAResidual.
Definition at line 171 of file DAResidualPisoFoam.C.
References DAResidualPisoFoam::p_, and DAResidualPisoFoam::U_.
|
protected |
Definition at line 34 of file DAResidualPisoFoam.H.
Referenced by DAResidualPisoFoam::calcResiduals(), and DAResidualPisoFoam::correctBoundaryConditions().
|
protected |
Definition at line 35 of file DAResidualPisoFoam.H.
Referenced by DAResidualPisoFoam::calcResiduals(), and DAResidualPisoFoam::clear().
|
protected |
Definition at line 37 of file DAResidualPisoFoam.H.
Referenced by DAResidualPisoFoam::calcResiduals(), and DAResidualPisoFoam::correctBoundaryConditions().
|
protected |
Definition at line 38 of file DAResidualPisoFoam.H.
Referenced by DAResidualPisoFoam::calcResiduals(), and DAResidualPisoFoam::clear().
|
protected |
Definition at line 40 of file DAResidualPisoFoam.H.
Referenced by DAResidualPisoFoam::calcResiduals().
|
protected |
Definition at line 41 of file DAResidualPisoFoam.H.
Referenced by DAResidualPisoFoam::calcResiduals(), and DAResidualPisoFoam::clear().
|
protected |
fvSource term
Definition at line 45 of file DAResidualPisoFoam.H.
Referenced by DAResidualPisoFoam::calcResiduals().
|
protected |
DATurbulenceModel object.
Definition at line 48 of file DAResidualPisoFoam.H.
Referenced by DAResidualPisoFoam::calcResiduals().
|
protected |
pisoControl object which will be initialized in this class
Definition at line 51 of file DAResidualPisoFoam.H.
|
protected |
whether to has fvSource term
Definition at line 54 of file DAResidualPisoFoam.H.
Referenced by DAResidualPisoFoam::calcResiduals(), and DAResidualPisoFoam::DAResidualPisoFoam().
|
protected |
whether the hybrid adjoint or time accurate adjoint is active
Definition at line 57 of file DAResidualPisoFoam.H.
Referenced by DAResidualPisoFoam::calcResiduals(), and DAResidualPisoFoam::DAResidualPisoFoam().