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

MEP_Engine: Add HVAC Total, Sensible, Latent Heat Equations #2737

Closed
travispotterBH opened this issue Jan 18, 2022 · 1 comment · Fixed by #2967
Closed

MEP_Engine: Add HVAC Total, Sensible, Latent Heat Equations #2737

travispotterBH opened this issue Jan 18, 2022 · 1 comment · Fixed by #2967
Assignees
Labels
size:M Measured in hours type:feature New capability or enhancement

Comments

@travispotterBH
Copy link

Description:

Include calculations for total, sensible, and latent heat equations for airside.

Expected behavior: User input of the critical inputs for each equation, output is a heat value (Q)

Total Heat:
Inputs: Airflow (volumetric flow rate per min ) , State 1 Enthalpy, State 2 Enthalpy, Average density of two state points, or leave blank and default value for standard temperature and pressure.
Equation: Qt = volumetric flow rate * density * 60min/h * delta enthalpy of the two state points

Sensible Heat:
Inputs: Airflow (volumetric flow rate per min), state 1 temperature, state 2 temperature, average density of two state points, average specific heat capacity of two points
Equation: Qs= volumetric flow rate * specific heat capacity * density * 60min/h * delta temperature of the two state points

Latent Heat:
Inputs: Airflow(volumetric flow rate per min), state 1humidity ratio lbw/lbda, state 2 humidity ratio lbw/lbda, average density of two state points,
Equation: Ql = latent heat of vaporization of water * density of air * 60min/h * specific heat of water * volumetric flow rate * delta humidity ratio of the two state points.

@travispotterBH travispotterBH added size:M Measured in hours type:feature New capability or enhancement labels Jan 18, 2022
@travispotterBH travispotterBH self-assigned this Jan 18, 2022
@travispotterBH
Copy link
Author

  • Added to priority workflow for sprint 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:M Measured in hours type:feature New capability or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants