![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | linear_elastic (e0, s, de) |
| Defines stress-strain relation for LE SDOF oscillator. | |
| subroutine linear_elastic | ( | real*8 | e0, |
| real*8 | s, | ||
| real*8 | de | ||
| ) |
Defines stress-strain relation for LE 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) |
Definition at line 27 of file LINEAR_ELASTIC.f90.
Referenced by sdof_shear_model().
