Public Member Functions | |
MyHelicalCylinder (const double &radius, const double &delta, const double &pitch) | |
Constructor. More... | |
virtual | ~MyHelicalCylinder () |
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 | Pi |
double | Radius |
double | Delta |
double | P |
The arguemts are the radius of the tube, its curvature in the x,y plane and the pitch of the helix
Definition at line 49 of file helical_pipe.cc.
|
inline |
Constructor.
Definition at line 54 of file helical_pipe.cc.
|
inline |
Destructor.
Definition at line 63 of file helical_pipe.cc.
|
inline |
Lagrangian coordinate xi.
Definition at line 66 of file helical_pipe.cc.
References Global_Physical_Variables::Delta.
|
inline |
Return the position of the tube as a function of time (doesn't move as a function of time)
Definition at line 76 of file helical_pipe.cc.
|
private |
Definition at line 85 of file helical_pipe.cc.
|
private |
Definition at line 86 of file helical_pipe.cc.
|
private |
Definition at line 83 of file helical_pipe.cc.
|
private |
Definition at line 84 of file helical_pipe.cc.