Replies: 2 comments
-
Are you using AmrLevel? If so, you can add what you need to |
Beta Was this translation helpful? Give feedback.
-
Yes, I am using AMRLevel. How can I access the MultiFabs and MultiCutFabs containing the EB data (area fractions, face and boundary centroids, boundary normals) inside one of the functions defined in CNS_derive.cpp? Currently, I am only able to access the EBCellFlag by the following statement: const auto& flag_fab = amrex::getEBCellFlagFab(datfab); |
Beta Was this translation helpful? Give feedback.
-
I am trying to compute the forces on the surface of an embedded boundary using the cut-cell pressure values. This requires details of the normal and tangential vectors for the EB surface at each cut-cell. All the computations were performed with EBSupport:full option.
Does the AMReX repo have a script to extract embedded boundary data from the plotfiles to compute these vectors?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions