Source code for ecoengine.objects.dhwsystems.rtp_systems.SP_RTPInParallelSystem

from .SinglePassRTPSystem import SinglePassRTPSystem


[docs] class SP_RTPInParallelSystem(SinglePassRTPSystem): """ Single-pass RTP system where the recirculation return is fed in parallel (mixed into the tank rather than routed through the heat pump inlet). """
[docs] def size(self, building): """ Size an SP RTP in-parallel system. Parameters ---------- building : Building """ pass
[docs] def simulate_step(self, building, timestep_min, mode="normal"): """Run one timestep for an SP RTP in-parallel system.""" pass