Hi,
Recently I got the access to a cluster so I'm able to test the stability of our 3D model. I use the k-epsilon model for turbulence and the numerical schemes I use is as follows:
SCHEME FOR ADVECTION OF K-EPSILON = 2
SOLVER FOR DIFFUSION OF K-EPSILON = 7
OPTION OF SOLVER FOR DIFFUSION OF K-EPSILON = 6
PRECONDITIONING FOR DIFFUSION OF K-EPSILON = 2
However, the computation can continue without interruption but the RELATIVE PRECISION for epsilon is NaN at some timestep. Is this a error that means the solver cannot solve the equation or just means the true value is zero?
ADVECTION-DIFFUSION OF K-EPSILON OR OMEGA STEP
DIFFUSION OF AKN WITH SUPG ADVECTION
GMRES (BIEF) : 1 ITERATIONS, RELATIVE PRECISION: 0.6701385E-14
DIFFUSION OF EPN WITH SUPG ADVECTION
GMRES (BIEF) : 1 ITERATIONS, RELATIVE PRECISION: NaN
Thanks in advance!
Qilong