|
[Sponsors] | |||||
Visualising Fluent .dat results in ParaView as a single transient case |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
New Member
Join Date: Jul 2025
Posts: 2
Rep Power: 0 ![]() |
I have results as .dat file for time steps from an Ansys Fluent transient analysis. I want to visualise it in ParaView under one umbrella so I can parse through with the play button. Do I need to save them as EnSight one by one with a script? How could I then merge them into one case inside ParaView?
|
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 826
Rep Power: 23 ![]() |
Yes, just open the cas and dat file using a journalfile and then export results in paraview. You can then load all individual timesteps as a sequence in paraviev by clicking the collapsed file list file_0.* (the files should have a clear 'sequence' in the name like file_0.001, file_0.002 etc.)
Code:
; *** journalfile.jou *** ; *** read case,data file *** /file/read-case "file_SEQUENCE.cas.gz" /file/read-data "file_SQQUENCE.dat.gz" ; *** export to ensight *** /file/export/ensight-gold file_SEQUENCE temperature ... |
|
|
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Jul 2025
Posts: 2
Rep Power: 0 ![]() |
okay yes i also kind of thought of this and after your lead i coded it, but the second question still remains. how could i now merge all the .encas files so i can play them as one thing in paraview.
|
|
|
|
|
|
![]() |
| Tags |
| fluent, paraview, post-process |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Inconsistent results for view factors between parallel and serial | Chris T | OpenFOAM Pre-Processing | 2 | March 20, 2024 08:47 |
| Tecplot > Fluent transient single case multiple data files | cct | Tecplot | 2 | July 11, 2014 10:32 |
| Different Results from Fluent 5.5 and Fluent 6.0 | Rajeev Kumar Singh | FLUENT | 6 | December 19, 2010 12:33 |
| Free surface boudary conditions with SOLA-VOF | Fan | Main CFD Forum | 10 | September 9, 2006 13:24 |
| P4 1.5 or Dual P3 800EB on Gibabyte board | Danial | FLUENT | 4 | September 12, 2001 12:44 |