1
0
mirror of https://gitlab.com/MisterBiggs/aero-astro-calc.git synced 2025-06-16 15:17:18 +00:00

example code use

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

BIN
PlaneStress.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,3 +1,18 @@
# Aero-Astro-Calc # Aero-Astro-Calc
A small python library with functions to assist engineers. 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)