Ferrite-FEM / Ferrite-FEM/FerriteMeshParser.jl

instance set names are read incorrectly

Open
#31 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
4
Forks
1
Avg merge
6h 21m
Merged PRs (30d)
1

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.