Skip to content

Commit

Permalink
Added dummy performance curves for heat recovery mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigusse committed Apr 26, 2024
1 parent b4288c7 commit d033a85
Showing 1 changed file with 44 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21076,7 +21076,14 @@
EIRCurveFuncPLR, !- Electric Input to Output Ratio Modifier Function of Part Load Ratio Curve Name
Setpoint, !- Control Type
VariableSpeedPumping, !- Flow Mode
0.2; !- Minimum Part Load Ratio
0.2, !- Minimum Part Load Ratio
, !- Minimum Source Inlet Temperature
, !- Maximum Source Inlet Temperature
, !- Minimum Supply Water Temperature Curve Name
, !- Maximum Supply Water Temperature Curve Name
60.0, !- Maximum Heat Recovery Outlet Temperature
CoolCapCurveFuncTempHR, !- Heat Recovery Capacity Modifier Function of Temperature Curve Name
CoolEIRCurveFuncTempHR; !- Heat Recovery Electric Input to Output Ratio Modifier Function of Temperature Curve Name

OutdoorAir:NodeList,
AWHP 1 Cooling Coil OA Inlet Node; !- Node or NodeList Name 1
Expand Down Expand Up @@ -21152,6 +21159,42 @@
0.0, !- Minimum Value of x
1.0; !- Maximum Value of x

Curve:Biquadratic,
CoolCapCurveFuncTempHR, !- Name
1.0, !- Coefficient1 Constant
0.0, !- Coefficient2 x
0.0, !- Coefficient3 x**2
0.0, !- Coefficient4 y
0.0, !- Coefficient5 y**2
0.0, !- Coefficient6 x*y
5.0, !- Minimum Value of x
10.0, !- Maximum Value of x
24.0, !- Minimum Value of y
35.0, !- Maximum Value of y
, !- Minimum Curve Output
, !- Maximum Curve Output
Temperature, !- Input Unit Type for X
Temperature, !- Input Unit Type for Y
Dimensionless; !- Output Unit Type

Curve:Biquadratic,
CoolEIRCurveFuncTempHR, !- Name
1.0, !- Coefficient1 Constant
0.0, !- Coefficient2 x
0.0, !- Coefficient3 x**2
0.0, !- Coefficient4 y
0.0, !- Coefficient5 y**2
0.0, !- Coefficient6 x*y
5.0, !- Minimum Value of x
10.0, !- Maximum Value of x
24.0, !- Minimum Value of y
35.0, !- Maximum Value of y
, !- Minimum Curve Output
, !- Maximum Curve Output
Temperature, !- Input Unit Type for X
Temperature, !- Input Unit Type for Y
Dimensionless; !- Output Unit Type

SetpointManager:Scheduled,
AWHP Cool Chiller Setpoint Manager, !- Name
Temperature, !- Control Variable
Expand Down

5 comments on commit d033a85

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

air_to_water_hp_with_heat_recovery2 (Nigusse) - Win64-Windows-10-VisualStudio-16: OK (2773 of 2773 tests passed, 0 test warnings)

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.

air_to_water_hp_with_heat_recovery2 (Nigusse) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3603 of 3603 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.

air_to_water_hp_with_heat_recovery2 (Nigusse) - x86_64-MacOS-10.18-clang-15.0.0: OK (3562 of 3562 tests passed, 0 test warnings)

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

air_to_water_hp_with_heat_recovery2 (Nigusse) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (1984 of 1984 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.

air_to_water_hp_with_heat_recovery2 (Nigusse) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (792 of 792 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.