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
It looks like the "bottom_node" is actually the top node and then sets the top node to always discharging if any node has been flagged as discharging by the discharging_function. Is this correct?
The text was updated successfully, but these errors were encountered:
Hi @andrewlyden,
I'm a bit confused as to what the
HotWaterTank.discharging_bottom_node
function does:https://github.com/andrewlyden/PyLESA/blob/0691d63c8d8c1f920c206c1bfb04582a35031fd5/pylesa/storage/hot_water_tank.py#L221C9-L221C32
It looks like the "bottom_node" is actually the top node and then sets the top node to always discharging if any node has been flagged as discharging by the
discharging_function
. Is this correct?The text was updated successfully, but these errors were encountered: