Skip to content

Drift Fraction and Blow Down Ratio numeric input fields are always set to zero for Indirect Evaporative Cooler Research Special #4517

@Nigusse

Description

@Nigusse

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.

Metadata

Metadata

Assignees

Labels

PriorityLowThis defect or feature has been declared low prioritySeverityMediumThis defect is medium severity, indicating moderate impact and generally no workaround available

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions