CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

How to use "evenly spaced streamlines 2D" in paraView for streamline visualization

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 29, 2020, 23:11
Default How to use "evenly spaced streamlines 2D" in paraView for streamline visualization
  #1
Member
 
Wenming Yang
Join Date: Jun 2018
Posts: 42
Rep Power: 7
ywem is on a distinguished road
Dear all
I am tring to visualize the OpenFoam data (velocity, U) by streamlines in paraView. The streamlines with equally space are wanted. But when I use "evenly spaced streamlines 2D" filter on a clip plane parallel to XY plane, it always display "*** does not support planes not aligned with XY" or close the program automatically. Dose anyone have used this filter and have some ideas about doing this?
Thanks in advance.
ywem is offline   Reply With Quote

Old   March 12, 2024, 10:06
Default How to use "evenly spaced streamlines 2D" in paraView for streamline visualizationRep
  #2
New Member
 
Marcus
Join Date: Jul 2022
Posts: 8
Rep Power: 3
MarcusAng is on a distinguished road
Hi Wenming,

A late response to your post but hopefully this is helpful for someone else. The Evenly Spaced Streamlines 2D filter only works in XY plane so before you use it, you must transform it as such.

Then,
1. Use the calculator filter to create a new array with only Ux and Uy
Code:
U_X*iHat+U_Y*jHat
2. Use the calculator filter to create a new array for the coordinates
Code:
coordsX*iHat+coordsY*jHat
And tick on Coordinate Results
3. Use Evenly Spaced Streamlines 2D filter

Marcus
MarcusAng is offline   Reply With Quote

Reply

Tags
paraview, streamlines


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
[General] Wisualising streamlines using ParaView IwantTobeGood ParaView 3 November 27, 2019 13:16
[General] ParaView - limited Streamlines Kappa ParaView 7 July 5, 2019 14:27
Using streamlines for flow visualization and diverging residuals kmiller STAR-CCM+ 1 July 16, 2018 15:50
[General] Generating streamlines in paraview ahirekar10 ParaView 0 November 1, 2017 07:01
paraFoam reader for OpenFOAM 1.6 smart OpenFOAM Installation 13 November 16, 2009 21:41


All times are GMT -4. The time now is 06:15.