FEDEM Solver
R8.0
Source code of the dynamics solver
|
Creates an FE model of the Scordelis-Lo Roof test case. More...
Public Member Functions | |
ScoLoRoof (int nL, int nC) | |
The constructor creates the FE model. More... | |
Creates an FE model of the Scordelis-Lo Roof test case.
This class defines the FE model of the Scordelis-Lo Roof benchmark, parameterized only by the number of elements in length- and circular direction (all other properties are hard-coded). One quarter of the roof is represented, using symmetry boundary conditions. Apply gravity load i negative y-direction (using command-line option -gvec 0.0 -1.0) to run this test model.
|
inline |
The constructor creates the FE model.
[in] | nL | Number of elements in length direction |
[in] | nC | Number of elements in circular direction |