https://github.com/joshbaneycs/simucadsuite
Are you an engineer and hate writing MatLab scripts? SimuCADSuite is here! Still in development***
https://github.com/joshbaneycs/simucadsuite
Last synced: about 1 year ago
JSON representation
Are you an engineer and hate writing MatLab scripts? SimuCADSuite is here! Still in development***
- Host: GitHub
- URL: https://github.com/joshbaneycs/simucadsuite
- Owner: JoshBaneyCS
- Created: 2024-08-20T06:32:36.000Z (almost 2 years ago)
- Default Branch: JoshBaneyCS-0.0.2
- Last Pushed: 2024-10-23T00:40:28.000Z (over 1 year ago)
- Last Synced: 2025-04-13T00:17:16.790Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimuCADSuite

SimuCADSuite is a comprehensive, modular simulation tool designed as an open-source physics simulation tool. The Program is made to fulfill the Undergraduate capstone for a BS- CS degree and to highlight scientific computing/ mathmatical analysis and computer science interests of the author. It combines the power of Python for complex computational tasks with the flexibility of Electron for a modern, interactive user interface. The suite includes modules for Fluid Dynamics Simulation, Kinematics Simulation, and Audio Decoding using Fast Fourier Transform and Discrete Fourier Transform (FFT and DFT), making it a versatile tool for a variety of engineering and scientific applications.
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Home Window](#home-window)
- [Fluid Dynamics Simulation](#fluid-dynamics-simulation)
- [Kinematics Simulation](#kinematics-simulation)
- [Audio Decoding](#audio-decoding)
- [System Requirements](#system-requirements)
- [Contributing](#contributing)
- [License](#license)
## Features
- **Fluid Dynamics Simulation**: Simulate the flow of particles around CAD models using advanced fluid dynamics equations like Navier-Stokes, Euler’s equations, and Bernoulli's principle. Convert CAD models to NumPy arrays for simulation and visualize the results with vector fields.
- **Kinematics Simulation**: Analyze projectile motion with and without air resistance, visualize the paths and vector fields, and compare results in real-time. User-defined inputs for velocity, angle, drag, and more.
- **Audio Decoding**: Decompose audio files into their constituent sine waves using FFT/DFT, visualize frequency spectra, and analyze the results with user-defined parameters.
- **Interactive GUI**: A modern Electron-based interface allows seamless navigation between modules, with an intuitive home window and back buttons for easy access to different tools.
- **Multi-threading and GPU Acceleration**: Select between single-threaded, multi-threaded, or GPU-accelerated computation for optimal performance.
- **Data Management**: Save and load simulation results in various formats, including Excel, CSV, and SQL databases.
## Installation
To get started with SimuCADSuite, follow these steps:
### Prerequisites
Ensure you have the following installed on your system:
- **Python 3.8+**
- **Git**
### Clone the Repository
```bash
git clone https://github.com/JoshBaneyCS/SimuCADSuite.git
cd SimuCADSuite
```
### Future Updates
- **CUDA Acceleration***
- **Fixing Mesh bug with fluid dynamics**
- **Using JavaScript or similar to run Simulation for better graphical handeling (Front End)
- ** Implementing C++ backend for Fluid computation**
- ** Improving Graphing/ CAS Calculator with more functionality and better UI/UX**
- ** Adding more Physics functionalities (As shown on 0.0.2 Release)**
### TIME FRAME FOR COMPLETION
I expect to have this project complete within the next 9-12 months as I develop and hone my skills with C++ and JS.