CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Visualization & Post-Processing Software > Tecplot

wall shear stress in tecplot

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By 1988
  • 1 Post By 1988

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 21, 2014, 01:01
Default wall shear stress in tecplot
  #1
Senior Member
 
Ali reza
Join Date: Mar 2014
Posts: 110
Rep Power: 12
1988 is on a distinguished road
hello everyone
I want too see wall shear stress contours in tecplot.I have got the answers from openfoam and I have calculated wall shear stresses in openfoam so I expect to be able to see these contours when I load data from openfoam however I cant find any tab or menu which shows wall shear stressed that also have read from openfoam.
is there any idea?
navid.a likes this.
1988 is offline   Reply With Quote

Old   September 9, 2016, 03:40
Default
  #2
Member
 
Charles K.
Join Date: Feb 2016
Location: Germany
Posts: 37
Rep Power: 10
McCharles is on a distinguished road
Hello 1988,

I know this post is old but I have exactly the same problem. Did you solve your problem and if yes, do you remember how?

Maybe someone else faced this problem too.

Cheers!
McCharles is offline   Reply With Quote

Old   September 13, 2016, 07:09
Default
  #3
Senior Member
 
Ali reza
Join Date: Mar 2014
Posts: 110
Rep Power: 12
1988 is on a distinguished road
Quote:
Originally Posted by McCharles View Post
Hello 1988,

I know this post is old but I have exactly the same problem. Did you solve your problem and if yes, do you remember how?

Maybe someone else faced this problem too.

Cheers!
Hi
you should add a code like this to your 0 folder (based on your BCs)
Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.2.0                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       volVectorField;
    location    "0";
    object      wallShearStress;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 2 -2 0 0 0 0];

internalField   uniform (0 0 0);

boundaryField
{
    outlet
    {
        type            calculated;
        value           uniform (0 0 0);
    }
    inlet
    {
        type            calculated;
        value           uniform (0 0 0);
    }
    defaultFaces
    {
        type            calculated;
        value           uniform (0 0 0);
    }
}


// ************************************************************************* //
and then after running the code and having results, write this commend in terminal:
Code:
wallShearStress
then it starts to calculate the wss and then when it is imported to tecplot it will have different name (for example enthalpy or etc) try to find them in the contour tab.

+you will have three WSS in tecplot for each direction and by adding this formula you can calculate WSS magnitude (Go to Data > Alter > Specify Equations and enter the following equation:
)
Code:
{WSS Magnitude} = sqrt({WSSx}**2+{WSSy}**2+{WSSz}**2)
Best
Papes likes this.
1988 is offline   Reply With Quote

Old   September 13, 2016, 07:14
Default
  #4
Member
 
Charles K.
Join Date: Feb 2016
Location: Germany
Posts: 37
Rep Power: 10
McCharles is on a distinguished road
Hello 1988,

thanks for your reply. Unfortunately, I already concluded my calculations. I used the command "wallShearStress" to postprocess the WSS in OpenFoam. Now I have a new file for each time step containing the calculated wall shear stresses, but Tecplot isn't able to regognize them... Is there no other way to import the WSS in tecplot afterwards?
McCharles is offline   Reply With Quote

Old   September 13, 2016, 07:30
Default
  #5
Senior Member
 
Ali reza
Join Date: Mar 2014
Posts: 110
Rep Power: 12
1988 is on a distinguished road
Quote:
Originally Posted by McCharles View Post
Hello 1988,

thanks for your reply. Unfortunately, I already concluded my calculations. I used the command "wallShearStress" to postprocess the WSS in OpenFoam. Now I have a new file for each time step containing the calculated wall shear stresses, but Tecplot isn't able to regognize them... Is there no other way to import the WSS in tecplot afterwards?
As far as I remeber it was possible to calculate averaged WSS based on a time dependent results. I mean it is possible to again add a function to tecplot to calculate averaged wall shear stress for a range of time steps.
hah I found averaged WSS contours by paraView (it was easy) as I had not found any way in tecplot to calculate these aounts.
1988 is offline   Reply With Quote

Old   September 15, 2016, 02:33
Default
  #6
Member
 
Charles K.
Join Date: Feb 2016
Location: Germany
Posts: 37
Rep Power: 10
McCharles is on a distinguished road
Yes, I did it in paraView too by choosing wallShearStress in the Variables-List and the desired surface.
McCharles is offline   Reply With Quote

Old   September 17, 2016, 08:55
Question
  #7
New Member
 
navid
Join Date: Dec 2014
Posts: 13
Rep Power: 11
navid.a is on a distinguished road
Quote:
Originally Posted by 1988 View Post
hello everyone
I want too see wall shear stress contours in tecplot.I have got the answers from openfoam and I have calculated wall shear stresses in openfoam so I expect to be able to see these contours when I load data from openfoam however I cant find any tab or menu which shows wall shear stressed that also have read from openfoam.
is there any idea?
i did this and now i want to plot time-average wss based on axial positin on a curved tube
do you know how can i define the axial of a curved tube as the x ?
یعنی محور وای بشه مقادیر تنش برشی و محور ایکس بشه محور لوله خمیده

Last edited by navid.a; September 19, 2016 at 12:50.
navid.a is offline   Reply With Quote

Old   September 23, 2016, 03:52
Default
  #8
Senior Member
 
Ali reza
Join Date: Mar 2014
Posts: 110
Rep Power: 12
1988 is on a distinguished road
Hi Navid
watch this:
https://www.youtube.com/watch?v=9ckpOcNmk1w
best
Quote:
Originally Posted by navid.a View Post
i did this and now i want to plot time-average wss based on axial positin on a curved tube
do you know how can i define the axial of a curved tube as the x ?
یعنی محور وای بشه مقادیر تنش برشی و محور ایکس بشه محور لوله خمیده
1988 is offline   Reply With Quote

Old   May 6, 2021, 15:53
Default
  #9
New Member
 
Burcu Ramazanlı
Join Date: Oct 2019
Posts: 6
Rep Power: 6
burcuramazanli is on a distinguished road
Hello 1988,

I have a problem regarding the WSS conversion from OpenFOAM to Tecplot. Actually, I can obtain WSS results but when I convert the results to Tecplot, then WSS values are seen to be zero, although they are not. I don't know how to resolve that issue, could you please help me if you have any idea?
burcuramazanli is offline   Reply With Quote

Reply


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
Natural convection in a closed domain STILL NEEDING help! Yr0gErG FLUENT 4 December 2, 2019 00:04
determining wall shear stress at selected point suryawanshi_nitin OpenFOAM 2 June 22, 2012 04:27
Wall Shear Stress GamFlu FLUENT 0 June 11, 2011 03:52
relationship between wall shear stress and TKE winter FLUENT 0 December 11, 2007 17:11
Re: About wall shear stress Mike FLUENT 9 November 17, 2003 14:41


All times are GMT -4. The time now is 21:52.