

Public Member Functions | |
| TypeName ("regressionPar") | |
| DAInputRegressionPar (const word inputName, const word inputType, fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex) | |
| virtual | ~DAInputRegressionPar () |
| virtual void | run (const scalarList &input) |
| virtual label | size () |
| virtual label | distributed () |
Public Member Functions inherited from DAInput | |
| TypeName ("DAInput") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, DAInput, dictionary,(const word inputName, const word inputType, fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex),(inputName, inputType, mesh, daOption, daModel, daIndex)) | |
| DAInput (const word inputName, const word inputType, fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex) | |
| virtual | ~DAInput () |
Protected Attributes | |
| DARegression & | daRegression_ |
| list of patch names for the thermal var More... | |
Protected Attributes inherited from DAInput | |
| const word | inputName_ |
| name of the input More... | |
| const word | inputType_ |
| type of the input More... | |
| fvMesh & | mesh_ |
| fvMesh More... | |
| const DAOption & | daOption_ |
| DAOption object. More... | |
| const DAModel & | daModel_ |
| DAIndex object. More... | |
| const DAIndex & | daIndex_ |
| DAIndex object. More... | |
| HashTable< wordList > | stateInfo_ |
| the stateInfo_ list from DAStateInfo object More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from DAInput | |
| static autoPtr< DAInput > | New (const word inputName, const word inputType, fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex) |
Definition at line 27 of file DAInputRegressionPar.H.
| DAInputRegressionPar | ( | const word | inputName, |
| const word | inputType, | ||
| fvMesh & | mesh, | ||
| const DAOption & | daOption, | ||
| const DAModel & | daModel, | ||
| const DAIndex & | daIndex | ||
| ) |
Definition at line 19 of file DAInputRegressionPar.C.
|
inlinevirtual |
Definition at line 49 of file DAInputRegressionPar.H.
| TypeName | ( | "regressionPar" | ) |
|
virtual |
Implements DAInput.
Definition at line 38 of file DAInputRegressionPar.C.
References DARegression::compute(), DAInputRegressionPar::daRegression_, DAInput::inputName_, DARegression::setParameter(), and DAInputRegressionPar::size().

|
inlinevirtual |
Implements DAInput.
Definition at line 55 of file DAInputRegressionPar.H.
References DAInputRegressionPar::daRegression_, DAInput::inputName_, and DARegression::nParameters().
Referenced by DAInputRegressionPar::run().


|
inlinevirtual |
Implements DAInput.
Definition at line 60 of file DAInputRegressionPar.H.
|
protected |
list of patch names for the thermal var
Definition at line 33 of file DAInputRegressionPar.H.
Referenced by DAInputRegressionPar::run(), and DAInputRegressionPar::size().