AMReX-Fluids / IAMR

A parallel, adaptive mesh refinement (AMR) code that solves the variable-density incompressible Navier-Stokes equations.
https://amrex-fluids.github.io/IAMR/
79 stars 57 forks source link

IAMR postprocessing bug? #135

Closed ruohai0925 closed 1 year ago

ruohai0925 commented 1 year ago

Hey,

Can someone help to check this potential bug? A three-minute short video is attached to reproduce this bug.

It shows that we can not see the meshes and # of cells on the finest level in Paraview 5.10.1. I am guessing the bug is from the postprocessing part of IAMR.

Best.

ruohai0925 commented 1 year ago

I also tested the Praview 5.11.1, the bug is still there.

esclapez commented 1 year ago

By default, Paraview will load the AMReX plotfile metadata for all the levels, but you control manually up to which level it will read the actual data. In your video, you only load the data up to Level 1, you have to increase up to level 2 in order to have your finest level (level 2). See the attached picture extracted from your video:

Screen Shot 2023-07-03 at 4 58 27 PM

ruohai0925 commented 1 year ago

Thanks, Lucas!