FEDEM Solver
R8.0
Source code of the dynamics solver
|
Data type representing a yield force limit. More...
Public Attributes | |
logical | active |
Yield limit activation flag. More... | |
real(dp), dimension(2) | ysf |
Yield limit scaling factors. More... | |
type(enginetype), pointer | engine |
Function for varying yield limit. More... | |
real(dp) | yieldlimit |
Current yield limit, = ysf(1) + ysf(2)*engine. More... | |
Data type representing a yield force limit.
logical springtypemodule::yieldlimittype::active |
Yield limit activation flag.
type(enginetype), pointer springtypemodule::yieldlimittype::engine |
Function for varying yield limit.
real(dp) springtypemodule::yieldlimittype::yieldlimit |
Current yield limit, = ysf(1) + ysf(2)*engine.
real(dp), dimension(2) springtypemodule::yieldlimittype::ysf |
Yield limit scaling factors.