Skip to content

Commit

Permalink
modified test case
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanluo113 committed Apr 7, 2021
1 parent 0b333e0 commit 2c0250b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1,347 deletions.
32 changes: 24 additions & 8 deletions testfiles/PurchAirWindowBlind.idf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
! Basic file description: 1 story building divided into 3 interior conditioned zones. Roof with no plenum.
! No ground contact with floor.
!
! Highlights: Illustration of using a window blind to control solar gain
! Highlights: Illustration of using a window blind to control solar gain with multiple exterior windows
! in the zone.
!
!
! Simulation Location/Run: Chicago IL, 2 design days, annual simulation
Expand Down Expand Up @@ -43,11 +44,11 @@
! |________________________________|____________ (12.192,6.069,0)
! | (0,6.096,0) | (9.144,6.096,0) |
! | | |
! | | |
! | | |
! | West | East | window = *
! | | |
! | | |
! * | |
! * | |
! * West | East | window = *
! * | |
! * | |
! | | |
! |___**************___|________________________|
!
Expand Down Expand Up @@ -400,7 +401,8 @@
, !- Setpoint 2 {W/m2 or deg C}
, !- Daylighting Control Object Name
Sequential, !- Multiple Surface Control Type
Zn001:Wall001:Win001; !- Fenestration Surface 1 Name
Zn001:Wall001:Win001, !- Fenestration Surface 1 Name
Zn001:Wall002:Win002; !- Fenestration Surface 1 Name

ScheduleTypeLimits,
Any Number; !- Name
Expand Down Expand Up @@ -747,6 +749,21 @@
0.0000000E+00,0.0000000E+00,0.0000000E+00, !- X,Y,Z ==> Vertex 3 {m}
0.0000000E+00,0.0000000E+00,3.048000; !- X,Y,Z ==> Vertex 4 {m}

FenestrationSurface:Detailed,
Zn001:Wall002:Win002, !- Name
Window, !- Surface Type
WIN-CON-SINGLEPANE, !- Construction Name
Zn001:Wall002, !- Building Surface Name
, !- Outside Boundary Condition Object
0.5000000, !- View Factor to Ground
, !- Frame and Divider Name
1.0, !- Multiplier
4, !- Number of Vertices
0.0000000E+00,5.548000,2.5000, !- X,Y,Z ==> Vertex 1 {m}
0.0000000E+00,5.548000,0.5000, !- X,Y,Z ==> Vertex 2 {m}
0.0000000E+00,0.548000,0.5000, !- X,Y,Z ==> Vertex 3 {m}
0.0000000E+00,0.548000,2.5000; !- X,Y,Z ==> Vertex 4 {m}

BuildingSurface:Detailed,
Zn001:Wall003, !- Name
Wall, !- Surface Type
Expand Down Expand Up @@ -1319,4 +1336,3 @@

Output:Table:SummaryReports,
AllSummary; !- Report 1 Name

Loading

5 comments on commit 2c0250b

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new-window-blind-test (xuanluo113) - x86_64-MacOS-10.15-clang-11.0.0: OK (3078 of 3080 tests passed, 0 test warnings)

Failures:\n

EnergyPlusFixture Test Summary

  • Passed: 1138
  • Failed: 1

integration Test Summary

  • Passed: 723
  • Failed: 1

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new-window-blind-test (xuanluo113) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (3119 of 3120 tests passed, 0 test warnings)

Failures:\n

integration Test Summary

  • Passed: 726
  • Failed: 1

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new-window-blind-test (xuanluo113) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1634 of 1634 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new-window-blind-test (xuanluo113) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: Coverage Too Low

Failures:\n

integration Test Summary

  • Passed: 725
  • Failed: 1
  • Timeout: 1

Build Badge Test Badge Coverage Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new-window-blind-test (xuanluo113) - Win64-Windows-10-VisualStudio-16: OK (2329 of 2329 tests passed, 0 test warnings)

Build Badge Test Badge

Please sign in to comment.