normalise_dc_load: Normalise load

Description Usage Arguments Value

View source: R/normalize_dc_load.R

Description

This function normalises the load across a DC power network.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
normalise_dc_load(
  g,
  generation = "generation",
  demand = "demand",
  net_generation = "net_generation",
  capacity = "edge_limit",
  edge_name = "edge_name",
  node_name = "node_name",
  power_flow = "power_flow"
)

Arguments

g

An igraph object. The graph representation of the network to be normalised

generation

A character string. The node attribute containing the flow generation

demand

A character string. The node attribute containing the flow demand

net_generation

A character string. The node atribute containing the difference between demand and generation for the current parametrization

capacity

A character string. The edge attribute containing the flow capacity of each edge

edge_name

A character string. The edge attribbute containing the edge names

node_name

A character string. The node attibute containing the node names

power_flow

A character string. The name of the edge atribute that contains the flow data

Value

an igraph object


JonnoB/PowerGridNetworking documentation built on Aug. 7, 2021, 3:04 a.m.