modelLine

Model of an electrical line without neutral cable

Extends from Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.TwoPort (Partial model interface for a two port component without neutral cable), Buildings.Electrical.Transmission.BaseClasses.PartialBaseLine (Partial cable line dispersion model).

Information

This model represents an AC three-phase unbalanced cable without neutral connection. The model is based on Buildings.Electrical.AC.ThreePhasesUnbalanced.Lines.TwoPortRLC and provides functionalities to parametrize the values of R, L and C using either commercial cables or default values.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.Lengthl (from PartialBaseLine)Length of the line
Modelica.Units.SI.PowerP_nominal (from PartialBaseLine)Nominal power of the line
Modelica.Units.SI.VoltageV_nominal (from PartialBaseLine)Nominal voltage of the line
Modelica.Units.SI.Frequencyf_n (from PartialBaseLine)50Frequency considered in the definition of cables properties
Buildings.Electrical.Transmission.LowVoltageCables.GenericcommercialCable (from PartialBaseLine)
Modelica.Units.SI.TemperatureT_ref (from PartialBaseLine)commercialCable.T_refReference temperature of the line
Modelica.Units.SI.TemperatureM (from PartialBaseLine)commercialCable.MTemperature constant (R_actual = R*(M + T_heatPort)/(M + T_ref))
Modelica.Units.SI.ResistanceR (from PartialBaseLine)commercialCable.lineResistance(l, f_n, commercialCable)Resistance of the cable
Modelica.Units.SI.InductanceL (from PartialBaseLine)commercialCable.lineInductance(l, f_n, commercialCable)Inductance of the cable due to mutual and self inductance
Modelica.Units.SI.CapacitanceC (from PartialBaseLine)commercialCable.lineCapacitance(l, f_n, commercialCable)Capacitance of the cable
Model › Assumptions
Booleanuse_C (from PartialBaseLine)falseSet to true to add a capacitance in the center of the line
Buildings.Electrical.Types.LoadmodelMode (from PartialBaseLine)Buildings.Electrical.Types.Load.FixedZ_steady_stateSelect between steady state and dynamic model
Model › Thermal
Booleanuse_T (from PartialBaseLine)falseIf true, enables the input for the temperature of the cable
Modelica.Units.SI.TemperatureTCable (from PartialBaseLine)T_refFixed temperature of the cable
Tech. specification › Auto/Manual mode
Buildings.Electrical.Types.CableModemode (from PartialBaseLine)Buildings.Electrical.Types.CableMode.automaticSelect if choosing the cable automatically or between a list of commercial options

Connectors

TypeNameDefaultDescription
Terminal_pterminal_p (from TwoPort)Electric terminal side p
Terminal_nterminal_n (from TwoPort)Electric terminal side n
Modelica.Blocks.Interfaces.RealInputT (from PartialBaseLine)Temperature of the cable

Components

TypeNameDefaultDescription
Buildings.HeatTransfer.Sources.PrescribedTemperaturecableTemp (from PartialBaseLine)Temperature of the cable
Modelica.Blocks.Sources.RealExpressioncableTemperature (from PartialBaseLine)Temperature of the cable
OnePhase.Lines.TwoPortRLphase1Impedance line 1
OnePhase.Lines.TwoPortRLphase2Impedance line 2
OnePhase.Lines.TwoPortRLphase3Impedance line 3

Revisions

  • April 5, 2023, by Michael Wetter:
    Set nominal attribute for voltage at terminal.
  • October 6, 2014, by Marco Bonvini:
    Revised documentation and model.