Conversation
|
|
dareumnam
marked this pull request as draft
August 30, 2026 04:04
|
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request overview
Description of the purpose of this PR
SequentialLoad/SequentialUniformPLRscheme all run at an identical PLR instead of staging up, when they useLeavingSetpointModulatedflow mode, sit on pumped branches, and have aLeaving Chilled Water Lower Temperature Limitat or near the loop setpoint.AdjustChangeInLoadByHowServed()truncates the dispatched load for aByNominalCapLowOutLimitcomponent using the flow present at its inlet node:QdotTmp = CurMassFlowRate * Cp * (Tinlet - ToutLowLimit)LeavingSetpointModulatedchiller sets its own flow rate, so this understates its capacity. Chiller 1 is capped well below what it can do and the remainder cascades down the equipment list. The chiller model already enforces the low outlet limit internally, so this outer truncation is redundant for variable-flow machines.CompData::ModulatedFlow, set by each chiller inLeavingSetpointModulatedmode. When set, capacity is evaluated atMassFlowRateMaxAvailinstead of the current flow. Constant-flow behavior is unchanged.PlantCondLoopOperation.ccand the chiller modules that register a low outlet limit (ChillerElectricEIR,ChillerReformulatedEIR,ChillerIndirectAbsorption,PlantChillers).Chiller:Electric:EIRon parallel pumped branches,SequentialUniformPLR, and both the loop setpoint and the low limit at 7.22C. (RunPeriod: May).Pull Request Author
Reviewer