Skip to content

Commit 51ebe66

Browse files
authored
Merge pull request #448 from cse-sim/heat-exchange-models-hpwh
Enable HPWHsim heat-exchange models
2 parents 197544e + b4f180c commit 51ebe66

File tree

7 files changed

+7416
-50
lines changed

7 files changed

+7416
-50
lines changed

doc/src/records/dhwheater-doc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ Air source heat pump type, valid only if whHeatSrc=ASHPX. These choices are supp
351351
"Rheem_HPHD135VNU_MP","Rheem HPHD135 MP external MP HPWHs"
352352
"Scalable_SP","single pass scalable type for autosized standard design"
353353
"Scalable_MP","multipass scalable type for autosized standard design"
354+
"AquaThermAire","Vallara AquaThermAire HPWH"
354355
END
355356
%>
356357

src/CNDTYPES.DEF

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,9 @@ PIPESEGP -- "class PIPESEG*"
521521

522522
SCALABLE_SP "Scalable_SP" // single pass scalable type for autosized standard design
523523
SCALABLE_MP "Scalable_MP" // multipass scalable type for autosized standard design
524+
525+
AQUATHERMAIRE "AquaThermAire" // heat-exchange model
526+
524527
}
525528

526529
*choicb WHRESTYCH { // resistance heater types

0 commit comments

Comments
 (0)