Skip to content

Commit

Permalink
Use twice the orthotropic stress limit for Sc since it represents the…
Browse files Browse the repository at this point in the history
… stress range.
  • Loading branch information
janvonrickenbach committed Jan 5, 2024
1 parent 13ac640 commit e237bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/012_fatigue_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@
# S-N curve
# ~~~~~~~~~
# A dummy S-N curve is created. Note that this curve is not based on any
# experimental data. Sc is chosen to be the orthotropic stress limit in the fiber direction.
# experimental data. Sc is chosen to be twice the orthotropic stress limit in the fiber direction.
# and Nc is set to 1.
#
Sc = 1979
Sc = 2 * 1979
Nc = 1
s_n_curve = fatpack.LinearEnduranceCurve(Sc)
# Value for UD materials
Expand Down

0 comments on commit e237bc6

Please sign in to comment.