Skip to content

Commit

Permalink
Update example file
Browse files Browse the repository at this point in the history
  • Loading branch information
rraustad committed Jul 28, 2024
1 parent e2ecaee commit 01972c9
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion testfiles/FreeCoolingChiller_wWaterSideEconomizer.idf
Original file line number Diff line number Diff line change
Expand Up @@ -1598,7 +1598,23 @@
Main Chiller Condenser Outlet Node, !- Condenser Outlet Node Name
WaterCooled, !- Condenser Type
LeavingSetpointModulated,!- Chiller Flow Mode
; !- Sizing Factor
, !- Sizing Factor
, !- Basin Heater Capacity
, !- Basin Heater Setpoint Temperature
, !- Basin Heater Operating Schedule Name
ThermoCapFracCurve, !- Thermosiphon Capacity Fraction Curve Name
2.5; !- Thermosiphon Minimum Temperature Difference

Curve:Linear,
ThermoCapFracCurve, !- Name
0.0, !- Coefficient1 Constant
0.06, !- Coefficient2 x
0.0, !- Minimum Value of x
10.0, !- Maximum Value of x
0.0, !- Minimum Curve Output
1.0, !- Maximum Curve Output
Dimensionless, !- Input Unit Type for X
Dimensionless; !- Output Unit Type

SetpointManager:Scheduled,
Main Chiller Setpoint Manager, !- Name
Expand Down Expand Up @@ -2489,6 +2505,10 @@

Output:Variable,*,Cooling Tower Heat Transfer Rate,timestep;

Output:Variable,*,Chiller Electricity Rate,timestep;

Output:Variable,*,Thermosiphon Status,timestep;

Output:Variable,*,Site Outdoor Air Drybulb Temperature,timestep;

Output:Variable,*,Site Outdoor Air Wetbulb Temperature,timestep;
Expand Down

5 comments on commit 01972c9

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

NFP-Refrigerant-Migration-Decarbonization (rraustad) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3577 of 3697 tests passed, 167 test warnings)

Messages:\n

  • 287 tests had: AUD diffs.
  • 283 tests had: RDD diffs.
  • 123 tests had: Table small diffs.
  • 120 tests had: Table big diffs.
  • 1 test had: ESO small diffs.
  • 1 test had: MTR small diffs.
  • 1 test had: MTD diffs.
  • 1 test had: EIO diffs.
  • 1 test had: ERR diffs.

Failures:\n

regression Test Summary

  • Passed: 692
  • Failed: 120

Build Badge Test 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.

NFP-Refrigerant-Migration-Decarbonization (rraustad) - Win64-Windows-10-VisualStudio-16: OK (2863 of 2863 tests passed, 0 test warnings)

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.

NFP-Refrigerant-Migration-Decarbonization (rraustad) - x86_64-MacOS-10.18-clang-15.0.0: OK (3536 of 3656 tests passed, 167 test warnings)

Messages:\n

  • 287 tests had: AUD diffs.
  • 283 tests had: RDD diffs.
  • 123 tests had: Table small diffs.
  • 120 tests had: Table big diffs.
  • 1 test had: ESO small diffs.
  • 1 test had: MTR small diffs.
  • 1 test had: MTD diffs.
  • 1 test had: EIO diffs.
  • 1 test had: ERR diffs.

Failures:\n

regression Test Summary

  • Passed: 672
  • Failed: 120

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.

NFP-Refrigerant-Migration-Decarbonization (rraustad) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (796 of 796 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

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

NFP-Refrigerant-Migration-Decarbonization (rraustad) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (2070 of 2070 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.