|
[Sponsors] |
[twoPhaseEulerFoam] Solver crashes with different RAS models |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 10, 2014, 10:31 |
[twoPhaseEulerFoam] Solver crashes with different RAS models
|
#1 |
New Member
Kasper Linnestad
Join Date: Jun 2014
Posts: 8
Rep Power: 12 |
Hi,
I have been running twoPhaseEulerFoam on a bubble column successfully with the mixtureKEpsilon turbulence models for both phases. However, if I switch to continousGasKEpsilon for the gas phase and LaheyKEpsilon for the liquid phase, the solver crashes after just a few timesteps. Does anyone know how to remedy this? Additional info: Initial turbulence is zero, hence set to 10^-8 Inlet turbulence is low, ~10^-3 Co < 0.25 Regards, Kasper |
|
July 10, 2014, 11:02 |
|
#2 |
Senior Member
Philipp
Join Date: Jun 2011
Location: Germany
Posts: 1,297
Rep Power: 27 |
How exactly does the solver crash?
__________________
The skeleton ran out of shampoo in the shower. |
|
July 10, 2014, 11:05 |
|
#3 |
New Member
Kasper Linnestad
Join Date: Jun 2014
Posts: 8
Rep Power: 12 |
Floating point exception, the problem seems to be that both k and epsilon becomes unreasonably large very quickly.
|
|
July 10, 2014, 11:10 |
|
#4 |
Senior Member
Philipp
Join Date: Jun 2011
Location: Germany
Posts: 1,297
Rep Power: 27 |
1) I don't know twoPhaseEulerFoam, but can you set the number of iterations during each time step, like in pimpleFoam?
2) Are your initial conditions (zero turbulence, ...) physically meaningfull or just random? I had problems when I chose bad values of k and omega as initial conditions.
__________________
The skeleton ran out of shampoo in the shower. |
|
July 10, 2014, 11:16 |
|
#5 |
New Member
Kasper Linnestad
Join Date: Jun 2014
Posts: 8
Rep Power: 12 |
1) Yes, that is possible. It just seems weird that it works without any problems with the mixtureKEpsilon model, and that it crashes with the other turbulence models.
2) The initial condition is a tank filled with water with no movement, so the turbulence should be zero (set to 10^-8 to avoid numerical issues). The inlet conditions are calculated according to [1, 2]. [1] http://aerojet.engr.ucdavis.edu/flue...ug/node217.htm [2] http://support.esi-cfd.com/esi-users/turb_parameters/ |
|
July 10, 2014, 11:20 |
|
#6 |
Senior Member
Philipp
Join Date: Jun 2011
Location: Germany
Posts: 1,297
Rep Power: 27 |
to 1) -> I tryed to get a simple piece of pipe running with different turbulence models. Just 5 diameter long and periodic boundary conditions. There are some k-epsilon models I couldn't get running with all different schemes and initial settings. So don't worry...
Did you try to just increase the inner iterations? Did you try to have some more dissipative schemes, such as some upwind (how does your fvSchemes look like)?
__________________
The skeleton ran out of shampoo in the shower. |
|
July 10, 2014, 11:27 |
|
#7 |
New Member
Kasper Linnestad
Join Date: Jun 2014
Posts: 8
Rep Power: 12 |
I just used the same schemes as in the RAS-tutorial with twoPhaseEulerFoam, haven't had time to experiment with different schemes yet.
Code:
divSchemes { default none; div(phi,alpha.methane) Gauss vanLeer; div(phir,alpha.methane) Gauss vanLeer; div(phi.methane,kappai.methane) Gauss vanLeer; "div\(alphaPhi.*,U.*\)" Gauss limitedLinearV 1; "div\(phi.*,U.*\)" Gauss limitedLinearV 1; "div\(alphaPhi.*,.*rho.*\)" Gauss linear; "div\(alphaPhi.*,(h|e).*\)" Gauss limitedLinear 1; "div\(alphaPhi.*,(K.*|p)\)" Gauss limitedLinear 1; "div\(alphaPhi.*,(k|epsilon).*\)" Gauss limitedLinear 1; "div\(phim,(k|epsilon)m\)" Gauss limitedLinear 1; "div\(\(\(alpha.*nuEff.*\)*dev2\(T\(grad\(U.*\)\)\)\)\)" Gauss linear; } |
|
June 17, 2017, 13:06 |
|
#8 |
New Member
farzad khallaghi
Join Date: Dec 2015
Posts: 10
Rep Power: 10 |
hi kasper
i have same problem with turbulece model. when i change my turbulence model from mixtureKEpsolon to other allowable turbulence model like LaheyKEpsilon solver crash after some time steps. so could you find the reason? how can solve this problem? best regards farzad |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
different results between serial solver and parallel solver | wlt_1985 | FLUENT | 11 | October 12, 2018 09:23 |
MPI Crashes After FMG Solver - Parallel computing on Linux | jonny_b | FLUENT | 0 | April 11, 2011 13:36 |
CFX 5.5 | Roued | CFX | 1 | October 2, 2001 17:49 |
Setting a B.C using UserFortran in 4.3 | tokai | CFX | 10 | July 17, 2001 17:25 |
Error during Solver | cfd guy | CFX | 4 | May 8, 2001 07:04 |