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

How do you model a heating only radiant system?

asked 2015-08-18 15:50:36 -0500

ethankheil's avatar

updated 2015-08-21 11:25:50 -0500

Is there any way to model a radiant system for heating only. The cooling control temperature schedule seems to be a required input. This question suggested creating an "Always Off" schedule, but I'm not quite sure how to do this, and where this schedule should be set.

edit retag flag offensive close merge delete

Comments

@ethankheil: just for clarification, are you using ZoneHVAC:LowTemperatureRadiant:VariableFlow object for radiant panels?

Waseem's avatar Waseem  ( 2015-08-18 15:53:55 -0500 )edit

Yes, @Waseem. Sorry for not being more specific.

ethankheil's avatar ethankheil  ( 2015-08-18 16:26:46 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2015-08-19 03:40:08 -0500

Waseem's avatar

updated 2015-08-21 10:27:09 -0500

The ZoneHVAC:LowTemperatureradiant:VaribaleFlow does require three schedules i.e. one for availability, second for heating control temperature schedule and the last one for cooling control schedule. These systems can be modeled using availability and heating control schedules (for heating purposes only) i.e. without defining schedule for cooling control. I just simulated without defining cooling control temperature schedule and it worked fine for me. See below the way I defined the object;

ZoneHVAC:LowTemperatureRadiant:VariableFlow,
Block1:Zone1 Heated Floor,     ! - Component name
On 24/7,                                 ! - Availability schedule
Block1:Zone1,                          ! - Zone name
Block1:Zone1 Heated Floor Radiant Surface List, ! - Radiant surface group name
0.0130,                             ! - Hydronic tubing inside diameter (m)
autosize,                            ! - Hydronic tubing length (m)
MeanAirTemperature,         ! - Temperature control type
autosize,                            ! - Maximum hot water flow (m3/s)
Block1:Zone1 Heated Floor Hot Water Inlet Node,  ! - Heating water inlet node
Block1:Zone1 Heated Floor Hot Water Outlet Node, ! - Heating water outlet node
2.00,                                  ! - Heating control throttling range (C)
Block1:Zone1 Heating Setpoint Schedule,     ! - Heating control temperature schedule
,                                        ! - Maximum cold water flow (m3/s)
,                                         ! - Cooling water inlet node
,                                         ! - Cooling water outlet node
,                                         ! - Cooling control throttling range (C)
,                                         ! - Cooling high control temperature schedule
SimpleOff,                          ! - Condensation control type
1.00,                                  ! - Condensation control dewpoint offset
OnePerSurface,                  ! - Number of circuits
106.700;                            ! - Circuit length (m)

P.S. I did try this using E+ 8.1, 8.2 and 8.3, all worked fine for me. If you are getting some kind of error then please share that. Also, my question was based on using E+ text editor not OpenStudio (as you did not mentioned that you are using OpenStudio) but the idea is same. You just have to use availability and heating control temperature schedule.

OpenStudio

If you are doing it in OpenStudio, then once you have applied the Zone Equipment then you can apply your Cooling and Heating thermostat schedules. I don't know whether in OpenStudio we have to specify both schedules or specifying only one will work as I did in IDF file but you can assign Always Off schedule for Cooling. You can find this schedule under Library --> Schedule Rulesets, all you need to do is Drag and drop. See picture below;

Cooling Schedule_radiant-systems

edit flag offensive delete link more

Comments

@Waseem, thank you very much for this helpful and thorough answer. I apologize for not mentioning earlier that I am in fact using OpenStudio. How might this translate to the OS interface?

Thanks

ethankheil's avatar ethankheil  ( 2015-08-20 18:08:01 -0500 )edit

@ethankheil: Please see my edited answer above.

Waseem's avatar Waseem  ( 2015-08-21 04:43:00 -0500 )edit

@Waseem, thanks again for your help. Unfortunately when I drag the "Always Off Schedule" to the "Cooling Thermostat Schedule" box, the schedule is not properly assigned. Basically I drag the schedule to the appropriate box but it just disappears.

Thanks

ethankheil's avatar ethankheil  ( 2015-08-25 11:14:03 -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

1 follower

Stats

Asked: 2015-08-18 15:50:36 -0500

Seen: 767 times

Last updated: Aug 21 '15