Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aero-astro-calc

Package Overview
Dependencies
Maintainers
1
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.

  • 2020.2.0
  • PyPI
  • Socket score

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc