Replies: 1 comment 1 reply
-
I think you can use the EB capability to create the desired geometry for data output. When you need to output the field data on the surface, the EB information can tell you whether a cell is cut by the surface and where the boundary centroid is. You can create a particle container and add a particle to every cut cells not covered by fine levels. Then you can output the particle container. If you need more help on any of the steps above, let us know. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I'm trying to get the 3D flow field data on the surface of a cylinder(or a truncated cone) every n time steps for post-process as the whole field data takes too much storage space. The data is on multiple level, and the finest level data is needed. Is there any functions in AMReX can be of help?
Beta Was this translation helpful? Give feedback.
All reactions