I need a well developed pre- and post-processor that can generate complex meshes and provide all the functionalities needed to solve flow problems in it. And also allow visualizations.
The goal is to link it to my c++ solver. My self-written 1D and 2D grid managers can no longer suit the complexity of my problems at hand. And writing the type I need will cause a serious delay. So I need a manager that can allow me focus on the solver leaving the meshing and visualizations for the tool.
In particular, I need it to be able to generate multiple meshes at once and be able to identify the common areas.