Skip to content

Commit e3630b4

Browse files
authored
Merge pull request #2067 from ibpsa/issue2066_annotation_typos
Corrected typos in annotations
2 parents fae89a1 + 937058b commit e3630b4

File tree

9 files changed

+57
-25
lines changed

9 files changed

+57
-25
lines changed

IBPSA/Electrical/Transmission/BaseClasses/PartialBaseLine.mo

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,24 @@ partial model PartialBaseLine "Partial cable line dispersion model"
3737
choicesAllMatching = true);
3838

3939
final parameter Modelica.Units.SI.Temperature T_ref=commercialCable.T_ref
40-
"Reference temperature of the line" annotation (Evaluate=True);
40+
"Reference temperature of the line" annotation (Evaluate = true);
4141
final parameter Modelica.Units.SI.Temperature M=commercialCable.M
4242
"Temperature constant (R_actual = R*(M + T_heatPort)/(M + T_ref))";
4343
final parameter Modelica.Units.SI.Resistance R=commercialCable.lineResistance(
4444
l,
4545
f_n,
46-
commercialCable) "Resistance of the cable" annotation (Evaluate=True);
46+
commercialCable) "Resistance of the cable" annotation (Evaluate = true);
4747
final parameter Modelica.Units.SI.Inductance L=commercialCable.lineInductance(
4848
l,
4949
f_n,
5050
commercialCable)
5151
"Inductance of the cable due to mutual and self inductance"
52-
annotation (Evaluate=True);
52+
annotation (Evaluate = true);
5353
final parameter Modelica.Units.SI.Capacitance C=
5454
commercialCable.lineCapacitance(
5555
l,
5656
f_n,
57-
commercialCable) "Capacitance of the cable" annotation (Evaluate=True);
57+
commercialCable) "Capacitance of the cable" annotation (Evaluate = true);
5858
Modelica.Thermal.HeatTransfer.Sources.PrescribedTemperature cableTemp
5959
"Temperature of the cable"
6060
annotation (Placement(transformation(extent={{-60,12},{-40,32}})));
@@ -159,6 +159,11 @@ show how this can be done.
159159
</html>", revisions="<html>
160160
<ul>
161161
<li>
162+
November 17, 2025, by Michael Wetter:<br/>
163+
Corrected typo in annotation.<br/>
164+
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/4406\">Buildings, #4406</a>.
165+
</li>
166+
<li>
162167
September 23, 2014, by Marco Bonvini:<br/>
163168
Revised model and documentation according to change in the structure of the cable record.
164169
</li>

IBPSA/Fluid/Chillers/ModularReversible/Data/TableData2D/Generic.mo

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ record Generic "Basic chiller data"
2525
which serves as the operational envelope of the compressor.
2626
</p>
2727
</html>",
28-
revisions="<html><ul>
28+
revisions="<html>
29+
<ul>
30+
<li>
31+
November 17, 2025, by Michael Wetter:<br/>
32+
Corrected typo in annotation.<br/>
33+
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/4406\">Buildings, #4406</a>.
34+
</li>
2935
<li>
3036
May 22, 2025, by Michael Wetter:<br/>
3137
Revised comment.<br/>
@@ -37,6 +43,5 @@ This is for <a>href=\"https://github.com/ibpsa/modelica-ibpsa/issues/2007\">IBPS
3743
\"https://github.com/RWTH-EBC/AixLib/issues/577\">AixLib #577</a>)
3844
</li>
3945
</ul>
40-
</html>"),
41-
Icon);
46+
</html>"));
4247
end Generic;

IBPSA/Fluid/HeatPumps/ModularReversible/Controls/Safety/BaseClasses/BoundaryMap.mo

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ protected
7070
"Minimal value of useful side";
7171
final parameter Real poi[size(scaTAmbSid, 1),2]=transpose({scaTAmbSidToPoi,
7272
scaTUseSidToPoi}) "Points for dynamic annotation"
73-
annotation (Hide=false, HideResult=false);
73+
annotation (HideResult=false, HideResult=false);
7474
final parameter Modelica.Units.SI.Temperature scaTAmbSid[:]=tab[:, 1]
7575
"Helper array with only not ambient side temperature values";
7676
final parameter Modelica.Units.SI.Temperature scaTUseSid[:]=tab[:, 2]
@@ -176,6 +176,11 @@ equation
176176
</html>",
177177
revisions="<html>
178178
<ul>
179+
<li>
180+
November 17, 2025, by Michael Wetter:<br/>
181+
Corrected typo in annotation.<br/>
182+
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/4406\">Buildings, #4406</a>.
183+
</li>
179184
<li>
180185
<i>October 2, 2022</i> by Fabian Wuellhorst:<br/>
181186
Adjusted based on IPBSA guidelines <a href=

