G36SimultaneousHeatingCooling ==================================================================== Brief Description ------------------------------------------------------------------------------- Verifiy that both the heating and cooling coil are not operating at the same time Index Description ------------------------------------------------------------------------------- * Section 5.16.2.3 in ASHRAE Guideline 36-2021 Datapoints Description ------------------------------------------------------------------------------- * output_coil_heating: AHU heating coil heat transfer rate * output_coil_cooling: AHU cooling coil heat transfer rate Type Verification Description ------------------------------------------------------------------------------- Procedure-based Assertions Type ------------------------------------------------------------------------------- Pass Assertions Description ------------------------------------------------------------------------------- * if output_coil_heating > 0 and output_coil_cooling > 0 * fail * else * pass * end