Connectors, Interfaces, and partial models
The SPICE3 package uses the Modelica.Electrical.Analog interfaces. Only special partial models used in the SPICE3 package are located in this Interfaces package.
Extends from Modelica.Icons.InterfacesPackage (Icon for packages containing interfaces).
Name | Description |
---|---|
TwoPortControlledSources | Component with two electrical ports, including current |
InductiveCouplePinIn | Pin to couple inductances via K, which gets the value of inductance |
InductiveCouplePinOut | Pin to couple inductances via K, which sets the value of inductance |
ConditionalSubstrate | Partial model to include a conditional substrate node |
Component with two electrical ports, including current
TwoPort is a partial model that consists of two ports. It is assumed that the current flowing into the positive pin is identical to the current flowing out of pin n. This currents of each port are provided explicitly as currents i1 and i2, the voltages respectively as v1 and v2.
Name | Description |
---|---|
p1 | Positive pin of the controlling port |
n1 | Negative pin of the controlling port |
p2 | Positive pin of the controlled port |
n2 | Negative pin of the controlled port |
Pin to couple inductances via K, which gets the value of inductance
Name | Description |
---|---|
L | [H] |
di | di/dt [A/s] |
v | [V] |
Pin to couple inductances via K, which sets the value of inductance
Name | Description |
---|---|
L | [H] |
di | di/dt [A/s] |
v | [V] |
Partial model to include a conditional substrate node
This partial model provides a conditional heating port for the connection to a thermal network.
If this model is used, the loss power has to be provided by an equation in the model which inherits from ConditionalHeatingPort model (lossPower = ...). As device temperature T_heatPort can be used to describe the influence of the device temperature on the model behaviour.
Name | Description |
---|---|
useSubstrateNode | =true, if SubstrateNode is enabled |
Name | Description |
---|---|
S |