2

How to set a node air temperature from outside as constant

I am running the energyplus example file which is named as 'DesiccantCVRh'. I draw the system diagram in the power point as shown below. In the original model, the Outside Air Inlet Node 1 is outside air node and the temperature of the inlet air is the time varying outdoor ambient temperature based on the weather file. My question is if i want to make the temperature of Outside Air Inlet Node 1 as constant like 50 degree, 70 degree....during the whole simulation, how can i do it? What objects i need to add?

image description

Dr. Fan's avatar
430
Dr. Fan
asked 2018-01-01 17:32:58 -0500
Julien Marrec's avatar
29.7k
Julien Marrec
updated 2018-01-02 03:04:34 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

You can input schedules to hard set the conditions of the OutdoorAir:Node, especially Drybulb Temperature Schedule Name and Wetbulb Temperature Schedule Name.

So you create two Schedule:Constant (or Schedule:Compact) and reference them in the OutdoorAir:Node.

Julien Marrec's avatar
29.7k
Julien Marrec
answered 2018-01-02 02:59:03 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you very much for your useful advice. You are perfectly correct. When I looked at the input and output document, I missed this point. Your suggestion saves my time. Thanks again.

Dr. Fan's avatar Dr. Fan (2018-01-02 06:15:47 -0500) edit
add a comment see more comments