|
[Sponsors] |
September 26, 2014, 05:24 |
Surface Streamlines
|
#1 |
Member
Zeno
Join Date: Sep 2013
Location: Delft, The Netherlands
Posts: 63
Rep Power: 13 |
How can I output the wall shear stresses to plot surface streamlines?
Thank you, Zeno Last edited by Zen; October 10, 2014 at 12:36. |
|
October 11, 2014, 10:24 |
|
#2 |
Member
Zeno
Join Date: Sep 2013
Location: Delft, The Netherlands
Posts: 63
Rep Power: 13 |
To plot the surface streamlines with the data files su2 outputs you need to merge the surface_flow.dat file and the flow.dat file in one single .dat file.
For example, copy-paste the flow.dat file to the bottom of the surface_flow.dat file (in this way the flow zone is identified as zone number 2), and add the following lines just before the start of the surface data: Code:
PARENTZONE= 2, %it identifies the zone number 2 (the flow zone) as the parent zone AUXDATA Common.BoundaryCondition = "Wall" AUXDATA Common.IsBoundaryZone = "TRUE" |
|
October 20, 2014, 15:03 |
|
#3 |
Senior Member
Heather Kline
Join Date: Jun 2013
Posts: 309
Rep Power: 14 |
Thank you for posting the solution to this problem.
|
|
May 19, 2015, 12:45 |
VTK implementation
|
#4 |
Member
D L
Join Date: Jun 2012
Posts: 49
Rep Power: 14 |
This looks like a Tecplot specific solution. If I remember correctly, Tecplot will allow you to use velocity vector in the first cell off of the surface to plot Shear Stresses.
I'm not positive Paraview has a similar feature. Is there a way to natively output Tau vector into the surface.vtk file? |
|
May 26, 2015, 17:32 |
|
#5 | |
Senior Member
Heather Kline
Join Date: Jun 2013
Posts: 309
Rep Power: 14 |
Quote:
The easiest way to do this will likely be to postprocess the surface_flow file: the momentum components (density*velocity, labeled CONSERVATIVE_2 - 4), the density (CONSERVATIVE_1), and the skin friction coefficient are included in the output, so you should be able to get the tau vector from those components. Also, the components of momentum (conservative_2-4) may also help with this plotting problem directly. Alternatively you can code this in yourself by editing output_paraview.cpp and adding the tau values to the Data array in output_structure.cpp - however that will be more complicated and if you are not careful may produce code which works for your case, but produces unexpected output in other cases. |
||
Tags |
output file, surface streamlines |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ICEM] Problems with coedge curves and surfaces | tommymoose | ANSYS Meshing & Geometry | 6 | December 1, 2020 12:12 |
[Gmsh] Error : Self intersecting surface mesh, computing intersections & Error : Impossible | velan | OpenFOAM Meshing & Mesh Conversion | 3 | October 22, 2015 12:05 |
[Gmsh] boundaries with gmshToFoam | ouafa | OpenFOAM Meshing & Mesh Conversion | 7 | May 21, 2010 13:43 |
Surface streamlines on axial flow fans | Jennifer | CFX | 2 | February 17, 2009 15:50 |
free convection heat transfer from a heated horizontal surface through a liquid to a thin cooled fin | Kaushik | FLUENT | 1 | May 8, 2000 07:47 |