Branch Constraints

  • 21 Views
  • Last post 2 days ago
ZBRizvi posted this 2 days ago

I was looking through the vSDP outputs folder and found the excelsheet documenting the branch constraints. File is named BrConstraintResults_TP

The headers of the table are:

DateTime          BranchConstraint          LHS (MW)          Sense (-1:<=, 0:=, 1:>=)     RHS (MW)          Price ($/MWh)

Am I correct in thinking that the branch constraints are the capacities of said branches and the LHS, RHS are the direction of power flow (i.e. from Huntly to Benmore and vice versa). So that we can calculate the change in capacity consumption given a change in demand.

Tuong Nguyen posted this 2 days ago

 

Are Branch Constraints the Capacities?

Yes and No:

A branch constraint is generally expressed in the following mathematical form:

 

 

where:

br           : represent the branches involved in the constraint

FLOWbr : the power flow on branch br calculated by the model

factorbr  : A multiplier applied to power flow on branch br in the constraint

Limit      :The maximum allowable value for the left-hand side (LHS) of the inequality.

So, The LHS is the weighted sum of branch flows, and the RHS is the constraint limit.

If all factorbr values are equal to 1, then the constraint directly reflects the total flow, making it equivalent to a capacity constraint — so the answer is Yes.

However, if any factorbr is not equal to 1 (including negative values, which indicate reverse flow), then the constraint is more complex — so the answer is No.

So, if all the factorbr in the contrain equal to 1 , then it is a "Yes". Otherwise it is a "No". Note that the factor can be negative that indicate the flow on the branch is in reverse direction.

Important Notes:

  • The LHS and RHS do not indicate the direction of power flow.
  • To estimate the change in capacity usage due to a change in demand, sum the flows of the branches involved in the constraint. If a branch has a negative factor, multiply its flow by -1.
  • You can find branch flow data in the file BranchResults_TP.csv.

Hope this helps

Tuong Nguyen