precice / openfoam-adapter

OpenFOAM-preCICE adapter
https://precice.org/adapter-openfoam-overview.html
GNU General Public License v3.0
135 stars 80 forks source link

Mesh connectivity for preCICE v3 #297

Closed MakisH closed 1 year ago

MakisH commented 1 year ago

With preCICE v2, the adapter does:

With this PR (and preCICE v3), the adapter does:

I ran the flow-over-heated-plate-nearest-projection tutorial and the results look similar. Comparing all VTK files with fieldcompare, I get some successes, some failures where the difference is on the last digit, and some failures where just fieldcompare could not open the files.

co-authored by @fsimonis

Depends on https://github.com/precice/openfoam-adapter/pull/285

Closes #258.

TODO list:

MakisH commented 1 year ago

After #285 is merged, I would rebase this branch and merge it next. I think it is ready.

MakisH commented 1 year ago

The CI is expected to fail because it is using preCICE v2.5.0. I will update this in a separate PR.