Skip to content

Commit

Permalink
Clarification.
Browse files Browse the repository at this point in the history
  • Loading branch information
lymereJ committed Apr 1, 2024
1 parent 63752fc commit bd896c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/DataConvergParams.hh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ namespace DataConvergParams {

// Energy Tolerance Calculation, used to scale the answer for a more intuitive answer for comparison
constexpr Real64 PlantFlowFlowRateToler(0.01); // Tolerance for mass flow rate convergence (in kg/s)
constexpr Real64 PlantLowFlowRateToler(1.0E-9); // Tolerance for low flow rate used for determining when plant pumps can be shut down
constexpr Real64 PlantLowFlowRateToler(1.0E-9); // Tolerance for low mass flow rate used for determining when plant pumps can be shut down

constexpr int ConvergLogStackDepth(10);

Expand Down

1 comment on commit bd896c0

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

plant_low_flow_tol_update (lymereJ) - x86_64-MacOS-10.18-clang-15.0.0: OK (3556 of 3556 tests passed, 0 test warnings)

Build Badge Test Badge

Please sign in to comment.