modelCapacitive_N

Model of a three-phase unbalanced capacitive load with neutral cable

Extends from BaseClasses.LoadCtrl_N (Partial model of a three-phase unbalanced load with voltage controller and neutral cable).

Information

This model represents a three-phase unbalanced capacitive load. The model extends from Buildings.Electrical.AC.ThreePhasesUnbalanced.Loads.BaseClasses.LoadCtrl_N and uses the load model from the package Buildings.Electrical.AC.OnePhase.Loads. The model computes the voltages, currents and powers on each phase.

This model has a connector with four cables and it represents the neutral cable. The current in the neutral cable is computed as the algebraic sum of the currents of the loads.

For more information, see Buildings.Electrical.AC.ThreePhasesUnbalanced.Loads.BaseClasses.LoadCtrl_N and Buildings.Electrical.AC.OnePhase.Loads.Capacitive.

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 BaseLoadCtrl)Buildings.Electrical.Types.LoadConnection.wye_to_wyegType of load connection (Yg or D)
Modeling assumption
Booleanlinearized (from BaseLoadCtrl)falseIf =true introduce a linearization in the load
Buildings.Electrical.Types.Loadmode (from BaseLoadCtrl)Buildings.Electrical.Types.Load.FixedZ_steady_stateParameters that specifies the mode of the load (e.g., steady state, dynamic, prescribed power consumption, etc.)
Booleanuse_pf_infalseIf true, the power factor is defined by an input
Nominal conditions
Modelica.Units.SI.PowerP_nominal (from BaseLoadCtrl)0Nominal power (negative if consumed, positive if generated)
Modelica.Units.SI.VoltageV_nominal (from BaseLoadCtrl)Nominal voltage (V_nominal >= 0)
Realpf0.8Power factor
Voltage CTRL
BooleanvoltageCtrl (from BaseLoadCtrl)falseThis flag enables the voltage control
RealvThresh (from BaseLoadCtrl)0.1Threshold that activates voltage ctrl (ratio of nominal voltage)
Modelica.Units.SI.TimetDelay (from BaseLoadCtrl)300Time to wait before plugging the load again after disconnection
Initialization
Types.InitModeinitMode (from BaseLoadCtrl)Buildings.Electrical.Types.InitMode.zero_currentInitialization mode for homotopy operator

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputy1 (from BaseLoadCtrl)Fraction of the nominal power consumed
Modelica.Blocks.Interfaces.RealInputPow1 (from BaseLoadCtrl)Power consumed
Modelica.Blocks.Interfaces.RealInputy2 (from BaseLoadCtrl)Fraction of the nominal power consumed
Modelica.Blocks.Interfaces.RealInputPow2 (from BaseLoadCtrl)Power consumed
Modelica.Blocks.Interfaces.RealInputy3 (from BaseLoadCtrl)Fraction of the nominal power consumed
Modelica.Blocks.Interfaces.RealInputPow3 (from BaseLoadCtrl)Power consumed
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.Terminal4_nterminal (from LoadCtrl_N)Connector for three-phase unbalanced systems with neutral cable
Modelica.Blocks.Interfaces.RealInputpf_in_1Power factor of load on phase 1
Modelica.Blocks.Interfaces.RealInputpf_in_2Power factor of load on phase 2
Modelica.Blocks.Interfaces.RealInputpf_in_3Power factor of load on phase 3

Components

TypeNameDefaultDescription
Buildings.Electrical.Interfaces.Loadload1 (from BaseLoadCtrl)Load 1
Buildings.Electrical.Interfaces.Loadload2 (from BaseLoadCtrl)Load 2
Buildings.Electrical.Interfaces.Loadload3 (from BaseLoadCtrl)Load 3
Buildings.Electrical.Utilities.VoltageControlvCTRL_1 (from BaseLoadCtrl)Voltage controller for load 1
Modelica.Blocks.Math.Productcmd1 (from BaseLoadCtrl)Block that impose voltage ctrl
Buildings.Electrical.Utilities.VoltageControlvCTRL_2 (from BaseLoadCtrl)Voltage controller for load 2
Modelica.Blocks.Math.Productcmd2 (from BaseLoadCtrl)Block that impose voltage ctrl
Buildings.Electrical.Utilities.VoltageControlvCTRL_3 (from BaseLoadCtrl)Voltage controller for load 3
Modelica.Blocks.Math.Productcmd3 (from BaseLoadCtrl)Block that impose voltage ctrl
Interfaces.WyeToDeltawyeToDelta (from BaseLoadCtrl)Wye to delta load connection
Interfaces.WyeToWyeGroundwyeToWyeGround (from BaseLoadCtrl)Wye to wye grounded connection
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.Connection3to4_nconnection3to4 (from LoadCtrl_N)Connection from three-phase and neutral to three-phase

Revisions

  • September 24, 2014, by Marco Bonvini:
    Revised documentation.
  • August 27, 2014, by Marco Bonvini:
    Revised documentation.