Skip to main content
Ctrl+K
py-fatigue Documentation (2.0.3) - Home py-fatigue Documentation (2.0.3) - Home
  • Getting started
  • User guide
  • Glossary and guidelines
  • API index
  • Change Log
  • GitHub
  • PyPI
  • LinkedIn
  • Launch Interactive environment
  • OWI-Lab
  • Getting started
  • User guide
  • Glossary and guidelines
  • API index
  • Change Log
  • GitHub
  • PyPI
  • LinkedIn
  • Launch Interactive environment
  • OWI-Lab

Section Navigation

  • stress
    • mean_stress
    • stress_range
  • cycle_count
    • cycle_count
    • histogram
    • rainflow
    • utils
  • material
    • sn_curve
    • crack_growth_curve
  • geometry
    • generic
    • cylinder
  • damage
    • stress_life
    • crack_growth
  • testing
  • utils
  • styling
  • API index
  • material

material#

The module py_fatigue.material contains the material properties related with fatigue analysis.

  • sn_curve
    • The SNCurve class
      • SNCurve
        • SNCurve._repr_svg_()
        • SNCurve.from_knee_points()
        • SNCurve.endurance_stress
        • SNCurve.format_name()
        • SNCurve.get_knee_stress()
        • SNCurve.get_knee_cycles()
        • SNCurve.get_cycles()
        • SNCurve.get_stress()
        • SNCurve.n()
        • SNCurve.sigma()
        • SNCurve.plotly()
        • SNCurve.plot()
  • 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()

previous

utils

next

sn_curve

This Page

  • Show Source

Created using Sphinx 8.2.3.

Built with the PyData Sphinx Theme 0.16.1.