NatLabRockies / NatLabRockies/OpenStudio

Default Cooling Coil should be CounterFlow

Open
#4,772 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

component - Model IDDChange
Dominant language
C++
Stars
646
Forks
237
Avg merge
3d 11h
Merged PRs (30d)
10

Description

Issue overview

The default cooling coil OS:Coil:Cooling:Water from the HVAC library has Heat Exchanger Configuration as nil. This is correct and should be translated to EnergyPlus as the default (CounterFlow for cooling coils).

Current Behavior

When translated to EnergyPlus, the default field is translated to EnergyPlus as CrossFlow instead of the IDD default CounterFlow .

Expected Behavior

When translated to EnergyPlus, the default field is translated to EnergyPlus as the IDD default CounterFlow .

Steps to Reproduce

  1. Create air loop with OS:Coil:Cooling:Water, leave Heat Exchanger Configuration blank
  2. Translate to EnergyPlus

Possible Solution

Respect IDD default on translation or remove IDD default

Details

Originally reported at https://github.com/openstudiocoalition/OpenStudioApplication/issues/581 by @Ski90Moo

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the OS:Coil:Cooling:Water translation path into EnergyPlus and inspect how a blank Heat Exchanger Configuration is resolved against the IDD default. Reproduce with an air loop and blank field; done means EnergyPlus receives CounterFlow rather than CrossFlow, with regression coverage for this path.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.