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
  • cycle_count

cycle_count#

The cycle_count module contains the CycleCount class and all the funcitons strictly related to its correct functioning.

The module py_fatigue.cycle_count contains all the fatigue damage models.

cycle_count

  • cycle_count
    • CycleCount
      • CycleCount.from_rainflow()
      • CycleCount.from_timeseries()
      • CycleCount.mean_bin_lower_bound
      • CycleCount.time_sequence
      • CycleCount.min_max_sequence
      • CycleCount.residuals
      • CycleCount.full_cycles
      • CycleCount.half_cycles
      • CycleCount.mean_bin_upper_bound
      • CycleCount.range_bin_upper_bound
      • CycleCount.bin_centers
      • CycleCount.bin_edges
      • CycleCount.stress_amplitude
      • CycleCount.min_stress
      • CycleCount.max_stress
      • CycleCount.statistical_moments
      • CycleCount.as_dict()
      • CycleCount.to_df()
      • CycleCount.solve_lffd()
      • CycleCount.resolve_residuals()
      • CycleCount.mean_stress_correction()
      • CycleCount.plot_histogram()
      • CycleCount.plot_residuals_sequence()
      • CycleCount.plot_half_cycles_sequence()
  • histogram
    • make_axes()
    • make_histogram()
    • rainflow_binner()
    • binned_rainflow()
    • xy_hist2d()
  • rainflow
    • rainflow()
    • findextrema()
    • findtp()
    • findrfc_astm()
    • findcross()
  • utils
    • solve_lffd()
    • aggregate_cc()
    • plot_aggregated_residuals()
    • calc_aggregated_damage()

previous

stress_range

next

cycle_count

This Page

  • Show Source

Created using Sphinx 8.2.3.

Built with the PyData Sphinx Theme 0.16.1.