FEDEM Solver
R8.0
Source code of the dynamics solver
|
Creates an FE model of a cantilever beam with default properties. More...
Public Member Functions | |
Cantilever (double L, int nel, int reduce, bool twoD) | |
The constructor creates the FE model. More... | |
Creates an FE model of a cantilever beam with default properties.
|
inline |
The constructor creates the FE model.
[in] | L | Total length of the beam |
[in] | nel | Number of beam elements |
[in] | reduce | If > 0, the tip node is also marked external |
[in] | twoD | If true, all internal nodes are considered 3-DOF nodes |