-
Notifications
You must be signed in to change notification settings - Fork 396
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change FanSpdRatio calculation to use enthalpy difference
coil heating rate calculation is like the following AirMassFlow * (OutletAirEnthalpy - InletAirEnthalpy) * PartLoadRatio In the computation of fan speed ratio, the coil heating capacity is FanSpdRto * Garate * 1005.0 * (Tout - Tin) The difference between 1005.0 * (Tout - Tin) and (OutletAirEnthalpy - InletAirEnthalpy) can cause mismatches between coil heating rate and heating demand Here we change the fan speed ratio caculation to also use the enthalpy difference way to compute its heating capacity to match the demand
- Loading branch information
Yujie Xu
committed
Jul 29, 2024
1 parent
f5c5103
commit 03d9070
Showing
2 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
03d9070
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixDocVRFheatpumpHeatRate (Unknown) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3692 of 3695 tests passed, 0 test warnings)
Messages:\n
Failures:\n
regression Test Summary
03d9070
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixDocVRFheatpumpHeatRate (Unknown) - Win64-Windows-10-VisualStudio-16: OK (2862 of 2862 tests passed, 0 test warnings)
03d9070
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixDocVRFheatpumpHeatRate (Unknown) - x86_64-MacOS-10.18-clang-15.0.0: OK (3651 of 3654 tests passed, 0 test warnings)
Messages:\n
Failures:\n
regression Test Summary
03d9070
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixDocVRFheatpumpHeatRate (Unknown) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (795 of 795 tests passed, 0 test warnings)
03d9070
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixDocVRFheatpumpHeatRate (Unknown) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (2070 of 2070 tests passed, 0 test warnings)