Convert C3D8 Hexahedral Elements to C3D20

Automatically convert C3D8 elements to C3D20.
ダウンロード: 55
更新 2019/5/17

ライセンスの表示

This function is primarily used to convert 8 noded hexahedral elements to 20 noded. It's useful if you are using automatic element meshing software's that do not offer output in C3D20 such as IA-FEMESH.

Input: Node Matrix in standard input file format
[NodeNumber,NodePositionx,NodePositiony,NodePositionz;...]
Element Matrix in standard input file format
[ElementNumber,Node1,Node2,...,Node8;...]

Outputs: Writes 2 separate input files for the new nodes and new elements.
the files can then be loaded after, or you can just add them to
be outputs yourself!

Comments: It should be mentioned that the interior edge nodes are linearly interpolated between corresponding edge-end nodes. There is room for improvement if you first convert the entire element to the isoparametric space before getting the middle point, and then going back. This should only be considered if your elements are badly deformed in the first place.

If the public suggests there is a need through comments, I can add that as well

引用

Sergio Dempsey (2024). Convert C3D8 Hexahedral Elements to C3D20 (https://www.mathworks.com/matlabcentral/fileexchange/71573-convert-c3d8-hexahedral-elements-to-c3d20), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2018a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCoordinate Reference Systems についてさらに検索
タグ タグを追加

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.1

-Made to fit page

1.0.0