3

Simulate equipment in isolation

Keen to simulate different configurations of plant but without modelling the whole building.

Is it possible to simulate a pair of cooling towers that maintain a given CW setpoint and use historical data for entering and leaving temps only across the boundary. The goal is to test different power consumption for CT's running simultaneously at lower speed vs rotating each CT given a run hours limit.

I'm just getting started with OpenStudio and this seems like a simple way to start

candronikos's avatar
31
candronikos
asked 2019-10-24 23:07:57 -0500
edit flag offensive 0 remove flag close merge delete

Comments

3

Hi,

I am not very familiar with Openstudio but you could certainly do this to a large extent using EnergyPlus (IDF). You should look into the objects like LoadProfile:Plant to define cooling load without modeling whole building. Additionally, you might need to look into PlantComponent:TemperatureSource object & the EMS programming to define different Cooling tower temperatures. Check this example file in the example folder of E+ installation folder for some more clarity 'PlantLoadProfileCoolingReturnReset.idf'.

Hope this is helpful.

Javed's avatar Javed (2019-10-28 01:18:33 -0500) edit
add a comment see more comments

1 Answer

1

Like @Javed said, LoadProfile:Plant (I/O reference) is what you're looking for. It's a bit weird to setup and manipulate the first time. You'll have to provide two schedules, one for the load itself [W] and another for flow fraction that gets multiplied by the nominal flow rate you enter in it.

It is directly available in the OpenStudio Application. You'll need to set up a single plant loop with a pump, a SPM, your supply equipment (cooling towers) and that load profile object. Aside from that, you need a weather file and a couple of design days unless you hardsize everything. Here's a dummy example:

image description

Julien Marrec's avatar
29.7k
Julien Marrec
answered 2019-10-29 17:41:13 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you for your response. Now that I've had a look around, is it possible to tune the equip parameters using historical data from the plant?

I'm seeing a long list of coefficients for the cooling towers.

candronikos's avatar candronikos (2019-11-01 22:45:40 -0500) edit

Are you looking to set the fan speed and flow rate for the cooling tower or something?

Julien Marrec's avatar Julien Marrec (2019-11-06 07:03:06 -0500) edit
add a comment see more comments