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
ACPMCOMBINEDHEATDHW, Compressor-based cooling modeled per PERFORMANCEMAP specified in rsPerfMapClg; COMBINEDHEATDHW heating.
39
41
FANCOIL, Coil-based heating and cooling. No primary (fuel-using) equipment is modeled. rsLoadMtr, rsHtgLoadMtr, and rsClgLoadMtr are typically used to record loads for linking to an external model.
40
42
END
41
43
%>
@@ -182,7 +184,7 @@ DHWSYS hot water source for this RSYS, required when rsType is COMBINEDHEATDHW o
182
184
183
185
<%= member_table(
184
186
units: "",
185
-
legal_range: "Name of DHWSYS",
187
+
legal_range: "Name of a DHWSYS",
186
188
default: "*none*",
187
189
required: "if combined heat/DHW",
188
190
variability: "constant") %>
@@ -369,8 +371,26 @@ For WSHP only: ratio of rsCapC to rsCapH. Used to derive capacity during autosi
369
371
370
372
**rsPerfMapHtg=*performanceMapName***
371
373
374
+
Specifies the heating performance PERFORMANCEMAP for RSYSs having rsType=ASHPPM. The PERFORMANCEMAP must have grid variables outdoor drybulb and compressor speed (in that order) and lookup values of net capacity ratios and COP. See example in PERFORMANCEMAP.
375
+
376
+
<%= member_table(
377
+
units: "",
378
+
legal_range: "Name of a PERFORMANCEMAP",
379
+
default: "",
380
+
required: "if rsType specifies a performance map model",
381
+
variability: "Start of a run") %>
382
+
372
383
**rsPerfMapClg=*performanceMapName***
373
384
385
+
Specifies the cooling performance PERFORMANCEMAP for RSYSs having rsType=ASHPPM, ACPM, ACPMFURNACE, ACPMRESISTANCE, or ACPMCOMBINEDHEATDHW. The PERFORMANCEMAP must have grid variables outdoor drybulb and compressor speed (in that order) and lookup values of net capacity ratios and COP. See example in PERFORMANCEMAP.
386
+
387
+
<%= member_table(
388
+
units: "",
389
+
legal_range: "Name of a PERFORMANCEMAP",
390
+
default: "",
391
+
required: "if rsType specifies a performance map model",
392
+
variability: "Start of a run") %>
393
+
374
394
**rsTypeAuxH=*choice***
375
395
376
396
For rsType=ASHP, type of auxiliary heat. Auxiliary heating is used when heatpump capacity is insufficient to maintain zone temperature and during reverse-cycle defrost operation (if rsDefrostModel=REVCYCLEAUX). If rsTypeAuxH=Furnace, energy use for auxiliary heat is accumulated to end use HPBU of meter rsFuelMtr (if specified). If rsTypeAuxH=Resistance, energy use for auxiliary heat is accumulated to end use HPBU of meter rsElecMtr (if specified).
0 commit comments