From 4673acc88735141d0640e75a165485442331003a Mon Sep 17 00:00:00 2001 From: hellb0rg <53197846+hellb0rg@users.noreply.github.com> Date: Mon, 13 Sep 2021 15:12:39 +0200 Subject: [PATCH] Update Governor.mo Fixed typo (Pn was referenced as frequency) --- OpenHPL/Controllers/Governor.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenHPL/Controllers/Governor.mo b/OpenHPL/Controllers/Governor.mo index 77dbec3b..bffcc755 100644 --- a/OpenHPL/Controllers/Governor.mo +++ b/OpenHPL/Controllers/Governor.mo @@ -23,7 +23,7 @@ outer Data data "using standard class with constants"; Dialog(group = "System settings")); parameter Modelica.SIunits.Frequency f_ref = data.f_0 "Reference frequency" annotation ( Dialog(group = "System settings")); - parameter Modelica.SIunits.Power Pn = 104e6 "Reference frequency" annotation ( + parameter Modelica.SIunits.Power Pn = 104e6 "Reference power" annotation ( Dialog(group = "System settings")); //// connectors Modelica.Blocks.Interfaces.RealInput P_ref annotation (