![]() |
|
#include <elements.h>
Inheritance diagram for oomph::ElementWithDragFunction:Public Member Functions | |
| ElementWithDragFunction () | |
| Empty constructor. More... | |
| virtual | ~ElementWithDragFunction () |
| Empty virtual destructor. More... | |
| virtual void | get_drag_and_torque (Vector< double > &drag_force, Vector< double > &drag_torque)=0 |
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// Base class for elements that can specify a drag and torque (about the origin) – typically used for immersed particle computations.
|
inlinevirtual |
|
pure virtual |
Function that specifies the drag force and the torque about the origin
Implemented in oomph::NavierStokesSurfaceDragTorqueElement< ELEMENT >.