Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
3

Simulate equipment in isolation

asked 2019-10-24 23:07:57 -0500

candronikos's avatar

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

edit retag flag offensive 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

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-10-29 17:41:13 -0500

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

edit flag offensive delete link more

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

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

2 followers

Stats

Asked: 2019-10-24 23:07:57 -0500

Seen: 251 times

Last updated: Oct 29 '19