First time here? Check our help page!
1

Default Latent and Radiant Fraction for Equipment and lights

Hi all,

Does anyone know the default values E+ uses for the following?

  • Latent and Radiant fractions for ElectricEquipment
  • Radiant Fraction for Lights

The IDF editor and I/O manual don´t specify what is assumed when the input is left empty in the .idf.

Thanks,

Rafael

rafael.alonso's avatar
933
rafael.alonso
asked 2020-04-29 11:26:44 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-04-29 15:44:43 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

5

Zero. From Energy+.idd:

ElectricEquipment:

N4 , \field Fraction Latent
     \type real
     \minimum 0.0
     \maximum 1.0
     \default 0
N5 , \field Fraction Radiant
     \type real
     \minimum 0.0
     \maximum 1.0
     \default 0

Lights:

N5 , \field Fraction Radiant
     \type real
     \minimum 0.0
     \maximum 1.0
     \default 0
N6 , \field Fraction Visible
     \type real
     \minimum 0.0
     \maximum 1.0
     \default 0
ericringold's avatar
10.6k
ericringold
answered 2020-04-29 16:41:20 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments