Pages From InputOutputReference

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

EnergyPlus™ Version 9.6.

0 Documentation

Input Output Reference

U.S. Department of Energy

September 23, 2021

Build: f420c06a69
COPYRIGHT (c) 1996-2021 THE BOARD OF TRUSTEES OF THE UNIVERSITY OF ILLINOIS,
THE REGENTS OF THE UNIVERSITY OF CALIFORNIA THROUGH THE ERNEST ORLANDO
LAWRENCE BERKELEY NATIONAL LABORATORY, OAK RIDGE NATIONAL LABORATORY,
MANAGED BY UT-BATTELLE, ALLIANCE FOR SUSTAINABLE ENERGY, LLC, AND OTHER
CONTRIBUTORS. ALL RIGHTS RESERVED. NO PART OF THIS MATERIAL MAY BE REPRO-
DUCED OR TRANSMITTED IN ANY FORM OR BY ANY MEANS WITHOUT THE PRIOR WRIT-
TEN PERMISSION OF THE UNIVERSITY OF ILLINOIS OR THE ERNEST ORLANDO LAWRENCE
BERKELEY NATIONAL LABORATORY. ENERGYPLUS IS A TRADEMARK OF THE US DEPART-
MENT OF ENERGY.
Contents

1 Input-Output Reference 25
1.1 What’s different about EnergyPlus Input and Output? . . . . . . . . . . . . . . . . 25
1.1.1 EnergyPlus Input Processing . . . . . . . . . . . . . . . . . . . . . . . . . . 25
1.1.2 General Input Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
1.1.3 EnergyPlus Output Processing . . . . . . . . . . . . . . . . . . . . . . . . . 27
1.2 IDD Conventions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
1.2.1 IDD – IP Units . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
1.3 Input – Output Descriptions (Document) . . . . . . . . . . . . . . . . . . . . . . . . 33
1.3.1 Input Descriptions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
1.3.2 Output Descriptions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
1.4 Using EnergyPlus as a Library . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
1.4.1 State API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
1.4.2 Functional API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
1.4.3 Runtime API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
1.4.4 Data Exchange API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
1.4.5 Full Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
1.4.6 Building and Linking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
1.5 Group – Simulation Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
1.5.1 Version . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
1.5.2 Timestep . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
1.5.3 ConvergenceLimits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
1.5.4 Building . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
1.5.5 SurfaceConvectionAlgorithm:Inside . . . . . . . . . . . . . . . . . . . . . . . 54
1.5.6 SurfaceConvectionAlgorithm:Outside . . . . . . . . . . . . . . . . . . . . . . 55
1.5.7 HeatBalanceAlgorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
1.5.8 HeatBalanceSettings:ConductionFiniteDifference . . . . . . . . . . . . . . . 57
1.5.9 ZoneAirHeatBalanceAlgorithm . . . . . . . . . . . . . . . . . . . . . . . . . 58
1.5.10 ZoneAirContaminantBalance . . . . . . . . . . . . . . . . . . . . . . . . . . 59
1.5.11 ShadowCalculation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
1.5.12 Output:Diagnostics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64
1.5.13 Output:DebuggingData . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65
1.5.14 Output:PreprocessorMessage . . . . . . . . . . . . . . . . . . . . . . . . . . 66
1.5.15 ZoneCapacitanceMultiplier:ResearchSpecial . . . . . . . . . . . . . . . . . . 66
1.5.16 SimulationControl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67
1.5.17 PerformancePrecisionTradeoffs . . . . . . . . . . . . . . . . . . . . . . . . . 69
1.5.18 HVACSystemRootFindingAlgorithm . . . . . . . . . . . . . . . . . . . . . . 77

2
CONTENTS 3

