Struct power_flow_data::AreaInterchange
source · pub struct AreaInterchange {
pub i: AreaNum,
pub isw: BusNum,
pub pdes: f64,
pub ptol: f64,
pub arname: ArrayString<15>,
}Expand description
Area interchange is a required net export of power from, or net import of power to, a
specific area. This does not imply that the power is destined to be transferred to or from
any other specific area. To specify transfers between specific pairs of areas see
InterAreaTransfers.
Fields§
§i: AreaNumArea number (1 through the maximum number of areas at the current size level)
isw: BusNumBus number, or extended bus name enclosed in single quotes, of the area slack bus for
area interchange control. The bus must be a generator (type two) bus in the specified
area. Any area containing a system swing bus (type three) must have either that swing
bus or a bus number of zero specified for its area slack bus number.
isw = 0 by default.
pdes: f64Desired net interchange leaving the area (export); entered in MW.
pdes = 0.0 by default.
ptol: f64Interchange tolerance bandwidth; entered in MW.
ptol = 10.0 by default.
arname: ArrayString<15>Alphanumeric identifier assigned to area I.
The name may contain up to twelve characters.
arname is set to twelve blanks by default.