1
0
mirror of https://gitlab.com/MisterBiggs/aero-astro-calc.git synced 2025-06-15 06:36:43 +00:00
2020-01-21 01:05:12 +00:00
2020-01-20 17:10:22 -07:00
2020-01-20 17:09:48 -07:00
2020-01-20 11:30:25 -07:00
2020-01-20 18:01:49 -07:00
2020-01-20 18:39:03 +00:00
2020-01-20 17:09:48 -07:00
2020-01-20 14:50:52 -07:00
2020-01-20 14:50:52 -07:00
2020-01-20 17:13:24 -07:00

Aero-Astro-Calc

A small python library with functions to assist engineers.

Getting Started

  • Install using pip:
pip install aero-astro-calc
  • Import into your Python project
from aero_astro_calc import PlaneStress

Usage

Make plane stress object:

stress = PlaneStress(80, -40, 25)

View the stress on a 2D plane:

stress.plane()

Plane Stress example

View Mohr's circle of the stresses:

stress.mohr()

Mohr's Circle Example

Contact

Anson Biggs - anson@ansonbiggs.com - @Anson_3D

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