-
Notifications
You must be signed in to change notification settings - Fork 396
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
Fixes for ZoneHVAC:HybridUnitaryHVAC #7827
Conversation
…into hybrid-fixes
…into hybrid-fixes
…eHVACEnergyRecoveryVentilator-not-always-met-by-AirLoop-systems' into unitary_fix
…into unitary_fix
…into unitary_fix
…he minimum ventilation required. Modified unit test for this case.
…into unit_test_fixes
…into unit_test_fixes
…nergyPlus into unit_test_fixes
…-unitary-hybrid-ac
…-unitary-hybrid-ac
…-unitary-hybrid-ac
…-unitary-hybrid-ac
…re merging pull request NREL#7830.
…-unitary-hybrid-ac
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.
I'm not going to slog through every defect this fixes. It looks like this is going to make some great improvements in the hybrid unitary system, and CI is very happy, only showing diffs in the one expected file.
\note If this field is blank, Mode 25 does not consume a third fuel. | ||
A250, \field Mode 25 System Water Use Lookup Table Name | ||
\type object-list | ||
\object-list MultivariateFunctions | ||
\note Enter the name of the System Water Use Lookup Table for Mode 25. | ||
\note Units for lookup table values should be in kg/s. |
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.
The number of lookup table fields here is quite ridiculous. But adding these notes are a good addition that doesn't affect functionality at all, and can only help people get the right inputs in there.
@@ -1425,16 +1423,16 @@ namespace HybridEvapCoolingModel { | |||
return -1; | |||
} // because it should be fractional, this should only really be possible if its called from a unit test | |||
|
|||
Real64 Wosa = PsyWFnTdbRhPb(StepIns.Tosa, StepIns.RHosa, 101325); | |||
Real64 Wra = PsyWFnTdbRhPb(StepIns.Tra, StepIns.RHra, 101325); | |||
Real64 Wosa = PsyWFnTdbRhPb(StepIns.Tosa, StepIns.RHosa, OutBaroPress); |
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.
👍
Pull request overview
Pull Request Author
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
Reviewer
This will not be exhaustively relevant to every PR.