Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You can do this with EMS. Refer to the EMS Application Guide for more info. For each zone where you want to calculate Your Custom Operative Temperature, you will need to create two EMS sensors: one to sense the Zone Mean Radiant Temperature output variable and another to sense the Zone Mean Air Temperature output variable. Because you want to report the output of your calculation, you will also need an EnergyManagementSystem:OutputVariable as well as an Output:Variable object that is set up to report the EnergyManagementSystem:OutputVariable that you created for each zone. For every zone of interest, you will write a short EMS program that will take the two sensor values, calculate Your Custom Operative Temperature, it can then be reported by the above mentioned objects. You will probably want to use the EMS Calling Point: "EndOfZoneTimestepAfterZoneReporting" for your program.

You can do this with EMS. Refer to the EMS Application Guide for more info. For each zone where you want to calculate Your Custom Operative Temperature, you will need to create two EMS sensors: one to sense the Zone Mean Radiant Temperature Temperature output variable and another to sense the Zone Mean Air Temperature Temperature output variable. Because you want to report the output of your calculation, you will also need an EnergyManagementSystem:OutputVariable as well as an Output:Variable object that is set up to report the EnergyManagementSystem:OutputVariable that you created for each zone. For every zone of interest, you will write a short EMS program that will take the two sensor values, calculate Your Custom Operative Temperature, it can then be reported by the above mentioned objects. You will probably want to use the EMS Calling Point: "EndOfZoneTimestepAfterZoneReporting" for your program.

You can do this with EMS. Refer to the EMS Application Guide for more info. For each zone where you want to calculate Your Custom Operative Temperature, you will need to create two EMS sensors: one to sense the Zone Mean Radiant Temperature output variable and another to sense the Zone Mean Air Temperature output variable. Because you want to report the output of your calculation, you will also need an EnergyManagementSystem:OutputVariable as well as an Output:Variable object that is set up to report the EnergyManagementSystem:OutputVariable that you created for each zone. For every zone of interest, you will write a short EMS program that will take the two sensor values, calculate Your Custom Operative Temperature, it Temperature. It can then be reported by the above mentioned objects. You will probably want to use the EMS Calling Point: "EndOfZoneTimestepAfterZoneReporting" for your program.