-
Notifications
You must be signed in to change notification settings - Fork 418
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
CoolingTower:VariableSpeed:Merkel not reporting to Equipment Summary - Cooling Towers and Fluid Coolers #10902
Labels
Defect
Includes code to repair a defect in EnergyPlus
Comments
jmarrec
added a commit
to jmarrec/EnergyPlus
that referenced
this issue
Feb 6, 2025
…peed:Merkel is not reported to Equipment Summary - Cooling Towers and Fluid Coolers ``` [ RUN ] EnergyPlusFixture.CondenserLoopTowers_VSMerkelCoolingTower_OutputReport /home/julien/Software/Others/EnergyPlus2/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc:5487: Failure Expected equality of these values: "CoolingTower:VariableSpeed:Merkel" OutputReportPredefined::RetrievePreDefTableEntry(*state, orp.pdchCTFCType, TowerName) Which is: "NOT FOUND" /home/julien/Software/Others/EnergyPlus2/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc:5488: Failure Expected equality of these values: "WATER" OutputReportPredefined::RetrievePreDefTableEntry(*state, orp.pdchCTFCFluidType, TowerName) Which is: "NOT FOUND" /home/julien/Software/Others/EnergyPlus2/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc:5489: Failure Expected equality of these values: fmt::format("{:.2f}", expectedDesingRange) Which is: "6.14" OutputReportPredefined::RetrievePreDefTableEntry(*state, orp.pdchCTFCRange, TowerName) Which is: "NOT FOUND" /home/julien/Software/Others/EnergyPlus2/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc:5490: Failure Expected equality of these values: fmt::format("{:.2f}", expectedDesingApproach) Which is: "4.56" OutputReportPredefined::RetrievePreDefTableEntry(*state, orp.pdchCTFCApproach, TowerName) Which is: "NOT FOUND" /home/julien/Software/Others/EnergyPlus2/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc:5492: Failure Expected equality of these values: "4000.00" OutputReportPredefined::RetrievePreDefTableEntry(*state, orp.pdchCTFCDesFanPwr, TowerName) Which is: "NOT FOUND" /home/julien/Software/Others/EnergyPlus2/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc:5493: Failure Expected equality of these values: fmt::format("{:.2f}", expectedDesignInletWB) Which is: "25.70" OutputReportPredefined::RetrievePreDefTableEntry(*state, orp.pdchCTFCDesInletAirWBT, TowerName) Which is: "NOT FOUND" /home/julien/Software/Others/EnergyPlus2/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc:5495: Failure Expected equality of these values: "0.020000" OutputReportPredefined::RetrievePreDefTableEntry(*state, orp.pdchCTFCDesWaterFlowRate, TowerName) Which is: "NOT FOUND" /home/julien/Software/Others/EnergyPlus2/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc:5496: Failure Expected equality of these values: fmt::format("{:.2f}", expectedDesOutletWaterTemp) Which is: "30.26" OutputReportPredefined::RetrievePreDefTableEntry(*state, orp.pdchCTFCLevWaterSPTemp, TowerName) Which is: "NOT FOUND" /home/julien/Software/Others/EnergyPlus2/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc:5498: Failure Expected equality of these values: "COOLINGTOWER LOOP" OutputReportPredefined::RetrievePreDefTableEntry(*state, orp.pdchCTFCCondLoopName, TowerName) Which is: "NOT FOUND" /home/julien/Software/Others/EnergyPlus2/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc:5499: Failure Expected equality of these values: "COOLINGTOWER SUPPLY EQUIPMENT BRANCH 1" OutputReportPredefined::RetrievePreDefTableEntry(*state, orp.pdchCTFCCondLoopBranchName, TowerName) Which is: "NOT FOUND" [ FAILED ] EnergyPlusFixture.CondenserLoopTowers_VSMerkelCoolingTower_OutputReport (268 ms) ```
jmarrec
added a commit
to jmarrec/EnergyPlus
that referenced
this issue
Feb 10, 2025
…peed:Merkel is not reported to Equipment Summary - Cooling Towers and Fluid Coolers ``` 1001: [ RUN ] EnergyPlusFixture.CondenserLoopTowers_VSMerkelCoolingTower_OutputReport 1001: /home/julien/Software/Others/EnergyPlus2/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc:5410: Failure 1001: Expected equality of these values: 1001: "CoolingTower:VariableSpeed:Merkel" 1001: OutputReportPredefined::RetrievePreDefTableEntry(*state, orp.pdchCTFCType, TowerName) 1001: Which is: "NOT FOUND" 1001: /home/julien/Software/Others/EnergyPlus2/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc:5411: Failure 1001: Expected equality of these values: 1001: "WATER" 1001: OutputReportPredefined::RetrievePreDefTableEntry(*state, orp.pdchCTFCFluidType, TowerName) 1001: Which is: "NOT FOUND" 1001: /home/julien/Software/Others/EnergyPlus2/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc:5412: Failure 1001: Expected equality of these values: 1001: fmt::format("{:.2f}", expectedDesingRange) 1001: Which is: "6.14" 1001: OutputReportPredefined::RetrievePreDefTableEntry(*state, orp.pdchCTFCRange, TowerName) 1001: Which is: "NOT FOUND" 1001: /home/julien/Software/Others/EnergyPlus2/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc:5413: Failure 1001: Expected equality of these values: 1001: fmt::format("{:.2f}", expectedDesingApproach) 1001: Which is: "4.56" 1001: OutputReportPredefined::RetrievePreDefTableEntry(*state, orp.pdchCTFCApproach, TowerName) 1001: Which is: "NOT FOUND" 1001: /home/julien/Software/Others/EnergyPlus2/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc:5415: Failure 1001: Expected equality of these values: 1001: "4000.00" 1001: OutputReportPredefined::RetrievePreDefTableEntry(*state, orp.pdchCTFCDesFanPwr, TowerName) 1001: Which is: "NOT FOUND" 1001: /home/julien/Software/Others/EnergyPlus2/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc:5416: Failure 1001: Expected equality of these values: 1001: fmt::format("{:.2f}", expectedDesignInletWB) 1001: Which is: "25.70" 1001: OutputReportPredefined::RetrievePreDefTableEntry(*state, orp.pdchCTFCDesInletAirWBT, TowerName) 1001: Which is: "NOT FOUND" 1001: /home/julien/Software/Others/EnergyPlus2/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc:5418: Failure 1001: Expected equality of these values: 1001: "0.020000" 1001: OutputReportPredefined::RetrievePreDefTableEntry(*state, orp.pdchCTFCDesWaterFlowRate, TowerName) 1001: Which is: "NOT FOUND" 1001: /home/julien/Software/Others/EnergyPlus2/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc:5419: Failure 1001: Expected equality of these values: 1001: fmt::format("{:.2f}", expectedDesOutletWaterTemp) 1001: Which is: "30.26" 1001: OutputReportPredefined::RetrievePreDefTableEntry(*state, orp.pdchCTFCLevWaterSPTemp, TowerName) 1001: Which is: "NOT FOUND" 1001: /home/julien/Software/Others/EnergyPlus2/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc:5421: Failure 1001: Expected equality of these values: 1001: "COOLINGTOWER LOOP" 1001: OutputReportPredefined::RetrievePreDefTableEntry(*state, orp.pdchCTFCCondLoopName, TowerName) 1001: Which is: "NOT FOUND" 1001: /home/julien/Software/Others/EnergyPlus2/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc:5422: Failure 1001: Expected equality of these values: 1001: "COOLINGTOWER SUPPLY EQUIPMENT BRANCH 1" 1001: OutputReportPredefined::RetrievePreDefTableEntry(*state, orp.pdchCTFCCondLoopBranchName, TowerName) 1001: Which is: "NOT FOUND" 1001: [ FAILED ] EnergyPlusFixture.CondenserLoopTowers_VSMerkelCoolingTower_OutputReport (2392 ms) ```
20 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue overview
CoolingTower:VariableSpeed:Merkel is not reporting to Equipment Summary - Cooling Towers and Fluid Coolers
Take CoolingTower_MerkelVariableSpeed.idf from testfiles/
Details
Some additional details for this issue (if relevant):
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: