precice/calculix-adapter

Assumptions on interface names

Geschlossen

#128 geöffnet am 20.09.2024

 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C (30 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (59 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 15T 21h) (21 gemergte PRs in 30 T)

Beschreibung

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