-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve waste heat function handling for Coil:Cooling:DX:MultiSpeed and Coil:Heating:DX:MultiSpeed #5162
Comments
…dling-for-CoilCoolingDXMultiSpeed-and-CoilHeatingDXMultiSpeed-#5162 Conflicts: src/EnergyPlus/DXCoils.cc src/EnergyPlus/DXCoils.hh
@lgu1234 Coil:Cooling:WaterToAirHeatPump:VariableSpeedEquationFit and probably others also have waste heat fields that are required. Seems they should all be optional. |
@mjwitte I am going to take a look at waste heat fields and will take proper actions to make the field optional. |
@lgu1234 Thanks. I added some defect files for the heatpump:multispeed, but not for any others. You'll need to remove some of the \required-field tags in the IDD. |
@mjwitte The \required-field tags in the fields of Speed 1 Waste Heat Function of Temperature Curve Name and Speed 2 Waste Heat Function of Temperature Curve Name in the Coil:Heating:DX:MultiSpeed have been removed. Will commit it now. |
…dling-for-CoilCoolingDXMultiSpeed-and-CoilHeatingDXMultiSpeed-#5162 Conflicts: src/EnergyPlus/DXCoils.cc tst/EnergyPlus/unit/DXCoils.unit.cc
Also the waste heat fraction fields should not be required. |
…Function of Temperature Curve Name and Speed 2 Waste Heat Function of Temperature Curve Name in the Coil:Heating:DX:MultiSpeed
…dling-for-CoilCoolingDXMultiSpeed-and-CoilHeatingDXMultiSpeed-#5162
…Improve-waste-heat-function-handling-for-CoilCoolingDXMultiSpeed-and-CoilHeatingDXMultiSpeed-#5162
…ion-handling-for-CoilCoolingDXMultiSpeed-and-CoilHeatingDXMultiSpeed-#5162 102497980 improve waste heat function handling for coil cooling dx multi speed and coil heating dx multi speed #5162
Closed via #5176 |
This issue is a continuous fix of #4536 (Coil:Cooling:DX:MultiSpeed requires Waste Heat Function of Temperature Curve Name when it should not). It suggested 3 steps to handle this issue.
1 Match IO description: when fuel is electricity, no waste heat curve check is needed. This has been fix in #4536
2 Check parent input. If no heat recovery from the parent, no need to check waste heat curve
3 If the parent has heat recovery and no waste heat curve inputs, simply use a constant value at 1.
This issue handles two remaining steps.
The text was updated successfully, but these errors were encountered: