Public Member Functions | List of all members
oomph::ElementWithDragFunction Class Referenceabstract

//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// More...

#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
 Function that specifies the drag force and the torque about the origin. More...
 

Detailed Description

//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

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.

Constructor & Destructor Documentation

◆ ElementWithDragFunction()

oomph::ElementWithDragFunction::ElementWithDragFunction ( )
inline

Empty constructor.

Definition at line 5091 of file elements.h.

◆ ~ElementWithDragFunction()

virtual oomph::ElementWithDragFunction::~ElementWithDragFunction ( )
inlinevirtual

Empty virtual destructor.

Definition at line 5094 of file elements.h.

Member Function Documentation

◆ get_drag_and_torque()

virtual void oomph::ElementWithDragFunction::get_drag_and_torque ( Vector< double > &  drag_force,
Vector< double > &  drag_torque 
)
pure virtual

Function that specifies the drag force and the torque about the origin.

Implemented in oomph::NavierStokesSurfaceDragTorqueElement< ELEMENT >.


The documentation for this class was generated from the following file: