Ferrite-FEM / Ferrite-FEM/FerriteMeshParser.jl
instance set names are read incorrectly
Aperta
- Lingua principale
- Julia
- Stelle
- 4
- Fork
- 1
- Merge medio
- 6h 21m
- PR unite (30g)
- 1
Descrizione
When part of an instance, a set (e.g. node set) is written
```
*Nset, nset=bottom, instance=Part-1-1
```
in the input file.
This should be read as a set with name "bottom", but is currently read as "bottom, instance=Part-1-1".
Quick fix would be not not allow comma in the names (need to check if allowed in Abaqus),
but a safer option might be to filter away after the string ", instance=" and anything following it in the key-names.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.