|
[Sponsors] |
[General] Calculate wall shear stress with paraview |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 4, 2021, 20:32 |
Calculate wall shear stress with paraview
|
#1 |
Member
WY
Join Date: Mar 2020
Posts: 36
Rep Power: 6 |
Hi,
I have a 3D flow over cylinder case in openfoam, and cannot use the postProcess utility to output wallShearStress (WSS) around cylinder (no-slip wall) due to some reason. So I try to calculate the WSS in paraview, but failed. Here are my steps: (1) use Filter (Calculator): calculate mag(U) for all mesh grids (2) use Filter (Gradients of Unstructured Dataset): generate grad(U) for all mesh grids (3) use Filter (Calculator): calculate shear stress tau = mu * grad(U) for all mesh grids Up to now, I have the shear stress tau. And the next step is to obtain the wall shear stress for cylinder wall. (4) use Filter (Extract Block) to extract cylinder (5) use Filter (Extract surface) to extract cylinder surface Here mistakes appear. The values for U, mag(U), grad(U), tau are all zero because the no-slip wall has zero velocity. Although it seems that I find the reason but I don't know how to solve it. In order to calculate the WSS, maybe I need to extract the first layer mesh cells around cylinder but I dont know how to do it in Paraview... I would be very appreciated if anyone could give me some help!!! Thanks! |
|
Tags |
velocity gradient, wall shear stress |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to obtain fluid shear stress (not only wall shear stress) in openFOAM | sourav90 | OpenFOAM Programming & Development | 8 | June 27, 2023 11:03 |
Export Wall Shear Stress Data | trooken | FLUENT | 6 | February 5, 2019 16:09 |
[OpenFOAM] How to plot wall shear stress on T3A tutorial in paraview? | ht2017 | ParaView | 1 | February 19, 2018 19:01 |
different order for wall shear stress result in steady & unsteady simulatiom | raminostadi | FLUENT | 0 | October 1, 2016 12:23 |
Re: About wall shear stress | Mike | FLUENT | 9 | November 17, 2003 15:41 |