0

Suelo radiante en OpenStudio (Radiant floor in OpenStudio)

Good afternoon, I am trying to install radiant floor on my open studio model. I have placed ''Zone HVAC Baseboard Rad Conv Water'' and I get these errors. Does anyone know if the HVAC system chosen corresponds to radiant floor and how to solve these errors?

Program Version,EnergyPlus, Version 22.2.0-aa78da9668, YMD=2023.04.14 13:07,
** Severe  ** <root>[ZoneHVAC:Baseboard:RadiantConvective:Water][Zone HVAC Baseboard Rad Conv Water] - Missing required property 'inlet_node_name'.
** Severe  ** <root>[ZoneHVAC:Baseboard:RadiantConvective:Water][Zone HVAC Baseboard Rad Conv Water] - Missing required property 'outlet_node_name'.
**  Fatal  ** Errors occurred on processing input file. Preceding condition(s) cause termination.

Sorry for my english Regards, Pablo

Pablocm's avatar
55
Pablocm
asked 2023-04-14 06:16:03 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2023-04-14 12:25:52 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Each instance of a ZoneHVAC:Baseboard:RadiantConvective:Water (i.e. radiador de agua caliente?, not radiant floor heating) in an IDF must have both an inlet node (hot water in) and outlet node (tepid water out), in turn linked to a water loop (e.g. linked to a boiler). You're likely after a
- ZoneHVAC:LowTemperatureRadiant:VariableFlow or
- ZoneHVAC:LowTemperatureRadiant:ConstantFlow ... both requiring inlet and outlet nodes as well.

A few of these as OpenStudio classes:
- ZoneHVACBaseboardRadiantConvectiveWater
- ZoneHVACLowTempRadiantVarFlow
- ZoneHVACLowTempRadiantConstFlow

Denis Bourgeois's avatar
2.8k
Denis Bourgeois
answered 2023-04-14 14:38:47 -0500, updated 2023-04-14 15:15:03 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you very much for your reply.

You are absolutely right, I put radiators instead of radiant floor.

I have placed the boiler and the input and output nodes as you have told me but I get the following errors. Could you tell me a way to solve them through open studio without going to an IDF editor?

* Severe * <root>[Branch][Plant Loop 1 Demand Branch 1][components][0] - Missing required property 'component_name'. * Severe * <root>[Branch][Plant Loop 1 Demand Branch 1][components][0] - Missing required property 'component_object_type'.

Pablocm's avatar Pablocm (2023-04-15 12:41:12 -0500) edit

Julien Marrec recently gave some nice advice for a similar issue. He references a very handy (Ruby-scripted) OpenStudio SDK example of how to set up radiant floor heating, plant loop and heat pump. Follow the logic/sequence, and hopefully fix your issue. Of course, you would need to adapt the solution to your case.

Denis Bourgeois's avatar Denis Bourgeois (2023-04-17 06:09:43 -0500) edit
add a comment see more comments