![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | perfectly_plastic (e0, s, de, fy) |
Defines stress-strain relation for EPP SDOF oscillator. | |
subroutine perfectly_plastic | ( | real*8 | e0, |
real*8 | s, | ||
real*8 | de, | ||
real*8 | fy | ||
) |
Defines stress-strain relation for EPP SDOF oscillator.
[out] | s | force developed in the SDOF system |
[in] | de | variation of the displacement wrt previous time step |
[in] | E0 | stiffness (force-displ ratio) |
[in] | fy | yield strength |
Definition at line 29 of file PERFECTLY_PLASTIC.f90.
Referenced by sdof_shear_model().