Reply To: Writing density data into a file
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › Writing density data into a file › Reply To: Writing density data into a file
December 30, 2022 at 7:32 pm
#7097
syed
Participant
Dear developers, I was able to extract the data using the density functor. But, I am facing a problem when I increase the processors for my simulation and supply the same input in the operator () of the functor. If I run the cod in serial then I get the correct density output(output[0],output[1]) for input=(ix,iy). But as I increase the rank, for the same input I get garbage values in the output. And I if I use blockReduction then I am unknown to how the density data is arrayed in the object.