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

Green roof outputs

asked 2017-11-17 02:39:33 -0500

Milad's avatar

updated 2017-11-17 11:23:14 -0500

Hello I am modeling green roof with energyplus and I want to see how much is the heat flux is belonged to evaporation or finding the surface temperature of the substrate...Does anyone know how can I find these outputs? Thank you

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2017-11-17 11:46:54 -0500

Every object in EnergyPlus has a specific list of output variables that it can report. For the Material:RoofVegetation object, that list of output variables includes:

  • Green Roof Vegetation Latent Heat Transfer Rate per Area [W/m2] : Latent heat flux from vegetation
  • Green Roof Soil Latent Heat Transfer Rate per Area [W/m2] : Latent heat flux from ground surface
  • Green Roof Soil Temperature [C] : Temperature of the Soil layer temperature
  • Green Roof Vegetation Temperature [C] : Temperature of the Vegetation layer temperature

The Material:RoofVegetation object is used to represent only the layer of soil and vegetation. To include a layer for a substrate, you will likely need to include a Material object or something similar in your input file, and then reference both of these with any other roof layers using a Construction object.

To generate output variables from EnergyPlus models, you will need to add Output:Variable objects to your input file. Refer to other posts HERE and HERE related to adding output variables to EnergyPlus models. It seems that you can report inside and outside face temperatures for an entire surface, but not temperatures inside of a construction assembly defined by Material objects (other objects like MaterialProperty:VariableThermalConductivity and MaterialProperty:HeatAndMoistureTransfer:ThermalConductivity can generate output variables for temperatures inside of a construction assembly).

edit flag offensive delete link more

Comments

Thank you so much

Milad's avatar Milad  ( 2017-11-20 15:19:38 -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: 2017-11-17 02:39:33 -0500

Seen: 332 times

Last updated: Nov 17 '17