From dd07850fa9dfdfd59552349b57fa240c8a8dc58c Mon Sep 17 00:00:00 2001 From: Fernando Fachini <60016000+fachif@users.noreply.github.com> Date: Thu, 7 Dec 2023 15:25:00 -0500 Subject: [PATCH] Latest Updates MPC Models --- OpenIPSL/Examples/ModelPredictiveControl.mo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenIPSL/Examples/ModelPredictiveControl.mo b/OpenIPSL/Examples/ModelPredictiveControl.mo index 3b23b4056..5c5ca566f 100644 --- a/OpenIPSL/Examples/ModelPredictiveControl.mo +++ b/OpenIPSL/Examples/ModelPredictiveControl.mo @@ -6804,7 +6804,7 @@ package ModelPredictiveControl B=0) annotation (Placement(transformation(extent={{38,-94}, {50,-86}}))); Electrical.Loads.NoiseInjections.WhiteNoiseInjection whiteNoiseInjection( - active_sigma=0.0005,samplePeriod=0.01) + active_sigma=0.001, samplePeriod=0.01) annotation (Placement(transformation(extent={{68,-18},{80,-6}}))); Modelica.Blocks.Math.Add add annotation (Placement(transformation(extent={{86,-18},{94,-10}}))); @@ -15690,7 +15690,7 @@ injections (p_0 and q_0). This method reduces repetitiveness of initialization c ")); end G2_16MVA; - model G2_GENROE "Generation unit connected to bus B5" + model G2_GENROU "Generation unit connected to bus B5" outer OpenIPSL.Electrical.SystemBase SysData; extends OpenIPSL.Electrical.Essentials.pfComponent; @@ -15787,7 +15787,7 @@ injections (p_0 and q_0). This method reduces repetitiveness of initialization c

This generation unit is supposed to be disconnected in all experiments and, then, to be resynchronized to the whole system.

")); - end G2_GENROE; + end G2_GENROU; model G2_16MVA_THERMAL "Generation unit connected to bus B5" outer OpenIPSL.Electrical.SystemBase SysData;