Synchronous Generator P-Q Curve

버전 1.2 (111 KB) 작성자: mansour torabi
Synchronous Generator Capability Curve (P-Q Curve) using MATLAB
다운로드 수: 292
업데이트 날짜: 2022/4/14

View Matlab Dynamic Programming on File Exchange

Synchronous Generator Capability Curve (P-Q Curve) using MATLAB

The generator operating limits is expressed in the form of the generator P-Q diagram. In other words, generator P-Q diagram provides a safe boundary in which the generator can operate without exceeding thermal limitations.

In this publication, practical steps for drawing Generator Capability Curve using MATLAB is presented .

Assumptions:

* Synchronous Generator
* Round Rotor
* Armature Winding Resistance is neglected
* Quantities are expressed based on Per Unit (P.U.) system

Parameters and Quantities definitions:

* Sn	: Nominal Apparent Power
* P 	: Active Power
* Q 	: Reactive Power
* Ea	: Induced voltage in stator windings
* V 	: Terminal Voltage
* I 	: Armature Current
* PF	: Power Factor
* Xs	: Synchronous Reactance
* theta	: Power factor angle
* delta : Load angle

In the following, three main limits of generator capability is presented:

1. Armature Current Limit

Armature Current Limitation will resulted in the following equations for P and Q:

2. Field Current Limit

Field Current Limitation will resulted in the following equations for P and Q:

3. Stability Limit

Stability of the turbogenerator is the ability to stay in synchronous operation under slow load changes.

Stability limitation will resulted in the following equations for P and Q:

Usage:

Just define the required parameters as follows and run the script

%% Synchronous Generator P-Q Curve

%% Parameter Definition
Sn = 1;                 % Rated apparent power [P.U.]
PF = 0.85;              % Power Factor 
V = [1.05, 0.95, 1];    % Terminal Voltage (+-5% Voltage Variation) [P.U.]
I = Sn./V;              % Nominal Current [P.U.]
Xs = 2;                 % Synchronous Reactance

Usage:

Synchronous Generator P-Q Curve:

Contact

Email: smtoraabi@ymail.com

인용 양식

mansour torabi (2024). Synchronous Generator P-Q Curve (https://github.com/Mansourt/Synchronous-Generator-P-Q-Curve_MATLAB/releases/tag/v1.2), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2022a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.2

See release notes for this release on GitHub: https://github.com/Mansourt/Synchronous-Generator-P-Q-Curve_MATLAB/releases/tag/v1.2

1.1

See release notes for this release on GitHub: https://github.com/Mansourt/Synchronous-Generator-P-Q-Curve_MATLAB/releases/tag/v1.1

1.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.