smart-data-models / dataModel.WaterDistributionManagementEPANET

Data models for describing a water distribution infrastructure, also compatible with EPANET simulation tool
Other
15 stars 18 forks source link

Flow property should be added #17

Closed albertoabellagarcia closed 3 years ago

albertoabellagarcia commented 4 years ago

The flow should be added as a property of the entity pipe. it is also necessary to determine how to set the direction of the flow.

csweetapple commented 4 years ago

I've started making some suggesions for how measured values (including flow) might be added to network components in https://github.com/smart-data-models/dataModel.WaterNetworkManagement/pull/16

In EPANET, which we should be consistent with, flow is measured from the startsAt to endsAt node (so can be positive or negative). Note also that the direction of flow within a pipe may be variable (as determined by the sign).

albertoabellagarcia commented 4 years ago

I understand this issue is on progress depending on #16.