This model selects the droop value depending on the plant type (peak-, base- or midload).
(Description)
(Description)
(none)
(no elements)
(no equations)
(none)
(no validation or testing necessary)
Typical droop values of power plants taken from Schwab (2012) - Elektroenergiesysteme, Springer
(no remarks)
function DroopSelector extends TransiEnt.Basics.Icons.Function; input TransiEnt.Basics.Types.ControlPlantType plantType; input Real param; output Real droop; end DroopSelector;