segmentMultiple line segment model |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
The segment model is part of the multiple line model. It describes one line segment as outlined in the M_OLine description. Using the loop possibilities of Modelica it is formulated by connecting components the number of which depends on the number of lines.
lines |
Value: 3 Type: Integer Description: Number of lines |
---|---|
dim_vector_lgc |
Value: div(lines * (lines + 1), 2) Type: Integer Description: Length of the vectors for l, g, c |
Cl |
Value: fill(1, dim_vector_lgc) Type: Real[dim_vector_lgc] Description: Capacitance matrix |
Rl |
Value: fill(7, lines) Type: Real[lines] Description: Resistance matrix |
Ll |
Value: fill(2, dim_vector_lgc) Type: Real[dim_vector_lgc] Description: Inductance matrix |
Gl |
Value: fill(1, dim_vector_lgc) Type: Real[dim_vector_lgc] Description: Conductance matrix |
alpha_R |
Value: Type: LinearTemperatureCoefficient (¹/K) Description: Temperature coefficient of resistance (R_actual = R*(1 + alpha*(T_heatPort - T_ref)) |
alpha_G |
Value: Type: LinearTemperatureCoefficient (¹/K) Description: Temperature coefficient of conductance (G_actual = G/(1 + alpha*(T_heatPort - T_ref)) |
useHeatPort |
Value: false Type: Boolean Description: =true, if HeatPort is enabled |
T |
Value: 293.15 Type: Temperature (K) Description: Fixed device temperature if useHeatPort = false |
T_ref |
Value: Type: Temperature (K) |
p |
Type: PositivePin[lines] Description: Positive pin |
|
---|---|---|
n |
Type: NegativePin[lines] Description: Negative pin |
|
heatPort |
Type: HeatPort_a |
C | ||
---|---|---|
R |
Type: Resistor[lines] |
|
G | ||
inductance |
Type: M_Transformer |
|
M |
Type: Ground |
Modelica.Electrical.Analog.Lines Multiple OLine |