|
[Sponsors] |
|
June 5, 2014, 16:03 |
|
#1 |
New Member
Xiangyu Gao
Join Date: Sep 2013
Location: West Lafayette, IN, USA
Posts: 29
Rep Power: 13 |
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; } ) 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); } } 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; } } 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; } } 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; } } Last edited by wyldckat; June 8, 2014 at 09:57. Reason: Added [CODE][/CODE] and merged posts made few minutes apart |
|
|
|
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 02:02 |
Eulerian Granular flow:receive reverse flow and solution isn't converge | bahman | FLUENT | 1 | January 2, 2014 12:53 |
Reverse flow at boundary | andyross33 | CFX | 2 | August 27, 2013 14:24 |
Flow simulation in reverse drum mixer | Patel Chirag | CFX | 0 | July 19, 2010 16:05 |
Reverse flow in the VOF model | yan | FLUENT | 1 | May 26, 2005 10:14 |