Socket
Book a DemoInstallSign in
Socket

aero-astro-calc

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aero-astro-calc

A small python library with functions to assist engineers.

pipPyPI
Version
2020.2.0
Maintainers
1

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts