
modelsegment_last
Multiple line last segment model
Information
The segment_last model is part of the multiple line model. It describes the special line segment which is used to design the line symmetrical 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.
Parameters
| Type | Name | Default | Description |
| Integer | lines | 3 | Number of lines |
| Integer | dim_vector_lgc | div(lines*(lines + 1), 2) | Length of the vectors for l, g, c |
| Real[lines] | Rl | fill(1, lines) | Resistance matrix |
| Real[dim_vector_lgc] | Ll | fill(1, dim_vector_lgc) | Inductance matrix |
| SI.LinearTemperatureCoefficient | alpha_R | | Temperature coefficient of resistance (R_actual = R*(1 + alpha*(heatPort.T - T_ref))) |
| Boolean | useHeatPort | false | = true, if HeatPort is enabled |
| SI.Temperature | T | 293.15 | Fixed device temperature if useHeatPort = false |
| SI.Temperature | T_ref | | Reference temperature |