Ferrite-FEM / Ferrite-FEM/FerriteMeshParser.jl

instance set names are read incorrectly

未关闭
#31 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Julia
星标
4
派生
1
平均合并
6 小时 21 分钟
30 天内合并 PR
1

描述

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.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。