Skip to content

Commit

Permalink
Fix copy error
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Maier <[email protected]>
  • Loading branch information
maierbn committed Oct 11, 2023
1 parent f7f10dc commit adcd105
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/pylife/strength/damage_parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def __init__(self, collective, assessment_parameters, component_woehler_curve_P_

@property
def collective(self):
return self._collective

def _compute_values(self):
"""Compute the P_RAJ damage parameter according to FKM nonlinear.
Expand Down Expand Up @@ -553,7 +554,4 @@ def optimize(row):

# eq. (2.9-125)
self._assessment_parameters.P_RAJ_klass_max = self._calculate_P_RAJ(delta_stress, delta_strain)



return self._collective

0 comments on commit adcd105

Please sign in to comment.