FEDEM Solver
R8.0
Source code of the dynamics solver
|
Creates an FE model of a cantilever shell cylinder. More...
Public Member Functions | |
CylinderShell (double L, double R, double t, int nL, int nC, bool reduce=true, bool flexible=false) | |
The constructor creates the FE model. More... | |
Creates an FE model of a cantilever shell cylinder.
Either a rigid (RGD) or flexible (WAVGM) spider is also created at each end with a supernode at its reference node.
|
inline |
The constructor creates the FE model.
[in] | L | Total length of the cylinder |
[in] | R | Radius of cylinder |
[in] | t | Shell thickness |
[in] | nL | Number of elements in length direction |
[in] | nC | Number of elements in circular direction |
[in] | reduce | If true, the tip node is also marked external |
[in] | flexible | If true, use a flexible spider at the ends |