code-mphi / ECOGEN

A CFD open source code dedicated to multiphase compressible flows
https://code-mphi.github.io/ECOGEN/
Other
103 stars 36 forks source link

Getting physics error #10

Closed himakarganti closed 4 years ago

himakarganti commented 4 years ago

I am trying to run a 2D unstructured mesh generated using the recommended GMSH version. I am able to mesh it for both single and multiple core runs using the partitioning in GMSH. The mesh is being imported properly by ECOGEN. However, I am getting the following errors for it when running on a single core:

3/Linking Geometries -> Physics ...

It throws a Signal: Segmentation fault (11) immediately after that.

Multi core runs simply hangup at that stage.

I tried to trace back the error but I am unable to figure out the problem in the Physics. The geometry is a simple rectangular box, with 1 location (section/ part of the bottom wall) for injecting a different fluid into the domain. Please let me know if I can inject fluids into the domain at particular locations (not the entire boundary) in unstructured meshes?