Open positroncascade opened 5 years ago
Hello, could you provide me link to the geo file you use?
Sure. You can find it here: https://www.dropbox.com/s/qj1e286tng2fk56/data.geo?dl=0
First, parsing method is very simple and assumes that all vertices, lines and volumes are ordered starting from 1, additionally it assumes key words to be delimited by space. Check following file https://www.dropbox.com/s/bqdclnrln0tyy60/foam_test.geo?dl=0
Second, se_api assumes that input geo file is periodic. And boundary cells contains also information about vertices and edges outside the domain. So for nonperiodic files it is necessary to modify the app.
I have bigger geo file than the example one. Example file works but my own file returns empty file. How can I solve this issue?