You can see below that `k` and `epsilon` are blowi...
# les-ras
s
You can see below that
k
and
epsilon
are blowing up: ``` GAMG: Solving for p, Initial residual = 0.284828, Final residual = 7.15948e-06, No Iterations 1 GAMG: Solving for p, Initial residual = 0.670365, Final residual = 7.15309e-06, No Iterations 1 GAMG: Solving for p, Initial residual = 0.302612, Final residual = 6.85635e-07, No Iterations 4 time step continuity errors : sum local = 5.25594e+83, global = 2.98324e+74, cumulative = 3.91295e+74 smoothSolver: Solving for epsilon, Initial residual = 1, Final residual = 9.96455e-06, No Iterations 580 bounding epsilon, min: -1.43447e+79 max: 5.13934e+172 average: 4.54879e+169 smoothSolver: Solving for k, Initial residual = 1, Final residual = 8.93145e-08, No Iterations 1 bounding k, min: -4.2093e+55 max: 3.69306e+127 average: 2.28031e+124 ExecutionTime = 0.84259 s ClockTime = 1 s Time = 0.00027s Courant Number mean: 3.00317e+85 max: 7.97363e+89 smoothSolver: Solving for Ux, Initial residual = 1, Final residual = 9.5775e-06, No Iterations 28 smoothSolver: Solving for Uy, Initial residual = 1, Final residual = 8.80905e-06, No Iterations 38 smoothSolver: Solving for Uz, Initial residual = 1, Final residual = 9.59237e-06, No Iterations 36 #0 Foam::error::printStack(Foam::Ostream&) at ??:? #1 Foam::sigFpe::sigHandler(int) at ??:? #2 ? in "/usr/lib/libc.so.6"```What am I doing wrong?