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

hvac_Library.osm object OS:AirConditioner:VariableRefrigerantFlow Defrost wattage should be autosize #770

Open
Ski90Moo opened this issue Nov 23, 2024 · 2 comments
Labels
Enhancement Request New feature or request

Comments

@Ski90Moo
Copy link

Enhancement Request

I am not sure if these default libraries are from SDK or EnergyPlus or are part of the app, so not sure where best to direct this...

The default VRF library object specifies resistive defrost, but the heater wattage is set to essentially 0 watts:

OS:AirConditioner:VariableRefrigerantFlow
...
Resistive, !- Defrost Strategy
Timed, !- Defrost Control
, !- Defrost Energy Input Ratio Modifier Function of Temperature Curve Name
0.058333, !- Defrost Time Period Fraction {dimensionless}
1e-07, !- Resistive Defrost Heater Capacity {W}

Detailed Description

The problem with this is that the default model will not take into account defrost power and energy.

Possible Implementation

Recommend this field be autosized:

autosize, !- Resistive Defrost Heater Capacity {W}

@Ski90Moo Ski90Moo added Enhancement Request New feature or request Triage Issue needs to be assessed and labeled, further information on reported might be needed labels Nov 23, 2024
@macumber
Copy link
Collaborator

@Ski90Moo this seems fine to me, there is only one OS:AirConditioner:VariableRefrigerantFlow in https://github.com/openstudiocoalition/OpenStudioApplication/blob/develop/src/openstudio_app/Resources/default/hvac_library.osm. There are four OS:Coil:Heating:DX:SingleSpeed objects with this same field set to 2000 W. Those objects capacities are autosized so I don't know why the defrost heater capacity would not be as well. What do you think?

@macumber macumber removed the Triage Issue needs to be assessed and labeled, further information on reported might be needed label Nov 29, 2024
@macumber macumber added this to the OpenStudio Application 1.9.0 milestone Nov 29, 2024
@Ski90Moo
Copy link
Author

I think autosize would be more appropriate for all of them.

I am not sure why the DX coils have a fixed power. This field will be dependent on the size of the equipment and the typical energy modeler may only be adjusting the heating and cooling capacity fields; not the defrost heater. Per the EnergyPlus Engineering Reference, the resistive heaters are normally autosized for the coil cooling capacity (https://bigladdersoftware.com/epx/docs/24-2/engineering-reference/component-sizing.html#resistive-defrost-heater-capacity).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants