modelTwoPortRLC

Model of a RLC element with two electrical ports

Extends from Buildings.Electrical.AC.OnePhase.Lines.TwoPortRLC (Model of an RLC element with two electrical ports).

Information

RLC impedance that connects two AC three-phase balanced interfaces. This model can be used to represent a cable in a three-phase balanced AC system.

See model Buildings.Electrical.AC.OnePhase.Lines.TwoPortRLC for more information.

Parameters

TypeNameDefaultDescription
BooleanuseHeatPort (from ConditionalHeatPort)false= true, if heatPort is enabled
SI.TemperatureT (from ConditionalHeatPort)293.15Fixed device temperature if useHeatPort = false
Modelica.Units.SI.ResistanceR (from PartialTwoPortRLC)Resistance at temperature T_ref
Modelica.Units.SI.TemperatureT_ref (from PartialTwoPortRLC)298.15Reference temperature
Modelica.Units.SI.TemperatureM (from PartialTwoPortRLC)507.65Temperature constant (R_actual = R*(M + T_heatPort)/(M + T_ref))
Modelica.Units.SI.CapacitanceC (from PartialTwoPortRLC)Capacity
Modelica.Units.SI.InductanceL (from PartialTwoPortRLC)Inductance
Modelica.Units.SI.Voltage[2]Vc_start (from TwoPortRLC){V_nominal, 0}Initial voltage phasor of the capacitance located in the middle of the line
Nominal conditions
Modelica.Units.SI.VoltageV_nominal (from PartialTwoPortRLC)Nominal voltage (V_nominal >= 0)
Modeling assumption
Buildings.Electrical.Types.Loadmode (from TwoPortRLC)Buildings.Electrical.Types.Load.FixedZ_steady_stateType of model (e.g., steady state, dynamic, prescribed power consumption, etc.)

Connectors

TypeNameDefaultDescription
Buildings.Electrical.Interfaces.BaseTerminalterminal_n (from PartialBaseTwoPort)Electric terminal side p
Buildings.Electrical.Interfaces.BaseTerminalterminal_p (from PartialBaseTwoPort)Electric terminal side n
Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_aheatPort (from ConditionalHeatPort)Conditional heat port

Components

TypeNameDefaultDescription
SI.PowerLossPower (from ConditionalHeatPort)Loss power leaving component via heatPort
SI.TemperatureT_heatPort (from ConditionalHeatPort)Temperature of heatPort
Modelica.Units.SI.ResistanceR_actual (from PartialTwoPortRLC)Actual resistance = R*(M + T_heatPort)/(M + T_ref)

Revisions

  • August 25, 2014, by Marco Bonvini:
    Revised documentation.