-
Notifications
You must be signed in to change notification settings - Fork 195
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
Default new CoilCoolingWaterToAirHeatPumpEquationFit fields in forward translator #4999
Labels
Triage
Issue needs to be assessed and labeled, further information on reported might be needed
Milestone
Comments
mdahlhausen
added
the
Triage
Issue needs to be assessed and labeled, further information on reported might be needed
label
Oct 12, 2023
First, just to clarify:
It seems that:
|
Now:
To be perfectly clear (but add to the confusion), What our VersionTranslator does is actually this:
|
For reference:
|
jmarrec
added a commit
that referenced
this issue
Oct 16, 2023
Maximum Cycling rate and Latent Capacity Time Constant default to old parent unitary values (2.5 and 60.0 respectively), not E+ 23.2.0 default (which zero latent degradation)
jmarrec
added a commit
that referenced
this issue
Oct 16, 2023
…t doesn't have a parent Unitary to the model Ctor values
19 tasks
Thanks @jmarrec. I can make the openstudio-standards fix. |
DavidGoldwasser
added a commit
that referenced
this issue
Oct 16, 2023
Fix #4999 - Change latent degration constructor defaults for CoilCoolingWaterToAirHeatPump:XXXX
wenyikuang
pushed a commit
that referenced
this issue
Oct 17, 2023
Maximum Cycling rate and Latent Capacity Time Constant default to old parent unitary values (2.5 and 60.0 respectively), not E+ 23.2.0 default (which zero latent degradation)
wenyikuang
pushed a commit
that referenced
this issue
Oct 17, 2023
…t doesn't have a parent Unitary to the model Ctor values
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Triage
Issue needs to be assessed and labeled, further information on reported might be needed
Issue overview
OS 3.7 adds several new fields to the CoilCoolingWaterToAirHeatPumpEquationFit object:
The defaults are not aligned between OS object creation and the version translator.
Current Behavior
In the forward translator, the defaults for these new fields are different than the defaults used when updating an older .osm using the version translator.
The result is a regression error:
Expected Behavior
Either the OS defaults should change, or the version translator should set the new defaults upon translation to avoid regression errors.
Steps to Reproduce
Context
impacting openstudio-standards regression tests
The text was updated successfully, but these errors were encountered: