diff --git a/Raymers Code/raymers.py b/Raymers Code/raymers.py index 40fabe4..b300507 100644 --- a/Raymers Code/raymers.py +++ b/Raymers Code/raymers.py @@ -145,3 +145,5 @@ print(f"Second moment of inertia for new test: {area_moment_inertia} m^4") max_stress = bending_moment_wing * ((D/2) / area_moment_inertia) print(f"Max Stress for new test spar: {max_stress:.4f} Pa or {max_stress/1000000:.4f} MPa") + +