Ideal components for AC multiphase models
This package hosts ideal models for quasi stationary multiphase circuits. Quasi stationary theory can be found in the references.
Extends from Modelica.Icons.Package (Icon for standard packages).
Name | Description |
---|---|
Idle | Idle branch |
Short | Short cut branch |
IdealCommutingSwitch | Multiphase ideal commuting switch |
IdealIntermediateSwitch | Multiphase ideal intermediate switch |
IdealOpeningSwitch | Multiphase ideal opener |
IdealClosingSwitch | Multiphase ideal closer |
Idle branch
This model describes m simple idle branches considering the complex currents i = 0; it uses m single phase idle branches.
Extends from Interfaces.TwoPlug (Two plugs with pin-adapter).
Name | Description |
---|---|
m | Number of phases |
Name | Description |
---|---|
plug_p | Positive quasi stationary multi phase plug |
plug_n | Negative quasi stationary multi phase plug |
Short cut branch
This model describes m simple short branches considering the complex voltages v = 0; it uses m single phase short branches.
Extends from Interfaces.TwoPlug (Two plugs with pin-adapter).
Name | Description |
---|---|
m | Number of phases |
Name | Description |
---|---|
plug_p | Positive quasi stationary multi phase plug |
plug_n | Negative quasi stationary multi phase plug |
Multiphase ideal commuting switch
Contains m singlephase ideal commuting switches (Modelica.Electrical.QuasiStationary.SinglePhase.Ideal.IdealCommutingSwitch).
Use with care: This switch is only intended to be used for structural changes, not fast switching sequences, due to the quasistationary formulation.
Extends from Modelica.Electrical.MultiPhase.Interfaces.ConditionalHeatPort (Partial model to include conditional HeatPorts in order to describe the power loss via a thermal network).
Name | Description |
---|---|
m | Number of phases |
Ron[m] | Closed switch resistance [Ohm] |
Goff[m] | Opened switch conductance [S] |
mh | Number of heatPorts=number of phases |
useHeatPort | =true, if all heat ports are enabled |
T[mh] | Fixed device temperatures if useHeatPort = false [K] |
Name | Description |
---|---|
heatPort[mh] | Conditional heat ports |
control[m] | true => p--n2 connected, false => p--n1 connected |
plug_p | |
plug_n2 | |
plug_n1 |
Multiphase ideal intermediate switch
Contains m ideal intermediate switches (Modelica.Electrical.QuasiStationary.SinglePhase.Ideal.IdealIntermediateSwitch).
Use with care: This switch is only intended to be used for structural changes, not fast switching sequences, due to the quasistationary formulation.
Extends from Modelica.Electrical.MultiPhase.Interfaces.ConditionalHeatPort (Partial model to include conditional HeatPorts in order to describe the power loss via a thermal network).
Name | Description |
---|---|
m | Number of phases |
Ron[m] | Closed switch resistance [Ohm] |
Goff[m] | Opened switch conductance [S] |
mh | Number of heatPorts=number of phases |
useHeatPort | =true, if all heat ports are enabled |
T[mh] | Fixed device temperatures if useHeatPort = false [K] |
Name | Description |
---|---|
heatPort[mh] | Conditional heat ports |
control[m] | true => p1--n2, p2--n1 connected, otherwise p1--n1, p2--n2 connected |
plug_p1 | |
plug_p2 | |
plug_n2 | |
plug_n1 |
Multiphase ideal opener
Contains m ideal opening switches (Modelica.Electrical.QuasiStationary.SinglePhase.Ideal.IdealOpeningSwitch).
Use with care: This switch is only intended to be used for structural changes, not fast switching sequences, due to the quasistationary formulation.
Extends from Modelica.Electrical.QuasiStationary.MultiPhase.Interfaces.TwoPlug (Two plugs with pin-adapter), Modelica.Electrical.MultiPhase.Interfaces.ConditionalHeatPort (Partial model to include conditional HeatPorts in order to describe the power loss via a thermal network).
Name | Description |
---|---|
m | Number of phases |
Ron[m] | Closed switch resistance [Ohm] |
Goff[m] | Opened switch conductance [S] |
mh | Number of heatPorts=number of phases |
useHeatPort | =true, if all heat ports are enabled |
T[mh] | Fixed device temperatures if useHeatPort = false [K] |
Name | Description |
---|---|
plug_p | Positive quasi stationary multi phase plug |
plug_n | Negative quasi stationary multi phase plug |
heatPort[mh] | Conditional heat ports |
control[m] | true => switch open, false => p--n connected |
Multiphase ideal closer
Contains m ideal closing switches (Modelica.Electrical.QuasiStationary.SinglePhase.Ideal.IdealClosingSwitch).
Use with care: This switch is only intended to be used for structural changes, not fast switching sequences, due to the quasistationary formulation.
Extends from Modelica.Electrical.QuasiStationary.MultiPhase.Interfaces.TwoPlug (Two plugs with pin-adapter), Modelica.Electrical.MultiPhase.Interfaces.ConditionalHeatPort (Partial model to include conditional HeatPorts in order to describe the power loss via a thermal network).
Name | Description |
---|---|
m | Number of phases |
Ron[m] | Closed switch resistance [Ohm] |
Goff[m] | Opened switch conductance [S] |
mh | Number of heatPorts=number of phases |
useHeatPort | =true, if all heat ports are enabled |
T[mh] | Fixed device temperatures if useHeatPort = false [K] |
Name | Description |
---|---|
plug_p | Positive quasi stationary multi phase plug |
plug_n | Negative quasi stationary multi phase plug |
heatPort[mh] | Conditional heat ports |
control[m] | true => p--n connected, false => switch open |