This package hosts basic models for quasi stationary multiphase circuits. Quasi stationary theory can be found in the references.
Name | Description |
---|---|
Star | Star connection |
Delta | Delta (polygon) connection |
PlugToPin_p | Connect one (positive) pin |
PlugToPin_n | Connect one (negative) pin |
PlugToPins_p | Connect all (positive) pins |
PlugToPins_n | Connect all (negative) pins |
Resistor | Multiphase linear resistor |
Conductor | Multiphase linear conductor |
Capacitor | Multiphase linear capacitor |
Inductor | Multiphase linear inductor |
VariableResistor | Multiphase variable resistor |
VariableConductor | Multiphase variable conductor |
VariableCapacitor | Multiphase variable capacitor |
VariableInductor | Multiphase variable inductor |
Star (wye) connection of a multi phase circuit. The potentials at the star points are the same.
Name | Description |
---|---|
m | Number of phases |
Name | Description |
---|---|
plug_p | |
pin_n |
Delta (polygon) connection of a multi phase circuit.
Name | Description |
---|---|
m | Number of phases |
Name | Description |
---|---|
plug_p | |
plug_n |
Connects the single phase (positive) pin k of the multi phase (positive) plug to a single phase (positive) pin.
PlugToPin_n, PlutToPins_p, PlugToPins_n
Name | Description |
---|---|
m | Number of phases |
k | Phase index |
Name | Description |
---|---|
plug_p | |
pin_p |
Connects the single phase (negative) pin k of the multi phase (negative) plug to a single phase (negative) pin.
PlugToPin_p, PlutToPins_p, PlugToPins_n
Name | Description |
---|---|
m | Number of phases |
k | Phase index |
Name | Description |
---|---|
plug_n | |
pin_n |
Connects all m single phase (positive) pins of the multi phase (positive) plug to an array of m single phase (positive) pins.
PlugToPin_p, PlugToPin_n, PlugToPins_n
Name | Description |
---|---|
m | number of phases |
Name | Description |
---|---|
plug_p | |
pin_p[m] |
Connects all m single phase (negative) pins of the multi phase (negative) plug to an array of m single phase (negative) pins.
PlugToPin_p, PlugToPin_n, PlugToPins_p
Name | Description |
---|---|
m | number of phases |
Name | Description |
---|---|
plug_n | |
pin_n[m] |
The linear resistor connects the complex voltages v with the complex currents i by i*R = v, using m single phase Resistors.
The resistor model also has m optional conditional heat ports. A linear temperature dependency of the resistances for enabled heat ports is also taken into account.
Resistor, Conductor, Capacitor, Inductor, Variable resistor, Variable conductor, Variable capacitor, Variable inductor
Extends from 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 |
R_ref[m] | Reference resistances at T_ref [Ohm] |
T_ref[m] | Reference temperatures [K] |
alpha_ref[m] | Temperature coefficient of resistance (R_actual = R_ref*(1 + alpha_ref*(heatPort.T - T_ref)) [1/K] |
mh | Number of heatPorts=number of phases |
useHeatPort | =true, if all HeatPorts 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] |
The linear resistor connects the complex currents i with the complex voltages v by v*G = i, using m single phase Conductors.
The conductor model also has m optional conditional heat ports. A linear temperature dependency of the conductances for enabled heat ports is also taken into account.
Conductor, Resistor, Capacitor, Inductor, Variable resistor, Variable conductor, Variable capacitor, Variable inductor
Extends from 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 |
G_ref[m] | Reference conductances at T_ref [S] |
T_ref[m] | Reference temperatures [K] |
alpha_ref[m] | Temperature coefficient of conductance (G_actual = G_ref/(1 + alpha_ref*(heatPort.T - T_ref)) [1/K] |
mh | Number of heatPorts=number of phases |
useHeatPort | =true, if all HeatPorts 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] |
The linear capacitor connects the complex currents i with the complex voltages v by v*j*ω*C = i, using m single phase Capacitors.
Capacitor, Resistor, Conductor, Inductor, Variable resistor, Variable conductor, Variable capacitor, Variable inductor
Extends from Interfaces.TwoPlug (Two plugs with pin-adapter).
Name | Description |
---|---|
m | Number of phases |
C[m] | Capacitances [F] |
Name | Description |
---|---|
plug_p | Positive quasi stationary multi phase plug |
plug_n | Negative quasi stationary multi phase plug |
The linear inductor connects the complex voltages v with the complex currents i by i*j*ω*L = v, using m single phase Inductors.
Inductor, Resistor, Conductor, Capacitor, Variable resistor, Variable conductor, Variable capacitor, Variable inductor
Extends from Interfaces.TwoPlug (Two plugs with pin-adapter).
Name | Description |
---|---|
m | Number of phases |
L[m] | Inductances [H] |
Name | Description |
---|---|
plug_p | Positive quasi stationary multi phase plug |
plug_n | Negative quasi stationary multi phase plug |
The linear resistor connects the complex voltages v with the complex currents i by i*R = v, using m single phase variable Resistors. The resistances R are given as m input signals.
The resistor model also has m optional conditional heat ports. A linear temperature dependency of the resistances for enabled heat ports is also taken into account.
VariableResistor, Resistor, Conductor, Capacitor, Inductor, Variable conductor, Variable capacitor, Variable inductor
Extends from 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 |
T_ref[m] | Reference temperatures [K] |
alpha_ref[m] | Temperature coefficient of resistance (R_actual = R_ref*(1 + alpha_ref*(heatPort.T - T_ref)) [1/K] |
mh | Number of heatPorts=number of phases |
useHeatPort | =true, if all HeatPorts 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] | |
R_ref[m] | [Ohm] |
The linear resistor connects the complex currents i with the complex voltages v by v*G = i, using m single phase variable Conductors. The conductances G are given as m input signals.
The conductor model also has m optional conditional heat ports. A linear temperature dependency of the conductances for enabled heat ports is also taken into account.
VariableConductor, Resistor, Conductor, Capacitor, Inductor, Variable resistor, Variable capacitor, Variable inductor
Extends from 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 |
T_ref[m] | Reference temperatures [K] |
alpha_ref[m] | Temperature coefficient of resistance (G_actual = G_ref/(1 + alpha_ref*(heatPort.T - T_ref)) [1/K] |
mh | Number of heatPorts=number of phases |
useHeatPort | =true, if all HeatPorts 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] | |
G_ref[m] | [S] |
The linear capacitor connects the complex currents i with the complex voltages v by v*j*ω*C = i, using m single phase variable Capacitors. The capacitances C are given as m input signals.
VariableCapacitor, Resistor, Conductor, Capacitor, Inductor, Variable resistor, Variable conductor, Variable inductor
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 |
C[m] | [F] |
The linear inductor connects the complex voltages v with the complex currents i by i*j*ω*L = v, using m single phase variable Inductors. The inductances L are given as m input signals.
Inductor, Resistor, Conductor, Capacitor, Inductor, Variable resistor, Variable conductor, Variable capacitor
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 |
L[m] | [H] |