Re: [deal.II] Does deal.ll support import grid from openfoam solver

2023-07-18 Thread blais...@gmail.com
It is maybe unrelated, but as far as I remember, OpenFOAM supports mesh adaptivity. It is maybe not as efficient (and does not include dynamic load balancing) like deal.II does, but I would first start with that. Otherwise, you would need to go through the VTK file format or write your own openf

Re: [deal.II] Does deal.ll support import grid from openfoam solver

2023-07-15 Thread vachan potluri
I don't know about a direct technique, but you can first use foamToVTK to convert foam mesh to vtk and then import vtk in dealii. Vachan On Sat, 15 Jul, 2023, 16:47 ztdep...@gmail.com, wrote: > I want to couple the mesh adaptivity off deal.ll with openfoam solver. > Could you please give me som

[deal.II] Does deal.ll support import grid from openfoam solver

2023-07-15 Thread ztdep...@gmail.com
I want to couple the mesh adaptivity off deal.ll with openfoam solver. Could you please give me some suggestions. -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because