Deconstructing a water heater yields a 100L tank instead of 60L #68359
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Balance "Deconstructing a water heater yields a 100L tank instead of 60L (plus the usual bits and bobs)."
Purpose of change
Fixes #68316
Describe the solution
I did a quick search for water heaters on the website of the nearest home improvement store and found that the Rheem model XE36S06ST45U0 is a good match for the stats of the existing household_water_heater item at 240L exterior volume and 54kg mass. See
https://images.thdstatic.com/catalog/pdfImages/2d/2d7ed116-1a8c-439d-b7fe-a62a0a98f806.pdf for published dimensions.
As this water heater has an internal capacity of 36 US gallons (136L), I changed the deconstruction recipe to yield a 100L tank instead of the 60L it used to be. I also changed the keg_capacity of the heater to match.
Describe alternatives you've considered
I originally intended to use the 200L
55gal_drum
for this change, primarily because I myself have a 50–gallon heater. However, I noticed that this didn’t leave a lot of room for insulation, and went looking for specifications on real water heaters.Of course, this size of water heater is intended for use in small apartments; larger houses would have larger heaters (up to 100 gallons even). I’m resisting the temptation to add another size or two just on general principle, but I note that mansions do exist.
Testing
I tested this by disassembling a water heater and noting that I got a 100L tank as intended. Later I noticed that the keg_capacity was off; turns out that it's in cups not liters.
Additional context