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 リポジトリにアクセスしてください。