File "path_to_Python_installation\site-packages\dassh\reactor.py", line 1147, in axial_step
self._calculate_asm_temperatures(self.assemblies[ai], ai,
File "path_to_Python_installation\site-packages\dassh\reactor.py", line 1248, in _calculate_asm_temperatures
asm.write(self._options['dump']['files'], gap_temp)
File "path_to_Python_installation\site-packages\dassh\assembly.py", line 760, in write
for k in reg._pressure_drop.keys():
AttributeError: 'numpy.float64' object has no attribute 'keys'
By enabling
pressure_dropinDumpsection to get information of the detailed pressure drop data to CSV file, I get an error whenmixed_convectionis also enabled.The error seems related to a formatting issue of the pressure drop calculation coming from
MixedRegion.The error traceback is following reported: