Skip to content

Commit

Permalink
Removed unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigusse committed Nov 4, 2019
1 parent 58f5ae3 commit 28c5c4c
Show file tree
Hide file tree
Showing 89 changed files with 1,788 additions and 1,852 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
#ifndef AIRDENSITY
#include "../../../Psychrometrics.hh"
#define AIRDENSITY(P, T, W) Psychrometrics::PsyRhoAirFnPbTdbW(P, T, W)
#define AIRCP(W, T) Psychrometrics::PsyCpAirFnWTdb(W, T)
#define AIRCP(W, T) Psychrometrics::PsyCpAirFnWTdb(W)
#else
// Need a fallback
#endif
Expand All @@ -64,7 +64,7 @@

#ifndef TOKELVIN
#include "../../../DataGlobals.hh"
#define TOKELVIN(T) (T+DataGlobals::KelvinConv)
#define TOKELVIN(T) (T + DataGlobals::KelvinConv)
#else
// Need a fallback
#endif
Expand Down
166 changes: 76 additions & 90 deletions src/EnergyPlus/AirflowNetworkBalanceManager.cc

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/EnergyPlus/BaseboardElectric.cc
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ namespace BaseboardElectric {

AirInletTemp = Baseboard(BaseboardNum).AirInletTemp;
AirOutletTemp = AirInletTemp;
CpAir = PsyCpAirFnWTdb(Baseboard(BaseboardNum).AirInletHumRat, AirInletTemp);
CpAir = PsyCpAirFnWTdb(Baseboard(BaseboardNum).AirInletHumRat);
AirMassFlowRate = SimpConvAirFlowSpeed;
CapacitanceAir = CpAir * AirMassFlowRate;
// currently only the efficiency is used to calculate the electric consumption. There could be some
Expand Down
2 changes: 1 addition & 1 deletion src/EnergyPlus/BaseboardRadiator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ namespace BaseboardRadiator {

CpWater = GetSpecificHeatGlycol(
PlantLoop(Baseboard(BaseboardNum).LoopNum).FluidName, WaterInletTemp, PlantLoop(Baseboard(BaseboardNum).LoopNum).FluidIndex, RoutineName);
CpAir = PsyCpAirFnWTdb(Baseboard(BaseboardNum).AirInletHumRat, AirInletTemp);
CpAir = PsyCpAirFnWTdb(Baseboard(BaseboardNum).AirInletHumRat);

if (Baseboard(BaseboardNum).DesAirMassFlowRate > 0.0) { // If UA is autosized, assign design condition
AirMassFlowRate = Baseboard(BaseboardNum).DesAirMassFlowRate;
Expand Down
2 changes: 1 addition & 1 deletion src/EnergyPlus/ChillerElectricEIR.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2565,7 +2565,7 @@ namespace ChillerElectricEIR {
EIRChillerHeatRecovery(EIRChillNum, QCondenser, CondMassFlowRate, CondInletTemp, QHeatRecovered);

if (CondMassFlowRate > 0.0) {
Cp = Psychrometrics::PsyCpAirFnWTdb(Node(CondInletNode).HumRat, CondInletTemp);
Cp = Psychrometrics::PsyCpAirFnWTdb(Node(CondInletNode).HumRat);
CondOutletTemp = CondInletTemp + QCondenser / CondMassFlowRate / Cp;
} else {
CondOutletTemp = CondInletTemp;
Expand Down
4 changes: 2 additions & 2 deletions src/EnergyPlus/ChillerExhaustAbsorption.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1883,7 +1883,7 @@ namespace ChillerExhaustAbsorption {

lExhaustInTemp = Node(lExhaustAirInletNodeNum).Temp;
lExhaustInFlow = Node(lExhaustAirInletNodeNum).MassFlowRate;
CpAir = PsyCpAirFnWTdb(lExhaustAirHumRat, lExhaustInTemp);
CpAir = PsyCpAirFnWTdb(lExhaustAirHumRat);
lExhHeatRecPotentialCool = lExhaustInFlow * CpAir * (lExhaustInTemp - AbsLeavingTemp);
// If Microturbine Exhaust temperature and flow rate is not sufficient to run the chiller, then chiller will not run
// lCoolThermalEnergyUseRate , lTowerLoad and lCoolElectricPower will be set to 0.0
Expand Down Expand Up @@ -2209,7 +2209,7 @@ namespace ChillerExhaustAbsorption {

lExhaustInTemp = Node(lExhaustAirInletNodeNum).Temp;
lExhaustInFlow = Node(lExhaustAirInletNodeNum).MassFlowRate;
CpAir = PsyCpAirFnWTdb(lExhaustAirHumRat, lExhaustInTemp);
CpAir = PsyCpAirFnWTdb(lExhaustAirHumRat);
lExhHeatRecPotentialHeat = lExhaustInFlow * CpAir * (lExhaustInTemp - AbsLeavingTemp);
if (lExhHeatRecPotentialHeat < lHeatThermalEnergyUseRate) {
if (ExhaustAbsorber(ChillNum).ExhTempLTAbsLeavingHeatingTempIndex == 0) {
Expand Down
2 changes: 1 addition & 1 deletion src/EnergyPlus/CondenserLoopTowers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5182,7 +5182,7 @@ namespace CondenserLoopTowers {
// set water and air properties
Real64 AirDensity = Psychrometrics::PsyRhoAirFnPbTdbW(this->AirPress, InletAirTemp, this->AirHumRat); // Density of air [kg/m3]
Real64 AirMassFlowRate = AirFlowRate * AirDensity; // Mass flow rate of air [kg/s]
Real64 CpAir = Psychrometrics::PsyCpAirFnWTdb(this->AirHumRat, InletAirTemp); // Heat capacity of air [J/kg/K]
Real64 CpAir = Psychrometrics::PsyCpAirFnWTdb(this->AirHumRat); // Heat capacity of air [J/kg/K]
Real64 CpWater = FluidProperties::GetSpecificHeatGlycol(DataPlant::PlantLoop(this->LoopNum).FluidName,
this->WaterTemp,
DataPlant::PlantLoop(this->LoopNum).FluidIndex,
Expand Down
796 changes: 344 additions & 452 deletions src/EnergyPlus/ConvectionCoefficients.cc

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/EnergyPlus/CoolTower.cc
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ namespace CoolTower {
// From the mass balance W_in*(m_air + m_water) = W_out*m_air
RhoWater = RhoH2O(OutletTemp); // Assume T_water = T_outlet
OutletHumRat = (InletHumRat * (AirMassFlowRate + (CoolTowerSys(CoolTowerNum).ActualWaterFlowRate * RhoWater))) / AirMassFlowRate;
AirSpecHeat = PsyCpAirFnWTdb(OutletHumRat, OutletTemp);
AirSpecHeat = PsyCpAirFnWTdb(OutletHumRat);
AirDensity = PsyRhoAirFnPbTdbW(OutBaroPress, OutletTemp, OutletHumRat); // Outlet air density
CVF_ZoneNum = CoolTowerSys(CoolTowerNum).ActualAirVolFlowRate * GetCurrentScheduleValue(CoolTowerSys(CoolTowerNum).SchedPtr);
MCPC(ZoneNum) = CVF_ZoneNum * AirDensity * AirSpecHeat;
Expand Down
2 changes: 1 addition & 1 deletion src/EnergyPlus/DataSurfaces.cc
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ namespace DataSurfaces {
for (int NodeNum = 1; NodeNum <= ZoneEquipConfig(Zone).NumInletNodes; ++NodeNum) {
Real64 NodeTemp = Node(ZoneEquipConfig(Zone).InletNode(NodeNum)).Temp;
Real64 MassFlowRate = Node(ZoneEquipConfig(Zone).InletNode(NodeNum)).MassFlowRate;
Real64 CpAir = PsyCpAirFnWTdb(ZoneAirHumRat(Zone), NodeTemp);
Real64 CpAir = PsyCpAirFnWTdb(ZoneAirHumRat(Zone));
SumSysMCp += MassFlowRate * CpAir;
SumSysMCpT += MassFlowRate * CpAir * NodeTemp;
}
Expand Down
32 changes: 14 additions & 18 deletions src/EnergyPlus/DesiccantDehumidifiers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1515,13 +1515,12 @@ namespace DesiccantDehumidifiers {
DesicDehum(DesicDehumNum).ExhaustFanCurveIndex = GetCurveIndex(Alphas(15));

if (DesicDehum(DesicDehumNum).ExhaustFanCurveIndex > 0) {
ErrorsFoundGeneric |= CurveManager::CheckCurveDims(
DesicDehum(DesicDehumNum).ExhaustFanCurveIndex, // Curve index
{1}, // Valid dimensions
RoutineName, // Routine name
CurrentModuleObject, // Object Type
DesicDehum(DesicDehumNum).Name, // Object Name
cAlphaFields(15)); // Field Name
ErrorsFoundGeneric |= CurveManager::CheckCurveDims(DesicDehum(DesicDehumNum).ExhaustFanCurveIndex, // Curve index
{1}, // Valid dimensions
RoutineName, // Routine name
CurrentModuleObject, // Object Type
DesicDehum(DesicDehumNum).Name, // Object Name
cAlphaFields(15)); // Field Name
}

if (DesicDehum(DesicDehumNum).Preheat == Yes) {
Expand Down Expand Up @@ -2680,8 +2679,7 @@ namespace DesiccantDehumidifiers {
DataHeatBalance::HeatReclaimVS_DXCoil(DesicDehum(DesicDehumNum).DXCoilIndex).AvailCapacity = 0.0;
}

CpAir = PsyCpAirFnWTdb(Node(DesicDehum(DesicDehumNum).CondenserInletNode).HumRat,
Node(DesicDehum(DesicDehumNum).CondenserInletNode).Temp);
CpAir = PsyCpAirFnWTdb(Node(DesicDehum(DesicDehumNum).CondenserInletNode).HumRat);

if (DesicDehum(DesicDehumNum).RegenFanPlacement == BlowThru) {
if (DesicDehum(DesicDehumNum).regenFanType_Num != DataHVACGlobals::FanType_SystemModelObject) {
Expand Down Expand Up @@ -2763,8 +2761,7 @@ namespace DesiccantDehumidifiers {

if (RegenCoilIndex > 0) {
if (NewRegenInTemp < RegenSetPointTemp) {
CpAir = PsyCpAirFnWTdb(Node(DesicDehum(DesicDehumNum).RegenAirInNode).HumRat,
Node(DesicDehum(DesicDehumNum).RegenAirInNode).Temp);
CpAir = PsyCpAirFnWTdb(Node(DesicDehum(DesicDehumNum).RegenAirInNode).HumRat);
}
QRegen = max(0.0,
(CpAir * Node(DesicDehum(DesicDehumNum).RegenAirInNode).MassFlowRate *
Expand Down Expand Up @@ -2850,8 +2847,7 @@ namespace DesiccantDehumidifiers {
}

if (RegenCoilIndex > 0) {
CpAir = PsyCpAirFnWTdb(Node(DesicDehum(DesicDehumNum).RegenAirInNode).HumRat,
Node(DesicDehum(DesicDehumNum).RegenAirInNode).Temp);
CpAir = PsyCpAirFnWTdb(Node(DesicDehum(DesicDehumNum).RegenAirInNode).HumRat);
QRegen = max(0.0,
(CpAir * Node(DesicDehum(DesicDehumNum).RegenAirInNode).MassFlowRate *
(RegenSetPointTemp - Node(DesicDehum(DesicDehumNum).RegenAirInNode).Temp)));
Expand Down Expand Up @@ -3496,7 +3492,7 @@ namespace DesiccantDehumidifiers {
// Return value
int NodeNum; // node number returned

// FUNCTION LOCAL VARIABLE DECLARATIONS:
// FUNCTION LOCAL VARIABLE DECLARATIONS:
int WhichDesicDehum;

// Obtains and Allocates heat exchanger related parameters from input file
Expand All @@ -3512,7 +3508,7 @@ namespace DesiccantDehumidifiers {
ShowSevereError("GetProcAirInletNodeNum: Could not find Desciccant Dehumidifier = \"" + DesicDehumName + "\"");
ErrorsFound = true;
NodeNum = 0;
}
}

return NodeNum;
}
Expand All @@ -3532,7 +3528,7 @@ namespace DesiccantDehumidifiers {
// Return value
int NodeNum; // node number returned

// FUNCTION LOCAL VARIABLE DECLARATIONS:
// FUNCTION LOCAL VARIABLE DECLARATIONS:
int WhichDesicDehum;

// Obtains and Allocates heat exchanger related parameters from input file
Expand Down Expand Up @@ -3568,7 +3564,7 @@ namespace DesiccantDehumidifiers {
// Return value
int NodeNum; // node number returned

// FUNCTION LOCAL VARIABLE DECLARATIONS:
// FUNCTION LOCAL VARIABLE DECLARATIONS:
int WhichDesicDehum;

// Obtains and Allocates heat exchanger related parameters from input file
Expand Down Expand Up @@ -3604,7 +3600,7 @@ namespace DesiccantDehumidifiers {
// Return value
int NodeNum; // node number returned

// FUNCTION LOCAL VARIABLE DECLARATIONS:
// FUNCTION LOCAL VARIABLE DECLARATIONS:
int WhichDesicDehum;

// Obtains and Allocates heat exchanger related parameters from input file
Expand Down
10 changes: 5 additions & 5 deletions src/EnergyPlus/DisplacementVentMgr.cc
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
#include <ObjexxFCL/member.functions.hh>

// EnergyPlus Headers
#include <EnergyPlus/ConvectionCoefficients.hh>
#include <EnergyPlus/AirflowNetwork/include/AirflowNetwork/Elements.hpp>
#include <EnergyPlus/ConvectionCoefficients.hh>
#include <EnergyPlus/DataEnvironment.hh>
#include <EnergyPlus/DataGlobals.hh>
#include <EnergyPlus/DataHVACGlobals.hh>
Expand Down Expand Up @@ -735,7 +735,7 @@ namespace DisplacementVentMgr {
for (NodeNum = 1; NodeNum <= ZoneEquipConfig(ZoneEquipConfigNum).NumInletNodes; ++NodeNum) {
NodeTemp = Node(ZoneEquipConfig(ZoneEquipConfigNum).InletNode(NodeNum)).Temp;
MassFlowRate = Node(ZoneEquipConfig(ZoneEquipConfigNum).InletNode(NodeNum)).MassFlowRate;
CpAir = PsyCpAirFnWTdb(ZoneAirHumRat(ZoneNum), NodeTemp);
CpAir = PsyCpAirFnWTdb(ZoneAirHumRat(ZoneNum));
SumSysMCp += MassFlowRate * CpAir;
SumSysMCpT += MassFlowRate * CpAir * NodeTemp;
}
Expand Down Expand Up @@ -861,13 +861,13 @@ namespace DisplacementVentMgr {
AIRRATFloor(ZoneNum) = Zone(ZoneNum).Volume * min(HeightTransition(ZoneNum), HeightFloorSubzoneTop) / CeilingHeight *
Zone(ZoneNum).ZoneVolCapMultpSens *
PsyRhoAirFnPbTdbW(OutBaroPress, MATFloor(ZoneNum), ZoneAirHumRat(ZoneNum)) *
PsyCpAirFnWTdb(ZoneAirHumRat(ZoneNum), MATFloor(ZoneNum)) / (TimeStepSys * SecInHour);
PsyCpAirFnWTdb(ZoneAirHumRat(ZoneNum)) / (TimeStepSys * SecInHour);
AIRRATOC(ZoneNum) = Zone(ZoneNum).Volume * (HeightTransition(ZoneNum) - min(HeightTransition(ZoneNum), 0.2)) / CeilingHeight *
Zone(ZoneNum).ZoneVolCapMultpSens * PsyRhoAirFnPbTdbW(OutBaroPress, MATOC(ZoneNum), ZoneAirHumRat(ZoneNum)) *
PsyCpAirFnWTdb(ZoneAirHumRat(ZoneNum), MATOC(ZoneNum)) / (TimeStepSys * SecInHour);
PsyCpAirFnWTdb(ZoneAirHumRat(ZoneNum)) / (TimeStepSys * SecInHour);
AIRRATMX(ZoneNum) = Zone(ZoneNum).Volume * (CeilingHeight - HeightTransition(ZoneNum)) / CeilingHeight *
Zone(ZoneNum).ZoneVolCapMultpSens * PsyRhoAirFnPbTdbW(OutBaroPress, MATMX(ZoneNum), ZoneAirHumRat(ZoneNum)) *
PsyCpAirFnWTdb(ZoneAirHumRat(ZoneNum), MATMX(ZoneNum)) / (TimeStepSys * SecInHour);
PsyCpAirFnWTdb(ZoneAirHumRat(ZoneNum)) / (TimeStepSys * SecInHour);

if (UseZoneTimeStepHistory) {
ZTM3Floor(ZoneNum) = XM3TFloor(ZoneNum);
Expand Down
39 changes: 20 additions & 19 deletions src/EnergyPlus/DualDuct.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ namespace DualDuct {
// If there is massflow then need to provide the correct amount of total
// required zone energy
if (MassFlow > SmallMassFlow) {
CpAirZn = PsyCpAirFnWTdb(Node(ZoneNodeNum).HumRat, Node(ZoneNodeNum).Temp);
CpAirZn = PsyCpAirFnWTdb(Node(ZoneNodeNum).HumRat);
QZnReq = QTotLoad + MassFlow * CpAirZn * Node(ZoneNodeNum).Temp;
// If the enthalpy is the same for the hot and cold duct then there would be a
// divide by zero so for heating or cooling set the damper to one max flow
Expand Down Expand Up @@ -1365,7 +1365,7 @@ namespace DualDuct {
// The calculated load from the Heat Balance
QTotLoad = ZoneSysEnergyDemand(ZoneNum).RemainingOutputRequired;
// Calculate all of the required Cp's
CpAirZn = PsyCpAirFnWTdb(Node(ZoneNodeNum).HumRat, Node(ZoneNodeNum).Temp);
CpAirZn = PsyCpAirFnWTdb(Node(ZoneNodeNum).HumRat);
// CpAirSysHot = PsyCpAirFnWTdb(DamperHotAirInlet(DamperNum)%AirHumRat,DamperHotAirInlet(DamperNum)%AirTemp)
// CpAirSysCold= PsyCpAirFnWTdb(DamperColdAirInlet(DamperNum)%AirHumRat,DamperColdAirInlet(DamperNum)%AirTemp)
CpAirSysHot = CpAirZn;
Expand Down Expand Up @@ -1612,9 +1612,9 @@ namespace DualDuct {
QtoCoolSPRemain = ZoneSysEnergyDemand(ZoneNum).RemainingOutputReqToCoolSP;

// Calculate all of the required Cp's
CpAirZn = PsyCpAirFnWTdb(Node(ZoneNodeNum).HumRat, Node(ZoneNodeNum).Temp);
CpAirSysOA = PsyCpAirFnWTdb(Node(OAInletNodeNum).HumRat, Node(OAInletNodeNum).Temp);
if (Damper(DamperNum).RecircIsUsed) CpAirSysRA = PsyCpAirFnWTdb(Node(RecircInletNodeNum).HumRat, Node(RecircInletNodeNum).Temp);
CpAirZn = PsyCpAirFnWTdb(Node(ZoneNodeNum).HumRat);
CpAirSysOA = PsyCpAirFnWTdb(Node(OAInletNodeNum).HumRat);
if (Damper(DamperNum).RecircIsUsed) CpAirSysRA = PsyCpAirFnWTdb(Node(RecircInletNodeNum).HumRat);

// Set the OA Damper to the calculated ventilation flow rate
DamperOAInlet(DamperNum).AirMassFlowRate = OAMassFlow;
Expand Down Expand Up @@ -2162,8 +2162,9 @@ namespace DualDuct {
// Formats
static ObjexxFCL::gio::Fmt Format_100("('! <#Dual Duct Damper Connections>,<Number of Dual Duct Damper Connections>')");
static ObjexxFCL::gio::Fmt Format_101("(A)");
static ObjexxFCL::gio::Fmt Format_102("('! <Dual Duct Damper>,<Dual Duct Damper Count>,<Dual Duct Damper Name>,<Inlet Node>,','<Outlet Node>,<Inlet "
"Node Type>,<AirLoopHVAC Name>')");
static ObjexxFCL::gio::Fmt Format_102(
"('! <Dual Duct Damper>,<Dual Duct Damper Count>,<Dual Duct Damper Name>,<Inlet Node>,','<Outlet Node>,<Inlet "
"Node Type>,<AirLoopHVAC Name>')");
static ObjexxFCL::gio::Fmt fmtLD("*");

if (!allocated(Damper))
Expand Down Expand Up @@ -2225,20 +2226,20 @@ namespace DualDuct {
}

if ((Damper(Count1).DamperType == DualDuct_ConstantVolume) || (Damper(Count1).DamperType == DualDuct_VariableVolume)) {
ObjexxFCL::gio::write(OutputFileBNDetails, Format_101) << " Dual Duct Damper," + stripped(ChrOut) + ',' + DamperType + ',' +
Damper(Count1).DamperName + ',' + NodeID(Damper(Count1).HotAirInletNodeNum) + ',' +
NodeID(Damper(Count1).OutletNodeNum) + ",Hot Air," + ChrName;
ObjexxFCL::gio::write(OutputFileBNDetails, Format_101)
<< " Dual Duct Damper," + stripped(ChrOut) + ',' + DamperType + ',' + Damper(Count1).DamperName + ',' +
NodeID(Damper(Count1).HotAirInletNodeNum) + ',' + NodeID(Damper(Count1).OutletNodeNum) + ",Hot Air," + ChrName;

ObjexxFCL::gio::write(OutputFileBNDetails, Format_101) << " Dual Duct Damper," + stripped(ChrOut) + ',' + DamperType + ',' +
Damper(Count1).DamperName + ',' + NodeID(Damper(Count1).ColdAirInletNodeNum) +
',' + NodeID(Damper(Count1).OutletNodeNum) + ",Cold Air," + ChrName;
ObjexxFCL::gio::write(OutputFileBNDetails, Format_101)
<< " Dual Duct Damper," + stripped(ChrOut) + ',' + DamperType + ',' + Damper(Count1).DamperName + ',' +
NodeID(Damper(Count1).ColdAirInletNodeNum) + ',' + NodeID(Damper(Count1).OutletNodeNum) + ",Cold Air," + ChrName;
} else if (Damper(Count1).DamperType == DualDuct_OutdoorAir) {
ObjexxFCL::gio::write(OutputFileBNDetails, Format_101) << "Dual Duct Damper, " + stripped(ChrOut) + ',' + DamperType + ',' +
Damper(Count1).DamperName + ',' + NodeID(Damper(Count1).OAInletNodeNum) + ',' +
NodeID(Damper(Count1).OutletNodeNum) + ",Outdoor Air," + ChrName;
ObjexxFCL::gio::write(OutputFileBNDetails, Format_101) << "Dual Duct Damper, " + stripped(ChrOut) + ',' + DamperType + ',' +
Damper(Count1).DamperName + ',' + NodeID(Damper(Count1).RecircAirInletNodeNum) +
',' + NodeID(Damper(Count1).OutletNodeNum) + ",Recirculated Air," + ChrName;
ObjexxFCL::gio::write(OutputFileBNDetails, Format_101)
<< "Dual Duct Damper, " + stripped(ChrOut) + ',' + DamperType + ',' + Damper(Count1).DamperName + ',' +
NodeID(Damper(Count1).OAInletNodeNum) + ',' + NodeID(Damper(Count1).OutletNodeNum) + ",Outdoor Air," + ChrName;
ObjexxFCL::gio::write(OutputFileBNDetails, Format_101)
<< "Dual Duct Damper, " + stripped(ChrOut) + ',' + DamperType + ',' + Damper(Count1).DamperName + ',' +
NodeID(Damper(Count1).RecircAirInletNodeNum) + ',' + NodeID(Damper(Count1).OutletNodeNum) + ",Recirculated Air," + ChrName;
}
}
}
Expand Down
Loading

6 comments on commit 28c5c4c

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

168168673_Issue7476 (Nigusse) - x86_64-Linux-Ubuntu-18.04-cppcheck: OK (0 of 0 tests passed, 0 test warnings)

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

168168673_Issue7476 (Nigusse) - x86_64-Linux-Ubuntu-18.04-custom_check: OK (11 of 11 tests passed, 0 test warnings)

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

168168673_Issue7476 (Nigusse) - x86_64-Linux-Ubuntu-18.04-gcc-7.4: OK (2594 of 2619 tests passed, 614 test warnings)

Messages:\n

  • 530 tests had: EIO diffs.
  • 606 tests had: ESO small diffs.
  • 412 tests had: Table small diffs.
  • 467 tests had: MTR small diffs.
  • 5 tests had: EDD diffs.
  • 15 tests had: ESO big diffs.
  • 9 tests had: MTR big diffs.
  • 20 tests had: Table big diffs.
  • 20 tests had: ERR diffs.
  • 12 tests had: SSZ small diffs.
  • 43 tests had: ZSZ small diffs.
  • 2 tests had: JSON big diffs.

Failures:\n

regression Test Summary

  • Passed: 664
  • Failed: 25

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.

168168673_Issue7476 (Nigusse) - x86_64-Linux-Ubuntu-18.04-gcc-7.4-UnitTestsCoverage-Debug: OK (1239 of 1239 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.

168168673_Issue7476 (Nigusse) - x86_64-Linux-Ubuntu-18.04-gcc-7.4-IntegrationCoverage-Debug: OK (674 of 674 tests passed, 0 test warnings)

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

168168673_Issue7476 (Nigusse) - Win64-Windows-10-VisualStudio-16: OK (2551 of 2579 tests passed, 610 test warnings)

Messages:\n

  • 522 tests had: EIO diffs.
  • 604 tests had: ESO small diffs.
  • 399 tests had: Table small diffs.
  • 466 tests had: MTR small diffs.
  • 5 tests had: EDD diffs.
  • 17 tests had: ESO big diffs.
  • 10 tests had: MTR big diffs.
  • 24 tests had: Table big diffs.
  • 41 tests had: ZSZ small diffs.
  • 15 tests had: ERR diffs.
  • 14 tests had: SSZ small diffs.
  • 2 tests had: SSZ big diffs.
  • 2 tests had: JSON big diffs.

Failures:\n

regression Test Summary

  • Passed: 641
  • Failed: 28

Build Badge Test Badge

Please sign in to comment.