Ferrite-FEM / Ferrite-FEM/FerriteMeshParser.jl

Support wedge and pyramid elements

未關閉
#21 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Julia
星號
4
分支
1
平均合併
6 小時 21 分鐘
30 天內合併 PR
1

描述

Wedge (https://github.com/Ferrite-FEM/Ferrite.jl/pull/581) and pyramids (https://github.com/Ferrite-FEM/Ferrite.jl/pull/623) are supported by Ferrite.

Need to also update the example with custom elements. The easiest and most useful here would probably be to include interface/cohesive elements following `FerriteInterfaceElements.jl`.

### Notes for implementation
Abaqus node ordering is as follows:
![image](https://github.com/Ferrite-FEM/FerriteMeshParser.jl/assets/19473844/dec4b8dd-aa48-44e1-ba0f-4ab85757245c)

Codes for stress elements
- Linear wedge (6-noded): C3D6, C3D6H
- Quadratic wedge (15-nodes): C3D15, C3D15H
- Pyramid (5-noded): C3D5, C3D5H (Not possible to generate with Abaqus CAE, but good to support in case other mesh generators are used to output abaqus .inp files)

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。