Wie kann ich die Pariser Law Crack -Wachstumssimulation in Python umsetzen?

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Wie kann ich die Pariser Law Crack -Wachstumssimulation in Python umsetzen?

by Anonymous » 20 Aug 2025, 13:30

I am trying to model a fatigue crack growth in Python using Paris’ law :

da / dN = C ( DeltaK ) ^ m

where :

a = crack length

N = load Zyklen < /em>

c, M = Materialkonstanten < /em>
(Deltak) = Y. (Deltasigma). />C = 1e-12; m = 3; DeltaSigma = 100E6 #[MPa]< /code>
Der Geometrie-Faktor y = 1.12 < /code>

und

Die anfängliche Risslänge a0 = 0,001 #[m] < /code> < /p>
Hier ist mein erster Versuch in Python: < /p>


Ist dieser iterative Ansatz (ein Euler vorwärts) für Risswachstumsprobleme numerisch stabil, oder sollte ich einen ODE -Löser wie ein scipy verwenden. (z. B.)?>

Top