File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -222,7 +222,6 @@ namespace BaseboardRadiator {
222222 // SUBROUTINE PARAMETER DEFINITIONS:
223223 static constexpr std::string_view RoutineName = " GetBaseboardInput: " ; // include trailing blank space
224224 static constexpr std::string_view routineName = " GetBaseboardInput" ;
225- int constexpr iHeatCAPMAlphaNum = 5 ; // get input index to water baseboard Radiator system heating capacity sizing method
226225 int constexpr iHeatDesignCapacityNumericNum = 1 ; // get input index to water baseboard Radiator system electric heating capacity
227226 int constexpr iHeatCapacityPerFloorAreaNumericNum = 2 ; // index to baseboard Radiator system electric heating capacity per floor area sizing
228227 int constexpr iHeatFracOfAutosizedCapacityNumericNum = 3 ; // index to baseboard heating capacity fraction of autosized heating capacity
@@ -247,8 +246,6 @@ namespace BaseboardRadiator {
247246 " Maximum Water Flow Rate" ,
248247 " Convergence Tolerance" };
249248 static constexpr std::string_view availabilityScheduleFieldName = " Availability Schedule Name" ;
250- static constexpr std::string_view inletNodeFieldName = " Inlet Node Name" ;
251- static constexpr std::string_view outletNodeFieldName = " Outlet Node Name" ;
252249 static constexpr std::string_view heatingDesignCapacityMethodFieldName = " Heating Design Capacity Method" ;
253250
254251 int ConvHWBaseboardNum = 0 ;
You can’t perform that action at this time.
0 commit comments