-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
of2206 port #39
base: master
Are you sure you want to change the base?
of2206 port #39
Conversation
* Create openfoam.yml
wrong keyword and number of processor
FIX compile with clang
* Update openfoam.yml * bumped version in test * libglu1 missing
Thanks for the pull request could you update the CI to of2206 |
Sure, I'll give it a go |
There are multiple failures, you can check them up in my fork or I can submit a new merge request. Most of the errors are missing&wrong keywords in the test case setup and there are errors in duplicate entries in the RTS tables . The problem is, TwoPhaseFlow duplicates the structure in VoF in OpenFOAM - the way around this would be to wclean VoF in OpenFOAM before compiling TwoPhaseFlow. I can add the wclean into the workflow, but what do we do about the key errors? I won't have much time to deal with this in the next two weeks. |
the branch of2206 works and all test pass. the main issue was that the wrong header of zoneDistribute was used. |
Suggestion: best if it is merged with a new branch of2206 and checked, port is work in progress.