From e237bc632f542b2c8d5a67c14ede393d27ee136c Mon Sep 17 00:00:00 2001 From: jvonrick Date: Fri, 5 Jan 2024 12:15:27 +0100 Subject: [PATCH] Use twice the orthotropic stress limit for Sc since it represents the stress range. --- examples/012_fatigue_example.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/012_fatigue_example.py b/examples/012_fatigue_example.py index 5c0d48ca2..d02b5486a 100644 --- a/examples/012_fatigue_example.py +++ b/examples/012_fatigue_example.py @@ -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