- Notifications
You must be signed in to change notification settings - Fork 468
Closed
Labels
PriorityLowThis defect or feature has been declared low priorityThis defect or feature has been declared low prioritySeverityMediumThis defect is medium severity, indicating moderate impact and generally no workaround availableThis defect is medium severity, indicating moderate impact and generally no workaround available
Description
EvaporativeCooler:Indirect:ResearchSpecial:
Numeric input fields "Drift Fraction" and "Blow Down Ratio" are always set to zero even if user specifies a non zero value. Since there is no argument "lNumericFieldBlanks" passed to "GetObjectItem" routine Numeric input fields are always assumed blank.
See GetObjectItem routine setup below: "lNumericFieldBlanks" argument is not passed, so numeric input fields are always assumed blank.
GetObjectItem( cCurrentModuleObject, IndEvapCoolNum, cAlphaArgs, NumAlphas, rNumericArgs, NumNums, IOStat, _, lAlphaFieldBlanks, cAlphaFieldNames, cNumericFieldNames );
It is expected to cause diffs in the water consumption values.
Use example file "StripMallZoneEvapCooler.idf" for testing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
PriorityLowThis defect or feature has been declared low priorityThis defect or feature has been declared low prioritySeverityMediumThis defect is medium severity, indicating moderate impact and generally no workaround availableThis defect is medium severity, indicating moderate impact and generally no workaround available