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:
parent
fd0e140c8b
commit
4897e6265d
BIN
PlaneStress.png
Normal file
BIN
PlaneStress.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
15
README.md
15
README.md
@ -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:
|
||||||
|
|
||||||
|

|
||||||
|
Loading…
x
Reference in New Issue
Block a user