
modelsegment
Multiple line segment model
Information
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.
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[dim_vector_lgc] | Cl | fill(1, dim_vector_lgc) | Capacitance matrix |
| Real[lines] | Rl | fill(7, lines) | Resistance matrix |
| Real[dim_vector_lgc] | Ll | fill(2, dim_vector_lgc) | Inductance matrix |
| Real[dim_vector_lgc] | Gl | fill(1, dim_vector_lgc) | Conductance matrix |
| SI.LinearTemperatureCoefficient | alpha_R | | Temperature coefficient of resistance (R_actual = R*(1 + alpha*(heatPort.T - T_ref))) |
| SI.LinearTemperatureCoefficient | alpha_G | | Temperature coefficient of conductance (G_actual = G/(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 |