Public Member Functions | |
MyCylinder (const double &radius) | |
Constructor that takes the radius of the tube as its argument. More... | |
virtual | ~MyCylinder () |
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... | |
Definition at line 44 of file full_tube.cc.
|
inline |
Constructor that takes the radius of the tube as its argument.
Definition at line 49 of file full_tube.cc.
|
inline |
Destructor.
Definition at line 53 of file full_tube.cc.
|
inline |
Return the position of the tube as a function of time (doesn't move as a function of time)
Definition at line 66 of file full_tube.cc.
|
inline |
Lagrangian coordinate xi.
Definition at line 56 of file full_tube.cc.
|
private |
Storage for the radius of the tube.
Definition at line 75 of file full_tube.cc.