Results 139 comments of David Schneider

@uekerman considering the use-cases: would it make sense to create an `aste` directory on the top level and the three use-cases as subdirectories? @kursatyurt You can ignore the `check-scripts` CI...

I will tweak the documentation in a follow-up.

I think the crucial factor here is whether the master rank of OpenFOAM owns interface nodes or not. IIRC I had already a similar issue in the past. I'm still...

I think it is an issue in the adapter rather than preCICE. Some corner cases with empty master ranks were fixed in the preCICE bugfix release v2.2.1. and IIRC I...

I can confirm that I can successfully run test cases (no OpenFOAM) where the master rank is not located at the interface.

Compiling the driver into exadg is principle possible, although it might result in slight `ifdef` hell. The proposed changes (discussion?) in this PR remain valid, though. I have an application...

> @DavidSCN do you maybe know if there are any tools in OpenFOAM to update a given mesh? I don't understand what exactly to update, but I guess I'm not...

I set up a heat transfer case coupling deal.II and a custom laplacianFoam considering non-zero RHS in order to investigate this. The example is our partitioned-heat example, which has a...

> What exactly did you change here? I guess something in the fvSchemes? Anything else? No it is indeed a change within the OpenFOAM solver. @uekerman thought the partitioned-heat solver...

After more investigations (see #189 #188 #187 ) I can now finally run the partitioned-heat OpenFOAM-OpenFOAM case and visualize the correct results: ![](https://user-images.githubusercontent.com/33414590/125461257-eaf4cbb1-e9e5-4912-9cec-3f8f5f2a4c81.png)