It has been a few years since I last configured Feature Classes in a Geodatabase for a model in InfoWater.
I am looking to identify only the required fields.
From the GIS side, here is what I have:
4 Feature Classes are necessary to use a model in InfoWater -
- Junctions
- Pumps
- Reservoirs
- Valves
- Pipes
Please tell me what required fields I am missing or is not required:
JUNCTIONS Feature Class
- JunctionID, Text, 20
- Description, Text, 200
- PressureZone, Text, 20
- YearInstall, Short
- YearRetire, Short
- Elevation, Double
PUMPS Feature Class
- PumpID, Text, 20
- Description, Text, 200
- PressureZone, Text, 20
- YearInstall, Short
- YearRetire, Short
- Elevation, Double
- Diameter, Double
- DesignHead, Double
- DesignFlow, Double
- ShutHead, Double
- HighHead, Double
- HighFlow, Double
- Curve, Text, 20
- NPSHCurve, Text, 20
- RatedPower, Double
- CostID, Text, 20
RESERVOIRS Feature Class
- ReservoirID, Text, 20
- Description, Text, 200
- PressureZone, Text, 20
- YearInstall, Short
- YearRetire, Short
- BottomElev, Double
- Capacity, Text, 20
- Head, Double
- Pattern, Text, 20
- CostID, Text, 20
VALVES Feature Class
- ValveID, Text, 20
- Description, Text, 200
- PressureZone, Text, 20
- Phase, Short
- YearInstall, Short
- YearRetire, Short
- Elevation, Double
- Diameter, Double
- Setting, Double
- Curve, Text, 20
- MinorLoss, Double
- CostID, Text, 20
PIPES Feature Class
- PipeID, Text, 20
- Description, Text, 200
- PressureZone, Text, 20
- YearInstall, Short
- YearRetire, Short
- Diameter, Double
- Roughness, Double
- CheckValve, Short
- FromJunction, Text, 20
- ToJunction, Text, 20
- Material, Text, 40
- MinorLoss, Double
- Totalizer, Short
- CostID, Text, 20