reinforcement: Reinforcement

Description Usage Arguments Value

Description

Simulate grid reinforcement and choose the optimum measures given the method, load and available assets data

Usage

1
2
3
reinforcement(grid, reinforcement_method, avail_asset_types = list(line =
  c("NAYY4x150", "2xNAYY4x240", "2xNAYY4x150", "4xNAYY4x240"), trafo =
  c("DOTEL_630", "DOTEL_1000")), verbose = 0)

Arguments

grid

List containing initial grid data.

reinforcement_method

Reinforcement method to be applied.

avail_asset_types

List of available line and trafo types for replacement, default value line = "NAYY4x150", "2xNAYY4x240", "2xNAYY4x150", "4xNAYY4x240" trafo = "DOTEL_630", "DOTEL_1000".

verbose

Verbosity level. value greater than zero to display step by step of reinforcement

Value

grid_solved


asiono/rein documentation built on May 25, 2019, 2:26 p.m.