我先算的10um的粒子,没有报错,现在算20um的,我注意到了K和EPSLION的值,并且做了对应修改。也适当调大了网格大小,保证其大于粒子直径,然而却出现了以下的报错。这是单纯的K和EPSLIN出错吗,还是说其他原因?
并且我发现bounding k.water和bounding epsilon.water很大
PIMPLE: iteration 1
DILUPBiCGStab: Solving for U.waterx, Initial residual = 0.896027, Final residual = 2.11978e-06, No Iterations 5
DILUPBiCGStab: Solving for U.watery, Initial residual = 0.901428, Final residual = 2.57276e-06, No Iterations 5
DICPCG: Solving for p, Initial residual = 3.68489e-05, Final residual = 8.52398e-07, No Iterations 360
DICPCG: Solving for p, Initial residual = 3.78278e-17, Final residual = 3.78278e-17, No Iterations 0
time step continuity errors : sum local = 4.49599e+19, global = 3307.12, cumulative = 3307.13
DICPCG: Solving for p, Initial residual = 3.78802e-17, Final residual = 3.78802e-17, No Iterations 0
DICPCG: Solving for p, Initial residual = 3.78802e-17, Final residual = 3.78802e-17, No Iterations 0
time step continuity errors : sum local = 4.50221e+19, global = -877.853, cumulative = 2429.28
DICPCG: Solving for p, Initial residual = 3.79441e-17, Final residual = 3.79441e-17, No Iterations 0
DICPCG: Solving for p, Initial residual = 3.79441e-17, Final residual = 3.79441e-17, No Iterations 0
time step continuity errors : sum local = 4.50981e+19, global = 5049.33, cumulative = 7478.62
DILUPBiCGStab: Solving for epsilon.water, Initial residual = 1, Final residual = 215581, No Iterations 1001
bounding epsilon.water, min: -1.7954e+78 max: 1.75476e+78 average: -9.23698e+76
DILUPBiCGStab: Solving for k.water, Initial residual = 3.4671e-05, Final residual = 4.85012e-06, No Iterations 5
bounding k.water, min: -5.78636e+58 max: 4.3885e+65 average: 6.70063e+62
ExecutionTime = 228.66 s ClockTime = 229 s
fieldAverage fieldAverage1 write:
Calculating averages
Courant Number mean: 2.2754e+19 max: 7.11064e+23
deltaT = 8.38547e-42
Time = 0.000140845
Evolving kinematicCloud
Solving 2-D cloud kinematicCloud
Cloud: kinematicCloud
Current number of parcels = 19
Current mass in system = 2.10906e-10
Linear momentum = (0.00172113 0.0102159 0)
|Linear momentum| = 0.0103599
Linear kinetic energy = 818284
model1:
number of parcels added = 19
mass introduced = 2.10906e-10
Parcel fate (number, mass) : patch inlet
- escape = 0, 0
- stick = 0, 0
Parcel fate (number, mass) : patch outlet
- escape = 0, 0
- stick = 0, 0
Parcel fate (number, mass) : patch walls
- escape = 0, 0
- stick = 0, 0
Parcel fate (number, mass) : patch frontAndBack
- escape = 0, 0
- stick = 0, 0
Rotational kinetic energy = 0
PIMPLE: iteration 1
#0 Foam::error::printStack(Foam::Ostream&) at ??:?
#1 Foam::sigFpe::sigHandler(int) at ??:?
#2 ? in "/lib64/libc.so.6"
#3 double Foam::sumProd<double>(Foam::UList<double> const&, Foam::UList<double> const&) at ??:?
#4 Foam::PBiCGStab::solve(Foam::Field<double>&, Foam::Field<double> const&, unsigned char) const at ??:?
#5 Foam::fvMatrix<Foam::Vector<double> >::solveSegregated(Foam::dictionary const&) at ??:?
#6 Foam::fvMatrix<Foam::Vector<double> >::solve(Foam::dictionary const&) at ??:?
#7 ? at ??:?
#8 ? at ??:?
#9 __libc_start_main in "/lib64/libc.so.6"
#10 ? at ??:?
Floating point exception (core dumped)