CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Visualising Fluent .dat results in ParaView as a single transient case

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 23, 2025, 13:02
Default Visualising Fluent .dat results in ParaView as a single transient case
  #1
New Member
 
Join Date: Jul 2025
Posts: 2
Rep Power: 0
theturbulence is on a distinguished road
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?
theturbulence is offline   Reply With Quote

Old   July 24, 2025, 06:23
Default
  #2
Senior Member
 
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 826
Rep Power: 23
bigfootedrockmidget is on a distinguished road
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
...
and then use a bash script or similar to loop over all case files and replace "SEQUENCE" with the timestep and start fluent with the journalfile.
bigfootedrockmidget is offline   Reply With Quote

Old   July 24, 2025, 08:39
Default
  #3
New Member
 
Join Date: Jul 2025
Posts: 2
Rep Power: 0
theturbulence is on a distinguished road
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.
theturbulence is offline   Reply With Quote

Reply

Tags
fluent, paraview, post-process

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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


All times are GMT -4. The time now is 10:19.