Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Yujie Xu committed Oct 7, 2024
1 parent 38ad9f1 commit d54f356
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions src/EnergyPlus/HVACVariableRefrigerantFlow.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13743,13 +13743,13 @@ void VRFCondenserEquipment::VRFOU_CompSpd(

void VRFCondenserEquipment::VRFOU_CompCap(
EnergyPlusData &state,
Real64 const CompSpdActual, // Given compressor speed
Real64 const T_suction, // Compressor suction temperature Te' [C]
Real64 const T_discharge, // Compressor discharge temperature Tc' [C]
Real64 const h_IU_evap_in, // Enthalpy of IU at inlet, for C_cap_operation calculation [kJ/kg]
Real64 const h_comp_in, // Enthalpy after piping loss (compressor inlet), for C_cap_operation calculation [kJ/kg]
Real64 &Q_c_tot, // Compressor evaporative capacity [W]
Real64 &Ncomp // Compressor power [W]
Real64 const CompSpdActual, // Given compressor speed
Real64 const T_suction, // Compressor suction temperature Te' [C]
Real64 const T_discharge, // Compressor discharge temperature Tc' [C]
Real64 const h_IU_evap_in, // Enthalpy of IU at inlet, for C_cap_operation calculation [kJ/kg]
Real64 const h_comp_in, // Enthalpy after piping loss (compressor inlet), for C_cap_operation calculation [kJ/kg]
Real64 &Q_c_tot, // Compressor evaporative capacity [W]
Real64 &Ncomp // Compressor power [W]
)
{

Expand Down
14 changes: 7 additions & 7 deletions src/EnergyPlus/HVACVariableRefrigerantFlow.hh
Original file line number Diff line number Diff line change
Expand Up @@ -577,13 +577,13 @@ namespace HVACVariableRefrigerantFlow {
);

void VRFOU_CompCap(EnergyPlusData &state,
Real64 CompSpdActual, // Given compressor speed
Real64 T_suction, // Compressor suction temperature Te' [C]
Real64 T_discharge, // Compressor discharge temperature Tc' [C]
Real64 h_IU_evap_in, // Enthalpy of IU at inlet, for C_cap_operation calculation [kJ/kg]
Real64 h_comp_in, // Enthalpy after piping loss (compressor inlet), for C_cap_operation calculation [kJ/kg]
Real64 &Q_c_tot, // Compressor evaporative capacity [W]
Real64 &Ncomp // Compressor power [W]
Real64 CompSpdActual, // Given compressor speed
Real64 T_suction, // Compressor suction temperature Te' [C]
Real64 T_discharge, // Compressor discharge temperature Tc' [C]
Real64 h_IU_evap_in, // Enthalpy of IU at inlet, for C_cap_operation calculation [kJ/kg]
Real64 h_comp_in, // Enthalpy after piping loss (compressor inlet), for C_cap_operation calculation [kJ/kg]
Real64 &Q_c_tot, // Compressor evaporative capacity [W]
Real64 &Ncomp // Compressor power [W]
);

void VRFOU_PipeLossC(EnergyPlusData &state,
Expand Down

4 comments on commit d54f356

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

fixVRFnegativeFanPower (Unknown) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (2915 of 2916 tests passed, 0 test warnings)

Failures:\n

EnergyPlusFixture Test Summary

  • Passed: 1603
  • Failed: 1

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.

fixVRFnegativeFanPower (Unknown) - Win64-Windows-10-VisualStudio-16: OK (2893 of 2894 tests passed, 0 test warnings)

Failures:\n

EnergyPlusFixture Test Summary

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

fixVRFnegativeFanPower (Unknown) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-RelWithDebInfo: OK (801 of 801 tests passed, 0 test warnings)

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

fixVRFnegativeFanPower (Unknown) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-RelWithDebInfo: OK (2097 of 2098 tests passed, 0 test warnings)

Failures:\n

EnergyPlusFixture Test Summary

  • Passed: 1603
  • Failed: 1

Build Badge Test Badge Coverage Badge

Please sign in to comment.