FEDEM Solver
R8.0
Source code of the dynamics solver
|
Creates an FE model of the Pinched diaphragmed cylinder test case. More...
Public Member Functions | |
PDICylShell (int nL, int nC) | |
The constructor creates the FE model. More... | |
Creates an FE model of the Pinched diaphragmed cylinder test case.
This class defines the FE model of the Pinched Diaphragmed Cylinder benchmark, parameterized only by the number of elements in length- and circular direction (all other properties are hard-coded).
Only one eighth of the cylinder is represented, using symmetry boundary conditions. Therefore, the applied load is also only one quarter of the equivalent load on the full cylinder.
|
inline |
The constructor creates the FE model.
[in] | nL | Number of elements in length direction |
[in] | nC | Number of elements in circular direction |