You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/records/performancemap.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ PERFORMANCEMAP defines a multiple-dimension table of values from which models ca
4
4
5
5
Following ASHRAE Standard 205 terminology, sets of "grid" values are the independent variables and sets of "lookup" values are the dependent variables.
6
6
7
-
The following example defines a 2D map based on grid variables dry-bulb temperature and (arbitrary) compressor speed. For each grid value combination, lookup values are provided for capacity ratio and COP.
7
+
The following example defines a 2D map based on grid variables outdoor dry-bulb temperature and (arbitrary) compressor speed. For each grid value combination, lookup values are provided for capacity ratio and COP.
// Capacity ratio = net total capacity / net rated total capacity
@@ -27,7 +27,7 @@ The following example defines a 2D map based on grid variables dry-bulb temperat
27
27
28
28
endPERFORMANCEMAP
29
29
30
-
At DBT=95 and Speed=2, this performance map would yield CapRat=1.00 and COP=5.58. At other (DBT,Speed) combinations, suitable 2D interpolation is performed on each lookup variable. Lookup variables are extrapolated outside of PMGRIDAXIS ranges; adequate axis ranges must be provided to avoid unrealistic extrapolation.
30
+
At OutdoorDBT=95 and Speed=2, this performance map would yield CapRat=1.00 and COP=5.58. At other (OutdoorDBT,Speed) combinations, suitable 2D interpolation is performed on each lookup variable. Lookup variables are extrapolated outside of PMGRIDAXIS ranges; adequate axis ranges must be provided to avoid unrealistic extrapolation.
31
31
32
32
**pmName**
33
33
@@ -74,7 +74,7 @@ Name of grid axis; optionally given after the word "PMGRIDAXIS". Used in error
74
74
75
75
**pmGXType=*string***
76
76
77
-
Documents the dimension of the axis, for example "DBT", "Speed", or "Flow".
77
+
Documents the dimension of the axis, for example "OutdoorDBT", "Speed", or "AirFlow".
78
78
79
79
<%= member_table(
80
80
units: "",
@@ -149,7 +149,7 @@ Documents the current lookup value, e.g. "COP" or "CapacityRatio".
149
149
150
150
**pmLUValues=*float array***
151
151
152
-
Comma-separated values specifying the lookup data. The number of values required is the product of the size of all PMGRIDAXISs in the current PEFORMANCEMAP. In the example above, there are 4 DBTs and 3 speeds, so 12 values must be provided.
152
+
Comma-separated values specifying the lookup data. The number of values required is the product of the size of all PMGRIDAXISs in the current PEFORMANCEMAP. In the example above, there are 4 OutdoorDBTs and 3 speeds, so 12 values must be provided.
0 commit comments