material#
The module py_fatigue.material
contains the material properties
related with fatigue analysis.
- sn_curve
- crack_growth_curve
- The ParisCurve class
ParisCurve
ParisCurve.__init__()
ParisCurve.from_knee_points()
ParisCurve.format_name()
ParisCurve.load_ratio
ParisCurve.walker_exponent
ParisCurve.walker_intercept
ParisCurve.threshold
ParisCurve.critical
ParisCurve.threshold_growth_rate
ParisCurve.critical_growth_rate
ParisCurve.get_knee_growth_rate()
ParisCurve.get_knee_sif()
ParisCurve.get_growth_rate()
ParisCurve.get_sif()
ParisCurve.plot()
- The ParisCurve class