Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion IBPSA/Electrical/Transmission/BaseClasses/PartialBaseLine.mo
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ partial model PartialBaseLine "Partial cable line dispersion model"
choicesAllMatching = true);

final parameter Modelica.Units.SI.Temperature T_ref=commercialCable.T_ref
"Reference temperature of the line" annotation (Evaluate = true);
"Reference temperature of the line";
final parameter Modelica.Units.SI.Temperature M=commercialCable.M
"Temperature constant (R_actual = R*(M + T_heatPort)/(M + T_ref))";
final parameter Modelica.Units.SI.Resistance R=commercialCable.lineResistance(
Expand Down Expand Up @@ -159,6 +159,11 @@ show how this can be done.
</html>", revisions="<html>
<ul>
<li>
January 29, 2026, by Michael Wetter:<br/>
Removed <code>Evaluate=true</code> annotation due to translation error with OpenModelica.<br/>
This is for <a href=\"https://github.com/ibpsa/modelica-ibpsa/issues/2082\">IBPSA, #2082</a>.
</li>
<li>
November 17, 2025, by Michael Wetter:<br/>
Corrected typo in annotation.<br/>
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/4406\">Buildings, #4406</a>.
Expand Down