You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supply Air Flow Rate Method During <XXX> Operation should be automatically infered at model time.
Current Behavior
Supply Air Flow Rate Method During <XXX> Operation isn't set by default. E+ shows a warning in the eplusout.err
** Warning ** AirLoopHVAC:UnitarySystem = AIR LOOP HVAC UNITARY SYSTEM 1
** ~~~ ** Method used to determine the cooling supply air flow rate is not specified when cooling coil is present.
** Warning ** AirLoopHVAC:UnitarySystem = AIR LOOP HVAC UNITARY SYSTEM 1
** ~~~ ** Method used to determine the heating supply air flow rate is not specified when heating coil is present.
Expected Behavior
eg setSupplyAirFlowRatePerFloorAreaDuringCoolingOperation(1.0)should set the Supply Air Flow Rate Method During Cooling Operation to FlowPerFloorArea
autosizeSupplyAirFlowRateDuringCoolingOperation should set it to SupplyAirFlowRate
Shouldn't u.supplyAirFlowRateMethodDuringCoolingOperation.is_initialized return false (i.e., u.supplyAirFlowRateMethodDuringCoolingOperation.get shouldn't return "")? Perhaps this is because there is no default specified in the idd choice field?
Issue overview
Supply Air Flow Rate Method During <XXX> Operation
should be automatically infered at model time.Current Behavior
Supply Air Flow Rate Method During <XXX> Operation
isn't set by default. E+ shows a warning in the eplusout.errExpected Behavior
eg
setSupplyAirFlowRatePerFloorAreaDuringCoolingOperation(1.0)
should set theSupply Air Flow Rate Method During Cooling Operation
toFlowPerFloorArea
autosizeSupplyAirFlowRateDuringCoolingOperation should set it to
SupplyAirFlowRate
Steps to Reproduce
Possible Solution
Straightforward.
Details
Environment
Some additional details about your environment for this issue (if relevant):
Context
Found while adding a new regression test. cf NREL/OpenStudio-resources@2057e0d
The text was updated successfully, but these errors were encountered: