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

Update the data center models to avoid warnings #2761

Closed
mildwall opened this issue Nov 17, 2021 · 2 comments
Closed

Update the data center models to avoid warnings #2761

mildwall opened this issue Nov 17, 2021 · 2 comments

Comments

@mildwall
Copy link
Contributor

When I ran the data center models in Buildings.Examples.ChillerPlant.DataCenterContinuousTimeControl and Buildings.Examples.ChillerPlant.DataCenterDiscreteTimeControl, I found several warnings:

dymosim started
... "dsin.txt" loading (dymosim input file)
Warning: The following was detected at time: 13046400
  *** Warning: You are using a flow or pressure controlled mover with the
             default pressure curve.
             This leads to approximate calculations of the electrical power
             consumption. Add the correct pressure curve in the record per
             to obtain an accurate computation.
             Setting nominalValuesDefineDefaultPressureCurve=true will suppress this warning
  Failed condition: fan.nominalValuesDefineDefaultPressureCurve

Warning: The following was detected at time: 13046400
  *** Warning: You are using a flow or pressure controlled mover with the
             default pressure curve.
             This leads to approximate calculations of the electrical power
             consumption. Add the correct pressure curve in the record per
             to obtain an accurate computation.
             Setting nominalValuesDefineDefaultPressureCurve=true will suppress this warning
  Failed condition: pumCHW.nominalValuesDefineDefaultPressureCurve

Warning: The following was detected at time: 13046400
  *** Warning: You are using a flow or pressure controlled mover with the
             default pressure curve.
             This leads to approximate calculations of the electrical power
             consumption. Add the correct pressure curve in the record per
             to obtain an accurate computation.
             Setting nominalValuesDefineDefaultPressureCurve=true will suppress this warning
  Failed condition: pumCW.nominalValuesDefineDefaultPressureCurve

The parameters fan.nominalValuesDefineDefaultPressureCurve, pumCHW.nominalValuesDefineDefaultPressureCurve and pumCW.nominalValuesDefineDefaultPressureCurve in both models should be changed to True to avoid warnings. Changing theses parameters would not affect the simulation results.

@mildwall mildwall changed the title Update the data center model to avoid warnings Update the data center models to avoid warnings Nov 17, 2021
@mwetter
Copy link
Member

mwetter commented Nov 17, 2021

@mildwall : This would be a good change. Can you please make a pull request.

@mildwall
Copy link
Contributor Author

Thanks, I have made a pull request.

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