APPLET IS LIVE AT https://softwaredesignsuite-csyeb4pxcwzktpaelizztr.streamlit.app/
A professional-grade web application tailored for electrical engineering analysis, network topology optimization, and high-voltage line calculations. Built with Python and Streamlit.
The Electrical Design Suite (EDS Pro) is a modular database and calculation engine designed to assist engineers in three critical areas: basic normative calculations, high-power transmission analysis, and network topology design. The interface features a modern "Dark Glass" UI for reduced eye strain during long engineering sessions.
- ITC-BT Classification: Rapid classification of low-voltage installations based on Spanish technical regulations.
- Fundamental Laws: Automated Ohm's Law and Power Factor correction modules.
- Cable Sizing: Thermal and voltage drop analysis for standard conductors.
- Mechanical Calculations: Advanced sag (flechas) and tension calculations for overhead lines.
- Thermal Analysis: Ampacity limits based on environmental conditions.
- Transient Analysis: Modeling of switching surges and lightning impacts.
- Network Optimization: Comparative analysis between Radial vs. Ring network architectures.
- Single-Line Diagrams: Generation of simplified electrical schemas.
- Load Flow: Basic distribution load flow optimization.
To run this suite locally on your machine:
-
Clone the repository:
git clone [https://github.com/YOUR_USERNAME/SoftwareDesignSuite.git](https://github.com/YOUR_USERNAME/SoftwareDesignSuite.git) cd SoftwareDesignSuite -
Install dependencies:
pip install -r requirements.txt
-
Run the application:
streamlit run main.py
SoftwareDesignSuite/
├── main.py # Entry point and UI Dashboard
├── requirements.txt # Python dependencies
├── image_132a7b.png # Assets
├── modules/ # Calculation engines
│ ├── __init__.py
│ ├── basic_calculations.py
│ ├── advanced_lines.py
│ └── topology.py
└── README.md