Hi, I am looking for a library for solving some special fluid problems and deal.II looks a nice one!
Our current FEM codes are based on a library called PELICANS and it used to work well. But it has been for sometime that we are interested in2 phase fluid problems and we've faced several problems. Because we want to use a combination of FEM+FVM FEM for solving the flow and FVM is solving the Volume Of Fluid (VOF) equation. One of the biggest problems is mesh. We want different meshes for FEM and FVM and PELICANS has no idea of it. (for now triangulation for FEM and the voroni cells of that triangulation for FVM). Also probably in soon future there is a need for moving mesh. (e.g. transient moving of a particle in fluild) Currently using old FEM codes but it needs many tricks and we can use it only for very simple geometries. Does deal.II support all of this? Thank you all _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
