This package hosts basic models for quasi stationary single phase circuits. Quasi stationary theory for single phase circuits can be found in the references.
Name | Description |
---|---|
Ground | Electrical ground |
Resistor | Singlephase linear resistor |
Conductor | Singlephase linear conductor |
Capacitor | Singlephase linear capacitor |
Inductor | Singlephase linear inductor |
VariableResistor | Singlephase variable resistor |
VariableConductor | Singlephase variable conductor |
VariableCapacitor | Singlephase variable capacitor |
VariableInductor | Singlephase variable inductor |
Ground of a single phase circuit. The potential at the ground node is zero. Every electrical circuit, e.g., a series resonance example, has to contain at least one ground object.
Name | Description |
---|---|
pin |
The linear resistor connects the complex voltage v with the complex current i by i*R = v. The resistance R is allowed to be positive, zero, or negative.
The resistor model also has an optional conditional heat port. A linear temperature dependency of the resistance for an enabled heat port is also taken into account.
Conductor, Capacitor, Inductor, Variable resistor, Variable conductor, Variable capacitor, Variable inductor
Extends from Interfaces.OnePort (Two pins, current through), Modelica.Electrical.Analog.Interfaces.ConditionalHeatPort (Partial model to include a conditional HeatPort in order to describe the power loss via a thermal network).
Name | Description |
---|---|
R_ref | Reference resistance at T_ref [Ohm] |
T_ref | Reference temperature [K] |
alpha_ref | Temperature coefficient of resistance (R_actual = R_ref*(1 + alpha_ref*(heatPort.T - T_ref)) [1/K] |
useHeatPort | =true, if HeatPort is enabled |
T | Fixed device temperature if useHeatPort = false [K] |
Name | Description |
---|---|
pin_p | Positive pin |
pin_n | Negative pin |
heatPort |
The linear conductor connects the voltage v with the current i by i = v*G. The conductance G is allowed to be positive, zero, or negative.
The conductor model also has an optional conditional heat port. A linear temperature dependency of the resistance for an enabled heat port is also taken into account.
Resistor, Capacitor, Inductor, Variable resistor, Variable conductor, Variable capacitor, Variable inductor
Extends from Interfaces.OnePort (Two pins, current through), Modelica.Electrical.Analog.Interfaces.ConditionalHeatPort (Partial model to include a conditional HeatPort in order to describe the power loss via a thermal network).
Name | Description |
---|---|
G_ref | Reference conductance at T_ref [S] |
T_ref | Reference temperature [K] |
alpha_ref | Temperature coefficient of conductance (G_actual = G_ref/(1 + alpha_ref*(heatPort.T - T_ref)) [1/K] |
useHeatPort | =true, if HeatPort is enabled |
T | Fixed device temperature if useHeatPort = false [K] |
Name | Description |
---|---|
pin_p | Positive pin |
pin_n | Negative pin |
heatPort |
The linear capacitor connects the voltage v with the current i by i = j*ω*C*v. The capacitance C is allowed to be positive, zero, or negative.
Resistor, Conductor, Inductor, Variable resistor, Variable conductor, Variable capacitor, Variable inductor
Extends from Interfaces.OnePort (Two pins, current through).
Name | Description |
---|---|
C | Capacitance [F] |
Name | Description |
---|---|
pin_p | Positive pin |
pin_n | Negative pin |
The linear inductor connects the voltage v with the current i by v = j*ω*L*i. The Inductance L is allowed to be positive, zero, or negative.
Resistor, Conductor, Capacitor, Variable resistor, Variable conductor, Variable capacitor, Variable inductor
Extends from Interfaces.OnePort (Two pins, current through).
Name | Description |
---|---|
L | Inductance [H] |
Name | Description |
---|---|
pin_p | Positive pin |
pin_n | Negative pin |
The linear resistor connects the voltage v with the current i by i*R = v. The resistance R is given as input signal.
The variable resistor model also has an optional conditional heat port. A linear temperature dependency of the resistance for an enabled heat port is also taken into account.
A zero crossing of the R signal could cause singularities due to the actual structure of the connected network.
The variable resistor model also has an optional conditional heat port. A linear temperature dependency of the resistance for an enabled heat port is also taken into account.
Resistor, Conductor, Capacitor, Inductor, Variable conductor, Variable capacitor, Variable inductor
Extends from Interfaces.OnePort (Two pins, current through), Modelica.Electrical.Analog.Interfaces.ConditionalHeatPort (Partial model to include a conditional HeatPort in order to describe the power loss via a thermal network).
Name | Description |
---|---|
T_ref | Reference temperature [K] |
alpha_ref | Temperature coefficient of resistance (R_actual = R_ref*(1 + alpha_ref*(heatPort.T - T_ref)) [1/K] |
useHeatPort | =true, if HeatPort is enabled |
T | Fixed device temperature if useHeatPort = false [K] |
Name | Description |
---|---|
pin_p | Positive pin |
pin_n | Negative pin |
heatPort | |
R_ref | [Ohm] |
The linear conductor connects the voltage v with the current i by i = G*v. The conductance G is given as input signal.
The variable conductor model also has an optional conditional heat port. A linear temperature dependency of the resistance for an enabled heat port is also taken into account.
Resistor, Conductor, Capacitor, Inductor, Variable resistor, Variable capacitor, Variable inductor
Extends from Interfaces.OnePort (Two pins, current through), Modelica.Electrical.Analog.Interfaces.ConditionalHeatPort (Partial model to include a conditional HeatPort in order to describe the power loss via a thermal network).
Name | Description |
---|---|
T_ref | Reference temperature [K] |
alpha_ref | Temperature coefficient of conductance (G_actual = G_ref/(1 + alpha_ref*(heatPort.T - T_ref)) [1/K] |
useHeatPort | =true, if HeatPort is enabled |
T | Fixed device temperature if useHeatPort = false [K] |
Name | Description |
---|---|
pin_p | Positive pin |
pin_n | Negative pin |
heatPort | |
G_ref | [S] |
The linear capacitor connects the voltage v with the current i by i = j*ω*C*v. The capacitance C is given as input signal.
The abstraction of a variable capacitor at quasi stationary operation assumes:
.
Resistor, Conductor, Capacitor, Inductor, Variable resistor, Variable conductor, Variable inductor
Extends from Interfaces.OnePort (Two pins, current through).
Name | Description |
---|---|
pin_p | Positive pin |
pin_n | Negative pin |
C | [F] |
The linear inductor connects the branch voltage v with the branch current i by v = j*ω*L*i. The inductance L is given as input signal.
The abstraction of a variable inductor at quasi stationary operation assumes:
Resistor, Conductor, Capacitor, Inductor, Variable resistor, Variable conductor, Variable capacitor
Extends from Interfaces.OnePort (Two pins, current through).
Name | Description |
---|---|
pin_p | Positive pin |
pin_n | Negative pin |
L | [H] |