//////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////// More...
Public Member Functions | |
UndeformedLeaflet (const double &x0) | |
Constructor: argument is the x-coordinate of the leaflet. More... | |
void | position (const Vector< double > &zeta, Vector< double > &r) const |
Position vector at Lagrangian coordinate zeta. More... | |
void | position (const unsigned &t, const Vector< double > &zeta, Vector< double > &r) const |
Parametrised position on object: r(zeta). Evaluated at previous timestep. t=0: current time; t>0: previous timestep. Calls steady version. More... | |
void | d2position (const Vector< double > &zeta, Vector< double > &r, DenseMatrix< double > &drdzeta, RankThreeTensor< double > &ddrdzeta) const |
Posn vector and its 1st & 2nd derivatives w.r.t. to coordinates: = drdzeta(alpha,i). = ddrdzeta(alpha,beta,i). Evaluated at current time. More... | |
unsigned | ngeom_data () const |
Number of geometric Data in GeomObject: None. More... | |
Private Attributes | |
double | X0 |
x position of the undeformed leaflet's origin. More... | |
//////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////
GeomObject: Undeformed straight, vertical leaflet
Definition at line 90 of file fsi_channel_with_leaflet.cc.
|
inline |
Constructor: argument is the x-coordinate of the leaflet.
Definition at line 96 of file fsi_channel_with_leaflet.cc.
|
inline |
Posn vector and its 1st & 2nd derivatives w.r.t. to coordinates: = drdzeta(alpha,i). = ddrdzeta(alpha,beta,i). Evaluated at current time.
Definition at line 126 of file fsi_channel_with_leaflet.cc.
|
inline |
Number of geometric Data in GeomObject: None.
Definition at line 145 of file fsi_channel_with_leaflet.cc.
|
inline |
Parametrised position on object: r(zeta). Evaluated at previous timestep. t=0: current time; t>0: previous timestep. Calls steady version.
Definition at line 113 of file fsi_channel_with_leaflet.cc.
|
inline |
Position vector at Lagrangian coordinate zeta.
Definition at line 102 of file fsi_channel_with_leaflet.cc.
|
private |
x position of the undeformed leaflet's origin.
Definition at line 150 of file fsi_channel_with_leaflet.cc.