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

nagpalh's profile - activity

2023-02-16 04:57:00 -0500 marked best answer Why ZoneHVAC:Baseboard:RadiantConvective:Water has an air loop?

Hello all,

I want to simulate a simple single zone room with a single radiator unit with District Heating supplying the hot water to it. I want to use ZoneHVAC:Baseboard:RadiantConvective:Water. However, in the documentation I read that in addition to the hot water loop, there is an air loop with an air inlet and outlet node. I can not imagine it physically, how a radiator unit has an air loop. Has anyone simulated similar system before?

Thanks in advance.

2023-02-11 09:15:40 -0500 commented answer Why ZoneHVAC:Baseboard:RadiantConvective:Water has an air loop?

@Denis Bourgeois @Aaron Yes, the object does not need an air loop to be defined. However, I was confused because of the

2023-02-11 09:14:19 -0500 commented answer Why ZoneHVAC:Baseboard:RadiantConvective:Water has an air loop?

@Denis @Aaron Yes, the object does not need an air loop to be defined. However, I was confused because of the output var

2023-02-09 13:17:18 -0500 asked a question Why ZoneHVAC:Baseboard:RadiantConvective:Water has an air loop?

Why ZoneHVAC:Baseboard:RadiantConvective:Water has an air loop? Hello all, I want to simulate a simple single zone room

2020-06-04 18:38:46 -0500 received badge  Editor (source)
2020-06-04 18:38:46 -0500 edited question Cooling energy consumption is way higher than heating consumption for mild climate

Cooling energy consumption is way higher than heating consumption for mild climate I am simulating a virtual building wh

2020-06-04 18:37:41 -0500 asked a question Cooling energy consumption is way higher than heating consumption for mild climate

Cooling energy consumption is way higher than heating consumption for mild climate I am simulating a virtual building wh

2020-03-05 12:29:12 -0500 commented answer What is "Zone Air System Sensible Heating Energy"?

Just an another follow-up question, if I am asked what is the heating/cooling requirements of the building to maintain c

2020-03-05 12:28:36 -0500 commented answer What is "Zone Air System Sensible Heating Energy"?

Just an another follow-up question, if I am asked what is the heating/cooling requirements of the building to maintain c

2020-03-05 12:28:24 -0500 commented answer What is "Zone Air System Sensible Heating Energy"?

Just another follow-up question, if I am asked what is the heating/cooling requirements of the building to maintain cert

2020-03-05 12:24:09 -0500 marked best answer What is "Zone Air System Sensible Heating Energy"?

Could anyone explain to me clearly that what "Zone Air System Sensible Heating Energy " means? From the EnergyPlus documentation, my understanding is that even if the heating coil is not on, this variable can have a positive value, because it includes the heat added from the fan and OA as well.

Are there any other parameters which add to "Zone Air System Sensible Heating Energy "?

2020-03-05 11:04:40 -0500 asked a question What is "Zone Air System Sensible Heating Energy"?

What is "Zone Air System Sensible Heating Energy"? Could anyone explain to me clearly that what "Zone Air System Sensibl

2019-03-27 12:46:36 -0500 marked best answer Set Heating and Cooling availability schedule for Ideal load air system

Hi Everyone,

My objective is to control the heating and cooling availability schedule of zoneHvac:IdealAirLoadSystem. I take the following steps.

1) Define a heating and cooling availability on/off schedule in Schedule : Compact, set initial value to 1. 2) Use EMS sensor to get the zone temperature which is used late in EMS program 3) Define EMS Actuator to control heating and cooling availability schedule of IdealAirLoadSystem 4) Define the EMS program to activate the actuator

My Eplus objects are detailed below. I am not sure which calling point to use? No matter which calling point I choose the value of heating and cooling availability doesn't change from 1.

I'd appreciate any help.

Thanks

**Schedule:Compact,
    HeaAva,                  !- Name
    On/Off,                  !- Schedule Type Limits Name
    Through: 12/31,          !- Field 1
    For: Alldays,            !- Field 2
    Until: 24:00,            !- Field 3
    1;                       !- Field 4

Schedule:Compact,
    CooAva,                  !- Name
    On/Off,                  !- Schedule Type Limits Name
    Through: 12/31,          !- Field 1
    For: Alldays,            !- Field 2
    Until: 24:00,            !- Field 3
    1;                       !- Field 4

