precice/calculix-adapter

Assumptions on interface names

Ouverte

#128 ouverte le 20 sept. 2024

 (0 commentaire) (1 réaction) (0 personne assignée)C (30 forks)auto 404
good first issue

Métriques du dépôt

Stars
 (59 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur