Replies: 2 comments 5 replies
-
Hi @tbridel, When you delete an element, what happens to the boundary conditions at its faces? Are you using H1 or L2 FE space? |
Beta Was this translation helpful? Give feedback.
-
Hi @tbridel , this sounds like an interesting project. Have you figured out how to do it? I wonder if you would benefit from using something more like a surface-tracking method, where the cells are fixed but you track the interface of the solid using a level-set method and then the surface would move/shrink based on some speed due to ablation. I haven't worked on ablation before, but something like that is used for simulating evaporation of a droplet, for example. Is the cell deletion method a standard approach for this kind of problem? |
Beta Was this translation helpful? Give feedback.
-
Hello MFEM community ! 👋
I am currently working on a problem of heat conduction in a solid driven by an external heat flux. I got this part to work very nicely even for a multimaterial solid and temperature dependent properties.
The next step I am aiming at is ablation, and this is why I am here asking your help ! 🙏
Let's say the algorithm is the following straightforward conditional:
How would you guys go around deleting cells from an instance of
mfem.Mesh
on the fly during an unsteady heat conduction solver is running ?.delete
somewhere that would do this magically ? 🧙♂️I can post parts of or the entirety of the solver I have right now if it can help figuring out the details !
Thank you so much ! Looking forward to hearing your ideas !
Beta Was this translation helpful? Give feedback.
All reactions