A small python library with functions to assist engineers.


License
MIT
Install
pip install aero-astro-calc==2019.1.0

Documentation

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