Public Member Functions | |
MyCurvedCylinder (const double &radius, const double &delta) | |
Constructor that takes the radius and curvature of the tube as its arguments. More... | |
virtual | ~MyCurvedCylinder () |
Destructor. More... | |
void | position (const Vector< double > &xi, Vector< double > &r) const |
Lagrangian coordinate xi. More... | |
void | position (const unsigned &t, const Vector< double > &xi, Vector< double > &r) const |
Return the position of the tube as a function of time (doesn't move as a function of time) More... | |
Private Attributes | |
double | Radius |
Storage for the radius of the tube. More... | |
double | Delta |
Definition at line 44 of file curved_pipe.cc.
|
inline |
Constructor that takes the radius and curvature of the tube as its arguments.
Definition at line 50 of file curved_pipe.cc.
|
inline |
Destructor.
Definition at line 54 of file curved_pipe.cc.
|
inline |
Return the position of the tube as a function of time (doesn't move as a function of time)
Definition at line 67 of file curved_pipe.cc.
|
inline |
Lagrangian coordinate xi.
Definition at line 57 of file curved_pipe.cc.
References Global_Physical_Variables::Delta.
|
private |
Definition at line 79 of file curved_pipe.cc.
|
private |
Storage for the radius of the tube.
Definition at line 76 of file curved_pipe.cc.