Function to load the Ensight Gold file format in Matlab, including separate vector/ scalar variables listed in the encas/case file.
Result is a tree-like struct with all variables.
Be aware this function was only tested with Fluent 12-exported files with triangle/tetrahedal elements. Other formats will likely require some small changes.
If you have any problems/ found bugs, please contact me by e-mail.
引用
Wouter (2026). Load Ensight Gold file format (https://jp.mathworks.com/matlabcentral/fileexchange/40070-load-ensight-gold-file-format), MATLAB Central File Exchange. 取得日: .
MATLAB リリースの互換性
プラットフォームの互換性
Windows macOS Linuxカテゴリ
タグ
| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.2.0.0 | Added support for automatic loading of non-triangular faces and for static simulations. |
||
| 1.1.0.0 | Small edits to make it more robust for other *.geo file formats containing multiple element types. Those element types are ignored (around line 190 of the code). |
||
| 1.0.0.0 |
