Skip to content

Commit

Permalink
clang format in tst [chore]
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Aug 26, 2021
1 parent e1f21d6 commit c8d9d54
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tst/EnergyPlus/unit/Psychrometrics.unit.cc
Expand Up @@ -647,11 +647,10 @@ TEST_F(EnergyPlusFixture, Psychrometrics_PsyTwbFnTdbWPb_Test_Discontinuity)

state->dataGlobal->WarmupFlag = true;

// Test when wet bulb temperature is approaching zero. PsyPsatFnTemp used to have a discontinuity in Psat around 0.0°C that makes the calculation blow up. Before:
// PsyPsatFnTemp(-0.0001) = 611.1485382610978
// PsyPsatFnTemp(+0.0001) = 611.2173076397495
// Test when wet bulb temperature is approaching zero. PsyPsatFnTemp used to have a discontinuity in Psat around 0.0°C that makes the calculation
// blow up. Before: PsyPsatFnTemp(-0.0001) = 611.1485382610978 PsyPsatFnTemp(+0.0001) = 611.2173076397495
// diff = 0.06876937865172295
Real64 TDB = 1.4333333333333331; // C
Real64 TDB = 1.4333333333333331; // C
Real64 W = 0.0031902374172088472; // Kg.water/Kg.dryair
Real64 Pb = 101400.00000000001;

Expand Down

0 comments on commit c8d9d54

Please sign in to comment.