First time here? Check our help page!
2

Optimum Part Load Ratio

Chiller and Boiler objects such as Chiller:Electric:EIR have a Field: Optimum Part Load Ratio. What is this for? I tried changing the ratio, but the simulation result didn't change at all, which makes sense as chiller/boiler performance is defined by performance curves. This is an unnecessary field, isn't it?

Keigo's avatar
4k
Keigo
asked 2022-10-06 08:19:48 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2022-10-06 08:59:50 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

4

In the PlantLoop object is an input for Load Distribution Scheme.

PlantLoop,
  Optimal;          !- Load Distribution Scheme

Choices are:

A14, \field Load Distribution Scheme
    \type choice
    \key Optimal
    \key SequentialLoad
    \key UniformLoad
    \key UniformPLR
    \key SequentialUniformPLR
    \default SequentialLoad

This input is set up to allow a set of chillers (2 or more) to run the first few chillers at optimum part load ratio while the last chiller meets the remaining load. I have not tested this but it is supposed to work this way. I'm not sure what happens with only 1 chiller.

rraustad's avatar
13.8k
rraustad
answered 2022-10-06 08:48:51 -0500, updated 2022-10-06 08:49:28 -0500
edit flag offensive 0 remove flag delete link

Comments

I see! I tested Optimal Load Distribution Scheme with 2 chillers. The chillers worked as you explained. But then, Optimal Load Distribution Scheme does not refer to performance curves. I misunderstood that. Thank you for your answer.

Keigo's avatar Keigo (2022-10-06 23:12:36 -0500) edit
add a comment see more comments