IBPSA/Fluid/HeatPumps/ModularReversible/Data/TableData2D/EN14511/package.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
within IBPSA.Fluid.HeatPumps.ModularReversible.Data.TableData2D;
22
package EN14511 "Package for EN15411 data records"
33

4-
annotation (preferredVies="info",
4+
annotation (preferredView="info",
55
Documentation(info="<html>
66
<p>
77
This package contains data records for heat pump

IBPSA/Fluid/HeatPumps/ModularReversible/Data/TableData2D/Generic.mo

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,13 @@ heating and cooling and process chillers, with electrically driven compressors
7373
https://www.beuth.de/de/norm/din-en-14511-1/298537524</a>
7474
</p>
7575
</html>",
76-
revisions="<html><ul>
76+
revisions="<html>
77+
<ul>
78+
<li>
79+
November 17, 2025, by Michael Wetter:<br/>
80+
Corrected typo in annotation.<br/>
81+
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/4406\">Buildings, #4406</a>.
82+
</li>
7783
<li>
7884
May 22, 2025, by Michael Wetter:<br/>
7985
Revised comment.<br/>
@@ -94,5 +100,5 @@ This is for <a>href=\"https://github.com/ibpsa/modelica-ibpsa/issues/2007\">IBPS
94100
</li>
95101
</ul>
96102
</html>
97-
"),Icon);
103+
"));
98104
end Generic;

IBPSA/Fluid/HeatPumps/ModularReversible/Data/TableData2D/GenericHeatPump.mo

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@ record GenericHeatPump "Partial heat pump data"
2323
the partial record, which is the operational envelope of the compressor.
2424
</p>
2525
</html>",
26-
revisions="<html><ul>
26+
revisions="<html>
27+
<ul>
28+
<li>
29+
November 17, 2025, by Michael Wetter:<br/>
30+
Corrected typo in annotation.<br/>
31+
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/4406\">Buildings, #4406</a>.
32+
</li>
2733
<li>
2834
May 22, 2025, by Michael Wetter:<br/>
2935
Revised comment.<br/>
@@ -44,5 +50,5 @@ This is for <a>href=\"https://github.com/ibpsa/modelica-ibpsa/issues/2007\">IBPS
4450
</li>
4551
</ul>
4652
</html>
47-
"),Icon);
53+
"));
4854
end GenericHeatPump;

IBPSA/Fluid/HeatPumps/ModularReversible/RefrigerantCycle/BaseClasses/PartialCarnot.mo

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ partial model PartialCarnot
66
annotation(Dialog(group="Nominal condition"));
77
parameter Boolean use_constAppTem=false
88
"=true to fix approach temperatures at nominal values. This can improve simulation speed"
9-
annotation(Evalute=true, Dialog(group="Efficiency"));
9+
annotation(Evaluate=true, Dialog(group="Efficiency"));
1010
parameter Modelica.Units.SI.TemperatureDifference TAppCon_nominal(min=0)
1111
"Temperature difference between refrigerant and working fluid outlet in condenser"
1212
annotation (Dialog(group="Efficiency"));
@@ -127,6 +127,11 @@ equation
127127
</html>", revisions="<html>
128128
<ul>
129129
<li>
130+
November 17, 2025, by Michael Wetter:<br/>
131+
Corrected typo in annotation.<br/>
132+
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/4406\">Buildings, #4406</a>.
133+
</li>
134+
<li>
130135
May 2, 2025, by Michael Wetter:<br/>
131136
Set <code>Evaluate=true</code> for <code>use_constAppTem</code>. This is a structural parameter, if evaluated during
132137
translation, it has shown to remove a 2x2 nonlinear system of equations to compute the approach temperatures.<br/>

0 commit comments

Comments
 (0)