Hi everyone,
I’m currently working on a project where I need to import multiple STL files, and I’m facing a challenge: the different faces of these STL files are not confined to specific indicators, and I prefer not to manually provide the inflow and outflow coordinates.
I am considering creating a function that accepts multiple STL files and detects the shape of each one. My plan is to override the extendedDomain function to handle multiple STL files.
Before I proceed, I would like to know if the OpenLB solver is capable of processing multiple STL files in this way. Any insights or advice on how to approach this would be greatly appreciated!
Thank you!