-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
4,092 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
numNodes 12 #number of nodes | ||
setpoint 125 F | ||
volume 72.0 gal | ||
UA 10.83 kJperHrC | ||
|
||
depressTemp false | ||
mixOnDraw false | ||
|
||
numHeatSources 3 | ||
|
||
# top resistance | ||
heatsource 0 isVIP true | ||
heatsource 0 isOn false | ||
heatsource 0 type resistor | ||
heatsource 0 condensity 0 0 0 0 0 0 0 0 1 0 0 0 | ||
|
||
heatsource 0 nTemps 2 | ||
heatsource 0 T1 50 F | ||
heatsource 0 T2 67 F | ||
|
||
heatsource 0 inPowT1const 5000 | ||
heatsource 0 inPowT1lin 0.0 | ||
heatsource 0 inPowT1quad 0.0 | ||
heatsource 0 inPowT2const 5000 | ||
heatsource 0 inPowT2lin 0.0 | ||
heatsource 0 inPowT2quad 0.0 | ||
heatsource 0 copT1const 1.0 | ||
heatsource 0 copT1lin 0.0 | ||
heatsource 0 copT1quad 0.0 | ||
heatsource 0 copT2const 1.0 | ||
heatsource 0 copT2lin 0.0 | ||
heatsource 0 copT2quad 0.0 | ||
|
||
heatsource 0 hysteresis 0 F | ||
heatsource 0 coilConfig submerged | ||
|
||
# bottom resistance | ||
heatsource 1 isVIP false | ||
heatsource 1 isOn false | ||
heatsource 1 type resistor | ||
heatsource 1 condensity 1 0 0 0 0 0 0 0 0 0 0 0 | ||
|
||
heatsource 1 nTemps 2 | ||
heatsource 1 T1 50 F | ||
heatsource 1 T2 67 F | ||
|
||
heatsource 1 inPowT1const 5000 | ||
heatsource 1 inPowT1lin 0.0 | ||
heatsource 1 inPowT1quad 0.0 | ||
heatsource 1 inPowT2const 5000 | ||
heatsource 1 inPowT2lin 0.0 | ||
heatsource 1 inPowT2quad 0.0 | ||
heatsource 1 copT1const 1.0 | ||
heatsource 1 copT1lin 0.0 | ||
heatsource 1 copT1quad 0.0 | ||
heatsource 1 copT2const 1.0 | ||
heatsource 1 copT2lin 0.0 | ||
heatsource 1 copT2quad 0.0 | ||
|
||
heatsource 1 hysteresis 2 F | ||
heatsource 1 coilConfig submerged | ||
|
||
# compressor | ||
heatsource 2 isVIP false | ||
heatsource 2 isOn false | ||
heatsource 2 type compressor | ||
|
||
# spread evenly across bottom half of tank. | ||
heatsource 2 condensity 0.17 0.166 0.166 0.166 0.166 0.166 0 0 0 0 0 0 | ||
|
||
heatsource 2 nTemps 3 | ||
heatsource 2 T1 50 F | ||
heatsource 2 T2 67.5 F | ||
heatsource 2 T3 95 F | ||
|
||
heatsource 2 inPowT1const 128 | ||
heatsource 2 inPowT1lin 1.7 | ||
heatsource 2 inPowT1quad 0 | ||
|
||
heatsource 2 copT1const 3.5 | ||
heatsource 2 copT1lin 0 | ||
heatsource 2 copT1quad 0 | ||
|
||
heatsource 2 inPowT2const 26 | ||
heatsource 2 inPowT2lin 1.8 | ||
heatsource 2 inPowT2quad 0 | ||
|
||
heatsource 2 copT2const 9.5 | ||
heatsource 2 copT2lin -0.05 | ||
heatsource 2 copT2quad 0.0 | ||
|
||
heatsource 2 inPowT3const -31.81 | ||
heatsource 2 inPowT3lin 2.309 | ||
heatsource 2 inPowT3quad 0 | ||
|
||
heatsource 2 copT3const 20.29913 | ||
heatsource 2 copT3lin -0.1329 | ||
heatsource 2 copT3quad 0.0 | ||
|
||
heatsource 2 minT 23 F | ||
heatsource 2 maxT 120 F | ||
heatsource 2 hysteresis 1 F | ||
heatsource 2 coilConfig wrapped | ||
|
||
|
||
#this might be better as the 5/6 layer at 20F below setpoint | ||
heatsource 0 onlogic topThird 34.0 F | ||
|
||
heatsource 2 onlogic bottomThird 52.7 F | ||
heatsource 2 onlogic standby 9.0 F | ||
|
||
heatsource 1 backupSource 2 | ||
heatsource 2 backupSource 1 | ||
|
||
heatsource 0 followedBySource 2 | ||
heatsource 1 followedBySource 2 | ||
|
||
heatsource 0 companionSource 2 |
Oops, something went wrong.