modelImpedance_N

Model of a three-phase unbalanced impedance with neutral cable

Extends from BaseClasses.Impedance_N (Partial model of a three-phase unbalanced impedance with neutral cable).

Information

This model represents a three-phase unbalanced impedance with neutral cable. The current in the neutral cable is computed as the algebraic sum of the currents of the loads. The model extends from Buildings.Electrical.AC.ThreePhasesUnbalanced.Loads.BaseClasses.Impedance_N and uses the load model from the package Buildings.Electrical.AC.OnePhase.Loads.Impedance. The model computes the voltages, currents and powers on each phase.

Parameters

TypeNameDefaultDescription
BooleanplugPhase1 (from PartialPluggableUnbalanced)trueIf true, phase 1 is connected
BooleanplugPhase2 (from PartialPluggableUnbalanced)trueIf true, phase 2 is connected
BooleanplugPhase3 (from PartialPluggableUnbalanced)trueIf true, phase 3 is connected
Buildings.Electrical.Types.LoadConnectionloadConn (from BaseImpedance)Buildings.Electrical.Types.LoadConnection.wye_to_wyegType of load connection (Yg or D)
Booleaninductive (from BaseImpedance)trueIf =true the load is inductive, otherwise it is capacitive
Modelica.Units.SI.ResistanceR (from BaseImpedance)1Resistance
Modelica.Units.SI.InductanceL (from BaseImpedance)0Inductance
Modelica.Units.SI.CapacitanceC (from BaseImpedance)0Capacitance
Variable load › Resistance
Booleanuse_R_in (from BaseImpedance)falseif true, R is specified by an input
Modelica.Units.SI.ResistanceRMin (from BaseImpedance)1e-4Minimum value of the resistance
Modelica.Units.SI.ResistanceRMax (from BaseImpedance)1e2Maximum value of the resistance
Variable load › Capacitance
Booleanuse_C_in (from BaseImpedance)falseif true, C is specified by an input
Modelica.Units.SI.CapacitanceCMin (from BaseImpedance)1e-4Minimum value of the capacitance
Modelica.Units.SI.CapacitanceCMax (from BaseImpedance)1e2Maximum value of the capacitance
Variable load › Inductance
Booleanuse_L_in (from BaseImpedance)falseif true, L is specified by an input
Modelica.Units.SI.InductanceLMin (from BaseImpedance)1e-4Minimum value of the inductance
Modelica.Units.SI.InductanceLMax (from BaseImpedance)1e2Maximum value of the inductance

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputy_R (from BaseImpedance)Input that sepecifies variable R
Modelica.Blocks.Interfaces.RealInputy_C (from BaseImpedance)Input that sepecifies variable C
Modelica.Blocks.Interfaces.RealInputy_L (from BaseImpedance)Input that sepecifies variable L
Interfaces.Terminal4_nterminal (from Impedance_N)Electrical connector

Components

TypeNameDefaultDescription
Buildings.Electrical.AC.OnePhase.Loads.Impedanceload1 (from BaseImpedance)Load 1
Buildings.Electrical.AC.OnePhase.Loads.Impedanceload2 (from BaseImpedance)Load 2
Buildings.Electrical.AC.OnePhase.Loads.Impedanceload3 (from BaseImpedance)Load 3
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.WyeToDeltawyeToDelta (from BaseImpedance)Wye to delta load connection
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.WyeToWyeGroundwyeToWyeGround (from BaseImpedance)Wye to grounded wye connection
Interfaces.Connection3to4_nconnection3to4 (from Impedance_N)Connection from three-phase and neutral to three-phase

Revisions

  • September 24, 2014, by Marco Bonvini:
    First implementation.