...
The current voltage parameters are described in a JSON format. The following parameters must appear in the file.
Paremeter (JSON key) | Value type | Unit | Description | Example |
---|---|---|---|---|
currentBreakpoints | double[] | A | Current breakpoints of the Surge Arrester | "currentBreakpoints":[ 0.0, 1.0e-3, 3.0e-3, 1.0e-2, 1.0e-1, 10.0, 200.0, 600.0 ], |
voltageValues | double[] | V | Voltage values for each current breakpoint of the Surge Arrester | "voltageValues": [ 0.0, 426.4e3, 450.18e3, 455.92e3, 467.4e3, 501.84e3, 519.88e3, 527.26e3 ] |
All the examples above concatenated would give in a valid JSON format:
View file | ||||
---|---|---|---|---|
|
Parameter constraints
The following constraints applies the saturation characteristic:
Mathblock | ||||
---|---|---|---|---|
| ||||
V \ge 0; I \ge 0 |
Mathblock | ||||
---|---|---|---|---|
| ||||
V_{i+1} > V_i \implies I_{i+1} \gt I_{i} \text{ (strictly monotonically increasing)} |
where
Mathinline | ||
---|---|---|
|
Mathinline | ||
---|---|---|
|
Additionally, the number of elements of the array “currentBreakpoints“ shall be the same of “voltageValues“ and the number of points shall be less than or equal to 17.