A web application for analyzing and solving power electronics rectifier circuits.
- Interactive interface for circuit parameter input
- Waveform visualization (source voltage, output voltage, diode voltage, output current, inductor voltage, resistor voltage)
- Performance metrics (power, power factor, form factor, ripple factor, efficiency)
- Detailed calculation guides
- Uncontrolled RLE Half Wave
- Controlled RLE Half Wave
- RL + Freewheeling Diode (Uncontrolled)
- Uncontrolled RLE Full Wave
- Controlled RLE Full Wave
git clone https://github.com/HossamSaberX/RectifierSolver.git
cd RectifierSolver
pip install -r requirements.txt
python main.py
python -m venv venv
# Windows: .\venv\Scripts\activate
# Linux/macOS: source venv/bin/activate
pip install -r requirements.txt
python main.py
Contributions are welcomed! The project needs:
- Three Phase Rectifier Implementations
- Three Phase Half Wave (controlled/uncontrolled)
- Three Phase Full Wave (controlled/uncontrolled)
For questions, support or bugs, please open an issue.