Replies: 4 comments 2 replies
-
ping: @jandrej, @psocratis |
Beta Was this translation helpful? Give feedback.
-
Hi @lacombef, The theoretical description of overlapping grid method that you are looking will depend on the PDE that you are interested in solving. For example, for the incompressible Navier-Stokes equations (INSE), the approach for time-stepping is describe here and here, and the approach for ensuring Mass conservation is described here. Right now we have the general mechanism for solution interpolation and communication between overlapping grids in MFEM, but have not implemented any constraints (e.g. mass conservation for INSE). However, I will be happy to answer your questions if you are interested in trying it. Ketan |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am currently looking to use MFEM as a basis for various multiphysics problems. I know there is a possibility to use subdomains, but I am also considering to use the overlapping grids framework to couple different physics on different grid entities; I find it very clever to use different grids depending on the physics of the problem, particularly if you use AMR as the resulting grids will be truly adapted to each problem.
I was just wondering about the implementation of the overlapping grid method. Is there a theoretical description of the method somewhere, for example a paper to which I could refer ? My main concern is related to the conservation of mass and momentum. For instance, in fluid mechanics, if the flow field is simply projected onto another grid, the resulting flow might not conserve mass and/or momentum.
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions