This entity contains an harmonised description of a generic Valve made for the Water Network Management domain. This entity is primarily associated with the water management vertical and related IoT applications.
A JSON Schema corresponding to this data model can be found here
-
id: Unique identifier. -
type: Entity type. It must be equal toJunction. -
modifiedAt: Last update timestamp of this entity.- Attribute type: Property. DateTime
- Read-Only. Automatically generated.
-
createdAt: Entity's creation timestamp.- Attribute type: Property. DateTime
- Read-Only. Automatically generated.
-
location: Location of Junction represented by a GeoJSON geometry.- Attribute type:
GeoProperty - Normative References: https://tools.ietf.org/html/rfc7946
- Mandatory.
- Attribute type:
-
tag: An optional text string used to assign the valve to a category, perhaps based on type or location- Attribute type:
Property.Text - Optional
- Attribute type:
-
description: A free text description- Attribute type:
Property.Text - Optional
- Attribute type:
-
initialStatus: Valve status at the start of the simulation. If set to OPEN or CLOSED then the control setting of the valve is ignored and the valve behaves as an open or closed link, respectively. If set to NONE, then the valve will behave as intended- Attribute type:
Property.Text - Attribute metadata Properties:
- Values are resrtricted to: "OPEN","CLOSED","NONE"
- Mandatory
- Attribute type:
-
status: Dynamic state of the valve- Normative References: {{Add a normative reference}}
- Attribute type:
Property.Text - Attribute metadata Properties:
- Values are resrtricted to: "OPEN","CLOSED","NONE"
- Optional
-
diameter: The valve diameter -
valveType: The valve type- Attribute type:
Property.Text - Attribute metadata Properties:
- Values are resrtricted to: "PRV", "PSV","PBV","FCV","TCV" and"GPV"
- Mandatory
- Attribute type:
-
setting: A parameter that describes the valve's operational setting -
minorLoss: Unitless minor loss coefficient that applies when the valve is completely opened
-
startsAt: The ID of the node on the nominal upstream or inflow side of the valve- Attribute type:
Relationship. Reference to an entity of typeNode (Reservoir, Junction, Tank) - Attribute metadata Properties:
{{metadata Property name}}: {{Metadata Property Description}}
- Mandatory
- Attribute type:
-
endsAt: The ID of the node on the nominal downstream or discharge side of the valve- Attribute type:
Relationship. Reference to an entity of typeNode (Reservoir, Junction, Tank){{Add here the description of the target relationship object}} - Attribute metadata Properties:
{{metadata Property name}}: {{Metadata Property Description}}
- Mandatory
- Attribute type:
-
valveCurve: A relationship to the curve of thesettingproperty. Only required whenvalveTypeisGPV- Attribute type:
Relationship. Reference to an entity of typeCurve - Attribute metadata Properties:
{{metadata Property name}}: {{Metadata Property Description}}
- Optional
- Attribute type:
Note: JSON Schemas are intended to capture the data type and associated constraints of the different Attributes, regardless their final representation format in NGSI(v2, LD).
A full example is presented here.
T.B.D.