mirror of
https://gitlab.com/MisterBiggs/aero-astro-calc.git
synced 2025-08-02 11:31:29 +00:00
example code use
This commit is contained in:
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:
|
||||||
|
|
||||||
|

|
||||||
|
Reference in New Issue
Block a user