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/rsys.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -836,6 +836,28 @@ Cooling cyclic degradation coefficient, valid for configurations having compress
836
836
837
837
Heating efficiency factor. At each time step, the heating efficiency is multiplied by rsFEffH.
838
838
839
+
<%= member_table(
840
+
units: "",
841
+
legal_range: "*x* $>$ 0",
842
+
default: "1",
843
+
required: "No",
844
+
variability: "subhourly") %>
845
+
846
+
**rsFEffAuxHBackup=*float***
847
+
848
+
Backup auxiliary heating efficiency factor. At each time step, the backup heating efficiency is multiplied by rsFEffAuxHBackup. Backup auxiliary heating is typically provided by electric resistance "strip heat" but may be provided by a furnace (see rsTypeAuxH). If rsTypeAuxH is not "none", backup heat operates when air source heat pump compressor capacity is insufficient to meet heating load. See also rsFEffAuxHDefrost.
849
+
850
+
<%= member_table(
851
+
units: "",
852
+
legal_range: "*x* $>$ 0",
853
+
default: "1",
854
+
required: "No",
855
+
variability: "subhourly") %>
856
+
857
+
**rsFEffAuxHDefrost=*float***
858
+
859
+
Defrost auxiliary heating efficiency factor. At each time step, the defrost auxiliary heating efficiency is multiplied by rsFEffAuxHDefrost. Defrost auxiliary heating is typically provided by electric resistance "strip heat" but may be provided by a furnace (see rsTypeAuxH). If rsDefrostModel=REVCYCLEAUX, defrost auxiliary heat operates during air source heat pump defrost mode. Since defrost and backup heating are generally provided by the same equipment, rsFEffAuxHDefrost and rsFEffAuxHBackup are usually set to the same value, but separate inputs are available for special cases.
0 commit comments