ZoneHVAC:IdealLoadsAirSystem,
    WestZoneIdealAir,        !- Name
    ,                        !- Availability Schedule Name
    Zone1Inlets,             !- Zone Supply Air Node Name
    ,                        !- Zone Exhaust Air Node Name
    ,                        !- System Inlet Air Node Name
    50,                      !- Maximum Heating Supply Air Temperature {C}
    13,                      !- Minimum Cooling Supply Air Temperature {C}
    0.015,                   !- Maximum Heating Supply Air Humidity Ratio {kgWater/kgDryAir}
    0.01,                    !- Minimum Cooling Supply Air Humidity Ratio {kgWater/kgDryAir}
    NoLimit,                 !- Heating Limit
    ,                        !- Maximum Heating Air Flow Rate {m3/s}
    ,                        !- Maximum Sensible Heating Capacity {W}
    NoLimit,                 !- Cooling Limit
    ,                        !- Maximum Cooling Air Flow Rate {m3/s}
    ,                        !- Maximum Total Cooling Capacity {W}
    HeaAva,                  !- Heating Availability Schedule Name
    CooAva,                  !- Cooling Availability Schedule Name
    ConstantSupplyHumidityRatio,  !- Dehumidification Control Type
    ,                        !- Cooling Sensible Heat Ratio {dimensionless}
    ConstantSupplyHumidityRatio,  !- Humidification Control Type
    ,                        !- Design Specification Outdoor Air Object Name
    ,                        !- Outdoor Air Inlet Node Name
    ,                        !- Demand Controlled Ventilation Type
    ,                        !- Outdoor Air Economizer Type
    ,                        !- Heat Recovery Type
    ,                        !- Sensible Heat Recovery Effectiveness {dimensionless}
    ;                        !- Latent Heat Recovery Effectiveness {dimensionless}**

!-   ===========  ALL OBJECTS IN CLASS: ENERGYMANAGEMENTSYSTEM:SENSOR ===========

EnergyManagementSystem:Sensor,
    ZoneTemp,                !- Name
    West Zone,               !- Output:Variable or Output:Meter Index Key Name
    Zone Mean Air Temperature ;  !- Output:Variable or Output:Meter Name


!-   ===========  ALL OBJECTS IN CLASS: ENERGYMANAGEMENTSYSTEM:ACTUATOR ===========

EnergyManagementSystem:Actuator,
    HeaAvaActuator,          !- Name
    HeaAva,                  !- Actuated Component Unique Name
    Schedule:Compact,        !- Actuated Component Type
    Schedule Value;          !- Actuated Component Control Type

EnergyManagementSystem:Actuator,
    CooAvaActuator,          !- Name
    CooAva,                  !- Actuated Component Unique Name
    Schedule:Compact,        !- Actuated Component Type
    Schedule Value;          !- Actuated Component Control Type


!-   ===========  ALL OBJECTS IN CLASS: ENERGYMANAGEMENTSYSTEM:PROGRAMCALLINGMANAGER ===========

EnergyManagementSystem:ProgramCallingManager,
    myPrograms,              !- Name
    BeginTimestepBeforePredictor,  !- EnergyPlus Model Calling Point
    HeatingAvailabilityProgram,  !- Program Name 1
    CoolingAvailabilityProgram;  !- Program Name 2


!-   ===========  ALL OBJECTS IN CLASS: ENERGYMANAGEMENTSYSTEM:PROGRAM ===========

EnergyManagementSystem:Program,
    HeatingAvailabilityProgram,  !- Name
    IF (ZoneTemp < 19 ),     !- Program Line 1
    SET HeaAva = 1,          !- Program Line 2
    ELSE,                    !- A4
    SET HeaAva = 0,          !- A5
    ENDIF;                   !- A6

EnergyManagementSystem:Program,
    CoolingAvailabilityProgram,  !- Name
    IF (ZoneTemp > 25 ),     !- Program Line 1
    SET CooAva = 1,          !- Program Line 2
    ELSE,                    !- A4
    SET CooAva = 0,          !- A5
    ENDIF;                   !- A6
2019-03-27 12:46:36 -0500 received badge  Scholar (source)
2019-03-27 12:46:28 -0500 commented answer Set Heating and Cooling availability schedule for Ideal load air system

Thank you. You're right. Such a silly mistake.

2019-03-27 05:04:15 -0500 commented answer Set Heating and Cooling availability schedule for Ideal load air system

Thank you for your great suggestion. I checked the *.edd file. It seems that the EMS program is running absolutely as pe

2019-03-26 09:29:33 -0500 edited question Set Heating and Cooling availability schedule for Ideal load air system

Set Heating and Cooling availability schedule for Ideal load air system Hi Everyone, My objective is to control the hea

2019-03-26 09:27:30 -0500 asked a question Set Heating and Cooling availability schedule for Ideal load air system

Set Heating and Cooling availability schedule for Ideal load air system Hi Everyone, My objective is to control the hea

2019-03-06 04:01:36 -0500 asked a question Drain water heat recovery as heat source to a Heat Pump?

Drain water heat recovery as heat source to a Heat Pump? Hi, I want to simulate a heat pump which uses drain water as

2019-02-18 04:58:18 -0500 asked a question How to get response of a building subjected to manual heating and cooling rate?

How to get response of a building subjected to manual heating and cooling rate? Hi, I am trying to simulate a one-stor

2019-02-13 05:49:58 -0500 received badge  Supporter (source)
2017-05-29 14:59:39 -0500 received badge  Student (source)
2017-05-29 14:25:42 -0500 asked a question Parametric analysis tool- Error connecting to existing server

Parametric analysis tool- Error connecting to existing server Hi all, I am using parametric analysis tool by OpenStudio