modelSelectCable_low
Validation model for the function that selects the cable
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model validates Buildings.Electrical.Transmission.Functions.selectCable_low for a different range of currents.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Voltage | V_nominal | 480 | Rated voltage |
| Modelica.Units.SI.Power | P_nominal | I_nominal*V_nominal/safety_factor | Rated power |
| Modelica.Units.SI.Current | I_nominal | {65, 95, 110, 130, 170, 220, 230} .- 10 | Nominal current |
| Real | safety_factor | 1.2 | Safety factor |
| Buildings.Electrical.Transmission.LowVoltageCables.Generic | cab | Buildings.Electrical.Transmission.Functions.selectCable_low(P_nominal = P_nominal, V_nominal = V_nominal) | Selected cable |
Revisions
-
August 25, 2020, by Michael Wetter:
First implementation.