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

Large time Step Continuity Errors

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 29, 2010, 20:51
Default Large time Step Continuity Errors
  #1
Senior Member
 
jeff osborne
Join Date: Mar 2010
Posts: 108
Rep Power: 16
ozzythewise is on a distinguished road
Hello all,

I'm trying to do a simulation using simpleFoam, turbulent model komega and trying to use an upwind discretisation scheme. When I run it, I get the follow outputs:


Time = 1000

DILUPBiCG: Solving for Ux, Initial residual = 0.0531176, Final residual = 4.97151e-08, No Iterations 3
DILUPBiCG: Solving for Uy, Initial residual = 0.0524418, Final residual = 2.62207e-08, No Iterations 3
DICPCG: Solving for p, Initial residual = 0.378508, Final residual = 7.74833e-08, No Iterations 182
time step continuity errors : sum local = 8.80457e+47, global = -2.78683e+45, cumulative = -4.87884e+45
DILUPBiCG: Solving for omega, Initial residual = 0.0812003, Final residual = 5.90716e-08, No Iterations 3
DILUPBiCG: Solving for k, Initial residual = 0.145069, Final residual = 1.30273e-09, No Iterations 4


As you can see, my time step continuity errors are enormous. I think the issue is in my fvschemes file, but I can't seem to find where. Here is my fvschemes file:

ddtSchemes
{
default steadyState;
}

interpolationSchemes
{
default upwind phi;
}

gradSchemes
{
default Gauss upwind phi;
}

divSchemes
{
default Gauss upwind phi;
}

laplacianSchemes
{
default Gauss upwind phi corrected;
}


snGradSchemes
{
default corrected;
}

fluxRequired
{
default no;
p ;
U;
}

If anyone has any suggestions that'd be awesome, I really need some help with this one.

Thanks
-J
ozzythewise is offline   Reply With Quote

Old   September 29, 2010, 20:55
Default
  #2
Senior Member
 
jeff osborne
Join Date: Mar 2010
Posts: 108
Rep Power: 16
ozzythewise is on a distinguished road
Additional info: When I use a central differencing scheme, the solution is stable. However, I need to use upwind, so I'm not sure what's going on here.

THanks again
ozzythewise is offline   Reply With Quote

Reply

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
Time step size and max iterations per time step pUl| FLUENT 33 October 23, 2020 22:50
Forces in OF15 richard OpenFOAM Running, Solving & CFD 180 July 9, 2018 10:54
Running in parallel crashed zhajingjing OpenFOAM 4 September 15, 2010 07:12
Unknown error sivakumar OpenFOAM Pre-Processing 9 September 9, 2008 12:53
IcoFoam parallel woes msrinath80 OpenFOAM Running, Solving & CFD 9 July 22, 2007 02:58


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