////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////// More...
#include <womersley_elements.h>
Public Member Functions | |
TemplateFreeWomersleyImpedanceTubeBase () | |
Empty constructor. More... | |
virtual | ~TemplateFreeWomersleyImpedanceTubeBase () |
Empty virtual destructor. More... | |
virtual void | get_response (double &p_in, double &dp_in_dq)=0 |
Empty virtual dummy member function – every base class needs at least one virtual member function if it's to be used as a base class for a polymorphic object. More... | |
Static Public Attributes | |
static double | Zero = 0.0 |
Zero! More... | |
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
Template-free base class for Impedance Tube – to faciliate interactions between the Womersley elements and the Navier Stokes impedance traction elements.
Definition at line 59 of file womersley_elements.h.
|
inline |
Empty constructor.
Definition at line 63 of file womersley_elements.h.
|
inlinevirtual |
Empty virtual destructor.
Definition at line 66 of file womersley_elements.h.
|
pure virtual |
Empty virtual dummy member function – every base class needs at least one virtual member function if it's to be used as a base class for a polymorphic object.
Pure virtual function to compute inlet pressure, p_in, required to achieve the currently imposed, instantaneous volume flux q prescribed by total_volume_flux_into_impedance_tube(), and its derivative, dp_in/dq.
Implemented in oomph::WomersleyImpedanceTubeBase< ELEMENT, DIM >, and oomph::WomersleyImpedanceTubeBase< WOMERSLEY_ELEMENT, DIM >.
Referenced by oomph::NavierStokesWomersleyPressureControlElement::fill_in_generic_residual_contribution_pressure_control().
|
static |
Zero!
Definition at line 80 of file womersley_elements.h.
Referenced by oomph::WomersleyImpedanceTubeBase< ELEMENT, DIM >::setup().