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 |
Private Attributes | |
| double | Radius |
| Storage for the radius of the tube. More... | |
Definition at line 48 of file full_tube.cc.
|
inline |
Constructor that takes the radius of the tube as its argument.
Definition at line 53 of file full_tube.cc.
|
inline |
Destructor.
Definition at line 57 of file full_tube.cc.
|
inline |
Lagrangian coordinate xi.
Definition at line 60 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 70 of file full_tube.cc.
|
private |
Storage for the radius of the tube.
Definition at line 79 of file full_tube.cc.