Skip to main content

Package containing python programs for common problems in mechanical engineering curriculum.

Project description

EngineeringToolbox

Table of Contents

About

This is a collection of code I have put together in my spare time. It oringinates from coursework completed in the Mechanical Engineering program at Montana State University. I have made this code available for anyone it may help; however, I do not condone cheating or any practices that might violate MSU's Student Code of Conduct or similar documents at other universities or institutes of higher learning. Basically, just don't cheat. Be a good engineer.

Courses Covered

As stated before, I do not condone cheating or any other practice that would violate MSU's Student Code of Conduct or any other similar documents. The code is meant as something to either check your work, in which case, I do not take responsibility for any errors that may occur leading to incorrect or conflicting answers that lead to missed points. Additionally, the code is available to simplify work in higher level classes and as an option to see a very generalized way to approach a problem.

Course Name Description of Code
EGEN201 Statics Solving statically determinate beams, trusses, and shear-moment diagrams
EMEC250 Materials Lab Basic identification of linear portion of the stress strain curve
EELE250 Circuits Generates LaTex Circuit diagrams
EMEC320 Thermo I Wiley data tables and automatic interpolation when pulling data from tables
EGEN310 Multidisciplinary Engineering Design 'Sophisticated' computer program for solving parts of MIT's Delta Design Game
EGEN350 Applied Engineering Data Analysis Generalized probability function and helper functions
EMEC341 Adv Mechanics of Materials Functions to convert between tensors and vectors and calculators for compliance and stiffness matrices

History

The code contained here was written to help me complete assignments in the ME program at MSU. It began with the realization that most of the problems in EGEN201 (Statics) were fairly repetitive and should be easily codable. I ended up going overboard and devoting a substantial amount of time to writing a function that would solve for reaction forces for any statically determinate system.

This helped me see problems in other classes that could be simplified with complex-ish code. Why do something for 6 minutes if you could automate it in 6 hours? You only need 10 repetitions to break even. I proceeded to create "solvers" for common problems for several other classes and continued to do so the next semester.

The original repository, having originated from the engineering mechanics series was named engineeringMechanics, and has since been moved to private and replaced by this repository with better file architecture and an attempt at better layman-style explanations of the code.

Using the Code

If you already know basic Python, you should be more or less ready to go; however, if you are still pretty green and don't even know/understand the basics of programming as (hopefully) taught in EMEC203, I have linked some Python tutorials below.

If you have already taken EMEC203, I would recommend seeing the MATLAB to Python Primer below. Otherwise, I would recommend following the w3schools Tutorial.

Learning Python

You don't necessarily need to be an expert in Python to be able to use this code, so here are some jumping off points. If you have absolutely no experience, I would recommend checking out the w3schools tutorial. If you have experience with MATLAB, I would recommend checking out the MATLAB to Python Primer.

  1. w3schools Tutorial

    • w3schools is generally where I go to touch up on my syntax if I've been away from Python for a while. The layout is very user-friendly and includes several interactive examples on the site itself.
  2. MATLAB to Python Primer

    • One of the simplest explanations for the differences between MATLAB and Python that I've found. Provides side-by-side examples of MATLAB code and its Python equivalent.
  3. Official Python Tutorial

    • The official Python tutorial. Not as aesthetically pleasing as w3schools, but it is the official source
  4. TutorialsPoint For Python

    • Another source I generally use for checking syntax and such.
  5. StackOverflow

    • StackOverflow is pretty much your default source for debugging, troubleshooting, and figuring out very specific syntax problems. It is the most powerful too you'll have if you choose to dig deeper into any programming language.

Downloading

Here are instructions on downloading Python, Anaconda, and this repository. Obviously, you need Python to run the Python code, so that's a very important part of this. This comes with it's own IDE named IDLE. This is a decent way to start, but I vastly prefer Anaconda over IDLE. Anaconda runs in your browser and provides a superior (in my opinion) user experience. Of course, it is up to you. And obviously, you'll want to download this repository if you want to use it.

Python

Here is the download link for Python from the official website. Follow the instructions there for a successful download.

Anaconda

Here is the download link for Anaconda from their website. Follow the instructions there for a successful download.

This Repository

EngineeringToolbox is now available through PyPI! Use the command below to install it!

For Windows:
py3 -m pip install EngineeringToolbox

For OS X/Linux:
python3 -m pip install EngineeringToolbox

Update History

18 Feb 2021 (catt): Fixed an error where thermodynamics tables were not being downloaded. Added dependencies list to setup.py.

07 Feb 2021 (README): Rearranged the main README.md file for better clarity and removed WIP Notes.

04 Feb 2021 (v0.0.3): Update includes modules for Advanced Mechanics of Materials (admech) and Applied Engineering Data Analysis (stats). APIs included for new modules.

04 Feb 2021 (APIs3): Added API for deltadesigntool, linked it to main APIs page, added Windows command for pip installation, and updated class list.

02 Feb 2021 (APIs2): Added table of contents to APIs/README.md and 'Back' links to each API page.

02 Feb 2021 (PyPI Organizing): Rearranged file architecture to conform to PyPI standards for release through PyPI. Included license information for PyPI release. Fixed typos and descriptions of missing folders in various README.md files.

14 Jan 2021 (APIs): Folder descriptions added. APIs added for existing python modules. Learning Python updated to include StackOverflow.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

EngineeringToolbox-0.0.4.tar.gz (19.8 kB view hashes)

Uploaded Source

Built Distribution

EngineeringToolbox-0.0.4-py3-none-any.whl (38.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page