FEDEM Solver
R8.0
Source code of the dynamics solver
|
Checks if a spring has passed failure state. More...
Public Member Functions | |
subroutine | checkspringfailure (spring) |
Makes the entire spring element fail if one of its DOFs has failed. More... | |
subroutine | checkdoffailure (spr) |
Checks if a spring has passed failure state. More... | |
Checks if a spring has passed failure state.
subroutine springtypemodule::checkfailure::checkdoffailure | ( | type(springbasetype), intent(inout), target | spr | ) |
Checks if a spring has passed failure state.
spr | The springtypemodule::springbasetype object to check for |
subroutine springtypemodule::checkfailure::checkspringfailure | ( | type(springtype), intent(out) | spring | ) |
Makes the entire spring element fail if one of its DOFs has failed.
spring | The springtypemodule::springtype object to check for |