|
[Sponsors] |
September 30, 2010, 12:42 |
bounding epsilon blow up
|
#1 |
New Member
Jie (Jay) Zhang
Join Date: Sep 2010
Location: Phoenix, AZ, U.S.
Posts: 28
Rep Power: 16 |
It is a case using simpleFoam solver with K-epsilon Turbulence model.
the fellowing result will blow up. Is there anyone can help me to find out where the problem comes from? BC setting('epsilo' attached)? Time = 0.001 DILUPBiCG: Solving for Ux, Initial residual = 0.64936, Final residual = 0.0285001, No Iterations 1 DILUPBiCG: Solving for Uy, Initial residual = 0.527993, Final residual = 0.0462129, No Iterations 1 DILUPBiCG: Solving for Uz, Initial residual = 0.815427, Final residual = 0.0168725, No Iterations 2 DICPCG: Solving for p, Initial residual = 1.42064e-15, Final residual = 1.42064e-15, No Iterations 0 time step continuity errors : sum local = 6.86127e+27, global = 7.64441e+11, cumulative = -2.2062e+23 DILUPBiCG: Solving for epsilon, Initial residual = 4.35678e-07, Final residual = 4.35678e-07, No Iterations 0 bounding epsilon, min: 3.3635e-22 max: 1.18516e+87 average: 7.77262e+80 DILUPBiCG: Solving for k, Initial residual = 5.98618e-09, Final residual = 5.98618e-09, No Iterations 0 ExecutionTime = 193.75 s ClockTime = 195 s BC setting: epsilo: wall { type epsilonWallFunction; Cmu 0.09; kappa 0.41; E 9.8; value uniform 0.0012; } inlet { type fixedValue; value uniform 0.0012; } outlet { type zeroGradient; } |
|
September 30, 2010, 12:46 |
|
#2 |
New Member
Jie (Jay) Zhang
Join Date: Sep 2010
Location: Phoenix, AZ, U.S.
Posts: 28
Rep Power: 16 |
I'm new to FOAM.
I will be very appreciated for your help! |
|
September 30, 2010, 21:07 |
|
#3 |
Senior Member
Santiago Marquez Damian
Join Date: Aug 2009
Location: Santa Fe, Santa Fe, Argentina
Posts: 452
Rep Power: 24 |
Maybe a draft of the geometry, details of problem and
system/controlDict system/fvSchemes system/dvSolution 0/* dictionaries can give us a better idea how to solve the blowing up. Regards.
__________________
Santiago MÁRQUEZ DAMIÁN, Ph.D. Research Scientist Research Center for Computational Methods (CIMEC) - CONICET/UNL Tel: 54-342-4511594 Int. 7032 Colectora Ruta Nac. 168 / Paraje El Pozo (3000) Santa Fe - Argentina. http://www.cimec.org.ar |
|
October 8, 2010, 18:11 |
|
#4 |
Senior Member
Travis Carrigan
Join Date: Jul 2010
Location: Arlington, TX
Posts: 161
Rep Power: 16 |
Try setting the k and e schemes to upwind rather than linear in the fvSchemes directory. I've had problems achieving convergence using second order schemes for the turbulence models.
|
|
January 16, 2011, 18:14 |
|
#5 |
New Member
Philipp Bachmann
Join Date: May 2010
Location: Esslingen, Germany
Posts: 7
Rep Power: 16 |
In my case it was a great help to reduce the relaxation factors. I had the same problem. The relaxation factors are responsible for the search of a the start value in the calculation of the parameters depending of the result in the last time step. If you reduce them, the start value is not so far away to the last result but you´ll need more time for the calculation.
Try it. You find the relaxationFactors in fvSolution and then reduce all factors 0.1 down. If it doesn´t help, try 0.2. It could be the geometry, too. But try it. Hope, it helps. greetz phil |
|
October 11, 2020, 08:29 |
Anyone has a solution to that problem?
|
#6 |
Member
Jan Majcher
Join Date: Nov 2018
Posts: 39
Rep Power: 8 |
Hi,
I have similar problems as described in the original post. Both the bounding epsilon and bounding k blow up some time after starting a PIMPLE RNGkEpsilon. Tried changing the discretization schemes to upwind, experimenting with under relaxation factors, time-step etc. Initially the simulation blew up straight after the beginning (i.e. first ~5 time steps), with initial k-epsilon values defined as very small. I calculated the initial conditions using formulas in OpenFoam user guide (https://www.openfoam.com/documentati...k-epsilon.html). I'm trying to simulate an external flow on an ocean seabed geometry (in .vtk format). k=0.0096, epsilon= 2.81e-7 Then I changed these initial values to some, bigger fixed values, corresponding to much lower Re and not really making any sense (just an experimental guess) i.e. k and epsilon = 0.00325 at inlets and internal field and 0.325 at the geometry walls. Simulation blew up much later in sim time (30 s = many time steps) in comparison to educated guesses about initial conditions I made above. I use adjustableRunTime to control Co number. Also, the simulation worked with much lower refinement, lower-resolution mesh before. Is it a mesh problem? Thanks for any help. |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Bounding epsilon or bounding omega | Stylianos | OpenFOAM | 8 | February 23, 2018 14:41 |
Explanation bounding k and bounding epsilon | idrama | OpenFOAM | 42 | July 13, 2017 05:05 |
SimpleFoam k and epsilon bounded | nedved | OpenFOAM Running, Solving & CFD | 16 | March 4, 2017 09:30 |
MRFSimpleFOAM goes divergenced! | renyun0511 | OpenFOAM Running, Solving & CFD | 0 | November 19, 2009 03:11 |
SimpleFoam k and epsilon bounded | nedved | OpenFOAM Running, Solving & CFD | 1 | November 25, 2008 21:21 |