ENsettankdata {epanet2toolkit}R Documentation

Sets properties for a tank

Description

Sets properties for a tank

Usage

ENsettankdata(
  nodeindex,
  elevation,
  init_level,
  min_level,
  max_level,
  diameter,
  min_volume,
  volume_curve = ""
)

Arguments

nodeindex

tank's node index (starting from 1)

elevation

the tank's bottom elevation.

init_level

the initial water level in the tank.

min_level

the minimum water level for the tank.

max_level

the maximum water level for the tank.

diameter

the tank's diameter (0 if a volume curve is supplied).

min_volume

the volume of the tank at its minimum water level.

volume_curve

the name of the tank's volume curve ("" for no curve)


[Package epanet2toolkit version 1.0.4 Index]