SPEED
LINEAR_ELASTIC.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine linear_elastic (e0, s, de)
 Defines stress-strain relation for LE SDOF oscillator.
 

Function/Subroutine Documentation

◆ linear_elastic()

subroutine linear_elastic ( real*8  e0,
real*8  s,
real*8  de 
)

Defines stress-strain relation for LE SDOF oscillator.

Author
Aline Herlin
Date
November, 2020
Version
1.0
Parameters
[out]sforce developed in the SDOF system
[in]devariation of the displacement wrt previous time step
[in]E0stiffness (force-displ ratio)

Definition at line 27 of file LINEAR_ELASTIC.f90.

28
29 implicit none
30 real*8 :: e0, de, s
31
32 s = s + e0 * de
33
34 return

Referenced by sdof_shear_model().

Here is the caller graph for this function: