

Obtaining csv data from xy plot in Paraview
I have been trying to obtain a data file having the data (P/P_0 vs x-axis) from the xy plot obtained from Paraview. Kindly help me to overcome this issue. Kindly guide me as to how i can obtain the data from xy plot as a csv file
Regards,
Milin Martin
OpenFOAM


After opening case in paraview follow these steps.
Use calculator filter and use "Scalars P"/p0 (I think your p0 is constant value, you can write that)
One additional field will gerenate with name "Result"
Use "Plot Over Line" filter to obtain graph on a particular line.
From "Properties" tab you will find "Series Parameters" check only "Results" field.
Those are the values you are looking for.
To export the values in .csv file Refer to this tutorial: Time: 7:00 minute
https://spoken-tutorial.org/watch/OpenFOAM+version+7/Basic+Post+Processing+using+ParaView/English/
Use calculator filter and use "Scalars P"/p0 (I think your p0 is constant value, you can write that)
One additional field will gerenate with name "Result"
Use "Plot Over Line" filter to obtain graph on a particular line.
From "Properties" tab you will find "Series Parameters" check only "Results" field.
Those are the values you are looking for.
To export the values in .csv file Refer to this tutorial: Time: 7:00 minute
https://spoken-tutorial.org/watch/OpenFOAM+version+7/Basic+Post+Processing+using+ParaView/English/
Thank you so much. This really helped me.
Regards,
Milin Martin
05-11-20, 9:07 p.m. milinmartin397
Login to add comment