Skip to main content
Ctrl+K
py-fatigue Documentation (2.1.0) - Home py-fatigue Documentation (2.1.0) - 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
    • 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
    • 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()
    • WalkerCurve
      • WalkerCurve.__init__()
      • WalkerCurve.load_ratio
      • WalkerCurve.walker_exponent
      • WalkerCurve.walker_correction
      • WalkerCurve.walker_intercept

previous

utils

next

sn_curve

Show Source

Created using Sphinx 9.1.0.

Built with the PyData Sphinx Theme 0.18.0.