How to understand the affection of TN and TS in Wöehler Curve? #75
Replies: 2 comments
-
A Wöhler curve is always valid for a certain failure probability. A 50% Wöhler curve means for example, that left and underneath it you'd expect less than 50% of the specimens to fail, right and above it it more than 50%. So for every failure probability As for reasonable values, they tend to vary a lot between different material groups. EditThere is indeed one detail inaccurate in the documentation. The We will make the docs more accurate. |
Beta Was this translation helpful? Give feedback.
-
Please check #94 |
Beta Was this translation helpful? Give feedback.
-
Hi Pylife group:
Need some help to understand TN and TS although I have read the help document about them.
I realize that if I do not provide TN, TS, it will use the default value 1. It seems that if TN and TS is 1, then I am not able to change the Wöehler curve to other failure probability. the code: woehler_curve_data.woehler.transform_to_failure_probability(new_failure_probability).to_pandas() will give me the same data no matter which value I assign to new_failure_probaility. Why?
In the help text, it stands beneath text, which I got few questions to ask.
TN: The scatter in cycle direction, (N_90/N_10)
If the key is missing it is assumed to be 1.0 or calculated from TS if given.
TS: The scatter in cycle direction, (S_90/S_10)
If the key is missing it is assumed to be 1.0 or calculated from TN if given.
Questions:
Beta Was this translation helpful? Give feedback.
All reactions