precice/openfoam-adapter

Remove the connectivity switch from the configuration, ask preCICE

Ouverte

#198 ouverte le 20 sept. 2021

 (1 commentaire) (1 réaction) (0 personne assignée)C++ (115 forks)auto 404
compatibilityenhancementgood first issue

Métriques du dépôt

Stars
 (171 étoiles)
Métriques de merge PR
 (Merge moyen 54j 14h) (1 PR mergée en 30 j)

Description

preCICE v2.3.0 https://github.com/precice/precice/pull/1080 introduces an API method to ask whether mesh connectivity is required. In the OpenFOAM adapter, we currently ask the user whether this is required, which the user should not need to configure, as it is system-internal information: https://precice.org/adapter-openfoam-config.html#nearest-projection-mapping

We could directly ask preCICE for this and remove the option from the configuration. As it currently defaults to false, maybe we can do it in a backwards-compatible way and deprecate the option for now.

Guide contributeur