JorgeDeLosSantos / wxtruss

wxPython based application for solve 2D-Trusses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wxTruss

A simple Python application for 2D-Truss analysis.

Installation

Using pip:

pip install git+https://github.com/JorgeDeLosSantos/wxtruss.git

Then, in console run:

wxtruss

Features

Input data

  • Nodal coordinates
  • Element information
    • Connectivity (Ni, Nj)
    • Young Modulus (E)
    • Cross-sectional area (A)
  • Constraints
  • Forces

Output data

  • A report that contains,
    • Nodes and elements information
    • Nodal displacements
    • Nodal forces
    • Element forces
    • Element stresses
  • Plot of deformed and undeformed shape of truss

Versions

Current version: 0.1.0

Screenshots

About...

Developer: Pedro Jorge De Los Santos
E-mail: delossantosmfq@gmail.com

About

wxPython based application for solve 2D-Trusses.

License:MIT License


Languages

Language:Python 87.9%Language:Jupyter Notebook 12.1%