I'm using the get_all_surface _results() method of ResultsReader to extract internal temperature results as showed below:
surfaces = body.get_surfaces()
for surface in surfaces:
prop = surface.get_properties()
areas = surface.get_areas()
aps_handle = prop['aps_handle']
int_surf_temp = rr_file.get_all_surface_results(id, aps_handle, 'Int surface temperature')
I have noticed however it doesn't work on internal partitions, nor fully glazed surfaces. Why? How Can I fix it?
Thanks
All Surface Results
Re: All Surface Results
People have been asking this question for 7 years. Believe it is solved here:
https://forums.iesve.com/viewtopic.php? ... ab#p114617
https://forums.iesve.com/viewtopic.php? ... ab#p114617
