|
[Sponsors] |
Can't get Uy component convergence - Couette flow |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 28, 2017, 14:59 |
Can't get Uy component convergence - Couette flow
|
#1 |
Member
Lisandro Maders
Join Date: Feb 2013
Posts: 98
Rep Power: 13 |
Hello,
I am trying to make a tutorial case for students of a Couette flow between 2 parallel plates, with one of them at a constant velocity. The domain is 2D: Length (x direction) = 3 [mm] Height (y direction) = 0.03 [mm] (yes, that small) Boundary conditions I am using for velocity: Code:
dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 0 0); boundaryField { movingWall { type fixedValue; value uniform (14 0 0); } fixedWalls { //type noSlip; type fixedValue; value uniform (0 0 0); } inlet { type zeroGradient; //type cyclic; } outlet { type zeroGradient; //type cyclic; } frontAndBack { type empty; } } Code:
dimensions [0 2 -2 0 0 0 0]; internalField uniform 0; boundaryField { movingWall { type zeroGradient; } fixedWalls { type zeroGradient; } inlet { type fixedValue; value uniform 0; } outlet { type fixedValue; value uniform 0; } frontAndBack { type empty; } } My mesh files and case setup files are attached. The problem is that I am having ok results for Ux, but weird behavior for Uy component. The convergence for Uy do not get smaller than 0.01, even though the Ux convergence is around e-16 !! Looking at the results (see Figure attached), I have a weird field of Uy. However, all the values are close to e-12 (pretty much zero). Why is it happening? Best regards, Lisandro |
|
September 28, 2017, 15:01 |
Showing the OK results for Ux components
|
#2 |
Member
Lisandro Maders
Join Date: Feb 2013
Posts: 98
Rep Power: 13 |
Just attaching the Ux components results..
|
|
September 28, 2017, 16:09 |
Residuals calculation
|
#3 |
Member
Lisandro Maders
Join Date: Feb 2013
Posts: 98
Rep Power: 13 |
Actually, I think there is a problem in the way I am interpreting the residuals in OpenFOAM. I run same case right now in Fluent, it converges in 10 seconds, and if I scale the Uy results to see between -1e-12 and 1e-12 I also see some numerical errors like the ones in the Figure attached.
I know this is actually zero for the computer, however, why isn't the Uy residuals converging? Why is it considering such small values in residuals calculation? Am I missing something here? Regards, Lisandro |
|
Tags |
convergence, couette flow, uy component |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Convergence | Centurion2011 | FLUENT | 48 | June 15, 2022 00:29 |
Solar heater flow rate, natural convection convergence | Arttis | FLUENT | 0 | March 23, 2017 13:24 |
Flow through manifold: convergence issues | malleYay | FLUENT | 0 | October 24, 2016 04:39 |
Convergence Problem in Axisymmetric Periodic Flow | atheresia | FLUENT | 3 | February 10, 2014 04:00 |
Force can not converge | colopolo | CFX | 13 | October 4, 2011 23:03 |