

Public Member Functions | |
| TypeName ("dummy") | |
| DAMotionDummy (const dynamicFvMesh &mesh, const DAOption &daOption) | |
| virtual | ~DAMotionDummy () |
| virtual void | correct () |
| update the cell displacement More... | |
Public Member Functions inherited from DAMotion | |
| TypeName ("DAMotion") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, DAMotion, dictionary,(const dynamicFvMesh &mesh, const DAOption &daOption),(mesh, daOption)) | |
| DAMotion (const dynamicFvMesh &mesh, const DAOption &daOption) | |
| virtual | ~DAMotion () |
| vector | getForce (const dynamicFvMesh &mesh) |
| calculate the force More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from DAMotion | |
| static autoPtr< DAMotion > | New (const dynamicFvMesh &mesh, const DAOption &daOption) |
Protected Attributes inherited from DAMotion | |
| const dynamicFvMesh & | mesh_ |
| fvMesh More... | |
| const DAOption & | daOption_ |
| DAOption object. More... | |
| wordList | patchNames_ |
| patch names for the moving body More... | |
Definition at line 26 of file DAMotionDummy.H.
| DAMotionDummy | ( | const dynamicFvMesh & | mesh, |
| const DAOption & | daOption | ||
| ) |
Definition at line 19 of file DAMotionDummy.C.
|
inlinevirtual |
Definition at line 42 of file DAMotionDummy.H.
| TypeName | ( | "dummy" | ) |
|
virtual |