-
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
Crash in Fluid Cooler Code #10817
Comments
…ater flow rate autosized and no Sizing:Plant
EvaporativeFluidCooler has the same issue. |
Other problems found in FluidCoolers.cc: DesignLeavingWaterTemp not set in almost all casesDesignLeavingWaterTemp is ONLY ever assigned when DesignWaterFlowRateWasAutoSized here EnergyPlus/src/EnergyPlus/FluidCoolers.cc Line 982 in acda84e
Yet it is used to report itself, the approach, and the range to the tabular output here EnergyPlus/src/EnergyPlus/FluidCoolers.cc Lines 1637 to 1646 in acda84e
Precision for reporting DesignWaterFlowRateIt is defaulted to 2, which is insufficient EnergyPlus/src/EnergyPlus/FluidCoolers.cc Line 1645 in acda84e
Example file tabular outputSee the testfiles/FluidCooler.idf: Same in markdown, removing some columns for clarity
|
Issue overview
The fluid cooler sizing routine assumes the user has provided a sizing:plant object without checking. This leads to a hard crash in the file linked below.
Checklist
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
The text was updated successfully, but these errors were encountered: