Skip to content

Commit 9a3068e

Browse files
fachifdietmarw
authored andcommitted
Updates
The following is a list of updates: 1- The M_b parameter update was canceled. Instead, the update was made to pull request OpenIPSL#327 . 2- Attempt to solve "Warning: trimming empty <p> (TRIM_EMPTY_ELEMENT)".
1 parent 89a0365 commit 9a3068e

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

OpenIPSL/Electrical/Renewables/PSSE/BESS.mo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
within OpenIPSL.Electrical.Renewables.PSSE;
22
model BESS "Framework for a battery energy storage system plant including controllers"
3-
parameter Types.ApparentPower M_b=RenewableGenerator.SysData.S_b "Machine base power" annotation(Dialog(group= "Power flow data"));
43
extends OpenIPSL.Electrical.Essentials.pfComponent(
54
final enablefn=true,
65
final enableV_b=false,

OpenIPSL/Electrical/Renewables/PSSE/PV.mo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
within OpenIPSL.Electrical.Renewables.PSSE;
22
model PV "Framework for a photovoltaic plant including controllers"
3-
parameter Types.ApparentPower M_b=RenewableGenerator.SysData.S_b "Machine base power" annotation(Dialog(group= "Power flow data"));
43
extends OpenIPSL.Electrical.Essentials.pfComponent(
54
final enablefn=false,
65
final enableV_b=false,

OpenIPSL/Electrical/Renewables/PSSE/Wind.mo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
within OpenIPSL.Electrical.Renewables.PSSE;
22
model Wind "Framework for a wind plant including controllers"
3-
parameter Types.ApparentPower M_b=RenewableGenerator.SysData.S_b "Machine base power" annotation(Dialog(group= "Power flow data"));
43
extends OpenIPSL.Electrical.Essentials.pfComponent(
54
final enablefn=false,
65
final enableV_b=false,

OpenIPSL/Examples/Microgrids/UniversityCampus/CampusA/GenerationGroups/GeneratorInf.mo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ equation
2929
<p>This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. </p>
3030
<p>If a copy of the MPL was not distributed with this file, You can obtain one at <a href=\"http://mozilla.org/MPL/2.0/\"> http://mozilla.org/MPL/2.0</a>.</p>
3131
32-
<p></p>
3332
<p>iPSL:</p>
3433
<p>Copyright 2015-2016 RTE (France), SmarTS Lab (Sweden), AIA (Spain) and DTU (Denmark)</p>
3534
<ul>

0 commit comments

Comments
 (0)