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
The ZoneHVACIdealAirLoadsAirSystem does not conform to other ModelObject API and is currently an odd duck.
Todo:
Remove IDD Field for Design Specifcation Outdoor Air Object: this should be infered from the classic inheritance schema (zone -> spaces() -> spaceType)
Rename ZoneHVACIdealLoadsAirSystem::designSpecificationOutdoorAirObject to designSpecificationOutdoorAir to match other objects API (such as Space/SpaceType)
Modify implementation of ZoneHVACIdealLoadsAirSystem::designSpecificationOutdoorAir to find the appropriate Optional DSOA based on thermalZone->spaces()->designSpecificationOutdoorAir, like it's currently done in the Forward Translator: ForwardTranslateZoneHVACIdealLoadsAirSystem.cpp#L178:L198
The
ZoneHVACIdealAirLoadsAirSystem
does not conform to other ModelObject API and is currently an odd duck.Todo:
ZoneHVACIdealLoadsAirSystem::designSpecificationOutdoorAirObject
to designSpecificationOutdoorAir to match other objects API (such as Space/SpaceType)ZoneHVACIdealLoadsAirSystem::designSpecificationOutdoorAir
to find the appropriate Optional DSOA based on thermalZone->spaces()->designSpecificationOutdoorAir, like it's currently done in the Forward Translator: ForwardTranslateZoneHVACIdealLoadsAirSystem.cpp#L178:L198Found while answering on unmethours here: https://unmethours.com/question/30924/outside-air-ideal-loads/
The text was updated successfully, but these errors were encountered: