Skip to main content

Core Engineering Analysis Functionalities

Project description

This package consists of functionalities useful for basic engineering studies.

Current Implementation : Finite Element Analysis on 2D problems has been implemented.
In Progress : Literally everything.

Github Repo Link
Pypi link

#INSTALLATION GUIDE:

pip install mech
pip3 install mechy

#DOCUMENTATION:

##2D Finite Element Analysis Here is a demo code to display all outputs of a 2D Finite Element Analysis on a dogbone.

from mechy import FEM
FILE_PATH='demo_examples/2d_test.txt'
plot_type='all'

s=FEM()
s.fem2d(FILE_PATH,plot_type)

Displacement_X stress_11 stress_22 strain_12

plot_type='all'

Variable plot_type should be among the list of possible output demands :

</code></pre>
<p>The input file format is similar to standard simulating softwares as abaqus</p>
<pre><code>### Input file syntax:

    *Material
    500, 0.06             # E and nu
    
    *Node
    1, 0.0, 0.0
    2, 0.0, 1.0
    3, 1.0, 1.0
    4, 1.0, 0.0
    
    *Element
    1, 1, 2, 3, 4        # elemId, nodeid of vertices
    
    *Step
    *Boundary
    1, 1, 2, 0.0          # nodeId, dof1, dof2, value
    2, 1, 1, 0.0
    3, 1, 1, 0.01
    4, 1, 1, 0.01
    4, 2, 2, 0.0

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

mechy-0.0.11.tar.gz (8.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mechy-0.0.11-py3-none-any.whl (13.4 kB view details)

Uploaded Python 3

File details

Details for the file mechy-0.0.11.tar.gz.

File metadata

  • Download URL: mechy-0.0.11.tar.gz
  • Upload date:
  • Size: 8.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for mechy-0.0.11.tar.gz
Algorithm Hash digest
SHA256 8fd9f6ed7cc1a1e78a4411ff6e2808dde70a46e5ba6d2d77ddd1c431ed883136
MD5 f476fd32b2148cd7b5a3a49b1b244a1f
BLAKE2b-256 524f3c5a3d7808f653034ad3e2620ad3912253100b0809b949c4fdba29b81c38

See more details on using hashes here.

File details

Details for the file mechy-0.0.11-py3-none-any.whl.

File metadata

  • Download URL: mechy-0.0.11-py3-none-any.whl
  • Upload date:
  • Size: 13.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for mechy-0.0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 bdd4052d7f4202a97b19deec780e69ac4ac89d0ef0c9aee7ac67c756b66b3c73
MD5 78061bb6e86f755ee485eb39972c25bc
BLAKE2b-256 4c7a11b0b36970d8faf96507c2d8c8359388a28406ba108e5a8bc82ed9109d39

See more details on using hashes here.

Supported by

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