|
29 | 29 | parameter Boolean useInternalGround=true "= true if internal ground is used, otherwise use reference pin" |
30 | 30 | annotation(Evaluate=true, HideResult=true, choices(checkBox=true)); |
31 | 31 | parameter SI.LinearTemperatureCoefficient alpha_R=0 |
32 | | - "Temperature coefficient of resistance (R_actual = R*(1 + alpha*(heatPort.T - T_ref))"; |
| 32 | + "Temperature coefficient of resistance (R_actual = R*(1 + alpha*(heatPort.T - T_ref)))"; |
33 | 33 | parameter SI.LinearTemperatureCoefficient alpha_G=0 |
34 | | - "Temperature coefficient of conductance (G_actual = G/(1 + alpha*(heatPort.T - T_ref))"; |
| 34 | + "Temperature coefficient of conductance (G_actual = G/(1 + alpha*(heatPort.T - T_ref)))"; |
35 | 35 | parameter Boolean useHeatPort=false "= true, if heatPort is enabled" |
36 | 36 | annotation ( |
37 | 37 | Evaluate=true, |
|
66 | 66 | parameter Real Gl[dim_vector_lgc]=fill(1, dim_vector_lgc) |
67 | 67 | "Conductance matrix"; |
68 | 68 | parameter SI.LinearTemperatureCoefficient alpha_R |
69 | | - "Temperature coefficient of resistance (R_actual = R*(1 + alpha*(heatPort.T - T_ref))"; |
| 69 | + "Temperature coefficient of resistance (R_actual = R*(1 + alpha*(heatPort.T - T_ref)))"; |
70 | 70 | parameter SI.LinearTemperatureCoefficient alpha_G |
71 | | - "Temperature coefficient of conductance (G_actual = G/(1 + alpha*(heatPort.T - T_ref))"; |
| 71 | + "Temperature coefficient of conductance (G_actual = G/(1 + alpha*(heatPort.T - T_ref)))"; |
72 | 72 | parameter Boolean useHeatPort=false "= true, if heatPort is enabled" |
73 | 73 | annotation ( |
74 | 74 | Evaluate=true, |
@@ -172,7 +172,7 @@ public |
172 | 172 | parameter Real Ll[dim_vector_lgc]=fill(1, dim_vector_lgc) |
173 | 173 | "Inductance matrix"; |
174 | 174 | parameter SI.LinearTemperatureCoefficient alpha_R |
175 | | - "Temperature coefficient of resistance (R_actual = R*(1 + alpha*(heatPort.T - T_ref))"; |
| 175 | + "Temperature coefficient of resistance (R_actual = R*(1 + alpha*(heatPort.T - T_ref)))"; |
176 | 176 | parameter Boolean useHeatPort=false "= true, if HeatPort is enabled" |
177 | 177 | annotation ( |
178 | 178 | Evaluate=true, |
|
0 commit comments