Ansys Learning Forum › Forums › Discuss Simulation › Fluids › Is it possible to extract data from .dat or .out files with python into a csv file? › Reply To: Is it possible to extract data from .dat or .out files with python into a csv file?
April 20, 2022 at 1:41 pm
Forum Moderator
In theory, yes. In practice you'll need to figure out what each part of the dat file means. You'll also need to figure out where each data point is. What data are you after?