4

Oversizing Plant Equipment by Percentage in Open Studio

I would like to use the autosizing feature for a boiler and chiller in a building I am testing. I would like to add an oversize factor so the plant equipment is at 110% of the peak load. I do not want to hard-code the numbers as I will be using this model in a range of weather climates using PAT. Is there a way to add or customize an oversize factor in OpenStudio or PAT?

DW's avatar
843
DW
asked 2015-04-08 10:15:55 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2022-10-20 15:55:49 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

3 Answers

3

Just to summarize between what has been said already and to expose a potential problem, Sizing Factors can be entered:

  • For zones

    • There is the global Sizing:Parameters >This object allows the user to specify global heating and cooling sizing ratios. These ratios will be applied at the zone level to all of the zone heating and cooling loads and air flow rates. These new loads and air flow rates are then used to calculate the system level flow rates and capacities and are used in all component sizing calculations
    • There is the Sizing:Zone parameters > >This input overrides the building level sizing factor input in the Sizing:Parameters object. And, of course, if this field is blank or zero, the global heating sizing factor from the Sizing:Parameters object is used. >
  • For Plant equipment

    • There is the system Sizing Factor, for plant equipment (boiler, chiller, cooling towers). Example for a Chiller:Electric:EIR > This optional numeric field allows the user to specify a sizing factor for this component. The sizing factor is used when the component design inputs are autosized: the autosizing calculations are performed as usual and the results are multiplied by the sizing factor

All of this is summarized in the Component Autosizing section:

There are 3 places in the input where the user can impose sizing factors.

In Sizing Parameters (object: Sizing:Parameters), the user can specify an over-all sizing factor. This factor is applied to all the zone design loads and air flow rates resulting from the zone sizing calculations.

In Zone Sizing (object: Sizing:Zone), the user can specify a sizing factor for a specific zone. The factor is applied to the calculated zone design loads and air flow rates for the zone named in the Sizing:Zone object. This sizing factor overrides the global sizing factor. That is, a zone sizing factor, if specified, replaces the global sizing factor for the named zone.

For some plant components (basically all central chillers, boilers and cooling towers) the user can specify a sizing factor that modifies the autosized component capacity and flow rates. These factors are applied after the application of global or zone sizing factors. They are primarily used to split the design load between multiple components. These sizing factors can change the autosizing of the associated loops and pumps. The following rules are followed the effect of plant component sizing factors on loops and pumps.

So you need to be careful with the interaction between those.

If you define a global Sizing:Paremeters factor of 1.2, all of your zone loads will be multiplied by 1.2. If you have defined (or left default) the system Sizing Factor for your chiller at 1.0, you'll get a chiller that is 1.2 times what is really needed.

Now, if you define Sizing:Parameters at 1.2 and chiller Sizing Factor at 1.2, you'll get a chiller that's roughly 1.44 times the actual needed capacity

Julien Marrec's avatar
29.7k
Julien Marrec
answered 2015-04-09 02:00:42 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
3

Under the simulation tab in OS you can change the Heating and Cooling Sizing Factors

Heating and Cooling Sizing Factors

I am not sure if there is a PAT measure that will allow you to change it, but it would be an easy script.

TaylorRoberts's avatar
2.9k
TaylorRoberts
answered 2015-04-08 12:26:22 -0500
Julien Marrec's avatar
29.7k
Julien Marrec
updated 2015-04-08 13:39:56 -0500
edit flag offensive 0 remove flag delete link

Comments

Also note that this can be done in the Thermal Zones tab (ref Sizing:Zone) to override these global settings for Sizing:Parameters.

MatthewSteen's avatar MatthewSteen (2015-04-08 19:08:39 -0500) edit
add a comment see more comments
1

Thank you, that pointed me in the right direction. I ended up finding what I needed: the "sizing factor" field.

image description

DW's avatar
843
DW
answered 2015-04-08 15:19:45 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments