{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/LoadMotor/schema.json", "title": " Smart Data Models - LoadMotor", "description": "Adapted from CIM data models. Aggregate induction motor load. This model is used to represent a fraction of an ordinary load as induction motor load. It allows load that is treated as ordinary constant power in power flow analysis to be represented by an induction motor in dynamic simulation. If = 0. or = , or = 0., only one cage is represented. Magnetic saturation is not modelled. Either a 'one-cage' or 'two-cage' model of the induction machine can be modelled. Magnetic saturation is not modelled. This model is intended for representation of aggregations of many motors dispersed through a load represented at a high voltage bus but where there is no information on the characteristics of individual motors. This model treats a fraction of the constant power part of a load as a motor. During initialisation, the initial power drawn by the motor is set equal to times the constant part of the static load. The remainder of the load is left as static load. The reactive power demand of the motor is calculated during initialisation as a function of voltage at the load bus. This reactive power demand may be less than or greater than the constant component of the load. If the motor's reactive demand is greater than the constant component of the load, the model inserts a shunt capacitor at the terminal of the motor to bring its reactive demand down to equal the constant reactive load. If a motor model and a static load model are both present for a load, the motor is assumed to be subtracted from the power flow constant load before the static load model is applied. The remainder of the load, if any, is then represented by the static load model.", "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": [ "LoadMotor" ], "description": "Property. NGSI type. It has to be LoadMotor" }, "LoadAggregate": { "description": "Property. Model:'https://schema.org/Number'. Aggregate load to which this aggregate motor (dynamic) load belongs. Default: None", "type": "number" }, "d": { "description": "Property. Model:'https://schema.org/Number'. Damping factor (D). Unit = delta P/delta speed. Typical Value = 2. Default: 0.0", "type": "number" }, "h": { "description": "Property. Model:'https://schema.org/Number'. Inertia constant (H) (not=0). Typical Value = 0.4. Default: 0", "type": "number" }, "lfac": { "description": "Property. Model:'https://schema.org/Number'. Loading factor - ratio of initial P to motor MVA base (Lfac). Typical Value = 0.8. Default: 0.0", "type": "number" }, "lp": { "description": "Property. Model:'https://schema.org/Number'. Transient reactance (Lp). Typical Value = 0.15. Default: 0.0", "type": "number" }, "lpp": { "description": "Property. Model:'https://schema.org/Number'. Subtransient reactance (Lpp). Typical Value = 0.15. Default: 0.0", "type": "number" }, "ls": { "description": "Property. Model:'https://schema.org/Number'. Synchronous reactance (Ls). Typical Value = 3.2. Default: 0.0", "type": "number" }, "pfrac": { "description": "Property. Model:'https://schema.org/Number'. Fraction of constant-power load to be represented by this motor model (Pfrac) (>=0.0 and <=1.0). Typical Value = 0.3. Default: 0.0", "type": "number" }, "ra": { "description": "Property. Model:'https://schema.org/Number'. Stator resistance (Ra). Typical Value = 0. Default: 0.0", "type": "number" }, "tbkr": { "description": "Property. Model:'https://schema.org/Number'. Circuit breaker operating time (Tbkr). Typical Value = 0.08. Default: 0", "type": "number" }, "tpo": { "description": "Property. Model:'https://schema.org/Number'. Transient rotor time constant (Tpo) (not=0). Typical Value = 1. Default: 0", "type": "number" }, "tppo": { "description": "Property. Model:'https://schema.org/Number'. Subtransient rotor time constant (Tppo). Typical Value = 0.02. Default: 0", "type": "number" }, "tv": { "description": "Property. Model:'https://schema.org/Number'. Voltage trip pickup time (Tv). Typical Value = 0.1. Default: 0", "type": "number" }, "vt": { "description": "Property. Model:'https://schema.org/Number'. Voltage threshold for tripping (Vt). Typical Value = 0.7. Default: 0.0", "type": "number" } } } ] }