jithenderchoudary commited on
Commit
95975bd
·
verified ·
1 Parent(s): 22a16e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -58,6 +58,7 @@ def visualize_die(length, width, thickness):
58
  except Exception as e:
59
  return f"Error visualizing die: {str(e)}"
60
 
 
61
  # Function for Stress Analysis (including thermal stress and fatigue strength)
62
  def stress_analysis(force, die_width, die_height, material_strength, temperature_change=50, alpha=1e-5, elastic_modulus=200000, fatigue_strength=150):
63
  try:
 
58
  except Exception as e:
59
  return f"Error visualizing die: {str(e)}"
60
 
61
+
62
  # Function for Stress Analysis (including thermal stress and fatigue strength)
63
  def stress_analysis(force, die_width, die_height, material_strength, temperature_change=50, alpha=1e-5, elastic_modulus=200000, fatigue_strength=150):
64
  try: