-
Notifications
You must be signed in to change notification settings - Fork 400
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
Expand IDF bug with HVACTemplate:System:DedicatedOutdoorAir for Heat Recovery Type 'Enthalpy' (v24.2) #10895
Labels
Defect
Includes code to repair a defect in EnergyPlus
Comments
@sbuck99 Thank you for the defect file attached, it's always nice when it's as small as possible! |
jmarrec
added a commit
to jmarrec/EnergyPlus
that referenced
this issue
Jan 21, 2025
jmarrec
added a commit
to jmarrec/EnergyPlus
that referenced
this issue
Jan 21, 2025
jmarrec
added a commit
to jmarrec/EnergyPlus
that referenced
this issue
Jan 23, 2025
```bash $ ninja && ctest -R TwoHX test 800 Start 800: integration.HVACTemplate-5ZonePTAC-DOAS-TwoHX 800: Test command: /usr/bin/cmake "-DSOURCE_DIR=/media/DataExt4/Software/Others/EnergyPlus" "-DBINARY_DIR=/media/DataExt4/Software/Others/EnergyPlus-build-release" "-DENERGYPLUS_EXE=/media/DataExt4/Software/Others/EnergyPlus-build-release/Products/energyplus-25.1.0" "-DIDF_FILE=HVACTemplate-5ZonePTAC-DOAS-TwoHX.idf" "-DEPW_FILE=USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw" "-DENERGYPLUS_FLAGS=-x -D -r" "-DBUILD_FORTRAN=ON" "-DTEST_FILE_FOLDER=testfiles" "-DRUN_CALLGRIND:BOOL=FALSE" "-DVALGRIND=" "-DRUN_PERF_STAT:BOOL=FALSE" "-DPERF=" "-P" "/media/DataExt4/Software/Others/EnergyPlus/cmake/RunSimulation.cmake" 800: Working Directory: /media/DataExt4/Software/Others/EnergyPlus-build-release/testfiles 800: Test timeout computed to be: 10000000 800: ExpandObjects Started. 800: Begin reading Energy+.idd file. 800: Done reading Energy+.idd file. 800: ExpandObjects Finished with Error(s). Time: 0.046 800: EnergyPlus Starting 800: EnergyPlus, Version 25.1.0-92486d0f1f, YMD=2025.01.23 10:15 800: **FATAL:Errors occurred on processing input file. Preceding condition(s) cause termination. 800: EnergyPlus Run Time=00hr 00min 0.09sec 800: Program terminated: EnergyPlus Terminated--Error(s) Detected. 800: Test Failed 1/1 Test NREL#800: integration.HVACTemplate-5ZonePTAC-DOAS-TwoHX ...***Failed Error regular expression found in output. Regex=[Test Failed] 0.43 sec 0% tests passed, 1 tests failed out of 1 Total Test time (real) = 0.53 sec The following tests FAILED: 800 - integration.HVACTemplate-5ZonePTAC-DOAS-TwoHX (Failed) $ cat testfiles/HVACTemplate-5ZonePTAC-DOAS-TwoHX/eplusout.err Program Version,EnergyPlus, Version 25.1.0-92486d0f1f, YMD=2025.01.23 10:15, ** Severe ** Duplicate name found for object of type "Table:IndependentVariable" named "DOAS airFlowRatio". Overwriting existing object. ** Severe ** Duplicate name found for object of type "Table:IndependentVariableList" named "DOAS effIndVarList". Overwriting existing object. ** Severe ** Duplicate name found for object of type "Table:Lookup" named "DOAS SenEffectivenessTable". Overwriting existing object. ** Fatal ** Errors occurred on processing input file. Preceding condition(s) cause termination. ...Summary of Errors that led to program termination: ..... Reference severe error count=3 ..... Last severe error=Duplicate name found for object of type "Table:Lookup" named "DOAS SenEffectivenessTable". Overwriting existing object. ************* Warning: Node connection errors not checked - most system input has not been read (see previous warning). ************* Fatal error -- final processing. Program exited before simulations began. See previous error messages. ************* EnergyPlus Warmup Error Summary. During Warmup: 0 Warning; 0 Severe Errors. ************* EnergyPlus Sizing Error Summary. During Sizing: 0 Warning; 0 Severe Errors. ************* EnergyPlus Terminated--Fatal Error Detected. 0 Warning; 3 Severe Errors; Elapsed Time=00hr 00min 0.09sec ```
20 tasks
mjwitte
added a commit
that referenced
this issue
Jan 24, 2025
…OutdoorAir_ExpandObjects Fix #10895 - Expand IDF bug with HVACTemplate:System:DedicatedOutdoorAir for Heat Recovery Type 'Enthalpy'
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Setting Heat Recovery Type to Enthalpy in the HVACTemplate:System:DedicatedOutdoorAir template yields an error with some configurations:
Reviewing the expidf and indeed duplicate tables are found.
Here is the object:
Setting the Heat Recovery Type to 'None' makes the error go away.
File is attached for reproducibility of bug (single zone example).
DOAS_error.idf.txt
The text was updated successfully, but these errors were encountered: