1
0
mirror of https://gitlab.com/MisterBiggs/aero-astro-calc.git synced 2025-08-02 19:41:28 +00:00

example code use

This commit is contained in:
2020-01-20 12:55:57 -07:00
parent fd0e140c8b
commit 4897e6265d
2 changed files with 15 additions and 0 deletions

View File

@@ -1,3 +1,18 @@
# Aero-Astro-Calc
A small python library with functions to assist engineers.
## Usage
### Code:
```python
from aero_astro_calc import PlaneStress
stress = PlaneStress(80, -40, 25)
stress.plane()
```
### Output:
![Plane Stress example](PlaneStress.png)