How to switch from FenestrationSurface:Detailed to using WindowMaterial:SimpleGlazingSystem
I have done EnergyPlus simulations using FenestrationSurface:Detailed, using glazing and frame data from LBNL WINDOW (bsdf files). I want to do a regression analysis by targeting U-factor and SHGC. So, I want to use the simple glazing system to enter the U and SHGC data.
I have tried to reference the exterior window construction in the detail surface (see code samples below). But this doesn't work. Can someone be of assistance with this? What am I missing here?
WindowMaterial:SimpleGlazingSystem,
Glass, !- Name
1.817152, !- U-Factor {W/m2-K}
0.4, !- Solar Heat Gain Coefficient
!0.88; !- Visible Transmittance
Construction,
Exterior Window, !- Name
Glass; !- Outside Layer
FenestrationSurface:Detailed,
Window_ldf1_1_Bot.unit1, !- Name
Window, !- Surface Type
Exterior Window, !- Construction Name
Wall_ldf1_1.unit1, !- Building Surface Name
, !- Outside Boundary Condition Object
, !- View Factor to Ground
, !- Frame and Divider Name
1, !- Multiplier
4, !- Number of Vertices
2.500000000000,0.000000000000,0.600000000000, !- X,Y,Z ==> Vertex 1 {m}
3.823210000000,0.000000000000,0.600000000000, !- X,Y,Z ==> Vertex 2 {m}
3.823210000000,0.000000000000,1.273210000000, !- X,Y,Z ==> Vertex 3 {m}
2.500000000000,0.000000000000,1.273210000000; !- X,Y,Z ==> Vertex 4 {m}