diff --git a/src/EnergyPlus/PoweredInductionUnits.cc b/src/EnergyPlus/PoweredInductionUnits.cc index 07523f92033..95e7b4535fc 100644 --- a/src/EnergyPlus/PoweredInductionUnits.cc +++ b/src/EnergyPlus/PoweredInductionUnits.cc @@ -461,7 +461,7 @@ void GetPIUs(EnergyPlusData &state) } else if (Util::SameString(heating_control_type, "Modulated")) { thisPIU.heatingControlType = HeatCntrlBehaviorType::ModulatedHeaterBehavior; } else { - ShowSevereError(state, format("Illegal Heating Control Type = {}", heating_control_type)); + ShowSevereError(state, "Heating Control Type should be Staged or Modulared"); ShowContinueError(state, format("Occurs in {} = {}", cCurrentModuleObject, thisPIU.Name)); ErrorsFound = true; } diff --git a/testfiles/5ZoneAirCooledConvCoef_VSFan.idf b/testfiles/5ZoneAirCooledConvCoef_VSFan.idf index 924fc5209e0..ae1a6c68059 100644 --- a/testfiles/5ZoneAirCooledConvCoef_VSFan.idf +++ b/testfiles/5ZoneAirCooledConvCoef_VSFan.idf @@ -2434,11 +2434,11 @@ autosize, !- Maximum Hot Water or Steam Flow Rate {m3/s} 0.0, !- Minimum Hot Water or Steam Flow Rate {m3/s} 0.0001, !- Convergence Tolerance - VariableSpeed, - 0.5, - Modulated, - , - ; + VariableSpeed, !- Fan Control Type + 0.5, !- Minimum Fan Turn Down Ratio + Modulated, !- Heating Control Type + , !- Design Heating Discharge Air Temperature + ; !- High Limit Heating Discharge Air Temperature Fan:SystemModel, SPACE1-1 PIU Fan, !- Name @@ -2510,11 +2510,11 @@ autosize, !- Maximum Hot Water or Steam Flow Rate {m3/s} 0.0, !- Minimum Hot Water or Steam Flow Rate {m3/s} 0.0001, !- Convergence Tolerance - VariableSpeed, - 0.3, - Modulated, - , - ; + VariableSpeed, !- Fan Control Type + 0.3, !- Minimum Fan Turn Down Ratio + Modulated, !- Heating Control Type + , !- Design Heating Discharge Air Temperature + ; !- High Limit Heating Discharge Air Temperature Fan:SystemModel, SPACE2-1 PIU Fan, !- Name @@ -2574,11 +2574,11 @@ autosize, !- Maximum Hot Water or Steam Flow Rate {m3/s} 0.0, !- Minimum Hot Water or Steam Flow Rate {m3/s} 0.0001, !- Convergence Tolerance - VariableSpeed, - 0.5, - Staged, - , - ; + VariableSpeed, !- Fan Control Type + 0.5, !- Minimum Fan Turn Down Ratio + Staged, !- Heating Control Type + , !- Design Heating Discharge Air Temperature + ; !- High Limit Heating Discharge Air Temperature Fan:SystemModel, SPACE3-1 PIU Fan, !- Name @@ -2639,12 +2639,12 @@ autosize, !- Maximum Hot Water or Steam Flow Rate {m3/s} 0.0, !- Minimum Hot Water or Steam Flow Rate {m3/s} 0.0001, !- Convergence Tolerance - VariableSpeed, - 0.3, - Staged, - , - ; - + VariableSpeed, !- Fan Control Type + 0.5, !- Minimum Fan Turn Down Ratio + Staged, !- Heating Control Type + , !- Design Heating Discharge Air Temperature + ; !- High Limit Heating Discharge Air Temperature + Fan:SystemModel, SPACE4-1 PIU Fan, !- Name ReheatCoilAvailSched, !- Availability Schedule Name