test signing

This commit is contained in:
William Johnstone 2024-11-09 20:38:03 +00:00
parent 10d0ff5f60
commit 28ba83d783
Signed by: williamjohnstone
GPG key ID: 89703D0D4B3BB0FE

View file

@ -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) 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") print(f"Max Stress for new test spar: {max_stress:.4f} Pa or {max_stress/1000000:.4f} MPa")