
Filter name: fluent2dx.c
fluent2dx.c is the source file for a filter that reads Fluent Universal file data in ASCII format and produces a Data Explorer Group of Fields, one for each solved variable (velocity is stored as a single 3-vector)
It should compile easily using:
cc -o fluent2dx fluent2dx.c The execution syntax is:
fluent2dx fluent_universal_file_name > Data_Explorer_file_name
OR
specify the Import name parameter using the "!" command: Import("!fluent2dx fluent_universal_file_name");
Directory name: contrib/fluent2dx
Other files in this directory:
Return to Programs, Filters, Macros, Modules