///////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////// 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 272 of file fsi_channel_with_leaflet_precond.cc.
| 
 | inline | 
Constructor: argument is the x-coordinate of the leaflet.
Definition at line 278 of file fsi_channel_with_leaflet_precond.cc.
| 
 | inline | 
Posn vector and its 1st & 2nd derivatives w.r.t. to coordinates:  = drdzeta(alpha,i).
 = drdzeta(alpha,i).  = ddrdzeta(alpha,beta,i). Evaluated at current time.
 = ddrdzeta(alpha,beta,i). Evaluated at current time. 
Definition at line 308 of file fsi_channel_with_leaflet_precond.cc.
| 
 | inline | 
Number of geometric Data in GeomObject: None.
Definition at line 327 of file fsi_channel_with_leaflet_precond.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 295 of file fsi_channel_with_leaflet_precond.cc.
| 
 | inline | 
Position vector at Lagrangian coordinate zeta.
Definition at line 284 of file fsi_channel_with_leaflet_precond.cc.
| 
 | private | 
x position of the undeformed leaflet's origin.
Definition at line 332 of file fsi_channel_with_leaflet_precond.cc.