Skip to content

Commit a64c4de

Browse files
authored
Revise README for SVC and STATCOM simulation
Updated README to enhance project overview and features.
1 parent aa3042d commit a64c4de

1 file changed

Lines changed: 90 additions & 20 deletions

File tree

README.md

Lines changed: 90 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,96 @@
1-
# STATCOM and SVC Simulation
1+
# Reactive Power Compensation Using SVC & STATCOM Simulation
22

3-
This repository contains a MATLAB Simulink model for configuring and analyzing **STATCOM (Static Synchronous Compensator)** and **SVC (Static Var Compensator)**, used for **voltage stability, reactive power compensation, and improving power quality** in power systems.
3+
**Version:** 1.0.0
4+
**Author:** Prem Manoj Mule
5+
**File Size:** 62.4 KB
6+
**Rating:** ⭐ 5.0 (4 Reviews) MATLAB
7+
**Downloads:** 496
8+
**Updated:** 16 Mar 2025
49

5-
## Files
6-
- STATCOM_and_SVC.slx – MATLAB Simulink model.
7-
- license.txt – Project license information.
10+
---
811

9-
## Features
10-
- STATCOM simulation for voltage regulation.
11-
- SVC simulation for reactive power control.
12-
- Visualization of voltage, current, and reactive power.
13-
- Modular design for easy modifications.
12+
### Overview
13+
This MATLAB/Simulink project demonstrates **Reactive Power Compensation** in a power transmission system using two advanced FACTS devices — **SVC (Static VAR Compensator)** and **STATCOM (Static Synchronous Compensator)**.
1414

15-
## Requirements
16-
- MATLAB R2022a or later
17-
- Simulink
18-
- Power System Toolbox (optional)
15+
It focuses on **voltage stabilization**, **dynamic performance**, and **power quality enhancement** under different loading conditions.
16+
Developed and simulated by **Prem Manoj Mule**, this work highlights modern control strategies to improve voltage profiles and system stability in power networks.
1917

20-
## Usage
21-
1. Open MATLAB and navigate to the repository folder.
22-
2. Open the Simulink model: `STATCOM_and_SVC.slx`.
23-
3. Run the simulation and observe results in the scopes.
18+
---
2419

25-
## License
26-
Distributed under the terms in `license.txt`.
20+
### Objective
21+
To analyze **dynamic voltage stability** and **reactive power compensation** in a power transmission system using **STATCOM** and **SVC** devices implemented in **MATLAB Simulink**.
22+
23+
---
24+
25+
### Features
26+
- Dynamic response of transmission voltage with and without compensation
27+
- Comparison between **SVC** and **STATCOM** performance
28+
- Reactive power management to stabilize voltage and reduce losses
29+
- Power quality enhancement and load balancing demonstration
30+
31+
---
32+
33+
### Simulation Procedure
34+
1. **Download or clone the repository:**
35+
- Click on the green **“Code”** button in GitHub.
36+
- Select **Download ZIP** to save the project locally, or
37+
- Copy the repository URL and use the `git clone` command in your terminal.
38+
39+
2. **Open MATLAB** and navigate to the folder where the project files are saved.
40+
3. **Open the Simulink model:**
41+
- `SVC_and_STATCOM.slx`
42+
4. **Enter the input data** (as specified within the model).
43+
5. **Run the simulation.**
44+
6. **View the results** in the Scope blocks for bus voltage and reactive power.
45+
46+
---
47+
48+
### Components Explained
49+
50+
#### Static VAR Compensator (SVC)
51+
A **shunt-connected static var generator/absorber** using thyristor-controlled reactors (TCR) and thyristor-switched capacitors (TSC).
52+
It adjusts its output to maintain bus voltage stability by absorbing or supplying reactive power.
53+
SVC provides:
54+
- Quick voltage regulation
55+
- Improved transient response
56+
- Lower installation cost compared to STATCOM
57+
58+
#### Static Synchronous Compensator (STATCOM)
59+
A **voltage-source converter (VSC)** based shunt-connected compensator.
60+
It generates controllable reactive power independent of system voltage, offering superior performance in low-voltage conditions.
61+
STATCOM provides:
62+
- Fast dynamic response
63+
- Better voltage control
64+
- Harmonic filtering capability
65+
66+
---
67+
68+
### Applications
69+
- Voltage stability improvement
70+
- Reactive power compensation
71+
- Power quality enhancement
72+
- Transient stability support
73+
- Load balancing
74+
- Renewable energy integration
75+
- Industrial and transmission applications
76+
77+
---
78+
79+
### Skills Demonstrated
80+
MATLAB Simulink · Power System Stability · Reactive Power Control · FACTS Devices · Voltage Regulation · Control System Design
81+
82+
---
83+
84+
### 👤 Author
85+
**Prem Manoj Mule**
86+
B.Tech Electrical Engineering,
87+
Sanjivani College of Engineering, Kopargaon
88+
Yeola, Nashik, India
89+
90+
---
91+
92+
### 🪪 License
93+
Released under the **MIT License**.
94+
© 2025 Prem Manoj Mule. All rights reserved.
95+
96+
*If you found this project helpful, please star this repository to show your support!*

0 commit comments

Comments
 (0)