

Public Member Functions | |
| TypeName ("patchVelocity") | |
| DAInputPatchVelocity (const word inputName, const word inputType, fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex) | |
| virtual | ~DAInputPatchVelocity () |
| 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 () |
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) |
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... | |
Definition at line 28 of file DAInputPatchVelocity.H.
| DAInputPatchVelocity | ( | const word | inputName, |
| const word | inputType, | ||
| fvMesh & | mesh, | ||
| const DAOption & | daOption, | ||
| const DAModel & | daModel, | ||
| const DAIndex & | daIndex | ||
| ) |
Definition at line 19 of file DAInputPatchVelocity.C.
|
inlinevirtual |
Definition at line 47 of file DAInputPatchVelocity.H.
| TypeName | ( | "patchVelocity" | ) |
|
virtual |
Implements DAInput.
Definition at line 36 of file DAInputPatchVelocity.C.
References DAInput::daOption_, forAll(), DAOption::getAllOptions(), DAInput::inputName_, DAInput::mesh_, DAGlobalVar::patchVelocity, and U.

|
inlinevirtual |
Implements DAInput.
Definition at line 53 of file DAInputPatchVelocity.H.
|
inlinevirtual |
Implements DAInput.
Definition at line 59 of file DAInputPatchVelocity.H.