-
Notifications
You must be signed in to change notification settings - Fork 2
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
Infer supply air temperatures for equipment #55
Comments
Some of this will be dependent on #27. |
See the standard_design_sizing_temperatures method in openstudio-standards. Does this include what setpoint managers to assume as well? (scheduled, warmest reset, oat reset?) I propose:
Does this include what setpoint managers to assume as well? (scheduled, warmest reset, oat reset?) I propose:
I'll read through ASHRAE G36 and see if I can formalize that here. |
What's most critical is ensuring sizing is appropriate for sensible and latent loads. I'm pretty sure EnergyPlus ignores setpoint managers and such during sizing so we shouldn't have issue there. The UI for finer tuning of energy models won't be there so as long as we're applying something appropriate it'll be fine. Resetting temperatures is fine provided we don't fail to account for appropriate latent loads. For systems used for total load that reset, how should we control for latent loads? We can use humidistats for some objects, but DX coils don't allow for humidity control. EMS? For the DOAS system, should we control humidity more appropriately than just a 70F supply temp? |
You are right about sizing not accounting for setpoint managers. I suppose there could be conditions where latent load drives the sizing instead of sensible load. For the vast majority of systems, 55F cooling supply temperature at design is enough to handle all latent loads. For DOAS systems, I've seen a 60F dewpoint design temperature. I think I can set controller right after the controller to make sure it hits that dewpoint? |
This sounds good to me. Yeh, try with a controller for the dewpoint control as I'm not sure it's doable with a DX coil. I think it may be possible by wrapping a DX:TwoStageWithHumidityControlMode in a coil system. |
The supply air temperature needs to be inferred based on the type of equipment that is present in a zone.
The text was updated successfully, but these errors were encountered: