precice/calculix-adapter

Assumptions on interface names

Open

#128 opened on Sep 20, 2024

 (0 comments) (1 reaction) (0 assignees)C (30 forks)auto 404
good first issue

Repository metrics

Stars
 (59 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide