First time here? Check out the Help page!
1 | initial version |
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:
ForwardTranslator::translateModelPrivate
calls thermalZone.combineSpaces
: ForwardTranslator.cpp#L226In ThermalZone::combineSpaces
, it calls SpaceLoad::hardsize()
: ThermalZone.cpp#L1638