|
[Sponsors] |
[OpenFOAM] Overlay scatter plot of experimental data on 'plot over line' in ParaView |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 30, 2013, 08:58 |
Overlay scatter plot of experimental data on 'plot over line' in ParaView
|
#1 |
Member
Glenn Carlson, PE, PhD (ret)
Join Date: Oct 2012
Location: US
Posts: 49
Rep Power: 14 |
I have experimental data of velocity and position (x, V) in a text file in two-column format:
# x (mm) V (m/s) 1.2 -0.081 2.2 -0.115 3.2 -0.124 In ParaView 3.12, how do I overlay a scatter plot of this data on a 'plot over line' of the same quantity that I have already created? Thanks. Last edited by gcengineer; July 30, 2013 at 11:13. Reason: Clarification |
|
July 31, 2013, 12:37 |
|
#2 |
Member
Goncalo Pedro
Join Date: Nov 2009
Location: Victoria, British Columbia
Posts: 30
Rep Power: 17 |
I don't quite remember the intricacies of 3.12, but you should be able to read in the data file as a csv file. So, fields separated by commas. x-axis values in the first column ... other data in the following.
Change the focus to the 2D plot pane and activate the visibility on the newly read in data. That should do it. Good luck! Goncalo |
|
August 2, 2013, 19:45 |
Overlay scatter plot of experimental data on 'plot over line' in ParaView Reply to Th
|
#3 |
Member
Glenn Carlson, PE, PhD (ret)
Join Date: Oct 2012
Location: US
Posts: 49
Rep Power: 14 |
Thank you for your response.
Yes. The ERCOFTAC test data files (e.g., mv_z0_50_lo.dat) must be modified to add y,z coordinates and stored as a csv file. Then the data can be overlaid with the Plot Data filter in ParaView. (Plot Data might also accept a space-delimited file, but I did not do it that way.) Note that ParaView does not include a scale factor for Plot Data so the test data position in millimeter must also be manually converted to meter. I also stripped the first few comment lines from the .dat file, but I can't say this is necessary. Thanks again. |
|
August 6, 2013, 15:26 |
|
#4 |
Member
Goncalo Pedro
Join Date: Nov 2009
Location: Victoria, British Columbia
Posts: 30
Rep Power: 17 |
You could use the transform filter to scale your values too ... no messy pre-processing required
Goncalo |
|
August 6, 2013, 20:35 |
|
#5 |
Member
Glenn Carlson, PE, PhD (ret)
Join Date: Oct 2012
Location: US
Posts: 49
Rep Power: 14 |
I will look at that. Thanks for the tip.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
paraview - cell data or point data on plot over line | bye bye my blue | OpenFOAM | 0 | December 13, 2016 07:07 |
[OpenFOAM] data saved via plot over line filter is not equal to number of cells along that line | babakflame | ParaView | 4 | October 10, 2016 15:43 |
[blockMesh] non-orthogonal faces and incorrect orientation? | nennbs | OpenFOAM Meshing & Mesh Conversion | 7 | April 17, 2013 06:42 |
Problems of Duns Codes! | Martin J | Main CFD Forum | 8 | August 15, 2003 00:19 |
error while compiling the USER Sub routine | CFD user | CFX | 3 | November 25, 2002 16:16 |