Skip to content

Commit 02cc25a

Browse files
Fix description strings
1 parent 5ebe3e8 commit 02cc25a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Buildings/Fluid/Chillers/ModularReversible/Data/TableData2DLoadDep/Generic.mo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ record Generic
33
"Partial heat pump data"
44
extends Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2DLoadDep.Generic;
55
parameter Real tabLowBou[:, 2]
6-
"Points to define lower boundary of opereating envelope";
6+
"Points to define lower boundary of operating envelope";
77
parameter Boolean use_TEvaOutForOpeEnv=use_TEvaOutForTab
88
"=true to use evaporator outlet temperature for operational envelope, false for inlet";
99
parameter Boolean use_TConOutForOpeEnv=use_TConOutForTab
@@ -17,11 +17,11 @@ This is the base record class to specify the parameters of the model
1717
Buildings.Fluid.Chillers.ModularReversible.TableData2DLoadDep</a>.
1818
</p>
1919
<p>
20-
In addition to the parameters defined in
20+
In addition to the parameters defined in
2121
<a href=\"modelica://Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2DLoadDep.Generic\">
2222
Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2DLoadDep.Generic</a>
2323
table data for lower temperature limits is included.
24-
Please refer to the documentation of
24+
Please refer to the documentation of
2525
<a href=\"modelica://Buildings.Fluid.HeatPumps.ModularReversible.Controls.Safety.BaseClasses.PartialOperationalEnvelope\">
2626
Buildings.Fluid.HeatPumps.ModularReversible.Controls.Safety.BaseClasses.PartialOperationalEnvelope</a>
2727
for guidance on how to populate this table.

Buildings/Fluid/Chillers/ModularReversible/Data/TableData2DLoadDep/package.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
within Buildings.Fluid.Chillers.ModularReversible.Data;
2-
package TableData2DLoadDep "Package with load-dependent 2D data tables"
2+
package TableData2DLoadDep "Package with load-dependent 2D table data records"
33
extends Modelica.Icons.MaterialPropertiesPackage;
44
annotation (Documentation(info="<html>
55
<p>

Buildings/Fluid/HeatPumps/ModularReversible/Data/TableData2DLoadDep/package.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
within Buildings.Fluid.HeatPumps.ModularReversible.Data;
2-
package TableData2DLoadDep "Package with load-dependent 2D data tables"
2+
package TableData2DLoadDep "Package with load-dependent 2D table data recors"
33
extends Modelica.Icons.MaterialPropertiesPackage;
44

55
annotation (Documentation(info="<html>

0 commit comments

Comments
 (0)