The arguemts are the radius of the tube, its curvature in the x,y plane and the pitch of the helix.
More...
|
| 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 |
| Return the position of the tube as a function of time (doesn't move as a function of time) More...
|
|
The arguemts are the radius of the tube, its curvature in the x,y plane and the pitch of the helix.
Definition at line 45 of file helical_pipe.cc.
◆ MyHelicalCylinder()
MyHelicalCylinder::MyHelicalCylinder |
( |
const double & |
radius, |
|
|
const double & |
delta, |
|
|
const double & |
pitch |
|
) |
| |
|
inline |
◆ ~MyHelicalCylinder()
virtual MyHelicalCylinder::~MyHelicalCylinder |
( |
| ) |
|
|
inline |
◆ position() [1/2]
void MyHelicalCylinder::position |
( |
const unsigned & |
t, |
|
|
const Vector< double > & |
xi, |
|
|
Vector< double > & |
r |
|
) |
| const |
|
inline |
Return the position of the tube as a function of time (doesn't move as a function of time)
Definition at line 72 of file helical_pipe.cc.
◆ position() [2/2]
void MyHelicalCylinder::position |
( |
const Vector< double > & |
xi, |
|
|
Vector< double > & |
r |
|
) |
| const |
|
inline |
◆ Delta
double MyHelicalCylinder::Delta |
|
private |
double MyHelicalCylinder::P |
|
private |
◆ Pi
double MyHelicalCylinder::Pi |
|
private |
◆ Radius
double MyHelicalCylinder::Radius |
|
private |
The documentation for this class was generated from the following file: