we are using the SPS model (LES). if you would like characteristics of the turbulence field you should modify your output on the source to include what you need. PART2VTK will read it and output it on the vtk file.
As an example I would follow the structure of velocity for example, at
****:run() at the end of that function call a function that takes care of the output to files.
it is not too much coding, it will take you 2-3 hours if you are familiar with the code.
Comments
we are using the SPS model (LES).
if you would like characteristics of the turbulence field you should modify your output on the source to include what you need. PART2VTK will read it and output it on the vtk file.
As an example I would follow the structure of velocity for example, at
****:run()
at the end of that function call a function that takes care of the output to files.
it is not too much coding, it will take you 2-3 hours if you are familiar with the code.
Regards,
George