Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|