Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Model/PhasorDynamics/Branch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sending to receiving bus. We decide to use this symmetric convention because it
provides more flexibility for modeling.

<div align="center">
<img align="center" src="../../../docs/Figures/branch_phasor_dynamics.png">
<img align="center" src="../../../../docs/Figures/branch_phasor_dynamics.png">

Figure 1: Transmission line $`\pi`$ equivalent circuit
</div>
Expand Down Expand Up @@ -96,7 +96,7 @@ magnitude and $`\theta`$ is the phase shift angle and
$`N = \tau e^{j \theta}`$.

<div align="center">
<img align="center" src="../../../docs/Figures/transformer-branch.png">
<img align="center" src="../../../../docs/Figures/transformer-branch.png">


Figure 2: Branch equivalent circuit
Expand Down
4 changes: 2 additions & 2 deletions src/Model/PhasorDynamics/Bus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Current entering the bus has positive and current exiting the bus negative
sign.

<div align="center">
<img align="center" src="../../../docs/Figures/bus_variables.jpg">
<img align="center" src="../../../../docs/Figures/bus_variables.jpg">

Figure 1: Needs to be changed to represent current balance instead of power
balance.
Expand All @@ -27,4 +27,4 @@ sign.

**Other Parameters**
Buses are uniquely defined by their ID (number or name). Besides, each bus
should have associated Nominal Voltage value.
should have associated Nominal Voltage value.
2 changes: 1 addition & 1 deletion src/Model/PhasorDynamics/Exciter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Note: Exciter model not yet implemented**

<div align="center">
<img align="center" src="../../../docs/Figures/EXDC1.JPG">
<img align="center" src="../../../../docs/Figures/EXDC1.JPG">


Figure 1: Exciter EXDC1 model. Fifure courtesy of [PoweWorld](https://www.powerworld.com/WebHelp/).
Expand Down
4 changes: 2 additions & 2 deletions src/Model/PhasorDynamics/Governor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Standard model of the stream turbine

<div align="center">
<img align="center" src="../../../docs/Figures/TGOV1.JPG">
<img align="center" src="../../../../docs/Figures/TGOV1.JPG">


Figure 1: Governor TGOV1 model. Figure courtesy of [PowerWorld](https://www.powerworld.com/WebHelp/)
Expand Down Expand Up @@ -54,4 +54,4 @@ P=x+\dfrac{T2}{T3}V
Output
```math
P_{mech}=P-\Delta\omega D_{t}
```
```
4 changes: 2 additions & 2 deletions src/Model/PhasorDynamics/Stabilizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


<div align="center">
<img align="center" src="../../../docs/Figures/PSS1A.JPG">
<img align="center" src="../../../../docs/Figures/PSS1A.JPG">


Figure 1: Power system stabilizer PSS1A model. Figure courtesy of [PowerWorld](https://www.powerworld.com/WebHelp/)
Expand Down Expand Up @@ -74,4 +74,4 @@ V_{llout} = \begin{cases}
L_{SMIN} &\text{if } V_{5}<V_{SMIN} \\
V_{5}
\end{cases}
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- same relative amount of saturation occurs on both $`d`$ and $`q`$ axis

<div align="center">
<img align="center" src="../../../../docs/Figures/GENROU.JPG">
<img align="center" src="../../../../../docs/Figures/GENROU.JPG">


Figure 2: GENROU. Figure courtesy of [PowerWorld](https://www.powerworld.com/WebHelp/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- $`T'_{q0}`$ is neglected

<div align="center">
<img align="center" src="../../../../docs/Figures/GENSAL.JPG">
<img align="center" src="../../../../../docs/Figures/GENSAL.JPG">


Figure 2: GENSAL. Figure courtesy of [PowerWorld](https://www.powerworld.com/WebHelp/)
Expand Down
2 changes: 1 addition & 1 deletion src/Model/PhasorDynamics/SynchronousMachine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


<div align="center">
<img align="center" src="../../../docs/Figures/SM1.JPG">
<img align="center" src="../../../../docs/Figures/SM1.JPG">


Figure 1: Synchronous Machine. Figure courtesy of [PowerWorld](https://www.powerworld.com/files/Synchronous-Machines.pdf)
Expand Down
4 changes: 2 additions & 2 deletions src/Model/PowerFlow/Branch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Transmission lines and different types of transformers (traditional, Load Tap-Ch
The most common circuit that is used to represent the transmission line model is $`\pi`$ circuit as shown in Figure 1. The nominal flow direction is from sending bus _s_ to receiving bus _r_.

<div align="center">
<img align="center" src="../../../docs/Figures/TL.jpg">
<img align="center" src="../../../../docs/Figures/TL.jpg">


Figure 1: Transmission line $`\pi`$ equivalent circuit
Expand Down Expand Up @@ -108,7 +108,7 @@ These quantities are treated as _loads_ and are substracted from $`P`$ and $`Q`$
The branch model can be created by adding the ideal transformer in series with the $`\pi`$ circuit as shown in Figure 2 where $`\tau`$ is a tap ratio magnitude and $`\theta_{shift}`$is the phase shift angle.

<div align="center">
<img align="center" src="../../../docs/Figures/branch.jpg">
<img align="center" src="../../../../docs/Figures/branch.jpg">


Figure 2: Branch equivalent circuit
Expand Down
4 changes: 2 additions & 2 deletions src/Model/PowerFlow/Bus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ There exist two:


<div align="center">
<img align="center" src="../../../docs/Figures/bus_variables.jpg">
<img align="center" src="../../../../docs/Figures/bus_variables.jpg">


Figure 1: Sign convention for the power flow at the bus $`i`$
Expand All @@ -46,4 +46,4 @@ Q_{i}=Q_{Gi}-Q_{Li}
```

**Other Parameters**
Buses are uniquely defined by their ID (number or name). Besides, each bus should have associated Nominal Voltage value.
Buses are uniquely defined by their ID (number or name). Besides, each bus should have associated Nominal Voltage value.