precice/calculix-adapter

Assumptions on interface names

已关闭

#128 创建于 2024年9月20日

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

仓库指标

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

描述

To the extent I understand:

  • CalculiX requires node groups to be named starting with N: NwetSurface
  • The adapter takes the names without the N (wetSurface) and automatically "converts it to CalculiX format" (i.e., prepends the N).

We should:

  1. Check if the first assumption really still holds
  2. Not ask the user to remove the N, if that is part of the name

贡献者指南