-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Use hg to report latent load instead of hfg in AirflowNetwork #7860
Conversation
I recently found my 10-foot cattle prod. So I guess I should ask, is this ready for review? |
@mitchute Yes. It is ready for review. |
@lgu1234 this looks good. I made a few minor cleanups in b801ee5, but other than that this looks straightforward. @mjwitte @Myoldmopar It appears that the output variables affected here do not appear in the test suite. In situations like this should they be added somewhere? I'd assume that we want at least one file to compare these results FFR. |
@mitchute Yes on adding these outputs to at least one existing example file. |
OK, I'll add them somewhere. |
These results look reasonable and the minor AUD and MTD diffs are expected. Merging. |
Pull request overview
When Cp is used to report sensible load as
Sen = mdot * Cp * DeltaT
the latent load should be reported using hg instead of hfg as
Lat = mdot * hg * DeltaW
so that a sum of sensible and latent loads is equal to
Total = mdot * DeltaH
A test file is provided to show differences of results. The unit test also proves the above conclusion.
NOTE: ENHANCEMENTS MUST FOLLOW A SUBMISSION PROCESS INCLUDING A FEATURE PROPOSAL AND DESIGN DOCUMENT PRIOR TO SUBMITTING CODE
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.