HotWaterPlantSizingWholePlant ==================================================================== Brief Description ------------------------------------------------------------------------------- Index Description ------------------------------------------------------------------------------- * N/A Datapoints Description ------------------------------------------------------------------------------- * load_plant_water_hot: Hot water plant load * temperature_air_outdoor: Outdoor air temperature * capacity_nominal_plant_water_hot: Nominal capacity of the Hot water plant * temperature_drybulb_day_design_heating: Heating design day drybulb temperature * factor_oversizing: Oversizing factor Type Verification Description ------------------------------------------------------------------------------- Procedure-based Assertions Type ------------------------------------------------------------------------------- Pass Assertions Description ------------------------------------------------------------------------------- * if temperature_drybulb_day_design_heating is in dataset * if peak_load >= capacity_nominal_plant_water_hot / factor_oversizing * return True * else * return False * else * return 'Untested'