A C++ simulation engine for smart grid systems with renewable energy integration, fault analysis, and power flow computation.
C++ 智能电网模拟器,支持新能源并网、故障分析和潮流计算。
- Power Flow Analysis — Newton-Raphson method for load flow calculation
- Fault Analysis — Short circuit simulation (3-phase, L-G, L-L, LL-G)
- Renewable Integration — Solar PV and wind turbine models
- Grid Simulation — Bus, branch, generator, and load modeling
- Real-time Monitoring — Voltage, current, and power output tracking
- C++17 or later
- CMake 3.16+
mkdir build && cd build
cmake ..
make./smart_grid_sim
./smart_grid_sim --config config/grid_config.jsoninclude/ # Header files
src/ # Source code
examples/ # Example configurations
CMakeLists.txt # Build configuration
MIT