How to output: Zone Opaque Surface Inside Face Conduction [W]
I believe there is undocumented change: I want to output variable according to documentation:
Zone Opaque Surface Inside Face Conduction [W]
https://bigladdersoftware.com/epx/doc...
I can see
Output variables applicable to opaque heat transfer surfaces (FLOOR, WALL, ROOF, DOOR). Note – these are advanced variables – you must read the descriptions and understand before use – then you must use the Diagnostics object to allow reporting.
I added Output Object:
Output:Diagnostics,
DisplayAdvancedReportVariables;
but unable to see this variable also this variable does not output in .rdd file I can see only:
Zone Opaque Surface Inside Faces Total Conduction Heat Gain Rate
Zone Opaque Surface Inside Faces Total Conduction Heat Loss Rate
Zone Opaque Surface Inside Faces Total Conduction Heat Gain Energy
Zone Opaque Surface Inside Faces Total Conduction Heat Loss Energy
which one is the variable that I am looking for and matches the documentation definition, where I can find it?