FEDEM Solver
R8.0
Source code of the dynamics solver
|
Data type representing a spring yield object. More...
Public Attributes | |
type(idtype) | id |
General identification data. More... | |
type(yieldlimittype) | pos |
Yield force limit on tension. More... | |
type(yieldlimittype) | neg |
Yield force limit on compression. More... | |
logical | hasdeflectionmax |
Max yield deflection activation flag. More... | |
real(dp) | deflectionmax |
Max yield deflection before failure. More... | |
Data type representing a spring yield object.
real(dp) springtypemodule::springyieldtype::deflectionmax |
Max yield deflection before failure.
logical springtypemodule::springyieldtype::hasdeflectionmax |
Max yield deflection activation flag.
type(idtype) springtypemodule::springyieldtype::id |
General identification data.
type(yieldlimittype) springtypemodule::springyieldtype::neg |
Yield force limit on compression.
type(yieldlimittype) springtypemodule::springyieldtype::pos |
Yield force limit on tension.