Skip to content
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

Hybrid Unitary HVAC equipment cannot be found #8614

Closed
2 of 3 tasks
LipingWang opened this issue Mar 12, 2021 · 1 comment · Fixed by #8709
Closed
2 of 3 tasks

Hybrid Unitary HVAC equipment cannot be found #8614

LipingWang opened this issue Mar 12, 2021 · 1 comment · Fixed by #8709
Assignees

Comments

@LipingWang
Copy link
Contributor

LipingWang commented Mar 12, 2021

Issue overview

The name for the object ZoneHVAC: HybridUnitaryHVAC can only be correctly recognized if it is written in capital letter from users' inputs. If small letters are part of the name for HybridUnitaryHVAC , the simulation will run into the fatal error as follows. "SimZoneHybridUnitaryAirConditioners: Zone evaporative cooler unit not found."

Details

Some additional details for this issue (if relevant):

  • EnergyPlus v9.5
  • helpdesk ticket number #15653

Checklist

Add to this list or remove from it as applicable. This is a simple templated set of guidelines.

  • Defect file added (list location of defect file here)
  • Ticket added to Pivotal for defect (development team task)
  • Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
@mjwitte
Copy link
Contributor

mjwitte commented Mar 12, 2021

So, regardless of the case issue, the error message here is a copy/paste error and should say "ZoneHVAC: HybridUnitaryHVAC" not found.

I think I've found the reason why this is happening. In InputProcessor::getObjectItem all object names are made uppercase, but not other alpha fields.

GetInputZoneHybridUnitaryAirConditioners uses getObjectItem so it's name should be uppercase.

@LipingWang When this throws the errror, where is the call to HybridUnitaryAC coming from?

Myoldmopar added a commit that referenced this issue Apr 30, 2021
Fix #8614 that hybrid unitary HVAC equipment cannot be found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants