2

Apply chiller sequencing in idf file

Hello there!

I have a building model which has 4 chillers in the cooling plant. In idf file I want to apply chiller sequencing according to the chiller electricity consumption (power-based control). I have an experimental data from the last summer from 4 chillers indicating chiller energy consumption and cooling load provided by each chiller. Do you have any idea how I can apply this method in idf file?

behzadrizi's avatar
51
behzadrizi
asked 2021-02-13 14:23:31 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2021-04-02 12:16:39 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Can you see a pattern in the chiller electricity consumption? Something that could tell you what the control sequence might be, eg if load is > X Watts, then chiller 1 only, if load > Y, chiller 1 & 2, etc?

Julien Marrec's avatar Julien Marrec (2021-02-15 03:20:25 -0500) edit

Yes, I have a trend for that showing me the control sequence of chillers according to the chiller energy consumption and cooling load provided by each chiller? I just want to apply these sequence on the idf file!

behzadrizi's avatar behzadrizi (2021-02-15 09:16:48 -0500) edit

Use a PlantEquipmentOperation:CoolingLoad to define your ranges of equipment operating between ranges of cooling load. Plenty of example files show how to use the object, cf ElectricEIRChiller.idf for example

Julien Marrec's avatar Julien Marrec (2021-02-17 02:25:38 -0500) edit

Thanks Julien for providing the response!

behzadrizi's avatar behzadrizi (2021-02-18 08:25:17 -0500) edit

Moving it an answer for good housekeeping then.

Julien Marrec's avatar Julien Marrec (2021-02-23 03:33:41 -0500) edit
add a comment see more comments

1 Answer

2

Use a PlantEquipmentOperation:CoolingLoad to define your ranges of equipment operating between ranges of cooling load. Plenty of example files show how to use the object, cf ElectricEIRChiller.idf for example

Julien Marrec's avatar
29.7k
Julien Marrec
answered 2021-02-23 03:33:15 -0500
edit flag offensive 0 remove flag delete link

Comments

You can tell me Where is this file ElectricEIRChiller.idf and PlantequipmentOperation:coolingload. Please help me?

jacky's avatar jacky (2023-04-19 22:35:10 -0500) edit

In the EnergyPlus install folder, under ExampleFIles folder, eg: C:\EnergyPlus-23-1-0\ExampleFiles\ElectricEIRChiller.idf. Also available online at NREL/EnergyPlus if you want.

Julien Marrec's avatar Julien Marrec (2023-04-24 02:07:45 -0500) edit

Thank @Juilien but I am using Sketchup/Openstudio version 3.2.1 and I will have to install Energylus and is there any other way? Thank you

jacky's avatar jacky (2023-04-24 09:30:29 -0500) edit

Specifically for 3.2.1, the version of E+ is 9.5.0, so just use https://github.com/NREL/EnergyPlus/bl...

Julien Marrec's avatar Julien Marrec (2023-04-26 03:56:41 -0500) edit
add a comment see more comments