1
0
mirror of https://gitlab.com/MisterBiggs/aero-astro-calc.git synced 2025-06-15 22:56:47 +00:00
2020-01-20 12:42:47 -07:00
2020-01-20 11:30:25 -07:00
2020-01-20 18:39:03 +00:00
2020-01-20 12:55:57 -07:00
2020-01-20 12:55:57 -07:00
2020-01-20 11:30:32 -07:00
2020-01-20 12:45:32 -07:00

Aero-Astro-Calc

A small python library with functions to assist engineers.

Usage

Code:

from aero_astro_calc import PlaneStress

stress = PlaneStress(80, -40, 25)
stress.plane()

Output:

Plane Stress example

Description
No description provided
Readme MIT 82 KiB
Languages
Python 100%