Skip to content

Commit

Permalink
Update Rfilm_in
Browse files Browse the repository at this point in the history
  • Loading branch information
rraustad committed Jul 20, 2023
1 parent b7a30cf commit 0aa9d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EnergyPlus/HeatBalanceManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4707,8 +4707,8 @@ namespace HeatBalanceManager {
// This subroutine only gets called once in the GetConstructionData subroutine

// ASHRAE Handbook Fundamental 2005
// Thermal resistance of the inside air film, m2.K/W. Average of 0.14 (heat flow up) and 0.11 (heat flow down)
Real64 constexpr Rfilm_in(0.125);
// Thermal resistance of the inside air film, m2.K/W. Average of 0.16 (heat flow down) and 0.11 (heat flow up)
Real64 constexpr Rfilm_in(0.135);
// Thermal resistance of the outside air film used in calculating the Ffactor, m2.K/W. 0.17/5.678
Real64 constexpr Rfilm_out(0.03);

Expand Down

5 comments on commit 0aa9d73

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

10116-slab-downward-heat-flow (rraustad) - Win64-Windows-10-VisualStudio-16: OK (2667 of 2668 tests passed, 0 test warnings)

Failures:\n

ConvertInputFormat2 Test Summary

  • Passed: 3
  • 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.

10116-slab-downward-heat-flow (rraustad) - x86_64-Linux-Ubuntu-22.04-gcc-11.3: OK (3472 of 3482 tests passed, 4 test warnings)

Messages:\n

  • 14 tests had: EIO diffs.
  • 1 test had: ESO small diffs.
  • 5 tests had: Table small diffs.
  • 9 tests had: ERR diffs.
  • 9 tests had: MTR small diffs.
  • 13 tests had: SSZ small diffs.
  • 10 tests had: ZSZ small diffs.
  • 9 tests had: Table big diffs.
  • 2 tests had: MTR big diffs.
  • 3 tests had: ZSZ big diffs.
  • 1 test had: EDD diffs.

Failures:\n

regression Test Summary

  • Passed: 782
  • Failed: 10

Build Badge Test Badge

@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.

10116-slab-downward-heat-flow (rraustad) - x86_64-MacOS-10.17-clang-13.0.0: OK (3430 of 3441 tests passed, 3 test warnings)

Messages:\n

  • 14 tests had: EIO diffs.
  • 1 test had: ESO small diffs.
  • 4 tests had: Table small diffs.
  • 9 tests had: MTR small diffs.
  • 13 tests had: SSZ small diffs.
  • 10 tests had: ZSZ small diffs.
  • 10 tests had: Table big diffs.
  • 9 tests had: ERR diffs.
  • 2 tests had: MTR big diffs.
  • 3 tests had: ZSZ big diffs.
  • 1 test had: EDD diffs.

Failures:\n

regression Test Summary

  • Passed: 761
  • Failed: 11

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.

10116-slab-downward-heat-flow (rraustad) - x86_64-Linux-Ubuntu-22.04-gcc-11.3-UnitTestsCoverage-Debug: OK (1895 of 1895 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.

10116-slab-downward-heat-flow (rraustad) - x86_64-Linux-Ubuntu-22.04-gcc-11.3-IntegrationCoverage-Debug: OK (776 of 776 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.