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

Wall Shear Stress (WSS) in a Straight Circular Pipe Using simpleFoam

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree4Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 5, 2025, 23:26
Default
  #21
New Member
 
Yoshiki
Join Date: Dec 2024
Location: Tokyo
Posts: 10
Rep Power: 2
Yoshiki is on a distinguished road
Thanks, Alczem and Severus!
Quote:
Originally Posted by Yoshiki View Post
Also, when pFinal and UFinal were set to 1e-2 and 1e-3 respectively, the analysis converged in 114 iterations, and the results were almost the same as those obtained from a 1000-iteration analysis
without setting
Code:
residualControl
    {
        p               1e-2;
        U               1e-3;
     }
At that time I had mistakenly set final residual and residualControl, and it was that the convergence was faster when I set the residualControl as above. Sorry for the confusion.
Code:
solvers
{
    p
    {
        solver          GAMG;
        smoother        GaussSeidel;
        tolerance       1e-7;
        relTol          0.01;
    }

    pFinal
    {
        $p;
        tolerance       1e-06;
        relTol          0;
    }


    Phi
    {
        $p;
    }

    U
    {
        solver          smoothSolver;
        smoother        GaussSeidel;
        tolerance       1e-8;
        relTol          0.1;
        nSweeps         1;
    }

    k
    {
        solver          smoothSolver;
        smoother        GaussSeidel;
        tolerance       1e-8;
        relTol          0.1;
        nSweeps         1;
    }

    omega
    {
        solver          smoothSolver;
        smoother        GaussSeidel;
        tolerance       1e-8;
        relTol          0.1;
        nSweeps         1;
    }
}

SIMPLE
{
    nNonOrthogonalCorrectors 0;
    consistent yes;
    residualControl
    {
        p               1e-2;
        U               1e-3;
    }
}
Switching to the topic of flow velocity, the centreline velocity remained nearly unchanged: 0.419207 m/s at the inlet cross-section, 0.419172 m/s at the central cross-section along the length (z = 0.025), and 0.419164 m/s at the outlet cross-section.

Additionally, the velocity at the first cell center from the wall was 0.00255349 m/s at the inlet cross-section and 0.00251653 m/s at the central cross-section along the length.Switching to the topic of flow velocity, the centreline velocity remained nearly unchanged: 0.419207 m/s at the inlet cross-section, 0.419172 m/s at the central cross-section along the length (z = 0.025), and 0.419164 m/s at the outlet cross-section.

Additionally, the velocity at the first cell center from the wall was 0.00255349 m/s at the inlet cross-section, 0.00251653 m/s at the central cross-section along the length, and 0.003844769 m/s at the outlet cross-section, where it was noticeably higher.

Additionally, the wall shear stress at the inlet varies depending on the location and is lower than the theoretical value. This also occurs when a uniform flow is introduced into a straight circular pipe with a 0.4 m development section.

I am considering using ParaView's features to investigate how wall shear stress is calculated based on the gradient.
Alczem likes this.
Yoshiki is offline   Reply With Quote

Reply

Tags
openfoam2112, wall shear stress

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
[snappyHexMesh] How to draw a 3D-Drawing for Meshing Kahnbein.Kai OpenFOAM Meshing & Mesh Conversion 4 June 15, 2021 12:16
Ansys CFD-Post Application Error rushiCFD FLUENT 0 March 21, 2021 07:51
Calculating the Wall Shear Stress Gradient over surface 123catty456 Main CFD Forum 1 October 1, 2012 22:27
Terrible Mistake In Fluid Dynamics History Abhi Main CFD Forum 12 July 8, 2002 09:11
Flux depending on wall shear stress in Fluent 5.2 Andreas Borg FLUENT 0 June 7, 2000 06:27


All times are GMT -4. The time now is 10:42.