First time here? Check our help page!
2

Cannot find lighting and exterior equipment assigned in OS

I am using OS v2.4.
I only define two types of electric equipment definition using Watts Per Space Floor Area as shown below image.
However, when I look at the idf file exported from OS, I saw other definition is included using Design Level (I put one of the example below). I want to delete these definition in OS. But cannot find anywhere. Does anyone know where these are defined? Same situation for Lighting also.
image description

Lights,
    Lights 22,               !- Name
    28F_PlantRm1,            !- Zone or ZoneList Name
    All On,                  !- Schedule Name
    LightingLevel,           !- Design Level Calculation Method
    98.3999997801983,        !- Lighting Level {W}
    ,                        !- Watts per Zone Floor Area {W/m2}
    ,                        !- Watts per Person {W/person}
    ,                        !- Return Air Fraction
    ,                        !- Fraction Radiant
    ,                        !- Fraction Visible
    ;                        !- Fraction Replaceable

ElectricEquipment,
    Electric Equipment 10,   !- Name
    28F_PlantRm1,            !- Zone or ZoneList Name
    All On,                  !- Schedule Name
    EquipmentLevel,          !- Design Level Calculation Method
    196.799999560397,        !- Design Level {W}
    ,                        !- Watts per Zone Floor Area {W/m2}
    ,                        !- Watts per Person {W/person}
    ,                        !- Fraction Latent
    ,                        !- Fraction Radiant
    ;                        !- Fraction Lost
katsuya.obara's avatar
2.1k
katsuya.obara
asked 2018-05-31 19:25:39 -0500, updated 2018-06-02 03:50:22 -0500
edit flag offensive 0 remove flag close merge delete

Comments

@katsuya.obara Can you list the "other definitions" you get in the idf or better post a link to the OS model?

Avi's avatar Avi (2018-06-01 08:10:42 -0500) edit

@Avi I have added ElectricEquipment also. Is this what you expect me to do? I cannot post a like to OS model since this is the model for on going project.

katsuya.obara's avatar katsuya.obara (2018-06-02 03:51:32 -0500) edit
add a comment see more comments

1 Answer

3

This is automatically done by OpenStudio during forward translation when you have more than one space in the same thermal zone.

It combines the Spaces into a single thermal zone, and when doing this, it converts the various potential Lights (and LightsDefinition) objects into a given lighthing level (absolute, in W, allows to sum two or more LightsDefinition that could have different lighting units).

Source:

Julien Marrec's avatar
29.7k
Julien Marrec
answered 2018-06-04 07:50:13 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments