Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Grid Simulator | 智能电网模拟器

A C++ simulation engine for smart grid systems with renewable energy integration, fault analysis, and power flow computation.

C++ 智能电网模拟器,支持新能源并网、故障分析和潮流计算。


Features | 功能

  • 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

Requirements | 环境要求

  • C++17 or later
  • CMake 3.16+

Build | 编译

mkdir build && cd build
cmake ..
make

Usage | 使用

./smart_grid_sim
./smart_grid_sim --config config/grid_config.json

Project Structure | 项目结构

include/        # Header files
src/            # Source code
examples/       # Example configurations
CMakeLists.txt  # Build configuration

License

MIT

About

Smart Grid Simulator with renewable energy integration | 智能电网仿真器

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages