Learn R Programming

epanet2toolkit (version 1.0.4)

ENgetflowunits: Retrieve a code number indicating the units used to express all flow rates.

Description

ENgetflowunits retrieves a code number indicating the units used to express all flow rates.

Usage

ENgetflowunits()

Arguments

Value

An integer, the code numnber indicating the flow units.

Examples

Run this code
# path to Net1.inp example file included with this package
inp <- file.path( find.package("epanet2toolkit"), "extdata","Net1.inp")  
ENopen( inp, "Net1.rpt")
ENgetflowunits()
ENclose()

Run the code above in your browser using DataLab