precice/openfoam-adapter

Remove the connectivity switch from the configuration, ask preCICE

开放

#198 创建于 2021年9月20日

 (1 条评论) (1 个反应) (0 位负责人)C++ (115 个派生)auto 404
compatibilityenhancementgood first issue

仓库指标

星标
 (171 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南