This model takes in parameters of a power generation park where every unit is specified by variable generating costs (C_var), a maximum and minimum power output (P_max, P_min) and a maximum gradient (P_grad_max_star)
When input load is positive it assigns the generation capacity in merit order constrained by the maximum and minimum power output and the maximum gradient
(no remarks)
(no remarks)
u[ntime]: RealInput
y[nout]: RealOutput
z[nout]: BooleanInput
P_R_pos[nout]: input for electric power in [W] "Upwards reserve constraint, reduces maximum production (values are supposed to be positive)"
P_R_neg[nout]: input for electric power in [W] "Downwards reserve constraint, increases minimum production (values are supposed to be positive)"
(no remarks)
(no remarks)
(no remarks)
Tested in check model "TransiEnt.Grid.Electrical.EconomicDispatch.Check.TestMeritOrderDispatcher"
(no remarks)