{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/GovHydroIEEE0/schema.json", "title": " Smart Data Models - GovHydroIEEE0", "description": "Adapted from CIM data models. IEEE Simplified Hydro Governor-Turbine Model. Used for Mechanical-Hydraulic and Electro-Hydraulic turbine governors, with our without steam feedback. Typical values given are for Mechanical-Hydraulic. Ref", "type": "object", "allOf": [ { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/GSMA-Commons" }, { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Location-Commons" }, { "properties": { "type": { "type": "string", "enum": [ "GovHydroIEEE0" ], "description": "Property. NGSI type. It has to be GovHydroIEEE0" }, "k": { "description": "Property. Model:'https://schema.org/Number'. Governor gain (K. Default: 0.0", "type": "number" }, "mwbase": { "description": "Property. Model:'https://schema.org/Number'. Base for power values (MWbase) (> 0). Unit = MW. Default: 0.0", "type": "number" }, "pmax": { "description": "Property. Model:'https://schema.org/Number'. Gate maximum (Pmax). Default: 0.0", "type": "number" }, "pmin": { "description": "Property. Model:'https://schema.org/Number'. Gate minimum (Pmin). Default: 0.0", "type": "number" }, "t1": { "description": "Property. Model:'https://schema.org/Number'. Governor lag time constant (T1). Typical Value = 0.25. Default: 0", "type": "number" }, "t2": { "description": "Property. Model:'https://schema.org/Number'. Governor lead time constant (T2. Typical Value = 0. Default: 0", "type": "number" }, "t3": { "description": "Property. Model:'https://schema.org/Number'. Gate actuator time constant (T3). Typical Value = 0.1. Default: 0", "type": "number" }, "t4": { "description": "Property. Model:'https://schema.org/Number'. Water starting time (T4). Default: 0", "type": "number" } } } ] }