Skip to content

Commit

Permalink
Merge branch 'thin_strip_fracture' of github.com:libAtoms/matscipy in…
Browse files Browse the repository at this point in the history
…to thin_strip_fracture
  • Loading branch information
Fraser-Birks committed Mar 12, 2024
2 parents 7456502 + 408814d commit 54eb619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matscipy/fracture_mechanics/thin_strip_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def K_to_strain(self,K,strip_height,approximate=False):
energy = initial_G/strip_height
#interpolate the energy strain relation to find the strain corresponding to the energy
strain = self.interpolate_energy_strain_relation(energy)

print('strain',strain)
return strain

def E_tensor_from_strain(self,strain_y,strain_x):
Expand Down

0 comments on commit 54eb619

Please sign in to comment.