You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following are a list of updates:
1) The AddOnBlock (Irradiance to Power) was missing machine base power to transform the output power from MW to p.u.
2) The user now has the option of using the addOn block with the PV model through a boolean parameter. Toggling the parameter enables or disables a realinput that allows the connection to the addOn. This works with all control modes in the PV model.
3) Created a new Test model called PVPlantSolarIrradiance, that is documented.
parameterInteger QFunctionality =0"BESS Reactive Power Control Options"annotation (Dialog(group= "Reactive Power Control Options"), choices(choice=0 "Constant local PF control", choice=1 "Constant local Q control", choice=2 "Local V control", choice=3 "Local coordinated V/Q control", choice=4 "Plant level Q control", choice=5 "Plant level V control", choice=6 "Plant level Q control + local coordinated V/Q control", choice=7 "Plant level V control + local coordinated V/Q control"));
16
16
parameterInteger PFunctionality =0"BESS Real Power Control Options"annotation (Dialog(group= "Active Power Control Options", enable=(QFunctionality >=4)), choices(choice=0 "No governor response", choice=1 "Governor response with up and down regulation"));
17
17
18
+
// Irradiance to Power parameter selection
19
+
parameterBoolean Irr2Pow =false"Irradiance to Power Options"annotation (Dialog(group= "Irradiance to Power Add-On Capability"));
<p>This test system aims to show how to use IrradianceToPower block, an Add-On component that enables varying active power reference in the PV model based on irradiance levels.
42
+
This capability is not found in the original version of the WECC-based renewable models.</p>
0 commit comments