[postprocessor] read more particles variables
This commit is contained in:
+1
-1
@@ -249,7 +249,7 @@ class PostProcessor(HDF5Container):
|
||||
verbose=self.pp_params.pymses.verbose,
|
||||
)
|
||||
self._amr = self._ro.amr_source(self.pp_params.pymses.variables)
|
||||
self._part = self._ro.particle_source(["vel", "mass"])
|
||||
self._part = self._ro.particle_source(self.pp_params.pymses.part_variables)
|
||||
|
||||
if self.pp_params.pymses.filter:
|
||||
self.min_coords = np.array(self.pp_params.pymses.min_coords)
|
||||
|
||||
Reference in New Issue
Block a user