|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Data type representing a spring failure object. More...

Public Attributes | |
| type(idtype) | id |
| General identification data. More... | |
| logical, dimension(2) | deflactive |
| Activation flags for deflection failure. More... | |
| real(dp), dimension(2) | deflrange |
| Deflection range for failure. More... | |
| logical, dimension(2) | forceactive |
| Activation flags for force failure. More... | |
| real(dp), dimension(2) | forcerange |
| Force range for failure. More... | |
| logical | compfailure |
| Flag for complete joint failure. More... | |
Data type representing a spring failure object.
| logical springtypemodule::springfailuretype::compfailure |
Flag for complete joint failure.
| logical, dimension(2) springtypemodule::springfailuretype::deflactive |
Activation flags for deflection failure.
| real(dp), dimension(2) springtypemodule::springfailuretype::deflrange |
Deflection range for failure.
| logical, dimension(2) springtypemodule::springfailuretype::forceactive |
Activation flags for force failure.
| real(dp), dimension(2) springtypemodule::springfailuretype::forcerange |
Force range for failure.
| type(idtype) springtypemodule::springfailuretype::id |
General identification data.