Skip to content

Commit 19def19

Browse files
committed
PERFORMANCEMAP documentation: replace DBT with OutdoorDBT
1 parent 8da75fb commit 19def19

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/records/performancemap.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ PERFORMANCEMAP defines a multiple-dimension table of values from which models ca
44

55
Following ASHRAE Standard 205 terminology, sets of "grid" values are the independent variables and sets of "lookup" values are the dependent variables.
66

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.
88

99
PERFORMANCEMAP "PMClg"
1010

11-
PMGRIDAXIS "ClgDBT" pmGXType="DBT" pmGXValues=60,82,95,115 pmGXRefValue=95
11+
PMGRIDAXIS "ClgOutdoorDBT" pmGXType="OutdoorDBT" pmGXValues=60,82,95,115 pmGXRefValue=95
1212
PMGRIDAXIS "ClgSpeed" pmGType="Speed" pmGXValues=1,2,3 pmGXRefValue=2
1313

1414
// 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
2727

2828
endPERFORMANCEMAP
2929

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.
3131

3232
**pmName**
3333

@@ -74,7 +74,7 @@ Name of grid axis; optionally given after the word "PMGRIDAXIS". Used in error
7474

7575
**pmGXType=*string***
7676

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".
7878

7979
<%= member_table(
8080
units: "",
@@ -149,7 +149,7 @@ Documents the current lookup value, e.g. "COP" or "CapacityRatio".
149149

150150
**pmLUValues=*float array***
151151

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.
153153

154154
<%= member_table(
155155
units: "various",

0 commit comments

Comments
 (0)