David Schneider
David Schneider
**Please describe the problem you are trying to solve.** Our currently available mapping methods are either limited in terms of the convergence order (NN), limited in terms of computational cost...
In #1205 we moved all serial and parallel integration tests to the new structure as described in #1149. However, the parallel integration tests contain dead multi coupling tests (added in...
As pointed out in https://github.com/exadg/exadg/pull/213#discussion_r841490023 the ExaDG FSI code was not compiled in the current setup. Since the CMake macro `EXADG_PICKUP_EXE` doesn't allow multiple targets, I moved now the precice...
The preCICE coupled solvers were added in #148. Although the implementation there ended up being much more mature then initially intended, there are some follow up tasks I would like...
... in case gradient data is required for the mapping. The current changes only implement the functionality for a simple CHT case. We need to go through all relevant fields...
Closes #223 With this, we can restart the 'initial' simulation by resetting the deformation accumulated throughout the simulation. It would be important to check how other (structural) codes handle the...
Please provide the following information: - Adapter version: v1.1.0 - OpenFOAM version: OpenFOAM 2012 - preCICE version: v2.3.0 I'm currently experimenting with restart functionalities by simulating two seconds of our...
We have oftentimes the case that we reload the checkpoint after a single time step was computed (we have matching time windows in an implicit coupling). In the current implementation...
In implicit coupling schemes, we currently accept that result files are generated already during the first iteration and force OpenFOAM later within the adapter to regenerate the result files: https://github.com/precice/openfoam-adapter/blob/fca5e8770cba964cd9b51ce97ab8d608f5a75ca8/Adapter.C#L414-L431...
When running cases in parallel and a distributed interface, we currently have duplicated definition of interface nodes at processor boundaries across the coupling interface. The duplication occurs for the location...