This repository has been archived by the owner on May 9, 2022. It is now read-only.
1.1.1
- Space mapping algorithms: add maxUsedIterations parameter in order to be able to control the maximum number of used iterations by the coupling algorithm. Refer to issue #16.
- Space mapping: in case more than two levels are used, the information from previous optimization cycles is being reused within one time step. Refer to issue #15.
- RBF coarsening: add parameters to fsi.yaml in order to use live selection of control points for the interpolation between the solid and the fluid. Refer to issue #13
- RBF coarsening: add parameter to dynamicMeshDict to optionally save the selected points by the greedy algorithm to disk for post processing. Refer to issue #12
- RBF coarsening, unit displacement: the unit displacement is applied to the moving patches, and a zero displacement is applied to the static patches. Refer to issue #11