Skip to content

GetGroundTempModelAndInit: Unable to read Xing #10981

@jmarrec

Description

@jmarrec

Issue overview

https://github.com/NREL/EnergyPlus/blob/9814fa5069b4cf52457ff0f9d18c7422f83eb33a/src/EnergyPlus/PlantPipingSystemsManager.cc#L1911

GetGroundTempModelAndInit takes name (last param) by const ref& It then calls XingGroundTempsModel::XingGTMFactory which also takes objectName by const ref&
But it calls getObjectItem with s_ipsc->cAlphaArgs which overrides it, then the comparison fails

Operating System (Multiple choices)

Any

Operating System Version

N/A

Version of EnergyPlus

25.1.0-IOFreeze

Unmethours link or helpdesk ticket number

N/A

Defect file

ghx_horizontal_trench_xing.osm_2510.idf.txt

Metadata

Metadata

Assignees

Labels

DefectIncludes code to repair a defect in EnergyPlusNotIDDChangeCode does not impact IDD (can be merged after IO freeze)

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions