NREL / OpenStudio

OpenStudio is a cross-platform collection of software tools to support whole building energy modeling using EnergyPlus and advanced daylight analysis using Radiance.
https://www.openstudio.net/
Other
484 stars 185 forks source link

Forward translator not pulling setpoint manager control zones thru #5222

Closed Ski90Moo closed 3 weeks ago

Ski90Moo commented 3 weeks ago

Issue overview

The control zone name does not get forward translated. The following is excerpt from the OSM file and the IN.IDF file.

OSM File: OS:SetpointManager:SingleZone:Reheat, {02278012-7482-4ce2-8eb7-3d908c66be7d}, ! Handle CUH-80 Single Zone Reheat Temp, ! Name 12.7777777777778, ! Minimum Supply Air Temperature {C} 40.0000000000001, ! Maximum Supply Air Temperature {C} {804c1411-87b0-4cae-9be0-074454d7084a}, ! Control Zone Name {958ea6c0-b773-46fe-9793-17385b15c95c}, ! Setpoint Node or NodeList Name Temperature; !- Control Variable

OS:ThermalZone, {804c1411-87b0-4cae-9be0-074454d7084a}, !- Handle TZ:080 WEIGHTROOM, !- Name , !- Multiplier , !- Ceiling Height {m} , !- Volume {m3} , !- Floor Area {m2} , !- Zone Inside Convection Algorithm , !- Zone Outside Convection Algorithm , !- Zone Conditioning Equipment List Name {4a39b639-10ba-4aca-b3f2-0fc1fb75f38b}, !- Zone Air Inlet Port List {c91d4ea2-c9f5-45f7-9493-47898e456c56}, !- Zone Air Exhaust Port List {5632a58f-6bf8-4044-ac53-cb4cace030c0}, !- Zone Air Node Name {a6a83621-0409-4047-88a1-9ddb0baee021}, !- Zone Return Air Port List , !- Primary Daylighting Control Name , !- Fraction of Zone Controlled by Primary Daylighting Control , !- Secondary Daylighting Control Name , !- Fraction of Zone Controlled by Secondary Daylighting Control , !- Illuminance Map Name {e03a85a7-d254-47b4-85e6-64270c631f61}, !- Group Rendering Name {5e0ad079-f5f0-4152-8f4e-ebe1f5fd3948}, !- Thermostat Name No, !- Use Ideal Air Loads ; !- Humidistat Name

IN.IDF FILE: SetpointManager:SingleZone:Reheat, CUH-80 Single Zone Reheat Temp, !- Name Temperature, !- Control Variable 12.7777777777778, !- Minimum Supply Air Temperature {C} 40.0000000000001, !- Maximum Supply Air Temperature {C} , !- Control Zone Name Node 149, !- Zone Node Name Node 204, !- Zone Inlet Node Name CUH-80 Supply Outlet Node; !- Setpoint Node or NodeList Name

Current Behavior

Expected Behavior

Steps to Reproduce

1.

Screenshot 2024-06-12 215628

2. 3. 4.

Possible Solution

Details

Environment

Some additional details about your environment for this issue (if relevant):

Context

Ski90Moo commented 3 weeks ago

My mistake. I did not assign a space to the thermal zone, so the thermal zone was essentially blank and did not get translated.