1.5.19 Meter:Custom . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78
1.5.20 Meter:CustomDecrement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
1.5.21 Custom Meter Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81
1.5.22 Simulation Parameter Outputs . . . . . . . . . . . . . . . . . . . . . . . . . 82
1.6 Group – Compliance Objects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
1.6.1 Compliance:Building . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
1.7 Group – Location – Climate – Weather File Access . . . . . . . . . . . . . . . . . . 82
1.7.1 Site:Location . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
1.7.2 Site:VariableLocation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
1.7.3 SizingPeriod:DesignDay . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84
1.7.4 Longer Design Periods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93
1.7.5 SizingPeriod:WeatherFileDays . . . . . . . . . . . . . . . . . . . . . . . . . . 93
1.7.6 SizingPeriod:WeatherFileConditionType . . . . . . . . . . . . . . . . . . . . 95
1.7.7 RunPeriod . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 96
1.7.8 RunPeriodControl:SpecialDays . . . . . . . . . . . . . . . . . . . . . . . . . 100
1.7.9 RunPeriodControl:DaylightSavingTime . . . . . . . . . . . . . . . . . . . . . 101
1.7.10 WeatherProperty:SkyTemperature . . . . . . . . . . . . . . . . . . . . . . . 102
1.7.11 Site:WeatherStation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104
1.7.12 Site:HeightVariation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105
1.7.13 Site:GroundTemperature:BuildingSurface . . . . . . . . . . . . . . . . . . . . 107
1.7.14 Site:GroundTemperature:Shallow . . . . . . . . . . . . . . . . . . . . . . . . 107
1.7.15 Site:GroundTemperature:Deep . . . . . . . . . . . . . . . . . . . . . . . . . 108
1.7.16 Site:GroundTemperature:Undisturbed:FiniteDifference . . . . . . . . . . . . 108
1.7.17 Site:GroundTemperature:Undisturbed:KusudaAchenbach . . . . . . . . . . . 109
1.7.18 Site:GroundTemperature:Undisturbed:Xing . . . . . . . . . . . . . . . . . . 110
1.7.19 Site:GroundDomain:Slab . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 111
1.7.20 Site:GroundDomain:Basement . . . . . . . . . . . . . . . . . . . . . . . . . . 117
1.7.21 Site:GroundTemperature:FCfactorMethod . . . . . . . . . . . . . . . . . . . 122
1.7.22 Site:GroundReflectance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 122
1.7.23 Site:GroundReflectance:SnowModifier . . . . . . . . . . . . . . . . . . . . . . 123
1.7.24 Site:WaterMainsTemperature . . . . . . . . . . . . . . . . . . . . . . . . . . 123
1.7.25 Site:Precipitation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 124
1.7.26 RoofIrrigation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 126
1.7.27 Solar and Visible Spectrum Objects . . . . . . . . . . . . . . . . . . . . . . . 126
1.7.28 Site:SolarAndVisibleSpectrum . . . . . . . . . . . . . . . . . . . . . . . . . . 127
1.7.29 Site:SpectrumData . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 127
1.7.30 Climate Group Outputs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128
1.7.31 Weather Data Related Outputs . . . . . . . . . . . . . . . . . . . . . . . . . 128
1.7.32 Outputs for local temperature/wind speed calculations . . . . . . . . . . . . 135
1.8 Group – Schedules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 136
1.8.1 Day Type . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 136
1.8.2 ScheduleTypeLimits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137
1.8.3 Day Schedules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 138
1.8.4 Schedule:Day:Hourly . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 138
1.8.5 Schedule:Day:Interval . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 139
1.8.6 Schedule:Day:List . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140
4 CONTENTS

1.8.7 Week Schedule(s) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141


1.8.8 Schedule:Week:Daily . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141
1.8.9 Schedule:Week:Compact . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 142
1.8.10 Schedule:Year . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 143
1.8.11 Schedule:Compact . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 144
1.8.12 Schedule:Constant . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146
1.8.13 Schedule:File . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 147
1.8.14 Schedule:File:Shading . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149
1.9 Group – Surface Construction Elements . . . . . . . . . . . . . . . . . . . . . . . . 150
1.9.1 Specifying the Building Envelope . . . . . . . . . . . . . . . . . . . . . . . . 150
1.9.2 Material and Material Properties . . . . . . . . . . . . . . . . . . . . . . . . 150
1.9.3 Material . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152
1.9.4 Material:NoMass . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 154
1.9.5 Material:InfraredTransparent . . . . . . . . . . . . . . . . . . . . . . . . . . 155
1.9.6 Material:AirGap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 156
1.9.7 MaterialProperty:MoisturePenetrationDepth:Settings . . . . . . . . . . . . . 157
1.9.8 MaterialProperty:PhaseChange . . . . . . . . . . . . . . . . . . . . . . . . . 161
1.9.9 MaterialProperty:PhaseChangeHysteresis . . . . . . . . . . . . . . . . . . . 163
1.9.10 MaterialProperty:VariableThermalConductivity . . . . . . . . . . . . . . . . 167
1.9.11 MaterialProperty:HeatAndMoistureTransfer:Settings . . . . . . . . . . . . . 169
1.9.12 MaterialProperty:HeatAndMoistureTransfer:SorptionIsotherm . . . . . . . . 170
1.9.13 MaterialProperty:HeatAndMoistureTransfer:Suction . . . . . . . . . . . . . 171
1.9.14 MaterialProperty:HeatAndMoistureTransfer:Redistribution . . . . . . . . . . 172
1.9.15 MaterialProperty:HeatAndMoistureTransfer:Diffusion . . . . . . . . . . . . . 173
1.9.16 MaterialProperty:HeatAndMoistureTransfer:ThermalConductivity . . . . . . 174
1.9.17 Materials for Glass Windows and Doors . . . . . . . . . . . . . . . . . . . . 176
1.9.18 WindowMaterial:Glazing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 176
1.9.19 WindowMaterial:Glazing:RefractionExtinctionMethod . . . . . . . . . . . . 182
1.9.20 Glass Optical Properties Conversion . . . . . . . . . . . . . . . . . . . . . . 184
1.9.21 WindowMaterial:GlazingGroup:Thermochromic . . . . . . . . . . . . . . . . 184
1.9.22 WindowMaterial:Gas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 189
1.9.23 WindowMaterial:GasMixture . . . . . . . . . . . . . . . . . . . . . . . . . . 191
1.9.24 WindowMaterial:Gap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 192
1.9.25 WindowGap:DeflectionState . . . . . . . . . . . . . . . . . . . . . . . . . . . 193
1.9.26 WindowGap:SupportPillar . . . . . . . . . . . . . . . . . . . . . . . . . . . . 194
1.9.27 WindowMaterial:SimpleGlazingSystem . . . . . . . . . . . . . . . . . . . . . 195
1.9.28 WindowMaterial:Shade . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 196
1.9.29 WindowMaterial:Blind . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 201
1.9.30 WindowMaterial:ComplexShade . . . . . . . . . . . . . . . . . . . . . . . . . 205
1.9.31 WindowMaterial:Screen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 211
1.9.32 WindowMaterial:Shade:EquivalentLayer . . . . . . . . . . . . . . . . . . . . 218
1.9.33 WindowMaterial:Drape:EquivalentLayer . . . . . . . . . . . . . . . . . . . . 219
1.9.34 WindowMaterial:Blind:EquivalentLayer . . . . . . . . . . . . . . . . . . . . 223
1.9.35 WindowMaterial:Screen:EquivalentLayer . . . . . . . . . . . . . . . . . . . . 227
1.9.36 WindowMaterial:Glazing:EquivalentLayer . . . . . . . . . . . . . . . . . . . 230
1.9.37 WindowMaterial:Gap:EquivalentLayer . . . . . . . . . . . . . . . . . . . . . 234
CONTENTS 5

1.9.38 Material:RoofVegetation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 236


1.9.39 Ecoroof / RoofVegetation outputs . . . . . . . . . . . . . . . . . . . . . . . . 239
1.9.40 MaterialProperty:GlazingSpectralData . . . . . . . . . . . . . . . . . . . . . 241
1.9.41 Construction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 242
1.9.42 Constructions - Modeling Underground Walls and Ground Floors Defined
with C and F Factors for Building Energy Code Compliance . . . . . . . . . 246
1.9.43 Construction:CfactorUndergroundWall . . . . . . . . . . . . . . . . . . . . . 247
1.9.44 Construction:FfactorGroundFloor . . . . . . . . . . . . . . . . . . . . . . . . 247
1.9.45 ConstructionProperty:InternalHeatSource . . . . . . . . . . . . . . . . . . . 248
1.9.46 Construction:AirBoundary . . . . . . . . . . . . . . . . . . . . . . . . . . . . 251
1.9.47 Composite Wall Constructions . . . . . . . . . . . . . . . . . . . . . . . . . 251
1.9.48 Construction:ComplexFenestrationState . . . . . . . . . . . . . . . . . . . . 252
1.9.49 WindowThermalModel:Params . . . . . . . . . . . . . . . . . . . . . . . . . 254
1.9.50 Matrix:TwoDimension . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 256
1.9.51 Construction:WindowEquivalentLayer . . . . . . . . . . . . . . . . . . . . . 257
1.9.52 Construction:WindowDataFile . . . . . . . . . . . . . . . . . . . . . . . . . 258
1.10 Group – Thermal Zone Description/Geometry . . . . . . . . . . . . . . . . . . . . . 259
1.10.1 Space . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 259
1.10.2 SpaceList . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 260
1.10.3 Zone . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 261
1.10.4 Space Thermal Output(s) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 264
1.10.5 Zone Thermal Output(s) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 265
1.10.6 ZoneList . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 271
1.10.7 ZoneGroup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 272
1.10.8 Surface(s) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 273
1.10.9 Interzone Surfaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 275
1.10.10 Surface View Factors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 276
1.10.11 GlobalGeometryRules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 277
1.10.12 Surfaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 278
1.10.13 Walls . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 278
1.10.14 Wall:Exterior . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 279
1.10.15 Wall:Adiabatic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 280
1.10.16 Wall:Underground . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 281
1.10.17 Wall:Interzone . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 282
1.10.18 Roofs/Ceilings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 283
1.10.19 Roof . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 283
1.10.20 Ceiling:Adiabatic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 285
1.10.21 Ceiling:Interzone . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 286
1.10.22 Floors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 287
1.10.23 Floor:GroundContact . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 287
1.10.24 Floor:Adiabatic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 288
1.10.25 Floor:Interzone . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 289
1.10.26 Windows/Doors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 291
1.10.27 Window . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 291
1.10.28 Door . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 293
1.10.29 GlazedDoor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 294
6 CONTENTS

1.10.30 Window:Interzone . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 296


1.10.31 Door:Interzone . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 297
1.10.32 GlazedDoor:Interzone . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 299
1.10.33 Surface Vertices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 302
1.10.34 Building Surfaces - Detailed . . . . . . . . . . . . . . . . . . . . . . . . . . . 303
1.10.35 Wall:Detailed . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 303
1.10.36 RoofCeiling:Detailed . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 307
1.10.37 Floor:Detailed . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 310
1.10.38 BuildingSurface:Detailed . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 315
1.10.39 FenestrationSurface:Detailed . . . . . . . . . . . . . . . . . . . . . . . . . . . 319
1.10.40 Window Modeling Options . . . . . . . . . . . . . . . . . . . . . . . . . . . 323
1.10.41 InternalMass . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 324
1.10.42 Surface Output Variables/Reports . . . . . . . . . . . . . . . . . . . . . . . 326
1.10.43 Window Output Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . 328
1.10.44 Surface Output Variables (all heat transfer surfaces) . . . . . . . . . . . . . 331
1.10.45 Surface Output Variables (exterior heat transfer surfaces) . . . . . . . . . . 336
1.10.46 Opaque Surface Output Variables . . . . . . . . . . . . . . . . . . . . . . . . 340
1.10.47 Window Output Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . 344
1.10.48 Thermochromic Window Outputs . . . . . . . . . . . . . . . . . . . . . . . . 358
1.10.49 Other Surface Outputs/Reports . . . . . . . . . . . . . . . . . . . . . . . . . 359
1.10.50 Shading Surfaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 359
1.10.51 Detached Shading Surfaces . . . . . . . . . . . . . . . . . . . . . . . . . . . 361
1.10.52 Shading:Site, Shading:Building . . . . . . . . . . . . . . . . . . . . . . . . . 361
1.10.53 Shading:Site:Detailed, Shading:Building:Detailed . . . . . . . . . . . . . . . 362
1.10.54 Attached Shading Surfaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . 364
1.10.55 Shading:Overhang . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 364
1.10.56 Shading:Overhang:Projection . . . . . . . . . . . . . . . . . . . . . . . . . . 364
1.10.57 Shading:Fin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 365
1.10.58 Shading:Fin:Projection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 366
1.10.59 Shading:Zone:Detailed . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 368
1.10.60 ShadingProperty:Reflectance . . . . . . . . . . . . . . . . . . . . . . . . . . 371
1.10.61 WindowShadingControl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 373
1.10.62 WindowProperty:FrameAndDivider . . . . . . . . . . . . . . . . . . . . . . . 383
1.10.63 WindowProperty:AirflowControl . . . . . . . . . . . . . . . . . . . . . . . . 393
1.10.64 WindowProperty:StormWindow . . . . . . . . . . . . . . . . . . . . . . . . . 396
1.10.65 Importing Windows from WINDOW program . . . . . . . . . . . . . . . . . 398
1.10.66 Using LBNLs Windows Calculation Engine . . . . . . . . . . . . . . . . . . 399
1.10.67 Zone Thermal Output(s) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400
1.11 Group – Advanced Surface Concepts . . . . . . . . . . . . . . . . . . . . . . . . . . 403
1.11.1 SurfaceProperty:HeatTransferAlgorithm . . . . . . . . . . . . . . . . . . . . 403
1.11.2 SurfaceProperty:HeatTransferAlgorithm:MultipleSurface . . . . . . . . . . . 404
1.11.3 SurfaceProperty:HeatTransferAlgorithm:SurfaceList . . . . . . . . . . . . . . 405
1.11.4 SurfaceProperty:HeatTransferAlgorithm:Construction . . . . . . . . . . . . . 406
1.11.5 SurfaceControl:MovableInsulation . . . . . . . . . . . . . . . . . . . . . . . . 407
1.11.6 SurfaceProperty:OtherSideCoefficients . . . . . . . . . . . . . . . . . . . . . 408
1.11.7 SurfaceProperty:OtherSideConditionsModel . . . . . . . . . . . . . . . . . . 412

You might also like