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

Reverse Flow

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 5, 2014, 15:03
Default
  #1
New Member
 
Xiangyu Gao
Join Date: Sep 2013
Location: West Lafayette, IN, USA
Posts: 29
Rep Power: 12
gxy200992243 is on a distinguished road
Hi, everyone!

Now I am dealing with flow of a car rear mirror. There are two major mistakes in my simulation results, and I cannot figure out the reason.

1 Reverse flow is observed at outlet of the domain.
2 I set the upwall and side wall to be moving with a velocity of 39m/s, but the simulation results show zero velocity at the upwall and side wall.

I am using the Smagorinsky model. ck=0.05,ce=1.05. The streamwise velocity contour is also attached.

Can anyone help me deal with these two problems? Billions of thanks!

Information about my boundary conditions is listed below:

Code:
boundary
(
    movingWall
    {
        type            wall;
        nFaces          17380;
        startFace       3061330;
    }
    wall
    {
        type            wall;
        nFaces          19320;
        startFace       3078710;
    }
    outlet
    {
        type            patch;
        nFaces          7700;
        startFace       3098030;
    }
    inlet
    {
        type            patch;
        nFaces          4540;
        startFace       3105730;
    }
)
0/U
Code:
dimensions      [0 1 -1 0 0 0 0];

internalField   uniform (0 0 -39);

boundaryField
{
    inlet
    {
        type            fixedValue;
        value           uniform (0 0 -39);
    }

    outlet
    {
        type            zeroGradient;
    }

    wall
    {
        type            fixedValue;
        value           uniform (0 0 0);
    }

    movingWall
    {
        type            fixedValue;
        value           uniform (0 0 -39);
    }

}
0/p
Code:
dimensions      [0 2 -2 0 0 0 0];

internalField   uniform 0;

boundaryField
{
    inlet
    {
        type            zeroGradient;
    }

    outlet
    {
        type            fixedValue;
        value           uniform 0;
    }

    wall
    {
        type            zeroGradient;
    }
    movingWall
    {
        type            zeroGradient;
    }

}
0/nuSgs
Code:
dimensions      [0 2 -1 0 0 0 0];

internalField   uniform 0;

boundaryField
{
    inlet
    {
        type            zeroGradient;
    }

    outlet
    {
        type            zeroGradient;
    }

    wall
    {
        type            zeroGradient;
    }
    movingWall
    {
        type            zeroGradient;
    }
}
0/nuTilda
Code:
dimensions      [0 2 -1 0 0 0 0];

internalField   uniform 0;

boundaryField
{
    inlet
    {
        type            fixedValue;
        value           uniform 0;
    }

    outlet
    {
        type            zeroGradient;
    }

    wall
    {
        type            zeroGradient;
    }
    movingWall
    {
        type            zeroGradient;
    }
}
Attached Images
File Type: jpg top view.jpg (29.1 KB, 20 views)
File Type: jpg lateral view.jpg (88.8 KB, 16 views)

Last edited by wyldckat; June 8, 2014 at 08:57. Reason: Added [CODE][/CODE] and merged posts made few minutes apart
gxy200992243 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
Solution is converging but have reverse flow on pressure outlet Dinesh_Dhande Main CFD Forum 2 March 11, 2018 01:02
Eulerian Granular flow:receive reverse flow and solution isn't converge bahman FLUENT 1 January 2, 2014 11:53
Reverse flow at boundary andyross33 CFX 2 August 27, 2013 13:24
Flow simulation in reverse drum mixer Patel Chirag CFX 0 July 19, 2010 15:05
Reverse flow in the VOF model yan FLUENT 1 May 26, 2005 09:14


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