//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// More...
#include <elements.h>
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 |
Function that specifies the drag force and the torque about the origin. More... | |
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
Base class for elements that can specify a drag and torque (about the origin) – typically used for immersed particle computations.
Definition at line 5087 of file elements.h.
|
inline |
Empty constructor.
Definition at line 5091 of file elements.h.
|
inlinevirtual |
Empty virtual destructor.
Definition at line 5094 of file elements.h.
|
pure virtual |
Function that specifies the drag force and the torque about the origin.
Implemented in oomph::NavierStokesSurfaceDragTorqueElement< ELEMENT >.