Load Ensight Gold file format

バージョン 1.2.0.0 (7.74 KB) 作成者: Wouter
Function that loads binary Ensight 7.6 files exported by Fluent 12. (encas/case files)
ダウンロード: 985
更新 2014/1/29

ライセンスの表示

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 (2025). Load Ensight Gold file format (https://jp.mathworks.com/matlabcentral/fileexchange/40070-load-ensight-gold-file-format), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2012b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersData Import and Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
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