First time here? Check out the Help page!
1 | initial version |
In general, any Output:Variable and Output:Meter objects available to use depend upon what objects are in your E+ model. If you check the .rdd file after a simulation, you'll see the current list of available VARIABLES that can be reported in the *.csv file ( "" is the same name as your IDF file, and all output files are all generated in the same directory as your IDF file). Likewise, you can check the *.mdd file after a simulation, you'll see the current list of available METERS that can be reported in the *.mtr file. There are generally more options for variables than meters. The best doc to explain all of the meter and variable options is the Input Output Reference. Each object has separate sections explaining the input fields as well as the outputs.
The Zone Air System Sensible Heating Rate output variable you mention is the energy actually supplied by the system to a zone. Ideally this is equal or close to the heat energy the zone demands, but maybe the HVAC system is CAV or has other operational settings that make it difficult to supply varied amounts of heating energy to exactly match heating demand.
You have two options to report heating demand in zones:
I hope this helps!
2 | No.2 Revision |
In general, any Output:Variable and Output:Meter objects available to use depend upon what objects are in your E+ model. If you check the .rdd X.rdd file after a simulation, you'll see the current list of available VARIABLES that can be reported in the *.csv X.csv file ( "" "X" is the same name as your IDF file, and all output files are all generated in the same directory as your IDF file). Likewise, you can check the *.mdd X.mdd file after a simulation, you'll see the current list of available METERS that can be reported in the *.mtr X.mtr file. There are generally more options for variables than meters. The best doc to explain all of the meter and variable options is the Input Output Reference. Each object has separate sections explaining the input fields as well as the outputs.
The Zone Air System Sensible Heating Rate output variable you mention is the energy actually supplied by the system to a zone. Ideally this is equal or close to the heat energy the zone demands, but maybe the HVAC system is CAV or has other operational settings that make it difficult to supply varied amounts of heating energy to exactly match heating demand.
You have two options to report heating demand in zones:
I hope this helps!