Fix #5339 - Fixup Idd units m3/s -> gal/min#5346
Conversation
Temporarily changed the ruby script ```diff diff --git a/developer/ruby/FindAndAddMissingIPUnits.rb b/developer/ruby/FindAndAddMissingIPUnits.rb index ba4d846..0459f3bd1c 100644 --- a/developer/ruby/FindAndAddMissingIPUnits.rb +++ b/developer/ruby/FindAndAddMissingIPUnits.rb @@ -46,8 +46,8 @@ iddWrapper = oIddFile.get def apply_water_flow_rate(iddWrapper) puts "Looking for missing gal/min in Water Flow Rate fields" - include_words = ['water', 'flow', 'rate'] - exclude_words = ['ratio', 'fraction', 'curve', 'length', 'mass'] + include_words = ['flow', 'rate'] + exclude_words = ['air', 'ratio', 'fraction', 'curve', 'length', 'mass', ' per ', 'schedule', 'method'] n_missing = 0 ```
| \autosizable | ||
| \minimum> 0 | ||
| \units m3/s | ||
| \ip-units gal/min |
There was a problem hiding this comment.
Field: Design Flow Rate
The volumetric design flow rate of the water side in [m3/s].
| \autosizable | ||
| \minimum> 0 | ||
| \units m3/s | ||
| \ip-units gal/min |
| \required-field | ||
| \type real | ||
| \units m3/s | ||
| \ip-units gal/min |
There was a problem hiding this comment.
Field: Design Flow Rate [m3/s]
This numeric field is the designed flow rate for this heat exchanger; the plant loop solver will attempt to meet this request based on flow and loop conditions.
| \note Not yet implemented | ||
| \type real | ||
| \units m3/s | ||
| \ip-units gal/min |
There was a problem hiding this comment.
Being thorough:
Field: Heater Ignition Minimum Flow Rate
NOT YET IMPLEMENTED.
| \type real | ||
| \minimum> 0 | ||
| \units m3/s | ||
| \ip-units gal/min |
There was a problem hiding this comment.
Field: Test Flow Rate
The volumetric flow rate during testing [m3/s]. If the value is available as flow rate per unit area, it is recommended to multiply by the Gross Area of the collector module, not the net aperture area.
| \type real | ||
| \minimum> 0 | ||
| \units m3/s | ||
| \ip-units gal/min |
There was a problem hiding this comment.
Specific fix for the "Design Flow Rate" field of the SolarCollectorFlatPlate mentioned in #5339
| \type real | ||
| \minimum> 0 | ||
| \units m3/s | ||
| \ip-units gal/min |
There was a problem hiding this comment.
same for OS:SolarCollectorPerformance:IntegralCollectorStorage,
|
CI Results for 318d772:
|
Pull request overview
\ip-units gal/min#5339Temporarily changed the ruby script
Pull Request Author
src/model/test)src/energyplus/Test)src/osversion/VersionTranslator.cpp)Labels:
IDDChangeAPIChangePull Request - Ready for CIso that CI builds your PRReview Checklist
This will not be exhaustively relevant to every PR.