Skip to content

Commit 1940ab5

Browse files
authored
Merge pull request #177 from CRESYM/dev
New models, test cases, enhancements and new issues resolved
2 parents a707e18 + f276af5 commit 1940ab5

File tree

72 files changed

+862
-452
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+862
-452
lines changed

_layouts/page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<div class="col text-justify">
1717
<article id="page" class="markdown-body">
1818
<h1>{{ page.title }}</h1>
19-
{% if page.author %}
20-
<p id="author"><strong>Author:</strong> {{ page.author }}</p>
19+
{% if page.authors %}
20+
<p id="authors"><strong>Authors:</strong> {{ page.authors }}</p>
2121
{% endif %}
2222
{% if page.reviewers %}
2323
<p id="reviewers"><strong>Reviewers:</strong> {{ page.reviewers }}</p>

pages/models/Capacitors/CapacitorBank/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ title: Capacitor Bank
44
tags: ["#121","Capacitor", "dynawo"]
55
date: 10/05/2024
66
last-updated: 14/05/2024
7+
id: #121
8+
authors: Carlos Alegre (eRoots)
9+
reviewers: Eduardo Prieto Araujo (UPC), Josep Fanals Batllori (eRoots)
710
---
811

9-
# Capacitor Bank
10-
1112
## Context
1213

1314
In electrical grids, shunt elements are connected to the end of a transmission line in order to control the voltage level by injecting or absorbing reactive power. This is done to prevent the voltage level to go below or above the desired range, something usual when dealing with long transmission lines or for some specific loads. If the shunt element absorbs reactive power, it is formed by inductances, while if it injects reactive power, it is formed by capacitors. This model presents the steady-state analysis of a capacitor bank.

pages/models/HVDC/VSC/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
layout: page
3-
title: VSC HVDC Model
3+
title: RTE Average phasor voltage source converter HVDC Model
44
tags: ["#24","opensource","phasor", "HVDC", "VSC", "generic", "MRL4", "Single phase", "dynawo"]
55
date: 21/06/2023
66
last-updated: 29/03/2024
7+
id: #91
8+
authors: Mathilde Bongrain (CRESYM)
9+
reviewers:
710
---
811

9-
# VSC HVDC model
10-
1112
## Context
1213

1314
This average phasor voltage source converter based high voltage DC transmission line (VSC-HVDC) model has been developed by RTE [[1]](#1) based on some work done by ENTSOE G-HVDC WP.

pages/models/Transformers/CantileverTransformer/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
layout: page
3-
title: Cantilever Transformer
3+
title: Cantilever Transformer Model
44
tags: ["#114", "Transformer", "Single-phase", "Cantilever equivalent", "Leakage flux", "Steady-state", "Phasorial", "Dynawo", "Modelica", "RMS"]
55
date: 02/05/2024
66
last-updated: 02/05/2024
7+
id: #114
8+
authors: Carlos Alegre (eRoots)
9+
reviewers: Eduardo Prieto Araujo (UPC), Josep Fanals Batllori (eRoots)
710
---
811

9-
# Cantilever Transformer model
10-
1112
## Context
1213

1314
Transformers are essential parts of the grid as two-port devices that change the voltage level from one of its ends to the other. It allows to be able to change the voltage to a suitable level to perform any of the actions necessary for the grid. For example, it is used to raise the voltage to be able to transport electricity minimizing the losses, and then lower the voltage until reaching appropriate levels for consumption without risking the integrity of the users.

pages/models/controlBlocks/2limitedProportionalIntegralController/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ id: pict2lim1
33
layout: page
44
title: Proportional integral (PI) controller with non-windup limit on the integral term and limit on the proportional term
55
tags: ["control block", "PI", "Proportional Integral", "non-windup", "limits"]
6-
author: Mathilde Bongrain
6+
authors: Mathilde Bongrain
77
date: 16/10/2023
88
version: version-1.0.0
99
---
10-
# Proportional integral (PI) controller with non-windup limit on the integral term and limit on the proportional term
1110

1211
## Diagram
1312

pages/models/controlBlocks/absoluteValue/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ id: abs1
33
layout: page
44
title: Absolute value of input
55
tags: ["control block", "discrete", "abs", "absolute value"]
6-
author: Mathilde Bongrain
6+
authors: Mathilde Bongrain
77
date: 16/10/2023
88
version: version-1.0.0
99
---
10-
# Absolute value of input
1110

1211
## Diagram
1312

pages/models/controlBlocks/algebraicEquation/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ id: algeq1
33
layout: page
44
title: Algebraic equation
55
tags: ["control block", "algebraic equation"]
6-
author: Mathilde Bongrain
6+
authors: Mathilde Bongrain
77
date: 16/10/2023
88
version: version-1.0.0
99
---
10-
# Algebraic equation
1110

1211
## Syntax:
1312

pages/models/controlBlocks/deadband/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ id: db1
33
layout: page
44
title: Deadband control block
55
tags: ["control block", "deadband"]
6-
author: Mathilde Bongrain
6+
authors: Mathilde Bongrain
77
date: 16/10/2023
88
version: version-1.0.0
99
---
1010

11-
# Deadband control block
12-
1311
## Diagram
1412

1513
![deadbandDiagram](deadband.svg)

pages/models/controlBlocks/hysteresis/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ id: hyst1
33
layout: page
44
title: Hysteresis control block
55
tags: ["control block", "hysteresis"]
6-
author: Mathilde Bongrain
6+
authors: Mathilde Bongrain
77
date: 16/10/2023
88
version: version-1.0.0
99
---
1010

11-
# Hysteresis control block
12-
1311
## Diagram
1412

1513
![hysteresis diagram](hysteresis.svg)

pages/models/controlBlocks/integrator/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ id: int1
33
layout: page
44
title: Integrator control block with a positive time constant T
55
tags: ["control block", "integrator"]
6-
author: Mathilde Bongrain
6+
authors: Mathilde Bongrain
77
date: 16/10/2023
88
version: version-1.0.0
99
---
1010

11-
# Integrator control block with a positive time constant T
12-
1311
## Diagram
1412

1513
![integrator diagram](integrator.svg)

0 commit comments

Comments
 (0)