

Public Member Functions | |
| TypeName ("DARhoSimpleCFoam") | |
| DAStateInfoRhoSimpleCFoam (const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel) | |
| virtual | ~DAStateInfoRhoSimpleCFoam () |
Public Member Functions inherited from DAStateInfo | |
| TypeName ("DAStateInfo") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, DAStateInfo, dictionary,(const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel),(modelType, mesh, daOption, daModel)) | |
| DAStateInfo (const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel) | |
| virtual | ~DAStateInfo () |
| const HashTable< wordList > & | getStateInfo () const |
| return the reference of stateInfo_ More... | |
| const HashTable< List< List< word > > > & | getStateResConInfo () const |
| return the reference of stateResConInfo_ More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from DAStateInfo | |
| static autoPtr< DAStateInfo > | New (const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel) |
Protected Attributes inherited from DAStateInfo | |
| const fvMesh & | mesh_ |
| fvMesh More... | |
| const DAOption & | daOption_ |
| DAOption object. More... | |
| const DAModel & | daModel_ |
| DAModel object. More... | |
| HashTable< wordList > | stateInfo_ |
| registered states 1st hash: solverName, 2nd hash: fieldType, 3nd list, stateNames More... | |
| HashTable< List< List< word > > > | stateResConInfo_ |
| table to specify how the states are connected to the residuals for a given solver More... | |
Definition at line 26 of file DAStateInfoRhoSimpleCFoam.H.
| DAStateInfoRhoSimpleCFoam | ( | const word | modelType, |
| const fvMesh & | mesh, | ||
| const DAOption & | daOption, | ||
| const DAModel & | daModel | ||
| ) |
Definition at line 19 of file DAStateInfoRhoSimpleCFoam.C.
References DAModel::addModelResidualCon(), DAModel::correctModelStates(), DAModel::correctStateResidualModelCon(), DAStateInfo::stateInfo_, and DAStateInfo::stateResConInfo_.

|
inlinevirtual |
Definition at line 42 of file DAStateInfoRhoSimpleCFoam.H.
| TypeName | ( | "DARhoSimpleCFoam" | ) |