67530 lines
4.8 MiB (Stored with Git LFS)
Executable File

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.1 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | For copyright notice see file Copyright |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
ddtSchemes
{
default Euler;
}
gradSchemes
{
default Gauss linear;
grad(PAcIm) Gauss linear;
grad(PAcRe) Gauss linear;
grad(p) Gauss linear;
grad(U) Gauss linear;
}
divSchemes
{
default none;
div(phi,U) Gauss linearUpwind Gauss linear;
div(phi,k) Gauss limitedLinear 1;
div(phi,omega) Gauss limitedLinear 1;
div((nuEff*dev(T(grad(U))))) Gauss linear;
}
laplacianSchemes
{
default Gauss linear corrected;
laplacian(PAcRe) Gauss linear corrected;
laplacian(PAcIm) Gauss linear corrected;
laplacian(dPAcRe) Gauss linear corrected;
laplacian(dPAcIm) Gauss linear corrected;
laplacian(nuEff,U) Gauss linear corrected;
laplacian((1|A(U)),p) Gauss linear corrected;
laplacian(DkEff,k) Gauss linear corrected;
}
interpolationSchemes
{
default linear;
interpolate(U) linear;
interpolate(HbyA) linear;
}
snGradSchemes
{
default corrected;
}
fluxRequired
{
default no;
}
// ************************************************************************* //
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.1 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | For copyright notice see file Copyright |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
newtonRaphson
{
maxOuterInitIter 0;
initDamping 0.001;
minDamping 1e-4;
maxRecoveryDamping 0.075;
nRaiseRecovery 10;
maxOuterIterations 1000;
residualControl 1e-5;
residualNorm scaledL1Norm;
}
solvers
{
pcorr
{
solver PCG;
preconditioner DIC;
tolerance 0.01;
relTol 0;
}
p
{
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0;
}
pFinal
{
$p;
relTol 0;
}
U
{
solver BiCGStab;
preconditioner DILU;
tolerance 1e-08;
relTol 0;
}
UFinal
{
$U;
relTol 0;
}
k
{
solver BiCGStab;
preconditioner DILU;
tolerance 1e-05;
relTol 0;
}
omega
{
solver BiCGStab;
preconditioner DILU;
tolerance 1e-05;
relTol 0;
}
}
PIMPLE
{
momentumPredictor yes;
correctPhi no;
nOuterCorrectors 5;
nCorrectors 2;
nNonOrthogonalCorrectors 0;
pRefCell 0;
pRefValue 0;
residualControl
{
"(U|k|omega)"
{
relTol 0;
tolerance 1e-4;
}
}
}
relaxationFactors
{
p 1;
U 1;
UFinal 1;
// If defined within subdictionaries, the relaxation will be applied only
// on the corresponding class.
// If other class also needs to be relaxed, it has to be defined
// inside the subdictionary
// fields
// {
// PAcRe 0.51;
// PAcIm 0.51;
// }
// equations
// {
// PAcRe 0.7;
// }
// If no subdictionary defined, relaxation is applied only to equations
// PAcRe 0.7;
// Above is equivalent to:
// equations
// {
// PAcRe 0.7;
// }
}
// ************************************************************************* //
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 5.0 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | For copyright notice see file Copyright |
\*---------------------------------------------------------------------------*/
Build : 5.0-287705b4a589
Exec : acousticCavitationCloudFoam
Date : Jan 27 2025
Time : 19:17:47
Host : "ip-172-31-37-117"
PID : 465289
CtrlDict : "/home/ubuntu/foam/acousticCavitationOpenFOAM/run/acousticCavitationCloudFoam/sonotrodeInCylinderTank_wedge2D/system/controlDict"
Case : /home/ubuntu/foam/acousticCavitationOpenFOAM/run/acousticCavitationCloudFoam/sonotrodeInCylinderTank_wedge2D
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
allowSystemOperations : Disallowing user-supplied system call operations
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time
--> FOAM Warning :
From function void* Foam::dlOpen(const Foam::fileName&, bool)
in file POSIX.C at line 1204
dlopen error : libparMetisByParcelsDecomp.so: cannot open shared object file: No such file or directory
--> FOAM Warning :
From function bool Foam::dlLibraryTable::open(const Foam::fileName&, bool)
in file db/dynamicLibrary/dlLibraryTable/dlLibraryTable.C at line 97
could not load "libparMetisByParcelsDecomp.so"
Create dynamic mesh for time = 1.44
Selecting dynamicFvMesh myLoadBalanceFvMesh
PIMPLE: max iterations = 5
field "(U|k|omega)" : relTol 0, tolerance 0.0001
Reading field Real Part of Acoustic Pressure
Reading field Imaginary Part of Acoustic Pressure
Defining field Absolute Acoustic Pressure
Reading field Phase of Acoustic Pressure
Reading field Acoustic Pressure Gradient
Reading field p
Reading field U
Reading/calculating face flux field phi
Selecting incompressible transport model Newtonian
Selecting turbulence model type RASModel
Selecting RAS turbulence model kOmegaSST
kOmegaSSTCoeffs
{
alphaK1 0.85;
alphaK2 1;
alphaOmega1 0.5;
alphaOmega2 0.856;
gamma1 0.555556;
gamma2 0.44;
beta1 0.075;
beta2 0.0828;
betaStar 0.09;
a1 0.31;
b1 1;
c1 10;
F3 false;
}
Reading field rAU if present
Reading g
Reading transportProperties
Reading a constant Density
Creating a field Density since kinematicCloud assumes compressible flow
Creating a field dynamic viscosity since kinematicCloud assumes non-laminar flow
Reading field Imaginary Wave Number
Creating field kSqrRe: real part of the squared wave number
Creating field voidFrac (bubble void fraction)
Reading MUMPSSettings
Selecting DispersionModel StochasticDispersionIncomprRAS
Selecting DragModel MagnaudetDrag
Selecting InjectionModel PatchThresholdRndInjection
Constructing 2-D injection
Selecting pdfType general
Selecting PatchInteractionModel LocalInteraction
Selecting PostProcessingModel none
Selecting U IntegrationScheme Euler
Performing initialization of the bubbles in the domain
--> FOAM Warning :
From function AcCavitationCloud<ParcelType>::injectDomainInit()
in file lnInclude/AcCavitationCloud.C at line 406
Flag identifying that the injection at the initialization has already been done is set and no init injection will be performed. If this is not the desired behaviour, change the flag under
"1.44/uniform/lagrangian/bubbleCloud/domainInitInjectFlag"
Starting time loop
Courant Number mean: 0.0509243 max: 0.992097 velocity magnitude: 1.30551
deltaT = 0.00047619
Time = 1.44048
--> Cloud: bubbleCloud
Added 161 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 533895
Mass introduced by injector = 4.89608e-10
Number of parcels added continuously = 138
Mass introduced continuously = 1.33038e-13
Current number of parcels = 3848461
Current mass in system = 4.38399e-09
Number of parcels shifted at least once = 3952
Number of parcel shifts towards cell center = 3957
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 5, Damping = 0.04252, Initial normalized L1 residual = 0.104379, Final user-defined norm residual = 0.340246
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 5, Damping = 0.0125, Initial normalized L1 residual = 0.0962835, Final user-defined norm residual = 0.336365
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 5, Damping = 0.0349848, Initial normalized L1 residual = 0.0927143, Final user-defined norm residual = 0.331476
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 4, Damping = 0.0934547, Initial normalized L1 residual = 0.0857732, Final user-defined norm residual = 0.308894
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 4, Damping = 0.0694959, Initial normalized L1 residual = 0.0758209, Final user-defined norm residual = 0.291614
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 4, Damping = 0.0875639, Initial normalized L1 residual = 0.069082, Final user-defined norm residual = 0.270609
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.101663, Initial normalized L1 residual = 0.0623637, Final user-defined norm residual = 0.247914
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.11921, Initial normalized L1 residual = 0.056258, Final user-defined norm residual = 0.222772
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.21947, Initial normalized L1 residual = 0.0499421, Final user-defined norm residual = 0.186835
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0409175, Final user-defined norm residual = 0.0834049
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0173702, Final user-defined norm residual = 0.0166027
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00350626, Final user-defined norm residual = 0.00797614
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00169047, Final user-defined norm residual = 0.00473207
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 2, Damping = 0.5, Initial normalized L1 residual = 0.00100617, Final user-defined norm residual = 0.00416812
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.231087, Initial normalized L1 residual = 0.000887055, Final user-defined norm residual = 0.00371937
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.178631, Initial normalized L1 residual = 0.000791974, Final user-defined norm residual = 0.00347727
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.151896, Initial normalized L1 residual = 0.000740716, Final user-defined norm residual = 0.00333886
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.127768, Initial normalized L1 residual = 0.000711467, Final user-defined norm residual = 0.00325002
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.107651, Initial normalized L1 residual = 0.000692712, Final user-defined norm residual = 0.00318212
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.0931463, Initial normalized L1 residual = 0.000678357, Final user-defined norm residual = 0.0031182
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.0864691, Initial normalized L1 residual = 0.000664803, Final user-defined norm residual = 0.00303935
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.124383, Initial normalized L1 residual = 0.000648017, Final user-defined norm residual = 0.00295789
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.102132, Initial normalized L1 residual = 0.000630619, Final user-defined norm residual = 0.00288454
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.077406, Initial normalized L1 residual = 0.000614957, Final user-defined norm residual = 0.00281104
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.0554189, Initial normalized L1 residual = 0.000599273, Final user-defined norm residual = 0.00274094
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.05, Initial normalized L1 residual = 0.000584324, Final user-defined norm residual = 0.00267861
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.05, Initial normalized L1 residual = 0.00057103, Final user-defined norm residual = 0.00262297
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.05, Initial normalized L1 residual = 0.00055916, Final user-defined norm residual = 0.00257273
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.05, Initial normalized L1 residual = 0.000548437, Final user-defined norm residual = 0.00252646
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.0510648, Initial normalized L1 residual = 0.000538563, Final user-defined norm residual = 0.00248373
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.062573, Initial normalized L1 residual = 0.00052945, Final user-defined norm residual = 0.00245926
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.067058, Initial normalized L1 residual = 0.000524231, Final user-defined norm residual = 0.00245576
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 4, Damping = 0.0337001, Initial normalized L1 residual = 0.000523497, Final user-defined norm residual = 0.00242128
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 4, Damping = 0.0347475, Initial normalized L1 residual = 0.000516164, Final user-defined norm residual = 0.0023931
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 4, Damping = 0.0371089, Initial normalized L1 residual = 0.000510175, Final user-defined norm residual = 0.0023737
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 4, Damping = 0.0419252, Initial normalized L1 residual = 0.000506063, Final user-defined norm residual = 0.00236968
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 5, Damping = 0.020114, Initial normalized L1 residual = 0.000505233, Final user-defined norm residual = 0.00234757
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 5, Damping = 0.0185951, Initial normalized L1 residual = 0.000500543, Final user-defined norm residual = 0.0023277
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 5, Damping = 0.0172345, Initial normalized L1 residual = 0.000496328, Final user-defined norm residual = 0.0023097
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 5, Damping = 0.0172691, Initial normalized L1 residual = 0.000492515, Final user-defined norm residual = 0.00229313
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 5, Damping = 0.0185868, Initial normalized L1 residual = 0.000489007, Final user-defined norm residual = 0.00227789
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 5, Damping = 0.0199704, Initial normalized L1 residual = 0.000485784, Final user-defined norm residual = 0.00226338
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 5, Damping = 0.0194437, Initial normalized L1 residual = 0.000482721, Final user-defined norm residual = 0.00224547
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.159609, Initial normalized L1 residual = 0.00047894, Final user-defined norm residual = 0.00212644
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.190506, Initial normalized L1 residual = 0.000453833, Final user-defined norm residual = 0.00198335
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.208415, Initial normalized L1 residual = 0.000423482, Final user-defined norm residual = 0.0018172
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.232281, Initial normalized L1 residual = 0.000388096, Final user-defined norm residual = 0.00164507
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 2, Damping = 0.5, Initial normalized L1 residual = 0.000351301, Final user-defined norm residual = 0.00162794
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 2, Damping = 0.5, Initial normalized L1 residual = 0.000347214, Final user-defined norm residual = 0.00145836
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 3, Damping = 0.248112, Initial normalized L1 residual = 0.000310646, Final user-defined norm residual = 0.00125454
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 2, Damping = 0.5, Initial normalized L1 residual = 0.000267209, Final user-defined norm residual = 0.00123439
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 2, Damping = 0.5, Initial normalized L1 residual = 0.000262874, Final user-defined norm residual = 0.000935161
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.000199231, Final user-defined norm residual = 0.000680039
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.000144998, Final user-defined norm residual = 0.000164563
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.51066e-05, Final user-defined norm residual = 3.5877e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.65596e-06, Final user-defined norm residual = 1.93262e-06
NewtonRaphsonSolver: solution converged in 56 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000911523, Final residual = 1.93168e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000685286, Final residual = 1.66006e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0231375, Final residual = 4.64732e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.529693, Final residual = 9.72868e-07, No Iterations 281
time step continuity errors : sum local = 2.28974e-10, global = -4.77169e-20, cumulative = -4.77169e-20
DICPCG: Solving for p, Initial residual = 0.0222714, Final residual = 9.10558e-07, No Iterations 270
time step continuity errors : sum local = 3.09918e-10, global = 1.71276e-20, cumulative = -3.05893e-20
BiCGStab: Solving for omega, Initial residual = 0.000614243, Final residual = 4.36223e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000634885, Final residual = 6.7581e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 5.55971e-05, Final residual = 1.88572e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.84198e-05, Final residual = 7.56085e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00217721, Final residual = 1.3413e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0105454, Final residual = 9.42012e-07, No Iterations 259
time step continuity errors : sum local = 3.18143e-10, global = -1.26313e-19, cumulative = -1.56903e-19
DICPCG: Solving for p, Initial residual = 0.00162979, Final residual = 8.90834e-07, No Iterations 139
time step continuity errors : sum local = 3.12787e-10, global = 2.33325e-20, cumulative = -1.3357e-19
BiCGStab: Solving for omega, Initial residual = 3.63389e-05, Final residual = 4.41562e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.31004e-05, Final residual = 1.34982e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 6.92921e-06, Final residual = 9.29408e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.7792e-06, Final residual = 4.16834e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000317703, Final residual = 8.15446e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00111176, Final residual = 9.50584e-07, No Iterations 83
time step continuity errors : sum local = 3.33867e-10, global = -1.33053e-20, cumulative = -1.46875e-19
DICPCG: Solving for p, Initial residual = 0.000178668, Final residual = 9.83512e-07, No Iterations 45
time step continuity errors : sum local = 3.45183e-10, global = 4.00086e-20, cumulative = -1.06867e-19
BiCGStab: Solving for omega, Initial residual = 1.83285e-05, Final residual = 2.23709e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.50077e-06, Final residual = 3.50077e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.4872e-06, Final residual = 9.52072e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.76736e-07, Final residual = 4.30988e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.00165e-05, Final residual = 1.71862e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000225144, Final residual = 9.73165e-07, No Iterations 28
time step continuity errors : sum local = 3.41544e-10, global = -3.73411e-20, cumulative = -1.44208e-19
DICPCG: Solving for p, Initial residual = 3.74105e-05, Final residual = 9.43667e-07, No Iterations 13
time step continuity errors : sum local = 3.31615e-10, global = 9.09571e-20, cumulative = -5.32508e-20
BiCGStab: Solving for omega, Initial residual = 1.94305e-05, Final residual = 2.64289e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.49501e-06, Final residual = 3.49501e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.624e-07, Final residual = 1.32561e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.50334e-07, Final residual = 7.13472e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.2366e-05, Final residual = 2.96575e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 5.36831e-05, Final residual = 9.76109e-07, No Iterations 5
time step continuity errors : sum local = 3.42535e-10, global = -7.71299e-20, cumulative = -1.30381e-19
DICPCG: Solving for p, Initial residual = 9.42698e-06, Final residual = 8.7546e-07, No Iterations 3
time step continuity errors : sum local = 3.08645e-10, global = -6.54944e-20, cumulative = -1.95875e-19
BiCGStab: Solving for omega, Initial residual = 2.15313e-05, Final residual = 3.26314e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.50361e-06, Final residual = 3.50361e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 137.62 s ClockTime = 137 s Max(PAc) = 157894 Pa
Courant Number mean: 0.0501434 max: 0.954168 velocity magnitude: 1.28625
deltaT = 0.000488095
Time = 1.44096
--> Cloud: bubbleCloud
Added 774 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 534669
Mass introduced by injector = 4.90278e-10
Number of parcels added continuously = 417
Mass introduced continuously = 4.38483e-13
Current number of parcels = 3849160
Current mass in system = 4.38459e-09
Number of parcels shifted at least once = 4331
Number of parcel shifts towards cell center = 4337
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00765044, Final user-defined norm residual = 0.000422345
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.07804e-05, Final user-defined norm residual = 6.7533e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.45175e-07, Final user-defined norm residual = 6.62222e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00133274, Final residual = 3.39195e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00106152, Final residual = 2.05036e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0244731, Final residual = 4.98035e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.564105, Final residual = 9.49504e-07, No Iterations 279
time step continuity errors : sum local = 2.21668e-10, global = -7.56916e-20, cumulative = -2.71567e-19
DICPCG: Solving for p, Initial residual = 0.0642732, Final residual = 8.19313e-07, No Iterations 275
time step continuity errors : sum local = 9.54826e-11, global = -6.04862e-20, cumulative = -3.32053e-19
BiCGStab: Solving for omega, Initial residual = 0.000634163, Final residual = 4.93808e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000650373, Final residual = 7.3976e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.86488e-05, Final residual = 1.27402e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.64291e-05, Final residual = 5.94794e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00241313, Final residual = 1.48683e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0159904, Final residual = 9.22955e-07, No Iterations 258
time step continuity errors : sum local = 1.09695e-10, global = 3.53539e-20, cumulative = -2.96699e-19
DICPCG: Solving for p, Initial residual = 0.00275343, Final residual = 9.69976e-07, No Iterations 129
time step continuity errors : sum local = 1.17043e-10, global = 5.08308e-20, cumulative = -2.45868e-19
BiCGStab: Solving for omega, Initial residual = 3.52916e-05, Final residual = 5.31826e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.14379e-05, Final residual = 1.37539e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.94611e-06, Final residual = 6.52656e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.99578e-06, Final residual = 3.47156e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000379325, Final residual = 9.87675e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00197201, Final residual = 9.45314e-07, No Iterations 90
time step continuity errors : sum local = 1.13213e-10, global = 2.83188e-20, cumulative = -2.17549e-19
DICPCG: Solving for p, Initial residual = 0.000297829, Final residual = 9.55052e-07, No Iterations 57
time step continuity errors : sum local = 1.1417e-10, global = -8.20691e-20, cumulative = -2.99619e-19
BiCGStab: Solving for omega, Initial residual = 1.90918e-05, Final residual = 4.41743e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.4718e-06, Final residual = 3.4718e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.55222e-07, Final residual = 8.10296e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.35077e-07, Final residual = 3.76106e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.40879e-05, Final residual = 1.96803e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00045418, Final residual = 9.54562e-07, No Iterations 30
time step continuity errors : sum local = 1.14107e-10, global = -1.44112e-19, cumulative = -4.43731e-19
DICPCG: Solving for p, Initial residual = 7.08931e-05, Final residual = 9.64641e-07, No Iterations 14
time step continuity errors : sum local = 1.153e-10, global = 1.16698e-20, cumulative = -4.32061e-19
BiCGStab: Solving for omega, Initial residual = 1.79158e-05, Final residual = 4.91085e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.46931e-06, Final residual = 3.46931e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.28253e-07, Final residual = 1.40109e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.08072e-07, Final residual = 6.70479e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.61361e-05, Final residual = 3.41884e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000120442, Final residual = 8.91886e-07, No Iterations 8
time step continuity errors : sum local = 1.06642e-10, global = -8.73269e-20, cumulative = -5.19388e-19
DICPCG: Solving for p, Initial residual = 1.89506e-05, Final residual = 8.06913e-07, No Iterations 4
time step continuity errors : sum local = 9.65287e-11, global = -1.66015e-19, cumulative = -6.85403e-19
BiCGStab: Solving for omega, Initial residual = 1.85279e-05, Final residual = 5.82912e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.48821e-06, Final residual = 3.48821e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 154.06 s ClockTime = 154 s Max(PAc) = 157363 Pa
Courant Number mean: 0.0514081 max: 0.967621 velocity magnitude: 1.27237
deltaT = 0.00050094
Time = 1.44147
--> Cloud: bubbleCloud
Added 48 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 534717
Mass introduced by injector = 4.90321e-10
Number of parcels added continuously = 1257
Mass introduced continuously = 1.09511e-12
Current number of parcels = 3849987
Current mass in system = 4.38517e-09
Number of parcels shifted at least once = 4606
Number of parcel shifts towards cell center = 4616
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00733559, Final user-defined norm residual = 0.000135162
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.89658e-05, Final user-defined norm residual = 2.58104e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.53139e-08, Final user-defined norm residual = 2.04284e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000913531, Final residual = 2.44223e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000686182, Final residual = 2.16194e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0318327, Final residual = 5.91595e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.109717, Final residual = 9.55366e-07, No Iterations 280
time step continuity errors : sum local = 1.26965e-10, global = 1.06366e-19, cumulative = -5.79036e-19
DICPCG: Solving for p, Initial residual = 0.0182474, Final residual = 9.02759e-07, No Iterations 272
time step continuity errors : sum local = 1.26553e-10, global = -9.17442e-20, cumulative = -6.7078e-19
BiCGStab: Solving for omega, Initial residual = 0.000625451, Final residual = 5.22485e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000668033, Final residual = 9.14202e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.73173e-05, Final residual = 1.5606e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.41366e-05, Final residual = 7.34268e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00307474, Final residual = 1.91772e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0122333, Final residual = 9.96353e-07, No Iterations 158
time step continuity errors : sum local = 1.65263e-10, global = 7.96512e-20, cumulative = -5.91129e-19
DICPCG: Solving for p, Initial residual = 0.00217577, Final residual = 9.30425e-07, No Iterations 234
time step continuity errors : sum local = 1.29367e-10, global = -2.83192e-20, cumulative = -6.19448e-19
BiCGStab: Solving for omega, Initial residual = 3.19402e-05, Final residual = 9.76344e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.19854e-05, Final residual = 1.39236e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.05353e-06, Final residual = 6.89058e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.05239e-06, Final residual = 3.62197e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000478354, Final residual = 1.2946e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00180545, Final residual = 8.95353e-07, No Iterations 71
time step continuity errors : sum local = 1.27473e-10, global = -4.6573e-20, cumulative = -6.66021e-19
DICPCG: Solving for p, Initial residual = 0.000322436, Final residual = 9.90402e-07, No Iterations 39
time step continuity errors : sum local = 1.40396e-10, global = -1.02255e-20, cumulative = -6.76247e-19
BiCGStab: Solving for omega, Initial residual = 1.90641e-05, Final residual = 6.79704e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.79873e-06, Final residual = 3.79873e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.78404e-07, Final residual = 9.20389e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.81806e-07, Final residual = 4.23167e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.34145e-05, Final residual = 2.54586e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000423839, Final residual = 9.75333e-07, No Iterations 21
time step continuity errors : sum local = 1.38278e-10, global = -8.86144e-21, cumulative = -6.85108e-19
DICPCG: Solving for p, Initial residual = 7.9407e-05, Final residual = 9.70234e-07, No Iterations 9
time step continuity errors : sum local = 1.37564e-10, global = 5.13044e-20, cumulative = -6.33804e-19
BiCGStab: Solving for omega, Initial residual = 2.03547e-05, Final residual = 1.17206e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.78758e-06, Final residual = 3.78758e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.59945e-07, Final residual = 1.79538e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.32312e-07, Final residual = 6.68273e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.04143e-05, Final residual = 4.53029e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00011583, Final residual = 9.72404e-07, No Iterations 8
time step continuity errors : sum local = 1.37866e-10, global = -4.97853e-20, cumulative = -6.83589e-19
DICPCG: Solving for p, Initial residual = 2.08585e-05, Final residual = 7.73577e-07, No Iterations 4
time step continuity errors : sum local = 1.10209e-10, global = -7.91488e-20, cumulative = -7.62738e-19
BiCGStab: Solving for omega, Initial residual = 2.31654e-05, Final residual = 9.28523e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.81572e-06, Final residual = 3.81572e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 170.34 s ClockTime = 170 s Max(PAc) = 156826 Pa
Courant Number mean: 0.0527816 max: 0.990357 velocity magnitude: 1.26499
deltaT = 0.00050094
Time = 1.44197
--> Cloud: bubbleCloud
Added 173 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 534890
Mass introduced by injector = 4.90491e-10
Number of parcels added continuously = 1214
Mass introduced continuously = 1.12834e-12
Current number of parcels = 3850904
Current mass in system = 4.38592e-09
Number of parcels shifted at least once = 4646
Number of parcel shifts towards cell center = 4656
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00684409, Final user-defined norm residual = 0.000105881
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.2694e-05, Final user-defined norm residual = 1.675e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.59013e-08, Final user-defined norm residual = 9.73028e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000844871, Final residual = 2.9959e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000615816, Final residual = 1.99105e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0286095, Final residual = 6.28628e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0666423, Final residual = 9.82672e-07, No Iterations 240
time step continuity errors : sum local = 1.38043e-10, global = 3.69342e-20, cumulative = -7.25804e-19
DICPCG: Solving for p, Initial residual = 0.00917829, Final residual = 9.57207e-07, No Iterations 116
time step continuity errors : sum local = 1.41699e-10, global = 1.60694e-20, cumulative = -7.09734e-19
BiCGStab: Solving for omega, Initial residual = 0.00061127, Final residual = 5.64683e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000668898, Final residual = 9.2071e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.88186e-05, Final residual = 1.60677e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.49828e-05, Final residual = 6.53248e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00276564, Final residual = 1.86019e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0127335, Final residual = 9.97965e-07, No Iterations 243
time step continuity errors : sum local = 1.41367e-10, global = 3.63492e-20, cumulative = -6.73385e-19
DICPCG: Solving for p, Initial residual = 0.00217658, Final residual = 9.61841e-07, No Iterations 78
time step continuity errors : sum local = 1.39233e-10, global = -4.68812e-20, cumulative = -7.20266e-19
BiCGStab: Solving for omega, Initial residual = 3.84427e-05, Final residual = 1.12483e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.22432e-05, Final residual = 1.41018e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.2196e-06, Final residual = 6.82495e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.75056e-06, Final residual = 3.74402e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00043536, Final residual = 1.27303e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00220461, Final residual = 9.85528e-07, No Iterations 88
time step continuity errors : sum local = 1.43376e-10, global = 1.63768e-21, cumulative = -7.18629e-19
DICPCG: Solving for p, Initial residual = 0.000386756, Final residual = 9.48132e-07, No Iterations 55
time step continuity errors : sum local = 1.37995e-10, global = -2.67422e-20, cumulative = -7.45371e-19
BiCGStab: Solving for omega, Initial residual = 2.28082e-05, Final residual = 1.00361e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.98812e-06, Final residual = 3.98812e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.31328e-06, Final residual = 9.21182e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.81618e-07, Final residual = 4.33695e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.29211e-05, Final residual = 2.50958e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000574541, Final residual = 9.44999e-07, No Iterations 17
time step continuity errors : sum local = 1.37555e-10, global = -5.47231e-21, cumulative = -7.50843e-19
DICPCG: Solving for p, Initial residual = 0.000104177, Final residual = 9.91573e-07, No Iterations 6
time step continuity errors : sum local = 1.44139e-10, global = -6.60378e-20, cumulative = -8.16881e-19
BiCGStab: Solving for omega, Initial residual = 2.20344e-05, Final residual = 1.03512e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.96414e-06, Final residual = 3.96414e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.93092e-07, Final residual = 1.89914e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.22907e-07, Final residual = 9.01706e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.75444e-05, Final residual = 4.50617e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000157045, Final residual = 9.50599e-07, No Iterations 7
time step continuity errors : sum local = 1.38331e-10, global = -8.99537e-20, cumulative = -9.06835e-19
DICPCG: Solving for p, Initial residual = 3.05232e-05, Final residual = 6.60914e-07, No Iterations 4
time step continuity errors : sum local = 9.72742e-11, global = -8.05865e-20, cumulative = -9.87421e-19
BiCGStab: Solving for omega, Initial residual = 2.23556e-05, Final residual = 1.11265e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.99913e-06, Final residual = 3.99913e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 186.72 s ClockTime = 187 s Max(PAc) = 155584 Pa
Courant Number mean: 0.0528019 max: 0.97886 velocity magnitude: 1.26189
deltaT = 0.00050094
Time = 1.44247
--> Cloud: bubbleCloud
Added 141 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 535031
Mass introduced by injector = 4.90618e-10
Number of parcels added continuously = 1235
Mass introduced continuously = 1.10735e-12
Current number of parcels = 3851793
Current mass in system = 4.38659e-09
Number of parcels shifted at least once = 4648
Number of parcel shifts towards cell center = 4659
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0063829, Final user-defined norm residual = 8.87578e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.90153e-05, Final user-defined norm residual = 9.85906e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.1122e-08, Final user-defined norm residual = 4.76962e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000854058, Final residual = 3.2189e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000618338, Final residual = 1.94004e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0285541, Final residual = 5.90145e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0628528, Final residual = 9.26024e-07, No Iterations 259
time step continuity errors : sum local = 1.30935e-10, global = -3.70652e-21, cumulative = -9.91128e-19
DICPCG: Solving for p, Initial residual = 0.00982378, Final residual = 9.67584e-07, No Iterations 148
time step continuity errors : sum local = 1.5157e-10, global = -6.27561e-20, cumulative = -1.05388e-18
BiCGStab: Solving for omega, Initial residual = 0.000616858, Final residual = 6.06554e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000669792, Final residual = 9.39041e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.53542e-05, Final residual = 1.41075e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.75185e-05, Final residual = 5.86638e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0028171, Final residual = 1.92711e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0157536, Final residual = 9.69562e-07, No Iterations 143
time step continuity errors : sum local = 1.45415e-10, global = 8.57721e-20, cumulative = -9.68112e-19
DICPCG: Solving for p, Initial residual = 0.00298356, Final residual = 9.99738e-07, No Iterations 78
time step continuity errors : sum local = 1.4977e-10, global = -5.78496e-21, cumulative = -9.73897e-19
BiCGStab: Solving for omega, Initial residual = 3.55118e-05, Final residual = 1.01906e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.26806e-05, Final residual = 1.49686e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 7.7297e-06, Final residual = 6.11356e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.83744e-06, Final residual = 3.66846e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000440565, Final residual = 1.29077e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00323894, Final residual = 9.92707e-07, No Iterations 91
time step continuity errors : sum local = 1.48545e-10, global = -3.02874e-20, cumulative = -1.00418e-18
DICPCG: Solving for p, Initial residual = 0.000593609, Final residual = 9.98123e-07, No Iterations 52
time step continuity errors : sum local = 1.49281e-10, global = 8.17956e-20, cumulative = -9.22388e-19
BiCGStab: Solving for omega, Initial residual = 1.9067e-05, Final residual = 9.10411e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.48003e-06, Final residual = 4.48003e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 2.07458e-06, Final residual = 8.59334e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.1506e-06, Final residual = 4.54793e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.39193e-05, Final residual = 2.6659e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00090058, Final residual = 9.65349e-07, No Iterations 22
time step continuity errors : sum local = 1.44676e-10, global = 7.44556e-20, cumulative = -8.47933e-19
DICPCG: Solving for p, Initial residual = 0.000164563, Final residual = 8.97426e-07, No Iterations 12
time step continuity errors : sum local = 1.35093e-10, global = 4.51649e-20, cumulative = -8.02768e-19
BiCGStab: Solving for omega, Initial residual = 1.78423e-05, Final residual = 1.0174e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.50627e-06, Final residual = 4.50627e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 6.8274e-07, Final residual = 1.6552e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.31911e-07, Final residual = 9.32319e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.80561e-05, Final residual = 4.8282e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000277631, Final residual = 9.65431e-07, No Iterations 6
time step continuity errors : sum local = 1.44685e-10, global = 6.18638e-20, cumulative = -7.40904e-19
DICPCG: Solving for p, Initial residual = 4.94921e-05, Final residual = 7.21376e-07, No Iterations 4
time step continuity errors : sum local = 1.10256e-10, global = -3.20827e-20, cumulative = -7.72987e-19
BiCGStab: Solving for omega, Initial residual = 1.83739e-05, Final residual = 1.09021e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.5101e-06, Final residual = 4.5101e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 203.48 s ClockTime = 203 s Max(PAc) = 154421 Pa
Courant Number mean: 0.0528211 max: 0.969491 velocity magnitude: 1.25746
deltaT = 0.000515673
Time = 1.44298
--> Cloud: bubbleCloud
Added 248 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 535279
Mass introduced by injector = 4.90904e-10
Number of parcels added continuously = 1182
Mass introduced continuously = 1.19267e-12
Current number of parcels = 3852691
Current mass in system = 4.38754e-09
Number of parcels shifted at least once = 4877
Number of parcel shifts towards cell center = 4886
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00627686, Final user-defined norm residual = 0.000109281
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.34375e-05, Final user-defined norm residual = 1.50205e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.22153e-08, Final user-defined norm residual = 5.44697e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00087901, Final residual = 3.74458e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000631641, Final residual = 2.20699e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0297373, Final residual = 8.50375e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0571659, Final residual = 8.68341e-07, No Iterations 265
time step continuity errors : sum local = 1.29096e-10, global = -1.27743e-20, cumulative = -7.85761e-19
DICPCG: Solving for p, Initial residual = 0.00744328, Final residual = 9.08692e-07, No Iterations 254
time step continuity errors : sum local = 1.35443e-10, global = -2.31638e-20, cumulative = -8.08925e-19
BiCGStab: Solving for omega, Initial residual = 0.000643485, Final residual = 8.27691e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00069118, Final residual = 1.1018e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.90584e-05, Final residual = 1.57081e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.84276e-05, Final residual = 6.8678e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00293229, Final residual = 2.3602e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.016879, Final residual = 9.66615e-07, No Iterations 248
time step continuity errors : sum local = 1.44434e-10, global = 7.05318e-20, cumulative = -7.38393e-19
DICPCG: Solving for p, Initial residual = 0.00331879, Final residual = 9.79689e-07, No Iterations 79
time step continuity errors : sum local = 1.49277e-10, global = -5.55944e-20, cumulative = -7.93988e-19
BiCGStab: Solving for omega, Initial residual = 3.61302e-05, Final residual = 1.18485e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.42369e-05, Final residual = 2.39265e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 8.10413e-06, Final residual = 7.5307e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.0709e-06, Final residual = 4.3088e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000472176, Final residual = 1.54306e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00391208, Final residual = 9.66129e-07, No Iterations 53
time step continuity errors : sum local = 1.47854e-10, global = -3.67372e-20, cumulative = -8.30725e-19
DICPCG: Solving for p, Initial residual = 0.000721675, Final residual = 9.76666e-07, No Iterations 42
time step continuity errors : sum local = 1.49373e-10, global = -2.84757e-20, cumulative = -8.592e-19
BiCGStab: Solving for omega, Initial residual = 1.95777e-05, Final residual = 1.04247e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.94946e-06, Final residual = 5.94946e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 2.6815e-06, Final residual = 1.08689e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.19109e-06, Final residual = 5.25055e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.26265e-05, Final residual = 2.82582e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00117614, Final residual = 9.54193e-07, No Iterations 53
time step continuity errors : sum local = 1.45971e-10, global = 4.74281e-21, cumulative = -8.54458e-19
DICPCG: Solving for p, Initial residual = 0.00022111, Final residual = 9.99649e-07, No Iterations 25
time step continuity errors : sum local = 1.52762e-10, global = -4.13329e-20, cumulative = -8.95791e-19
BiCGStab: Solving for omega, Initial residual = 1.81071e-05, Final residual = 1.09924e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.94384e-06, Final residual = 5.94384e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 7.64728e-07, Final residual = 2.72301e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.76019e-07, Final residual = 1.32443e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.91414e-05, Final residual = 4.93622e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000363265, Final residual = 9.55819e-07, No Iterations 12
time step continuity errors : sum local = 1.46195e-10, global = -8.65694e-20, cumulative = -9.8236e-19
DICPCG: Solving for p, Initial residual = 6.39756e-05, Final residual = 9.29335e-07, No Iterations 6
time step continuity errors : sum local = 1.42225e-10, global = -4.41108e-20, cumulative = -1.02647e-18
BiCGStab: Solving for omega, Initial residual = 1.89884e-05, Final residual = 1.22946e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.96907e-06, Final residual = 5.96907e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 220.14 s ClockTime = 220 s Max(PAc) = 153941 Pa
Courant Number mean: 0.0543949 max: 0.98293 velocity magnitude: 1.25077
deltaT = 0.000515673
Time = 1.4435
--> Cloud: bubbleCloud
Added 141 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 535420
Mass introduced by injector = 4.91029e-10
Number of parcels added continuously = 1238
Mass introduced continuously = 1.14683e-12
Current number of parcels = 3853528
Current mass in system = 4.38816e-09
Number of parcels shifted at least once = 4882
Number of parcel shifts towards cell center = 4893
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00601251, Final user-defined norm residual = 7.84503e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.68154e-05, Final user-defined norm residual = 6.96855e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.49369e-08, Final user-defined norm residual = 1.22146e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000868509, Final residual = 3.94584e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000627895, Final residual = 2.25011e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0303258, Final residual = 7.10475e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0584988, Final residual = 9.43264e-07, No Iterations 263
time step continuity errors : sum local = 1.39775e-10, global = 3.08198e-20, cumulative = -9.95651e-19
DICPCG: Solving for p, Initial residual = 0.00738519, Final residual = 9.40528e-07, No Iterations 145
time step continuity errors : sum local = 1.52298e-10, global = -9.67748e-21, cumulative = -1.00533e-18
BiCGStab: Solving for omega, Initial residual = 0.000662374, Final residual = 8.5114e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000693018, Final residual = 1.13579e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.84974e-05, Final residual = 1.56316e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.69586e-05, Final residual = 6.70133e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00303655, Final residual = 2.32661e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0167758, Final residual = 9.7717e-07, No Iterations 121
time step continuity errors : sum local = 1.56043e-10, global = -5.30649e-21, cumulative = -1.01063e-18
DICPCG: Solving for p, Initial residual = 0.003259, Final residual = 9.80254e-07, No Iterations 77
time step continuity errors : sum local = 1.56742e-10, global = 4.6125e-20, cumulative = -9.6451e-19
BiCGStab: Solving for omega, Initial residual = 3.65498e-05, Final residual = 1.01055e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.45171e-05, Final residual = 2.54351e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 8.44905e-06, Final residual = 8.0017e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.57679e-06, Final residual = 4.50576e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000471566, Final residual = 1.58295e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00356918, Final residual = 9.73408e-07, No Iterations 105
time step continuity errors : sum local = 1.55696e-10, global = 2.02457e-20, cumulative = -9.44264e-19
DICPCG: Solving for p, Initial residual = 0.000631913, Final residual = 9.91552e-07, No Iterations 62
time step continuity errors : sum local = 1.58395e-10, global = 9.62558e-20, cumulative = -8.48008e-19
BiCGStab: Solving for omega, Initial residual = 2.06183e-05, Final residual = 9.39727e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.90983e-06, Final residual = 5.90983e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 2.11106e-06, Final residual = 1.17099e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.05248e-06, Final residual = 6.23514e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.16708e-05, Final residual = 2.82876e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000957817, Final residual = 9.85794e-07, No Iterations 49
time step continuity errors : sum local = 1.57528e-10, global = 8.32057e-22, cumulative = -8.47176e-19
DICPCG: Solving for p, Initial residual = 0.000179589, Final residual = 9.88106e-07, No Iterations 13
time step continuity errors : sum local = 1.57853e-10, global = 2.0024e-20, cumulative = -8.27152e-19
BiCGStab: Solving for omega, Initial residual = 1.93585e-05, Final residual = 1.042e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.92216e-06, Final residual = 5.92216e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 6.77906e-07, Final residual = 2.50313e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.99485e-07, Final residual = 1.42662e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.01571e-05, Final residual = 5.06785e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000276628, Final residual = 8.86011e-07, No Iterations 10
time step continuity errors : sum local = 1.4269e-10, global = -1.83863e-20, cumulative = -8.45539e-19
DICPCG: Solving for p, Initial residual = 4.79889e-05, Final residual = 8.80248e-07, No Iterations 5
time step continuity errors : sum local = 1.41824e-10, global = 8.82815e-20, cumulative = -7.57257e-19
BiCGStab: Solving for omega, Initial residual = 1.89325e-05, Final residual = 1.05632e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.95373e-06, Final residual = 5.95373e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 236.56 s ClockTime = 236 s Max(PAc) = 153814 Pa
Courant Number mean: 0.054415 max: 0.98412 velocity magnitude: 1.23785
deltaT = 0.000515673
Time = 1.44401
--> Cloud: bubbleCloud
Added 189 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 535609
Mass introduced by injector = 4.91212e-10
Number of parcels added continuously = 1196
Mass introduced continuously = 1.10337e-12
Current number of parcels = 3854403
Current mass in system = 4.38888e-09
Number of parcels shifted at least once = 4904
Number of parcel shifts towards cell center = 4916
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00629508, Final user-defined norm residual = 0.000106981
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.29523e-05, Final user-defined norm residual = 1.96779e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.22189e-08, Final user-defined norm residual = 2.02175e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000869367, Final residual = 3.72091e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00063231, Final residual = 2.17178e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.030632, Final residual = 8.28141e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0540448, Final residual = 9.11054e-07, No Iterations 262
time step continuity errors : sum local = 1.34664e-10, global = -1.27729e-19, cumulative = -8.84987e-19
DICPCG: Solving for p, Initial residual = 0.00646825, Final residual = 9.24454e-07, No Iterations 144
time step continuity errors : sum local = 1.37745e-10, global = -9.15048e-21, cumulative = -8.94137e-19
BiCGStab: Solving for omega, Initial residual = 0.000678234, Final residual = 8.67293e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000695754, Final residual = 1.13456e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 4.06144e-05, Final residual = 1.64853e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.79583e-05, Final residual = 6.97531e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00311874, Final residual = 2.47439e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0170306, Final residual = 9.70976e-07, No Iterations 149
time step continuity errors : sum local = 1.69468e-10, global = 2.27315e-20, cumulative = -8.71405e-19
DICPCG: Solving for p, Initial residual = 0.00335325, Final residual = 8.96166e-07, No Iterations 234
time step continuity errors : sum local = 1.33292e-10, global = -1.56351e-20, cumulative = -8.87041e-19
BiCGStab: Solving for omega, Initial residual = 3.22186e-05, Final residual = 7.36491e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.42868e-05, Final residual = 2.45173e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 8.14559e-06, Final residual = 8.71029e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.06573e-06, Final residual = 4.78678e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000504807, Final residual = 1.63024e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00372619, Final residual = 9.87693e-07, No Iterations 70
time step continuity errors : sum local = 1.50038e-10, global = 2.37278e-20, cumulative = -8.63313e-19
DICPCG: Solving for p, Initial residual = 0.000643908, Final residual = 9.80483e-07, No Iterations 47
time step continuity errors : sum local = 1.48604e-10, global = -6.51084e-20, cumulative = -9.28421e-19
BiCGStab: Solving for omega, Initial residual = 1.78932e-05, Final residual = 7.03886e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.05e-06, Final residual = 6.05e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 2.26293e-06, Final residual = 1.13352e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.12501e-06, Final residual = 6.15424e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.60108e-05, Final residual = 2.9868e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00100458, Final residual = 9.96281e-07, No Iterations 32
time step continuity errors : sum local = 1.50904e-10, global = 9.51375e-20, cumulative = -8.33284e-19
DICPCG: Solving for p, Initial residual = 0.000167851, Final residual = 9.60739e-07, No Iterations 15
time step continuity errors : sum local = 1.45592e-10, global = 3.11882e-20, cumulative = -8.02095e-19
BiCGStab: Solving for omega, Initial residual = 1.78611e-05, Final residual = 8.56974e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.12187e-06, Final residual = 6.12187e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 6.22391e-07, Final residual = 2.40313e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.53816e-07, Final residual = 1.42298e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.13042e-05, Final residual = 5.38295e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000278776, Final residual = 9.87184e-07, No Iterations 11
time step continuity errors : sum local = 1.49516e-10, global = -2.91909e-20, cumulative = -8.31286e-19
DICPCG: Solving for p, Initial residual = 4.64854e-05, Final residual = 9.15126e-07, No Iterations 6
time step continuity errors : sum local = 1.38791e-10, global = -2.9429e-20, cumulative = -8.60715e-19
BiCGStab: Solving for omega, Initial residual = 2.03457e-05, Final residual = 1.08922e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.14295e-06, Final residual = 6.14295e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 252.88 s ClockTime = 253 s Max(PAc) = 154099 Pa
Courant Number mean: 0.054436 max: 0.995774 velocity magnitude: 1.2167
deltaT = 0.000515673
Time = 1.44453
--> Cloud: bubbleCloud
Added 171 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 535780
Mass introduced by injector = 4.91349e-10
Number of parcels added continuously = 1238
Mass introduced continuously = 1.15701e-12
Current number of parcels = 3855299
Current mass in system = 4.38962e-09
Number of parcels shifted at least once = 4995
Number of parcel shifts towards cell center = 5007
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00609081, Final user-defined norm residual = 0.000111016
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.38121e-05, Final user-defined norm residual = 2.70619e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.8047e-08, Final user-defined norm residual = 1.07513e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000880099, Final residual = 3.78423e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000627558, Final residual = 2.13158e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.030653, Final residual = 7.89464e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0589866, Final residual = 9.03523e-07, No Iterations 252
time step continuity errors : sum local = 1.33906e-10, global = -1.29064e-20, cumulative = -8.73622e-19
DICPCG: Solving for p, Initial residual = 0.0081555, Final residual = 9.63817e-07, No Iterations 132
time step continuity errors : sum local = 1.51557e-10, global = 2.89524e-20, cumulative = -8.44669e-19
BiCGStab: Solving for omega, Initial residual = 0.000697986, Final residual = 1.03713e-07, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000698992, Final residual = 9.95206e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 4.18473e-05, Final residual = 1.70535e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.92748e-05, Final residual = 6.8039e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00302435, Final residual = 2.44088e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0185747, Final residual = 9.65859e-07, No Iterations 145
time step continuity errors : sum local = 1.56464e-10, global = -1.19265e-19, cumulative = -9.63934e-19
DICPCG: Solving for p, Initial residual = 0.00361588, Final residual = 9.25066e-07, No Iterations 131
time step continuity errors : sum local = 1.50401e-10, global = -3.48106e-20, cumulative = -9.98745e-19
BiCGStab: Solving for omega, Initial residual = 4.08374e-05, Final residual = 1.10781e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.45462e-05, Final residual = 2.36043e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 8.5785e-06, Final residual = 8.54943e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.22919e-06, Final residual = 4.66838e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000485877, Final residual = 1.6544e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00359831, Final residual = 9.72561e-07, No Iterations 88
time step continuity errors : sum local = 1.56963e-10, global = -1.56462e-19, cumulative = -1.15521e-18
DICPCG: Solving for p, Initial residual = 0.000607789, Final residual = 9.56693e-07, No Iterations 57
time step continuity errors : sum local = 1.54683e-10, global = -1.16826e-19, cumulative = -1.27203e-18
BiCGStab: Solving for omega, Initial residual = 2.82432e-05, Final residual = 1.10748e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.25268e-06, Final residual = 6.25268e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 2.04817e-06, Final residual = 1.19161e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.24334e-06, Final residual = 6.48537e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.42922e-05, Final residual = 2.84717e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000935262, Final residual = 9.94253e-07, No Iterations 29
time step continuity errors : sum local = 1.60283e-10, global = -4.98884e-20, cumulative = -1.32192e-18
DICPCG: Solving for p, Initial residual = 0.000155637, Final residual = 9.23695e-07, No Iterations 11
time step continuity errors : sum local = 1.49732e-10, global = 6.2305e-21, cumulative = -1.31569e-18
BiCGStab: Solving for omega, Initial residual = 2.86119e-05, Final residual = 1.47337e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.32071e-06, Final residual = 6.32071e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 5.78209e-07, Final residual = 2.73718e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.46562e-07, Final residual = 1.46589e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.0898e-05, Final residual = 4.92137e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000248438, Final residual = 9.37423e-07, No Iterations 10
time step continuity errors : sum local = 1.51772e-10, global = -5.95133e-20, cumulative = -1.3752e-18
DICPCG: Solving for p, Initial residual = 4.11907e-05, Final residual = 9.67895e-07, No Iterations 5
time step continuity errors : sum local = 1.56302e-10, global = -2.7283e-20, cumulative = -1.40249e-18
BiCGStab: Solving for omega, Initial residual = 3.2723e-05, Final residual = 1.31397e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.32589e-06, Final residual = 6.32589e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 269.15 s ClockTime = 269 s Max(PAc) = 153930 Pa
Courant Number mean: 0.0544582 max: 1.01412 velocity magnitude: 1.19646
deltaT = 0.000499039
Time = 1.44503
--> Cloud: bubbleCloud
Added 154 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 535934
Mass introduced by injector = 4.9148e-10
Number of parcels added continuously = 1248
Mass introduced continuously = 1.0786e-12
Current number of parcels = 3856176
Current mass in system = 4.3903e-09
Number of parcels shifted at least once = 4722
Number of parcel shifts towards cell center = 4730
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00652396, Final user-defined norm residual = 0.000102254
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.19365e-05, Final user-defined norm residual = 8.67362e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.86078e-08, Final user-defined norm residual = 8.43131e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000846663, Final residual = 2.8054e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000612245, Final residual = 1.66244e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0294062, Final residual = 6.39781e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0600277, Final residual = 9.95908e-07, No Iterations 261
time step continuity errors : sum local = 1.39055e-10, global = -3.76074e-20, cumulative = -1.44009e-18
DICPCG: Solving for p, Initial residual = 0.00926338, Final residual = 9.83236e-07, No Iterations 148
time step continuity errors : sum local = 1.45912e-10, global = -7.32779e-20, cumulative = -1.51337e-18
BiCGStab: Solving for omega, Initial residual = 0.000681748, Final residual = 6.89734e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000678227, Final residual = 8.97669e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 4.14323e-05, Final residual = 1.35964e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.91608e-05, Final residual = 5.71894e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00274187, Final residual = 1.97981e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0188296, Final residual = 9.61463e-07, No Iterations 141
time step continuity errors : sum local = 1.41312e-10, global = -5.44735e-20, cumulative = -1.56785e-18
DICPCG: Solving for p, Initial residual = 0.00362923, Final residual = 9.78746e-07, No Iterations 125
time step continuity errors : sum local = 1.43748e-10, global = 9.93054e-20, cumulative = -1.46854e-18
BiCGStab: Solving for omega, Initial residual = 5.00332e-05, Final residual = 1.14175e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.43407e-05, Final residual = 2.00462e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 8.51755e-06, Final residual = 7.15727e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.27363e-06, Final residual = 4.0494e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000416157, Final residual = 1.25472e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00369573, Final residual = 9.77647e-07, No Iterations 78
time step continuity errors : sum local = 1.43223e-10, global = -3.62609e-20, cumulative = -1.5048e-18
DICPCG: Solving for p, Initial residual = 0.000667152, Final residual = 9.97394e-07, No Iterations 48
time step continuity errors : sum local = 1.46132e-10, global = -4.45872e-20, cumulative = -1.54939e-18
BiCGStab: Solving for omega, Initial residual = 2.5932e-05, Final residual = 1.20944e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.59399e-06, Final residual = 5.59399e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 2.28502e-06, Final residual = 9.90638e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.14137e-06, Final residual = 5.42957e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.17685e-05, Final residual = 2.27604e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000975242, Final residual = 9.56429e-07, No Iterations 28
time step continuity errors : sum local = 1.40401e-10, global = -3.50478e-20, cumulative = -1.58444e-18
DICPCG: Solving for p, Initial residual = 0.000165089, Final residual = 9.04381e-07, No Iterations 12
time step continuity errors : sum local = 1.33081e-10, global = 1.5835e-20, cumulative = -1.5686e-18
BiCGStab: Solving for omega, Initial residual = 2.85357e-05, Final residual = 9.17882e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.59209e-06, Final residual = 5.59209e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 6.27591e-07, Final residual = 2.06459e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.35391e-07, Final residual = 1.24521e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.75151e-05, Final residual = 4.03955e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000270256, Final residual = 9.51711e-07, No Iterations 11
time step continuity errors : sum local = 1.39707e-10, global = -5.43383e-20, cumulative = -1.62294e-18
DICPCG: Solving for p, Initial residual = 4.49419e-05, Final residual = 8.41575e-07, No Iterations 6
time step continuity errors : sum local = 1.24267e-10, global = -9.1588e-20, cumulative = -1.71453e-18
BiCGStab: Solving for omega, Initial residual = 2.93863e-05, Final residual = 1.55002e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.63825e-06, Final residual = 5.63825e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 285.44 s ClockTime = 285 s Max(PAc) = 154191 Pa
Courant Number mean: 0.0527224 max: 1.00138 velocity magnitude: 1.19788
deltaT = 0.000482941
Time = 1.44551
--> Cloud: bubbleCloud
Added 217 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 536151
Mass introduced by injector = 4.9167e-10
Number of parcels added continuously = 1113
Mass introduced continuously = 1.03894e-12
Current number of parcels = 3857042
Current mass in system = 4.39108e-09
Number of parcels shifted at least once = 4671
Number of parcel shifts towards cell center = 4686
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00620487, Final user-defined norm residual = 0.000109769
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.35415e-05, Final user-defined norm residual = 7.4897e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.60632e-08, Final user-defined norm residual = 1.11996e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00081153, Final residual = 2.35475e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00058854, Final residual = 1.3255e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0270686, Final residual = 4.57799e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0615162, Final residual = 9.25472e-07, No Iterations 254
time step continuity errors : sum local = 1.23416e-10, global = 2.15525e-20, cumulative = -1.69298e-18
DICPCG: Solving for p, Initial residual = 0.00936688, Final residual = 9.83011e-07, No Iterations 132
time step continuity errors : sum local = 1.53779e-10, global = 2.23047e-20, cumulative = -1.67067e-18
BiCGStab: Solving for omega, Initial residual = 0.000671214, Final residual = 7.29116e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000657806, Final residual = 8.10554e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 4.00903e-05, Final residual = 1.20584e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.85647e-05, Final residual = 5.07198e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00252317, Final residual = 1.43694e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0195005, Final residual = 8.83533e-07, No Iterations 249
time step continuity errors : sum local = 1.19138e-10, global = 7.10444e-20, cumulative = -1.59963e-18
DICPCG: Solving for p, Initial residual = 0.00376536, Final residual = 9.17911e-07, No Iterations 125
time step continuity errors : sum local = 1.28239e-10, global = -1.06861e-19, cumulative = -1.70649e-18
BiCGStab: Solving for omega, Initial residual = 4.00729e-05, Final residual = 8.50948e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.38165e-05, Final residual = 1.8268e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 8.52428e-06, Final residual = 6.37907e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.12055e-06, Final residual = 3.40401e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000384194, Final residual = 9.33146e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0041294, Final residual = 9.36833e-07, No Iterations 68
time step continuity errors : sum local = 1.31879e-10, global = 1.19677e-19, cumulative = -1.58681e-18
DICPCG: Solving for p, Initial residual = 0.000671767, Final residual = 9.6002e-07, No Iterations 40
time step continuity errors : sum local = 1.34961e-10, global = 1.1878e-19, cumulative = -1.46803e-18
BiCGStab: Solving for omega, Initial residual = 2.63859e-05, Final residual = 3.85737e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.7117e-06, Final residual = 4.7117e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 2.25414e-06, Final residual = 8.51668e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.10743e-06, Final residual = 4.45701e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.12882e-05, Final residual = 2.06431e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.0010215, Final residual = 9.79646e-07, No Iterations 38
time step continuity errors : sum local = 1.37573e-10, global = 1.7956e-20, cumulative = -1.45007e-18
DICPCG: Solving for p, Initial residual = 0.000179938, Final residual = 9.45652e-07, No Iterations 11
time step continuity errors : sum local = 1.3293e-10, global = -5.65663e-20, cumulative = -1.50664e-18
BiCGStab: Solving for omega, Initial residual = 2.16906e-05, Final residual = 7.05015e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.68124e-06, Final residual = 4.68124e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 6.58416e-07, Final residual = 2.35168e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.09205e-07, Final residual = 1.04902e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.45637e-05, Final residual = 3.51846e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000292674, Final residual = 9.20133e-07, No Iterations 11
time step continuity errors : sum local = 1.29467e-10, global = 3.28103e-20, cumulative = -1.47383e-18
DICPCG: Solving for p, Initial residual = 4.9977e-05, Final residual = 9.40148e-07, No Iterations 5
time step continuity errors : sum local = 1.32164e-10, global = -2.97668e-21, cumulative = -1.47681e-18
BiCGStab: Solving for omega, Initial residual = 2.284e-05, Final residual = 3.06278e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.72911e-06, Final residual = 4.72911e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 303.21 s ClockTime = 303 s Max(PAc) = 154475 Pa
Courant Number mean: 0.0510412 max: 0.971994 velocity magnitude: 1.22844
deltaT = 0.000482941
Time = 1.44599
--> Cloud: bubbleCloud
Added 155 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 536306
Mass introduced by injector = 4.91808e-10
Number of parcels added continuously = 1099
Mass introduced continuously = 1.02745e-12
Current number of parcels = 3857806
Current mass in system = 4.3917e-09
Number of parcels shifted at least once = 4642
Number of parcel shifts towards cell center = 4644
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00645339, Final user-defined norm residual = 0.000138598
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.97219e-05, Final user-defined norm residual = 2.97395e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.37775e-08, Final user-defined norm residual = 1.89405e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000804491, Final residual = 2.31861e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000584492, Final residual = 1.33823e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0270642, Final residual = 4.77143e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0582752, Final residual = 8.72151e-07, No Iterations 264
time step continuity errors : sum local = 1.17384e-10, global = -2.61755e-20, cumulative = -1.50298e-18
DICPCG: Solving for p, Initial residual = 0.00887551, Final residual = 9.27782e-07, No Iterations 145
time step continuity errors : sum local = 1.4036e-10, global = -7.55209e-20, cumulative = -1.5785e-18
BiCGStab: Solving for omega, Initial residual = 0.000657637, Final residual = 6.63568e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000659529, Final residual = 8.43989e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.85712e-05, Final residual = 1.1998e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.70625e-05, Final residual = 5.0426e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00247106, Final residual = 1.48836e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0190016, Final residual = 9.82417e-07, No Iterations 131
time step continuity errors : sum local = 1.38839e-10, global = 1.42967e-20, cumulative = -1.56421e-18
DICPCG: Solving for p, Initial residual = 0.0035924, Final residual = 9.69626e-07, No Iterations 111
time step continuity errors : sum local = 1.38202e-10, global = 1.50609e-19, cumulative = -1.4136e-18
BiCGStab: Solving for omega, Initial residual = 3.84994e-05, Final residual = 5.55434e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.43827e-05, Final residual = 1.92662e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 7.98314e-06, Final residual = 6.30012e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.79816e-06, Final residual = 3.31356e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000366061, Final residual = 9.94385e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00377252, Final residual = 9.46891e-07, No Iterations 70
time step continuity errors : sum local = 1.35686e-10, global = 3.00142e-21, cumulative = -1.4106e-18
DICPCG: Solving for p, Initial residual = 0.000638172, Final residual = 9.92249e-07, No Iterations 44
time step continuity errors : sum local = 1.41729e-10, global = 2.67507e-21, cumulative = -1.40792e-18
BiCGStab: Solving for omega, Initial residual = 2.33296e-05, Final residual = 4.53431e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.94027e-06, Final residual = 4.94027e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 2.24663e-06, Final residual = 9.21197e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.74265e-07, Final residual = 4.52018e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.85222e-05, Final residual = 1.8265e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00102462, Final residual = 9.44314e-07, No Iterations 36
time step continuity errors : sum local = 1.35198e-10, global = -9.57028e-21, cumulative = -1.41749e-18
DICPCG: Solving for p, Initial residual = 0.000172406, Final residual = 9.66488e-07, No Iterations 11
time step continuity errors : sum local = 1.38144e-10, global = 1.80585e-20, cumulative = -1.39943e-18
BiCGStab: Solving for omega, Initial residual = 2.52705e-05, Final residual = 3.92342e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.98912e-06, Final residual = 4.98912e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 6.33e-07, Final residual = 2.30682e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.03369e-07, Final residual = 1.12773e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.46734e-05, Final residual = 3.13443e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00028446, Final residual = 9.7981e-07, No Iterations 10
time step continuity errors : sum local = 1.39933e-10, global = 3.73965e-20, cumulative = -1.36204e-18
DICPCG: Solving for p, Initial residual = 4.57919e-05, Final residual = 8.9918e-07, No Iterations 5
time step continuity errors : sum local = 1.29024e-10, global = -1.43958e-20, cumulative = -1.37643e-18
BiCGStab: Solving for omega, Initial residual = 2.8357e-05, Final residual = 6.1697e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.99489e-06, Final residual = 4.99489e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 320.29 s ClockTime = 320 s Max(PAc) = 154242 Pa
Courant Number mean: 0.05106 max: 0.970415 velocity magnitude: 1.25559
deltaT = 0.000482941
Time = 1.44648
--> Cloud: bubbleCloud
Added 174 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 536480
Mass introduced by injector = 4.91978e-10
Number of parcels added continuously = 1159
Mass introduced continuously = 1.16068e-12
Current number of parcels = 3858652
Current mass in system = 4.39249e-09
Number of parcels shifted at least once = 4576
Number of parcel shifts towards cell center = 4582
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00616948, Final user-defined norm residual = 0.00013822
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.96474e-05, Final user-defined norm residual = 3.70779e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.95326e-08, Final user-defined norm residual = 6.23701e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000793234, Final residual = 2.21952e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000583184, Final residual = 1.34013e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0278534, Final residual = 4.77794e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0530046, Final residual = 9.72739e-07, No Iterations 255
time step continuity errors : sum local = 1.31278e-10, global = -9.98419e-20, cumulative = -1.47627e-18
DICPCG: Solving for p, Initial residual = 0.00650123, Final residual = 9.46513e-07, No Iterations 133
time step continuity errors : sum local = 1.27763e-10, global = 6.20739e-20, cumulative = -1.4142e-18
BiCGStab: Solving for omega, Initial residual = 0.000659075, Final residual = 6.48942e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000662051, Final residual = 8.73112e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.48635e-05, Final residual = 1.18223e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.6258e-05, Final residual = 4.9338e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00258714, Final residual = 1.47771e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0160217, Final residual = 9.31971e-07, No Iterations 117
time step continuity errors : sum local = 1.40819e-10, global = -1.24639e-19, cumulative = -1.53884e-18
DICPCG: Solving for p, Initial residual = 0.00298837, Final residual = 9.95443e-07, No Iterations 105
time step continuity errors : sum local = 1.48904e-10, global = 1.50544e-20, cumulative = -1.52378e-18
BiCGStab: Solving for omega, Initial residual = 4.63422e-05, Final residual = 9.76736e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.50394e-05, Final residual = 2.00323e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 7.22562e-06, Final residual = 5.96806e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.25483e-06, Final residual = 3.28222e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000390638, Final residual = 9.72367e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00326556, Final residual = 9.7661e-07, No Iterations 73
time step continuity errors : sum local = 1.45866e-10, global = -3.65246e-20, cumulative = -1.56031e-18
DICPCG: Solving for p, Initial residual = 0.000530005, Final residual = 9.83462e-07, No Iterations 45
time step continuity errors : sum local = 1.46704e-10, global = 4.41923e-20, cumulative = -1.51612e-18
BiCGStab: Solving for omega, Initial residual = 2.96002e-05, Final residual = 5.79557e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.75304e-06, Final residual = 5.75304e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.76546e-06, Final residual = 8.96737e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.57262e-07, Final residual = 4.42158e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.30689e-05, Final residual = 1.94127e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00079109, Final residual = 9.60839e-07, No Iterations 36
time step continuity errors : sum local = 1.43612e-10, global = -4.08828e-20, cumulative = -1.557e-18
DICPCG: Solving for p, Initial residual = 0.000127569, Final residual = 9.94789e-07, No Iterations 9
time step continuity errors : sum local = 1.48178e-10, global = -5.88693e-20, cumulative = -1.61587e-18
BiCGStab: Solving for omega, Initial residual = 2.83702e-05, Final residual = 6.41546e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.76651e-06, Final residual = 5.76651e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.82354e-07, Final residual = 2.16065e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.35678e-07, Final residual = 1.0607e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.58306e-05, Final residual = 3.23308e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000201553, Final residual = 9.83787e-07, No Iterations 9
time step continuity errors : sum local = 1.46682e-10, global = 1.80483e-20, cumulative = -1.59782e-18
DICPCG: Solving for p, Initial residual = 3.23573e-05, Final residual = 8.29186e-07, No Iterations 5
time step continuity errors : sum local = 1.25735e-10, global = 8.87589e-22, cumulative = -1.59693e-18
BiCGStab: Solving for omega, Initial residual = 3.06994e-05, Final residual = 5.49242e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.8132e-06, Final residual = 5.8132e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 338.9 s ClockTime = 339 s Max(PAc) = 154430 Pa
Courant Number mean: 0.0510789 max: 0.978472 velocity magnitude: 1.2732
deltaT = 0.000482941
Time = 1.44696
--> Cloud: bubbleCloud
Added 213 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 536693
Mass introduced by injector = 4.92149e-10
Number of parcels added continuously = 1126
Mass introduced continuously = 1.02357e-12
Current number of parcels = 3859533
Current mass in system = 4.39316e-09
Number of parcels shifted at least once = 4587
Number of parcel shifts towards cell center = 4600
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00628861, Final user-defined norm residual = 0.00011678
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.50636e-05, Final user-defined norm residual = 4.03826e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.6673e-08, Final user-defined norm residual = 5.56314e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000786331, Final residual = 2.26042e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000580784, Final residual = 1.33876e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0279993, Final residual = 4.41843e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0496661, Final residual = 9.02703e-07, No Iterations 157
time step continuity errors : sum local = 1.2862e-10, global = 1.20923e-19, cumulative = -1.47601e-18
DICPCG: Solving for p, Initial residual = 0.00612743, Final residual = 9.59794e-07, No Iterations 131
time step continuity errors : sum local = 1.43002e-10, global = 4.86603e-20, cumulative = -1.42735e-18
BiCGStab: Solving for omega, Initial residual = 0.000652402, Final residual = 7.10778e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000665444, Final residual = 8.94923e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.29251e-05, Final residual = 1.17875e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.62047e-05, Final residual = 4.75014e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00255581, Final residual = 1.45684e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0158435, Final residual = 9.53765e-07, No Iterations 131
time step continuity errors : sum local = 1.315e-10, global = 1.99044e-20, cumulative = -1.40745e-18
DICPCG: Solving for p, Initial residual = 0.00283955, Final residual = 9.05131e-07, No Iterations 76
time step continuity errors : sum local = 1.25911e-10, global = 4.3612e-20, cumulative = -1.36383e-18
BiCGStab: Solving for omega, Initial residual = 4.35019e-05, Final residual = 7.15427e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.57763e-05, Final residual = 2.3986e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 6.0172e-06, Final residual = 5.79755e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.18368e-06, Final residual = 3.15356e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000365568, Final residual = 9.81171e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00289425, Final residual = 9.79932e-07, No Iterations 54
time step continuity errors : sum local = 1.36466e-10, global = -1.08008e-19, cumulative = -1.47184e-18
DICPCG: Solving for p, Initial residual = 0.000468163, Final residual = 9.9782e-07, No Iterations 31
time step continuity errors : sum local = 1.38851e-10, global = -4.90224e-20, cumulative = -1.52086e-18
BiCGStab: Solving for omega, Initial residual = 2.45477e-05, Final residual = 4.87963e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.96668e-06, Final residual = 5.96668e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.53425e-06, Final residual = 8.70747e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.6782e-07, Final residual = 4.44908e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.64364e-05, Final residual = 1.96235e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000719182, Final residual = 9.46237e-07, No Iterations 20
time step continuity errors : sum local = 1.31786e-10, global = -1.28051e-20, cumulative = -1.53367e-18
DICPCG: Solving for p, Initial residual = 0.000110841, Final residual = 9.23297e-07, No Iterations 9
time step continuity errors : sum local = 1.28629e-10, global = -2.09792e-20, cumulative = -1.55465e-18
BiCGStab: Solving for omega, Initial residual = 1.95259e-05, Final residual = 5.08011e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.03935e-06, Final residual = 6.03935e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.94965e-07, Final residual = 1.74328e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.10306e-07, Final residual = 9.76326e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.40585e-05, Final residual = 3.35489e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000188204, Final residual = 9.90329e-07, No Iterations 8
time step continuity errors : sum local = 1.37795e-10, global = 5.57729e-20, cumulative = -1.49887e-18
DICPCG: Solving for p, Initial residual = 2.92917e-05, Final residual = 9.22138e-07, No Iterations 4
time step continuity errors : sum local = 1.28462e-10, global = -5.89701e-20, cumulative = -1.55784e-18
BiCGStab: Solving for omega, Initial residual = 1.91313e-05, Final residual = 5.32852e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.01255e-06, Final residual = 6.01255e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 356.82 s ClockTime = 357 s Max(PAc) = 154502 Pa
Courant Number mean: 0.0510976 max: 0.982168 velocity magnitude: 1.28344
deltaT = 0.000482941
Time = 1.44744
--> Cloud: bubbleCloud
Added 226 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 536919
Mass introduced by injector = 4.92369e-10
Number of parcels added continuously = 1216
Mass introduced continuously = 1.1042e-12
Current number of parcels = 3860502
Current mass in system = 4.39393e-09
Number of parcels shifted at least once = 4594
Number of parcel shifts towards cell center = 4600
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00676761, Final user-defined norm residual = 0.00015151
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.24996e-05, Final user-defined norm residual = 8.3441e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.78993e-07, Final user-defined norm residual = 3.78954e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000783696, Final residual = 2.25002e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000578308, Final residual = 1.33875e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0278866, Final residual = 5.28427e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.050611, Final residual = 9.86041e-07, No Iterations 258
time step continuity errors : sum local = 1.33724e-10, global = -6.2312e-21, cumulative = -1.56408e-18
DICPCG: Solving for p, Initial residual = 0.00635394, Final residual = 9.71428e-07, No Iterations 139
time step continuity errors : sum local = 1.32402e-10, global = -8.21691e-20, cumulative = -1.64625e-18
BiCGStab: Solving for omega, Initial residual = 0.000650747, Final residual = 7.97083e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000666866, Final residual = 9.09358e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.19954e-05, Final residual = 1.14299e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.51404e-05, Final residual = 4.71776e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00249994, Final residual = 1.64335e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0145555, Final residual = 9.34373e-07, No Iterations 133
time step continuity errors : sum local = 1.37605e-10, global = -7.04131e-20, cumulative = -1.71666e-18
DICPCG: Solving for p, Initial residual = 0.00270907, Final residual = 9.8636e-07, No Iterations 72
time step continuity errors : sum local = 1.43464e-10, global = -1.54203e-19, cumulative = -1.87086e-18
BiCGStab: Solving for omega, Initial residual = 3.25436e-05, Final residual = 5.64411e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.4704e-05, Final residual = 2.20887e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 6.0403e-06, Final residual = 5.69012e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.93235e-06, Final residual = 3.10593e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000359681, Final residual = 1.0358e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00274967, Final residual = 9.26662e-07, No Iterations 54
time step continuity errors : sum local = 1.34841e-10, global = -6.25197e-20, cumulative = -1.93338e-18
DICPCG: Solving for p, Initial residual = 0.000436913, Final residual = 9.63023e-07, No Iterations 33
time step continuity errors : sum local = 1.39708e-10, global = -3.12258e-20, cumulative = -1.96461e-18
BiCGStab: Solving for omega, Initial residual = 1.7848e-05, Final residual = 5.17586e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.18428e-06, Final residual = 6.18428e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.41487e-06, Final residual = 9.00614e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.52916e-07, Final residual = 4.36919e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.49734e-05, Final residual = 2.05989e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000629459, Final residual = 9.60089e-07, No Iterations 21
time step continuity errors : sum local = 1.39287e-10, global = 1.18719e-20, cumulative = -1.95273e-18
DICPCG: Solving for p, Initial residual = 9.93836e-05, Final residual = 8.93916e-07, No Iterations 9
time step continuity errors : sum local = 1.30314e-10, global = 9.38769e-20, cumulative = -1.85886e-18
BiCGStab: Solving for omega, Initial residual = 1.7199e-05, Final residual = 5.93274e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.20514e-06, Final residual = 6.20514e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.89094e-07, Final residual = 1.65793e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.02742e-07, Final residual = 9.27395e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.24269e-05, Final residual = 3.52448e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000166403, Final residual = 9.08954e-07, No Iterations 8
time step continuity errors : sum local = 1.32342e-10, global = -1.60679e-21, cumulative = -1.86046e-18
DICPCG: Solving for p, Initial residual = 2.56671e-05, Final residual = 9.26656e-07, No Iterations 4
time step continuity errors : sum local = 1.34727e-10, global = 1.42599e-20, cumulative = -1.8462e-18
BiCGStab: Solving for omega, Initial residual = 1.79324e-05, Final residual = 6.17121e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.21952e-06, Final residual = 6.21952e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 374.79 s ClockTime = 375 s Max(PAc) = 154008 Pa
Courant Number mean: 0.0511163 max: 0.980288 velocity magnitude: 1.29515
deltaT = 0.000482941
Time = 1.44793
--> Cloud: bubbleCloud
Added 155 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 537074
Mass introduced by injector = 4.92501e-10
Number of parcels added continuously = 1119
Mass introduced continuously = 1.06428e-12
Current number of parcels = 3861245
Current mass in system = 4.39457e-09
Number of parcels shifted at least once = 4604
Number of parcel shifts towards cell center = 4614
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00642469, Final user-defined norm residual = 7.58017e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.62602e-05, Final user-defined norm residual = 8.36614e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.79464e-08, Final user-defined norm residual = 2.00717e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000778936, Final residual = 2.14727e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000572498, Final residual = 1.34761e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0280856, Final residual = 4.56687e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0475829, Final residual = 8.49863e-07, No Iterations 260
time step continuity errors : sum local = 1.14187e-10, global = -4.121e-20, cumulative = -1.88741e-18
DICPCG: Solving for p, Initial residual = 0.00575863, Final residual = 9.33182e-07, No Iterations 143
time step continuity errors : sum local = 1.26779e-10, global = -1.94715e-20, cumulative = -1.90689e-18
BiCGStab: Solving for omega, Initial residual = 0.000650699, Final residual = 8.49899e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000668274, Final residual = 9.12187e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.06003e-05, Final residual = 1.14361e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.37779e-05, Final residual = 4.67745e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00257649, Final residual = 1.4371e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0139691, Final residual = 9.67916e-07, No Iterations 108
time step continuity errors : sum local = 1.42403e-10, global = 2.17602e-20, cumulative = -1.88513e-18
DICPCG: Solving for p, Initial residual = 0.00256501, Final residual = 9.90768e-07, No Iterations 76
time step continuity errors : sum local = 1.44651e-10, global = 1.44612e-19, cumulative = -1.74051e-18
BiCGStab: Solving for omega, Initial residual = 3.57238e-05, Final residual = 6.41484e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.40866e-05, Final residual = 1.91028e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.78547e-06, Final residual = 5.51506e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.53714e-06, Final residual = 2.96255e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000386148, Final residual = 9.5354e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00261591, Final residual = 9.55191e-07, No Iterations 67
time step continuity errors : sum local = 1.39665e-10, global = -9.9956e-20, cumulative = -1.84047e-18
DICPCG: Solving for p, Initial residual = 0.000406821, Final residual = 9.70474e-07, No Iterations 43
time step continuity errors : sum local = 1.41648e-10, global = -5.79068e-20, cumulative = -1.89838e-18
BiCGStab: Solving for omega, Initial residual = 2.03111e-05, Final residual = 5.5435e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.26139e-06, Final residual = 6.26139e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.36839e-06, Final residual = 8.15696e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.41999e-07, Final residual = 3.93399e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.06792e-05, Final residual = 2.0328e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000589121, Final residual = 9.5363e-07, No Iterations 25
time step continuity errors : sum local = 1.3938e-10, global = -5.71523e-21, cumulative = -1.90409e-18
DICPCG: Solving for p, Initial residual = 9.60444e-05, Final residual = 9.58326e-07, No Iterations 8
time step continuity errors : sum local = 1.39992e-10, global = -4.49872e-20, cumulative = -1.94908e-18
BiCGStab: Solving for omega, Initial residual = 1.80789e-05, Final residual = 5.8959e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.26719e-06, Final residual = 6.26719e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.75687e-07, Final residual = 1.6401e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.71327e-07, Final residual = 8.63042e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.44496e-05, Final residual = 3.42896e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000158847, Final residual = 8.78195e-07, No Iterations 8
time step continuity errors : sum local = 1.29226e-10, global = 3.78526e-20, cumulative = -1.91123e-18
DICPCG: Solving for p, Initial residual = 2.5966e-05, Final residual = 8.54179e-07, No Iterations 4
time step continuity errors : sum local = 1.25996e-10, global = 8.45646e-20, cumulative = -1.82666e-18
BiCGStab: Solving for omega, Initial residual = 1.70716e-05, Final residual = 5.65961e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.28959e-06, Final residual = 6.28959e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 392.93 s ClockTime = 393 s Max(PAc) = 154012 Pa
Courant Number mean: 0.0511345 max: 0.974985 velocity magnitude: 1.29954
deltaT = 0.000482941
Time = 1.44841
--> Cloud: bubbleCloud
Added 136 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 537210
Mass introduced by injector = 4.92607e-10
Number of parcels added continuously = 1130
Mass introduced continuously = 1.07796e-12
Current number of parcels = 3862007
Current mass in system = 4.3952e-09
Number of parcels shifted at least once = 4652
Number of parcel shifts towards cell center = 4658
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00622957, Final user-defined norm residual = 0.000122002
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.61461e-05, Final user-defined norm residual = 3.06185e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.56195e-08, Final user-defined norm residual = 5.96385e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000779272, Final residual = 2.38543e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000571315, Final residual = 1.35239e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0281473, Final residual = 4.88227e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0484262, Final residual = 9.70286e-07, No Iterations 257
time step continuity errors : sum local = 1.30532e-10, global = -2.11054e-20, cumulative = -1.84777e-18
DICPCG: Solving for p, Initial residual = 0.00610132, Final residual = 9.32808e-07, No Iterations 144
time step continuity errors : sum local = 1.33038e-10, global = -1.50896e-20, cumulative = -1.86286e-18
BiCGStab: Solving for omega, Initial residual = 0.000643037, Final residual = 9.58452e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000670234, Final residual = 9.11338e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.14312e-05, Final residual = 1.1577e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.42287e-05, Final residual = 4.56289e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00251029, Final residual = 1.54045e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0143383, Final residual = 9.38462e-07, No Iterations 95
time step continuity errors : sum local = 1.29104e-10, global = 7.14792e-20, cumulative = -1.79138e-18
DICPCG: Solving for p, Initial residual = 0.00264874, Final residual = 8.92994e-07, No Iterations 76
time step continuity errors : sum local = 1.21689e-10, global = 2.4206e-20, cumulative = -1.76717e-18
BiCGStab: Solving for omega, Initial residual = 3.26674e-05, Final residual = 6.31344e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.42194e-05, Final residual = 1.77299e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 6.01836e-06, Final residual = 5.51352e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.72112e-06, Final residual = 2.94951e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000364878, Final residual = 1.00239e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00273348, Final residual = 9.44883e-07, No Iterations 68
time step continuity errors : sum local = 1.28253e-10, global = -8.51335e-21, cumulative = -1.77568e-18
DICPCG: Solving for p, Initial residual = 0.000434348, Final residual = 9.47022e-07, No Iterations 52
time step continuity errors : sum local = 1.28416e-10, global = -1.39639e-20, cumulative = -1.78965e-18
BiCGStab: Solving for omega, Initial residual = 1.43544e-05, Final residual = 4.53708e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.35299e-06, Final residual = 6.35299e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.50569e-06, Final residual = 8.09159e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.8574e-07, Final residual = 3.90141e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.82715e-05, Final residual = 2.11899e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000662836, Final residual = 9.90103e-07, No Iterations 22
time step continuity errors : sum local = 1.34205e-10, global = 6.28196e-20, cumulative = -1.72683e-18
DICPCG: Solving for p, Initial residual = 0.000111213, Final residual = 9.45598e-07, No Iterations 9
time step continuity errors : sum local = 1.28196e-10, global = -4.36072e-20, cumulative = -1.77044e-18
BiCGStab: Solving for omega, Initial residual = 1.09277e-05, Final residual = 4.86611e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.38202e-06, Final residual = 6.38202e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.10656e-07, Final residual = 1.64509e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.81108e-07, Final residual = 8.68882e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.42623e-05, Final residual = 3.61379e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000176735, Final residual = 8.45917e-07, No Iterations 8
time step continuity errors : sum local = 1.14778e-10, global = 4.60101e-20, cumulative = -1.72443e-18
DICPCG: Solving for p, Initial residual = 2.89249e-05, Final residual = 8.26374e-07, No Iterations 4
time step continuity errors : sum local = 1.12143e-10, global = 1.05088e-19, cumulative = -1.61934e-18
BiCGStab: Solving for omega, Initial residual = 9.16565e-06, Final residual = 9.16565e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.38395e-06, Final residual = 6.38395e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 411 s ClockTime = 411 s Max(PAc) = 153997 Pa
Courant Number mean: 0.0511527 max: 0.970526 velocity magnitude: 1.29778
deltaT = 0.000482941
Time = 1.44889
--> Cloud: bubbleCloud
Added 221 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 537431
Mass introduced by injector = 4.92872e-10
Number of parcels added continuously = 1157
Mass introduced continuously = 1.11467e-12
Current number of parcels = 3862935
Current mass in system = 4.39609e-09
Number of parcels shifted at least once = 4613
Number of parcel shifts towards cell center = 4618
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00676176, Final user-defined norm residual = 0.000145501
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.12253e-05, Final user-defined norm residual = 1.45113e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.11429e-08, Final user-defined norm residual = 6.81606e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000782201, Final residual = 2.50847e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000577247, Final residual = 1.34181e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0276774, Final residual = 5.76405e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0536397, Final residual = 9.80583e-07, No Iterations 251
time step continuity errors : sum local = 1.32419e-10, global = -1.68389e-21, cumulative = -1.62102e-18
DICPCG: Solving for p, Initial residual = 0.00753466, Final residual = 9.922e-07, No Iterations 134
time step continuity errors : sum local = 1.35152e-10, global = 1.13972e-20, cumulative = -1.60963e-18
BiCGStab: Solving for omega, Initial residual = 0.000629883, Final residual = 8.64861e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000670552, Final residual = 8.86355e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.24618e-05, Final residual = 1.2767e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.51449e-05, Final residual = 4.75654e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00256593, Final residual = 1.4461e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0149875, Final residual = 9.66085e-07, No Iterations 99
time step continuity errors : sum local = 1.41547e-10, global = -4.79283e-20, cumulative = -1.65755e-18
DICPCG: Solving for p, Initial residual = 0.00296387, Final residual = 9.82095e-07, No Iterations 85
time step continuity errors : sum local = 1.42411e-10, global = -3.12802e-20, cumulative = -1.68883e-18
BiCGStab: Solving for omega, Initial residual = 3.37889e-05, Final residual = 6.80782e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.43455e-05, Final residual = 1.75584e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 6.36157e-06, Final residual = 5.91395e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.98154e-06, Final residual = 3.11462e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000381728, Final residual = 9.47637e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00294028, Final residual = 9.80117e-07, No Iterations 69
time step continuity errors : sum local = 1.41766e-10, global = 4.18155e-20, cumulative = -1.64702e-18
DICPCG: Solving for p, Initial residual = 0.000492015, Final residual = 9.89755e-07, No Iterations 39
time step continuity errors : sum local = 1.42996e-10, global = 1.65518e-20, cumulative = -1.63047e-18
BiCGStab: Solving for omega, Initial residual = 1.65294e-05, Final residual = 4.64548e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.10452e-06, Final residual = 6.10452e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.64963e-06, Final residual = 8.49943e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.79849e-07, Final residual = 4.08195e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.09409e-05, Final residual = 2.0413e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000702863, Final residual = 9.73765e-07, No Iterations 19
time step continuity errors : sum local = 1.40815e-10, global = 1.53931e-20, cumulative = -1.61507e-18
DICPCG: Solving for p, Initial residual = 0.000128514, Final residual = 9.27457e-07, No Iterations 10
time step continuity errors : sum local = 1.34517e-10, global = -1.11115e-19, cumulative = -1.72619e-18
BiCGStab: Solving for omega, Initial residual = 1.51103e-05, Final residual = 4.39181e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.10161e-06, Final residual = 6.10161e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.33757e-07, Final residual = 1.64071e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.26458e-07, Final residual = 8.88138e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.43716e-05, Final residual = 3.40639e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000186146, Final residual = 8.35272e-07, No Iterations 8
time step continuity errors : sum local = 1.22017e-10, global = -2.04402e-19, cumulative = -1.93059e-18
DICPCG: Solving for p, Initial residual = 3.20788e-05, Final residual = 7.4382e-07, No Iterations 4
time step continuity errors : sum local = 1.09615e-10, global = -1.41682e-19, cumulative = -2.07227e-18
BiCGStab: Solving for omega, Initial residual = 1.51256e-05, Final residual = 4.04177e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.11389e-06, Final residual = 6.11389e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 429.03 s ClockTime = 429 s Max(PAc) = 153656 Pa
Courant Number mean: 0.05117 max: 0.964603 velocity magnitude: 1.28986
deltaT = 0.000482941
Time = 1.44938
--> Cloud: bubbleCloud
Added 173 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 537604
Mass introduced by injector = 4.93007e-10
Number of parcels added continuously = 1151
Mass introduced continuously = 1.05984e-12
Current number of parcels = 3863786
Current mass in system = 4.39669e-09
Number of parcels shifted at least once = 4504
Number of parcel shifts towards cell center = 4512
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00662594, Final user-defined norm residual = 0.000106052
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.2744e-05, Final user-defined norm residual = 7.46986e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.60202e-08, Final user-defined norm residual = 6.84791e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000779765, Final residual = 2.49158e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000577657, Final residual = 1.37694e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.028111, Final residual = 4.44385e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0534591, Final residual = 8.84638e-07, No Iterations 259
time step continuity errors : sum local = 1.19368e-10, global = -5.68826e-20, cumulative = -2.12915e-18
DICPCG: Solving for p, Initial residual = 0.00756775, Final residual = 9.75619e-07, No Iterations 147
time step continuity errors : sum local = 1.53483e-10, global = 5.7445e-20, cumulative = -2.07171e-18
BiCGStab: Solving for omega, Initial residual = 0.000630207, Final residual = 7.46781e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000671776, Final residual = 9.17828e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.42696e-05, Final residual = 1.20419e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.58384e-05, Final residual = 4.88086e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00259782, Final residual = 1.36395e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0167702, Final residual = 9.90614e-07, No Iterations 115
time step continuity errors : sum local = 1.47121e-10, global = 4.31804e-20, cumulative = -2.02853e-18
DICPCG: Solving for p, Initial residual = 0.00330075, Final residual = 8.86096e-07, No Iterations 76
time step continuity errors : sum local = 1.34482e-10, global = -3.42186e-20, cumulative = -2.06275e-18
BiCGStab: Solving for omega, Initial residual = 3.58031e-05, Final residual = 4.57502e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.47411e-05, Final residual = 1.80093e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 7.0266e-06, Final residual = 5.55931e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.11307e-06, Final residual = 3.25739e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000404418, Final residual = 8.97702e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00318477, Final residual = 9.61401e-07, No Iterations 66
time step continuity errors : sum local = 1.45071e-10, global = -2.8831e-20, cumulative = -2.09158e-18
DICPCG: Solving for p, Initial residual = 0.000579514, Final residual = 9.92881e-07, No Iterations 34
time step continuity errors : sum local = 1.4923e-10, global = -3.31893e-20, cumulative = -2.12477e-18
BiCGStab: Solving for omega, Initial residual = 2.53053e-05, Final residual = 4.58719e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.0964e-06, Final residual = 6.0964e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.84064e-06, Final residual = 7.8686e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.62756e-07, Final residual = 4.20579e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.70583e-05, Final residual = 2.01725e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000809458, Final residual = 9.54311e-07, No Iterations 29
time step continuity errors : sum local = 1.44023e-10, global = -1.32795e-19, cumulative = -2.25756e-18
DICPCG: Solving for p, Initial residual = 0.000141594, Final residual = 9.18275e-07, No Iterations 10
time step continuity errors : sum local = 1.39157e-10, global = -8.85845e-21, cumulative = -2.26642e-18
BiCGStab: Solving for omega, Initial residual = 2.90395e-05, Final residual = 4.78092e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.11116e-06, Final residual = 6.11116e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.78291e-07, Final residual = 1.59599e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.54005e-07, Final residual = 9.0144e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.71687e-05, Final residual = 3.50744e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000210936, Final residual = 9.92532e-07, No Iterations 7
time step continuity errors : sum local = 1.49149e-10, global = 4.18463e-20, cumulative = -2.22457e-18
DICPCG: Solving for p, Initial residual = 3.76212e-05, Final residual = 7.13856e-07, No Iterations 4
time step continuity errors : sum local = 1.11637e-10, global = -6.57899e-21, cumulative = -2.23115e-18
BiCGStab: Solving for omega, Initial residual = 2.57818e-05, Final residual = 5.29127e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.12998e-06, Final residual = 6.12998e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 447.35 s ClockTime = 447 s Max(PAc) = 152968 Pa
Courant Number mean: 0.0511879 max: 0.962166 velocity magnitude: 1.27922
deltaT = 0.000482941
Time = 1.44986
--> Cloud: bubbleCloud
Added 177 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 537781
Mass introduced by injector = 4.93144e-10
Number of parcels added continuously = 1155
Mass introduced continuously = 1.08678e-12
Current number of parcels = 3864658
Current mass in system = 4.39738e-09
Number of parcels shifted at least once = 4534
Number of parcel shifts towards cell center = 4543
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0064952, Final user-defined norm residual = 0.000138278
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.96662e-05, Final user-defined norm residual = 3.67425e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.88292e-08, Final user-defined norm residual = 4.48559e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000773809, Final residual = 2.19304e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00057415, Final residual = 1.36231e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0270966, Final residual = 4.53377e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0509961, Final residual = 9.17561e-07, No Iterations 164
time step continuity errors : sum local = 1.27923e-10, global = -2.00646e-20, cumulative = -2.25122e-18
DICPCG: Solving for p, Initial residual = 0.00663155, Final residual = 8.9187e-07, No Iterations 143
time step continuity errors : sum local = 1.21608e-10, global = -6.05097e-20, cumulative = -2.31173e-18
BiCGStab: Solving for omega, Initial residual = 0.000638466, Final residual = 7.37459e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000672905, Final residual = 9.1994e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.20535e-05, Final residual = 1.1441e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.52619e-05, Final residual = 4.62231e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00250475, Final residual = 1.409e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0156968, Final residual = 9.88664e-07, No Iterations 131
time step continuity errors : sum local = 1.39991e-10, global = 4.37557e-20, cumulative = -2.26797e-18
DICPCG: Solving for p, Initial residual = 0.00313785, Final residual = 9.61532e-07, No Iterations 76
time step continuity errors : sum local = 1.35113e-10, global = -1.10134e-20, cumulative = -2.27899e-18
BiCGStab: Solving for omega, Initial residual = 3.67463e-05, Final residual = 3.94824e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.4972e-05, Final residual = 2.11889e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 6.56646e-06, Final residual = 5.58642e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.11602e-06, Final residual = 3.1069e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000378557, Final residual = 9.59095e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00304553, Final residual = 8.46372e-07, No Iterations 69
time step continuity errors : sum local = 1.19069e-10, global = 8.55661e-20, cumulative = -2.19342e-18
DICPCG: Solving for p, Initial residual = 0.000517737, Final residual = 9.86351e-07, No Iterations 32
time step continuity errors : sum local = 1.37939e-10, global = -1.14682e-19, cumulative = -2.3081e-18
BiCGStab: Solving for omega, Initial residual = 2.00628e-05, Final residual = 2.60488e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.86909e-06, Final residual = 5.86909e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.68464e-06, Final residual = 7.58482e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.57236e-07, Final residual = 3.9301e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.29589e-05, Final residual = 2.07131e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000772661, Final residual = 9.86027e-07, No Iterations 21
time step continuity errors : sum local = 1.37897e-10, global = 2.29923e-20, cumulative = -2.28511e-18
DICPCG: Solving for p, Initial residual = 0.000130186, Final residual = 9.40853e-07, No Iterations 6
time step continuity errors : sum local = 1.31805e-10, global = 1.42233e-19, cumulative = -2.14288e-18
BiCGStab: Solving for omega, Initial residual = 1.50873e-05, Final residual = 2.19205e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.96477e-06, Final residual = 5.96477e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.86674e-07, Final residual = 1.68712e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.47348e-07, Final residual = 9.13618e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.65291e-05, Final residual = 3.61874e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000207772, Final residual = 7.82657e-07, No Iterations 6
time step continuity errors : sum local = 1.10532e-10, global = 3.96847e-20, cumulative = -2.10319e-18
DICPCG: Solving for p, Initial residual = 3.58875e-05, Final residual = 6.49836e-07, No Iterations 4
time step continuity errors : sum local = 9.26678e-11, global = 1.49491e-20, cumulative = -2.08824e-18
BiCGStab: Solving for omega, Initial residual = 1.46934e-05, Final residual = 2.32984e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.91706e-06, Final residual = 5.91706e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 465.4 s ClockTime = 465 s Max(PAc) = 153636 Pa
Courant Number mean: 0.051206 max: 0.968031 velocity magnitude: 1.26895
deltaT = 0.000482941
Time = 1.45034
--> Cloud: bubbleCloud
Added 208 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 537989
Mass introduced by injector = 4.93326e-10
Number of parcels added continuously = 1130
Mass introduced continuously = 9.80741e-13
Current number of parcels = 3865508
Current mass in system = 4.39802e-09
Number of parcels shifted at least once = 4653
Number of parcel shifts towards cell center = 4661
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00681081, Final user-defined norm residual = 0.000127482
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.73493e-05, Final user-defined norm residual = 2.6798e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.74926e-08, Final user-defined norm residual = 3.03561e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000773196, Final residual = 2.55394e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00057111, Final residual = 1.37513e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0270585, Final residual = 5.04512e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0497139, Final residual = 9.01949e-07, No Iterations 262
time step continuity errors : sum local = 1.21582e-10, global = 4.64923e-20, cumulative = -2.04175e-18
DICPCG: Solving for p, Initial residual = 0.00646566, Final residual = 9.24535e-07, No Iterations 134
time step continuity errors : sum local = 1.29916e-10, global = 4.0287e-20, cumulative = -2.00146e-18
BiCGStab: Solving for omega, Initial residual = 0.000619496, Final residual = 6.99286e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000673829, Final residual = 8.75724e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.14983e-05, Final residual = 1.17076e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.54749e-05, Final residual = 4.61152e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.002546, Final residual = 1.47359e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0153025, Final residual = 9.75884e-07, No Iterations 125
time step continuity errors : sum local = 1.49648e-10, global = -2.11062e-20, cumulative = -2.02257e-18
DICPCG: Solving for p, Initial residual = 0.00291152, Final residual = 9.02799e-07, No Iterations 76
time step continuity errors : sum local = 1.38289e-10, global = 1.89062e-20, cumulative = -2.00366e-18
BiCGStab: Solving for omega, Initial residual = 2.959e-05, Final residual = 4.34773e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.47829e-05, Final residual = 2.20971e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 6.03119e-06, Final residual = 5.57155e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.11322e-06, Final residual = 3.19306e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000376334, Final residual = 9.8001e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00291493, Final residual = 9.60018e-07, No Iterations 66
time step continuity errors : sum local = 1.45645e-10, global = 9.9689e-20, cumulative = -1.90397e-18
DICPCG: Solving for p, Initial residual = 0.000493681, Final residual = 9.89491e-07, No Iterations 15
time step continuity errors : sum local = 1.49584e-10, global = 3.83326e-20, cumulative = -1.86564e-18
BiCGStab: Solving for omega, Initial residual = 1.51491e-05, Final residual = 2.67409e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.63064e-06, Final residual = 5.63064e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.67841e-06, Final residual = 8.30479e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.03823e-07, Final residual = 4.26607e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.0438e-05, Final residual = 2.12958e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000744654, Final residual = 9.70616e-07, No Iterations 18
time step continuity errors : sum local = 1.47036e-10, global = 3.28988e-21, cumulative = -1.86235e-18
DICPCG: Solving for p, Initial residual = 0.00013154, Final residual = 9.78991e-07, No Iterations 6
time step continuity errors : sum local = 1.48146e-10, global = -8.58637e-20, cumulative = -1.94822e-18
BiCGStab: Solving for omega, Initial residual = 1.77368e-05, Final residual = 3.24724e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.64055e-06, Final residual = 5.64055e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.23189e-07, Final residual = 1.88368e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.23348e-07, Final residual = 9.85963e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.42465e-05, Final residual = 3.71936e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000200872, Final residual = 8.67926e-07, No Iterations 6
time step continuity errors : sum local = 1.3313e-10, global = -2.30232e-20, cumulative = -1.97124e-18
DICPCG: Solving for p, Initial residual = 3.5198e-05, Final residual = 6.71019e-07, No Iterations 4
time step continuity errors : sum local = 1.06505e-10, global = -1.27457e-19, cumulative = -2.0987e-18
BiCGStab: Solving for omega, Initial residual = 2.11905e-05, Final residual = 3.83085e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.66714e-06, Final residual = 5.66714e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 483.37 s ClockTime = 483 s Max(PAc) = 153180 Pa
Courant Number mean: 0.0512246 max: 0.971345 velocity magnitude: 1.26254
deltaT = 0.000482941
Time = 1.45082
--> Cloud: bubbleCloud
Added 185 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 538174
Mass introduced by injector = 4.93483e-10
Number of parcels added continuously = 1202
Mass introduced continuously = 1.08726e-12
Current number of parcels = 3866399
Current mass in system = 4.39878e-09
Number of parcels shifted at least once = 4582
Number of parcel shifts towards cell center = 4592
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00640871, Final user-defined norm residual = 0.000141576
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.03839e-05, Final user-defined norm residual = 3.59224e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.70951e-08, Final user-defined norm residual = 4.24788e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000770721, Final residual = 2.7983e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000575578, Final residual = 1.37589e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0277158, Final residual = 4.9044e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0524503, Final residual = 8.89214e-07, No Iterations 262
time step continuity errors : sum local = 1.18703e-10, global = -3.29868e-21, cumulative = -2.10199e-18
DICPCG: Solving for p, Initial residual = 0.0069854, Final residual = 9.97688e-07, No Iterations 144
time step continuity errors : sum local = 1.44677e-10, global = -5.98603e-20, cumulative = -2.16186e-18
BiCGStab: Solving for omega, Initial residual = 0.000616879, Final residual = 6.58641e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000675354, Final residual = 9.05848e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.1409e-05, Final residual = 1.16097e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.56544e-05, Final residual = 4.63222e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0025649, Final residual = 1.53255e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0158614, Final residual = 9.49237e-07, No Iterations 243
time step continuity errors : sum local = 1.26224e-10, global = -5.59805e-20, cumulative = -2.21784e-18
DICPCG: Solving for p, Initial residual = 0.00307818, Final residual = 9.09041e-07, No Iterations 71
time step continuity errors : sum local = 1.24993e-10, global = -2.18271e-20, cumulative = -2.23966e-18
BiCGStab: Solving for omega, Initial residual = 3.74032e-05, Final residual = 4.07665e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.41705e-05, Final residual = 1.951e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 6.80889e-06, Final residual = 5.87918e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.14945e-06, Final residual = 3.2729e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000392198, Final residual = 1.01525e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00322748, Final residual = 9.51477e-07, No Iterations 65
time step continuity errors : sum local = 1.31386e-10, global = 1.21674e-19, cumulative = -2.11799e-18
DICPCG: Solving for p, Initial residual = 0.000558975, Final residual = 9.92562e-07, No Iterations 33
time step continuity errors : sum local = 1.36766e-10, global = 8.87706e-20, cumulative = -2.02922e-18
BiCGStab: Solving for omega, Initial residual = 1.9904e-05, Final residual = 3.33005e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.75262e-06, Final residual = 5.75262e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.67709e-06, Final residual = 7.93631e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.44156e-07, Final residual = 4.35716e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.29702e-05, Final residual = 2.19593e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000801558, Final residual = 9.63363e-07, No Iterations 12
time step continuity errors : sum local = 1.32881e-10, global = 3.54726e-20, cumulative = -1.99375e-18
DICPCG: Solving for p, Initial residual = 0.000144103, Final residual = 9.98049e-07, No Iterations 6
time step continuity errors : sum local = 1.37478e-10, global = -7.34747e-20, cumulative = -2.06722e-18
BiCGStab: Solving for omega, Initial residual = 1.81461e-05, Final residual = 3.45384e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.76149e-06, Final residual = 5.76149e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 5.06249e-07, Final residual = 1.613e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.20356e-07, Final residual = 9.85573e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.61218e-05, Final residual = 3.72449e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000222945, Final residual = 9.76836e-07, No Iterations 5
time step continuity errors : sum local = 1.34647e-10, global = -3.82291e-20, cumulative = -2.10545e-18
DICPCG: Solving for p, Initial residual = 3.84418e-05, Final residual = 6.68181e-07, No Iterations 4
time step continuity errors : sum local = 9.3501e-11, global = 2.15075e-20, cumulative = -2.08394e-18
BiCGStab: Solving for omega, Initial residual = 1.77559e-05, Final residual = 3.81241e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.77347e-06, Final residual = 5.77347e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 501.7 s ClockTime = 502 s Max(PAc) = 154036 Pa
Courant Number mean: 0.0512431 max: 0.976728 velocity magnitude: 1.26321
deltaT = 0.000482941
Time = 1.45131
--> Cloud: bubbleCloud
Added 156 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 538330
Mass introduced by injector = 4.9361e-10
Number of parcels added continuously = 1181
Mass introduced continuously = 1.07451e-12
Current number of parcels = 3867286
Current mass in system = 4.3995e-09
Number of parcels shifted at least once = 4626
Number of parcel shifts towards cell center = 4634
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00632839, Final user-defined norm residual = 0.000117725
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.52587e-05, Final user-defined norm residual = 1.27896e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.74416e-08, Final user-defined norm residual = 3.1223e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000764218, Final residual = 2.4066e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000570169, Final residual = 1.40047e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0269168, Final residual = 4.81022e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0466689, Final residual = 9.90163e-07, No Iterations 247
time step continuity errors : sum local = 1.31668e-10, global = 5.32006e-20, cumulative = -2.03074e-18
DICPCG: Solving for p, Initial residual = 0.00571338, Final residual = 9.35147e-07, No Iterations 140
time step continuity errors : sum local = 1.26953e-10, global = -1.498e-19, cumulative = -2.18054e-18
BiCGStab: Solving for omega, Initial residual = 0.000603636, Final residual = 6.3745e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000674728, Final residual = 8.9092e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.09117e-05, Final residual = 1.15979e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.48165e-05, Final residual = 4.68882e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00245951, Final residual = 1.56281e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0152377, Final residual = 9.96696e-07, No Iterations 133
time step continuity errors : sum local = 1.42464e-10, global = -3.77721e-20, cumulative = -2.21831e-18
DICPCG: Solving for p, Initial residual = 0.00297454, Final residual = 9.77979e-07, No Iterations 83
time step continuity errors : sum local = 1.38662e-10, global = -5.26974e-20, cumulative = -2.27101e-18
BiCGStab: Solving for omega, Initial residual = 3.1523e-05, Final residual = 4.41738e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.41275e-05, Final residual = 1.9925e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.80531e-06, Final residual = 5.84028e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.81614e-06, Final residual = 3.23447e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000364203, Final residual = 1.03884e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00280544, Final residual = 9.91001e-07, No Iterations 46
time step continuity errors : sum local = 1.40155e-10, global = 1.73161e-20, cumulative = -2.25369e-18
DICPCG: Solving for p, Initial residual = 0.000511278, Final residual = 9.9189e-07, No Iterations 32
time step continuity errors : sum local = 1.40179e-10, global = 8.69762e-20, cumulative = -2.16672e-18
BiCGStab: Solving for omega, Initial residual = 1.42115e-05, Final residual = 2.78319e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.29115e-06, Final residual = 5.29115e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.55295e-06, Final residual = 8.48913e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.12224e-07, Final residual = 4.14454e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.62319e-05, Final residual = 2.15114e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000723146, Final residual = 8.77242e-07, No Iterations 14
time step continuity errors : sum local = 1.24953e-10, global = -3.81224e-20, cumulative = -2.20484e-18
DICPCG: Solving for p, Initial residual = 0.000125751, Final residual = 9.63535e-07, No Iterations 6
time step continuity errors : sum local = 1.36356e-10, global = -7.67265e-20, cumulative = -2.28157e-18
BiCGStab: Solving for omega, Initial residual = 1.14188e-05, Final residual = 2.44356e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.31207e-06, Final residual = 5.31207e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.89115e-07, Final residual = 1.55204e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.08856e-07, Final residual = 8.84038e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.33382e-05, Final residual = 3.73447e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000184229, Final residual = 8.63801e-07, No Iterations 5
time step continuity errors : sum local = 1.23132e-10, global = -6.26759e-21, cumulative = -2.28783e-18
DICPCG: Solving for p, Initial residual = 3.24912e-05, Final residual = 6.23732e-07, No Iterations 4
time step continuity errors : sum local = 9.13084e-11, global = -8.28622e-22, cumulative = -2.28866e-18
BiCGStab: Solving for omega, Initial residual = 1.16829e-05, Final residual = 2.4336e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.30118e-06, Final residual = 5.30118e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 519.84 s ClockTime = 520 s Max(PAc) = 153935 Pa
Courant Number mean: 0.0512614 max: 0.977518 velocity magnitude: 1.27015
deltaT = 0.000482941
Time = 1.45179
--> Cloud: bubbleCloud
Added 210 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 538540
Mass introduced by injector = 4.9381e-10
Number of parcels added continuously = 1088
Mass introduced continuously = 1.07526e-12
Current number of parcels = 3868117
Current mass in system = 4.40029e-09
Number of parcels shifted at least once = 4553
Number of parcel shifts towards cell center = 4560
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0062461, Final user-defined norm residual = 0.000125262
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.68744e-05, Final user-defined norm residual = 9.28285e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.99164e-08, Final user-defined norm residual = 5.65123e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000758745, Final residual = 2.51726e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000572872, Final residual = 1.39299e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0283577, Final residual = 5.41553e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0520956, Final residual = 8.56662e-07, No Iterations 152
time step continuity errors : sum local = 1.32712e-10, global = 1.01399e-20, cumulative = -2.27852e-18
DICPCG: Solving for p, Initial residual = 0.00786464, Final residual = 9.58731e-07, No Iterations 246
time step continuity errors : sum local = 1.24325e-10, global = -8.677e-20, cumulative = -2.36529e-18
BiCGStab: Solving for omega, Initial residual = 0.000604226, Final residual = 6.66644e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000673585, Final residual = 8.44321e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.83639e-05, Final residual = 1.16414e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.40112e-05, Final residual = 4.62437e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00266097, Final residual = 1.67729e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0145999, Final residual = 9.90577e-07, No Iterations 93
time step continuity errors : sum local = 1.39383e-10, global = 4.15673e-20, cumulative = -2.32373e-18
DICPCG: Solving for p, Initial residual = 0.00281476, Final residual = 9.53093e-07, No Iterations 92
time step continuity errors : sum local = 1.32516e-10, global = -1.26368e-19, cumulative = -2.45009e-18
BiCGStab: Solving for omega, Initial residual = 2.96736e-05, Final residual = 4.18205e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.2974e-05, Final residual = 1.65986e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.20549e-06, Final residual = 5.82847e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.495e-06, Final residual = 3.18288e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000402603, Final residual = 1.09623e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00268368, Final residual = 9.84591e-07, No Iterations 52
time step continuity errors : sum local = 1.36188e-10, global = 1.4269e-19, cumulative = -2.3074e-18
DICPCG: Solving for p, Initial residual = 0.0004685, Final residual = 9.3877e-07, No Iterations 27
time step continuity errors : sum local = 1.30179e-10, global = 1.30581e-19, cumulative = -2.17682e-18
BiCGStab: Solving for omega, Initial residual = 1.33161e-05, Final residual = 2.85346e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.78594e-06, Final residual = 4.78594e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.30279e-06, Final residual = 7.63715e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.51576e-07, Final residual = 3.91126e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.24713e-05, Final residual = 2.35723e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000659829, Final residual = 8.90986e-07, No Iterations 14
time step continuity errors : sum local = 1.2393e-10, global = 3.12974e-20, cumulative = -2.14552e-18
DICPCG: Solving for p, Initial residual = 0.000114141, Final residual = 8.07423e-07, No Iterations 6
time step continuity errors : sum local = 1.13019e-10, global = 4.9093e-20, cumulative = -2.09643e-18
BiCGStab: Solving for omega, Initial residual = 1.24018e-05, Final residual = 2.70405e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.79862e-06, Final residual = 4.79862e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.71572e-07, Final residual = 1.4795e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.68957e-07, Final residual = 7.95141e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.47064e-05, Final residual = 3.95592e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000175134, Final residual = 9.19503e-07, No Iterations 6
time step continuity errors : sum local = 1.27619e-10, global = -7.27281e-21, cumulative = -2.1037e-18
DICPCG: Solving for p, Initial residual = 2.98313e-05, Final residual = 9.45838e-07, No Iterations 3
time step continuity errors : sum local = 1.31043e-10, global = 4.82513e-20, cumulative = -2.05545e-18
BiCGStab: Solving for omega, Initial residual = 1.18547e-05, Final residual = 2.89915e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.79029e-06, Final residual = 4.79029e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 537.88 s ClockTime = 538 s Max(PAc) = 154566 Pa
Courant Number mean: 0.05128 max: 0.978075 velocity magnitude: 1.27918
deltaT = 0.000482941
Time = 1.45227
--> Cloud: bubbleCloud
Added 131 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 538671
Mass introduced by injector = 4.93938e-10
Number of parcels added continuously = 1099
Mass introduced continuously = 1.14527e-12
Current number of parcels = 3868836
Current mass in system = 4.40098e-09
Number of parcels shifted at least once = 4556
Number of parcel shifts towards cell center = 4559
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00635318, Final user-defined norm residual = 8.59176e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.84267e-05, Final user-defined norm residual = 9.28763e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.99196e-08, Final user-defined norm residual = 4.23721e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00076098, Final residual = 2.51036e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000567395, Final residual = 1.39681e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0285125, Final residual = 4.77607e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0522112, Final residual = 8.78122e-07, No Iterations 257
time step continuity errors : sum local = 1.14097e-10, global = -1.6007e-20, cumulative = -2.07146e-18
DICPCG: Solving for p, Initial residual = 0.00714075, Final residual = 9.83719e-07, No Iterations 138
time step continuity errors : sum local = 1.36004e-10, global = -8.19303e-20, cumulative = -2.15339e-18
BiCGStab: Solving for omega, Initial residual = 0.000600719, Final residual = 6.6773e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000673689, Final residual = 8.54023e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.72211e-05, Final residual = 1.26466e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.32754e-05, Final residual = 4.63101e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00260179, Final residual = 1.50684e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0137459, Final residual = 9.40375e-07, No Iterations 131
time step continuity errors : sum local = 1.23907e-10, global = 8.82548e-20, cumulative = -2.06514e-18
DICPCG: Solving for p, Initial residual = 0.00261022, Final residual = 9.52805e-07, No Iterations 77
time step continuity errors : sum local = 1.24027e-10, global = 9.92651e-20, cumulative = -1.96587e-18
BiCGStab: Solving for omega, Initial residual = 2.98253e-05, Final residual = 4.718e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.25252e-05, Final residual = 1.55325e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.80572e-06, Final residual = 6.19912e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.27132e-06, Final residual = 3.21572e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000382873, Final residual = 1.02383e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00238949, Final residual = 9.33223e-07, No Iterations 46
time step continuity errors : sum local = 1.21369e-10, global = -1.09017e-19, cumulative = -2.07489e-18
DICPCG: Solving for p, Initial residual = 0.000391052, Final residual = 9.64901e-07, No Iterations 28
time step continuity errors : sum local = 1.25423e-10, global = -5.6375e-20, cumulative = -2.13126e-18
BiCGStab: Solving for omega, Initial residual = 1.25085e-05, Final residual = 2.41292e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.43103e-06, Final residual = 4.43103e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.11167e-06, Final residual = 8.3105e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.58641e-07, Final residual = 3.66923e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.22428e-05, Final residual = 2.32367e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000550805, Final residual = 9.5991e-07, No Iterations 14
time step continuity errors : sum local = 1.24765e-10, global = 2.32691e-20, cumulative = -2.10799e-18
DICPCG: Solving for p, Initial residual = 8.81627e-05, Final residual = 7.98262e-07, No Iterations 6
time step continuity errors : sum local = 1.03753e-10, global = 3.9647e-20, cumulative = -2.06835e-18
BiCGStab: Solving for omega, Initial residual = 9.0862e-06, Final residual = 9.0862e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.43758e-06, Final residual = 4.43758e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.01726e-07, Final residual = 1.36013e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.53125e-07, Final residual = 7.30796e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.47252e-05, Final residual = 3.9668e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000142393, Final residual = 7.93187e-07, No Iterations 6
time step continuity errors : sum local = 1.03092e-10, global = -8.65186e-20, cumulative = -2.15486e-18
DICPCG: Solving for p, Initial residual = 2.32249e-05, Final residual = 9.20194e-07, No Iterations 3
time step continuity errors : sum local = 1.19574e-10, global = -7.87523e-20, cumulative = -2.23362e-18
BiCGStab: Solving for omega, Initial residual = 9.14249e-06, Final residual = 9.14249e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.4382e-06, Final residual = 4.4382e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 556.09 s ClockTime = 556 s Max(PAc) = 154742 Pa
Courant Number mean: 0.0512985 max: 0.975868 velocity magnitude: 1.28626
deltaT = 0.000482941
Time = 1.45276
--> Cloud: bubbleCloud
Added 166 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 538837
Mass introduced by injector = 4.94106e-10
Number of parcels added continuously = 1137
Mass introduced continuously = 1.06851e-12
Current number of parcels = 3869637
Current mass in system = 4.40168e-09
Number of parcels shifted at least once = 4574
Number of parcel shifts towards cell center = 4581
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0061733, Final user-defined norm residual = 0.000131337
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.81625e-05, Final user-defined norm residual = 5.37145e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.15182e-07, Final user-defined norm residual = 1.14828e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000763148, Final residual = 2.65903e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000571659, Final residual = 1.45061e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.027795, Final residual = 5.76862e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0556669, Final residual = 9.5045e-07, No Iterations 258
time step continuity errors : sum local = 1.25128e-10, global = 8.91168e-20, cumulative = -2.1445e-18
DICPCG: Solving for p, Initial residual = 0.00648931, Final residual = 8.62621e-07, No Iterations 93
time step continuity errors : sum local = 1.16164e-10, global = 1.20446e-19, cumulative = -2.02405e-18
BiCGStab: Solving for omega, Initial residual = 0.000598444, Final residual = 7.67172e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000674517, Final residual = 8.68472e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.9144e-05, Final residual = 1.4e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.42553e-05, Final residual = 5.39924e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00260492, Final residual = 1.56664e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0138135, Final residual = 9.19705e-07, No Iterations 133
time step continuity errors : sum local = 1.33102e-10, global = 8.76177e-20, cumulative = -1.93644e-18
DICPCG: Solving for p, Initial residual = 0.00251515, Final residual = 9.93279e-07, No Iterations 91
time step continuity errors : sum local = 1.41158e-10, global = 5.17091e-21, cumulative = -1.93126e-18
BiCGStab: Solving for omega, Initial residual = 2.73741e-05, Final residual = 4.24685e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.25848e-05, Final residual = 1.60359e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.4358e-06, Final residual = 6.0339e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.72446e-06, Final residual = 3.38563e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000409879, Final residual = 1.01903e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00240761, Final residual = 9.78517e-07, No Iterations 63
time step continuity errors : sum local = 1.387e-10, global = 3.40425e-20, cumulative = -1.89722e-18
DICPCG: Solving for p, Initial residual = 0.00039666, Final residual = 9.90266e-07, No Iterations 52
time step continuity errors : sum local = 1.4018e-10, global = -3.29657e-21, cumulative = -1.90052e-18
BiCGStab: Solving for omega, Initial residual = 9.14699e-06, Final residual = 9.14699e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.57829e-06, Final residual = 4.57829e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.36388e-06, Final residual = 7.66082e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.29866e-07, Final residual = 3.92745e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.81852e-05, Final residual = 2.15856e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000604208, Final residual = 9.82145e-07, No Iterations 20
time step continuity errors : sum local = 1.39066e-10, global = 7.95915e-20, cumulative = -1.82093e-18
DICPCG: Solving for p, Initial residual = 0.00010252, Final residual = 9.78536e-07, No Iterations 7
time step continuity errors : sum local = 1.38562e-10, global = -1.42077e-19, cumulative = -1.963e-18
BiCGStab: Solving for omega, Initial residual = 9.31653e-06, Final residual = 9.31653e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.58843e-06, Final residual = 4.58843e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.77603e-07, Final residual = 1.59729e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.01991e-07, Final residual = 8.03013e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.59001e-05, Final residual = 3.83694e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000166196, Final residual = 8.58571e-07, No Iterations 6
time step continuity errors : sum local = 1.22544e-10, global = -9.66604e-21, cumulative = -1.97267e-18
DICPCG: Solving for p, Initial residual = 2.90779e-05, Final residual = 6.72056e-07, No Iterations 4
time step continuity errors : sum local = 9.76414e-11, global = -6.77662e-20, cumulative = -2.04044e-18
BiCGStab: Solving for omega, Initial residual = 9.31895e-06, Final residual = 9.31895e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.58468e-06, Final residual = 4.58468e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 574.27 s ClockTime = 574 s Max(PAc) = 154178 Pa
Courant Number mean: 0.0513164 max: 0.969643 velocity magnitude: 1.29209
deltaT = 0.000482941
Time = 1.45324
--> Cloud: bubbleCloud
Added 203 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 539040
Mass introduced by injector = 4.94284e-10
Number of parcels added continuously = 1142
Mass introduced continuously = 1.07676e-12
Current number of parcels = 3870443
Current mass in system = 4.40238e-09
Number of parcels shifted at least once = 4559
Number of parcel shifts towards cell center = 4568
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00656881, Final user-defined norm residual = 0.000149425
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.20359e-05, Final user-defined norm residual = 1.93447e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.14751e-08, Final user-defined norm residual = 6.52455e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000763724, Final residual = 2.68954e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000571879, Final residual = 1.45168e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0284413, Final residual = 4.85671e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0482574, Final residual = 9.84569e-07, No Iterations 257
time step continuity errors : sum local = 1.31108e-10, global = -3.13111e-20, cumulative = -2.07175e-18
DICPCG: Solving for p, Initial residual = 0.00615513, Final residual = 9.60505e-07, No Iterations 139
time step continuity errors : sum local = 1.33977e-10, global = -4.91202e-20, cumulative = -2.12087e-18
BiCGStab: Solving for omega, Initial residual = 0.000597623, Final residual = 7.70128e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000674849, Final residual = 8.78645e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.12539e-05, Final residual = 1.28279e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.41338e-05, Final residual = 4.9621e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00269614, Final residual = 1.55516e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0140863, Final residual = 9.15244e-07, No Iterations 91
time step continuity errors : sum local = 1.25401e-10, global = 3.33715e-21, cumulative = -2.11753e-18
DICPCG: Solving for p, Initial residual = 0.00254408, Final residual = 8.95256e-07, No Iterations 72
time step continuity errors : sum local = 1.21157e-10, global = 5.46525e-20, cumulative = -2.06288e-18
BiCGStab: Solving for omega, Initial residual = 3.25753e-05, Final residual = 5.5197e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.30034e-05, Final residual = 1.7255e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.86237e-06, Final residual = 5.6642e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.72345e-06, Final residual = 3.32261e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000400857, Final residual = 1.04366e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00261656, Final residual = 9.10947e-07, No Iterations 67
time step continuity errors : sum local = 1.229e-10, global = 1.62283e-20, cumulative = -2.04665e-18
DICPCG: Solving for p, Initial residual = 0.000453589, Final residual = 9.70806e-07, No Iterations 37
time step continuity errors : sum local = 1.3083e-10, global = -8.06756e-22, cumulative = -2.04746e-18
BiCGStab: Solving for omega, Initial residual = 1.76579e-05, Final residual = 3.55761e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.13666e-06, Final residual = 5.13666e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.45568e-06, Final residual = 8.04127e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.40657e-07, Final residual = 3.8401e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.12121e-05, Final residual = 2.3045e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00063507, Final residual = 9.68274e-07, No Iterations 24
time step continuity errors : sum local = 1.30465e-10, global = 6.73914e-21, cumulative = -2.04072e-18
DICPCG: Solving for p, Initial residual = 0.000116526, Final residual = 9.69636e-07, No Iterations 7
time step continuity errors : sum local = 1.30624e-10, global = 1.04692e-19, cumulative = -1.93603e-18
BiCGStab: Solving for omega, Initial residual = 1.69053e-05, Final residual = 3.79279e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.14631e-06, Final residual = 5.14631e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.11699e-07, Final residual = 1.4886e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.11302e-07, Final residual = 7.24765e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.4404e-05, Final residual = 3.93102e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000178625, Final residual = 9.29833e-07, No Iterations 6
time step continuity errors : sum local = 1.25318e-10, global = 3.37256e-20, cumulative = -1.9023e-18
DICPCG: Solving for p, Initial residual = 3.08341e-05, Final residual = 6.2905e-07, No Iterations 4
time step continuity errors : sum local = 8.52419e-11, global = 9.01436e-20, cumulative = -1.81216e-18
BiCGStab: Solving for omega, Initial residual = 1.75943e-05, Final residual = 4.11322e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.14305e-06, Final residual = 5.14305e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 592.39 s ClockTime = 592 s Max(PAc) = 153748 Pa
Courant Number mean: 0.0513341 max: 0.966593 velocity magnitude: 1.29252
deltaT = 0.000482941
Time = 1.45372
--> Cloud: bubbleCloud
Added 187 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 539227
Mass introduced by injector = 4.94496e-10
Number of parcels added continuously = 1153
Mass introduced continuously = 1.04859e-12
Current number of parcels = 3871282
Current mass in system = 4.40302e-09
Number of parcels shifted at least once = 4467
Number of parcel shifts towards cell center = 4469
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00644755, Final user-defined norm residual = 6.21659e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.33253e-05, Final user-defined norm residual = 2.92705e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.27425e-09, Final user-defined norm residual = 1.38743e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000762527, Final residual = 2.66566e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000569008, Final residual = 1.43991e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0285419, Final residual = 5.28993e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0498756, Final residual = 9.77198e-07, No Iterations 258
time step continuity errors : sum local = 1.29391e-10, global = 8.49027e-21, cumulative = -1.80367e-18
DICPCG: Solving for p, Initial residual = 0.00612048, Final residual = 9.84441e-07, No Iterations 142
time step continuity errors : sum local = 1.49544e-10, global = -6.1093e-20, cumulative = -1.86476e-18
BiCGStab: Solving for omega, Initial residual = 0.000598016, Final residual = 7.02014e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000675055, Final residual = 8.85734e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.0456e-05, Final residual = 1.26804e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.36904e-05, Final residual = 4.87946e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.002757, Final residual = 1.6741e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0136488, Final residual = 9.77527e-07, No Iterations 92
time step continuity errors : sum local = 1.4638e-10, global = 9.00273e-21, cumulative = -1.85576e-18
DICPCG: Solving for p, Initial residual = 0.00243458, Final residual = 9.47794e-07, No Iterations 76
time step continuity errors : sum local = 1.44405e-10, global = 1.93044e-20, cumulative = -1.83645e-18
BiCGStab: Solving for omega, Initial residual = 3.41179e-05, Final residual = 6.13659e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.33798e-05, Final residual = 1.91297e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.72566e-06, Final residual = 5.75074e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.62157e-06, Final residual = 3.23362e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00041606, Final residual = 1.09525e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00263674, Final residual = 9.15352e-07, No Iterations 69
time step continuity errors : sum local = 1.40614e-10, global = -2.573e-20, cumulative = -1.86218e-18
DICPCG: Solving for p, Initial residual = 0.000425493, Final residual = 9.81807e-07, No Iterations 19
time step continuity errors : sum local = 1.49342e-10, global = -1.15782e-20, cumulative = -1.87376e-18
BiCGStab: Solving for omega, Initial residual = 1.86206e-05, Final residual = 5.15524e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.33978e-06, Final residual = 5.33978e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.36681e-06, Final residual = 8.04237e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.07564e-07, Final residual = 3.53085e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.77418e-05, Final residual = 2.24786e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000596611, Final residual = 9.88284e-07, No Iterations 16
time step continuity errors : sum local = 1.50203e-10, global = 6.73141e-21, cumulative = -1.86703e-18
DICPCG: Solving for p, Initial residual = 0.000104134, Final residual = 9.90809e-07, No Iterations 6
time step continuity errors : sum local = 1.50522e-10, global = 1.03381e-19, cumulative = -1.76365e-18
BiCGStab: Solving for omega, Initial residual = 1.86464e-05, Final residual = 5.25657e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.35374e-06, Final residual = 5.35374e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.14096e-07, Final residual = 1.39703e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.8647e-07, Final residual = 6.85142e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.61692e-05, Final residual = 3.92288e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000180524, Final residual = 7.28432e-07, No Iterations 6
time step continuity errors : sum local = 1.15902e-10, global = 6.21556e-20, cumulative = -1.70149e-18
DICPCG: Solving for p, Initial residual = 3.04064e-05, Final residual = 9.07032e-07, No Iterations 3
time step continuity errors : sum local = 1.39464e-10, global = 1.40129e-20, cumulative = -1.68748e-18
BiCGStab: Solving for omega, Initial residual = 1.9006e-05, Final residual = 6.18791e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.3444e-06, Final residual = 5.3444e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 610.54 s ClockTime = 610 s Max(PAc) = 153585 Pa
Courant Number mean: 0.0513515 max: 0.963659 velocity magnitude: 1.2886
deltaT = 0.000482941
Time = 1.4542
--> Cloud: bubbleCloud
Added 188 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 539415
Mass introduced by injector = 4.94679e-10
Number of parcels added continuously = 1204
Mass introduced continuously = 1.11809e-12
Current number of parcels = 3872193
Current mass in system = 4.40379e-09
Number of parcels shifted at least once = 4465
Number of parcel shifts towards cell center = 4473
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00601084, Final user-defined norm residual = 6.82426e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.4634e-05, Final user-defined norm residual = 4.55822e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.77484e-09, Final user-defined norm residual = 3.47387e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000766948, Final residual = 2.89992e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000569069, Final residual = 1.45413e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0282565, Final residual = 5.20689e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0493575, Final residual = 9.68178e-07, No Iterations 250
time step continuity errors : sum local = 1.27643e-10, global = -7.43292e-21, cumulative = -1.69491e-18
DICPCG: Solving for p, Initial residual = 0.00541214, Final residual = 9.20693e-07, No Iterations 129
time step continuity errors : sum local = 1.35759e-10, global = -1.02527e-19, cumulative = -1.79744e-18
BiCGStab: Solving for omega, Initial residual = 0.000603801, Final residual = 7.00806e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000674986, Final residual = 9.00519e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.77174e-05, Final residual = 1.29728e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.31828e-05, Final residual = 5.12588e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0025657, Final residual = 1.57855e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0122541, Final residual = 9.43543e-07, No Iterations 243
time step continuity errors : sum local = 1.24524e-10, global = -3.88082e-20, cumulative = -1.83625e-18
DICPCG: Solving for p, Initial residual = 0.00223635, Final residual = 9.70944e-07, No Iterations 84
time step continuity errors : sum local = 1.32545e-10, global = -2.23655e-20, cumulative = -1.85861e-18
BiCGStab: Solving for omega, Initial residual = 3.28898e-05, Final residual = 6.18216e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.31074e-05, Final residual = 1.9262e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.60174e-06, Final residual = 5.47601e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.17933e-06, Final residual = 3.24281e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000384362, Final residual = 1.05369e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00204163, Final residual = 9.92442e-07, No Iterations 71
time step continuity errors : sum local = 1.3596e-10, global = -3.69338e-20, cumulative = -1.89555e-18
DICPCG: Solving for p, Initial residual = 0.00032824, Final residual = 9.24546e-07, No Iterations 43
time step continuity errors : sum local = 1.26952e-10, global = 6.22279e-21, cumulative = -1.88932e-18
BiCGStab: Solving for omega, Initial residual = 1.6304e-05, Final residual = 3.63606e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.06674e-06, Final residual = 5.06674e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.17735e-06, Final residual = 7.70604e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.16201e-07, Final residual = 3.4577e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.20116e-05, Final residual = 2.41699e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000509852, Final residual = 9.65679e-07, No Iterations 16
time step continuity errors : sum local = 1.32408e-10, global = 1.68806e-20, cumulative = -1.87244e-18
DICPCG: Solving for p, Initial residual = 8.25188e-05, Final residual = 9.00009e-07, No Iterations 7
time step continuity errors : sum local = 1.23738e-10, global = 4.39975e-20, cumulative = -1.82844e-18
BiCGStab: Solving for omega, Initial residual = 1.578e-05, Final residual = 3.78271e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.06426e-06, Final residual = 5.06426e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.03304e-07, Final residual = 1.24976e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.49173e-07, Final residual = 6.50535e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.46639e-05, Final residual = 4.28134e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000130899, Final residual = 7.09993e-07, No Iterations 6
time step continuity errors : sum local = 9.86719e-11, global = 4.09205e-20, cumulative = -1.78752e-18
DICPCG: Solving for p, Initial residual = 2.15583e-05, Final residual = 9.04306e-07, No Iterations 3
time step continuity errors : sum local = 1.24304e-10, global = -9.76874e-20, cumulative = -1.88521e-18
BiCGStab: Solving for omega, Initial residual = 1.84056e-05, Final residual = 4.05279e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.07234e-06, Final residual = 5.07234e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 628.63 s ClockTime = 628 s Max(PAc) = 153523 Pa
Courant Number mean: 0.0513685 max: 0.958142 velocity magnitude: 1.28122
deltaT = 0.000482941
Time = 1.45469
--> Cloud: bubbleCloud
Added 124 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 539539
Mass introduced by injector = 4.94817e-10
Number of parcels added continuously = 1178
Mass introduced continuously = 1.11414e-12
Current number of parcels = 3873009
Current mass in system = 4.40447e-09
Number of parcels shifted at least once = 4461
Number of parcel shifts towards cell center = 4469
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00641631, Final user-defined norm residual = 0.000133407
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.86031e-05, Final user-defined norm residual = 5.82015e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.2479e-07, Final user-defined norm residual = 1.99918e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000757417, Final residual = 2.30662e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000567707, Final residual = 1.43463e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0281123, Final residual = 4.70645e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0433345, Final residual = 9.84209e-07, No Iterations 259
time step continuity errors : sum local = 1.30092e-10, global = 1.75966e-20, cumulative = -1.86762e-18
DICPCG: Solving for p, Initial residual = 0.00490781, Final residual = 9.44314e-07, No Iterations 99
time step continuity errors : sum local = 1.3012e-10, global = 1.51019e-19, cumulative = -1.7166e-18
BiCGStab: Solving for omega, Initial residual = 0.000610375, Final residual = 6.88489e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000675215, Final residual = 9.17078e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.69526e-05, Final residual = 1.13318e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.26016e-05, Final residual = 4.40365e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00268673, Final residual = 1.50051e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0115316, Final residual = 9.026e-07, No Iterations 143
time step continuity errors : sum local = 1.35364e-10, global = 9.1111e-23, cumulative = -1.71651e-18
DICPCG: Solving for p, Initial residual = 0.00219185, Final residual = 9.67024e-07, No Iterations 76
time step continuity errors : sum local = 1.42017e-10, global = -7.36516e-20, cumulative = -1.79016e-18
BiCGStab: Solving for omega, Initial residual = 3.57984e-05, Final residual = 4.25964e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.3409e-05, Final residual = 1.85964e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.35669e-06, Final residual = 5.3138e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.07213e-06, Final residual = 3.05821e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000403475, Final residual = 1.01241e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00188365, Final residual = 9.83814e-07, No Iterations 34
time step continuity errors : sum local = 1.44137e-10, global = -1.10881e-20, cumulative = -1.80125e-18
DICPCG: Solving for p, Initial residual = 0.000304346, Final residual = 9.81525e-07, No Iterations 19
time step continuity errors : sum local = 1.43835e-10, global = 5.96361e-20, cumulative = -1.74161e-18
BiCGStab: Solving for omega, Initial residual = 1.92368e-05, Final residual = 3.03722e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.15684e-06, Final residual = 5.15684e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.8174e-07, Final residual = 6.80887e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.74725e-07, Final residual = 3.2178e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.53626e-05, Final residual = 2.10099e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000435698, Final residual = 9.97223e-07, No Iterations 11
time step continuity errors : sum local = 1.45916e-10, global = 3.8801e-20, cumulative = -1.70281e-18
DICPCG: Solving for p, Initial residual = 6.79433e-05, Final residual = 8.77659e-07, No Iterations 6
time step continuity errors : sum local = 1.30073e-10, global = 1.95452e-20, cumulative = -1.68326e-18
BiCGStab: Solving for omega, Initial residual = 1.93297e-05, Final residual = 2.83762e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.15568e-06, Final residual = 5.15568e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.46619e-07, Final residual = 1.15956e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.22483e-07, Final residual = 6.034e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.58997e-05, Final residual = 3.5466e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000104872, Final residual = 6.79085e-07, No Iterations 6
time step continuity errors : sum local = 1.03768e-10, global = -5.84367e-20, cumulative = -1.7417e-18
DICPCG: Solving for p, Initial residual = 1.67252e-05, Final residual = 9.79905e-07, No Iterations 3
time step continuity errors : sum local = 1.43615e-10, global = -6.21267e-20, cumulative = -1.80383e-18
BiCGStab: Solving for omega, Initial residual = 1.60387e-05, Final residual = 2.50802e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.18298e-06, Final residual = 5.18298e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 646.65 s ClockTime = 647 s Max(PAc) = 153221 Pa
Courant Number mean: 0.0513855 max: 0.951326 velocity magnitude: 1.27211
deltaT = 0.000482941
Time = 1.45517
--> Cloud: bubbleCloud
Added 160 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 539699
Mass introduced by injector = 4.94955e-10
Number of parcels added continuously = 1237
Mass introduced continuously = 1.06528e-12
Current number of parcels = 3873886
Current mass in system = 4.40511e-09
Number of parcels shifted at least once = 4428
Number of parcel shifts towards cell center = 4433
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00604426, Final user-defined norm residual = 0.000129923
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.78804e-05, Final user-defined norm residual = 2.81456e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.03998e-08, Final user-defined norm residual = 1.14399e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000758027, Final residual = 2.30467e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000565122, Final residual = 1.47099e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0296207, Final residual = 4.96292e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0387233, Final residual = 9.2453e-07, No Iterations 262
time step continuity errors : sum local = 1.22035e-10, global = 5.85222e-20, cumulative = -1.7453e-18
DICPCG: Solving for p, Initial residual = 0.00443516, Final residual = 9.49071e-07, No Iterations 147
time step continuity errors : sum local = 1.28473e-10, global = -7.09491e-22, cumulative = -1.74601e-18
BiCGStab: Solving for omega, Initial residual = 0.000612692, Final residual = 5.56701e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000675425, Final residual = 9.09509e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.77346e-05, Final residual = 1.15112e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.28198e-05, Final residual = 4.57561e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00278334, Final residual = 1.59998e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0119102, Final residual = 9.86538e-07, No Iterations 88
time step continuity errors : sum local = 1.35899e-10, global = 6.51102e-20, cumulative = -1.6809e-18
DICPCG: Solving for p, Initial residual = 0.00230286, Final residual = 9.66181e-07, No Iterations 72
time step continuity errors : sum local = 1.31391e-10, global = 1.2417e-20, cumulative = -1.66849e-18
BiCGStab: Solving for omega, Initial residual = 3.06615e-05, Final residual = 4.75734e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.37212e-05, Final residual = 1.81576e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.7393e-06, Final residual = 5.46813e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.21164e-06, Final residual = 3.08561e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000431643, Final residual = 1.0814e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00205627, Final residual = 9.88271e-07, No Iterations 45
time step continuity errors : sum local = 1.34008e-10, global = 9.03569e-20, cumulative = -1.57813e-18
DICPCG: Solving for p, Initial residual = 0.000342671, Final residual = 9.9536e-07, No Iterations 27
time step continuity errors : sum local = 1.34913e-10, global = 6.42129e-20, cumulative = -1.51392e-18
BiCGStab: Solving for omega, Initial residual = 1.60076e-05, Final residual = 3.29693e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.37841e-06, Final residual = 5.37841e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.07914e-06, Final residual = 7.14516e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.35583e-07, Final residual = 3.21592e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.3376e-05, Final residual = 2.39252e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000465856, Final residual = 9.73089e-07, No Iterations 13
time step continuity errors : sum local = 1.31971e-10, global = -1.42169e-20, cumulative = -1.52813e-18
DICPCG: Solving for p, Initial residual = 8.40809e-05, Final residual = 8.53695e-07, No Iterations 6
time step continuity errors : sum local = 1.16223e-10, global = 4.28081e-20, cumulative = -1.48533e-18
BiCGStab: Solving for omega, Initial residual = 1.53765e-05, Final residual = 3.64983e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.38114e-06, Final residual = 5.38114e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.8359e-07, Final residual = 1.15544e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.42905e-07, Final residual = 5.76023e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.82085e-05, Final residual = 4.3164e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000120544, Final residual = 7.83497e-07, No Iterations 6
time step continuity errors : sum local = 1.06968e-10, global = 7.33415e-20, cumulative = -1.41198e-18
DICPCG: Solving for p, Initial residual = 2.15361e-05, Final residual = 6.24206e-07, No Iterations 4
time step continuity errors : sum local = 8.59684e-11, global = 2.27791e-20, cumulative = -1.3892e-18
BiCGStab: Solving for omega, Initial residual = 1.82099e-05, Final residual = 4.41444e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.39525e-06, Final residual = 5.39525e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 664.82 s ClockTime = 665 s Max(PAc) = 153161 Pa
Courant Number mean: 0.0514025 max: 0.942638 velocity magnitude: 1.26142
deltaT = 0.000482941
Time = 1.45565
--> Cloud: bubbleCloud
Added 172 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 539871
Mass introduced by injector = 4.95098e-10
Number of parcels added continuously = 1180
Mass introduced continuously = 1.12174e-12
Current number of parcels = 3874737
Current mass in system = 4.40578e-09
Number of parcels shifted at least once = 4519
Number of parcel shifts towards cell center = 4526
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00586067, Final user-defined norm residual = 9.3019e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.99578e-05, Final user-defined norm residual = 5.3819e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.15473e-08, Final user-defined norm residual = 2.89492e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000758372, Final residual = 2.3263e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000570836, Final residual = 1.46941e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0282105, Final residual = 5.0121e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0442524, Final residual = 9.49998e-07, No Iterations 164
time step continuity errors : sum local = 1.42736e-10, global = -5.55982e-20, cumulative = -1.4448e-18
DICPCG: Solving for p, Initial residual = 0.00647071, Final residual = 9.39035e-07, No Iterations 145
time step continuity errors : sum local = 1.42223e-10, global = -4.2608e-20, cumulative = -1.48741e-18
BiCGStab: Solving for omega, Initial residual = 0.000611337, Final residual = 5.49757e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000677495, Final residual = 9.20763e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.76801e-05, Final residual = 1.17103e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.34933e-05, Final residual = 4.58938e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00259004, Final residual = 1.53508e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0128042, Final residual = 9.61202e-07, No Iterations 243
time step continuity errors : sum local = 1.25915e-10, global = 3.09699e-20, cumulative = -1.45644e-18
DICPCG: Solving for p, Initial residual = 0.00241353, Final residual = 9.92343e-07, No Iterations 71
time step continuity errors : sum local = 1.34813e-10, global = 2.01526e-20, cumulative = -1.43629e-18
BiCGStab: Solving for omega, Initial residual = 3.75355e-05, Final residual = 5.27416e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.34199e-05, Final residual = 1.94462e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.78123e-06, Final residual = 5.63826e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.57632e-06, Final residual = 3.23249e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000390474, Final residual = 1.02832e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00232281, Final residual = 9.19487e-07, No Iterations 66
time step continuity errors : sum local = 1.25926e-10, global = 5.95138e-20, cumulative = -1.37677e-18
DICPCG: Solving for p, Initial residual = 0.000400312, Final residual = 9.69599e-07, No Iterations 45
time step continuity errors : sum local = 1.32398e-10, global = 8.5058e-20, cumulative = -1.29172e-18
BiCGStab: Solving for omega, Initial residual = 2.36106e-05, Final residual = 4.28312e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.35345e-06, Final residual = 5.35345e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.24385e-06, Final residual = 6.78187e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.69876e-07, Final residual = 3.45084e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.19256e-05, Final residual = 2.21268e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000598353, Final residual = 9.54437e-07, No Iterations 25
time step continuity errors : sum local = 1.30422e-10, global = 1.5497e-20, cumulative = -1.27622e-18
DICPCG: Solving for p, Initial residual = 0.000101241, Final residual = 8.57809e-07, No Iterations 7
time step continuity errors : sum local = 1.17746e-10, global = -5.29328e-20, cumulative = -1.32915e-18
BiCGStab: Solving for omega, Initial residual = 2.39222e-05, Final residual = 4.82561e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.33582e-06, Final residual = 5.33582e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.49205e-07, Final residual = 1.22054e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.8294e-07, Final residual = 6.45344e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.55084e-05, Final residual = 3.73011e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000167253, Final residual = 9.05609e-07, No Iterations 6
time step continuity errors : sum local = 1.24016e-10, global = 3.14088e-20, cumulative = -1.29774e-18
DICPCG: Solving for p, Initial residual = 2.82499e-05, Final residual = 6.70806e-07, No Iterations 4
time step continuity errors : sum local = 9.3213e-11, global = -1.84361e-19, cumulative = -1.4821e-18
BiCGStab: Solving for omega, Initial residual = 2.46731e-05, Final residual = 5.09229e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.3623e-06, Final residual = 5.3623e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 683.04 s ClockTime = 683 s Max(PAc) = 154433 Pa
Courant Number mean: 0.0514203 max: 0.948611 velocity magnitude: 1.25494
deltaT = 0.000482941
Time = 1.45614
--> Cloud: bubbleCloud
Added 177 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 540048
Mass introduced by injector = 4.95227e-10
Number of parcels added continuously = 1212
Mass introduced continuously = 1.0964e-12
Current number of parcels = 3875608
Current mass in system = 4.40646e-09
Number of parcels shifted at least once = 4493
Number of parcel shifts towards cell center = 4496
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00616, Final user-defined norm residual = 6.77117e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.45306e-05, Final user-defined norm residual = 4.48984e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.63515e-09, Final user-defined norm residual = 2.02517e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000765761, Final residual = 2.42085e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000571771, Final residual = 1.46762e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0283265, Final residual = 5.66426e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0446967, Final residual = 9.64527e-07, No Iterations 258
time step continuity errors : sum local = 1.26236e-10, global = 1.4208e-19, cumulative = -1.34002e-18
DICPCG: Solving for p, Initial residual = 0.00599693, Final residual = 9.67824e-07, No Iterations 137
time step continuity errors : sum local = 1.3619e-10, global = 3.44484e-20, cumulative = -1.30558e-18
BiCGStab: Solving for omega, Initial residual = 0.000616034, Final residual = 5.84594e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000679063, Final residual = 9.30265e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.90926e-05, Final residual = 1.21003e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.39773e-05, Final residual = 4.78438e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00259713, Final residual = 1.65965e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.013171, Final residual = 9.76572e-07, No Iterations 96
time step continuity errors : sum local = 1.27904e-10, global = -1.22221e-20, cumulative = -1.3178e-18
DICPCG: Solving for p, Initial residual = 0.00252532, Final residual = 9.90912e-07, No Iterations 72
time step continuity errors : sum local = 1.31489e-10, global = -4.60882e-20, cumulative = -1.36389e-18
BiCGStab: Solving for omega, Initial residual = 3.71787e-05, Final residual = 5.75562e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.38314e-05, Final residual = 1.93626e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.34231e-06, Final residual = 5.43664e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.49249e-06, Final residual = 3.2981e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000374148, Final residual = 1.09373e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00259658, Final residual = 9.64824e-07, No Iterations 66
time step continuity errors : sum local = 1.28302e-10, global = -2.84795e-20, cumulative = -1.39237e-18
DICPCG: Solving for p, Initial residual = 0.000446049, Final residual = 9.78379e-07, No Iterations 35
time step continuity errors : sum local = 1.30004e-10, global = 7.16687e-20, cumulative = -1.3207e-18
BiCGStab: Solving for omega, Initial residual = 2.88438e-05, Final residual = 6.11917e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.34208e-06, Final residual = 5.34208e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.40378e-06, Final residual = 6.94301e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.57652e-07, Final residual = 3.6058e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.73984e-05, Final residual = 2.23743e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.0006837, Final residual = 9.99229e-07, No Iterations 21
time step continuity errors : sum local = 1.3272e-10, global = -3.27141e-20, cumulative = -1.35341e-18
DICPCG: Solving for p, Initial residual = 0.000113241, Final residual = 9.57676e-07, No Iterations 7
time step continuity errors : sum local = 1.27269e-10, global = -6.08972e-20, cumulative = -1.41431e-18
BiCGStab: Solving for omega, Initial residual = 3.15156e-05, Final residual = 6.51728e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.31894e-06, Final residual = 5.31894e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.82532e-07, Final residual = 1.18893e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.88926e-07, Final residual = 6.89242e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.40205e-05, Final residual = 3.85624e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000189374, Final residual = 9.04234e-07, No Iterations 7
time step continuity errors : sum local = 1.20269e-10, global = 5.77261e-21, cumulative = -1.40854e-18
DICPCG: Solving for p, Initial residual = 3.19297e-05, Final residual = 8.05359e-07, No Iterations 4
time step continuity errors : sum local = 1.07322e-10, global = -1.01542e-20, cumulative = -1.41869e-18
BiCGStab: Solving for omega, Initial residual = 3.2443e-05, Final residual = 7.97262e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.36443e-06, Final residual = 5.36443e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 701.07 s ClockTime = 701 s Max(PAc) = 154170 Pa
Courant Number mean: 0.0514387 max: 0.957861 velocity magnitude: 1.25001
deltaT = 0.000482941
Time = 1.45662
--> Cloud: bubbleCloud
Added 159 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 540207
Mass introduced by injector = 4.95379e-10
Number of parcels added continuously = 1153
Mass introduced continuously = 1.06492e-12
Current number of parcels = 3876414
Current mass in system = 4.40711e-09
Number of parcels shifted at least once = 4489
Number of parcel shifts towards cell center = 4496
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00661842, Final user-defined norm residual = 0.000139259
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.98825e-05, Final user-defined norm residual = 4.06778e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.72899e-08, Final user-defined norm residual = 8.50858e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000772923, Final residual = 2.63163e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000572174, Final residual = 1.49532e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0281546, Final residual = 5.26126e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0512951, Final residual = 9.59683e-07, No Iterations 256
time step continuity errors : sum local = 1.25201e-10, global = -1.2273e-19, cumulative = -1.54142e-18
DICPCG: Solving for p, Initial residual = 0.00631194, Final residual = 9.109e-07, No Iterations 131
time step continuity errors : sum local = 1.21287e-10, global = -3.78661e-21, cumulative = -1.54521e-18
BiCGStab: Solving for omega, Initial residual = 0.000618045, Final residual = 5.69329e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000680639, Final residual = 9.40233e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.97265e-05, Final residual = 1.17968e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.38894e-05, Final residual = 4.88634e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00262666, Final residual = 1.6211e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.013598, Final residual = 9.79195e-07, No Iterations 102
time step continuity errors : sum local = 1.3899e-10, global = 5.28197e-20, cumulative = -1.49239e-18
DICPCG: Solving for p, Initial residual = 0.00256187, Final residual = 9.5672e-07, No Iterations 80
time step continuity errors : sum local = 1.34471e-10, global = -4.73966e-20, cumulative = -1.53978e-18
BiCGStab: Solving for omega, Initial residual = 3.8996e-05, Final residual = 6.29391e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.40526e-05, Final residual = 1.84626e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.86476e-06, Final residual = 5.42486e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.66732e-06, Final residual = 3.23699e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000380665, Final residual = 1.07641e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00266849, Final residual = 9.61271e-07, No Iterations 84
time step continuity errors : sum local = 1.35218e-10, global = 2.60924e-20, cumulative = -1.51369e-18
DICPCG: Solving for p, Initial residual = 0.000451289, Final residual = 9.81136e-07, No Iterations 51
time step continuity errors : sum local = 1.37917e-10, global = 4.10462e-20, cumulative = -1.47264e-18
BiCGStab: Solving for omega, Initial residual = 2.51604e-05, Final residual = 4.48204e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.19762e-06, Final residual = 5.19762e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.45279e-06, Final residual = 7.09437e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.73438e-07, Final residual = 3.64547e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.00878e-05, Final residual = 2.12448e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000695024, Final residual = 9.02795e-07, No Iterations 18
time step continuity errors : sum local = 1.27656e-10, global = -2.09797e-20, cumulative = -1.49362e-18
DICPCG: Solving for p, Initial residual = 0.000120128, Final residual = 9.79601e-07, No Iterations 7
time step continuity errors : sum local = 1.37697e-10, global = 4.74519e-20, cumulative = -1.44617e-18
BiCGStab: Solving for omega, Initial residual = 1.79777e-05, Final residual = 4.2491e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.22238e-06, Final residual = 5.22238e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.3842e-07, Final residual = 1.28408e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.16492e-07, Final residual = 7.2968e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.40373e-05, Final residual = 3.70105e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000207143, Final residual = 9.86793e-07, No Iterations 6
time step continuity errors : sum local = 1.38636e-10, global = -5.49163e-21, cumulative = -1.45166e-18
DICPCG: Solving for p, Initial residual = 3.28562e-05, Final residual = 7.16307e-07, No Iterations 4
time step continuity errors : sum local = 1.03206e-10, global = -1.3948e-20, cumulative = -1.46561e-18
BiCGStab: Solving for omega, Initial residual = 1.9279e-05, Final residual = 4.16638e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.2056e-06, Final residual = 5.2056e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 719.28 s ClockTime = 719 s Max(PAc) = 154587 Pa
Courant Number mean: 0.0514571 max: 0.969549 velocity magnitude: 1.25421
deltaT = 0.000482941
Time = 1.4571
--> Cloud: bubbleCloud
Added 194 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 540401
Mass introduced by injector = 4.95542e-10
Number of parcels added continuously = 1187
Mass introduced continuously = 1.13185e-12
Current number of parcels = 3877268
Current mass in system = 4.40777e-09
Number of parcels shifted at least once = 4400
Number of parcel shifts towards cell center = 4406
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00610328, Final user-defined norm residual = 0.000100306
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.15137e-05, Final user-defined norm residual = 1.5803e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.38949e-08, Final user-defined norm residual = 1.84072e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000761902, Final residual = 2.64864e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000566975, Final residual = 1.51508e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0282398, Final residual = 5.73556e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0516812, Final residual = 9.81279e-07, No Iterations 163
time step continuity errors : sum local = 1.28438e-10, global = -2.52392e-20, cumulative = -1.49085e-18
DICPCG: Solving for p, Initial residual = 0.00629967, Final residual = 9.50488e-07, No Iterations 145
time step continuity errors : sum local = 1.31877e-10, global = -1.43413e-19, cumulative = -1.63426e-18
BiCGStab: Solving for omega, Initial residual = 0.000606873, Final residual = 5.51289e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000681127, Final residual = 9.44197e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.75059e-05, Final residual = 1.13505e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.24802e-05, Final residual = 4.48124e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00256666, Final residual = 1.73351e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0123142, Final residual = 9.74514e-07, No Iterations 98
time step continuity errors : sum local = 1.28032e-10, global = -8.23526e-20, cumulative = -1.71662e-18
DICPCG: Solving for p, Initial residual = 0.00226023, Final residual = 9.88813e-07, No Iterations 77
time step continuity errors : sum local = 1.30955e-10, global = -1.12939e-19, cumulative = -1.82956e-18
BiCGStab: Solving for omega, Initial residual = 2.78211e-05, Final residual = 3.11566e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.43373e-05, Final residual = 1.76105e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.81182e-06, Final residual = 5.44496e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.22104e-06, Final residual = 3.18889e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000364938, Final residual = 1.11318e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00217783, Final residual = 9.83015e-07, No Iterations 70
time step continuity errors : sum local = 1.30493e-10, global = 4.3825e-20, cumulative = -1.78573e-18
DICPCG: Solving for p, Initial residual = 0.000367677, Final residual = 9.73976e-07, No Iterations 37
time step continuity errors : sum local = 1.29252e-10, global = 1.19177e-19, cumulative = -1.66655e-18
BiCGStab: Solving for omega, Initial residual = 1.12194e-05, Final residual = 2.21868e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.56916e-06, Final residual = 5.56916e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.24646e-06, Final residual = 7.28676e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.3484e-07, Final residual = 3.62435e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.6488e-05, Final residual = 2.13146e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000566565, Final residual = 9.51066e-07, No Iterations 14
time step continuity errors : sum local = 1.26243e-10, global = -5.97635e-20, cumulative = -1.72632e-18
DICPCG: Solving for p, Initial residual = 8.99223e-05, Final residual = 9.59116e-07, No Iterations 6
time step continuity errors : sum local = 1.2728e-10, global = 1.59062e-20, cumulative = -1.71041e-18
BiCGStab: Solving for omega, Initial residual = 1.00754e-05, Final residual = 2.5637e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.56249e-06, Final residual = 5.56249e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.12303e-07, Final residual = 1.24016e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.59751e-07, Final residual = 7.15096e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.32825e-05, Final residual = 3.66738e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00014473, Final residual = 7.21352e-07, No Iterations 6
time step continuity errors : sum local = 9.61787e-11, global = 3.24283e-20, cumulative = -1.67798e-18
DICPCG: Solving for p, Initial residual = 2.23551e-05, Final residual = 5.85076e-07, No Iterations 4
time step continuity errors : sum local = 7.83515e-11, global = -8.29161e-20, cumulative = -1.7609e-18
BiCGStab: Solving for omega, Initial residual = 1.04439e-05, Final residual = 2.98742e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.5852e-06, Final residual = 5.5852e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 737.58 s ClockTime = 737 s Max(PAc) = 154883 Pa
Courant Number mean: 0.0514759 max: 0.977958 velocity magnitude: 1.26247
deltaT = 0.000482941
Time = 1.45759
--> Cloud: bubbleCloud
Added 166 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 540567
Mass introduced by injector = 4.95702e-10
Number of parcels added continuously = 1143
Mass introduced continuously = 1.11955e-12
Current number of parcels = 3878077
Current mass in system = 4.40838e-09
Number of parcels shifted at least once = 4483
Number of parcel shifts towards cell center = 4492
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00602752, Final user-defined norm residual = 9.20216e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.97272e-05, Final user-defined norm residual = 1.27878e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.74148e-08, Final user-defined norm residual = 4.22855e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000755527, Final residual = 2.43879e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000567456, Final residual = 1.49943e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0294635, Final residual = 5.28035e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0514832, Final residual = 9.6396e-07, No Iterations 256
time step continuity errors : sum local = 1.26291e-10, global = 3.3373e-20, cumulative = -1.72753e-18
DICPCG: Solving for p, Initial residual = 0.00660183, Final residual = 9.58562e-07, No Iterations 129
time step continuity errors : sum local = 1.29652e-10, global = -3.21952e-20, cumulative = -1.75972e-18
BiCGStab: Solving for omega, Initial residual = 0.000599279, Final residual = 5.83867e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000681319, Final residual = 9.48919e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.69484e-05, Final residual = 1.20015e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.26985e-05, Final residual = 4.68903e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00278945, Final residual = 1.65284e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0116548, Final residual = 9.97901e-07, No Iterations 114
time step continuity errors : sum local = 1.364e-10, global = -1.60276e-20, cumulative = -1.77575e-18
DICPCG: Solving for p, Initial residual = 0.0022217, Final residual = 9.13687e-07, No Iterations 77
time step continuity errors : sum local = 1.23144e-10, global = -9.14748e-20, cumulative = -1.86722e-18
BiCGStab: Solving for omega, Initial residual = 2.74547e-05, Final residual = 4.87075e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.36253e-05, Final residual = 1.74011e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.44588e-06, Final residual = 5.55243e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.12262e-06, Final residual = 3.25061e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000422639, Final residual = 1.09716e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00198806, Final residual = 9.62578e-07, No Iterations 41
time step continuity errors : sum local = 1.29467e-10, global = -4.82431e-20, cumulative = -1.91547e-18
DICPCG: Solving for p, Initial residual = 0.000315516, Final residual = 9.98042e-07, No Iterations 25
time step continuity errors : sum local = 1.34161e-10, global = -4.61415e-20, cumulative = -1.96161e-18
BiCGStab: Solving for omega, Initial residual = 1.26957e-05, Final residual = 3.6328e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.01911e-06, Final residual = 5.01911e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.00565e-06, Final residual = 7.57206e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.12313e-07, Final residual = 3.44324e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.8725e-05, Final residual = 2.21004e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000466742, Final residual = 9.32525e-07, No Iterations 10
time step continuity errors : sum local = 1.25532e-10, global = 3.02532e-20, cumulative = -1.93135e-18
DICPCG: Solving for p, Initial residual = 7.15716e-05, Final residual = 9.26061e-07, No Iterations 5
time step continuity errors : sum local = 1.2467e-10, global = 1.03857e-19, cumulative = -1.8275e-18
BiCGStab: Solving for omega, Initial residual = 1.17317e-05, Final residual = 4.09928e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.01872e-06, Final residual = 5.01872e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.75767e-07, Final residual = 1.17436e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.25358e-07, Final residual = 6.42471e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.61563e-05, Final residual = 3.90986e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000122432, Final residual = 8.86415e-07, No Iterations 5
time step continuity errors : sum local = 1.19447e-10, global = -3.43401e-20, cumulative = -1.86184e-18
DICPCG: Solving for p, Initial residual = 1.81811e-05, Final residual = 9.75502e-07, No Iterations 3
time step continuity errors : sum local = 1.31176e-10, global = -7.72495e-21, cumulative = -1.86956e-18
BiCGStab: Solving for omega, Initial residual = 1.21005e-05, Final residual = 4.09242e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.02002e-06, Final residual = 5.02002e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 755.68 s ClockTime = 756 s Max(PAc) = 154617 Pa
Courant Number mean: 0.0514943 max: 0.980761 velocity magnitude: 1.27333
deltaT = 0.000482941
Time = 1.45807
--> Cloud: bubbleCloud
Added 173 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 540740
Mass introduced by injector = 4.95863e-10
Number of parcels added continuously = 1267
Mass introduced continuously = 1.10005e-12
Current number of parcels = 3878986
Current mass in system = 4.40904e-09
Number of parcels shifted at least once = 4450
Number of parcel shifts towards cell center = 4456
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00626577, Final user-defined norm residual = 9.49291e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.0356e-05, Final user-defined norm residual = 7.76544e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.66521e-08, Final user-defined norm residual = 2.68107e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000753706, Final residual = 2.30402e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000566588, Final residual = 1.50452e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0289608, Final residual = 5.65625e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.048781, Final residual = 9.85162e-07, No Iterations 255
time step continuity errors : sum local = 1.29818e-10, global = -1.06342e-19, cumulative = -1.97591e-18
DICPCG: Solving for p, Initial residual = 0.00594035, Final residual = 9.66353e-07, No Iterations 133
time step continuity errors : sum local = 1.2968e-10, global = 3.79782e-20, cumulative = -1.93793e-18
BiCGStab: Solving for omega, Initial residual = 0.000594016, Final residual = 5.4858e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00068194, Final residual = 9.52713e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.78459e-05, Final residual = 1.16384e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.30277e-05, Final residual = 4.93929e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0026287, Final residual = 1.69198e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0113484, Final residual = 9.84344e-07, No Iterations 131
time step continuity errors : sum local = 1.38147e-10, global = 1.20884e-19, cumulative = -1.81704e-18
DICPCG: Solving for p, Initial residual = 0.00221793, Final residual = 9.6036e-07, No Iterations 88
time step continuity errors : sum local = 1.32925e-10, global = -3.97685e-20, cumulative = -1.85681e-18
BiCGStab: Solving for omega, Initial residual = 3.05981e-05, Final residual = 5.42895e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.37393e-05, Final residual = 1.67775e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.74668e-06, Final residual = 5.56326e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.38312e-06, Final residual = 3.23265e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000379058, Final residual = 1.1052e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00192323, Final residual = 9.92057e-07, No Iterations 59
time step continuity errors : sum local = 1.36931e-10, global = 4.04387e-20, cumulative = -1.81637e-18
DICPCG: Solving for p, Initial residual = 0.000316185, Final residual = 9.98483e-07, No Iterations 32
time step continuity errors : sum local = 1.37774e-10, global = 6.57926e-20, cumulative = -1.75058e-18
BiCGStab: Solving for omega, Initial residual = 1.76591e-05, Final residual = 4.31043e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.97683e-06, Final residual = 4.97683e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.09646e-06, Final residual = 7.36193e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.92171e-07, Final residual = 3.42199e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.52531e-05, Final residual = 2.18603e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000459772, Final residual = 9.45264e-07, No Iterations 18
time step continuity errors : sum local = 1.30722e-10, global = -4.95439e-20, cumulative = -1.80012e-18
DICPCG: Solving for p, Initial residual = 7.7911e-05, Final residual = 9.74478e-07, No Iterations 5
time step continuity errors : sum local = 1.34581e-10, global = -2.01592e-20, cumulative = -1.82028e-18
BiCGStab: Solving for omega, Initial residual = 1.91813e-05, Final residual = 5.42486e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.95711e-06, Final residual = 4.95711e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.77623e-07, Final residual = 1.27313e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.55399e-07, Final residual = 6.78027e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.31511e-05, Final residual = 3.68188e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000133716, Final residual = 8.0021e-07, No Iterations 6
time step continuity errors : sum local = 1.11513e-10, global = -3.59439e-20, cumulative = -1.85623e-18
DICPCG: Solving for p, Initial residual = 2.17755e-05, Final residual = 6.11573e-07, No Iterations 4
time step continuity errors : sum local = 8.65418e-11, global = -3.44492e-20, cumulative = -1.89068e-18
BiCGStab: Solving for omega, Initial residual = 2.18454e-05, Final residual = 6.55939e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.97901e-06, Final residual = 4.97901e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 773.88 s ClockTime = 774 s Max(PAc) = 154070 Pa
Courant Number mean: 0.0515121 max: 0.980132 velocity magnitude: 1.2839
deltaT = 0.000482941
Time = 1.45855
--> Cloud: bubbleCloud
Added 163 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 540903
Mass introduced by injector = 4.96018e-10
Number of parcels added continuously = 1116
Mass introduced continuously = 1.08913e-12
Current number of parcels = 3879742
Current mass in system = 4.40973e-09
Number of parcels shifted at least once = 4430
Number of parcel shifts towards cell center = 4433
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00619772, Final user-defined norm residual = 0.000129971
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.78645e-05, Final user-defined norm residual = 5.46447e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.17157e-07, Final user-defined norm residual = 1.06333e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000752233, Final residual = 2.45455e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000568447, Final residual = 1.5254e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0308863, Final residual = 5.85349e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0494563, Final residual = 9.92664e-07, No Iterations 155
time step continuity errors : sum local = 1.46582e-10, global = -5.3923e-20, cumulative = -1.9446e-18
DICPCG: Solving for p, Initial residual = 0.00636815, Final residual = 9.64017e-07, No Iterations 141
time step continuity errors : sum local = 1.43657e-10, global = -4.62363e-21, cumulative = -1.94922e-18
BiCGStab: Solving for omega, Initial residual = 0.000589007, Final residual = 6.0535e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000682404, Final residual = 9.36736e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.79345e-05, Final residual = 1.17792e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.29944e-05, Final residual = 4.81807e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00288181, Final residual = 1.70293e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0115323, Final residual = 9.8667e-07, No Iterations 88
time step continuity errors : sum local = 1.35724e-10, global = 3.66511e-20, cumulative = -1.91257e-18
DICPCG: Solving for p, Initial residual = 0.00210394, Final residual = 9.39962e-07, No Iterations 75
time step continuity errors : sum local = 1.31849e-10, global = -2.79142e-20, cumulative = -1.94049e-18
BiCGStab: Solving for omega, Initial residual = 2.97104e-05, Final residual = 5.49317e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.3429e-05, Final residual = 1.71795e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.74287e-06, Final residual = 5.3508e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.25182e-06, Final residual = 3.16122e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000423981, Final residual = 1.1151e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00201946, Final residual = 9.68312e-07, No Iterations 67
time step continuity errors : sum local = 1.358e-10, global = -4.27884e-20, cumulative = -1.98328e-18
DICPCG: Solving for p, Initial residual = 0.000339094, Final residual = 9.34032e-07, No Iterations 48
time step continuity errors : sum local = 1.31167e-10, global = -1.09233e-19, cumulative = -2.09251e-18
BiCGStab: Solving for omega, Initial residual = 1.57589e-05, Final residual = 4.04826e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.71918e-06, Final residual = 4.71918e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.21683e-06, Final residual = 7.54428e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.7868e-07, Final residual = 3.33448e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.91362e-05, Final residual = 2.36981e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000530014, Final residual = 9.59833e-07, No Iterations 25
time step continuity errors : sum local = 1.34608e-10, global = -4.24637e-20, cumulative = -2.13497e-18
DICPCG: Solving for p, Initial residual = 8.97369e-05, Final residual = 9.54934e-07, No Iterations 7
time step continuity errors : sum local = 1.33935e-10, global = -1.33021e-19, cumulative = -2.26799e-18
BiCGStab: Solving for omega, Initial residual = 1.41199e-05, Final residual = 3.91267e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.70692e-06, Final residual = 4.70692e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.21979e-07, Final residual = 1.48492e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.63766e-07, Final residual = 6.97554e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.68026e-05, Final residual = 4.13661e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000131715, Final residual = 9.66832e-07, No Iterations 6
time step continuity errors : sum local = 1.35527e-10, global = 5.24234e-20, cumulative = -2.21557e-18
DICPCG: Solving for p, Initial residual = 2.39936e-05, Final residual = 9.72202e-07, No Iterations 3
time step continuity errors : sum local = 1.36243e-10, global = -3.77814e-20, cumulative = -2.25335e-18
BiCGStab: Solving for omega, Initial residual = 1.41552e-05, Final residual = 3.85578e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.72104e-06, Final residual = 4.72104e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 792.1 s ClockTime = 792 s Max(PAc) = 153809 Pa
Courant Number mean: 0.0515292 max: 0.969426 velocity magnitude: 1.28761
deltaT = 0.000482941
Time = 1.45903
--> Cloud: bubbleCloud
Added 173 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 541076
Mass introduced by injector = 4.96149e-10
Number of parcels added continuously = 1142
Mass introduced continuously = 1.04206e-12
Current number of parcels = 3880581
Current mass in system = 4.41038e-09
Number of parcels shifted at least once = 4426
Number of parcel shifts towards cell center = 4432
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00674348, Final user-defined norm residual = 0.000202705
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.34424e-05, Final user-defined norm residual = 8.34855e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.78923e-07, Final user-defined norm residual = 4.21516e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000752603, Final residual = 2.45768e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000568616, Final residual = 1.53324e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0307659, Final residual = 7.66913e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.053241, Final residual = 9.30179e-07, No Iterations 263
time step continuity errors : sum local = 1.22374e-10, global = 2.09385e-20, cumulative = -2.23241e-18
DICPCG: Solving for p, Initial residual = 0.0066735, Final residual = 8.95835e-07, No Iterations 143
time step continuity errors : sum local = 1.3201e-10, global = 2.35919e-20, cumulative = -2.20882e-18
BiCGStab: Solving for omega, Initial residual = 0.000582906, Final residual = 5.33155e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000683262, Final residual = 9.125e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.94776e-05, Final residual = 1.15673e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.39812e-05, Final residual = 4.63703e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00289389, Final residual = 2.02004e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0124287, Final residual = 9.66562e-07, No Iterations 134
time step continuity errors : sum local = 1.33483e-10, global = -1.20753e-20, cumulative = -2.2209e-18
DICPCG: Solving for p, Initial residual = 0.00238699, Final residual = 9.6282e-07, No Iterations 90
time step continuity errors : sum local = 1.35524e-10, global = -7.55535e-20, cumulative = -2.29645e-18
BiCGStab: Solving for omega, Initial residual = 2.57104e-05, Final residual = 5.40235e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.31496e-05, Final residual = 1.57902e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.10006e-06, Final residual = 5.44615e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.84569e-06, Final residual = 3.18658e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000415668, Final residual = 1.20364e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00240379, Final residual = 9.65314e-07, No Iterations 70
time step continuity errors : sum local = 1.36086e-10, global = -9.05338e-20, cumulative = -2.38698e-18
DICPCG: Solving for p, Initial residual = 0.000414063, Final residual = 9.87031e-07, No Iterations 39
time step continuity errors : sum local = 1.38902e-10, global = 5.44389e-21, cumulative = -2.38154e-18
BiCGStab: Solving for omega, Initial residual = 1.17782e-05, Final residual = 2.18564e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.48748e-06, Final residual = 4.48748e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.43993e-06, Final residual = 7.52721e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.24163e-07, Final residual = 3.51465e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.30375e-05, Final residual = 2.18661e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000650123, Final residual = 9.56496e-07, No Iterations 20
time step continuity errors : sum local = 1.34933e-10, global = 5.97679e-20, cumulative = -2.32177e-18
DICPCG: Solving for p, Initial residual = 0.000111531, Final residual = 9.84714e-07, No Iterations 6
time step continuity errors : sum local = 1.38591e-10, global = 2.3602e-20, cumulative = -2.29817e-18
BiCGStab: Solving for omega, Initial residual = 1.13709e-05, Final residual = 4.69096e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.48787e-06, Final residual = 4.48787e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.0157e-07, Final residual = 1.24937e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.06522e-07, Final residual = 7.00106e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.48545e-05, Final residual = 3.84694e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000193462, Final residual = 9.82363e-07, No Iterations 5
time step continuity errors : sum local = 1.38282e-10, global = -2.89127e-20, cumulative = -2.32708e-18
DICPCG: Solving for p, Initial residual = 3.18652e-05, Final residual = 9.50552e-07, No Iterations 3
time step continuity errors : sum local = 1.34142e-10, global = -5.4905e-20, cumulative = -2.38199e-18
BiCGStab: Solving for omega, Initial residual = 1.34758e-05, Final residual = 2.99463e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.49803e-06, Final residual = 4.49803e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 810.5 s ClockTime = 810 s Max(PAc) = 154916 Pa
Courant Number mean: 0.051546 max: 0.960031 velocity magnitude: 1.28375
deltaT = 0.000482941
Time = 1.45952
--> Cloud: bubbleCloud
Added 216 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 541292
Mass introduced by injector = 4.96343e-10
Number of parcels added continuously = 1158
Mass introduced continuously = 1.04512e-12
Current number of parcels = 3881427
Current mass in system = 4.41105e-09
Number of parcels shifted at least once = 4435
Number of parcel shifts towards cell center = 4442
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00592021, Final user-defined norm residual = 0.000107681
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.30891e-05, Final user-defined norm residual = 1.92e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.11688e-08, Final user-defined norm residual = 8.97585e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000749666, Final residual = 2.69698e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000566878, Final residual = 1.5381e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0318458, Final residual = 6.10443e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0552262, Final residual = 9.80934e-07, No Iterations 265
time step continuity errors : sum local = 1.28792e-10, global = -7.89959e-20, cumulative = -2.46098e-18
DICPCG: Solving for p, Initial residual = 0.00703799, Final residual = 9.71622e-07, No Iterations 147
time step continuity errors : sum local = 1.37524e-10, global = 7.61091e-20, cumulative = -2.38487e-18
BiCGStab: Solving for omega, Initial residual = 0.000580297, Final residual = 5.21334e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000684194, Final residual = 8.94627e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.83034e-05, Final residual = 1.24278e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.32114e-05, Final residual = 4.98876e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0029836, Final residual = 1.78409e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0129503, Final residual = 9.64847e-07, No Iterations 115
time step continuity errors : sum local = 1.2804e-10, global = -3.35364e-20, cumulative = -2.41841e-18
DICPCG: Solving for p, Initial residual = 0.0023862, Final residual = 9.90123e-07, No Iterations 92
time step continuity errors : sum local = 1.33922e-10, global = -1.50095e-21, cumulative = -2.41991e-18
BiCGStab: Solving for omega, Initial residual = 3.21457e-05, Final residual = 7.20272e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.24585e-05, Final residual = 1.58432e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.04791e-06, Final residual = 5.86074e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.34545e-06, Final residual = 3.57949e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000442922, Final residual = 1.13306e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00234825, Final residual = 9.96535e-07, No Iterations 61
time step continuity errors : sum local = 1.35027e-10, global = 1.05403e-19, cumulative = -2.31451e-18
DICPCG: Solving for p, Initial residual = 0.000400551, Final residual = 9.86053e-07, No Iterations 32
time step continuity errors : sum local = 1.33633e-10, global = 8.73986e-20, cumulative = -2.22711e-18
BiCGStab: Solving for omega, Initial residual = 2.06048e-05, Final residual = 7.26145e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.99452e-06, Final residual = 3.99452e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.32172e-06, Final residual = 7.52915e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.26848e-07, Final residual = 3.56065e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.91058e-05, Final residual = 2.40414e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000629798, Final residual = 9.51353e-07, No Iterations 10
time step continuity errors : sum local = 1.29039e-10, global = 1.9172e-21, cumulative = -2.22519e-18
DICPCG: Solving for p, Initial residual = 0.00010958, Final residual = 9.80174e-07, No Iterations 5
time step continuity errors : sum local = 1.32842e-10, global = -9.71432e-20, cumulative = -2.32233e-18
BiCGStab: Solving for omega, Initial residual = 2.41019e-05, Final residual = 8.63606e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.97608e-06, Final residual = 3.97608e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.79055e-07, Final residual = 1.19211e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.68984e-07, Final residual = 6.15007e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.57397e-05, Final residual = 3.93366e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000187304, Final residual = 7.6473e-07, No Iterations 5
time step continuity errors : sum local = 1.04343e-10, global = -6.84282e-20, cumulative = -2.39076e-18
DICPCG: Solving for p, Initial residual = 3.05012e-05, Final residual = 7.67489e-07, No Iterations 3
time step continuity errors : sum local = 1.04707e-10, global = 4.74532e-20, cumulative = -2.34331e-18
BiCGStab: Solving for omega, Initial residual = 2.54388e-05, Final residual = 9.29722e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.00108e-06, Final residual = 4.00108e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 828.98 s ClockTime = 829 s Max(PAc) = 154032 Pa
Courant Number mean: 0.0515632 max: 0.956772 velocity magnitude: 1.27571
deltaT = 0.000482941
Time = 1.46
--> Cloud: bubbleCloud
Added 138 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 541430
Mass introduced by injector = 4.96474e-10
Number of parcels added continuously = 1204
Mass introduced continuously = 1.12462e-12
Current number of parcels = 3882283
Current mass in system = 4.41181e-09
Number of parcels shifted at least once = 4465
Number of parcel shifts towards cell center = 4472
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00596277, Final user-defined norm residual = 5.75889e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.23396e-05, Final user-defined norm residual = 3.87012e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.29262e-09, Final user-defined norm residual = 3.45782e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000746336, Final residual = 2.73965e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000562352, Final residual = 1.58394e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0334585, Final residual = 6.58864e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0465055, Final residual = 9.93012e-07, No Iterations 155
time step continuity errors : sum local = 1.49138e-10, global = 1.3447e-20, cumulative = -2.32986e-18
DICPCG: Solving for p, Initial residual = 0.00554928, Final residual = 9.77675e-07, No Iterations 140
time step continuity errors : sum local = 1.44882e-10, global = 1.12097e-19, cumulative = -2.21777e-18
BiCGStab: Solving for omega, Initial residual = 0.000581552, Final residual = 5.85099e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000685148, Final residual = 8.77992e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.59214e-05, Final residual = 1.24189e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.19455e-05, Final residual = 5.05001e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00321183, Final residual = 1.97159e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0118002, Final residual = 9.43962e-07, No Iterations 129
time step continuity errors : sum local = 1.26708e-10, global = -8.34186e-20, cumulative = -2.30118e-18
DICPCG: Solving for p, Initial residual = 0.00232076, Final residual = 9.57023e-07, No Iterations 76
time step continuity errors : sum local = 1.3073e-10, global = 3.80336e-20, cumulative = -2.26315e-18
BiCGStab: Solving for omega, Initial residual = 3.97287e-05, Final residual = 8.62042e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.29237e-05, Final residual = 1.55079e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.10234e-06, Final residual = 5.63926e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.98536e-06, Final residual = 3.3697e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000474898, Final residual = 1.2275e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00192705, Final residual = 9.69129e-07, No Iterations 37
time step continuity errors : sum local = 1.32276e-10, global = 6.53136e-20, cumulative = -2.19784e-18
DICPCG: Solving for p, Initial residual = 0.000334414, Final residual = 9.82128e-07, No Iterations 20
time step continuity errors : sum local = 1.33949e-10, global = -7.36755e-20, cumulative = -2.27151e-18
BiCGStab: Solving for omega, Initial residual = 3.30735e-05, Final residual = 9.29997e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.12329e-06, Final residual = 4.12329e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.9577e-07, Final residual = 7.36212e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.62391e-07, Final residual = 3.47474e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.7533e-05, Final residual = 2.51499e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000436897, Final residual = 9.86509e-07, No Iterations 9
time step continuity errors : sum local = 1.34508e-10, global = -1.12678e-19, cumulative = -2.38419e-18
DICPCG: Solving for p, Initial residual = 7.82551e-05, Final residual = 7.05534e-07, No Iterations 5
time step continuity errors : sum local = 9.76153e-11, global = -5.28161e-20, cumulative = -2.43701e-18
BiCGStab: Solving for omega, Initial residual = 3.84392e-05, Final residual = 1.10444e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.09553e-06, Final residual = 4.09553e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.4e-07, Final residual = 1.16096e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.27498e-07, Final residual = 6.02256e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.81871e-05, Final residual = 4.15807e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000113756, Final residual = 6.77285e-07, No Iterations 5
time step continuity errors : sum local = 9.39054e-11, global = 2.89193e-20, cumulative = -2.40809e-18
DICPCG: Solving for p, Initial residual = 2.0238e-05, Final residual = 7.19246e-07, No Iterations 3
time step continuity errors : sum local = 9.9413e-11, global = 5.28478e-20, cumulative = -2.35524e-18
BiCGStab: Solving for omega, Initial residual = 4.19878e-05, Final residual = 1.323e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.1582e-06, Final residual = 4.1582e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 876.54 s ClockTime = 876 s Max(PAc) = 154033 Pa
Courant Number mean: 0.0515806 max: 0.957948 velocity magnitude: 1.26618
deltaT = 0.0005
Time = 1.4605
--> Cloud: bubbleCloud
Added 147 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 541577
Mass introduced by injector = 4.9662e-10
Number of parcels added continuously = 1187
Mass introduced continuously = 1.08745e-12
Current number of parcels = 3883089
Current mass in system = 4.41242e-09
Number of parcels shifted at least once = 4480
Number of parcel shifts towards cell center = 4493
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0060602, Final user-defined norm residual = 0.000130242
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.79173e-05, Final user-defined norm residual = 3.14639e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.74439e-08, Final user-defined norm residual = 6.07073e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000770622, Final residual = 3.06521e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000583816, Final residual = 2.02622e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0354127, Final residual = 7.39337e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0488483, Final residual = 9.94327e-07, No Iterations 262
time step continuity errors : sum local = 1.38045e-10, global = -4.37395e-21, cumulative = -2.35961e-18
DICPCG: Solving for p, Initial residual = 0.00646552, Final residual = 9.89208e-07, No Iterations 145
time step continuity errors : sum local = 1.50249e-10, global = -2.85549e-20, cumulative = -2.38817e-18
BiCGStab: Solving for omega, Initial residual = 0.000615784, Final residual = 5.55276e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000710991, Final residual = 1.00557e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.72117e-05, Final residual = 1.42636e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.30684e-05, Final residual = 6.21183e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00352388, Final residual = 2.28792e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0124457, Final residual = 9.97263e-07, No Iterations 133
time step continuity errors : sum local = 1.42522e-10, global = 6.25661e-21, cumulative = -2.38191e-18
DICPCG: Solving for p, Initial residual = 0.00241648, Final residual = 9.17622e-07, No Iterations 91
time step continuity errors : sum local = 1.2908e-10, global = -5.00643e-21, cumulative = -2.38692e-18
BiCGStab: Solving for omega, Initial residual = 4.54973e-05, Final residual = 1.11236e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.30769e-05, Final residual = 1.71332e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.60374e-06, Final residual = 7.01566e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.24099e-06, Final residual = 4.5354e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000548527, Final residual = 1.54471e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00222416, Final residual = 9.9405e-07, No Iterations 51
time step continuity errors : sum local = 1.39832e-10, global = 1.32108e-21, cumulative = -2.3856e-18
DICPCG: Solving for p, Initial residual = 0.000396233, Final residual = 9.72863e-07, No Iterations 18
time step continuity errors : sum local = 1.36856e-10, global = 7.80562e-20, cumulative = -2.30754e-18
BiCGStab: Solving for omega, Initial residual = 3.21182e-05, Final residual = 9.45973e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.84738e-06, Final residual = 3.84738e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.22313e-06, Final residual = 9.3686e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.53068e-07, Final residual = 4.51321e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00010725, Final residual = 2.96132e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000556571, Final residual = 9.29408e-07, No Iterations 11
time step continuity errors : sum local = 1.3082e-10, global = -5.21119e-20, cumulative = -2.35965e-18
DICPCG: Solving for p, Initial residual = 9.56615e-05, Final residual = 8.92728e-07, No Iterations 6
time step continuity errors : sum local = 1.25704e-10, global = 6.80409e-20, cumulative = -2.29161e-18
BiCGStab: Solving for omega, Initial residual = 2.94444e-05, Final residual = 9.1342e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.86957e-06, Final residual = 3.86957e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.39332e-07, Final residual = 1.57703e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.54939e-07, Final residual = 8.52002e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.25135e-05, Final residual = 5.22894e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000156339, Final residual = 8.30887e-07, No Iterations 5
time step continuity errors : sum local = 1.17096e-10, global = 9.5764e-20, cumulative = -2.19585e-18
DICPCG: Solving for p, Initial residual = 2.66761e-05, Final residual = 7.7382e-07, No Iterations 3
time step continuity errors : sum local = 1.09152e-10, global = 1.94899e-20, cumulative = -2.17636e-18
BiCGStab: Solving for omega, Initial residual = 2.96653e-05, Final residual = 9.38607e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.87413e-06, Final residual = 3.87413e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 894.72 s ClockTime = 895 s Max(PAc) = 154602 Pa
Courant Number mean: 0.0534212 max: 0.992667 velocity magnitude: 1.25597
deltaT = 0.0005
Time = 1.461
--> Cloud: bubbleCloud
Added 180 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 541757
Mass introduced by injector = 4.96807e-10
Number of parcels added continuously = 1231
Mass introduced continuously = 1.13774e-12
Current number of parcels = 3883995
Current mass in system = 4.41316e-09
Number of parcels shifted at least once = 4461
Number of parcel shifts towards cell center = 4465
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0060579, Final user-defined norm residual = 0.000124948
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.67869e-05, Final user-defined norm residual = 6.41477e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.37525e-07, Final user-defined norm residual = 2.33151e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000765244, Final residual = 3.31949e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000582001, Final residual = 2.09448e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0355887, Final residual = 7.86482e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0499204, Final residual = 9.11543e-07, No Iterations 263
time step continuity errors : sum local = 1.27642e-10, global = -5.96836e-20, cumulative = -2.23604e-18
DICPCG: Solving for p, Initial residual = 0.00696964, Final residual = 9.42121e-07, No Iterations 147
time step continuity errors : sum local = 1.49461e-10, global = -3.21012e-20, cumulative = -2.26814e-18
BiCGStab: Solving for omega, Initial residual = 0.000597722, Final residual = 5.86486e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00071231, Final residual = 9.96883e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.59914e-05, Final residual = 1.5202e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.27006e-05, Final residual = 6.3375e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00341332, Final residual = 2.48619e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.010677, Final residual = 9.61101e-07, No Iterations 87
time step continuity errors : sum local = 1.35181e-10, global = -1.5566e-20, cumulative = -2.28371e-18
DICPCG: Solving for p, Initial residual = 0.00205267, Final residual = 9.97363e-07, No Iterations 80
time step continuity errors : sum local = 1.42531e-10, global = 6.66323e-20, cumulative = -2.21708e-18
BiCGStab: Solving for omega, Initial residual = 3.22215e-05, Final residual = 7.22028e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.26607e-05, Final residual = 1.64929e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.35905e-06, Final residual = 7.22466e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.20139e-06, Final residual = 4.18579e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000512773, Final residual = 1.65801e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00168629, Final residual = 9.93359e-07, No Iterations 39
time step continuity errors : sum local = 1.41995e-10, global = 1.29862e-20, cumulative = -2.20409e-18
DICPCG: Solving for p, Initial residual = 0.000312291, Final residual = 9.59392e-07, No Iterations 18
time step continuity errors : sum local = 1.37208e-10, global = 9.4735e-21, cumulative = -2.19462e-18
BiCGStab: Solving for omega, Initial residual = 2.39341e-05, Final residual = 7.18394e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.57418e-06, Final residual = 3.57418e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.04643e-06, Final residual = 9.71153e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.10709e-07, Final residual = 4.13771e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.42037e-05, Final residual = 3.24042e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00044956, Final residual = 9.94544e-07, No Iterations 8
time step continuity errors : sum local = 1.42134e-10, global = 4.01786e-20, cumulative = -2.15444e-18
DICPCG: Solving for p, Initial residual = 7.93167e-05, Final residual = 8.46714e-07, No Iterations 5
time step continuity errors : sum local = 1.21336e-10, global = 1.13823e-19, cumulative = -2.04061e-18
BiCGStab: Solving for omega, Initial residual = 2.83647e-05, Final residual = 8.66195e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.56547e-06, Final residual = 3.56547e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.0867e-07, Final residual = 1.53466e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.66358e-07, Final residual = 7.34877e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.95933e-05, Final residual = 5.68953e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000128168, Final residual = 9.96732e-07, No Iterations 4
time step continuity errors : sum local = 1.4243e-10, global = -8.02166e-20, cumulative = -2.12083e-18
DICPCG: Solving for p, Initial residual = 2.21603e-05, Final residual = 6.82346e-07, No Iterations 3
time step continuity errors : sum local = 9.82183e-11, global = 6.70023e-20, cumulative = -2.05383e-18
BiCGStab: Solving for omega, Initial residual = 2.86128e-05, Final residual = 1.04256e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.59689e-06, Final residual = 3.59689e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 913.04 s ClockTime = 913 s Max(PAc) = 153931 Pa
Courant Number mean: 0.0534404 max: 0.994111 velocity magnitude: 1.24835
deltaT = 0.0005
Time = 1.4615
--> Cloud: bubbleCloud
Added 171 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 541928
Mass introduced by injector = 4.96978e-10
Number of parcels added continuously = 1220
Mass introduced continuously = 1.15736e-12
Current number of parcels = 3884909
Current mass in system = 4.41398e-09
Number of parcels shifted at least once = 4598
Number of parcel shifts towards cell center = 4611
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00607124, Final user-defined norm residual = 7.32046e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.56932e-05, Final user-defined norm residual = 7.35618e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.57699e-08, Final user-defined norm residual = 1.09312e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000762087, Final residual = 3.60256e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000578922, Final residual = 2.07281e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.036938, Final residual = 9.27756e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.047722, Final residual = 9.4278e-07, No Iterations 257
time step continuity errors : sum local = 1.32165e-10, global = 3.71955e-20, cumulative = -2.01663e-18
DICPCG: Solving for p, Initial residual = 0.00619011, Final residual = 9.67215e-07, No Iterations 137
time step continuity errors : sum local = 1.4501e-10, global = 1.69215e-20, cumulative = -1.99971e-18
BiCGStab: Solving for omega, Initial residual = 0.000604526, Final residual = 6.14214e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000713879, Final residual = 1.00165e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.49443e-05, Final residual = 1.49673e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.14145e-05, Final residual = 5.85518e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00351023, Final residual = 2.64063e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0106491, Final residual = 9.71736e-07, No Iterations 131
time step continuity errors : sum local = 1.42495e-10, global = -3.90265e-21, cumulative = -2.00361e-18
DICPCG: Solving for p, Initial residual = 0.00203005, Final residual = 9.65356e-07, No Iterations 76
time step continuity errors : sum local = 1.38876e-10, global = -1.28119e-19, cumulative = -2.13173e-18
BiCGStab: Solving for omega, Initial residual = 3.72923e-05, Final residual = 8.18282e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.27701e-05, Final residual = 1.48712e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.89572e-06, Final residual = 6.65327e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.8801e-06, Final residual = 4.18332e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000534252, Final residual = 1.68574e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00173294, Final residual = 9.59428e-07, No Iterations 45
time step continuity errors : sum local = 1.37919e-10, global = -3.39822e-21, cumulative = -2.13513e-18
DICPCG: Solving for p, Initial residual = 0.00031588, Final residual = 9.54053e-07, No Iterations 15
time step continuity errors : sum local = 1.37175e-10, global = 2.52006e-20, cumulative = -2.10993e-18
BiCGStab: Solving for omega, Initial residual = 2.25371e-05, Final residual = 6.61142e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.60978e-06, Final residual = 3.60978e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.76009e-07, Final residual = 8.813e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.54104e-07, Final residual = 4.26055e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000101974, Final residual = 3.23434e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000425326, Final residual = 8.61741e-07, No Iterations 10
time step continuity errors : sum local = 1.24255e-10, global = 3.37326e-20, cumulative = -2.0762e-18
DICPCG: Solving for p, Initial residual = 7.82168e-05, Final residual = 8.79287e-07, No Iterations 6
time step continuity errors : sum local = 1.26706e-10, global = 4.95069e-21, cumulative = -2.07125e-18
BiCGStab: Solving for omega, Initial residual = 1.78865e-05, Final residual = 5.98241e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.60994e-06, Final residual = 3.60994e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.49993e-07, Final residual = 1.47583e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.32566e-07, Final residual = 7.58887e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.16872e-05, Final residual = 5.69217e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000113175, Final residual = 7.1325e-07, No Iterations 5
time step continuity errors : sum local = 1.0345e-10, global = 9.36078e-20, cumulative = -1.97764e-18
DICPCG: Solving for p, Initial residual = 2.17917e-05, Final residual = 7.44625e-07, No Iterations 3
time step continuity errors : sum local = 1.07843e-10, global = 4.83989e-20, cumulative = -1.92924e-18
BiCGStab: Solving for omega, Initial residual = 1.77528e-05, Final residual = 6.00836e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.62851e-06, Final residual = 3.62851e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 931.24 s ClockTime = 931 s Max(PAc) = 153597 Pa
Courant Number mean: 0.0534598 max: 0.98978 velocity magnitude: 1.24572
deltaT = 0.0005
Time = 1.462
--> Cloud: bubbleCloud
Added 124 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 542052
Mass introduced by injector = 4.97093e-10
Number of parcels added continuously = 1196
Mass introduced continuously = 1.10803e-12
Current number of parcels = 3885655
Current mass in system = 4.41461e-09
Number of parcels shifted at least once = 4509
Number of parcel shifts towards cell center = 4517
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00602082, Final user-defined norm residual = 5.86899e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.25841e-05, Final user-defined norm residual = 4.08229e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.75324e-09, Final user-defined norm residual = 2.75759e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00077084, Final residual = 3.34845e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000583687, Final residual = 2.04373e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0375418, Final residual = 9.11224e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0420056, Final residual = 9.41483e-07, No Iterations 251
time step continuity errors : sum local = 1.31779e-10, global = -1.4297e-20, cumulative = -1.94354e-18
DICPCG: Solving for p, Initial residual = 0.0055373, Final residual = 9.20396e-07, No Iterations 128
time step continuity errors : sum local = 1.36e-10, global = 3.8756e-20, cumulative = -1.90478e-18
BiCGStab: Solving for omega, Initial residual = 0.00059899, Final residual = 6.07946e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000715805, Final residual = 9.99692e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.73805e-05, Final residual = 1.34224e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.28035e-05, Final residual = 5.72245e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00367266, Final residual = 3.00185e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.011335, Final residual = 9.26192e-07, No Iterations 242
time step continuity errors : sum local = 1.29724e-10, global = -1.17084e-20, cumulative = -1.91649e-18
DICPCG: Solving for p, Initial residual = 0.0022613, Final residual = 9.44551e-07, No Iterations 79
time step continuity errors : sum local = 1.37519e-10, global = 4.62836e-20, cumulative = -1.87021e-18
BiCGStab: Solving for omega, Initial residual = 2.82027e-05, Final residual = 6.64979e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.30982e-05, Final residual = 1.54743e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.34303e-06, Final residual = 6.73019e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.21452e-06, Final residual = 4.50522e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000565567, Final residual = 1.92698e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00186646, Final residual = 9.34313e-07, No Iterations 53
time step continuity errors : sum local = 1.36374e-10, global = 1.4175e-20, cumulative = -1.85603e-18
DICPCG: Solving for p, Initial residual = 0.000346482, Final residual = 9.72555e-07, No Iterations 20
time step continuity errors : sum local = 1.41699e-10, global = 1.67447e-20, cumulative = -1.83929e-18
BiCGStab: Solving for omega, Initial residual = 1.56446e-05, Final residual = 5.70327e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.63075e-06, Final residual = 3.63075e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.12496e-06, Final residual = 9.39283e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.56812e-07, Final residual = 4.5261e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000107686, Final residual = 3.28161e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000460741, Final residual = 9.85616e-07, No Iterations 10
time step continuity errors : sum local = 1.4352e-10, global = -3.84476e-21, cumulative = -1.84313e-18
DICPCG: Solving for p, Initial residual = 8.49764e-05, Final residual = 9.55184e-07, No Iterations 6
time step continuity errors : sum local = 1.39244e-10, global = 5.42266e-20, cumulative = -1.78891e-18
BiCGStab: Solving for omega, Initial residual = 1.70574e-05, Final residual = 6.75907e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.62783e-06, Final residual = 3.62783e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.91447e-07, Final residual = 1.50364e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.5734e-07, Final residual = 7.91488e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.19131e-05, Final residual = 5.90385e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000129547, Final residual = 7.37714e-07, No Iterations 5
time step continuity errors : sum local = 1.08761e-10, global = -1.61316e-19, cumulative = -1.95022e-18
DICPCG: Solving for p, Initial residual = 2.3238e-05, Final residual = 8.92594e-07, No Iterations 3
time step continuity errors : sum local = 1.30466e-10, global = 7.17302e-20, cumulative = -1.87849e-18
BiCGStab: Solving for omega, Initial residual = 1.96692e-05, Final residual = 8.00698e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.64903e-06, Final residual = 3.64903e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 949.36 s ClockTime = 949 s Max(PAc) = 153367 Pa
Courant Number mean: 0.0534789 max: 0.981162 velocity magnitude: 1.24389
deltaT = 0.0005
Time = 1.4625
--> Cloud: bubbleCloud
Added 171 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 542223
Mass introduced by injector = 4.97269e-10
Number of parcels added continuously = 1182
Mass introduced continuously = 1.18802e-12
Current number of parcels = 3886491
Current mass in system = 4.41543e-09
Number of parcels shifted at least once = 4542
Number of parcel shifts towards cell center = 4550
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00586787, Final user-defined norm residual = 0.000148241
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.18105e-05, Final user-defined norm residual = 8.03467e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.72418e-07, Final user-defined norm residual = 4.13266e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000774302, Final residual = 3.28153e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000583834, Final residual = 2.12471e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0398201, Final residual = 8.7621e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0433564, Final residual = 9.06627e-07, No Iterations 179
time step continuity errors : sum local = 1.43642e-10, global = 1.79523e-19, cumulative = -1.69897e-18
DICPCG: Solving for p, Initial residual = 0.00610509, Final residual = 9.38564e-07, No Iterations 150
time step continuity errors : sum local = 1.52743e-10, global = 3.53435e-20, cumulative = -1.66362e-18
BiCGStab: Solving for omega, Initial residual = 0.000611524, Final residual = 7.30113e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000718098, Final residual = 9.94106e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.8578e-05, Final residual = 1.4539e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.23413e-05, Final residual = 6.13237e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0040593, Final residual = 2.91264e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0113436, Final residual = 9.95725e-07, No Iterations 245
time step continuity errors : sum local = 1.39249e-10, global = -1.45735e-19, cumulative = -1.80936e-18
DICPCG: Solving for p, Initial residual = 0.00233431, Final residual = 9.93049e-07, No Iterations 81
time step continuity errors : sum local = 1.45035e-10, global = -6.75648e-20, cumulative = -1.87692e-18
BiCGStab: Solving for omega, Initial residual = 3.92154e-05, Final residual = 7.40804e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.29808e-05, Final residual = 1.75228e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.71638e-06, Final residual = 7.23623e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.2137e-06, Final residual = 4.27201e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000644, Final residual = 1.89847e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00192528, Final residual = 9.7374e-07, No Iterations 47
time step continuity errors : sum local = 1.42863e-10, global = 3.92287e-20, cumulative = -1.8377e-18
DICPCG: Solving for p, Initial residual = 0.000358752, Final residual = 9.97816e-07, No Iterations 25
time step continuity errors : sum local = 1.46187e-10, global = -1.65258e-20, cumulative = -1.85422e-18
BiCGStab: Solving for omega, Initial residual = 2.60024e-05, Final residual = 5.67668e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.72381e-06, Final residual = 3.72381e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.18186e-06, Final residual = 8.32399e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.26728e-07, Final residual = 4.61801e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000120768, Final residual = 3.65239e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000503677, Final residual = 9.84698e-07, No Iterations 19
time step continuity errors : sum local = 1.44347e-10, global = 1.0863e-20, cumulative = -1.84336e-18
DICPCG: Solving for p, Initial residual = 9.30624e-05, Final residual = 9.35563e-07, No Iterations 7
time step continuity errors : sum local = 1.37462e-10, global = 2.15077e-20, cumulative = -1.82185e-18
BiCGStab: Solving for omega, Initial residual = 2.70202e-05, Final residual = 5.49301e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.70924e-06, Final residual = 3.70924e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.02973e-07, Final residual = 1.40243e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.54882e-07, Final residual = 8.01262e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.48046e-05, Final residual = 6.50053e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000130403, Final residual = 8.01726e-07, No Iterations 6
time step continuity errors : sum local = 1.18737e-10, global = 1.2836e-19, cumulative = -1.69349e-18
DICPCG: Solving for p, Initial residual = 2.38579e-05, Final residual = 6.11909e-07, No Iterations 4
time step continuity errors : sum local = 9.21793e-11, global = 4.84403e-20, cumulative = -1.64505e-18
BiCGStab: Solving for omega, Initial residual = 2.40407e-05, Final residual = 5.49994e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.73702e-06, Final residual = 3.73702e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 967.58 s ClockTime = 967 s Max(PAc) = 154231 Pa
Courant Number mean: 0.0534982 max: 0.986694 velocity magnitude: 1.24249
deltaT = 0.0005
Time = 1.463
--> Cloud: bubbleCloud
Added 167 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 542390
Mass introduced by injector = 4.97406e-10
Number of parcels added continuously = 1137
Mass introduced continuously = 1.12079e-12
Current number of parcels = 3887300
Current mass in system = 4.41616e-09
Number of parcels shifted at least once = 4414
Number of parcel shifts towards cell center = 4420
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00626356, Final user-defined norm residual = 0.000151401
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.25112e-05, Final user-defined norm residual = 4.75301e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.02066e-07, Final user-defined norm residual = 3.23959e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000774109, Final residual = 3.2278e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000588322, Final residual = 2.04721e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0412868, Final residual = 9.17366e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0431501, Final residual = 9.99191e-07, No Iterations 263
time step continuity errors : sum local = 1.39184e-10, global = 1.65154e-20, cumulative = -1.62853e-18
DICPCG: Solving for p, Initial residual = 0.0065026, Final residual = 9.58748e-07, No Iterations 149
time step continuity errors : sum local = 1.47865e-10, global = 7.04293e-20, cumulative = -1.5581e-18
BiCGStab: Solving for omega, Initial residual = 0.000616985, Final residual = 6.13085e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000720454, Final residual = 1.00004e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.13584e-05, Final residual = 1.47513e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.34998e-05, Final residual = 5.54581e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00392956, Final residual = 2.94585e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0127593, Final residual = 9.80981e-07, No Iterations 119
time step continuity errors : sum local = 1.41928e-10, global = 2.91251e-21, cumulative = -1.55519e-18
DICPCG: Solving for p, Initial residual = 0.00254287, Final residual = 9.68753e-07, No Iterations 72
time step continuity errors : sum local = 1.38041e-10, global = -1.69439e-20, cumulative = -1.57214e-18
BiCGStab: Solving for omega, Initial residual = 3.3711e-05, Final residual = 4.92238e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.33772e-05, Final residual = 1.93975e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.45073e-06, Final residual = 7.0328e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.57209e-06, Final residual = 4.17911e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000592948, Final residual = 1.87356e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00229792, Final residual = 9.35227e-07, No Iterations 68
time step continuity errors : sum local = 1.33506e-10, global = 1.06016e-19, cumulative = -1.46612e-18
DICPCG: Solving for p, Initial residual = 0.00042327, Final residual = 9.69772e-07, No Iterations 34
time step continuity errors : sum local = 1.38406e-10, global = -2.0294e-20, cumulative = -1.48641e-18
BiCGStab: Solving for omega, Initial residual = 1.9075e-05, Final residual = 3.37108e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.12568e-06, Final residual = 4.12568e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.32598e-06, Final residual = 8.62352e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.9215e-07, Final residual = 4.77424e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000109615, Final residual = 3.40474e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000592093, Final residual = 9.20317e-07, No Iterations 25
time step continuity errors : sum local = 1.31537e-10, global = 4.52542e-20, cumulative = -1.44116e-18
DICPCG: Solving for p, Initial residual = 0.000112515, Final residual = 9.93667e-07, No Iterations 8
time step continuity errors : sum local = 1.41746e-10, global = -8.29553e-20, cumulative = -1.52412e-18
BiCGStab: Solving for omega, Initial residual = 1.36897e-05, Final residual = 3.46674e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.13164e-06, Final residual = 4.13164e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.06444e-07, Final residual = 1.5176e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.95628e-07, Final residual = 8.67325e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.28686e-05, Final residual = 6.16815e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00016881, Final residual = 9.8777e-07, No Iterations 7
time step continuity errors : sum local = 1.40925e-10, global = -1.87314e-20, cumulative = -1.54285e-18
DICPCG: Solving for p, Initial residual = 2.91176e-05, Final residual = 7.48962e-07, No Iterations 4
time step continuity errors : sum local = 1.07636e-10, global = -1.90166e-20, cumulative = -1.56186e-18
BiCGStab: Solving for omega, Initial residual = 1.43161e-05, Final residual = 3.63021e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.14958e-06, Final residual = 4.14958e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 985.83 s ClockTime = 986 s Max(PAc) = 155259 Pa
Courant Number mean: 0.0535184 max: 1.00186 velocity magnitude: 1.24228
deltaT = 0.000485714
Time = 1.46349
--> Cloud: bubbleCloud
Added 120 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 542510
Mass introduced by injector = 4.97537e-10
Number of parcels added continuously = 1126
Mass introduced continuously = 1.08084e-12
Current number of parcels = 3888074
Current mass in system = 4.41686e-09
Number of parcels shifted at least once = 4519
Number of parcel shifts towards cell center = 4525
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00591962, Final user-defined norm residual = 7.58974e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.62896e-05, Final user-defined norm residual = 5.86066e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.25788e-08, Final user-defined norm residual = 5.30316e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000763096, Final residual = 2.99332e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000585338, Final residual = 1.69142e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0413748, Final residual = 9.15181e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0501328, Final residual = 8.10284e-07, No Iterations 256
time step continuity errors : sum local = 1.06727e-10, global = 2.21384e-20, cumulative = -1.53973e-18
DICPCG: Solving for p, Initial residual = 0.00650322, Final residual = 9.25026e-07, No Iterations 133
time step continuity errors : sum local = 1.36123e-10, global = 1.02924e-19, cumulative = -1.4368e-18
BiCGStab: Solving for omega, Initial residual = 0.000599301, Final residual = 5.12055e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000701727, Final residual = 8.64757e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.16873e-05, Final residual = 1.33722e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.41336e-05, Final residual = 5.00659e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00393592, Final residual = 2.54072e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0141754, Final residual = 9.46139e-07, No Iterations 248
time step continuity errors : sum local = 1.24218e-10, global = -2.39453e-20, cumulative = -1.46075e-18
DICPCG: Solving for p, Initial residual = 0.0026234, Final residual = 9.91837e-07, No Iterations 83
time step continuity errors : sum local = 1.35828e-10, global = 2.70712e-20, cumulative = -1.43368e-18
BiCGStab: Solving for omega, Initial residual = 2.4954e-05, Final residual = 4.5885e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.34574e-05, Final residual = 1.82508e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.62093e-06, Final residual = 6.22251e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.74221e-06, Final residual = 4.12057e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000580413, Final residual = 1.53515e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00257231, Final residual = 9.55712e-07, No Iterations 84
time step continuity errors : sum local = 1.31531e-10, global = 7.40807e-20, cumulative = -1.35959e-18
DICPCG: Solving for p, Initial residual = 0.000440246, Final residual = 9.18983e-07, No Iterations 52
time step continuity errors : sum local = 1.26595e-10, global = 9.07319e-21, cumulative = -1.35052e-18
BiCGStab: Solving for omega, Initial residual = 9.55802e-06, Final residual = 9.55802e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.36569e-06, Final residual = 4.36569e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.46479e-06, Final residual = 8.68773e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.27836e-07, Final residual = 4.12991e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000107066, Final residual = 2.88759e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000658382, Final residual = 9.7296e-07, No Iterations 17
time step continuity errors : sum local = 1.33706e-10, global = 7.43532e-20, cumulative = -1.27617e-18
DICPCG: Solving for p, Initial residual = 0.000113638, Final residual = 9.20112e-07, No Iterations 8
time step continuity errors : sum local = 1.26741e-10, global = 3.61507e-20, cumulative = -1.24002e-18
BiCGStab: Solving for omega, Initial residual = 9.68716e-06, Final residual = 9.68716e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.40151e-06, Final residual = 4.40151e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.92333e-07, Final residual = 1.31655e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.03376e-07, Final residual = 7.59015e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.21986e-05, Final residual = 4.71444e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000181995, Final residual = 9.04093e-07, No Iterations 6
time step continuity errors : sum local = 1.24635e-10, global = 6.4483e-20, cumulative = -1.17553e-18
DICPCG: Solving for p, Initial residual = 3.05485e-05, Final residual = 6.71246e-07, No Iterations 4
time step continuity errors : sum local = 9.39867e-11, global = 5.46896e-20, cumulative = -1.12085e-18
BiCGStab: Solving for omega, Initial residual = 9.69209e-06, Final residual = 9.69209e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.40659e-06, Final residual = 4.40659e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1003.96 s ClockTime = 1004 s Max(PAc) = 155526 Pa
Courant Number mean: 0.0520095 max: 0.988308 velocity magnitude: 1.2481
deltaT = 0.000485714
Time = 1.46397
--> Cloud: bubbleCloud
Added 204 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 542714
Mass introduced by injector = 4.97736e-10
Number of parcels added continuously = 1102
Mass introduced continuously = 9.93783e-13
Current number of parcels = 3888911
Current mass in system = 4.41752e-09
Number of parcels shifted at least once = 4283
Number of parcel shifts towards cell center = 4290
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00619105, Final user-defined norm residual = 9.99639e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.14594e-05, Final user-defined norm residual = 1.22957e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.63959e-08, Final user-defined norm residual = 4.5764e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000775895, Final residual = 2.97586e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000587801, Final residual = 1.74786e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0431145, Final residual = 1.06867e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0600653, Final residual = 8.70454e-07, No Iterations 261
time step continuity errors : sum local = 1.14741e-10, global = -3.77348e-20, cumulative = -1.15858e-18
DICPCG: Solving for p, Initial residual = 0.00858534, Final residual = 9.85354e-07, No Iterations 143
time step continuity errors : sum local = 1.39387e-10, global = 9.32304e-20, cumulative = -1.06535e-18
BiCGStab: Solving for omega, Initial residual = 0.000609701, Final residual = 4.9016e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000704562, Final residual = 8.49269e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.43225e-05, Final residual = 1.35073e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.56684e-05, Final residual = 5.10883e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00399889, Final residual = 3.08108e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0157746, Final residual = 9.74603e-07, No Iterations 142
time step continuity errors : sum local = 1.3676e-10, global = -4.51771e-20, cumulative = -1.11053e-18
DICPCG: Solving for p, Initial residual = 0.00304028, Final residual = 9.91836e-07, No Iterations 94
time step continuity errors : sum local = 1.37018e-10, global = 5.16079e-20, cumulative = -1.05892e-18
BiCGStab: Solving for omega, Initial residual = 2.87901e-05, Final residual = 5.64378e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.34478e-05, Final residual = 1.75281e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 7.22119e-06, Final residual = 6.42063e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.37463e-06, Final residual = 3.70716e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00060401, Final residual = 1.80682e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00330957, Final residual = 9.99944e-07, No Iterations 83
time step continuity errors : sum local = 1.38366e-10, global = -6.94272e-21, cumulative = -1.06586e-18
DICPCG: Solving for p, Initial residual = 0.000560149, Final residual = 9.83188e-07, No Iterations 44
time step continuity errors : sum local = 1.36248e-10, global = -8.66771e-20, cumulative = -1.15254e-18
BiCGStab: Solving for omega, Initial residual = 1.36806e-05, Final residual = 5.16156e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.21456e-06, Final residual = 4.21456e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.81101e-06, Final residual = 7.99066e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.11489e-07, Final residual = 3.94918e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00011143, Final residual = 3.06402e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000844525, Final residual = 9.68728e-07, No Iterations 19
time step continuity errors : sum local = 1.34356e-10, global = -1.62209e-19, cumulative = -1.31475e-18
DICPCG: Solving for p, Initial residual = 0.000153257, Final residual = 8.38623e-07, No Iterations 9
time step continuity errors : sum local = 1.17096e-10, global = -1.21184e-19, cumulative = -1.43593e-18
BiCGStab: Solving for omega, Initial residual = 1.26579e-05, Final residual = 6.17026e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.24194e-06, Final residual = 4.24194e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 5.53149e-07, Final residual = 1.35068e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.52768e-07, Final residual = 7.57736e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.21578e-05, Final residual = 5.36741e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000257228, Final residual = 9.43356e-07, No Iterations 6
time step continuity errors : sum local = 1.30985e-10, global = 5.72521e-20, cumulative = -1.37868e-18
DICPCG: Solving for p, Initial residual = 4.19135e-05, Final residual = 7.37446e-07, No Iterations 4
time step continuity errors : sum local = 1.03676e-10, global = -1.95294e-20, cumulative = -1.39821e-18
BiCGStab: Solving for omega, Initial residual = 1.30796e-05, Final residual = 6.34052e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.25584e-06, Final residual = 4.25584e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1022.31 s ClockTime = 1022 s Max(PAc) = 155525 Pa
Courant Number mean: 0.0520301 max: 1.0006 velocity magnitude: 1.26386
deltaT = 0.000471429
Time = 1.46444
--> Cloud: bubbleCloud
Added 188 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 542902
Mass introduced by injector = 4.9789e-10
Number of parcels added continuously = 1199
Mass introduced continuously = 1.18034e-12
Current number of parcels = 3889820
Current mass in system = 4.41836e-09
Number of parcels shifted at least once = 4288
Number of parcel shifts towards cell center = 4295
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00621837, Final user-defined norm residual = 0.000121426
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.60663e-05, Final user-defined norm residual = 3.09609e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.64658e-08, Final user-defined norm residual = 4.95492e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000744861, Final residual = 2.26813e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000567312, Final residual = 1.42973e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0402271, Final residual = 6.6555e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0552655, Final residual = 9.00014e-07, No Iterations 257
time step continuity errors : sum local = 1.14372e-10, global = 5.42613e-20, cumulative = -1.34395e-18
DICPCG: Solving for p, Initial residual = 0.00778385, Final residual = 9.853e-07, No Iterations 134
time step continuity errors : sum local = 1.37154e-10, global = 5.16589e-20, cumulative = -1.29229e-18
BiCGStab: Solving for omega, Initial residual = 0.000600841, Final residual = 4.35232e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000686424, Final residual = 7.38753e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.22358e-05, Final residual = 1.05455e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.40693e-05, Final residual = 4.22195e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00373673, Final residual = 2.07235e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.014793, Final residual = 9.76133e-07, No Iterations 253
time step continuity errors : sum local = 1.25174e-10, global = 5.53167e-20, cumulative = -1.23697e-18
DICPCG: Solving for p, Initial residual = 0.00284042, Final residual = 9.94598e-07, No Iterations 90
time step continuity errors : sum local = 1.32167e-10, global = -2.61316e-20, cumulative = -1.2631e-18
BiCGStab: Solving for omega, Initial residual = 3.18244e-05, Final residual = 7.28846e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.27873e-05, Final residual = 1.47422e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 6.26625e-06, Final residual = 5.09197e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.85036e-06, Final residual = 3.04866e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000565902, Final residual = 1.29684e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00304995, Final residual = 8.94863e-07, No Iterations 70
time step continuity errors : sum local = 1.19895e-10, global = -8.46725e-21, cumulative = -1.27157e-18
DICPCG: Solving for p, Initial residual = 0.000526757, Final residual = 9.7478e-07, No Iterations 39
time step continuity errors : sum local = 1.30226e-10, global = -2.02953e-20, cumulative = -1.29187e-18
BiCGStab: Solving for omega, Initial residual = 1.77914e-05, Final residual = 4.20746e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.26609e-06, Final residual = 4.26609e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.66551e-06, Final residual = 6.55681e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.66617e-07, Final residual = 3.27793e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000104948, Final residual = 2.68828e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000798395, Final residual = 9.59276e-07, No Iterations 18
time step continuity errors : sum local = 1.28241e-10, global = -2.7903e-20, cumulative = -1.31977e-18
DICPCG: Solving for p, Initial residual = 0.000129421, Final residual = 8.6536e-07, No Iterations 7
time step continuity errors : sum local = 1.16137e-10, global = 6.40008e-20, cumulative = -1.25577e-18
BiCGStab: Solving for omega, Initial residual = 1.79005e-05, Final residual = 7.02748e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.29753e-06, Final residual = 4.29753e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.71411e-07, Final residual = 1.13016e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.1193e-07, Final residual = 6.17588e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.18253e-05, Final residual = 4.56423e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000223903, Final residual = 7.99212e-07, No Iterations 7
time step continuity errors : sum local = 1.07616e-10, global = 7.86354e-20, cumulative = -1.17713e-18
DICPCG: Solving for p, Initial residual = 3.57671e-05, Final residual = 6.95571e-07, No Iterations 4
time step continuity errors : sum local = 9.42642e-11, global = 1.09382e-20, cumulative = -1.16619e-18
BiCGStab: Solving for omega, Initial residual = 1.88415e-05, Final residual = 5.38519e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.30175e-06, Final residual = 4.30175e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1040.58 s ClockTime = 1040 s Max(PAc) = 155340 Pa
Courant Number mean: 0.050519 max: 0.975557 velocity magnitude: 1.286
deltaT = 0.000471429
Time = 1.46491
--> Cloud: bubbleCloud
Added 141 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 543043
Mass introduced by injector = 4.97994e-10
Number of parcels added continuously = 1081
Mass introduced continuously = 1.04544e-12
Current number of parcels = 3890518
Current mass in system = 4.41897e-09
Number of parcels shifted at least once = 4227
Number of parcel shifts towards cell center = 4231
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00587705, Final user-defined norm residual = 0.000208212
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.46914e-05, Final user-defined norm residual = 9.43583e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.02542e-07, Final user-defined norm residual = 2.43635e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000745745, Final residual = 2.50011e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.0005619, Final residual = 1.43175e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0412491, Final residual = 6.95741e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0485021, Final residual = 8.68955e-07, No Iterations 266
time step continuity errors : sum local = 1.1219e-10, global = 1.18079e-19, cumulative = -1.04811e-18
DICPCG: Solving for p, Initial residual = 0.00631974, Final residual = 9.8176e-07, No Iterations 148
time step continuity errors : sum local = 1.31281e-10, global = 1.82069e-20, cumulative = -1.02991e-18
BiCGStab: Solving for omega, Initial residual = 0.000605403, Final residual = 5.25622e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000688435, Final residual = 7.47155e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.05374e-05, Final residual = 1.10396e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.31908e-05, Final residual = 4.86523e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00355694, Final residual = 2.13465e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0132034, Final residual = 8.94961e-07, No Iterations 133
time step continuity errors : sum local = 1.27086e-10, global = 2.93276e-20, cumulative = -1.00058e-18
DICPCG: Solving for p, Initial residual = 0.00247278, Final residual = 9.87939e-07, No Iterations 78
time step continuity errors : sum local = 1.37036e-10, global = 8.58958e-21, cumulative = -9.91991e-19
BiCGStab: Solving for omega, Initial residual = 2.84418e-05, Final residual = 5.15579e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.31143e-05, Final residual = 1.62424e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.43131e-06, Final residual = 5.1075e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.45069e-06, Final residual = 3.11051e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000515587, Final residual = 1.33918e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00236433, Final residual = 9.50906e-07, No Iterations 69
time step continuity errors : sum local = 1.32047e-10, global = -5.35946e-20, cumulative = -1.04559e-18
DICPCG: Solving for p, Initial residual = 0.000404811, Final residual = 9.96809e-07, No Iterations 46
time step continuity errors : sum local = 1.3799e-10, global = -6.2141e-20, cumulative = -1.10773e-18
BiCGStab: Solving for omega, Initial residual = 1.46289e-05, Final residual = 4.91549e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.38705e-06, Final residual = 4.38705e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.30312e-06, Final residual = 6.6688e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.07452e-07, Final residual = 3.30387e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.93926e-05, Final residual = 2.52345e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000582651, Final residual = 9.82116e-07, No Iterations 26
time step continuity errors : sum local = 1.3607e-10, global = 7.66871e-20, cumulative = -1.03104e-18
DICPCG: Solving for p, Initial residual = 9.34348e-05, Final residual = 9.10412e-07, No Iterations 8
time step continuity errors : sum local = 1.26737e-10, global = 1.07648e-20, cumulative = -1.02027e-18
BiCGStab: Solving for omega, Initial residual = 1.22831e-05, Final residual = 3.54792e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.37459e-06, Final residual = 4.37459e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.42338e-07, Final residual = 1.30772e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.73066e-07, Final residual = 6.52065e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.80048e-05, Final residual = 4.03951e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00015708, Final residual = 9.56692e-07, No Iterations 7
time step continuity errors : sum local = 1.32742e-10, global = -5.67748e-21, cumulative = -1.02595e-18
DICPCG: Solving for p, Initial residual = 2.48576e-05, Final residual = 7.98731e-07, No Iterations 4
time step continuity errors : sum local = 1.12225e-10, global = 8.17944e-20, cumulative = -9.44157e-19
BiCGStab: Solving for omega, Initial residual = 1.21815e-05, Final residual = 4.72911e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.41442e-06, Final residual = 4.41442e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1058.56 s ClockTime = 1058 s Max(PAc) = 156351 Pa
Courant Number mean: 0.0505374 max: 0.973515 velocity magnitude: 1.31041
deltaT = 0.000471429
Time = 1.46539
--> Cloud: bubbleCloud
Added 177 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 543220
Mass introduced by injector = 4.98152e-10
Number of parcels added continuously = 1158
Mass introduced continuously = 1.01868e-12
Current number of parcels = 3891364
Current mass in system = 4.41967e-09
Number of parcels shifted at least once = 4203
Number of parcel shifts towards cell center = 4211
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0058655, Final user-defined norm residual = 0.000151299
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.24531e-05, Final user-defined norm residual = 8.45621e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.81386e-07, Final user-defined norm residual = 3.70719e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000737876, Final residual = 2.28809e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000566637, Final residual = 1.45715e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.040827, Final residual = 6.60248e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0472376, Final residual = 8.88502e-07, No Iterations 266
time step continuity errors : sum local = 1.15354e-10, global = 8.273e-21, cumulative = -9.35884e-19
DICPCG: Solving for p, Initial residual = 0.00609948, Final residual = 8.97902e-07, No Iterations 149
time step continuity errors : sum local = 1.17635e-10, global = 3.00694e-20, cumulative = -9.05815e-19
BiCGStab: Solving for omega, Initial residual = 0.000603297, Final residual = 5.80584e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000690027, Final residual = 7.4175e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.87316e-05, Final residual = 1.10825e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.37343e-05, Final residual = 4.25586e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00369698, Final residual = 1.96562e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0137893, Final residual = 9.12877e-07, No Iterations 115
time step continuity errors : sum local = 1.38442e-10, global = -5.33455e-21, cumulative = -9.1115e-19
DICPCG: Solving for p, Initial residual = 0.00245732, Final residual = 9.45754e-07, No Iterations 82
time step continuity errors : sum local = 1.40567e-10, global = -5.47567e-20, cumulative = -9.65906e-19
BiCGStab: Solving for omega, Initial residual = 2.81601e-05, Final residual = 4.96206e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.35851e-05, Final residual = 1.74359e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.39225e-06, Final residual = 5.03961e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.71726e-06, Final residual = 3.09113e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00054605, Final residual = 1.20371e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00268708, Final residual = 9.83154e-07, No Iterations 51
time step continuity errors : sum local = 1.4548e-10, global = -3.18886e-20, cumulative = -9.97795e-19
DICPCG: Solving for p, Initial residual = 0.000435295, Final residual = 9.93837e-07, No Iterations 35
time step continuity errors : sum local = 1.46798e-10, global = -6.09451e-20, cumulative = -1.05874e-18
BiCGStab: Solving for omega, Initial residual = 1.20911e-05, Final residual = 3.3173e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.41263e-06, Final residual = 4.41263e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.32807e-06, Final residual = 7.37543e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.89035e-07, Final residual = 3.57341e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000103408, Final residual = 2.34131e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000702454, Final residual = 9.62354e-07, No Iterations 20
time step continuity errors : sum local = 1.42715e-10, global = -6.0392e-20, cumulative = -1.11913e-18
DICPCG: Solving for p, Initial residual = 0.000115398, Final residual = 9.69085e-07, No Iterations 8
time step continuity errors : sum local = 1.43572e-10, global = -5.00572e-20, cumulative = -1.16919e-18
BiCGStab: Solving for omega, Initial residual = 1.07132e-05, Final residual = 3.62792e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.45156e-06, Final residual = 4.45156e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.80364e-07, Final residual = 1.17098e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.81418e-07, Final residual = 6.64536e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.18723e-05, Final residual = 4.03089e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000197146, Final residual = 9.09085e-07, No Iterations 7
time step continuity errors : sum local = 1.3579e-10, global = -2.23546e-20, cumulative = -1.19154e-18
DICPCG: Solving for p, Initial residual = 3.21215e-05, Final residual = 7.92067e-07, No Iterations 4
time step continuity errors : sum local = 1.20614e-10, global = -3.34424e-20, cumulative = -1.22499e-18
BiCGStab: Solving for omega, Initial residual = 1.11881e-05, Final residual = 4.17893e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.43821e-06, Final residual = 4.43821e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1076.69 s ClockTime = 1077 s Max(PAc) = 155493 Pa
Courant Number mean: 0.0505561 max: 0.973446 velocity magnitude: 1.32593
deltaT = 0.000471429
Time = 1.46586
--> Cloud: bubbleCloud
Added 152 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 543372
Mass introduced by injector = 4.98319e-10
Number of parcels added continuously = 1194
Mass introduced continuously = 1.13824e-12
Current number of parcels = 3892199
Current mass in system = 4.42044e-09
Number of parcels shifted at least once = 4146
Number of parcel shifts towards cell center = 4152
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00634008, Final user-defined norm residual = 8.38861e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.7994e-05, Final user-defined norm residual = 8.84234e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.89677e-08, Final user-defined norm residual = 6.81401e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000738261, Final residual = 2.33245e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000565942, Final residual = 1.43828e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0415723, Final residual = 7.53832e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.050571, Final residual = 9.83342e-07, No Iterations 170
time step continuity errors : sum local = 1.46864e-10, global = 2.2634e-20, cumulative = -1.20235e-18
DICPCG: Solving for p, Initial residual = 0.00770338, Final residual = 9.92951e-07, No Iterations 147
time step continuity errors : sum local = 1.39378e-10, global = 1.36491e-20, cumulative = -1.1887e-18
BiCGStab: Solving for omega, Initial residual = 0.000608499, Final residual = 7.44986e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000692223, Final residual = 7.38817e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.90327e-05, Final residual = 1.11376e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.51205e-05, Final residual = 4.64636e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00383807, Final residual = 2.16974e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0139041, Final residual = 9.04922e-07, No Iterations 245
time step continuity errors : sum local = 1.17353e-10, global = -3.09743e-20, cumulative = -1.21968e-18
DICPCG: Solving for p, Initial residual = 0.00260969, Final residual = 9.81652e-07, No Iterations 90
time step continuity errors : sum local = 1.31821e-10, global = 4.28616e-20, cumulative = -1.17682e-18
BiCGStab: Solving for omega, Initial residual = 2.95549e-05, Final residual = 5.54631e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.34646e-05, Final residual = 1.55136e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.20534e-06, Final residual = 5.25242e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.77134e-06, Final residual = 3.12981e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000584478, Final residual = 1.29658e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00254266, Final residual = 9.64192e-07, No Iterations 62
time step continuity errors : sum local = 1.29908e-10, global = -8.90793e-20, cumulative = -1.2659e-18
DICPCG: Solving for p, Initial residual = 0.000431941, Final residual = 9.91194e-07, No Iterations 27
time step continuity errors : sum local = 1.33409e-10, global = -4.60224e-20, cumulative = -1.31192e-18
BiCGStab: Solving for omega, Initial residual = 1.33292e-05, Final residual = 6.41871e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.1371e-06, Final residual = 4.1371e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.34962e-06, Final residual = 6.93011e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.14721e-07, Final residual = 3.39622e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000107411, Final residual = 2.61372e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000664005, Final residual = 9.28586e-07, No Iterations 18
time step continuity errors : sum local = 1.25291e-10, global = -6.57007e-20, cumulative = -1.37762e-18
DICPCG: Solving for p, Initial residual = 0.000106459, Final residual = 8.70041e-07, No Iterations 8
time step continuity errors : sum local = 1.17679e-10, global = 4.9954e-21, cumulative = -1.37262e-18
BiCGStab: Solving for omega, Initial residual = 1.16399e-05, Final residual = 4.64959e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.14333e-06, Final residual = 4.14333e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.92634e-07, Final residual = 1.19257e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.11104e-07, Final residual = 6.69985e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.26653e-05, Final residual = 4.28457e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.0001934, Final residual = 8.75653e-07, No Iterations 7
time step continuity errors : sum local = 1.18408e-10, global = 6.52112e-21, cumulative = -1.3661e-18
DICPCG: Solving for p, Initial residual = 3.03312e-05, Final residual = 6.84733e-07, No Iterations 4
time step continuity errors : sum local = 9.36044e-11, global = -4.65102e-20, cumulative = -1.41261e-18
BiCGStab: Solving for omega, Initial residual = 1.13187e-05, Final residual = 6.78348e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.17492e-06, Final residual = 4.17492e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1094.77 s ClockTime = 1095 s Max(PAc) = 155254 Pa
Courant Number mean: 0.0505739 max: 0.970631 velocity magnitude: 1.32961
deltaT = 0.000471429
Time = 1.46633
--> Cloud: bubbleCloud
Added 141 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 543513
Mass introduced by injector = 4.9848e-10
Number of parcels added continuously = 1107
Mass introduced continuously = 1.03945e-12
Current number of parcels = 3892997
Current mass in system = 4.42114e-09
Number of parcels shifted at least once = 4141
Number of parcel shifts towards cell center = 4143
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00652761, Final user-defined norm residual = 0.000124889
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.67755e-05, Final user-defined norm residual = 2.7896e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.98088e-08, Final user-defined norm residual = 3.84603e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000737057, Final residual = 2.41769e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000564612, Final residual = 1.50277e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0430446, Final residual = 8.57117e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0523018, Final residual = 9.68481e-07, No Iterations 165
time step continuity errors : sum local = 1.51054e-10, global = -4.26037e-20, cumulative = -1.45522e-18
DICPCG: Solving for p, Initial residual = 0.00656951, Final residual = 9.96792e-07, No Iterations 147
time step continuity errors : sum local = 1.54972e-10, global = 5.11769e-20, cumulative = -1.40404e-18
BiCGStab: Solving for omega, Initial residual = 0.000608408, Final residual = 8.31553e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000694453, Final residual = 7.52878e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.82828e-05, Final residual = 1.16036e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.36902e-05, Final residual = 4.51186e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00394593, Final residual = 2.5828e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0127831, Final residual = 9.13144e-07, No Iterations 117
time step continuity errors : sum local = 1.29458e-10, global = 3.48316e-20, cumulative = -1.36921e-18
DICPCG: Solving for p, Initial residual = 0.00229111, Final residual = 9.66792e-07, No Iterations 80
time step continuity errors : sum local = 1.38969e-10, global = 1.75415e-20, cumulative = -1.35167e-18
BiCGStab: Solving for omega, Initial residual = 3.08413e-05, Final residual = 5.80947e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.34633e-05, Final residual = 1.60846e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.8263e-06, Final residual = 5.0445e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.54987e-06, Final residual = 3.05752e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000583656, Final residual = 1.52186e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00226264, Final residual = 9.65149e-07, No Iterations 58
time step continuity errors : sum local = 1.38867e-10, global = 1.1717e-19, cumulative = -1.2345e-18
DICPCG: Solving for p, Initial residual = 0.00036442, Final residual = 9.76088e-07, No Iterations 36
time step continuity errors : sum local = 1.40276e-10, global = 6.38076e-20, cumulative = -1.17069e-18
BiCGStab: Solving for omega, Initial residual = 1.7324e-05, Final residual = 5.75715e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.20778e-06, Final residual = 4.20778e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.20769e-06, Final residual = 7.26333e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.30449e-07, Final residual = 3.64735e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000104372, Final residual = 2.67059e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000581377, Final residual = 9.40586e-07, No Iterations 24
time step continuity errors : sum local = 1.35609e-10, global = -3.82783e-20, cumulative = -1.20897e-18
DICPCG: Solving for p, Initial residual = 9.85722e-05, Final residual = 8.85887e-07, No Iterations 9
time step continuity errors : sum local = 1.28412e-10, global = -5.5065e-20, cumulative = -1.26403e-18
BiCGStab: Solving for omega, Initial residual = 1.87174e-05, Final residual = 6.5815e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.25256e-06, Final residual = 4.25256e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.49222e-07, Final residual = 1.3299e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.82681e-07, Final residual = 7.06446e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.15754e-05, Final residual = 4.44587e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000168858, Final residual = 9.89286e-07, No Iterations 7
time step continuity errors : sum local = 1.4199e-10, global = -1.01089e-19, cumulative = -1.36512e-18
DICPCG: Solving for p, Initial residual = 2.88315e-05, Final residual = 6.74076e-07, No Iterations 4
time step continuity errors : sum local = 1.00587e-10, global = -4.48943e-20, cumulative = -1.41002e-18
BiCGStab: Solving for omega, Initial residual = 2.06954e-05, Final residual = 7.35497e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.24439e-06, Final residual = 4.24439e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1112.78 s ClockTime = 1113 s Max(PAc) = 154288 Pa
Courant Number mean: 0.0505916 max: 0.968511 velocity magnitude: 1.32671
deltaT = 0.000471429
Time = 1.4668
--> Cloud: bubbleCloud
Added 176 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 543689
Mass introduced by injector = 4.98627e-10
Number of parcels added continuously = 1141
Mass introduced continuously = 1.04282e-12
Current number of parcels = 3893823
Current mass in system = 4.42179e-09
Number of parcels shifted at least once = 4161
Number of parcel shifts towards cell center = 4168
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0067333, Final user-defined norm residual = 0.000135027
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.89401e-05, Final user-defined norm residual = 5.03032e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.07818e-07, Final user-defined norm residual = 1.49291e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000736584, Final residual = 2.40884e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000565307, Final residual = 1.48515e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0445534, Final residual = 8.00786e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0468279, Final residual = 9.92587e-07, No Iterations 250
time step continuity errors : sum local = 1.29081e-10, global = -4.67648e-20, cumulative = -1.45678e-18
DICPCG: Solving for p, Initial residual = 0.00556169, Final residual = 9.42528e-07, No Iterations 129
time step continuity errors : sum local = 1.26035e-10, global = 4.63431e-20, cumulative = -1.41044e-18
BiCGStab: Solving for omega, Initial residual = 0.000611623, Final residual = 8.99305e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000695451, Final residual = 7.70936e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.95421e-05, Final residual = 1.06578e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.45794e-05, Final residual = 4.38771e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00417629, Final residual = 2.4089e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0129461, Final residual = 9.52499e-07, No Iterations 132
time step continuity errors : sum local = 1.331e-10, global = 2.67244e-20, cumulative = -1.38371e-18
DICPCG: Solving for p, Initial residual = 0.00228665, Final residual = 9.89994e-07, No Iterations 77
time step continuity errors : sum local = 1.35931e-10, global = 2.80052e-20, cumulative = -1.35571e-18
BiCGStab: Solving for omega, Initial residual = 4.02945e-05, Final residual = 7.31813e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.387e-05, Final residual = 1.66777e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.0794e-06, Final residual = 5.11377e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.78885e-06, Final residual = 3.03186e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000630891, Final residual = 1.49218e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00227637, Final residual = 9.77471e-07, No Iterations 56
time step continuity errors : sum local = 1.34137e-10, global = -1.62953e-20, cumulative = -1.372e-18
DICPCG: Solving for p, Initial residual = 0.000372998, Final residual = 9.27848e-07, No Iterations 18
time step continuity errors : sum local = 1.27682e-10, global = 9.84653e-21, cumulative = -1.36216e-18
BiCGStab: Solving for omega, Initial residual = 2.98213e-05, Final residual = 6.12715e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.61465e-06, Final residual = 4.61465e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.30603e-06, Final residual = 7.70687e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.63335e-07, Final residual = 3.39174e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000115688, Final residual = 2.85689e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000567655, Final residual = 9.7478e-07, No Iterations 18
time step continuity errors : sum local = 1.33758e-10, global = -5.77218e-21, cumulative = -1.36793e-18
DICPCG: Solving for p, Initial residual = 0.000102474, Final residual = 8.89648e-07, No Iterations 8
time step continuity errors : sum local = 1.22734e-10, global = 6.20667e-20, cumulative = -1.30586e-18
BiCGStab: Solving for omega, Initial residual = 3.40123e-05, Final residual = 5.65487e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.61418e-06, Final residual = 4.61418e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.79819e-07, Final residual = 1.40965e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.8801e-07, Final residual = 6.66987e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.41366e-05, Final residual = 4.82531e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000177269, Final residual = 7.75298e-07, No Iterations 7
time step continuity errors : sum local = 1.07942e-10, global = 4.64929e-21, cumulative = -1.30121e-18
DICPCG: Solving for p, Initial residual = 2.99474e-05, Final residual = 6.50245e-07, No Iterations 4
time step continuity errors : sum local = 9.17655e-11, global = 3.82207e-20, cumulative = -1.26299e-18
BiCGStab: Solving for omega, Initial residual = 3.40119e-05, Final residual = 6.0374e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.65728e-06, Final residual = 4.65728e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1130.88 s ClockTime = 1131 s Max(PAc) = 154577 Pa
Courant Number mean: 0.0506087 max: 0.964485 velocity magnitude: 1.3212
deltaT = 0.000471429
Time = 1.46727
--> Cloud: bubbleCloud
Added 170 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 543859
Mass introduced by injector = 4.98767e-10
Number of parcels added continuously = 1127
Mass introduced continuously = 1.01391e-12
Current number of parcels = 3894643
Current mass in system = 4.42244e-09
Number of parcels shifted at least once = 3985
Number of parcel shifts towards cell center = 3990
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00692645, Final user-defined norm residual = 9.46895e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.03105e-05, Final user-defined norm residual = 1.81927e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.90232e-08, Final user-defined norm residual = 2.02526e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000739019, Final residual = 2.32536e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000566495, Final residual = 1.5062e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0472841, Final residual = 7.58367e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0490881, Final residual = 9.18047e-07, No Iterations 254
time step continuity errors : sum local = 1.1799e-10, global = -7.59233e-21, cumulative = -1.27058e-18
DICPCG: Solving for p, Initial residual = 0.00641876, Final residual = 9.69675e-07, No Iterations 135
time step continuity errors : sum local = 1.35753e-10, global = 1.5238e-20, cumulative = -1.25535e-18
BiCGStab: Solving for omega, Initial residual = 0.000628435, Final residual = 9.02193e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000696501, Final residual = 7.83494e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.96583e-05, Final residual = 1.05605e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.42583e-05, Final residual = 4.18267e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00454222, Final residual = 2.43915e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0120927, Final residual = 9.62698e-07, No Iterations 133
time step continuity errors : sum local = 1.2834e-10, global = 6.18103e-20, cumulative = -1.19354e-18
DICPCG: Solving for p, Initial residual = 0.00219089, Final residual = 9.73768e-07, No Iterations 93
time step continuity errors : sum local = 1.27949e-10, global = -7.71787e-21, cumulative = -1.20125e-18
BiCGStab: Solving for omega, Initial residual = 3.07395e-05, Final residual = 4.81904e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.47062e-05, Final residual = 2.04991e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.86638e-06, Final residual = 5.0184e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.47795e-06, Final residual = 3.02865e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000657293, Final residual = 1.53094e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0020755, Final residual = 9.63586e-07, No Iterations 69
time step continuity errors : sum local = 1.26714e-10, global = 3.41923e-20, cumulative = -1.16706e-18
DICPCG: Solving for p, Initial residual = 0.000339125, Final residual = 9.89438e-07, No Iterations 22
time step continuity errors : sum local = 1.30032e-10, global = -3.55771e-20, cumulative = -1.20264e-18
BiCGStab: Solving for omega, Initial residual = 1.39627e-05, Final residual = 2.76321e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.19938e-06, Final residual = 5.19938e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.21895e-06, Final residual = 7.09712e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.01079e-07, Final residual = 3.55819e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000120073, Final residual = 2.99374e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000525133, Final residual = 9.85758e-07, No Iterations 16
time step continuity errors : sum local = 1.29563e-10, global = -1.08723e-19, cumulative = -1.31136e-18
DICPCG: Solving for p, Initial residual = 8.92346e-05, Final residual = 8.27673e-07, No Iterations 8
time step continuity errors : sum local = 1.09227e-10, global = -1.66024e-20, cumulative = -1.32796e-18
BiCGStab: Solving for omega, Initial residual = 1.15137e-05, Final residual = 2.34076e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.21548e-06, Final residual = 5.21548e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.03442e-07, Final residual = 1.2528e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.71716e-07, Final residual = 6.93625e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.54089e-05, Final residual = 5.0498e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000142642, Final residual = 9.03385e-07, No Iterations 6
time step continuity errors : sum local = 1.18957e-10, global = 8.65559e-20, cumulative = -1.24141e-18
DICPCG: Solving for p, Initial residual = 2.45367e-05, Final residual = 6.37286e-07, No Iterations 4
time step continuity errors : sum local = 8.47463e-11, global = 4.49504e-20, cumulative = -1.19646e-18
BiCGStab: Solving for omega, Initial residual = 9.13709e-06, Final residual = 9.13709e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 5.21417e-06, Final residual = 5.21417e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1149 s ClockTime = 1149 s Max(PAc) = 155101 Pa
Courant Number mean: 0.0506254 max: 0.955015 velocity magnitude: 1.30822
deltaT = 0.00048956
Time = 1.46776
--> Cloud: bubbleCloud
Added 143 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 544002
Mass introduced by injector = 4.98887e-10
Number of parcels added continuously = 1252
Mass introduced continuously = 1.13202e-12
Current number of parcels = 3895510
Current mass in system = 4.4231e-09
Number of parcels shifted at least once = 4317
Number of parcel shifts towards cell center = 4322
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00559129, Final user-defined norm residual = 7.06713e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.51631e-05, Final user-defined norm residual = 5.56666e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.19438e-08, Final user-defined norm residual = 5.15236e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000768877, Final residual = 3.05892e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000588514, Final residual = 1.99406e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0528541, Final residual = 1.05276e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0514936, Final residual = 9.75611e-07, No Iterations 256
time step continuity errors : sum local = 1.34226e-10, global = 3.29305e-20, cumulative = -1.16353e-18
DICPCG: Solving for p, Initial residual = 0.00658836, Final residual = 9.15807e-07, No Iterations 148
time step continuity errors : sum local = 1.51434e-10, global = 1.062e-20, cumulative = -1.15291e-18
BiCGStab: Solving for omega, Initial residual = 0.000652637, Final residual = 8.15683e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000726336, Final residual = 8.6273e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.82641e-05, Final residual = 1.26911e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.34148e-05, Final residual = 5.05525e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00529383, Final residual = 3.56668e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0115146, Final residual = 9.93552e-07, No Iterations 128
time step continuity errors : sum local = 1.44343e-10, global = 6.76567e-20, cumulative = -1.08525e-18
DICPCG: Solving for p, Initial residual = 0.00215107, Final residual = 9.5132e-07, No Iterations 94
time step continuity errors : sum local = 1.41001e-10, global = -1.09223e-20, cumulative = -1.09617e-18
BiCGStab: Solving for omega, Initial residual = 3.82302e-05, Final residual = 5.88296e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.55527e-05, Final residual = 2.45872e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.48487e-06, Final residual = 6.03715e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.24139e-06, Final residual = 3.89879e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000791439, Final residual = 2.27504e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00197343, Final residual = 9.56623e-07, No Iterations 77
time step continuity errors : sum local = 1.41703e-10, global = 1.33564e-20, cumulative = -1.08282e-18
DICPCG: Solving for p, Initial residual = 0.000289047, Final residual = 9.78354e-07, No Iterations 32
time step continuity errors : sum local = 1.44698e-10, global = -7.26805e-20, cumulative = -1.1555e-18
BiCGStab: Solving for omega, Initial residual = 1.87734e-05, Final residual = 3.8159e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.37933e-06, Final residual = 5.37933e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.00054e-06, Final residual = 8.66043e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.31478e-07, Final residual = 4.83571e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000145941, Final residual = 4.07096e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000439155, Final residual = 9.96887e-07, No Iterations 22
time step continuity errors : sum local = 1.47253e-10, global = 4.18727e-20, cumulative = -1.11362e-18
DICPCG: Solving for p, Initial residual = 7.21339e-05, Final residual = 8.61461e-07, No Iterations 8
time step continuity errors : sum local = 1.28515e-10, global = -1.88267e-20, cumulative = -1.13245e-18
BiCGStab: Solving for omega, Initial residual = 1.97259e-05, Final residual = 3.34025e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.40028e-06, Final residual = 5.40028e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.63774e-07, Final residual = 1.51466e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.34978e-07, Final residual = 9.21602e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.0508e-05, Final residual = 6.97053e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000119619, Final residual = 8.64166e-07, No Iterations 6
time step continuity errors : sum local = 1.28886e-10, global = 9.99907e-21, cumulative = -1.12245e-18
DICPCG: Solving for p, Initial residual = 1.80748e-05, Final residual = 6.21788e-07, No Iterations 4
time step continuity errors : sum local = 9.53599e-11, global = -1.93634e-20, cumulative = -1.14181e-18
BiCGStab: Solving for omega, Initial residual = 1.64239e-05, Final residual = 3.63674e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.39176e-06, Final residual = 5.39176e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1167.07 s ClockTime = 1167 s Max(PAc) = 154473 Pa
Courant Number mean: 0.0525907 max: 0.978565 velocity magnitude: 1.29355
deltaT = 0.00048956
Time = 1.46825
--> Cloud: bubbleCloud
Added 223 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 544225
Mass introduced by injector = 4.99085e-10
Number of parcels added continuously = 1130
Mass introduced continuously = 1.06685e-12
Current number of parcels = 3896324
Current mass in system = 4.42384e-09
Number of parcels shifted at least once = 4187
Number of parcel shifts towards cell center = 4194
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00624979, Final user-defined norm residual = 0.000140885
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.02351e-05, Final user-defined norm residual = 4.28231e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.19054e-08, Final user-defined norm residual = 1.58324e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000762715, Final residual = 2.98238e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00058121, Final residual = 2.02909e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0593556, Final residual = 1.21339e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0471144, Final residual = 9.38509e-07, No Iterations 162
time step continuity errors : sum local = 1.54642e-10, global = -8.23984e-21, cumulative = -1.15005e-18
DICPCG: Solving for p, Initial residual = 0.00537793, Final residual = 9.58533e-07, No Iterations 238
time step continuity errors : sum local = 1.30572e-10, global = -2.27424e-20, cumulative = -1.1728e-18
BiCGStab: Solving for omega, Initial residual = 0.000650953, Final residual = 7.31647e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000728599, Final residual = 8.59561e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.84863e-05, Final residual = 1.25949e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.30791e-05, Final residual = 5.30014e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00584295, Final residual = 3.87339e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.011695, Final residual = 9.84769e-07, No Iterations 138
time step continuity errors : sum local = 1.53867e-10, global = -5.04143e-20, cumulative = -1.22321e-18
DICPCG: Solving for p, Initial residual = 0.00221803, Final residual = 9.86834e-07, No Iterations 92
time step continuity errors : sum local = 1.51858e-10, global = 1.14456e-20, cumulative = -1.21177e-18
BiCGStab: Solving for omega, Initial residual = 3.08414e-05, Final residual = 6.08436e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.54041e-05, Final residual = 2.51662e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.21286e-06, Final residual = 6.12734e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.22189e-06, Final residual = 3.96153e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000877754, Final residual = 2.40139e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00170673, Final residual = 9.73646e-07, No Iterations 46
time step continuity errors : sum local = 1.50217e-10, global = 1.89364e-21, cumulative = -1.20987e-18
DICPCG: Solving for p, Initial residual = 0.000280722, Final residual = 9.51832e-07, No Iterations 26
time step continuity errors : sum local = 1.47211e-10, global = -2.84427e-20, cumulative = -1.23831e-18
BiCGStab: Solving for omega, Initial residual = 1.56276e-05, Final residual = 4.89275e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.39322e-06, Final residual = 5.39322e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.65919e-07, Final residual = 8.18746e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.06796e-07, Final residual = 4.46321e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000167927, Final residual = 4.33123e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000363248, Final residual = 8.78046e-07, No Iterations 13
time step continuity errors : sum local = 1.37154e-10, global = -9.28641e-20, cumulative = -1.33118e-18
DICPCG: Solving for p, Initial residual = 6.30461e-05, Final residual = 8.85697e-07, No Iterations 6
time step continuity errors : sum local = 1.38186e-10, global = 2.04462e-20, cumulative = -1.31073e-18
BiCGStab: Solving for omega, Initial residual = 1.46458e-05, Final residual = 6.71097e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.39884e-06, Final residual = 5.39884e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.39058e-07, Final residual = 1.44384e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.36212e-07, Final residual = 8.86888e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.66693e-05, Final residual = 7.75948e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.18245e-05, Final residual = 7.52949e-07, No Iterations 6
time step continuity errors : sum local = 1.20073e-10, global = 3.5118e-20, cumulative = -1.27561e-18
DICPCG: Solving for p, Initial residual = 1.55418e-05, Final residual = 9.88246e-07, No Iterations 3
time step continuity errors : sum local = 1.5217e-10, global = -1.16229e-20, cumulative = -1.28724e-18
BiCGStab: Solving for omega, Initial residual = 1.67318e-05, Final residual = 8.66694e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.41451e-06, Final residual = 5.41451e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1185.29 s ClockTime = 1185 s Max(PAc) = 154833 Pa
Courant Number mean: 0.0526089 max: 0.965296 velocity magnitude: 1.28345
deltaT = 0.00048956
Time = 1.46874
--> Cloud: bubbleCloud
Added 181 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 544406
Mass introduced by injector = 4.99241e-10
Number of parcels added continuously = 1248
Mass introduced continuously = 1.17651e-12
Current number of parcels = 3897220
Current mass in system = 4.42463e-09
Number of parcels shifted at least once = 4252
Number of parcel shifts towards cell center = 4256
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00605429, Final user-defined norm residual = 0.000128498
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.75898e-05, Final user-defined norm residual = 3.26372e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.00774e-08, Final user-defined norm residual = 1.03449e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000763793, Final residual = 3.02292e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000586739, Final residual = 2.01556e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0600491, Final residual = 1.31499e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0479018, Final residual = 9.43572e-07, No Iterations 158
time step continuity errors : sum local = 1.48268e-10, global = -5.84749e-20, cumulative = -1.34571e-18
DICPCG: Solving for p, Initial residual = 0.00662078, Final residual = 9.67153e-07, No Iterations 147
time step continuity errors : sum local = 1.56477e-10, global = -6.77669e-20, cumulative = -1.41348e-18
BiCGStab: Solving for omega, Initial residual = 0.000643357, Final residual = 7.54159e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000730225, Final residual = 8.50175e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.1093e-05, Final residual = 1.2785e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.35667e-05, Final residual = 5.37378e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0060197, Final residual = 4.03514e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0129959, Final residual = 8.81869e-07, No Iterations 94
time step continuity errors : sum local = 1.20588e-10, global = -1.06799e-19, cumulative = -1.52028e-18
DICPCG: Solving for p, Initial residual = 0.00254615, Final residual = 9.68002e-07, No Iterations 72
time step continuity errors : sum local = 1.33642e-10, global = -9.96403e-21, cumulative = -1.53024e-18
BiCGStab: Solving for omega, Initial residual = 3.31188e-05, Final residual = 9.26684e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.51566e-05, Final residual = 2.40323e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.36788e-06, Final residual = 6.34202e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.51426e-06, Final residual = 4.16276e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000943797, Final residual = 2.41976e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00217261, Final residual = 8.86214e-07, No Iterations 46
time step continuity errors : sum local = 1.22286e-10, global = 7.59096e-21, cumulative = -1.52265e-18
DICPCG: Solving for p, Initial residual = 0.000377161, Final residual = 9.08493e-07, No Iterations 26
time step continuity errors : sum local = 1.25231e-10, global = -4.85653e-20, cumulative = -1.57122e-18
BiCGStab: Solving for omega, Initial residual = 1.90431e-05, Final residual = 7.82559e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.06598e-06, Final residual = 5.06598e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.22808e-06, Final residual = 8.53892e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.16815e-07, Final residual = 5.11949e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000177328, Final residual = 4.34215e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000508221, Final residual = 9.58558e-07, No Iterations 13
time step continuity errors : sum local = 1.3202e-10, global = 1.36411e-20, cumulative = -1.55758e-18
DICPCG: Solving for p, Initial residual = 9.57151e-05, Final residual = 7.8445e-07, No Iterations 7
time step continuity errors : sum local = 1.08308e-10, global = -9.66658e-20, cumulative = -1.65424e-18
BiCGStab: Solving for omega, Initial residual = 1.83346e-05, Final residual = 7.62383e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.09446e-06, Final residual = 5.09446e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.04455e-07, Final residual = 1.61444e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.71318e-07, Final residual = 9.7245e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.88363e-05, Final residual = 7.14458e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00013092, Final residual = 9.39327e-07, No Iterations 6
time step continuity errors : sum local = 1.29386e-10, global = -9.31724e-21, cumulative = -1.66356e-18
DICPCG: Solving for p, Initial residual = 2.53794e-05, Final residual = 6.51059e-07, No Iterations 4
time step continuity errors : sum local = 9.01498e-11, global = -3.34135e-20, cumulative = -1.69697e-18
BiCGStab: Solving for omega, Initial residual = 1.91921e-05, Final residual = 8.14974e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.0923e-06, Final residual = 5.0923e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1203.39 s ClockTime = 1203 s Max(PAc) = 154537 Pa
Courant Number mean: 0.0526272 max: 0.969315 velocity magnitude: 1.27158
deltaT = 0.00048956
Time = 1.46923
--> Cloud: bubbleCloud
Added 166 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 544572
Mass introduced by injector = 4.99363e-10
Number of parcels added continuously = 1265
Mass introduced continuously = 1.22286e-12
Current number of parcels = 3898156
Current mass in system = 4.42546e-09
Number of parcels shifted at least once = 4309
Number of parcel shifts towards cell center = 4323
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00553123, Final user-defined norm residual = 5.33903e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.14568e-05, Final user-defined norm residual = 2.97609e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.38636e-09, Final user-defined norm residual = 1.75445e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000770246, Final residual = 2.98792e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000586992, Final residual = 2.03143e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0617304, Final residual = 1.65579e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0493464, Final residual = 9.70723e-07, No Iterations 258
time step continuity errors : sum local = 1.31222e-10, global = -1.33503e-20, cumulative = -1.71032e-18
DICPCG: Solving for p, Initial residual = 0.0070591, Final residual = 9.8415e-07, No Iterations 135
time step continuity errors : sum local = 1.43063e-10, global = 1.27794e-20, cumulative = -1.69754e-18
BiCGStab: Solving for omega, Initial residual = 0.000648254, Final residual = 8.40008e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000732812, Final residual = 8.58435e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.18662e-05, Final residual = 1.24145e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.45638e-05, Final residual = 5.3463e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00574973, Final residual = 4.68284e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.014455, Final residual = 9.49539e-07, No Iterations 95
time step continuity errors : sum local = 1.40648e-10, global = 1.6487e-20, cumulative = -1.68106e-18
DICPCG: Solving for p, Initial residual = 0.00286545, Final residual = 9.53834e-07, No Iterations 77
time step continuity errors : sum local = 1.39155e-10, global = -3.07173e-20, cumulative = -1.71177e-18
BiCGStab: Solving for omega, Initial residual = 3.57281e-05, Final residual = 7.80905e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.53091e-05, Final residual = 2.30124e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.92438e-06, Final residual = 6.48179e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.79272e-06, Final residual = 4.0143e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000843043, Final residual = 2.71746e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00261353, Final residual = 9.45243e-07, No Iterations 63
time step continuity errors : sum local = 1.38252e-10, global = 7.11517e-21, cumulative = -1.70466e-18
DICPCG: Solving for p, Initial residual = 0.000454037, Final residual = 9.88055e-07, No Iterations 30
time step continuity errors : sum local = 1.44071e-10, global = 9.95814e-20, cumulative = -1.60508e-18
BiCGStab: Solving for omega, Initial residual = 2.22548e-05, Final residual = 8.4537e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.47894e-06, Final residual = 5.47894e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.50721e-06, Final residual = 8.97849e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.22729e-07, Final residual = 4.89238e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000149922, Final residual = 4.39971e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000611855, Final residual = 9.19529e-07, No Iterations 18
time step continuity errors : sum local = 1.34845e-10, global = 3.49034e-20, cumulative = -1.57017e-18
DICPCG: Solving for p, Initial residual = 0.000110821, Final residual = 9.81249e-07, No Iterations 7
time step continuity errors : sum local = 1.43156e-10, global = 6.37463e-20, cumulative = -1.50643e-18
BiCGStab: Solving for omega, Initial residual = 2.45865e-05, Final residual = 1.05966e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.45327e-06, Final residual = 5.45327e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.32701e-07, Final residual = 1.66765e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.12061e-07, Final residual = 9.6209e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.05288e-05, Final residual = 7.55081e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000172324, Final residual = 7.57796e-07, No Iterations 7
time step continuity errors : sum local = 1.13012e-10, global = -2.01654e-20, cumulative = -1.52659e-18
DICPCG: Solving for p, Initial residual = 3.06007e-05, Final residual = 6.98139e-07, No Iterations 4
time step continuity errors : sum local = 1.04961e-10, global = -8.40987e-20, cumulative = -1.61069e-18
BiCGStab: Solving for omega, Initial residual = 3.07599e-05, Final residual = 1.34884e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.4987e-06, Final residual = 5.4987e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1221.5 s ClockTime = 1221 s Max(PAc) = 154575 Pa
Courant Number mean: 0.052646 max: 0.978735 velocity magnitude: 1.26024
deltaT = 0.00048956
Time = 1.46972
--> Cloud: bubbleCloud
Added 209 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 544781
Mass introduced by injector = 4.99561e-10
Number of parcels added continuously = 1201
Mass introduced continuously = 1.08574e-12
Current number of parcels = 3899078
Current mass in system = 4.42623e-09
Number of parcels shifted at least once = 4116
Number of parcel shifts towards cell center = 4120
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00609974, Final user-defined norm residual = 8.28142e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.77887e-05, Final user-defined norm residual = 6.62935e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.42402e-08, Final user-defined norm residual = 8.45015e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000767747, Final residual = 3.337e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000589308, Final residual = 2.05851e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0645317, Final residual = 1.38308e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0524089, Final residual = 8.45677e-07, No Iterations 256
time step continuity errors : sum local = 1.15413e-10, global = 1.06679e-19, cumulative = -1.50401e-18
DICPCG: Solving for p, Initial residual = 0.00681059, Final residual = 9.89637e-07, No Iterations 143
time step continuity errors : sum local = 1.48608e-10, global = 2.74332e-20, cumulative = -1.47658e-18
BiCGStab: Solving for omega, Initial residual = 0.000649307, Final residual = 1.101e-07, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000733548, Final residual = 8.7194e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.23047e-05, Final residual = 1.33354e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.51094e-05, Final residual = 5.48099e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00600247, Final residual = 4.19301e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0138275, Final residual = 9.2767e-07, No Iterations 90
time step continuity errors : sum local = 1.36899e-10, global = 1.40099e-20, cumulative = -1.46257e-18
DICPCG: Solving for p, Initial residual = 0.00262661, Final residual = 9.98363e-07, No Iterations 69
time step continuity errors : sum local = 1.44783e-10, global = 5.79832e-20, cumulative = -1.40459e-18
BiCGStab: Solving for omega, Initial residual = 4.25855e-05, Final residual = 8.00154e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.62657e-05, Final residual = 2.19654e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.94626e-06, Final residual = 6.78225e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.00688e-06, Final residual = 3.9381e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000946292, Final residual = 2.55463e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00249027, Final residual = 9.91921e-07, No Iterations 50
time step continuity errors : sum local = 1.4393e-10, global = -1.8205e-20, cumulative = -1.42279e-18
DICPCG: Solving for p, Initial residual = 0.000427571, Final residual = 9.36628e-07, No Iterations 17
time step continuity errors : sum local = 1.36313e-10, global = 3.35268e-20, cumulative = -1.38927e-18
BiCGStab: Solving for omega, Initial residual = 2.89271e-05, Final residual = 8.99038e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.85081e-06, Final residual = 5.85081e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.54175e-06, Final residual = 9.93094e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.7492e-07, Final residual = 4.54578e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00018486, Final residual = 4.15082e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00063837, Final residual = 9.48454e-07, No Iterations 19
time step continuity errors : sum local = 1.37952e-10, global = 3.05043e-20, cumulative = -1.35876e-18
DICPCG: Solving for p, Initial residual = 0.00011092, Final residual = 9.07664e-07, No Iterations 7
time step continuity errors : sum local = 1.32297e-10, global = -2.71735e-20, cumulative = -1.38593e-18
BiCGStab: Solving for omega, Initial residual = 2.32744e-05, Final residual = 8.79905e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.85719e-06, Final residual = 5.85719e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.37931e-07, Final residual = 2.02732e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.3061e-07, Final residual = 9.78586e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.94325e-05, Final residual = 6.98297e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000178152, Final residual = 8.71276e-07, No Iterations 7
time step continuity errors : sum local = 1.27264e-10, global = 5.07744e-20, cumulative = -1.33516e-18
DICPCG: Solving for p, Initial residual = 3.13483e-05, Final residual = 7.9403e-07, No Iterations 4
time step continuity errors : sum local = 1.16574e-10, global = -1.12924e-20, cumulative = -1.34645e-18
BiCGStab: Solving for omega, Initial residual = 2.55842e-05, Final residual = 8.53563e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.85918e-06, Final residual = 5.85918e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1239.71 s ClockTime = 1240 s Max(PAc) = 153888 Pa
Courant Number mean: 0.052665 max: 0.983397 velocity magnitude: 1.24945
deltaT = 0.00048956
Time = 1.47021
--> Cloud: bubbleCloud
Added 131 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 544912
Mass introduced by injector = 4.99667e-10
Number of parcels added continuously = 1129
Mass introduced continuously = 1.06641e-12
Current number of parcels = 3899846
Current mass in system = 4.42682e-09
Number of parcels shifted at least once = 4180
Number of parcel shifts towards cell center = 4183
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0061888, Final user-defined norm residual = 0.000120732
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.59184e-05, Final user-defined norm residual = 1.90459e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.08884e-08, Final user-defined norm residual = 3.33342e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000761096, Final residual = 3.09055e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000582314, Final residual = 2.09698e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0657123, Final residual = 1.41316e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0478926, Final residual = 9.88369e-07, No Iterations 255
time step continuity errors : sum local = 1.35196e-10, global = 8.81589e-21, cumulative = -1.33764e-18
DICPCG: Solving for p, Initial residual = 0.00587614, Final residual = 8.85463e-07, No Iterations 133
time step continuity errors : sum local = 1.20145e-10, global = -3.91038e-20, cumulative = -1.37674e-18
BiCGStab: Solving for omega, Initial residual = 0.000637966, Final residual = 9.44208e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000734221, Final residual = 8.59061e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.93797e-05, Final residual = 1.3033e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.40428e-05, Final residual = 5.47903e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00620832, Final residual = 4.17174e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0123501, Final residual = 9.87283e-07, No Iterations 150
time step continuity errors : sum local = 1.56705e-10, global = -6.84295e-20, cumulative = -1.44517e-18
DICPCG: Solving for p, Initial residual = 0.00245194, Final residual = 9.56844e-07, No Iterations 131
time step continuity errors : sum local = 1.50719e-10, global = -5.94132e-20, cumulative = -1.50458e-18
BiCGStab: Solving for omega, Initial residual = 3.85569e-05, Final residual = 5.93838e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.59997e-05, Final residual = 2.05923e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.01241e-06, Final residual = 7.12109e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.7113e-06, Final residual = 3.73039e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000940882, Final residual = 2.49349e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00205312, Final residual = 9.82353e-07, No Iterations 70
time step continuity errors : sum local = 1.54294e-10, global = 1.51858e-20, cumulative = -1.4894e-18
DICPCG: Solving for p, Initial residual = 0.000354241, Final residual = 9.9346e-07, No Iterations 38
time step continuity errors : sum local = 1.55884e-10, global = 4.40768e-20, cumulative = -1.44532e-18
BiCGStab: Solving for omega, Initial residual = 2.29218e-05, Final residual = 5.16381e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.58144e-06, Final residual = 5.58144e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.28224e-06, Final residual = 8.37959e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.49299e-07, Final residual = 4.51795e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000178353, Final residual = 4.66361e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000523005, Final residual = 9.56589e-07, No Iterations 16
time step continuity errors : sum local = 1.50891e-10, global = -5.87832e-22, cumulative = -1.44591e-18
DICPCG: Solving for p, Initial residual = 9.23294e-05, Final residual = 8.95915e-07, No Iterations 7
time step continuity errors : sum local = 1.42641e-10, global = -9.81704e-21, cumulative = -1.45573e-18
BiCGStab: Solving for omega, Initial residual = 2.55279e-05, Final residual = 5.71898e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.58897e-06, Final residual = 5.58897e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.3939e-07, Final residual = 1.53039e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.02465e-07, Final residual = 8.43331e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.77695e-05, Final residual = 8.158e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000140524, Final residual = 8.43514e-07, No Iterations 6
time step continuity errors : sum local = 1.35525e-10, global = -4.31511e-20, cumulative = -1.49888e-18
DICPCG: Solving for p, Initial residual = 2.42162e-05, Final residual = 6.13901e-07, No Iterations 4
time step continuity errors : sum local = 1.04342e-10, global = -2.36159e-20, cumulative = -1.52249e-18
BiCGStab: Solving for omega, Initial residual = 2.72894e-05, Final residual = 6.73499e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.61126e-06, Final residual = 5.61126e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1258.12 s ClockTime = 1258 s Max(PAc) = 153806 Pa
Courant Number mean: 0.0526845 max: 0.987405 velocity magnitude: 1.25526
deltaT = 0.00048956
Time = 1.4707
--> Cloud: bubbleCloud
Added 200 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 545112
Mass introduced by injector = 4.99886e-10
Number of parcels added continuously = 1209
Mass introduced continuously = 1.14541e-12
Current number of parcels = 3900755
Current mass in system = 4.42759e-09
Number of parcels shifted at least once = 4241
Number of parcel shifts towards cell center = 4245
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00587802, Final user-defined norm residual = 0.000101749
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.18443e-05, Final user-defined norm residual = 1.35066e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.8998e-08, Final user-defined norm residual = 1.2883e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000755619, Final residual = 3.07558e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000581237, Final residual = 2.10855e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0630455, Final residual = 1.3299e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0416749, Final residual = 8.58386e-07, No Iterations 254
time step continuity errors : sum local = 1.16191e-10, global = -6.05307e-20, cumulative = -1.58302e-18
DICPCG: Solving for p, Initial residual = 0.00472407, Final residual = 9.98943e-07, No Iterations 131
time step continuity errors : sum local = 1.47582e-10, global = -1.02546e-19, cumulative = -1.68557e-18
BiCGStab: Solving for omega, Initial residual = 0.000641544, Final residual = 9.50839e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000733978, Final residual = 8.62385e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.79035e-05, Final residual = 1.285e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.36207e-05, Final residual = 5.20866e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0056009, Final residual = 3.88928e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0127272, Final residual = 9.37047e-07, No Iterations 247
time step continuity errors : sum local = 1.26784e-10, global = -1.26084e-20, cumulative = -1.69818e-18
DICPCG: Solving for p, Initial residual = 0.00253318, Final residual = 9.78396e-07, No Iterations 83
time step continuity errors : sum local = 1.37995e-10, global = -4.87304e-20, cumulative = -1.74691e-18
BiCGStab: Solving for omega, Initial residual = 4.63366e-05, Final residual = 9.59414e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.60615e-05, Final residual = 2.06378e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.81442e-06, Final residual = 6.86215e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.38408e-06, Final residual = 3.82443e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000824924, Final residual = 2.33798e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0022087, Final residual = 9.23134e-07, No Iterations 69
time step continuity errors : sum local = 1.31029e-10, global = 4.31705e-20, cumulative = -1.70374e-18
DICPCG: Solving for p, Initial residual = 0.000349528, Final residual = 9.45726e-07, No Iterations 28
time step continuity errors : sum local = 1.341e-10, global = -6.11364e-20, cumulative = -1.76487e-18
BiCGStab: Solving for omega, Initial residual = 3.51065e-05, Final residual = 7.54641e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.78442e-06, Final residual = 5.78442e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.12196e-06, Final residual = 8.58733e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.54869e-07, Final residual = 4.26622e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000148764, Final residual = 4.15102e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000498212, Final residual = 9.7883e-07, No Iterations 17
time step continuity errors : sum local = 1.38609e-10, global = 2.38983e-20, cumulative = -1.74098e-18
DICPCG: Solving for p, Initial residual = 8.24067e-05, Final residual = 9.35785e-07, No Iterations 7
time step continuity errors : sum local = 1.32762e-10, global = 2.24093e-20, cumulative = -1.71857e-18
BiCGStab: Solving for omega, Initial residual = 3.69316e-05, Final residual = 7.48845e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.77862e-06, Final residual = 5.77862e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.09483e-07, Final residual = 1.56992e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.43205e-07, Final residual = 8.67372e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.08066e-05, Final residual = 7.00039e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000133099, Final residual = 7.84032e-07, No Iterations 6
time step continuity errors : sum local = 1.12168e-10, global = 2.79937e-20, cumulative = -1.69057e-18
DICPCG: Solving for p, Initial residual = 2.23877e-05, Final residual = 9.84779e-07, No Iterations 3
time step continuity errors : sum local = 1.39408e-10, global = -8.92471e-21, cumulative = -1.6995e-18
BiCGStab: Solving for omega, Initial residual = 4.18517e-05, Final residual = 9.93042e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.80589e-06, Final residual = 5.80589e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1276.3 s ClockTime = 1276 s Max(PAc) = 154151 Pa
Courant Number mean: 0.0527038 max: 0.990204 velocity magnitude: 1.26974
deltaT = 0.00048956
Time = 1.47119
--> Cloud: bubbleCloud
Added 145 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 545257
Mass introduced by injector = 5.0005e-10
Number of parcels added continuously = 1114
Mass introduced continuously = 1.04295e-12
Current number of parcels = 3901521
Current mass in system = 4.42823e-09
Number of parcels shifted at least once = 4158
Number of parcel shifts towards cell center = 4169
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.005594, Final user-defined norm residual = 8.03848e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.72616e-05, Final user-defined norm residual = 6.77326e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.45449e-08, Final user-defined norm residual = 5.18098e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000751423, Final residual = 3.23848e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000577385, Final residual = 2.12189e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0649188, Final residual = 1.38695e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0383645, Final residual = 8.92955e-07, No Iterations 254
time step continuity errors : sum local = 1.20334e-10, global = 1.36146e-19, cumulative = -1.56335e-18
DICPCG: Solving for p, Initial residual = 0.00533817, Final residual = 9.62207e-07, No Iterations 240
time step continuity errors : sum local = 1.28971e-10, global = 2.94439e-20, cumulative = -1.53391e-18
BiCGStab: Solving for omega, Initial residual = 0.000643614, Final residual = 5.80649e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000732416, Final residual = 8.38189e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.74414e-05, Final residual = 1.32736e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.29781e-05, Final residual = 5.43478e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0057239, Final residual = 3.73947e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0124518, Final residual = 9.3994e-07, No Iterations 95
time step continuity errors : sum local = 1.46205e-10, global = -4.23362e-20, cumulative = -1.57624e-18
DICPCG: Solving for p, Initial residual = 0.00246529, Final residual = 9.9578e-07, No Iterations 82
time step continuity errors : sum local = 1.51415e-10, global = 1.62596e-20, cumulative = -1.55998e-18
BiCGStab: Solving for omega, Initial residual = 5.55776e-05, Final residual = 1.12983e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.6151e-05, Final residual = 2.0098e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.56481e-06, Final residual = 6.68491e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.22661e-06, Final residual = 3.8641e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000883548, Final residual = 2.33147e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.001988, Final residual = 9.57198e-07, No Iterations 51
time step continuity errors : sum local = 1.46357e-10, global = -3.7254e-20, cumulative = -1.59724e-18
DICPCG: Solving for p, Initial residual = 0.000340952, Final residual = 9.40095e-07, No Iterations 28
time step continuity errors : sum local = 1.44064e-10, global = 3.55742e-20, cumulative = -1.56166e-18
BiCGStab: Solving for omega, Initial residual = 4.21581e-05, Final residual = 9.66128e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.76139e-06, Final residual = 5.76139e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.09096e-06, Final residual = 8.85165e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.06591e-07, Final residual = 4.46552e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000165796, Final residual = 4.08276e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000481856, Final residual = 9.61088e-07, No Iterations 11
time step continuity errors : sum local = 1.46901e-10, global = 5.59869e-20, cumulative = -1.50568e-18
DICPCG: Solving for p, Initial residual = 8.40572e-05, Final residual = 8.80942e-07, No Iterations 6
time step continuity errors : sum local = 1.3609e-10, global = -1.05172e-20, cumulative = -1.51619e-18
BiCGStab: Solving for omega, Initial residual = 4.2017e-05, Final residual = 1.14195e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.7071e-06, Final residual = 5.7071e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.14172e-07, Final residual = 1.60836e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.39453e-07, Final residual = 8.40914e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.62311e-05, Final residual = 6.75498e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000134692, Final residual = 7.57716e-07, No Iterations 6
time step continuity errors : sum local = 1.19488e-10, global = 7.19016e-21, cumulative = -1.509e-18
DICPCG: Solving for p, Initial residual = 2.27567e-05, Final residual = 9.95062e-07, No Iterations 3
time step continuity errors : sum local = 1.51456e-10, global = 3.85496e-20, cumulative = -1.47045e-18
BiCGStab: Solving for omega, Initial residual = 4.11103e-05, Final residual = 1.08924e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.76631e-06, Final residual = 5.76631e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1294.58 s ClockTime = 1294 s Max(PAc) = 154617 Pa
Courant Number mean: 0.0527231 max: 0.989264 velocity magnitude: 1.28452
deltaT = 0.00048956
Time = 1.47168
--> Cloud: bubbleCloud
Added 207 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 545464
Mass introduced by injector = 5.00227e-10
Number of parcels added continuously = 1171
Mass introduced continuously = 1.00973e-12
Current number of parcels = 3902374
Current mass in system = 4.42878e-09
Number of parcels shifted at least once = 4216
Number of parcel shifts towards cell center = 4226
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00569286, Final user-defined norm residual = 9.43792e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.02648e-05, Final user-defined norm residual = 1.43423e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.07962e-08, Final user-defined norm residual = 1.65246e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000753583, Final residual = 3.31219e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000580003, Final residual = 2.12292e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0596515, Final residual = 1.44752e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.041117, Final residual = 9.36463e-07, No Iterations 247
time step continuity errors : sum local = 1.25824e-10, global = -3.70756e-21, cumulative = -1.47416e-18
DICPCG: Solving for p, Initial residual = 0.00499245, Final residual = 9.97253e-07, No Iterations 132
time step continuity errors : sum local = 1.42678e-10, global = 5.45623e-20, cumulative = -1.4196e-18
BiCGStab: Solving for omega, Initial residual = 0.000634665, Final residual = 6.90995e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000731461, Final residual = 8.36709e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.7994e-05, Final residual = 1.33745e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.35621e-05, Final residual = 5.61634e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00542632, Final residual = 3.95439e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0127779, Final residual = 9.90427e-07, No Iterations 91
time step continuity errors : sum local = 1.456e-10, global = 3.51618e-20, cumulative = -1.38444e-18
DICPCG: Solving for p, Initial residual = 0.00259413, Final residual = 9.57355e-07, No Iterations 71
time step continuity errors : sum local = 1.39105e-10, global = 2.82336e-20, cumulative = -1.3562e-18
BiCGStab: Solving for omega, Initial residual = 4.34253e-05, Final residual = 9.42938e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.66355e-05, Final residual = 2.31117e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.59362e-06, Final residual = 6.91699e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.32143e-06, Final residual = 4.08834e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000820234, Final residual = 2.35547e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00210002, Final residual = 9.85905e-07, No Iterations 46
time step continuity errors : sum local = 1.43063e-10, global = 1.86759e-20, cumulative = -1.33753e-18
DICPCG: Solving for p, Initial residual = 0.000357263, Final residual = 9.88202e-07, No Iterations 27
time step continuity errors : sum local = 1.43372e-10, global = 3.91932e-20, cumulative = -1.29834e-18
BiCGStab: Solving for omega, Initial residual = 2.71776e-05, Final residual = 6.5469e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.36617e-06, Final residual = 6.36617e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.11678e-06, Final residual = 1.01983e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.74606e-07, Final residual = 4.68462e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000151331, Final residual = 4.3505e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000524179, Final residual = 9.44511e-07, No Iterations 10
time step continuity errors : sum local = 1.37502e-10, global = 4.67405e-20, cumulative = -1.25159e-18
DICPCG: Solving for p, Initial residual = 9.05013e-05, Final residual = 6.89801e-07, No Iterations 6
time step continuity errors : sum local = 1.03242e-10, global = 4.65574e-20, cumulative = -1.20504e-18
BiCGStab: Solving for omega, Initial residual = 2.19187e-05, Final residual = 6.47972e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.37411e-06, Final residual = 6.37411e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.07793e-07, Final residual = 1.6419e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.537e-07, Final residual = 8.63343e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.17113e-05, Final residual = 7.40463e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000143185, Final residual = 8.00871e-07, No Iterations 6
time step continuity errors : sum local = 1.18173e-10, global = -3.71294e-20, cumulative = -1.24217e-18
DICPCG: Solving for p, Initial residual = 2.49102e-05, Final residual = 6.16585e-07, No Iterations 4
time step continuity errors : sum local = 9.33941e-11, global = 3.67769e-20, cumulative = -1.20539e-18
BiCGStab: Solving for omega, Initial residual = 2.12086e-05, Final residual = 5.73195e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.37856e-06, Final residual = 6.37856e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1312.73 s ClockTime = 1313 s Max(PAc) = 154481 Pa
Courant Number mean: 0.0527422 max: 0.993743 velocity magnitude: 1.2945
deltaT = 0.00048956
Time = 1.47217
--> Cloud: bubbleCloud
Added 187 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 545651
Mass introduced by injector = 5.00379e-10
Number of parcels added continuously = 1200
Mass introduced continuously = 1.07869e-12
Current number of parcels = 3903276
Current mass in system = 4.42951e-09
Number of parcels shifted at least once = 4152
Number of parcel shifts towards cell center = 4158
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00613547, Final user-defined norm residual = 0.000149064
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.20063e-05, Final user-defined norm residual = 4.05109e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.69861e-08, Final user-defined norm residual = 2.45581e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00075488, Final residual = 3.33652e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000581115, Final residual = 2.19509e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0594439, Final residual = 1.30437e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0484597, Final residual = 8.99969e-07, No Iterations 262
time step continuity errors : sum local = 1.22469e-10, global = 4.19704e-20, cumulative = -1.16342e-18
DICPCG: Solving for p, Initial residual = 0.00613192, Final residual = 9.09126e-07, No Iterations 144
time step continuity errors : sum local = 1.2912e-10, global = 3.68316e-20, cumulative = -1.12659e-18
BiCGStab: Solving for omega, Initial residual = 0.000619348, Final residual = 5.84164e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000731025, Final residual = 8.31216e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.73286e-05, Final residual = 1.34987e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.39946e-05, Final residual = 5.23117e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.005481, Final residual = 3.73821e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0132842, Final residual = 9.70327e-07, No Iterations 144
time step continuity errors : sum local = 1.52228e-10, global = -4.49788e-20, cumulative = -1.17157e-18
DICPCG: Solving for p, Initial residual = 0.00247898, Final residual = 9.54438e-07, No Iterations 84
time step continuity errors : sum local = 1.47957e-10, global = -8.85301e-20, cumulative = -1.2601e-18
BiCGStab: Solving for omega, Initial residual = 2.88473e-05, Final residual = 4.28441e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.62492e-05, Final residual = 2.29258e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.59376e-06, Final residual = 6.6945e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.41637e-06, Final residual = 3.6307e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000850669, Final residual = 2.27083e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00217102, Final residual = 9.73081e-07, No Iterations 57
time step continuity errors : sum local = 1.50709e-10, global = 3.26182e-20, cumulative = -1.22748e-18
DICPCG: Solving for p, Initial residual = 0.000350918, Final residual = 9.80958e-07, No Iterations 27
time step continuity errors : sum local = 1.51748e-10, global = 4.84691e-21, cumulative = -1.22263e-18
BiCGStab: Solving for omega, Initial residual = 1.14526e-05, Final residual = 2.30518e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.98315e-06, Final residual = 5.98315e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.15437e-06, Final residual = 9.25471e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.83006e-07, Final residual = 4.37439e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00015889, Final residual = 4.09195e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000542421, Final residual = 9.12844e-07, No Iterations 10
time step continuity errors : sum local = 1.42362e-10, global = -2.29781e-20, cumulative = -1.24561e-18
DICPCG: Solving for p, Initial residual = 9.52003e-05, Final residual = 9.87507e-07, No Iterations 5
time step continuity errors : sum local = 1.52628e-10, global = -2.26106e-20, cumulative = -1.26822e-18
BiCGStab: Solving for omega, Initial residual = 9.61361e-06, Final residual = 9.61361e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 5.97919e-06, Final residual = 5.97919e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.14143e-07, Final residual = 1.59468e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.61478e-07, Final residual = 8.7457e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.4143e-05, Final residual = 6.93002e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000153087, Final residual = 8.89836e-07, No Iterations 6
time step continuity errors : sum local = 1.39171e-10, global = -6.28215e-20, cumulative = -1.33104e-18
DICPCG: Solving for p, Initial residual = 2.58508e-05, Final residual = 6.3982e-07, No Iterations 4
time step continuity errors : sum local = 1.04723e-10, global = -9.67592e-20, cumulative = -1.4278e-18
BiCGStab: Solving for omega, Initial residual = 9.66591e-06, Final residual = 9.66591e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 5.98434e-06, Final residual = 5.98434e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1330.83 s ClockTime = 1331 s Max(PAc) = 153558 Pa
Courant Number mean: 0.0527613 max: 0.997101 velocity magnitude: 1.30421
deltaT = 0.00048956
Time = 1.47266
--> Cloud: bubbleCloud
Added 163 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 545814
Mass introduced by injector = 5.00527e-10
Number of parcels added continuously = 1205
Mass introduced continuously = 1.07936e-12
Current number of parcels = 3904162
Current mass in system = 4.43024e-09
Number of parcels shifted at least once = 4159
Number of parcel shifts towards cell center = 4169
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00576077, Final user-defined norm residual = 0.000134517
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.88826e-05, Final user-defined norm residual = 6.12521e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.31521e-07, Final user-defined norm residual = 2.15575e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000754961, Final residual = 3.26857e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000580302, Final residual = 2.15812e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0575833, Final residual = 1.29991e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0457059, Final residual = 9.46293e-07, No Iterations 264
time step continuity errors : sum local = 1.29745e-10, global = 1.10868e-21, cumulative = -1.42669e-18
DICPCG: Solving for p, Initial residual = 0.00583109, Final residual = 9.34087e-07, No Iterations 146
time step continuity errors : sum local = 1.32377e-10, global = -1.86624e-20, cumulative = -1.44535e-18
BiCGStab: Solving for omega, Initial residual = 0.00062058, Final residual = 6.32666e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000730842, Final residual = 8.29504e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.9771e-05, Final residual = 1.26564e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.4179e-05, Final residual = 5.1421e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00514039, Final residual = 3.61793e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0132916, Final residual = 9.25538e-07, No Iterations 93
time step continuity errors : sum local = 1.5252e-10, global = 1.43913e-20, cumulative = -1.43096e-18
DICPCG: Solving for p, Initial residual = 0.00248962, Final residual = 9.90758e-07, No Iterations 76
time step continuity errors : sum local = 1.59245e-10, global = 2.77836e-20, cumulative = -1.40318e-18
BiCGStab: Solving for omega, Initial residual = 2.86638e-05, Final residual = 4.70182e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.62385e-05, Final residual = 2.44314e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.49448e-06, Final residual = 6.54342e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.53214e-06, Final residual = 3.65086e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000800941, Final residual = 2.19606e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00236212, Final residual = 9.93451e-07, No Iterations 62
time step continuity errors : sum local = 1.59577e-10, global = 1.81492e-20, cumulative = -1.38503e-18
DICPCG: Solving for p, Initial residual = 0.000400848, Final residual = 9.90865e-07, No Iterations 34
time step continuity errors : sum local = 1.59223e-10, global = 3.42607e-20, cumulative = -1.35077e-18
BiCGStab: Solving for omega, Initial residual = 1.08444e-05, Final residual = 2.67226e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.57822e-06, Final residual = 6.57822e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.28402e-06, Final residual = 9.09347e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.53155e-07, Final residual = 4.52447e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000149926, Final residual = 4.00787e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000572647, Final residual = 9.74347e-07, No Iterations 17
time step continuity errors : sum local = 1.56973e-10, global = 6.98361e-20, cumulative = -1.28093e-18
DICPCG: Solving for p, Initial residual = 9.90084e-05, Final residual = 9.41423e-07, No Iterations 7
time step continuity errors : sum local = 1.52454e-10, global = -5.81344e-20, cumulative = -1.33907e-18
BiCGStab: Solving for omega, Initial residual = 8.71756e-06, Final residual = 8.71756e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.58109e-06, Final residual = 6.58109e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.66583e-07, Final residual = 1.66671e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.744e-07, Final residual = 8.81574e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.14771e-05, Final residual = 6.98194e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000153957, Final residual = 8.40569e-07, No Iterations 7
time step continuity errors : sum local = 1.38619e-10, global = 1.09568e-20, cumulative = -1.32811e-18
DICPCG: Solving for p, Initial residual = 2.6669e-05, Final residual = 7.00161e-07, No Iterations 4
time step continuity errors : sum local = 1.19356e-10, global = -5.28026e-20, cumulative = -1.38091e-18
BiCGStab: Solving for omega, Initial residual = 8.73279e-06, Final residual = 8.73279e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.58163e-06, Final residual = 6.58163e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1349.28 s ClockTime = 1349 s Max(PAc) = 154246 Pa
Courant Number mean: 0.0527796 max: 0.996576 velocity magnitude: 1.31186
deltaT = 0.00048956
Time = 1.47315
--> Cloud: bubbleCloud
Added 196 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 546010
Mass introduced by injector = 5.00686e-10
Number of parcels added continuously = 1245
Mass introduced continuously = 1.2023e-12
Current number of parcels = 3905107
Current mass in system = 4.43108e-09
Number of parcels shifted at least once = 4157
Number of parcel shifts towards cell center = 4161
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00572392, Final user-defined norm residual = 6.01751e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.29262e-05, Final user-defined norm residual = 4.111e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.83091e-09, Final user-defined norm residual = 4.95862e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000751599, Final residual = 3.41751e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000575146, Final residual = 2.20165e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0590429, Final residual = 1.25171e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0479347, Final residual = 9.38473e-07, No Iterations 246
time step continuity errors : sum local = 1.29169e-10, global = 4.98322e-20, cumulative = -1.33108e-18
DICPCG: Solving for p, Initial residual = 0.00641478, Final residual = 9.51023e-07, No Iterations 122
time step continuity errors : sum local = 1.37324e-10, global = -2.43289e-20, cumulative = -1.35541e-18
BiCGStab: Solving for omega, Initial residual = 0.000612123, Final residual = 6.934e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00073042, Final residual = 8.46374e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.814e-05, Final residual = 1.31987e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.30886e-05, Final residual = 5.32032e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00573093, Final residual = 3.74512e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0125835, Final residual = 9.45106e-07, No Iterations 93
time step continuity errors : sum local = 1.46834e-10, global = 6.50289e-20, cumulative = -1.29038e-18
DICPCG: Solving for p, Initial residual = 0.00239284, Final residual = 9.82605e-07, No Iterations 76
time step continuity errors : sum local = 1.50318e-10, global = 3.74189e-20, cumulative = -1.25296e-18
BiCGStab: Solving for omega, Initial residual = 2.80317e-05, Final residual = 3.98857e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.61378e-05, Final residual = 2.47547e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.98153e-06, Final residual = 6.73892e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.26103e-06, Final residual = 3.74697e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000924687, Final residual = 2.37492e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00210348, Final residual = 9.8145e-07, No Iterations 61
time step continuity errors : sum local = 1.50319e-10, global = 3.70058e-20, cumulative = -1.21596e-18
DICPCG: Solving for p, Initial residual = 0.000363684, Final residual = 9.87365e-07, No Iterations 27
time step continuity errors : sum local = 1.51131e-10, global = 3.23809e-20, cumulative = -1.18358e-18
BiCGStab: Solving for omega, Initial residual = 1.39589e-05, Final residual = 2.13689e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.95773e-06, Final residual = 6.95773e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.23104e-06, Final residual = 9.37439e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.70036e-07, Final residual = 4.19939e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000182092, Final residual = 4.44336e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000557248, Final residual = 9.58144e-07, No Iterations 16
time step continuity errors : sum local = 1.47109e-10, global = -7.27499e-22, cumulative = -1.1843e-18
DICPCG: Solving for p, Initial residual = 9.51844e-05, Final residual = 9.74511e-07, No Iterations 7
time step continuity errors : sum local = 1.49365e-10, global = -4.27461e-20, cumulative = -1.22705e-18
BiCGStab: Solving for omega, Initial residual = 1.43138e-05, Final residual = 2.07205e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.9711e-06, Final residual = 6.9711e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.50488e-07, Final residual = 1.63262e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.56457e-07, Final residual = 8.56329e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.07759e-05, Final residual = 7.58022e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000149723, Final residual = 7.65745e-07, No Iterations 6
time step continuity errors : sum local = 1.20476e-10, global = 7.14362e-21, cumulative = -1.21991e-18
DICPCG: Solving for p, Initial residual = 2.47489e-05, Final residual = 9.20883e-07, No Iterations 3
time step continuity errors : sum local = 1.41939e-10, global = -8.00771e-20, cumulative = -1.29998e-18
BiCGStab: Solving for omega, Initial residual = 1.57627e-05, Final residual = 2.2671e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.97673e-06, Final residual = 6.97673e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1367.44 s ClockTime = 1367 s Max(PAc) = 154278 Pa
Courant Number mean: 0.0527979 max: 0.998556 velocity magnitude: 1.31721
deltaT = 0.00048956
Time = 1.47364
--> Cloud: bubbleCloud
Added 177 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 546187
Mass introduced by injector = 5.00829e-10
Number of parcels added continuously = 1110
Mass introduced continuously = 1.08741e-12
Current number of parcels = 3905867
Current mass in system = 4.43168e-09
Number of parcels shifted at least once = 4153
Number of parcel shifts towards cell center = 4159
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00622846, Final user-defined norm residual = 0.000126157
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.71186e-05, Final user-defined norm residual = 3.50179e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.52751e-08, Final user-defined norm residual = 8.61511e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000743523, Final residual = 3.52627e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000572693, Final residual = 2.1756e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0537174, Final residual = 1.22618e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0488752, Final residual = 9.25439e-07, No Iterations 258
time step continuity errors : sum local = 1.26556e-10, global = 3.09237e-20, cumulative = -1.26906e-18
DICPCG: Solving for p, Initial residual = 0.00654653, Final residual = 9.83653e-07, No Iterations 137
time step continuity errors : sum local = 1.36346e-10, global = -7.07018e-20, cumulative = -1.33976e-18
BiCGStab: Solving for omega, Initial residual = 0.000605914, Final residual = 7.65972e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000730218, Final residual = 8.62766e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.67258e-05, Final residual = 1.41289e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.28869e-05, Final residual = 5.37045e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0050778, Final residual = 3.55711e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0121499, Final residual = 9.90212e-07, No Iterations 137
time step continuity errors : sum local = 1.55707e-10, global = 3.23393e-21, cumulative = -1.33653e-18
DICPCG: Solving for p, Initial residual = 0.00236536, Final residual = 9.91996e-07, No Iterations 90
time step continuity errors : sum local = 1.54035e-10, global = 4.98094e-21, cumulative = -1.33155e-18
BiCGStab: Solving for omega, Initial residual = 3.45246e-05, Final residual = 5.65787e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.68818e-05, Final residual = 2.48339e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.69445e-06, Final residual = 6.82304e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.23129e-06, Final residual = 3.65687e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000772146, Final residual = 2.23114e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00199055, Final residual = 9.73055e-07, No Iterations 29
time step continuity errors : sum local = 1.51799e-10, global = -1.3252e-19, cumulative = -1.46407e-18
DICPCG: Solving for p, Initial residual = 0.000354932, Final residual = 8.8769e-07, No Iterations 16
time step continuity errors : sum local = 1.40206e-10, global = -3.20013e-20, cumulative = -1.49607e-18
BiCGStab: Solving for omega, Initial residual = 1.99638e-05, Final residual = 4.43359e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.34628e-06, Final residual = 7.34628e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.20875e-06, Final residual = 8.65835e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.62069e-07, Final residual = 4.37482e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000142104, Final residual = 4.04872e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000507292, Final residual = 9.52606e-07, No Iterations 11
time step continuity errors : sum local = 1.4904e-10, global = 1.95978e-20, cumulative = -1.47647e-18
DICPCG: Solving for p, Initial residual = 9.28461e-05, Final residual = 8.11732e-07, No Iterations 6
time step continuity errors : sum local = 1.29907e-10, global = -8.54526e-20, cumulative = -1.56192e-18
BiCGStab: Solving for omega, Initial residual = 1.83171e-05, Final residual = 4.55775e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.36167e-06, Final residual = 7.36167e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.15983e-07, Final residual = 1.59923e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.68343e-07, Final residual = 8.77872e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.95919e-05, Final residual = 7.0075e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00013967, Final residual = 8.90154e-07, No Iterations 5
time step continuity errors : sum local = 1.40552e-10, global = 3.76774e-20, cumulative = -1.52425e-18
DICPCG: Solving for p, Initial residual = 2.51135e-05, Final residual = 8.73096e-07, No Iterations 3
time step continuity errors : sum local = 1.38234e-10, global = -5.90322e-20, cumulative = -1.58328e-18
BiCGStab: Solving for omega, Initial residual = 1.95686e-05, Final residual = 5.98876e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.37681e-06, Final residual = 7.37681e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1385.48 s ClockTime = 1385 s Max(PAc) = 155179 Pa
Courant Number mean: 0.0528161 max: 0.99786 velocity magnitude: 1.31629
deltaT = 0.00048956
Time = 1.47413
--> Cloud: bubbleCloud
Added 184 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 546371
Mass introduced by injector = 5.00987e-10
Number of parcels added continuously = 1265
Mass introduced continuously = 1.18726e-12
Current number of parcels = 3906832
Current mass in system = 4.4325e-09
Number of parcels shifted at least once = 3957
Number of parcel shifts towards cell center = 3963
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00603031, Final user-defined norm residual = 0.000105828
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.27416e-05, Final user-defined norm residual = 2.06818e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.44451e-08, Final user-defined norm residual = 5.36853e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000746428, Final residual = 3.6054e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000573655, Final residual = 2.21186e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0578514, Final residual = 1.31383e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0557937, Final residual = 9.62621e-07, No Iterations 260
time step continuity errors : sum local = 1.29506e-10, global = -3.77749e-20, cumulative = -1.62105e-18
DICPCG: Solving for p, Initial residual = 0.00722835, Final residual = 9.99332e-07, No Iterations 142
time step continuity errors : sum local = 1.4269e-10, global = -3.08987e-20, cumulative = -1.65195e-18
BiCGStab: Solving for omega, Initial residual = 0.000596671, Final residual = 1.05728e-07, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00072918, Final residual = 8.82277e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.65178e-05, Final residual = 1.3647e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.24431e-05, Final residual = 5.8263e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00547157, Final residual = 3.98715e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0126588, Final residual = 9.58807e-07, No Iterations 132
time step continuity errors : sum local = 1.40263e-10, global = -1.78863e-20, cumulative = -1.66984e-18
DICPCG: Solving for p, Initial residual = 0.00248989, Final residual = 8.93016e-07, No Iterations 92
time step continuity errors : sum local = 1.29614e-10, global = -6.3364e-20, cumulative = -1.7332e-18
BiCGStab: Solving for omega, Initial residual = 3.31881e-05, Final residual = 9.73921e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.7224e-05, Final residual = 2.47487e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.69034e-06, Final residual = 6.38235e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.27481e-06, Final residual = 3.60581e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000836007, Final residual = 2.41458e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00213971, Final residual = 9.92889e-07, No Iterations 41
time step continuity errors : sum local = 1.43188e-10, global = 3.15219e-20, cumulative = -1.70168e-18
DICPCG: Solving for p, Initial residual = 0.000381107, Final residual = 9.65876e-07, No Iterations 18
time step continuity errors : sum local = 1.39581e-10, global = -6.67441e-21, cumulative = -1.70835e-18
BiCGStab: Solving for omega, Initial residual = 2.33156e-05, Final residual = 9.4166e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.57024e-06, Final residual = 7.57024e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.18987e-06, Final residual = 7.83777e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.0632e-07, Final residual = 3.90217e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000153277, Final residual = 4.25384e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000527934, Final residual = 9.54078e-07, No Iterations 11
time step continuity errors : sum local = 1.3802e-10, global = 5.76149e-20, cumulative = -1.65074e-18
DICPCG: Solving for p, Initial residual = 9.82049e-05, Final residual = 9.11007e-07, No Iterations 6
time step continuity errors : sum local = 1.32249e-10, global = -2.52431e-20, cumulative = -1.67598e-18
BiCGStab: Solving for omega, Initial residual = 2.6159e-05, Final residual = 1.12141e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.57825e-06, Final residual = 7.57825e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.77593e-07, Final residual = 1.4612e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.74808e-07, Final residual = 8.38205e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.24312e-05, Final residual = 7.41974e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00015892, Final residual = 7.37386e-07, No Iterations 6
time step continuity errors : sum local = 1.09002e-10, global = -1.03398e-21, cumulative = -1.67702e-18
DICPCG: Solving for p, Initial residual = 2.88341e-05, Final residual = 8.8398e-07, No Iterations 3
time step continuity errors : sum local = 1.28626e-10, global = -2.8121e-20, cumulative = -1.70514e-18
BiCGStab: Solving for omega, Initial residual = 3.3296e-05, Final residual = 1.28825e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.59305e-06, Final residual = 7.59305e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1403.73 s ClockTime = 1404 s Max(PAc) = 155207 Pa
Courant Number mean: 0.0528346 max: 0.993621 velocity magnitude: 1.3107
deltaT = 0.00048956
Time = 1.47461
--> Cloud: bubbleCloud
Added 159 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 546530
Mass introduced by injector = 5.01134e-10
Number of parcels added continuously = 1077
Mass introduced continuously = 9.86644e-13
Current number of parcels = 3907538
Current mass in system = 4.43309e-09
Number of parcels shifted at least once = 4056
Number of parcel shifts towards cell center = 4063
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00589032, Final user-defined norm residual = 9.10746e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.95719e-05, Final user-defined norm residual = 7.63351e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.64048e-08, Final user-defined norm residual = 6.17297e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000735508, Final residual = 3.24592e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.0005668, Final residual = 2.24601e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0558061, Final residual = 1.22067e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0468931, Final residual = 9.91343e-07, No Iterations 259
time step continuity errors : sum local = 1.32399e-10, global = -4.24093e-20, cumulative = -1.74755e-18
DICPCG: Solving for p, Initial residual = 0.00579996, Final residual = 9.62335e-07, No Iterations 112
time step continuity errors : sum local = 1.43473e-10, global = 6.53527e-20, cumulative = -1.68219e-18
BiCGStab: Solving for omega, Initial residual = 0.000610136, Final residual = 7.32241e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000727085, Final residual = 8.92355e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.46112e-05, Final residual = 1.28436e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.23074e-05, Final residual = 5.29084e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00522413, Final residual = 3.55112e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0113605, Final residual = 9.43738e-07, No Iterations 133
time step continuity errors : sum local = 1.31478e-10, global = 1.34221e-20, cumulative = -1.66877e-18
DICPCG: Solving for p, Initial residual = 0.00216997, Final residual = 9.97199e-07, No Iterations 91
time step continuity errors : sum local = 1.36676e-10, global = -5.73578e-20, cumulative = -1.72613e-18
BiCGStab: Solving for omega, Initial residual = 4.48018e-05, Final residual = 9.67251e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.72737e-05, Final residual = 2.51595e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.21071e-06, Final residual = 6.20567e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.00631e-06, Final residual = 3.31214e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000784916, Final residual = 2.21264e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00192661, Final residual = 9.58984e-07, No Iterations 61
time step continuity errors : sum local = 1.31542e-10, global = -8.04865e-21, cumulative = -1.73418e-18
DICPCG: Solving for p, Initial residual = 0.00035568, Final residual = 9.88627e-07, No Iterations 20
time step continuity errors : sum local = 1.35474e-10, global = -2.54988e-20, cumulative = -1.75968e-18
BiCGStab: Solving for omega, Initial residual = 3.2079e-05, Final residual = 8.39116e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.91357e-06, Final residual = 6.91357e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.07581e-06, Final residual = 8.05241e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.44975e-07, Final residual = 3.8195e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000148504, Final residual = 4.0462e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000519821, Final residual = 9.05718e-07, No Iterations 16
time step continuity errors : sum local = 1.2441e-10, global = 2.01812e-20, cumulative = -1.7395e-18
DICPCG: Solving for p, Initial residual = 9.41666e-05, Final residual = 8.86968e-07, No Iterations 7
time step continuity errors : sum local = 1.21897e-10, global = 1.87674e-20, cumulative = -1.72073e-18
BiCGStab: Solving for omega, Initial residual = 2.81478e-05, Final residual = 6.5549e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.9163e-06, Final residual = 6.9163e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.01691e-07, Final residual = 1.46218e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.49693e-07, Final residual = 8.18942e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.14848e-05, Final residual = 6.80397e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000144754, Final residual = 9.87394e-07, No Iterations 5
time step continuity errors : sum local = 1.35298e-10, global = 4.3383e-20, cumulative = -1.67735e-18
DICPCG: Solving for p, Initial residual = 2.66063e-05, Final residual = 7.51914e-07, No Iterations 3
time step continuity errors : sum local = 1.0387e-10, global = 1.37091e-20, cumulative = -1.66364e-18
BiCGStab: Solving for omega, Initial residual = 2.89043e-05, Final residual = 7.95241e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.93842e-06, Final residual = 6.93842e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1421.83 s ClockTime = 1422 s Max(PAc) = 155378 Pa
Courant Number mean: 0.052853 max: 0.99074 velocity magnitude: 1.30592
deltaT = 0.00048956
Time = 1.4751
--> Cloud: bubbleCloud
Added 204 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 546734
Mass introduced by injector = 5.01305e-10
Number of parcels added continuously = 1138
Mass introduced continuously = 1.04494e-12
Current number of parcels = 3908372
Current mass in system = 4.43377e-09
Number of parcels shifted at least once = 4064
Number of parcel shifts towards cell center = 4073
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00556921, Final user-defined norm residual = 5.80152e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.24635e-05, Final user-defined norm residual = 4.2439e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.11738e-09, Final user-defined norm residual = 4.24493e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000736177, Final residual = 3.55553e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000565285, Final residual = 2.25668e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.057982, Final residual = 1.24583e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0425781, Final residual = 9.04588e-07, No Iterations 251
time step continuity errors : sum local = 1.20999e-10, global = -4.42023e-20, cumulative = -1.70784e-18
DICPCG: Solving for p, Initial residual = 0.00566471, Final residual = 9.94919e-07, No Iterations 101
time step continuity errors : sum local = 1.44585e-10, global = 1.32975e-20, cumulative = -1.69454e-18
BiCGStab: Solving for omega, Initial residual = 0.000590643, Final residual = 7.52987e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000724745, Final residual = 8.92249e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.49407e-05, Final residual = 1.34805e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.238e-05, Final residual = 4.96656e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0058157, Final residual = 3.67121e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.011481, Final residual = 9.54649e-07, No Iterations 239
time step continuity errors : sum local = 1.27909e-10, global = -3.82409e-21, cumulative = -1.69836e-18
DICPCG: Solving for p, Initial residual = 0.00219005, Final residual = 9.56539e-07, No Iterations 89
time step continuity errors : sum local = 1.33353e-10, global = -9.99331e-21, cumulative = -1.70836e-18
BiCGStab: Solving for omega, Initial residual = 3.54497e-05, Final residual = 8.46244e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.63644e-05, Final residual = 2.16343e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.25477e-06, Final residual = 5.92205e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.03692e-06, Final residual = 3.27932e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000923088, Final residual = 2.30896e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0019845, Final residual = 9.69629e-07, No Iterations 68
time step continuity errors : sum local = 1.35438e-10, global = -2.98698e-20, cumulative = -1.73823e-18
DICPCG: Solving for p, Initial residual = 0.00036484, Final residual = 9.85197e-07, No Iterations 38
time step continuity errors : sum local = 1.37482e-10, global = -1.11822e-19, cumulative = -1.85005e-18
BiCGStab: Solving for omega, Initial residual = 2.54149e-05, Final residual = 8.07231e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.03776e-06, Final residual = 6.03776e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.07845e-06, Final residual = 7.92514e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.37077e-07, Final residual = 3.82198e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000182527, Final residual = 4.43619e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000510119, Final residual = 9.99264e-07, No Iterations 21
time step continuity errors : sum local = 1.39372e-10, global = -3.69814e-20, cumulative = -1.88703e-18
DICPCG: Solving for p, Initial residual = 9.53305e-05, Final residual = 9.34556e-07, No Iterations 7
time step continuity errors : sum local = 1.30688e-10, global = 9.737e-21, cumulative = -1.87729e-18
BiCGStab: Solving for omega, Initial residual = 2.75028e-05, Final residual = 9.57127e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.03332e-06, Final residual = 6.03332e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.85488e-07, Final residual = 1.44647e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.42879e-07, Final residual = 7.93693e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.9081e-05, Final residual = 7.77361e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000136223, Final residual = 7.74937e-07, No Iterations 6
time step continuity errors : sum local = 1.09307e-10, global = 3.13141e-20, cumulative = -1.84598e-18
DICPCG: Solving for p, Initial residual = 2.47195e-05, Final residual = 8.75125e-07, No Iterations 3
time step continuity errors : sum local = 1.22722e-10, global = -7.07495e-20, cumulative = -1.91673e-18
BiCGStab: Solving for omega, Initial residual = 3.28144e-05, Final residual = 1.05875e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.06555e-06, Final residual = 6.06555e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1439.99 s ClockTime = 1440 s Max(PAc) = 155104 Pa
Courant Number mean: 0.0528709 max: 0.984168 velocity magnitude: 1.29823
deltaT = 0.00048956
Time = 1.47559
--> Cloud: bubbleCloud
Added 131 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 546865
Mass introduced by injector = 5.01448e-10
Number of parcels added continuously = 1185
Mass introduced continuously = 1.1021e-12
Current number of parcels = 3909171
Current mass in system = 4.43446e-09
Number of parcels shifted at least once = 4058
Number of parcel shifts towards cell center = 4066
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00576451, Final user-defined norm residual = 6.48335e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.39278e-05, Final user-defined norm residual = 7.00897e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.50573e-08, Final user-defined norm residual = 7.06779e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000734903, Final residual = 3.40507e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000567167, Final residual = 2.27356e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0601789, Final residual = 1.40593e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0448097, Final residual = 9.64892e-07, No Iterations 163
time step continuity errors : sum local = 1.39045e-10, global = 1.41509e-20, cumulative = -1.90258e-18
DICPCG: Solving for p, Initial residual = 0.00580126, Final residual = 9.39434e-07, No Iterations 146
time step continuity errors : sum local = 1.41873e-10, global = 4.6891e-20, cumulative = -1.85569e-18
BiCGStab: Solving for omega, Initial residual = 0.000598539, Final residual = 5.34069e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000722811, Final residual = 8.65174e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.46687e-05, Final residual = 1.26755e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.2247e-05, Final residual = 4.92271e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00576588, Final residual = 3.93144e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0113216, Final residual = 9.5863e-07, No Iterations 114
time step continuity errors : sum local = 1.3275e-10, global = 1.00151e-20, cumulative = -1.84567e-18
DICPCG: Solving for p, Initial residual = 0.00215115, Final residual = 9.37569e-07, No Iterations 70
time step continuity errors : sum local = 1.28154e-10, global = 2.91062e-20, cumulative = -1.81657e-18
BiCGStab: Solving for omega, Initial residual = 3.96327e-05, Final residual = 1.00158e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.55743e-05, Final residual = 2.07637e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.00059e-06, Final residual = 5.91136e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.94111e-06, Final residual = 3.21782e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000857047, Final residual = 2.44383e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00186544, Final residual = 9.9788e-07, No Iterations 64
time step continuity errors : sum local = 1.3614e-10, global = -1.84546e-20, cumulative = -1.83502e-18
DICPCG: Solving for p, Initial residual = 0.000338741, Final residual = 9.76842e-07, No Iterations 21
time step continuity errors : sum local = 1.33335e-10, global = -1.73184e-20, cumulative = -1.85234e-18
BiCGStab: Solving for omega, Initial residual = 2.69665e-05, Final residual = 8.44811e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.51283e-06, Final residual = 5.51283e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.90421e-07, Final residual = 8.24404e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.83734e-07, Final residual = 3.41777e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000157257, Final residual = 4.3339e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000493251, Final residual = 9.09437e-07, No Iterations 14
time step continuity errors : sum local = 1.24384e-10, global = -1.03747e-19, cumulative = -1.95609e-18
DICPCG: Solving for p, Initial residual = 8.55498e-05, Final residual = 7.27669e-07, No Iterations 6
time step continuity errors : sum local = 1.00219e-10, global = 1.23154e-21, cumulative = -1.95485e-18
BiCGStab: Solving for omega, Initial residual = 2.45159e-05, Final residual = 7.48797e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.53085e-06, Final residual = 5.53085e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.83389e-07, Final residual = 1.32195e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.35618e-07, Final residual = 6.36851e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.28618e-05, Final residual = 7.31622e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00013633, Final residual = 9.93907e-07, No Iterations 5
time step continuity errors : sum local = 1.35603e-10, global = -1.93737e-20, cumulative = -1.97423e-18
DICPCG: Solving for p, Initial residual = 2.43153e-05, Final residual = 9.27907e-07, No Iterations 3
time step continuity errors : sum local = 1.2683e-10, global = -6.2906e-20, cumulative = -2.03713e-18
BiCGStab: Solving for omega, Initial residual = 2.41143e-05, Final residual = 8.13927e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.52995e-06, Final residual = 5.52995e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1458.2 s ClockTime = 1458 s Max(PAc) = 154942 Pa
Courant Number mean: 0.0528886 max: 0.977639 velocity magnitude: 1.28961
deltaT = 0.00048956
Time = 1.47608
--> Cloud: bubbleCloud
Added 170 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 547035
Mass introduced by injector = 5.01615e-10
Number of parcels added continuously = 1184
Mass introduced continuously = 1.12599e-12
Current number of parcels = 3910017
Current mass in system = 4.4352e-09
Number of parcels shifted at least once = 3987
Number of parcel shifts towards cell center = 3993
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0059548, Final user-defined norm residual = 7.06875e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.51869e-05, Final user-defined norm residual = 7.44954e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.60053e-08, Final user-defined norm residual = 5.17005e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000736331, Final residual = 3.32905e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000566331, Final residual = 2.29202e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0621393, Final residual = 1.54536e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0460283, Final residual = 9.35086e-07, No Iterations 153
time step continuity errors : sum local = 1.47434e-10, global = -3.91598e-20, cumulative = -2.07629e-18
DICPCG: Solving for p, Initial residual = 0.00556998, Final residual = 9.8747e-07, No Iterations 138
time step continuity errors : sum local = 1.5164e-10, global = -9.43595e-20, cumulative = -2.17065e-18
BiCGStab: Solving for omega, Initial residual = 0.000585077, Final residual = 4.87237e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000720813, Final residual = 8.52002e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.60236e-05, Final residual = 1.22666e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.27292e-05, Final residual = 4.87767e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00605694, Final residual = 4.57841e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0117021, Final residual = 9.89868e-07, No Iterations 242
time step continuity errors : sum local = 1.32269e-10, global = 2.96917e-20, cumulative = -2.14096e-18
DICPCG: Solving for p, Initial residual = 0.00211138, Final residual = 9.84719e-07, No Iterations 75
time step continuity errors : sum local = 1.36684e-10, global = 3.85358e-20, cumulative = -2.10243e-18
BiCGStab: Solving for omega, Initial residual = 2.82436e-05, Final residual = 6.57972e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.44649e-05, Final residual = 1.7291e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.63101e-06, Final residual = 5.82081e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.23628e-06, Final residual = 3.11412e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000889713, Final residual = 2.81412e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00210044, Final residual = 9.65123e-07, No Iterations 40
time step continuity errors : sum local = 1.346e-10, global = -4.0274e-20, cumulative = -2.1427e-18
DICPCG: Solving for p, Initial residual = 0.000369814, Final residual = 9.83393e-07, No Iterations 26
time step continuity errors : sum local = 1.3701e-10, global = -3.51171e-20, cumulative = -2.17782e-18
BiCGStab: Solving for omega, Initial residual = 1.57498e-05, Final residual = 6.18774e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.93997e-06, Final residual = 4.93997e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.25973e-06, Final residual = 7.27536e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.70918e-07, Final residual = 3.07617e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000159917, Final residual = 4.68653e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000581282, Final residual = 9.72853e-07, No Iterations 14
time step continuity errors : sum local = 1.35619e-10, global = -3.46081e-20, cumulative = -2.21243e-18
DICPCG: Solving for p, Initial residual = 0.000103732, Final residual = 8.17842e-07, No Iterations 6
time step continuity errors : sum local = 1.14913e-10, global = 9.03211e-21, cumulative = -2.20339e-18
BiCGStab: Solving for omega, Initial residual = 1.59484e-05, Final residual = 7.83966e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.93924e-06, Final residual = 4.93924e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.24755e-07, Final residual = 1.18296e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.78377e-07, Final residual = 5.92022e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.39559e-05, Final residual = 7.81483e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000158704, Final residual = 8.03078e-07, No Iterations 6
time step continuity errors : sum local = 1.12941e-10, global = -6.36029e-20, cumulative = -2.267e-18
DICPCG: Solving for p, Initial residual = 2.74303e-05, Final residual = 6.26832e-07, No Iterations 4
time step continuity errors : sum local = 8.93982e-11, global = 2.27523e-20, cumulative = -2.24424e-18
BiCGStab: Solving for omega, Initial residual = 1.79959e-05, Final residual = 9.52594e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.95085e-06, Final residual = 4.95085e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1476.4 s ClockTime = 1476 s Max(PAc) = 154950 Pa
Courant Number mean: 0.0529064 max: 0.97501 velocity magnitude: 1.28045
deltaT = 0.00048956
Time = 1.47657
--> Cloud: bubbleCloud
Added 153 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 547188
Mass introduced by injector = 5.01756e-10
Number of parcels added continuously = 1228
Mass introduced continuously = 1.08629e-12
Current number of parcels = 3910859
Current mass in system = 4.43575e-09
Number of parcels shifted at least once = 3945
Number of parcel shifts towards cell center = 3948
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00544143, Final user-defined norm residual = 6.11109e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.31314e-05, Final user-defined norm residual = 4.96354e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.06657e-08, Final user-defined norm residual = 3.97621e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000738345, Final residual = 3.28364e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000566456, Final residual = 2.31508e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0648963, Final residual = 1.34899e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0443108, Final residual = 9.50417e-07, No Iterations 261
time step continuity errors : sum local = 1.27056e-10, global = 3.24896e-20, cumulative = -2.21175e-18
DICPCG: Solving for p, Initial residual = 0.00589987, Final residual = 9.98724e-07, No Iterations 144
time step continuity errors : sum local = 1.39251e-10, global = 2.80009e-20, cumulative = -2.18375e-18
BiCGStab: Solving for omega, Initial residual = 0.000578031, Final residual = 6.41479e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000718925, Final residual = 8.43837e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.65493e-05, Final residual = 1.19567e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.30247e-05, Final residual = 4.70067e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00610586, Final residual = 4.25341e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.012132, Final residual = 9.6742e-07, No Iterations 134
time step continuity errors : sum local = 1.4468e-10, global = -1.77137e-20, cumulative = -2.20147e-18
DICPCG: Solving for p, Initial residual = 0.00234743, Final residual = 9.89791e-07, No Iterations 93
time step continuity errors : sum local = 1.45947e-10, global = -6.87385e-20, cumulative = -2.27021e-18
BiCGStab: Solving for omega, Initial residual = 2.8673e-05, Final residual = 7.93561e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.42845e-05, Final residual = 1.62869e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.15327e-06, Final residual = 5.62342e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.42343e-06, Final residual = 3.06001e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000925397, Final residual = 2.6528e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00235376, Final residual = 9.89216e-07, No Iterations 68
time step continuity errors : sum local = 1.45887e-10, global = -3.30988e-20, cumulative = -2.3033e-18
DICPCG: Solving for p, Initial residual = 0.000413272, Final residual = 9.83543e-07, No Iterations 30
time step continuity errors : sum local = 1.4515e-10, global = 1.51305e-20, cumulative = -2.28817e-18
BiCGStab: Solving for omega, Initial residual = 1.74878e-05, Final residual = 6.52713e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.87645e-06, Final residual = 4.87645e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.24039e-06, Final residual = 6.77599e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.85929e-07, Final residual = 3.47261e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0001672, Final residual = 4.61048e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000599805, Final residual = 9.89256e-07, No Iterations 19
time step continuity errors : sum local = 1.45937e-10, global = -3.76605e-20, cumulative = -2.32583e-18
DICPCG: Solving for p, Initial residual = 0.000112273, Final residual = 8.93931e-07, No Iterations 7
time step continuity errors : sum local = 1.33123e-10, global = -3.66794e-20, cumulative = -2.36251e-18
BiCGStab: Solving for omega, Initial residual = 1.87049e-05, Final residual = 6.98284e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.92417e-06, Final residual = 4.92417e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.77834e-07, Final residual = 1.33416e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.82177e-07, Final residual = 6.71828e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.40752e-05, Final residual = 7.70536e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000178037, Final residual = 8.21607e-07, No Iterations 7
time step continuity errors : sum local = 1.23404e-10, global = -7.71524e-21, cumulative = -2.37023e-18
DICPCG: Solving for p, Initial residual = 3.09315e-05, Final residual = 7.0319e-07, No Iterations 4
time step continuity errors : sum local = 1.07489e-10, global = 3.42424e-20, cumulative = -2.33599e-18
BiCGStab: Solving for omega, Initial residual = 2.11536e-05, Final residual = 7.61099e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.90555e-06, Final residual = 4.90555e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1494.63 s ClockTime = 1495 s Max(PAc) = 154826 Pa
Courant Number mean: 0.0529241 max: 0.980372 velocity magnitude: 1.27125
deltaT = 0.00048956
Time = 1.47706
--> Cloud: bubbleCloud
Added 220 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 547408
Mass introduced by injector = 5.01929e-10
Number of parcels added continuously = 1181
Mass introduced continuously = 1.09937e-12
Current number of parcels = 3911764
Current mass in system = 4.43649e-09
Number of parcels shifted at least once = 3997
Number of parcel shifts towards cell center = 4002
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00556669, Final user-defined norm residual = 6.10039e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.31108e-05, Final user-defined norm residual = 4.24467e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.12264e-09, Final user-defined norm residual = 3.28485e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000736023, Final residual = 3.43789e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000567609, Final residual = 2.31048e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.066508, Final residual = 1.55611e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0475467, Final residual = 9.84277e-07, No Iterations 254
time step continuity errors : sum local = 1.32652e-10, global = 1.00332e-19, cumulative = -2.23565e-18
DICPCG: Solving for p, Initial residual = 0.00630134, Final residual = 9.17792e-07, No Iterations 84
time step continuity errors : sum local = 1.28875e-10, global = 4.70947e-20, cumulative = -2.18856e-18
BiCGStab: Solving for omega, Initial residual = 0.000580264, Final residual = 5.4061e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000717251, Final residual = 8.37107e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.6488e-05, Final residual = 1.24177e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.28753e-05, Final residual = 5.11895e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00642691, Final residual = 4.85613e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0122107, Final residual = 9.71824e-07, No Iterations 109
time step continuity errors : sum local = 1.47992e-10, global = -4.19129e-20, cumulative = -2.23047e-18
DICPCG: Solving for p, Initial residual = 0.00236829, Final residual = 8.68063e-07, No Iterations 76
time step continuity errors : sum local = 1.32455e-10, global = -1.29745e-19, cumulative = -2.36022e-18
BiCGStab: Solving for omega, Initial residual = 3.45811e-05, Final residual = 4.80681e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.42409e-05, Final residual = 1.53717e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.93091e-06, Final residual = 5.87271e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.59392e-06, Final residual = 3.2226e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000966854, Final residual = 2.97208e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00229489, Final residual = 9.42816e-07, No Iterations 65
time step continuity errors : sum local = 1.42517e-10, global = 5.21577e-20, cumulative = -2.30806e-18
DICPCG: Solving for p, Initial residual = 0.000407909, Final residual = 9.57918e-07, No Iterations 30
time step continuity errors : sum local = 1.44644e-10, global = 3.35781e-20, cumulative = -2.27448e-18
BiCGStab: Solving for omega, Initial residual = 2.55184e-05, Final residual = 4.98811e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.7519e-06, Final residual = 4.7519e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.29222e-06, Final residual = 7.3489e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.96577e-07, Final residual = 3.55017e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000184084, Final residual = 4.9193e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000613202, Final residual = 9.28352e-07, No Iterations 16
time step continuity errors : sum local = 1.40657e-10, global = -4.10925e-20, cumulative = -2.31557e-18
DICPCG: Solving for p, Initial residual = 0.000111103, Final residual = 9.17021e-07, No Iterations 6
time step continuity errors : sum local = 1.39118e-10, global = 2.81438e-20, cumulative = -2.28743e-18
BiCGStab: Solving for omega, Initial residual = 2.67652e-05, Final residual = 6.65025e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.74241e-06, Final residual = 4.74241e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.82226e-07, Final residual = 1.4053e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.97358e-07, Final residual = 7.36245e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.79191e-05, Final residual = 8.47453e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000177003, Final residual = 9.11234e-07, No Iterations 6
time step continuity errors : sum local = 1.38333e-10, global = -7.61615e-20, cumulative = -2.36359e-18
DICPCG: Solving for p, Initial residual = 3.19506e-05, Final residual = 6.67963e-07, No Iterations 4
time step continuity errors : sum local = 1.05388e-10, global = 6.27409e-20, cumulative = -2.30085e-18
BiCGStab: Solving for omega, Initial residual = 2.70746e-05, Final residual = 7.57943e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.78162e-06, Final residual = 4.78162e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1512.83 s ClockTime = 1513 s Max(PAc) = 154456 Pa
Courant Number mean: 0.0529423 max: 0.984043 velocity magnitude: 1.26095
deltaT = 0.00048956
Time = 1.47755
--> Cloud: bubbleCloud
Added 125 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 547533
Mass introduced by injector = 5.02031e-10
Number of parcels added continuously = 1198
Mass introduced continuously = 1.0545e-12
Current number of parcels = 3912573
Current mass in system = 4.43711e-09
Number of parcels shifted at least once = 3929
Number of parcel shifts towards cell center = 3935
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00585216, Final user-defined norm residual = 0.0001043
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.24126e-05, Final user-defined norm residual = 7.81691e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.67978e-08, Final user-defined norm residual = 4.50007e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000731365, Final residual = 3.41826e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000568625, Final residual = 2.30144e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0688866, Final residual = 1.65891e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0451477, Final residual = 9.61759e-07, No Iterations 242
time step continuity errors : sum local = 1.30157e-10, global = -8.04586e-20, cumulative = -2.38131e-18
DICPCG: Solving for p, Initial residual = 0.00598529, Final residual = 9.11779e-07, No Iterations 127
time step continuity errors : sum local = 1.25911e-10, global = -7.03327e-20, cumulative = -2.45164e-18
BiCGStab: Solving for omega, Initial residual = 0.000572181, Final residual = 7.56511e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000715084, Final residual = 8.20682e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.68659e-05, Final residual = 1.26639e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.4163e-05, Final residual = 5.17111e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00693539, Final residual = 5.11445e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0123762, Final residual = 9.74428e-07, No Iterations 240
time step continuity errors : sum local = 1.31869e-10, global = -1.7738e-19, cumulative = -2.62902e-18
DICPCG: Solving for p, Initial residual = 0.00243592, Final residual = 9.72778e-07, No Iterations 76
time step continuity errors : sum local = 1.35141e-10, global = -4.07798e-20, cumulative = -2.6698e-18
BiCGStab: Solving for omega, Initial residual = 3.38622e-05, Final residual = 9.50842e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.43756e-05, Final residual = 1.56433e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.41671e-06, Final residual = 6.08862e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.86731e-06, Final residual = 3.27267e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00108091, Final residual = 2.97496e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00259687, Final residual = 9.61833e-07, No Iterations 51
time step continuity errors : sum local = 1.34065e-10, global = -4.09318e-20, cumulative = -2.71073e-18
DICPCG: Solving for p, Initial residual = 0.000460251, Final residual = 9.73429e-07, No Iterations 15
time step continuity errors : sum local = 1.35569e-10, global = 9.84937e-21, cumulative = -2.70088e-18
BiCGStab: Solving for omega, Initial residual = 2.39445e-05, Final residual = 8.88409e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.81152e-06, Final residual = 4.81152e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.47316e-06, Final residual = 8.02598e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.79665e-07, Final residual = 3.82891e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000211779, Final residual = 4.49264e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000722236, Final residual = 9.68954e-07, No Iterations 13
time step continuity errors : sum local = 1.3495e-10, global = 4.74031e-20, cumulative = -2.65348e-18
DICPCG: Solving for p, Initial residual = 0.000127899, Final residual = 8.4319e-07, No Iterations 7
time step continuity errors : sum local = 1.17897e-10, global = -1.05901e-20, cumulative = -2.66407e-18
BiCGStab: Solving for omega, Initial residual = 2.07836e-05, Final residual = 9.37329e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.84452e-06, Final residual = 4.84452e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.15532e-07, Final residual = 1.64923e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.38819e-07, Final residual = 8.45281e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.68135e-05, Final residual = 7.58799e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000203507, Final residual = 8.39919e-07, No Iterations 6
time step continuity errors : sum local = 1.17449e-10, global = 1.12788e-20, cumulative = -2.65279e-18
DICPCG: Solving for p, Initial residual = 3.63892e-05, Final residual = 6.50289e-07, No Iterations 4
time step continuity errors : sum local = 9.17684e-11, global = -8.73872e-20, cumulative = -2.74018e-18
BiCGStab: Solving for omega, Initial residual = 2.36992e-05, Final residual = 9.09385e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.84431e-06, Final residual = 4.84431e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1531.07 s ClockTime = 1531 s Max(PAc) = 153616 Pa
Courant Number mean: 0.0529609 max: 0.984621 velocity magnitude: 1.25749
deltaT = 0.00048956
Time = 1.47804
--> Cloud: bubbleCloud
Added 168 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 547701
Mass introduced by injector = 5.0217e-10
Number of parcels added continuously = 1201
Mass introduced continuously = 1.04304e-12
Current number of parcels = 3913473
Current mass in system = 4.43778e-09
Number of parcels shifted at least once = 4016
Number of parcel shifts towards cell center = 4023
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00554991, Final user-defined norm residual = 7.20214e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.54793e-05, Final user-defined norm residual = 1.08182e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.32516e-08, Final user-defined norm residual = 3.20658e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000728681, Final residual = 3.47962e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000568667, Final residual = 2.36981e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0712179, Final residual = 1.73575e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0454156, Final residual = 9.00965e-07, No Iterations 264
time step continuity errors : sum local = 1.20538e-10, global = -1.99397e-20, cumulative = -2.76012e-18
DICPCG: Solving for p, Initial residual = 0.00635445, Final residual = 9.30732e-07, No Iterations 147
time step continuity errors : sum local = 1.27427e-10, global = -4.12372e-21, cumulative = -2.76424e-18
BiCGStab: Solving for omega, Initial residual = 0.000567263, Final residual = 5.05194e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000714012, Final residual = 8.08917e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.68869e-05, Final residual = 1.28913e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.32198e-05, Final residual = 5.24199e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00659415, Final residual = 5.02187e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0124954, Final residual = 9.43085e-07, No Iterations 134
time step continuity errors : sum local = 1.41388e-10, global = 2.80464e-20, cumulative = -2.7362e-18
DICPCG: Solving for p, Initial residual = 0.00243213, Final residual = 9.60242e-07, No Iterations 70
time step continuity errors : sum local = 1.42592e-10, global = -1.42109e-20, cumulative = -2.75041e-18
BiCGStab: Solving for omega, Initial residual = 3.23427e-05, Final residual = 8.63628e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.35731e-05, Final residual = 1.50071e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.27754e-06, Final residual = 6.40122e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.60572e-06, Final residual = 3.2732e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00096098, Final residual = 3.0586e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0025696, Final residual = 9.95835e-07, No Iterations 37
time step continuity errors : sum local = 1.47502e-10, global = -4.76995e-20, cumulative = -2.79811e-18
DICPCG: Solving for p, Initial residual = 0.00044593, Final residual = 9.21216e-07, No Iterations 15
time step continuity errors : sum local = 1.37608e-10, global = -7.48081e-20, cumulative = -2.87292e-18
BiCGStab: Solving for omega, Initial residual = 2.14573e-05, Final residual = 8.27968e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.78126e-06, Final residual = 4.78126e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.38556e-06, Final residual = 8.52929e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.14376e-07, Final residual = 4.00235e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000176484, Final residual = 4.98078e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000687179, Final residual = 8.85757e-07, No Iterations 11
time step continuity errors : sum local = 1.32904e-10, global = -3.09406e-20, cumulative = -2.90386e-18
DICPCG: Solving for p, Initial residual = 0.000119436, Final residual = 8.56114e-07, No Iterations 6
time step continuity errors : sum local = 1.28941e-10, global = 6.08768e-20, cumulative = -2.84298e-18
BiCGStab: Solving for omega, Initial residual = 2.35113e-05, Final residual = 9.57302e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.76975e-06, Final residual = 4.76975e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.35783e-07, Final residual = 1.63325e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.03833e-07, Final residual = 8.38158e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.74474e-05, Final residual = 8.67583e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000203007, Final residual = 6.84181e-07, No Iterations 6
time step continuity errors : sum local = 1.06091e-10, global = -4.71597e-22, cumulative = -2.84345e-18
DICPCG: Solving for p, Initial residual = 3.35688e-05, Final residual = 9.95836e-07, No Iterations 3
time step continuity errors : sum local = 1.47495e-10, global = 8.69487e-21, cumulative = -2.83476e-18
BiCGStab: Solving for omega, Initial residual = 2.6632e-05, Final residual = 1.22065e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.8289e-06, Final residual = 4.8289e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1549.28 s ClockTime = 1549 s Max(PAc) = 154003 Pa
Courant Number mean: 0.052979 max: 0.980733 velocity magnitude: 1.2658
deltaT = 0.00048956
Time = 1.47853
--> Cloud: bubbleCloud
Added 217 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 547918
Mass introduced by injector = 5.02367e-10
Number of parcels added continuously = 1245
Mass introduced continuously = 1.18292e-12
Current number of parcels = 3914427
Current mass in system = 4.43866e-09
Number of parcels shifted at least once = 3892
Number of parcel shifts towards cell center = 3898
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00547341, Final user-defined norm residual = 5.78974e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.24503e-05, Final user-defined norm residual = 3.9204e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.43057e-09, Final user-defined norm residual = 2.79275e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000725519, Final residual = 3.3411e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000564369, Final residual = 2.35153e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0693455, Final residual = 1.75296e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0464305, Final residual = 9.28323e-07, No Iterations 254
time step continuity errors : sum local = 1.23283e-10, global = 5.25396e-20, cumulative = -2.78222e-18
DICPCG: Solving for p, Initial residual = 0.00569132, Final residual = 9.72106e-07, No Iterations 99
time step continuity errors : sum local = 1.30079e-10, global = -2.09695e-21, cumulative = -2.78431e-18
BiCGStab: Solving for omega, Initial residual = 0.000569116, Final residual = 1.04942e-07, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000712812, Final residual = 8.11111e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.52741e-05, Final residual = 1.24396e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.21289e-05, Final residual = 4.87043e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00641053, Final residual = 5.23552e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0115182, Final residual = 9.56299e-07, No Iterations 134
time step continuity errors : sum local = 1.47253e-10, global = 2.08675e-20, cumulative = -2.76345e-18
DICPCG: Solving for p, Initial residual = 0.00212718, Final residual = 9.3965e-07, No Iterations 76
time step continuity errors : sum local = 1.43751e-10, global = -5.79015e-20, cumulative = -2.82135e-18
BiCGStab: Solving for omega, Initial residual = 3.46817e-05, Final residual = 9.51224e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.34846e-05, Final residual = 1.62759e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.87242e-06, Final residual = 5.85667e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.26833e-06, Final residual = 3.10566e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000942938, Final residual = 3.11793e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00223324, Final residual = 9.90279e-07, No Iterations 38
time step continuity errors : sum local = 1.50455e-10, global = 2.19441e-20, cumulative = -2.7994e-18
DICPCG: Solving for p, Initial residual = 0.000368134, Final residual = 9.80645e-07, No Iterations 13
time step continuity errors : sum local = 1.49184e-10, global = -2.37365e-21, cumulative = -2.80178e-18
BiCGStab: Solving for omega, Initial residual = 2.64402e-05, Final residual = 6.4693e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.52617e-06, Final residual = 4.52617e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.33322e-06, Final residual = 8.37566e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.02666e-07, Final residual = 3.67004e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000168246, Final residual = 5.21514e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000582344, Final residual = 9.67537e-07, No Iterations 10
time step continuity errors : sum local = 1.47433e-10, global = -5.16527e-20, cumulative = -2.85343e-18
DICPCG: Solving for p, Initial residual = 9.55408e-05, Final residual = 9.99366e-07, No Iterations 5
time step continuity errors : sum local = 1.51669e-10, global = -5.02476e-20, cumulative = -2.90368e-18
BiCGStab: Solving for omega, Initial residual = 2.7236e-05, Final residual = 7.64277e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.50047e-06, Final residual = 4.50047e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.81768e-07, Final residual = 1.5523e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.99476e-07, Final residual = 8.0989e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.51704e-05, Final residual = 8.8521e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000174767, Final residual = 7.62802e-07, No Iterations 6
time step continuity errors : sum local = 1.20089e-10, global = -9.92269e-20, cumulative = -3.0029e-18
DICPCG: Solving for p, Initial residual = 3.01832e-05, Final residual = 6.31466e-07, No Iterations 4
time step continuity errors : sum local = 1.02556e-10, global = -1.68968e-20, cumulative = -3.0198e-18
BiCGStab: Solving for omega, Initial residual = 2.97313e-05, Final residual = 9.85956e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.54732e-06, Final residual = 4.54732e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1567.48 s ClockTime = 1567 s Max(PAc) = 154366 Pa
Courant Number mean: 0.0529971 max: 0.979671 velocity magnitude: 1.27603
deltaT = 0.00048956
Time = 1.47902
--> Cloud: bubbleCloud
Added 163 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 548081
Mass introduced by injector = 5.02503e-10
Number of parcels added continuously = 1136
Mass introduced continuously = 1.05884e-12
Current number of parcels = 3915232
Current mass in system = 4.43935e-09
Number of parcels shifted at least once = 3992
Number of parcel shifts towards cell center = 3996
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00586256, Final user-defined norm residual = 0.00010973
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.35843e-05, Final user-defined norm residual = 2.01463e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.33006e-08, Final user-defined norm residual = 9.53893e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00072019, Final residual = 3.33646e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000565167, Final residual = 2.4337e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0695578, Final residual = 1.74414e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0533602, Final residual = 9.08391e-07, No Iterations 265
time step continuity errors : sum local = 1.20766e-10, global = 4.2101e-21, cumulative = -3.01559e-18
DICPCG: Solving for p, Initial residual = 0.00666552, Final residual = 9.2943e-07, No Iterations 151
time step continuity errors : sum local = 1.42887e-10, global = 1.33794e-19, cumulative = -2.8818e-18
BiCGStab: Solving for omega, Initial residual = 0.000557987, Final residual = 4.52389e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000710814, Final residual = 8.19012e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.25942e-05, Final residual = 1.19262e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.16611e-05, Final residual = 4.90461e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00663103, Final residual = 5.15015e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0101486, Final residual = 9.20073e-07, No Iterations 113
time step continuity errors : sum local = 1.27692e-10, global = 5.428e-20, cumulative = -2.82752e-18
DICPCG: Solving for p, Initial residual = 0.00189673, Final residual = 9.72943e-07, No Iterations 77
time step continuity errors : sum local = 1.36202e-10, global = -1.54363e-20, cumulative = -2.84295e-18
BiCGStab: Solving for omega, Initial residual = 3.44337e-05, Final residual = 5.05334e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.38831e-05, Final residual = 1.66651e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.84733e-06, Final residual = 5.93576e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.89597e-06, Final residual = 3.07187e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00100647, Final residual = 3.09026e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00166758, Final residual = 9.68146e-07, No Iterations 39
time step continuity errors : sum local = 1.35674e-10, global = 3.393e-20, cumulative = -2.80902e-18
DICPCG: Solving for p, Initial residual = 0.0002812, Final residual = 9.73445e-07, No Iterations 17
time step continuity errors : sum local = 1.36299e-10, global = 9.50311e-21, cumulative = -2.79952e-18
BiCGStab: Solving for omega, Initial residual = 2.41349e-05, Final residual = 3.47724e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.66649e-06, Final residual = 4.66649e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.745e-07, Final residual = 7.40704e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.96742e-07, Final residual = 3.58082e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000183353, Final residual = 4.96008e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000450962, Final residual = 8.83074e-07, No Iterations 13
time step continuity errors : sum local = 1.24276e-10, global = 1.82699e-20, cumulative = -2.78125e-18
DICPCG: Solving for p, Initial residual = 7.78728e-05, Final residual = 9.94419e-07, No Iterations 6
time step continuity errors : sum local = 1.39043e-10, global = 1.74801e-21, cumulative = -2.7795e-18
BiCGStab: Solving for omega, Initial residual = 2.39675e-05, Final residual = 1.10283e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.64524e-06, Final residual = 4.64524e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.56523e-07, Final residual = 1.34297e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.36664e-07, Final residual = 7.27151e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.82515e-05, Final residual = 8.3993e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000119582, Final residual = 9.28493e-07, No Iterations 5
time step continuity errors : sum local = 1.30287e-10, global = -1.66018e-20, cumulative = -2.7961e-18
DICPCG: Solving for p, Initial residual = 2.14872e-05, Final residual = 8.28843e-07, No Iterations 3
time step continuity errors : sum local = 1.17053e-10, global = 2.87704e-20, cumulative = -2.76733e-18
BiCGStab: Solving for omega, Initial residual = 2.82614e-05, Final residual = 6.78212e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.67491e-06, Final residual = 4.67491e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1585.66 s ClockTime = 1586 s Max(PAc) = 155174 Pa
Courant Number mean: 0.0530158 max: 0.984625 velocity magnitude: 1.28157
deltaT = 0.00048956
Time = 1.47951
--> Cloud: bubbleCloud
Added 155 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 548236
Mass introduced by injector = 5.02628e-10
Number of parcels added continuously = 1225
Mass introduced continuously = 1.05457e-12
Current number of parcels = 3916101
Current mass in system = 4.43997e-09
Number of parcels shifted at least once = 3869
Number of parcel shifts towards cell center = 3874
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00590762, Final user-defined norm residual = 9.21605e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.98058e-05, Final user-defined norm residual = 8.62663e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.8539e-08, Final user-defined norm residual = 1.1286e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000713158, Final residual = 3.35325e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000559796, Final residual = 2.47213e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0737371, Final residual = 1.67538e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0450021, Final residual = 9.33198e-07, No Iterations 266
time step continuity errors : sum local = 1.24073e-10, global = 4.03925e-20, cumulative = -2.72694e-18
DICPCG: Solving for p, Initial residual = 0.00523355, Final residual = 9.86763e-07, No Iterations 149
time step continuity errors : sum local = 1.32474e-10, global = -2.01854e-20, cumulative = -2.74713e-18
BiCGStab: Solving for omega, Initial residual = 0.000553353, Final residual = 7.51226e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000708432, Final residual = 8.28059e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.04028e-05, Final residual = 1.18806e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.0519e-05, Final residual = 4.94994e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0071279, Final residual = 5.47423e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00899703, Final residual = 9.57714e-07, No Iterations 142
time step continuity errors : sum local = 1.39515e-10, global = 8.39223e-20, cumulative = -2.6632e-18
DICPCG: Solving for p, Initial residual = 0.00171977, Final residual = 9.23193e-07, No Iterations 80
time step continuity errors : sum local = 1.335e-10, global = -2.41491e-20, cumulative = -2.68735e-18
BiCGStab: Solving for omega, Initial residual = 3.12515e-05, Final residual = 6.98126e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.39654e-05, Final residual = 1.67247e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.08671e-06, Final residual = 5.49047e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.55277e-06, Final residual = 3.0952e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00106769, Final residual = 3.29661e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00141026, Final residual = 9.48748e-07, No Iterations 45
time step continuity errors : sum local = 1.36658e-10, global = -2.13444e-20, cumulative = -2.7087e-18
DICPCG: Solving for p, Initial residual = 0.000242944, Final residual = 9.53993e-07, No Iterations 25
time step continuity errors : sum local = 1.37368e-10, global = 3.37371e-20, cumulative = -2.67496e-18
BiCGStab: Solving for omega, Initial residual = 2.1552e-05, Final residual = 9.66151e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.93997e-06, Final residual = 4.93997e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.28715e-07, Final residual = 6.75327e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.6178e-07, Final residual = 3.3883e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000195861, Final residual = 5.5118e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000330158, Final residual = 9.12122e-07, No Iterations 11
time step continuity errors : sum local = 1.31794e-10, global = 2.7174e-20, cumulative = -2.64779e-18
DICPCG: Solving for p, Initial residual = 5.86374e-05, Final residual = 8.79672e-07, No Iterations 6
time step continuity errors : sum local = 1.27473e-10, global = -2.12973e-20, cumulative = -2.66908e-18
BiCGStab: Solving for omega, Initial residual = 2.16503e-05, Final residual = 6.31319e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.94202e-06, Final residual = 4.94202e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.83965e-07, Final residual = 1.05556e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.0035e-07, Final residual = 6.51582e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.95527e-05, Final residual = 9.34725e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.19912e-05, Final residual = 8.13238e-07, No Iterations 5
time step continuity errors : sum local = 1.18637e-10, global = 9.56345e-20, cumulative = -2.57345e-18
DICPCG: Solving for p, Initial residual = 1.56806e-05, Final residual = 7.07562e-07, No Iterations 3
time step continuity errors : sum local = 1.04583e-10, global = 7.03779e-21, cumulative = -2.56641e-18
BiCGStab: Solving for omega, Initial residual = 2.369e-05, Final residual = 9.81941e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.94432e-06, Final residual = 4.94432e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1603.9 s ClockTime = 1604 s Max(PAc) = 154180 Pa
Courant Number mean: 0.0530348 max: 0.983822 velocity magnitude: 1.28294
deltaT = 0.00048956
Time = 1.48
--> Cloud: bubbleCloud
Added 164 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 548400
Mass introduced by injector = 5.02782e-10
Number of parcels added continuously = 1134
Mass introduced continuously = 1.10445e-12
Current number of parcels = 3916865
Current mass in system = 4.44062e-09
Number of parcels shifted at least once = 3841
Number of parcel shifts towards cell center = 3846
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00624583, Final user-defined norm residual = 6.41489e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.37784e-05, Final user-defined norm residual = 3.0503e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.55176e-09, Final user-defined norm residual = 1.54566e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000719091, Final residual = 3.40957e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000556966, Final residual = 2.4403e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0773386, Final residual = 1.86891e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0481354, Final residual = 9.24115e-07, No Iterations 249
time step continuity errors : sum local = 1.23691e-10, global = 3.93815e-20, cumulative = -2.52703e-18
DICPCG: Solving for p, Initial residual = 0.00542576, Final residual = 9.932e-07, No Iterations 135
time step continuity errors : sum local = 1.50808e-10, global = 4.49581e-20, cumulative = -2.48207e-18
BiCGStab: Solving for omega, Initial residual = 0.000549778, Final residual = 4.14446e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00070645, Final residual = 8.21263e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.05794e-05, Final residual = 1.24443e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.11627e-05, Final residual = 5.06894e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00722482, Final residual = 5.36189e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00906408, Final residual = 9.48982e-07, No Iterations 142
time step continuity errors : sum local = 1.32589e-10, global = 2.44727e-20, cumulative = -2.4576e-18
DICPCG: Solving for p, Initial residual = 0.00163307, Final residual = 9.86256e-07, No Iterations 86
time step continuity errors : sum local = 1.38777e-10, global = -1.31676e-21, cumulative = -2.45892e-18
BiCGStab: Solving for omega, Initial residual = 2.69917e-05, Final residual = 3.77016e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.34877e-05, Final residual = 1.58739e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.30076e-06, Final residual = 5.66118e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.67178e-06, Final residual = 3.14681e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00109273, Final residual = 3.24656e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00145422, Final residual = 9.74378e-07, No Iterations 56
time step continuity errors : sum local = 1.37214e-10, global = 3.24453e-20, cumulative = -2.42647e-18
DICPCG: Solving for p, Initial residual = 0.000255393, Final residual = 9.42186e-07, No Iterations 19
time step continuity errors : sum local = 1.32835e-10, global = 7.74083e-20, cumulative = -2.34906e-18
BiCGStab: Solving for omega, Initial residual = 1.61865e-05, Final residual = 2.68165e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.8693e-06, Final residual = 4.8693e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.14295e-07, Final residual = 7.34572e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.3154e-07, Final residual = 3.69377e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00020375, Final residual = 5.7098e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000368058, Final residual = 9.40375e-07, No Iterations 12
time step continuity errors : sum local = 1.32589e-10, global = 1.06551e-20, cumulative = -2.33841e-18
DICPCG: Solving for p, Initial residual = 6.60461e-05, Final residual = 7.9716e-07, No Iterations 7
time step continuity errors : sum local = 1.13315e-10, global = -1.87875e-20, cumulative = -2.3572e-18
BiCGStab: Solving for omega, Initial residual = 1.35e-05, Final residual = 2.76532e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.86845e-06, Final residual = 4.86845e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.19594e-07, Final residual = 1.30333e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.16574e-07, Final residual = 6.86803e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.0515e-05, Final residual = 9.63127e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000101334, Final residual = 9.23032e-07, No Iterations 6
time step continuity errors : sum local = 1.3025e-10, global = 1.66546e-20, cumulative = -2.34054e-18
DICPCG: Solving for p, Initial residual = 1.85446e-05, Final residual = 8.24057e-07, No Iterations 3
time step continuity errors : sum local = 1.16933e-10, global = 2.27788e-20, cumulative = -2.31776e-18
BiCGStab: Solving for omega, Initial residual = 1.49634e-05, Final residual = 2.88827e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.88064e-06, Final residual = 4.88064e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1651.62 s ClockTime = 1652 s Max(PAc) = 154012 Pa
Courant Number mean: 0.0530536 max: 0.986229 velocity magnitude: 1.28586
deltaT = 0.000487805
Time = 1.48049
--> Cloud: bubbleCloud
Added 192 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 548592
Mass introduced by injector = 5.02939e-10
Number of parcels added continuously = 1148
Mass introduced continuously = 1.06087e-12
Current number of parcels = 3917683
Current mass in system = 4.4413e-09
Number of parcels shifted at least once = 3908
Number of parcel shifts towards cell center = 3914
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00594227, Final user-defined norm residual = 7.56701e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.62451e-05, Final user-defined norm residual = 8.39401e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.80209e-08, Final user-defined norm residual = 1.1462e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000711923, Final residual = 3.3006e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000553267, Final residual = 2.48495e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.07725, Final residual = 1.83072e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0500728, Final residual = 9.63844e-07, No Iterations 264
time step continuity errors : sum local = 1.2845e-10, global = -1.16294e-20, cumulative = -2.32939e-18
DICPCG: Solving for p, Initial residual = 0.00570418, Final residual = 9.51808e-07, No Iterations 152
time step continuity errors : sum local = 1.48847e-10, global = -2.80742e-20, cumulative = -2.35747e-18
BiCGStab: Solving for omega, Initial residual = 0.000540735, Final residual = 4.90417e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000701938, Final residual = 8.07328e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.02216e-05, Final residual = 1.14419e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03902e-05, Final residual = 4.62544e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00736026, Final residual = 5.2365e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00893084, Final residual = 9.47326e-07, No Iterations 245
time step continuity errors : sum local = 1.25997e-10, global = 2.06591e-20, cumulative = -2.33681e-18
DICPCG: Solving for p, Initial residual = 0.00154633, Final residual = 9.01503e-07, No Iterations 70
time step continuity errors : sum local = 1.24839e-10, global = -2.14325e-20, cumulative = -2.35824e-18
BiCGStab: Solving for omega, Initial residual = 2.39285e-05, Final residual = 3.68851e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.313e-05, Final residual = 1.60622e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.4583e-06, Final residual = 5.25452e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.65628e-06, Final residual = 2.99636e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00106127, Final residual = 3.21876e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00162417, Final residual = 9.59465e-07, No Iterations 56
time step continuity errors : sum local = 1.33289e-10, global = -1.23602e-20, cumulative = -2.3706e-18
DICPCG: Solving for p, Initial residual = 0.000279168, Final residual = 9.92842e-07, No Iterations 15
time step continuity errors : sum local = 1.37675e-10, global = -2.27333e-20, cumulative = -2.39333e-18
BiCGStab: Solving for omega, Initial residual = 1.48662e-05, Final residual = 3.55409e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.85436e-06, Final residual = 4.85436e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.59458e-07, Final residual = 7.8079e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.2677e-07, Final residual = 3.38347e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000191997, Final residual = 5.87733e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000430027, Final residual = 9.63835e-07, No Iterations 14
time step continuity errors : sum local = 1.33833e-10, global = 2.42824e-20, cumulative = -2.36905e-18
DICPCG: Solving for p, Initial residual = 7.22873e-05, Final residual = 9.85694e-07, No Iterations 5
time step continuity errors : sum local = 1.36731e-10, global = 2.39874e-20, cumulative = -2.34506e-18
BiCGStab: Solving for omega, Initial residual = 1.7217e-05, Final residual = 3.81949e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.86671e-06, Final residual = 4.86671e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.51983e-07, Final residual = 1.52277e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.13957e-07, Final residual = 7.01661e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.95814e-05, Final residual = 1.00845e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000120941, Final residual = 6.94716e-07, No Iterations 5
time step continuity errors : sum local = 9.80256e-11, global = -2.76282e-21, cumulative = -2.34783e-18
DICPCG: Solving for p, Initial residual = 1.94709e-05, Final residual = 7.13878e-07, No Iterations 3
time step continuity errors : sum local = 1.00573e-10, global = -6.9628e-20, cumulative = -2.41745e-18
BiCGStab: Solving for omega, Initial residual = 1.80357e-05, Final residual = 4.71712e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.87708e-06, Final residual = 4.87708e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1669.91 s ClockTime = 1670 s Max(PAc) = 153791 Pa
Courant Number mean: 0.0528816 max: 0.980006 velocity magnitude: 1.28904
deltaT = 0.000487805
Time = 1.48098
--> Cloud: bubbleCloud
Added 197 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 548789
Mass introduced by injector = 5.03168e-10
Number of parcels added continuously = 1134
Mass introduced continuously = 1.07956e-12
Current number of parcels = 3918502
Current mass in system = 4.44201e-09
Number of parcels shifted at least once = 3974
Number of parcel shifts towards cell center = 3981
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00632511, Final user-defined norm residual = 7.14068e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.53461e-05, Final user-defined norm residual = 6.24707e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.3426e-08, Final user-defined norm residual = 8.62094e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000708065, Final residual = 3.51596e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000551558, Final residual = 2.41433e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0811549, Final residual = 1.71791e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.049674, Final residual = 8.98445e-07, No Iterations 261
time step continuity errors : sum local = 1.19195e-10, global = 6.26186e-20, cumulative = -2.35483e-18
DICPCG: Solving for p, Initial residual = 0.00553898, Final residual = 9.4038e-07, No Iterations 144
time step continuity errors : sum local = 1.26743e-10, global = -5.65224e-20, cumulative = -2.41136e-18
BiCGStab: Solving for omega, Initial residual = 0.0005438, Final residual = 6.12471e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000701062, Final residual = 8.00281e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.16218e-05, Final residual = 1.23891e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.06529e-05, Final residual = 5.0634e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00748447, Final residual = 5.12958e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00967095, Final residual = 9.56625e-07, No Iterations 118
time step continuity errors : sum local = 1.4374e-10, global = -1.00207e-19, cumulative = -2.51156e-18
DICPCG: Solving for p, Initial residual = 0.00164124, Final residual = 9.34356e-07, No Iterations 71
time step continuity errors : sum local = 1.39757e-10, global = 5.03689e-20, cumulative = -2.4612e-18
BiCGStab: Solving for omega, Initial residual = 2.79194e-05, Final residual = 5.97509e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.30806e-05, Final residual = 1.60284e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.92808e-06, Final residual = 5.39407e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.76751e-06, Final residual = 3.04127e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00115167, Final residual = 3.16324e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00181, Final residual = 9.89978e-07, No Iterations 28
time step continuity errors : sum local = 1.47023e-10, global = -2.41131e-20, cumulative = -2.48531e-18
DICPCG: Solving for p, Initial residual = 0.000284594, Final residual = 9.70598e-07, No Iterations 17
time step continuity errors : sum local = 1.44482e-10, global = 8.62274e-20, cumulative = -2.39908e-18
BiCGStab: Solving for omega, Initial residual = 1.79847e-05, Final residual = 4.68075e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.12982e-06, Final residual = 5.12982e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.90388e-07, Final residual = 6.27166e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.42004e-07, Final residual = 3.21888e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000215926, Final residual = 6.04537e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00046917, Final residual = 9.87923e-07, No Iterations 10
time step continuity errors : sum local = 1.4678e-10, global = 1.44284e-19, cumulative = -2.2548e-18
DICPCG: Solving for p, Initial residual = 7.59306e-05, Final residual = 8.17397e-07, No Iterations 5
time step continuity errors : sum local = 1.24144e-10, global = -4.92813e-20, cumulative = -2.30408e-18
BiCGStab: Solving for omega, Initial residual = 1.49037e-05, Final residual = 5.23118e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.15436e-06, Final residual = 5.15436e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.80513e-07, Final residual = 1.03524e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.29343e-07, Final residual = 6.2016e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.3759e-05, Final residual = 1.00554e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000126961, Final residual = 7.44923e-07, No Iterations 5
time step continuity errors : sum local = 1.14526e-10, global = 2.50345e-20, cumulative = -2.27904e-18
DICPCG: Solving for p, Initial residual = 2.01288e-05, Final residual = 7.20132e-07, No Iterations 3
time step continuity errors : sum local = 1.11234e-10, global = 5.39758e-21, cumulative = -2.27365e-18
BiCGStab: Solving for omega, Initial residual = 1.69018e-05, Final residual = 5.73281e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.14329e-06, Final residual = 5.14329e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1688.15 s ClockTime = 1688 s Max(PAc) = 153872 Pa
Courant Number mean: 0.0528997 max: 0.984386 velocity magnitude: 1.28883
deltaT = 0.000487805
Time = 1.48146
--> Cloud: bubbleCloud
Added 163 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 548952
Mass introduced by injector = 5.03299e-10
Number of parcels added continuously = 1212
Mass introduced continuously = 1.06873e-12
Current number of parcels = 3919343
Current mass in system = 4.44258e-09
Number of parcels shifted at least once = 3804
Number of parcel shifts towards cell center = 3811
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00560055, Final user-defined norm residual = 9.94654e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.13755e-05, Final user-defined norm residual = 1.25334e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.69351e-08, Final user-defined norm residual = 6.74958e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00070807, Final residual = 3.49965e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000556102, Final residual = 2.41254e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0804701, Final residual = 1.84644e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0536999, Final residual = 9.881e-07, No Iterations 256
time step continuity errors : sum local = 1.31141e-10, global = 1.34144e-20, cumulative = -2.26023e-18
DICPCG: Solving for p, Initial residual = 0.0063007, Final residual = 9.56595e-07, No Iterations 144
time step continuity errors : sum local = 1.43778e-10, global = 5.4852e-21, cumulative = -2.25475e-18
BiCGStab: Solving for omega, Initial residual = 0.00052962, Final residual = 6.34174e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000700051, Final residual = 7.98465e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.17011e-05, Final residual = 1.1687e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.10993e-05, Final residual = 4.83266e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0077381, Final residual = 5.39727e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00966183, Final residual = 9.55109e-07, No Iterations 113
time step continuity errors : sum local = 1.33391e-10, global = 2.79127e-20, cumulative = -2.22683e-18
DICPCG: Solving for p, Initial residual = 0.00175886, Final residual = 9.91472e-07, No Iterations 66
time step continuity errors : sum local = 1.39212e-10, global = 1.07299e-19, cumulative = -2.11953e-18
BiCGStab: Solving for omega, Initial residual = 2.4007e-05, Final residual = 5.60049e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.33937e-05, Final residual = 1.66276e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.76307e-06, Final residual = 5.25292e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.83887e-06, Final residual = 2.95083e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00112236, Final residual = 3.20615e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00158825, Final residual = 9.77244e-07, No Iterations 52
time step continuity errors : sum local = 1.37543e-10, global = 1.02579e-19, cumulative = -2.01696e-18
DICPCG: Solving for p, Initial residual = 0.000264559, Final residual = 9.97312e-07, No Iterations 23
time step continuity errors : sum local = 1.40211e-10, global = 5.68235e-20, cumulative = -1.96013e-18
BiCGStab: Solving for omega, Initial residual = 1.61664e-05, Final residual = 6.0038e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.26509e-06, Final residual = 5.26509e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.11588e-07, Final residual = 5.61437e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.42479e-07, Final residual = 3.09461e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000213118, Final residual = 5.81166e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000397336, Final residual = 8.86443e-07, No Iterations 13
time step continuity errors : sum local = 1.25482e-10, global = -4.43077e-20, cumulative = -2.00444e-18
DICPCG: Solving for p, Initial residual = 6.8631e-05, Final residual = 9.63378e-07, No Iterations 5
time step continuity errors : sum local = 1.35702e-10, global = 9.71846e-20, cumulative = -1.90726e-18
BiCGStab: Solving for omega, Initial residual = 1.79944e-05, Final residual = 6.92149e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.24997e-06, Final residual = 5.24997e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.5254e-07, Final residual = 1.04352e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.25713e-07, Final residual = 5.89809e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.422e-05, Final residual = 1.01781e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00011303, Final residual = 6.77471e-07, No Iterations 5
time step continuity errors : sum local = 9.77071e-11, global = 4.67814e-20, cumulative = -1.86047e-18
DICPCG: Solving for p, Initial residual = 1.81e-05, Final residual = 7.36113e-07, No Iterations 3
time step continuity errors : sum local = 1.05499e-10, global = 1.07946e-19, cumulative = -1.75253e-18
BiCGStab: Solving for omega, Initial residual = 2.13429e-05, Final residual = 8.19816e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.28791e-06, Final residual = 5.28791e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1706.44 s ClockTime = 1706 s Max(PAc) = 154738 Pa
Courant Number mean: 0.0529185 max: 0.991813 velocity magnitude: 1.28893
deltaT = 0.000487805
Time = 1.48195
--> Cloud: bubbleCloud
Added 166 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 549118
Mass introduced by injector = 5.03447e-10
Number of parcels added continuously = 1136
Mass introduced continuously = 1.06748e-12
Current number of parcels = 3920149
Current mass in system = 4.44329e-09
Number of parcels shifted at least once = 3758
Number of parcel shifts towards cell center = 3763
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00549361, Final user-defined norm residual = 7.49328e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.61114e-05, Final user-defined norm residual = 7.31284e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.57237e-08, Final user-defined norm residual = 1.18034e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000704592, Final residual = 3.28738e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000553997, Final residual = 2.57705e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.076704, Final residual = 1.92854e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0470405, Final residual = 9.10817e-07, No Iterations 248
time step continuity errors : sum local = 1.21157e-10, global = 7.75049e-22, cumulative = -1.75175e-18
DICPCG: Solving for p, Initial residual = 0.00496507, Final residual = 9.75639e-07, No Iterations 143
time step continuity errors : sum local = 1.47095e-10, global = -1.99365e-20, cumulative = -1.77169e-18
BiCGStab: Solving for omega, Initial residual = 0.00053639, Final residual = 9.15807e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000698376, Final residual = 8.0033e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.97101e-05, Final residual = 1.25507e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.00085e-05, Final residual = 4.66801e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00709032, Final residual = 5.58743e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00884073, Final residual = 9.16106e-07, No Iterations 242
time step continuity errors : sum local = 1.2217e-10, global = 1.16162e-20, cumulative = -1.76007e-18
DICPCG: Solving for p, Initial residual = 0.00153455, Final residual = 9.96856e-07, No Iterations 67
time step continuity errors : sum local = 1.36918e-10, global = -3.09268e-20, cumulative = -1.791e-18
BiCGStab: Solving for omega, Initial residual = 3.00667e-05, Final residual = 8.27663e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.35152e-05, Final residual = 1.69362e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.11992e-06, Final residual = 5.49469e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.47721e-06, Final residual = 2.90493e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00112182, Final residual = 3.31272e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00145378, Final residual = 9.11749e-07, No Iterations 49
time step continuity errors : sum local = 1.26156e-10, global = -6.6975e-20, cumulative = -1.85798e-18
DICPCG: Solving for p, Initial residual = 0.000225075, Final residual = 9.53948e-07, No Iterations 19
time step continuity errors : sum local = 1.31758e-10, global = 4.2728e-20, cumulative = -1.81525e-18
BiCGStab: Solving for omega, Initial residual = 2.44492e-05, Final residual = 7.87028e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.23458e-06, Final residual = 5.23458e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.63945e-07, Final residual = 6.30536e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.56938e-07, Final residual = 2.88109e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000214292, Final residual = 5.76873e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000362415, Final residual = 9.56011e-07, No Iterations 12
time step continuity errors : sum local = 1.32047e-10, global = -1.03102e-19, cumulative = -1.91835e-18
DICPCG: Solving for p, Initial residual = 5.90924e-05, Final residual = 9.78308e-07, No Iterations 5
time step continuity errors : sum local = 1.35012e-10, global = 2.39264e-20, cumulative = -1.89442e-18
BiCGStab: Solving for omega, Initial residual = 2.22549e-05, Final residual = 9.58197e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.24449e-06, Final residual = 5.24449e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.12057e-07, Final residual = 1.04344e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.89375e-08, Final residual = 5.63884e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.52639e-05, Final residual = 9.97781e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000104973, Final residual = 8.17272e-07, No Iterations 5
time step continuity errors : sum local = 1.13523e-10, global = -7.70147e-20, cumulative = -1.97144e-18
DICPCG: Solving for p, Initial residual = 1.69037e-05, Final residual = 7.08579e-07, No Iterations 3
time step continuity errors : sum local = 9.90166e-11, global = -4.58088e-20, cumulative = -2.01725e-18
BiCGStab: Solving for omega, Initial residual = 2.83935e-05, Final residual = 1.12975e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.2608e-06, Final residual = 5.2608e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1724.6 s ClockTime = 1725 s Max(PAc) = 155519 Pa
Courant Number mean: 0.0529376 max: 0.999347 velocity magnitude: 1.29319
deltaT = 0.000487805
Time = 1.48244
--> Cloud: bubbleCloud
Added 173 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 549291
Mass introduced by injector = 5.03604e-10
Number of parcels added continuously = 1256
Mass introduced continuously = 1.11048e-12
Current number of parcels = 3921062
Current mass in system = 4.44404e-09
Number of parcels shifted at least once = 3873
Number of parcel shifts towards cell center = 3878
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00594242, Final user-defined norm residual = 0.000142001
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.05171e-05, Final user-defined norm residual = 9.88452e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.12436e-07, Final user-defined norm residual = 5.44168e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000709634, Final residual = 3.60596e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000557673, Final residual = 2.47809e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0805284, Final residual = 2.06277e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0501415, Final residual = 9.07924e-07, No Iterations 256
time step continuity errors : sum local = 1.20086e-10, global = -3.35278e-20, cumulative = -2.05077e-18
DICPCG: Solving for p, Initial residual = 0.00568848, Final residual = 9.462e-07, No Iterations 135
time step continuity errors : sum local = 1.33847e-10, global = 6.21392e-20, cumulative = -1.98864e-18
BiCGStab: Solving for omega, Initial residual = 0.00054136, Final residual = 6.71672e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000696483, Final residual = 7.93984e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.07586e-05, Final residual = 1.25483e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.10087e-05, Final residual = 4.93157e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00765155, Final residual = 6.30267e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0089452, Final residual = 9.18033e-07, No Iterations 132
time step continuity errors : sum local = 1.21149e-10, global = 3.44138e-20, cumulative = -1.95422e-18
DICPCG: Solving for p, Initial residual = 0.00158839, Final residual = 9.84376e-07, No Iterations 82
time step continuity errors : sum local = 1.29524e-10, global = 6.61426e-21, cumulative = -1.94761e-18
BiCGStab: Solving for omega, Initial residual = 3.37077e-05, Final residual = 8.85923e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.38036e-05, Final residual = 1.73133e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.33437e-06, Final residual = 5.68809e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.67888e-06, Final residual = 3.14029e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0011905, Final residual = 3.59791e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00158816, Final residual = 9.28019e-07, No Iterations 46
time step continuity errors : sum local = 1.22328e-10, global = 2.08343e-21, cumulative = -1.94552e-18
DICPCG: Solving for p, Initial residual = 0.000258739, Final residual = 9.36644e-07, No Iterations 26
time step continuity errors : sum local = 1.2343e-10, global = -4.0044e-20, cumulative = -1.98557e-18
BiCGStab: Solving for omega, Initial residual = 2.26611e-05, Final residual = 7.30052e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.5806e-06, Final residual = 5.5806e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.48066e-07, Final residual = 6.82341e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.26108e-07, Final residual = 3.14187e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000221416, Final residual = 5.79306e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000392869, Final residual = 9.87882e-07, No Iterations 10
time step continuity errors : sum local = 1.3016e-10, global = 5.49937e-20, cumulative = -1.93057e-18
DICPCG: Solving for p, Initial residual = 6.30994e-05, Final residual = 8.15487e-07, No Iterations 6
time step continuity errors : sum local = 1.07524e-10, global = -4.84648e-20, cumulative = -1.97904e-18
BiCGStab: Solving for omega, Initial residual = 2.30015e-05, Final residual = 6.56567e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.55319e-06, Final residual = 5.55319e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.22291e-07, Final residual = 9.90383e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.22579e-07, Final residual = 5.31638e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.5761e-05, Final residual = 9.83837e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000110567, Final residual = 8.28751e-07, No Iterations 5
time step continuity errors : sum local = 1.09266e-10, global = -5.09848e-20, cumulative = -2.03002e-18
DICPCG: Solving for p, Initial residual = 1.69556e-05, Final residual = 8.13089e-07, No Iterations 3
time step continuity errors : sum local = 1.0721e-10, global = -4.13811e-20, cumulative = -2.0714e-18
BiCGStab: Solving for omega, Initial residual = 2.20607e-05, Final residual = 7.0143e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.59484e-06, Final residual = 5.59484e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1742.85 s ClockTime = 1743 s Max(PAc) = 154824 Pa
Courant Number mean: 0.0529568 max: 1.00231 velocity magnitude: 1.30122
deltaT = 0.000474621
Time = 1.48291
--> Cloud: bubbleCloud
Added 127 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 549418
Mass introduced by injector = 5.03747e-10
Number of parcels added continuously = 1094
Mass introduced continuously = 1.01412e-12
Current number of parcels = 3921782
Current mass in system = 4.44468e-09
Number of parcels shifted at least once = 3669
Number of parcel shifts towards cell center = 3674
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00542774, Final user-defined norm residual = 6.34243e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.36287e-05, Final user-defined norm residual = 4.39533e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.44482e-09, Final user-defined norm residual = 3.1278e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000692283, Final residual = 3.03563e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000544699, Final residual = 2.03802e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0753989, Final residual = 1.42905e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0508029, Final residual = 8.94018e-07, No Iterations 257
time step continuity errors : sum local = 1.12043e-10, global = -5.50404e-20, cumulative = -2.12645e-18
DICPCG: Solving for p, Initial residual = 0.00674352, Final residual = 9.30344e-07, No Iterations 133
time step continuity errors : sum local = 1.27192e-10, global = -7.01275e-20, cumulative = -2.19657e-18
BiCGStab: Solving for omega, Initial residual = 0.000524565, Final residual = 8.24176e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000675142, Final residual = 7.07915e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.0309e-05, Final residual = 1.12098e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.05629e-05, Final residual = 4.64906e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00711157, Final residual = 4.25306e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00873902, Final residual = 9.65212e-07, No Iterations 143
time step continuity errors : sum local = 1.39596e-10, global = 1.75867e-20, cumulative = -2.17899e-18
DICPCG: Solving for p, Initial residual = 0.00161917, Final residual = 9.873e-07, No Iterations 72
time step continuity errors : sum local = 1.41314e-10, global = -7.85283e-20, cumulative = -2.25751e-18
BiCGStab: Solving for omega, Initial residual = 2.64898e-05, Final residual = 6.47713e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.28187e-05, Final residual = 1.50354e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.22813e-06, Final residual = 4.97729e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.71634e-06, Final residual = 2.95296e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00107267, Final residual = 2.60561e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00143598, Final residual = 9.646e-07, No Iterations 47
time step continuity errors : sum local = 1.38287e-10, global = 2.86979e-20, cumulative = -2.22882e-18
DICPCG: Solving for p, Initial residual = 0.00024436, Final residual = 9.89479e-07, No Iterations 24
time step continuity errors : sum local = 1.41431e-10, global = -4.39764e-20, cumulative = -2.27279e-18
BiCGStab: Solving for omega, Initial residual = 1.7713e-05, Final residual = 4.66289e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.11114e-06, Final residual = 5.11114e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.25233e-07, Final residual = 5.60529e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.30726e-07, Final residual = 2.87756e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000202961, Final residual = 4.89444e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000330949, Final residual = 9.67724e-07, No Iterations 9
time step continuity errors : sum local = 1.38699e-10, global = 4.77824e-20, cumulative = -2.22501e-18
DICPCG: Solving for p, Initial residual = 5.60149e-05, Final residual = 9.38022e-07, No Iterations 6
time step continuity errors : sum local = 1.34959e-10, global = 8.7364e-20, cumulative = -2.13765e-18
BiCGStab: Solving for omega, Initial residual = 1.70134e-05, Final residual = 6.20866e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.10928e-06, Final residual = 5.10928e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.79091e-07, Final residual = 8.11817e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.07843e-07, Final residual = 4.86897e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.1004e-05, Final residual = 8.4943e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.99428e-05, Final residual = 9.06528e-07, No Iterations 6
time step continuity errors : sum local = 1.30998e-10, global = -7.49669e-21, cumulative = -2.14514e-18
DICPCG: Solving for p, Initial residual = 1.52254e-05, Final residual = 6.82082e-07, No Iterations 4
time step continuity errors : sum local = 1.02766e-10, global = -1.46894e-19, cumulative = -2.29204e-18
BiCGStab: Solving for omega, Initial residual = 1.98815e-05, Final residual = 7.27077e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.12854e-06, Final residual = 5.12854e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1760.99 s ClockTime = 1761 s Max(PAc) = 155399 Pa
Courant Number mean: 0.0515435 max: 0.984642 velocity magnitude: 1.30769
deltaT = 0.000474621
Time = 1.48339
--> Cloud: bubbleCloud
Added 143 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 549561
Mass introduced by injector = 5.03861e-10
Number of parcels added continuously = 1133
Mass introduced continuously = 1.10372e-12
Current number of parcels = 3922510
Current mass in system = 4.4453e-09
Number of parcels shifted at least once = 3674
Number of parcel shifts towards cell center = 3680
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00522098, Final user-defined norm residual = 5.85233e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.25708e-05, Final user-defined norm residual = 3.85706e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.2851e-09, Final user-defined norm residual = 4.00412e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000692432, Final residual = 3.20021e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000544175, Final residual = 2.03301e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.076142, Final residual = 1.44607e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0436232, Final residual = 8.75236e-07, No Iterations 263
time step continuity errors : sum local = 1.10208e-10, global = 6.14678e-20, cumulative = -2.23057e-18
DICPCG: Solving for p, Initial residual = 0.00595381, Final residual = 9.90982e-07, No Iterations 144
time step continuity errors : sum local = 1.39699e-10, global = 7.13389e-21, cumulative = -2.22344e-18
BiCGStab: Solving for omega, Initial residual = 0.000524954, Final residual = 5.81182e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000674161, Final residual = 7.12631e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.22515e-05, Final residual = 1.1861e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.07185e-05, Final residual = 4.72205e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00706844, Final residual = 4.09067e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00938126, Final residual = 9.79e-07, No Iterations 93
time step continuity errors : sum local = 1.35496e-10, global = -1.268e-21, cumulative = -2.2247e-18
DICPCG: Solving for p, Initial residual = 0.0017872, Final residual = 9.77943e-07, No Iterations 68
time step continuity errors : sum local = 1.36286e-10, global = -2.40351e-20, cumulative = -2.24874e-18
BiCGStab: Solving for omega, Initial residual = 2.56894e-05, Final residual = 6.61547e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.25985e-05, Final residual = 1.4548e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.84566e-06, Final residual = 4.63539e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.87651e-06, Final residual = 2.51627e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00108509, Final residual = 2.54981e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00171946, Final residual = 9.88442e-07, No Iterations 50
time step continuity errors : sum local = 1.37949e-10, global = 4.53981e-20, cumulative = -2.20334e-18
DICPCG: Solving for p, Initial residual = 0.00028887, Final residual = 9.31177e-07, No Iterations 31
time step continuity errors : sum local = 1.30734e-10, global = -6.81265e-20, cumulative = -2.27147e-18
BiCGStab: Solving for omega, Initial residual = 1.57178e-05, Final residual = 5.43174e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.13294e-06, Final residual = 5.13294e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.62236e-07, Final residual = 5.40966e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.86912e-07, Final residual = 2.62718e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000203526, Final residual = 4.88733e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000437651, Final residual = 9.56263e-07, No Iterations 20
time step continuity errors : sum local = 1.33909e-10, global = 1.27413e-20, cumulative = -2.25873e-18
DICPCG: Solving for p, Initial residual = 8.14337e-05, Final residual = 9.01546e-07, No Iterations 7
time step continuity errors : sum local = 1.27004e-10, global = 6.63509e-20, cumulative = -2.19237e-18
BiCGStab: Solving for omega, Initial residual = 1.46377e-05, Final residual = 5.08474e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.11154e-06, Final residual = 5.11154e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.49557e-07, Final residual = 8.29493e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.37991e-07, Final residual = 4.44806e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.31864e-05, Final residual = 8.02801e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000120074, Final residual = 8.59397e-07, No Iterations 7
time step continuity errors : sum local = 1.21686e-10, global = -5.47987e-21, cumulative = -2.19785e-18
DICPCG: Solving for p, Initial residual = 2.28536e-05, Final residual = 6.89926e-07, No Iterations 4
time step continuity errors : sum local = 1.00305e-10, global = -9.35402e-20, cumulative = -2.29139e-18
BiCGStab: Solving for omega, Initial residual = 1.50228e-05, Final residual = 5.13411e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.14754e-06, Final residual = 5.14754e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1779.07 s ClockTime = 1779 s Max(PAc) = 155256 Pa
Courant Number mean: 0.0515613 max: 0.979392 velocity magnitude: 1.31324
deltaT = 0.000474621
Time = 1.48386
--> Cloud: bubbleCloud
Added 175 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 549736
Mass introduced by injector = 5.03985e-10
Number of parcels added continuously = 1104
Mass introduced continuously = 1.04357e-12
Current number of parcels = 3923279
Current mass in system = 4.44593e-09
Number of parcels shifted at least once = 3688
Number of parcel shifts towards cell center = 3692
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0056617, Final user-defined norm residual = 8.27787e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.77692e-05, Final user-defined norm residual = 7.00941e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.50465e-08, Final user-defined norm residual = 1.21627e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000694412, Final residual = 3.32566e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000544843, Final residual = 2.12125e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0775118, Final residual = 1.49841e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.047434, Final residual = 9.92063e-07, No Iterations 265
time step continuity errors : sum local = 1.26316e-10, global = 3.25021e-20, cumulative = -2.25889e-18
DICPCG: Solving for p, Initial residual = 0.00696642, Final residual = 9.78387e-07, No Iterations 147
time step continuity errors : sum local = 1.26052e-10, global = -2.48765e-20, cumulative = -2.28377e-18
BiCGStab: Solving for omega, Initial residual = 0.000524446, Final residual = 6.68557e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000673528, Final residual = 7.20006e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.38116e-05, Final residual = 1.14841e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.15902e-05, Final residual = 4.47484e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00701989, Final residual = 4.51275e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.010365, Final residual = 9.97571e-07, No Iterations 130
time step continuity errors : sum local = 1.34688e-10, global = 1.0869e-20, cumulative = -2.2729e-18
DICPCG: Solving for p, Initial residual = 0.00190563, Final residual = 9.41682e-07, No Iterations 77
time step continuity errors : sum local = 1.26709e-10, global = 1.50493e-20, cumulative = -2.25785e-18
BiCGStab: Solving for omega, Initial residual = 2.43645e-05, Final residual = 4.70942e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.24672e-05, Final residual = 1.46467e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.61663e-06, Final residual = 4.29489e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.16728e-06, Final residual = 2.51302e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00105432, Final residual = 2.73691e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00197973, Final residual = 9.70649e-07, No Iterations 63
time step continuity errors : sum local = 1.30082e-10, global = -4.73339e-20, cumulative = -2.30518e-18
DICPCG: Solving for p, Initial residual = 0.000357585, Final residual = 9.96827e-07, No Iterations 40
time step continuity errors : sum local = 1.33412e-10, global = -8.57861e-21, cumulative = -2.31376e-18
BiCGStab: Solving for omega, Initial residual = 1.62384e-05, Final residual = 4.07448e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.16985e-06, Final residual = 5.16985e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.09893e-06, Final residual = 5.59455e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.76512e-07, Final residual = 2.67135e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000200693, Final residual = 4.95609e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000474626, Final residual = 9.64877e-07, No Iterations 24
time step continuity errors : sum local = 1.29298e-10, global = -5.06382e-20, cumulative = -2.3644e-18
DICPCG: Solving for p, Initial residual = 8.98062e-05, Final residual = 8.999e-07, No Iterations 8
time step continuity errors : sum local = 1.2096e-10, global = 5.80368e-22, cumulative = -2.36382e-18
BiCGStab: Solving for omega, Initial residual = 1.79175e-05, Final residual = 5.97207e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.17492e-06, Final residual = 5.17492e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.9792e-07, Final residual = 1.02342e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.76304e-07, Final residual = 5.07007e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.98378e-05, Final residual = 8.66405e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000128909, Final residual = 8.75428e-07, No Iterations 7
time step continuity errors : sum local = 1.17821e-10, global = -3.10667e-20, cumulative = -2.39489e-18
DICPCG: Solving for p, Initial residual = 2.42971e-05, Final residual = 6.69955e-07, No Iterations 4
time step continuity errors : sum local = 9.14798e-11, global = -7.45542e-20, cumulative = -2.46944e-18
BiCGStab: Solving for omega, Initial residual = 2.18426e-05, Final residual = 6.57618e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.18207e-06, Final residual = 5.18207e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1797.33 s ClockTime = 1797 s Max(PAc) = 154305 Pa
Courant Number mean: 0.0515791 max: 0.966342 velocity magnitude: 1.31327
deltaT = 0.000489003
Time = 1.48435
--> Cloud: bubbleCloud
Added 191 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 549927
Mass introduced by injector = 5.04153e-10
Number of parcels added continuously = 1220
Mass introduced continuously = 1.03499e-12
Current number of parcels = 3924155
Current mass in system = 4.44659e-09
Number of parcels shifted at least once = 3697
Number of parcel shifts towards cell center = 3701
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00609565, Final user-defined norm residual = 6.9764e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.49844e-05, Final user-defined norm residual = 4.75829e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.02204e-08, Final user-defined norm residual = 2.69132e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00071792, Final residual = 4.1256e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000564092, Final residual = 2.50131e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.082645, Final residual = 2.36759e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0506333, Final residual = 9.70846e-07, No Iterations 264
time step continuity errors : sum local = 1.31906e-10, global = 7.9059e-20, cumulative = -2.39038e-18
DICPCG: Solving for p, Initial residual = 0.00737804, Final residual = 9.29233e-07, No Iterations 147
time step continuity errors : sum local = 1.4716e-10, global = 8.68912e-21, cumulative = -2.38169e-18
BiCGStab: Solving for omega, Initial residual = 0.000546092, Final residual = 6.70792e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000693091, Final residual = 8.22435e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.63153e-05, Final residual = 1.2112e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.3086e-05, Final residual = 4.83164e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00740033, Final residual = 6.13287e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0114927, Final residual = 9.25566e-07, No Iterations 134
time step continuity errors : sum local = 1.44506e-10, global = 2.17699e-20, cumulative = -2.35992e-18
DICPCG: Solving for p, Initial residual = 0.00211762, Final residual = 9.72637e-07, No Iterations 94
time step continuity errors : sum local = 1.51985e-10, global = -6.12984e-20, cumulative = -2.42122e-18
BiCGStab: Solving for omega, Initial residual = 3.92032e-05, Final residual = 1.07515e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.33237e-05, Final residual = 1.69767e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.01038e-06, Final residual = 5.27335e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.56024e-06, Final residual = 2.98185e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00114137, Final residual = 3.68232e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00222546, Final residual = 9.1296e-07, No Iterations 222
time step continuity errors : sum local = 1.24503e-10, global = 3.14352e-20, cumulative = -2.38979e-18
DICPCG: Solving for p, Initial residual = 0.000404088, Final residual = 9.82277e-07, No Iterations 44
time step continuity errors : sum local = 1.35469e-10, global = -6.03693e-20, cumulative = -2.45016e-18
BiCGStab: Solving for omega, Initial residual = 3.24498e-05, Final residual = 1.04226e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.69937e-06, Final residual = 5.69937e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.2586e-06, Final residual = 6.98858e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.12358e-07, Final residual = 3.97791e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000207734, Final residual = 5.92434e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000551464, Final residual = 9.87774e-07, No Iterations 18
time step continuity errors : sum local = 1.36489e-10, global = 1.30008e-20, cumulative = -2.43716e-18
DICPCG: Solving for p, Initial residual = 0.000101536, Final residual = 9.91865e-07, No Iterations 8
time step continuity errors : sum local = 1.37042e-10, global = -4.88439e-20, cumulative = -2.486e-18
BiCGStab: Solving for omega, Initial residual = 3.77544e-05, Final residual = 1.02266e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.66215e-06, Final residual = 5.66215e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.81802e-07, Final residual = 1.22505e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.24801e-07, Final residual = 6.82771e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.34433e-05, Final residual = 9.9428e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000158838, Final residual = 9.79212e-07, No Iterations 6
time step continuity errors : sum local = 1.35334e-10, global = 8.78944e-21, cumulative = -2.47721e-18
DICPCG: Solving for p, Initial residual = 2.91097e-05, Final residual = 6.47957e-07, No Iterations 4
time step continuity errors : sum local = 9.01964e-11, global = 7.78178e-20, cumulative = -2.39939e-18
BiCGStab: Solving for omega, Initial residual = 3.44962e-05, Final residual = 1.05524e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.69957e-06, Final residual = 5.69957e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1815.57 s ClockTime = 1816 s Max(PAc) = 154228 Pa
Courant Number mean: 0.0531598 max: 0.991824 velocity magnitude: 1.30982
deltaT = 0.000489003
Time = 1.48484
--> Cloud: bubbleCloud
Added 187 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 550114
Mass introduced by injector = 5.04335e-10
Number of parcels added continuously = 1208
Mass introduced continuously = 1.13887e-12
Current number of parcels = 3925022
Current mass in system = 4.44732e-09
Number of parcels shifted at least once = 3747
Number of parcel shifts towards cell center = 3751
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00614383, Final user-defined norm residual = 0.000109022
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.34213e-05, Final user-defined norm residual = 1.35509e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.91119e-08, Final user-defined norm residual = 5.23446e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000724042, Final residual = 3.81661e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000569423, Final residual = 2.5858e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0770977, Final residual = 1.82529e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0631719, Final residual = 9.89644e-07, No Iterations 245
time step continuity errors : sum local = 1.33766e-10, global = -6.26339e-20, cumulative = -2.46203e-18
DICPCG: Solving for p, Initial residual = 0.00950273, Final residual = 9.18725e-07, No Iterations 129
time step continuity errors : sum local = 1.36886e-10, global = -3.25375e-20, cumulative = -2.49456e-18
BiCGStab: Solving for omega, Initial residual = 0.000553375, Final residual = 6.03097e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000691836, Final residual = 8.1082e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.72755e-05, Final residual = 1.2554e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.36697e-05, Final residual = 5.02153e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00733469, Final residual = 5.53066e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0124922, Final residual = 8.93723e-07, No Iterations 247
time step continuity errors : sum local = 1.20407e-10, global = 6.56987e-20, cumulative = -2.42887e-18
DICPCG: Solving for p, Initial residual = 0.00240337, Final residual = 9.5832e-07, No Iterations 72
time step continuity errors : sum local = 1.32015e-10, global = 5.00121e-20, cumulative = -2.37885e-18
BiCGStab: Solving for omega, Initial residual = 3.38633e-05, Final residual = 8.53448e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.3125e-05, Final residual = 1.6746e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.78887e-06, Final residual = 5.18854e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.76227e-06, Final residual = 3.04509e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00110278, Final residual = 3.36768e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00248294, Final residual = 9.77967e-07, No Iterations 39
time step continuity errors : sum local = 1.35067e-10, global = -5.71498e-20, cumulative = -2.436e-18
DICPCG: Solving for p, Initial residual = 0.000447702, Final residual = 9.68645e-07, No Iterations 26
time step continuity errors : sum local = 1.33773e-10, global = 2.33914e-20, cumulative = -2.41261e-18
BiCGStab: Solving for omega, Initial residual = 2.21349e-05, Final residual = 8.43502e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.44301e-06, Final residual = 5.44301e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.63238e-06, Final residual = 6.34313e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.33218e-07, Final residual = 3.27336e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000205447, Final residual = 5.77659e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000728, Final residual = 9.8306e-07, No Iterations 15
time step continuity errors : sum local = 1.35733e-10, global = -4.93845e-20, cumulative = -2.462e-18
DICPCG: Solving for p, Initial residual = 0.00012934, Final residual = 8.6371e-07, No Iterations 6
time step continuity errors : sum local = 1.19643e-10, global = -6.89818e-20, cumulative = -2.53098e-18
BiCGStab: Solving for omega, Initial residual = 2.08352e-05, Final residual = 9.61523e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.46676e-06, Final residual = 5.46676e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.61726e-07, Final residual = 1.21888e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.56065e-07, Final residual = 7.2378e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.37163e-05, Final residual = 9.86685e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000217228, Final residual = 9.12117e-07, No Iterations 6
time step continuity errors : sum local = 1.26166e-10, global = -2.53316e-20, cumulative = -2.55631e-18
DICPCG: Solving for p, Initial residual = 3.854e-05, Final residual = 6.79026e-07, No Iterations 4
time step continuity errors : sum local = 9.47553e-11, global = 1.20951e-20, cumulative = -2.54421e-18
BiCGStab: Solving for omega, Initial residual = 2.19627e-05, Final residual = 1.08004e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.46194e-06, Final residual = 5.46194e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1833.91 s ClockTime = 1834 s Max(PAc) = 153617 Pa
Courant Number mean: 0.0531774 max: 0.987222 velocity magnitude: 1.30374
deltaT = 0.000489003
Time = 1.48533
--> Cloud: bubbleCloud
Added 148 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 550262
Mass introduced by injector = 5.04452e-10
Number of parcels added continuously = 1153
Mass introduced continuously = 1.08366e-12
Current number of parcels = 3925849
Current mass in system = 4.44804e-09
Number of parcels shifted at least once = 3757
Number of parcel shifts towards cell center = 3763
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0058763, Final user-defined norm residual = 9.13563e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.96084e-05, Final user-defined norm residual = 5.2994e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.13745e-08, Final user-defined norm residual = 3.15585e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000716344, Final residual = 3.75497e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000564298, Final residual = 2.63199e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0781452, Final residual = 2.23645e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0672167, Final residual = 8.94793e-07, No Iterations 256
time step continuity errors : sum local = 1.19577e-10, global = 2.81907e-20, cumulative = -2.51602e-18
DICPCG: Solving for p, Initial residual = 0.0100883, Final residual = 9.34524e-07, No Iterations 139
time step continuity errors : sum local = 1.36017e-10, global = -2.52498e-20, cumulative = -2.54127e-18
BiCGStab: Solving for omega, Initial residual = 0.000549534, Final residual = 5.07061e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000690745, Final residual = 8.2277e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.58081e-05, Final residual = 1.27431e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.19892e-05, Final residual = 4.99076e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00706013, Final residual = 5.90164e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0116605, Final residual = 9.79327e-07, No Iterations 242
time step continuity errors : sum local = 1.3052e-10, global = -4.20694e-20, cumulative = -2.58334e-18
DICPCG: Solving for p, Initial residual = 0.00219445, Final residual = 9.47824e-07, No Iterations 68
time step continuity errors : sum local = 1.29101e-10, global = -9.69161e-20, cumulative = -2.68026e-18
BiCGStab: Solving for omega, Initial residual = 2.92627e-05, Final residual = 7.89781e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.30517e-05, Final residual = 1.61643e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.16154e-06, Final residual = 5.47882e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.23451e-06, Final residual = 3.09281e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00107675, Final residual = 3.49024e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00224778, Final residual = 9.72752e-07, No Iterations 45
time step continuity errors : sum local = 1.3262e-10, global = -6.29491e-20, cumulative = -2.74321e-18
DICPCG: Solving for p, Initial residual = 0.000369594, Final residual = 9.58312e-07, No Iterations 29
time step continuity errors : sum local = 1.30646e-10, global = -3.43553e-20, cumulative = -2.77756e-18
BiCGStab: Solving for omega, Initial residual = 2.0417e-05, Final residual = 7.68372e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.20751e-06, Final residual = 5.20751e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.3108e-06, Final residual = 6.06015e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.32698e-07, Final residual = 3.26104e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000198611, Final residual = 5.44247e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000580922, Final residual = 8.62266e-07, No Iterations 14
time step continuity errors : sum local = 1.17816e-10, global = 3.92972e-20, cumulative = -2.73827e-18
DICPCG: Solving for p, Initial residual = 9.58172e-05, Final residual = 7.98329e-07, No Iterations 7
time step continuity errors : sum local = 1.09264e-10, global = 4.81337e-20, cumulative = -2.69013e-18
BiCGStab: Solving for omega, Initial residual = 2.23633e-05, Final residual = 7.68975e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.19416e-06, Final residual = 5.19416e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.96607e-07, Final residual = 1.07715e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.88686e-07, Final residual = 6.50401e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.15972e-05, Final residual = 9.30633e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000169231, Final residual = 8.06394e-07, No Iterations 6
time step continuity errors : sum local = 1.10336e-10, global = 8.58529e-21, cumulative = -2.68155e-18
DICPCG: Solving for p, Initial residual = 2.82909e-05, Final residual = 5.81093e-07, No Iterations 4
time step continuity errors : sum local = 8.02534e-11, global = -7.93096e-20, cumulative = -2.76086e-18
BiCGStab: Solving for omega, Initial residual = 2.57548e-05, Final residual = 9.84178e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.22013e-06, Final residual = 5.22013e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1852.31 s ClockTime = 1852 s Max(PAc) = 154349 Pa
Courant Number mean: 0.0531954 max: 0.979955 velocity magnitude: 1.29339
deltaT = 0.000489003
Time = 1.48582
--> Cloud: bubbleCloud
Added 164 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 550426
Mass introduced by injector = 5.04608e-10
Number of parcels added continuously = 1056
Mass introduced continuously = 9.448e-13
Current number of parcels = 3926524
Current mass in system = 4.44863e-09
Number of parcels shifted at least once = 3672
Number of parcel shifts towards cell center = 3683
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00569515, Final user-defined norm residual = 6.6797e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.43419e-05, Final user-defined norm residual = 4.55337e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.77658e-09, Final user-defined norm residual = 3.37128e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000710089, Final residual = 3.9505e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000562043, Final residual = 2.6107e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0759401, Final residual = 1.77308e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0613161, Final residual = 9.93396e-07, No Iterations 257
time step continuity errors : sum local = 1.32678e-10, global = 7.50645e-20, cumulative = -2.68579e-18
DICPCG: Solving for p, Initial residual = 0.00882234, Final residual = 8.68855e-07, No Iterations 245
time step continuity errors : sum local = 1.16088e-10, global = 3.06762e-20, cumulative = -2.65512e-18
BiCGStab: Solving for omega, Initial residual = 0.000554943, Final residual = 5.48824e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000690697, Final residual = 8.34378e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.53442e-05, Final residual = 1.21701e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.20802e-05, Final residual = 4.88813e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0073959, Final residual = 5.49316e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0111016, Final residual = 9.52815e-07, No Iterations 133
time step continuity errors : sum local = 1.29309e-10, global = 1.14602e-20, cumulative = -2.64366e-18
DICPCG: Solving for p, Initial residual = 0.00195989, Final residual = 9.84416e-07, No Iterations 78
time step continuity errors : sum local = 1.32901e-10, global = 2.81103e-20, cumulative = -2.61555e-18
BiCGStab: Solving for omega, Initial residual = 3.5399e-05, Final residual = 8.20046e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.25369e-05, Final residual = 1.59775e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.76147e-06, Final residual = 4.9068e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.31957e-06, Final residual = 2.87208e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00114427, Final residual = 3.30413e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00211596, Final residual = 9.86579e-07, No Iterations 36
time step continuity errors : sum local = 1.3277e-10, global = -1.78126e-20, cumulative = -2.63336e-18
DICPCG: Solving for p, Initial residual = 0.000347493, Final residual = 9.60719e-07, No Iterations 22
time step continuity errors : sum local = 1.29297e-10, global = 3.86013e-20, cumulative = -2.59476e-18
BiCGStab: Solving for omega, Initial residual = 3.19179e-05, Final residual = 9.43359e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.90438e-06, Final residual = 4.90438e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.26105e-06, Final residual = 5.93217e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.34733e-07, Final residual = 3.23601e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000224275, Final residual = 5.39508e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000537193, Final residual = 9.33651e-07, No Iterations 11
time step continuity errors : sum local = 1.25648e-10, global = 3.15442e-20, cumulative = -2.56321e-18
DICPCG: Solving for p, Initial residual = 9.31169e-05, Final residual = 8.5517e-07, No Iterations 6
time step continuity errors : sum local = 1.15128e-10, global = 9.62655e-20, cumulative = -2.46695e-18
BiCGStab: Solving for omega, Initial residual = 3.72088e-05, Final residual = 1.20856e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.89841e-06, Final residual = 4.89841e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.93949e-07, Final residual = 1.07603e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.86222e-07, Final residual = 6.37322e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.8009e-05, Final residual = 9.42591e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000171867, Final residual = 8.53323e-07, No Iterations 6
time step continuity errors : sum local = 1.14875e-10, global = 7.25077e-20, cumulative = -2.39444e-18
DICPCG: Solving for p, Initial residual = 2.84093e-05, Final residual = 6.69068e-07, No Iterations 4
time step continuity errors : sum local = 9.02319e-11, global = 3.165e-20, cumulative = -2.36279e-18
BiCGStab: Solving for omega, Initial residual = 3.77233e-05, Final residual = 1.42009e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.92096e-06, Final residual = 4.92096e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1870.49 s ClockTime = 1870 s Max(PAc) = 153825 Pa
Courant Number mean: 0.0532137 max: 0.974395 velocity magnitude: 1.28125
deltaT = 0.000489003
Time = 1.48631
--> Cloud: bubbleCloud
Added 193 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 550619
Mass introduced by injector = 5.04772e-10
Number of parcels added continuously = 1159
Mass introduced continuously = 1.0239e-12
Current number of parcels = 3927358
Current mass in system = 4.44918e-09
Number of parcels shifted at least once = 3834
Number of parcel shifts towards cell center = 3839
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00606937, Final user-defined norm residual = 5.68667e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.2212e-05, Final user-defined norm residual = 4.65635e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.99961e-09, Final user-defined norm residual = 4.34627e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000706025, Final residual = 3.72208e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000562751, Final residual = 2.68605e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0801586, Final residual = 2.3138e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0538672, Final residual = 9.63518e-07, No Iterations 263
time step continuity errors : sum local = 1.2775e-10, global = -5.29781e-21, cumulative = -2.36809e-18
DICPCG: Solving for p, Initial residual = 0.00733852, Final residual = 9.7329e-07, No Iterations 148
time step continuity errors : sum local = 1.42099e-10, global = -8.43504e-21, cumulative = -2.37652e-18
BiCGStab: Solving for omega, Initial residual = 0.000557801, Final residual = 4.82779e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000690949, Final residual = 8.39399e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.4755e-05, Final residual = 1.19028e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.27442e-05, Final residual = 4.63189e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00732442, Final residual = 6.79627e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0110442, Final residual = 9.72069e-07, No Iterations 95
time step continuity errors : sum local = 1.46874e-10, global = 2.47112e-20, cumulative = -2.35181e-18
DICPCG: Solving for p, Initial residual = 0.00198884, Final residual = 9.70646e-07, No Iterations 76
time step continuity errors : sum local = 1.45821e-10, global = -2.84537e-21, cumulative = -2.35466e-18
BiCGStab: Solving for omega, Initial residual = 3.78389e-05, Final residual = 9.8329e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.25178e-05, Final residual = 1.6466e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.95334e-06, Final residual = 5.07628e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.27776e-06, Final residual = 2.84527e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00108341, Final residual = 3.82181e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00231995, Final residual = 9.94021e-07, No Iterations 62
time step continuity errors : sum local = 1.48645e-10, global = -7.94674e-21, cumulative = -2.3626e-18
DICPCG: Solving for p, Initial residual = 0.000394487, Final residual = 9.87637e-07, No Iterations 33
time step continuity errors : sum local = 1.47814e-10, global = 2.83131e-21, cumulative = -2.35977e-18
BiCGStab: Solving for omega, Initial residual = 2.77092e-05, Final residual = 8.90068e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.04371e-06, Final residual = 5.04371e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.33725e-06, Final residual = 5.6772e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.40132e-07, Final residual = 2.99952e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000197982, Final residual = 5.27361e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000638031, Final residual = 9.42732e-07, No Iterations 20
time step continuity errors : sum local = 1.41919e-10, global = 5.13574e-20, cumulative = -2.30841e-18
DICPCG: Solving for p, Initial residual = 0.000112121, Final residual = 9.25614e-07, No Iterations 7
time step continuity errors : sum local = 1.39663e-10, global = 9.12505e-20, cumulative = -2.21716e-18
BiCGStab: Solving for omega, Initial residual = 2.25331e-05, Final residual = 7.77923e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.0401e-06, Final residual = 5.0401e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.84209e-07, Final residual = 1.07154e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.01379e-07, Final residual = 6.24863e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.24539e-05, Final residual = 8.98742e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000182269, Final residual = 9.99522e-07, No Iterations 6
time step continuity errors : sum local = 1.49361e-10, global = 3.28809e-20, cumulative = -2.18428e-18
DICPCG: Solving for p, Initial residual = 3.27037e-05, Final residual = 6.25559e-07, No Iterations 4
time step continuity errors : sum local = 1.00282e-10, global = 1.84575e-21, cumulative = -2.18244e-18
BiCGStab: Solving for omega, Initial residual = 2.32981e-05, Final residual = 8.2013e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.05054e-06, Final residual = 5.05054e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1888.71 s ClockTime = 1889 s Max(PAc) = 153979 Pa
Courant Number mean: 0.0532319 max: 0.98568 velocity magnitude: 1.27509
deltaT = 0.000489003
Time = 1.4868
--> Cloud: bubbleCloud
Added 204 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 550823
Mass introduced by injector = 5.04948e-10
Number of parcels added continuously = 1160
Mass introduced continuously = 1.12063e-12
Current number of parcels = 3928205
Current mass in system = 4.44993e-09
Number of parcels shifted at least once = 3640
Number of parcel shifts towards cell center = 3645
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00583095, Final user-defined norm residual = 0.000133079
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.86146e-05, Final user-defined norm residual = 4.13079e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.88215e-08, Final user-defined norm residual = 1.04808e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000703705, Final residual = 3.6231e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000561763, Final residual = 2.79305e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0831253, Final residual = 2.06638e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0539823, Final residual = 9.0588e-07, No Iterations 263
time step continuity errors : sum local = 1.19952e-10, global = 1.44576e-20, cumulative = -2.16798e-18
DICPCG: Solving for p, Initial residual = 0.00658391, Final residual = 8.69307e-07, No Iterations 148
time step continuity errors : sum local = 1.22417e-10, global = -7.95198e-20, cumulative = -2.2475e-18
BiCGStab: Solving for omega, Initial residual = 0.000542264, Final residual = 4.61194e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00069127, Final residual = 8.40542e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.3564e-05, Final residual = 1.22598e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.21296e-05, Final residual = 4.83173e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00782554, Final residual = 6.11292e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0110534, Final residual = 8.92714e-07, No Iterations 134
time step continuity errors : sum local = 1.27926e-10, global = -3.3032e-21, cumulative = -2.2508e-18
DICPCG: Solving for p, Initial residual = 0.00206029, Final residual = 9.86979e-07, No Iterations 85
time step continuity errors : sum local = 1.41495e-10, global = 9.46398e-20, cumulative = -2.15616e-18
BiCGStab: Solving for omega, Initial residual = 2.27799e-05, Final residual = 5.35592e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.22887e-05, Final residual = 1.63546e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.5704e-06, Final residual = 5.53011e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.03832e-06, Final residual = 2.8928e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0011644, Final residual = 3.6675e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00206274, Final residual = 9.91484e-07, No Iterations 62
time step continuity errors : sum local = 1.42521e-10, global = -7.88938e-20, cumulative = -2.23506e-18
DICPCG: Solving for p, Initial residual = 0.000365963, Final residual = 9.67382e-07, No Iterations 28
time step continuity errors : sum local = 1.39325e-10, global = -4.22035e-21, cumulative = -2.23928e-18
BiCGStab: Solving for omega, Initial residual = 1.26577e-05, Final residual = 5.34454e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.00377e-06, Final residual = 5.00377e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.15833e-06, Final residual = 5.81382e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.3307e-07, Final residual = 2.94416e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000210791, Final residual = 5.75028e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000611399, Final residual = 9.27768e-07, No Iterations 16
time step continuity errors : sum local = 1.34031e-10, global = -4.18185e-20, cumulative = -2.2811e-18
DICPCG: Solving for p, Initial residual = 0.000104877, Final residual = 9.02229e-07, No Iterations 6
time step continuity errors : sum local = 1.30606e-10, global = -4.31995e-20, cumulative = -2.3243e-18
BiCGStab: Solving for omega, Initial residual = 1.37482e-05, Final residual = 6.55159e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.00846e-06, Final residual = 5.00846e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.50712e-07, Final residual = 1.12041e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.44443e-07, Final residual = 5.56027e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.33187e-05, Final residual = 9.36577e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000171893, Final residual = 7.8705e-07, No Iterations 6
time step continuity errors : sum local = 1.15189e-10, global = 7.71548e-21, cumulative = -2.31658e-18
DICPCG: Solving for p, Initial residual = 2.90524e-05, Final residual = 9.76026e-07, No Iterations 3
time step continuity errors : sum local = 1.40474e-10, global = 8.30375e-20, cumulative = -2.23354e-18
BiCGStab: Solving for omega, Initial residual = 1.73164e-05, Final residual = 7.92967e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.02545e-06, Final residual = 5.02545e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1906.96 s ClockTime = 1907 s Max(PAc) = 154653 Pa
Courant Number mean: 0.0532498 max: 0.990437 velocity magnitude: 1.27642
deltaT = 0.000489003
Time = 1.48729
--> Cloud: bubbleCloud
Added 162 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 550985
Mass introduced by injector = 5.05083e-10
Number of parcels added continuously = 1176
Mass introduced continuously = 1.07543e-12
Current number of parcels = 3928992
Current mass in system = 4.45059e-09
Number of parcels shifted at least once = 3768
Number of parcel shifts towards cell center = 3773
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00575187, Final user-defined norm residual = 8.73151e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.87801e-05, Final user-defined norm residual = 8.69917e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.8711e-08, Final user-defined norm residual = 1.0532e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000705465, Final residual = 3.7908e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00056933, Final residual = 2.77083e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0848871, Final residual = 2.46186e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0474687, Final residual = 9.73837e-07, No Iterations 164
time step continuity errors : sum local = 1.53416e-10, global = 8.93344e-20, cumulative = -2.14421e-18
DICPCG: Solving for p, Initial residual = 0.00596802, Final residual = 9.6864e-07, No Iterations 248
time step continuity errors : sum local = 1.30043e-10, global = -3.79821e-21, cumulative = -2.14801e-18
BiCGStab: Solving for omega, Initial residual = 0.000545379, Final residual = 6.48916e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000691191, Final residual = 8.45291e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.50044e-05, Final residual = 1.27248e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.26353e-05, Final residual = 4.96281e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0075884, Final residual = 6.6167e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0111301, Final residual = 9.53596e-07, No Iterations 131
time step continuity errors : sum local = 1.30635e-10, global = 4.39427e-20, cumulative = -2.10406e-18
DICPCG: Solving for p, Initial residual = 0.0021228, Final residual = 9.56917e-07, No Iterations 81
time step continuity errors : sum local = 1.29953e-10, global = -8.77054e-20, cumulative = -2.19177e-18
BiCGStab: Solving for omega, Initial residual = 2.87514e-05, Final residual = 9.13197e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.20252e-05, Final residual = 1.50813e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.31003e-06, Final residual = 5.24593e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.17214e-06, Final residual = 3.00061e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00116603, Final residual = 3.71901e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00188754, Final residual = 8.99116e-07, No Iterations 69
time step continuity errors : sum local = 1.21856e-10, global = -3.14016e-20, cumulative = -2.22317e-18
DICPCG: Solving for p, Initial residual = 0.000330227, Final residual = 9.84465e-07, No Iterations 26
time step continuity errors : sum local = 1.33289e-10, global = -1.09859e-20, cumulative = -2.23416e-18
BiCGStab: Solving for omega, Initial residual = 2.22291e-05, Final residual = 8.79653e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.1249e-06, Final residual = 5.1249e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.05702e-06, Final residual = 6.10651e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.23826e-07, Final residual = 3.37846e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00022419, Final residual = 5.20838e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00045881, Final residual = 9.22948e-07, No Iterations 14
time step continuity errors : sum local = 1.25023e-10, global = 1.35611e-21, cumulative = -2.2328e-18
DICPCG: Solving for p, Initial residual = 8.21921e-05, Final residual = 8.99745e-07, No Iterations 6
time step continuity errors : sum local = 1.219e-10, global = 7.27988e-21, cumulative = -2.22552e-18
BiCGStab: Solving for omega, Initial residual = 2.03557e-05, Final residual = 9.83285e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.13452e-06, Final residual = 5.13452e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.81251e-07, Final residual = 1.2212e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.41314e-07, Final residual = 6.11968e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.75313e-05, Final residual = 8.80258e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000120824, Final residual = 8.6561e-07, No Iterations 7
time step continuity errors : sum local = 1.17324e-10, global = -7.40011e-20, cumulative = -2.29952e-18
DICPCG: Solving for p, Initial residual = 2.10776e-05, Final residual = 6.93151e-07, No Iterations 4
time step continuity errors : sum local = 9.41949e-11, global = -6.77165e-20, cumulative = -2.36724e-18
BiCGStab: Solving for omega, Initial residual = 2.29402e-05, Final residual = 9.71221e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.14135e-06, Final residual = 5.14135e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1925.29 s ClockTime = 1925 s Max(PAc) = 154859 Pa
Courant Number mean: 0.0532686 max: 0.996839 velocity magnitude: 1.28004
deltaT = 0.000489003
Time = 1.48777
--> Cloud: bubbleCloud
Added 167 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 551152
Mass introduced by injector = 5.05236e-10
Number of parcels added continuously = 1181
Mass introduced continuously = 1.0661e-12
Current number of parcels = 3929865
Current mass in system = 4.45127e-09
Number of parcels shifted at least once = 3767
Number of parcel shifts towards cell center = 3773
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00578847, Final user-defined norm residual = 0.000114282
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.45773e-05, Final user-defined norm residual = 6.73249e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.44793e-08, Final user-defined norm residual = 3.64519e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000712638, Final residual = 4.4377e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000571394, Final residual = 2.7595e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0853804, Final residual = 2.25715e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0547913, Final residual = 9.12816e-07, No Iterations 256
time step continuity errors : sum local = 1.21331e-10, global = 4.48247e-21, cumulative = -2.36276e-18
DICPCG: Solving for p, Initial residual = 0.00741496, Final residual = 9.78938e-07, No Iterations 134
time step continuity errors : sum local = 1.31104e-10, global = -1.70574e-20, cumulative = -2.37981e-18
BiCGStab: Solving for omega, Initial residual = 0.000548164, Final residual = 4.97287e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000690916, Final residual = 8.25691e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.54838e-05, Final residual = 1.32964e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.32775e-05, Final residual = 5.33986e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00734235, Final residual = 6.35332e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0116993, Final residual = 9.54222e-07, No Iterations 132
time step continuity errors : sum local = 1.26792e-10, global = 1.69891e-21, cumulative = -2.37811e-18
DICPCG: Solving for p, Initial residual = 0.00227117, Final residual = 9.00339e-07, No Iterations 71
time step continuity errors : sum local = 1.20293e-10, global = -1.18636e-20, cumulative = -2.38998e-18
BiCGStab: Solving for omega, Initial residual = 3.04225e-05, Final residual = 7.60037e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.17735e-05, Final residual = 1.51645e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.39806e-06, Final residual = 6.0537e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.27167e-06, Final residual = 3.76819e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00111245, Final residual = 3.57012e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00194063, Final residual = 9.98793e-07, No Iterations 71
time step continuity errors : sum local = 1.3347e-10, global = 4.32226e-20, cumulative = -2.34675e-18
DICPCG: Solving for p, Initial residual = 0.000345607, Final residual = 9.9816e-07, No Iterations 40
time step continuity errors : sum local = 1.33308e-10, global = 1.13995e-20, cumulative = -2.33536e-18
BiCGStab: Solving for omega, Initial residual = 1.6847e-05, Final residual = 6.45226e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.98632e-06, Final residual = 4.98632e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.0416e-06, Final residual = 7.80054e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.45558e-07, Final residual = 4.30003e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000204029, Final residual = 5.24292e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000485027, Final residual = 9.80958e-07, No Iterations 17
time step continuity errors : sum local = 1.31014e-10, global = -1.01138e-19, cumulative = -2.43649e-18
DICPCG: Solving for p, Initial residual = 8.3555e-05, Final residual = 8.12224e-07, No Iterations 9
time step continuity errors : sum local = 1.08615e-10, global = -9.82859e-21, cumulative = -2.44632e-18
BiCGStab: Solving for omega, Initial residual = 1.58803e-05, Final residual = 6.88992e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.9895e-06, Final residual = 4.9895e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.81485e-07, Final residual = 1.31321e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.52359e-07, Final residual = 7.54081e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.14509e-05, Final residual = 8.7264e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000125886, Final residual = 8.96805e-07, No Iterations 6
time step continuity errors : sum local = 1.19838e-10, global = 8.74337e-20, cumulative = -2.35889e-18
DICPCG: Solving for p, Initial residual = 2.08922e-05, Final residual = 6.25957e-07, No Iterations 4
time step continuity errors : sum local = 8.38972e-11, global = 4.55161e-20, cumulative = -2.31337e-18
BiCGStab: Solving for omega, Initial residual = 1.59867e-05, Final residual = 8.64438e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.99828e-06, Final residual = 4.99828e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1943.52 s ClockTime = 1943 s Max(PAc) = 154863 Pa
Courant Number mean: 0.0532874 max: 1.00648 velocity magnitude: 1.28385
deltaT = 0.000470196
Time = 1.48825
--> Cloud: bubbleCloud
Added 172 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 551324
Mass introduced by injector = 5.05395e-10
Number of parcels added continuously = 1064
Mass introduced continuously = 1.01619e-12
Current number of parcels = 3930613
Current mass in system = 4.4519e-09
Number of parcels shifted at least once = 3622
Number of parcel shifts towards cell center = 3625
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00560233, Final user-defined norm residual = 0.000127688
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.74737e-05, Final user-defined norm residual = 4.08971e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.79971e-08, Final user-defined norm residual = 9.2313e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000685287, Final residual = 2.81913e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000548225, Final residual = 2.04112e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0765022, Final residual = 1.59488e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0456785, Final residual = 9.24717e-07, No Iterations 255
time step continuity errors : sum local = 1.14029e-10, global = 7.93912e-20, cumulative = -2.23398e-18
DICPCG: Solving for p, Initial residual = 0.00560853, Final residual = 9.54263e-07, No Iterations 240
time step continuity errors : sum local = 1.17367e-10, global = -3.05688e-20, cumulative = -2.26455e-18
BiCGStab: Solving for omega, Initial residual = 0.000534051, Final residual = 3.56224e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000664373, Final residual = 6.99638e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.48106e-05, Final residual = 9.77342e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.18724e-05, Final residual = 4.31555e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00655275, Final residual = 4.29274e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0116461, Final residual = 9.39121e-07, No Iterations 134
time step continuity errors : sum local = 1.16201e-10, global = -1.69807e-20, cumulative = -2.28153e-18
DICPCG: Solving for p, Initial residual = 0.00228864, Final residual = 9.2401e-07, No Iterations 71
time step continuity errors : sum local = 1.15142e-10, global = 5.0847e-20, cumulative = -2.23068e-18
BiCGStab: Solving for omega, Initial residual = 2.19474e-05, Final residual = 4.80171e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.11592e-05, Final residual = 1.28277e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.50701e-06, Final residual = 4.65301e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.05416e-06, Final residual = 2.97922e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00094014, Final residual = 2.49164e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00198039, Final residual = 9.26186e-07, No Iterations 53
time step continuity errors : sum local = 1.1565e-10, global = -1.91131e-20, cumulative = -2.2498e-18
DICPCG: Solving for p, Initial residual = 0.00033994, Final residual = 9.37118e-07, No Iterations 27
time step continuity errors : sum local = 1.16984e-10, global = 8.97976e-20, cumulative = -2.16e-18
BiCGStab: Solving for omega, Initial residual = 1.04185e-05, Final residual = 2.50365e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.55982e-06, Final residual = 4.55982e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.02932e-06, Final residual = 6.79407e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.84499e-07, Final residual = 3.27524e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000173758, Final residual = 4.09187e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000468613, Final residual = 9.9101e-07, No Iterations 11
time step continuity errors : sum local = 1.23648e-10, global = -2.00736e-20, cumulative = -2.18007e-18
DICPCG: Solving for p, Initial residual = 8.00433e-05, Final residual = 8.5537e-07, No Iterations 6
time step continuity errors : sum local = 1.06884e-10, global = -3.74788e-20, cumulative = -2.21755e-18
BiCGStab: Solving for omega, Initial residual = 8.33739e-06, Final residual = 8.33739e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.56522e-06, Final residual = 4.56522e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.58386e-07, Final residual = 1.0626e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.23788e-07, Final residual = 5.41472e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.53933e-05, Final residual = 6.58381e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000117964, Final residual = 6.95415e-07, No Iterations 6
time step continuity errors : sum local = 8.71202e-11, global = -3.43626e-20, cumulative = -2.25191e-18
DICPCG: Solving for p, Initial residual = 1.97533e-05, Final residual = 6.14835e-07, No Iterations 4
time step continuity errors : sum local = 7.7163e-11, global = 2.69364e-21, cumulative = -2.24922e-18
BiCGStab: Solving for omega, Initial residual = 8.38482e-06, Final residual = 8.38482e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.56713e-06, Final residual = 4.56713e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1961.86 s ClockTime = 1962 s Max(PAc) = 156348 Pa
Courant Number mean: 0.0512551 max: 0.972294 velocity magnitude: 1.2902
deltaT = 0.000470196
Time = 1.48872
--> Cloud: bubbleCloud
Added 174 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 551498
Mass introduced by injector = 5.05549e-10
Number of parcels added continuously = 1092
Mass introduced continuously = 1.12599e-12
Current number of parcels = 3931393
Current mass in system = 4.45264e-09
Number of parcels shifted at least once = 3543
Number of parcel shifts towards cell center = 3545
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00586433, Final user-defined norm residual = 0.000151829
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.26485e-05, Final user-defined norm residual = 1.25949e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.70843e-07, Final user-defined norm residual = 1.13939e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000683373, Final residual = 2.62554e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000552763, Final residual = 2.1427e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0730178, Final residual = 1.49222e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0483907, Final residual = 9.38628e-07, No Iterations 264
time step continuity errors : sum local = 1.167e-10, global = -5.42111e-20, cumulative = -2.30343e-18
DICPCG: Solving for p, Initial residual = 0.00581261, Final residual = 9.43431e-07, No Iterations 148
time step continuity errors : sum local = 1.31379e-10, global = 8.51547e-20, cumulative = -2.21828e-18
BiCGStab: Solving for omega, Initial residual = 0.000531282, Final residual = 3.85839e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000664747, Final residual = 6.93938e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.66665e-05, Final residual = 9.37591e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.27183e-05, Final residual = 4.02205e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00610766, Final residual = 4.22467e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0128679, Final residual = 9.49884e-07, No Iterations 240
time step continuity errors : sum local = 1.19049e-10, global = 7.14177e-20, cumulative = -2.14686e-18
DICPCG: Solving for p, Initial residual = 0.0025337, Final residual = 9.17113e-07, No Iterations 70
time step continuity errors : sum local = 1.1609e-10, global = 9.62299e-21, cumulative = -2.13724e-18
BiCGStab: Solving for omega, Initial residual = 2.00875e-05, Final residual = 3.08428e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.09857e-05, Final residual = 1.2379e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.23962e-06, Final residual = 4.5794e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.35746e-06, Final residual = 2.64092e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000893261, Final residual = 2.42301e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00237686, Final residual = 9.86114e-07, No Iterations 57
time step continuity errors : sum local = 1.24629e-10, global = 3.27839e-20, cumulative = -2.10445e-18
DICPCG: Solving for p, Initial residual = 0.000390165, Final residual = 9.77506e-07, No Iterations 34
time step continuity errors : sum local = 1.23524e-10, global = 2.33045e-20, cumulative = -2.08115e-18
BiCGStab: Solving for omega, Initial residual = 7.86995e-06, Final residual = 7.86995e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.126e-06, Final residual = 4.126e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.26825e-06, Final residual = 6.56205e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.89836e-07, Final residual = 3.21884e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000160616, Final residual = 3.86559e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000606654, Final residual = 9.43426e-07, No Iterations 19
time step continuity errors : sum local = 1.19238e-10, global = 3.1252e-20, cumulative = -2.0499e-18
DICPCG: Solving for p, Initial residual = 0.000102543, Final residual = 9.56992e-07, No Iterations 6
time step continuity errors : sum local = 1.20936e-10, global = 6.06499e-20, cumulative = -1.98925e-18
BiCGStab: Solving for omega, Initial residual = 8.10607e-06, Final residual = 8.10607e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.14471e-06, Final residual = 4.14471e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.3286e-07, Final residual = 1.21243e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.62219e-07, Final residual = 6.31675e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.27431e-05, Final residual = 6.41207e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000153019, Final residual = 7.84132e-07, No Iterations 6
time step continuity errors : sum local = 9.92112e-11, global = 3.44147e-20, cumulative = -1.95483e-18
DICPCG: Solving for p, Initial residual = 2.62178e-05, Final residual = 6.51192e-07, No Iterations 4
time step continuity errors : sum local = 8.2502e-11, global = 8.41476e-20, cumulative = -1.87068e-18
BiCGStab: Solving for omega, Initial residual = 8.15684e-06, Final residual = 8.15684e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.14636e-06, Final residual = 4.14636e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1980.15 s ClockTime = 1980 s Max(PAc) = 155599 Pa
Courant Number mean: 0.0512726 max: 0.96817 velocity magnitude: 1.2975
deltaT = 0.000470196
Time = 1.48919
--> Cloud: bubbleCloud
Added 139 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 551637
Mass introduced by injector = 5.05674e-10
Number of parcels added continuously = 1073
Mass introduced continuously = 1.00354e-12
Current number of parcels = 3932095
Current mass in system = 4.45318e-09
Number of parcels shifted at least once = 3585
Number of parcel shifts towards cell center = 3587
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00591512, Final user-defined norm residual = 5.92939e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.27416e-05, Final user-defined norm residual = 4.13648e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.88895e-09, Final user-defined norm residual = 1.93984e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000683329, Final residual = 2.99037e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000547928, Final residual = 2.1546e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0706252, Final residual = 1.63281e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0503014, Final residual = 9.69156e-07, No Iterations 257
time step continuity errors : sum local = 1.21811e-10, global = 3.44973e-20, cumulative = -1.83619e-18
DICPCG: Solving for p, Initial residual = 0.00624611, Final residual = 9.68941e-07, No Iterations 105
time step continuity errors : sum local = 1.25204e-10, global = -1.93064e-20, cumulative = -1.85549e-18
BiCGStab: Solving for omega, Initial residual = 0.000530176, Final residual = 3.30516e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00066535, Final residual = 6.98648e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.72887e-05, Final residual = 1.03352e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.24447e-05, Final residual = 4.76567e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00583856, Final residual = 4.28682e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0130113, Final residual = 9.26026e-07, No Iterations 132
time step continuity errors : sum local = 1.19933e-10, global = 6.72729e-22, cumulative = -1.85482e-18
DICPCG: Solving for p, Initial residual = 0.00249587, Final residual = 9.6367e-07, No Iterations 83
time step continuity errors : sum local = 1.25737e-10, global = -6.04347e-20, cumulative = -1.91525e-18
BiCGStab: Solving for omega, Initial residual = 2.39916e-05, Final residual = 4.1499e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.1379e-05, Final residual = 1.2274e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.55225e-06, Final residual = 5.03252e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.36831e-06, Final residual = 2.71949e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000832171, Final residual = 2.37451e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00243873, Final residual = 9.41949e-07, No Iterations 63
time step continuity errors : sum local = 1.23491e-10, global = -1.67891e-21, cumulative = -1.91693e-18
DICPCG: Solving for p, Initial residual = 0.000397952, Final residual = 9.841e-07, No Iterations 40
time step continuity errors : sum local = 1.28838e-10, global = 4.84437e-21, cumulative = -1.91209e-18
BiCGStab: Solving for omega, Initial residual = 1.21917e-05, Final residual = 3.30795e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.26519e-06, Final residual = 4.26519e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.39321e-06, Final residual = 6.61097e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.222e-07, Final residual = 3.11042e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000146999, Final residual = 3.76824e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000625838, Final residual = 9.57792e-07, No Iterations 25
time step continuity errors : sum local = 1.25536e-10, global = 5.44288e-20, cumulative = -1.85766e-18
DICPCG: Solving for p, Initial residual = 0.000102441, Final residual = 8.85756e-07, No Iterations 7
time step continuity errors : sum local = 1.16445e-10, global = 4.8668e-20, cumulative = -1.80899e-18
BiCGStab: Solving for omega, Initial residual = 1.14065e-05, Final residual = 3.95681e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.27665e-06, Final residual = 4.27665e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.72228e-07, Final residual = 1.26559e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.67957e-07, Final residual = 6.74945e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.95271e-05, Final residual = 6.00234e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000171436, Final residual = 9.56764e-07, No Iterations 6
time step continuity errors : sum local = 1.25393e-10, global = 1.31591e-20, cumulative = -1.79583e-18
DICPCG: Solving for p, Initial residual = 2.58423e-05, Final residual = 6.98387e-07, No Iterations 4
time step continuity errors : sum local = 9.28202e-11, global = -5.47816e-20, cumulative = -1.85061e-18
BiCGStab: Solving for omega, Initial residual = 1.10627e-05, Final residual = 4.11456e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.2883e-06, Final residual = 4.2883e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 1998.36 s ClockTime = 1998 s Max(PAc) = 155605 Pa
Courant Number mean: 0.0512898 max: 0.962613 velocity magnitude: 1.30195
deltaT = 0.000470196
Time = 1.48966
--> Cloud: bubbleCloud
Added 206 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 551843
Mass introduced by injector = 5.05861e-10
Number of parcels added continuously = 1126
Mass introduced continuously = 1.05538e-12
Current number of parcels = 3932942
Current mass in system = 4.45394e-09
Number of parcels shifted at least once = 3488
Number of parcel shifts towards cell center = 3494
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00583838, Final user-defined norm residual = 8.05479e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.73171e-05, Final user-defined norm residual = 1.14282e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.45698e-08, Final user-defined norm residual = 6.02403e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000687944, Final residual = 3.0702e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000548741, Final residual = 2.19219e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.067713, Final residual = 1.6351e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0501225, Final residual = 9.18484e-07, No Iterations 256
time step continuity errors : sum local = 1.16148e-10, global = -1.44677e-20, cumulative = -1.86508e-18
DICPCG: Solving for p, Initial residual = 0.00605206, Final residual = 9.25964e-07, No Iterations 135
time step continuity errors : sum local = 1.27002e-10, global = 4.49558e-20, cumulative = -1.82013e-18
BiCGStab: Solving for omega, Initial residual = 0.000532533, Final residual = 3.14526e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000666576, Final residual = 6.95562e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.65894e-05, Final residual = 1.04457e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.27214e-05, Final residual = 4.68657e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00595434, Final residual = 4.44892e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0124977, Final residual = 9.60378e-07, No Iterations 136
time step continuity errors : sum local = 1.35977e-10, global = 6.55723e-20, cumulative = -1.75455e-18
DICPCG: Solving for p, Initial residual = 0.00237029, Final residual = 9.89489e-07, No Iterations 90
time step continuity errors : sum local = 1.40342e-10, global = 5.76552e-20, cumulative = -1.6969e-18
BiCGStab: Solving for omega, Initial residual = 2.02563e-05, Final residual = 3.95153e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.13377e-05, Final residual = 1.26975e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.04333e-06, Final residual = 4.66384e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.31791e-06, Final residual = 2.54251e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000845788, Final residual = 2.49651e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00222444, Final residual = 9.66724e-07, No Iterations 106
time step continuity errors : sum local = 1.3786e-10, global = -9.2278e-20, cumulative = -1.78918e-18
DICPCG: Solving for p, Initial residual = 0.000364993, Final residual = 9.52998e-07, No Iterations 54
time step continuity errors : sum local = 1.35997e-10, global = -1.97929e-20, cumulative = -1.80897e-18
BiCGStab: Solving for omega, Initial residual = 8.49931e-06, Final residual = 8.49931e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.21268e-06, Final residual = 4.21268e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.27039e-06, Final residual = 5.46924e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.65619e-07, Final residual = 3.05102e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000146523, Final residual = 3.54375e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000550632, Final residual = 9.96819e-07, No Iterations 27
time step continuity errors : sum local = 1.41549e-10, global = 1.14929e-20, cumulative = -1.79748e-18
DICPCG: Solving for p, Initial residual = 9.16992e-05, Final residual = 9.6816e-07, No Iterations 7
time step continuity errors : sum local = 1.37905e-10, global = -3.47303e-21, cumulative = -1.80095e-18
BiCGStab: Solving for omega, Initial residual = 8.71152e-06, Final residual = 8.71152e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.24377e-06, Final residual = 4.24377e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.14277e-07, Final residual = 1.27078e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.65837e-07, Final residual = 7.36517e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.00886e-05, Final residual = 5.6627e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000133975, Final residual = 8.6697e-07, No Iterations 7
time step continuity errors : sum local = 1.25084e-10, global = -8.95875e-20, cumulative = -1.89054e-18
DICPCG: Solving for p, Initial residual = 2.29598e-05, Final residual = 7.49265e-07, No Iterations 4
time step continuity errors : sum local = 1.10171e-10, global = -5.86684e-20, cumulative = -1.94921e-18
BiCGStab: Solving for omega, Initial residual = 8.76336e-06, Final residual = 8.76336e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.24747e-06, Final residual = 4.24747e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2016.6 s ClockTime = 2017 s Max(PAc) = 154729 Pa
Courant Number mean: 0.0513065 max: 0.950192 velocity magnitude: 1.30503
deltaT = 0.000492586
Time = 1.49015
--> Cloud: bubbleCloud
Added 141 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 551984
Mass introduced by injector = 5.05971e-10
Number of parcels added continuously = 1200
Mass introduced continuously = 1.14092e-12
Current number of parcels = 3933761
Current mass in system = 4.4546e-09
Number of parcels shifted at least once = 3647
Number of parcel shifts towards cell center = 3651
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00553009, Final user-defined norm residual = 6.92035e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.48743e-05, Final user-defined norm residual = 6.03799e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.2978e-08, Final user-defined norm residual = 5.23732e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000717024, Final residual = 4.98159e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00057668, Final residual = 2.99696e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0693466, Final residual = 1.95436e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0454574, Final residual = 8.97826e-07, No Iterations 252
time step continuity errors : sum local = 1.23571e-10, global = 7.45421e-20, cumulative = -1.87466e-18
DICPCG: Solving for p, Initial residual = 0.00558789, Final residual = 9.86398e-07, No Iterations 130
time step continuity errors : sum local = 1.53867e-10, global = 4.46396e-20, cumulative = -1.83002e-18
BiCGStab: Solving for omega, Initial residual = 0.000557654, Final residual = 3.85275e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00069959, Final residual = 8.47715e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.91308e-05, Final residual = 1.48435e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.43923e-05, Final residual = 5.96599e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00630711, Final residual = 5.3874e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0127755, Final residual = 9.56205e-07, No Iterations 239
time step continuity errors : sum local = 1.31987e-10, global = 3.40768e-20, cumulative = -1.79595e-18
DICPCG: Solving for p, Initial residual = 0.00246914, Final residual = 9.95298e-07, No Iterations 78
time step continuity errors : sum local = 1.39084e-10, global = 1.09002e-21, cumulative = -1.79486e-18
BiCGStab: Solving for omega, Initial residual = 2.72464e-05, Final residual = 6.26511e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.25624e-05, Final residual = 1.59858e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.35299e-06, Final residual = 6.30335e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.63624e-06, Final residual = 3.47275e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000925618, Final residual = 3.16752e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00238785, Final residual = 9.66086e-07, No Iterations 72
time step continuity errors : sum local = 1.35029e-10, global = 5.25234e-20, cumulative = -1.74233e-18
DICPCG: Solving for p, Initial residual = 0.000423853, Final residual = 9.77582e-07, No Iterations 45
time step continuity errors : sum local = 1.36525e-10, global = 4.09469e-20, cumulative = -1.70139e-18
BiCGStab: Solving for omega, Initial residual = 1.35528e-05, Final residual = 5.24152e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.03866e-06, Final residual = 5.03866e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.3532e-06, Final residual = 9.22722e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.72836e-07, Final residual = 4.3549e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000170906, Final residual = 4.53162e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000583124, Final residual = 9.61062e-07, No Iterations 25
time step continuity errors : sum local = 1.34248e-10, global = -7.30771e-21, cumulative = -1.70869e-18
DICPCG: Solving for p, Initial residual = 0.000102313, Final residual = 9.37032e-07, No Iterations 8
time step continuity errors : sum local = 1.3092e-10, global = -1.0545e-20, cumulative = -1.71924e-18
BiCGStab: Solving for omega, Initial residual = 1.30094e-05, Final residual = 5.30219e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.07606e-06, Final residual = 5.07606e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.69963e-07, Final residual = 1.93334e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.95387e-07, Final residual = 9.35313e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.49268e-05, Final residual = 7.45378e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000155628, Final residual = 9.18634e-07, No Iterations 7
time step continuity errors : sum local = 1.28377e-10, global = -4.38305e-20, cumulative = -1.76307e-18
DICPCG: Solving for p, Initial residual = 2.71606e-05, Final residual = 7.29142e-07, No Iterations 4
time step continuity errors : sum local = 1.02194e-10, global = 5.50631e-20, cumulative = -1.70801e-18
BiCGStab: Solving for omega, Initial residual = 1.46928e-05, Final residual = 5.93454e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.06535e-06, Final residual = 5.06535e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2034.85 s ClockTime = 2035 s Max(PAc) = 154568 Pa
Courant Number mean: 0.053767 max: 0.991671 velocity magnitude: 1.30009
deltaT = 0.000492586
Time = 1.49064
--> Cloud: bubbleCloud
Added 218 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 552202
Mass introduced by injector = 5.06167e-10
Number of parcels added continuously = 1151
Mass introduced continuously = 1.0249e-12
Current number of parcels = 3934596
Current mass in system = 4.45526e-09
Number of parcels shifted at least once = 3615
Number of parcel shifts towards cell center = 3616
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00544586, Final user-defined norm residual = 5.50296e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.18331e-05, Final user-defined norm residual = 3.31623e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.13102e-09, Final user-defined norm residual = 1.87941e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00071754, Final residual = 5.18773e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000579602, Final residual = 3.02768e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0698993, Final residual = 2.03803e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0434484, Final residual = 9.86489e-07, No Iterations 252
time step continuity errors : sum local = 1.3599e-10, global = 7.37125e-20, cumulative = -1.63429e-18
DICPCG: Solving for p, Initial residual = 0.00570231, Final residual = 9.70062e-07, No Iterations 135
time step continuity errors : sum local = 1.38207e-10, global = -3.50687e-20, cumulative = -1.66936e-18
BiCGStab: Solving for omega, Initial residual = 0.000567225, Final residual = 3.43332e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000699867, Final residual = 8.50121e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.92428e-05, Final residual = 1.38026e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.42961e-05, Final residual = 5.38311e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00604475, Final residual = 5.27444e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0132071, Final residual = 9.40128e-07, No Iterations 116
time step continuity errors : sum local = 1.31815e-10, global = 6.13088e-21, cumulative = -1.66323e-18
DICPCG: Solving for p, Initial residual = 0.00253844, Final residual = 9.66418e-07, No Iterations 70
time step continuity errors : sum local = 1.34836e-10, global = -1.58233e-20, cumulative = -1.67906e-18
BiCGStab: Solving for omega, Initial residual = 3.33245e-05, Final residual = 4.90822e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.22901e-05, Final residual = 1.5731e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.56999e-06, Final residual = 5.54007e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.74163e-06, Final residual = 3.37853e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00092503, Final residual = 2.98488e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0024466, Final residual = 9.84957e-07, No Iterations 84
time step continuity errors : sum local = 1.36887e-10, global = -3.64978e-20, cumulative = -1.71555e-18
DICPCG: Solving for p, Initial residual = 0.000443938, Final residual = 9.22051e-07, No Iterations 45
time step continuity errors : sum local = 1.28103e-10, global = -5.19217e-20, cumulative = -1.76747e-18
BiCGStab: Solving for omega, Initial residual = 2.34289e-05, Final residual = 4.98081e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.88198e-06, Final residual = 4.88198e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.30259e-06, Final residual = 7.37952e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.05928e-07, Final residual = 4.04332e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00017302, Final residual = 4.28671e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000567731, Final residual = 9.3277e-07, No Iterations 17
time step continuity errors : sum local = 1.29565e-10, global = -9.28369e-20, cumulative = -1.86031e-18
DICPCG: Solving for p, Initial residual = 0.000107169, Final residual = 8.35694e-07, No Iterations 9
time step continuity errors : sum local = 1.16155e-10, global = 7.83315e-20, cumulative = -1.78198e-18
BiCGStab: Solving for omega, Initial residual = 2.10827e-05, Final residual = 5.54084e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.86686e-06, Final residual = 4.86686e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.82869e-07, Final residual = 1.38625e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.898e-07, Final residual = 8.23865e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.57491e-05, Final residual = 7.1785e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000147579, Final residual = 9.72369e-07, No Iterations 7
time step continuity errors : sum local = 1.35013e-10, global = 4.45721e-20, cumulative = -1.73741e-18
DICPCG: Solving for p, Initial residual = 2.63733e-05, Final residual = 6.83419e-07, No Iterations 4
time step continuity errors : sum local = 9.51363e-11, global = -8.9684e-20, cumulative = -1.82709e-18
BiCGStab: Solving for omega, Initial residual = 2.57814e-05, Final residual = 6.25537e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.89745e-06, Final residual = 4.89745e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2053.22 s ClockTime = 2053 s Max(PAc) = 154760 Pa
Courant Number mean: 0.0537842 max: 0.983161 velocity magnitude: 1.28893
deltaT = 0.000492586
Time = 1.49113
--> Cloud: bubbleCloud
Added 186 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 552388
Mass introduced by injector = 5.0631e-10
Number of parcels added continuously = 1159
Mass introduced continuously = 1.09116e-12
Current number of parcels = 3935402
Current mass in system = 4.45594e-09
Number of parcels shifted at least once = 3760
Number of parcel shifts towards cell center = 3766
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00568035, Final user-defined norm residual = 7.52167e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.61844e-05, Final user-defined norm residual = 4.96446e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.06822e-08, Final user-defined norm residual = 2.97766e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000718349, Final residual = 4.72994e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000579324, Final residual = 2.98939e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0673951, Final residual = 1.70062e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0524617, Final residual = 8.92535e-07, No Iterations 265
time step continuity errors : sum local = 1.2288e-10, global = 1.29734e-20, cumulative = -1.81412e-18
DICPCG: Solving for p, Initial residual = 0.00772568, Final residual = 9.73728e-07, No Iterations 147
time step continuity errors : sum local = 1.38261e-10, global = 1.28528e-20, cumulative = -1.80127e-18
BiCGStab: Solving for omega, Initial residual = 0.000569923, Final residual = 4.58746e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000699817, Final residual = 8.55449e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.0306e-05, Final residual = 1.26595e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.50085e-05, Final residual = 5.20159e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00598169, Final residual = 4.76508e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0144776, Final residual = 9.87252e-07, No Iterations 133
time step continuity errors : sum local = 1.38618e-10, global = -3.00065e-20, cumulative = -1.83127e-18
DICPCG: Solving for p, Initial residual = 0.00296131, Final residual = 9.45159e-07, No Iterations 95
time step continuity errors : sum local = 1.33687e-10, global = 6.85871e-21, cumulative = -1.82441e-18
BiCGStab: Solving for omega, Initial residual = 3.0665e-05, Final residual = 5.49521e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.21704e-05, Final residual = 1.48616e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 6.0007e-06, Final residual = 5.21055e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.89166e-06, Final residual = 3.38103e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00089247, Final residual = 2.82642e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00287253, Final residual = 9.84746e-07, No Iterations 63
time step continuity errors : sum local = 1.39491e-10, global = -1.25055e-20, cumulative = -1.83692e-18
DICPCG: Solving for p, Initial residual = 0.000497364, Final residual = 9.58253e-07, No Iterations 31
time step continuity errors : sum local = 1.3585e-10, global = -4.52799e-21, cumulative = -1.84145e-18
BiCGStab: Solving for omega, Initial residual = 1.44128e-05, Final residual = 3.32112e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.63942e-06, Final residual = 4.63942e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.63106e-06, Final residual = 7.13625e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.58278e-07, Final residual = 4.02484e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000165054, Final residual = 4.12893e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000734399, Final residual = 9.17606e-07, No Iterations 24
time step continuity errors : sum local = 1.3028e-10, global = 3.97456e-20, cumulative = -1.8017e-18
DICPCG: Solving for p, Initial residual = 0.000126707, Final residual = 8.86628e-07, No Iterations 12
time step continuity errors : sum local = 1.26005e-10, global = 4.66831e-22, cumulative = -1.80123e-18
BiCGStab: Solving for omega, Initial residual = 1.40891e-05, Final residual = 3.03539e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.67607e-06, Final residual = 4.67607e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.24836e-07, Final residual = 1.36764e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.12828e-07, Final residual = 7.98422e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.74816e-05, Final residual = 6.94154e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000198561, Final residual = 9.24812e-07, No Iterations 6
time step continuity errors : sum local = 1.31269e-10, global = -6.9515e-21, cumulative = -1.80819e-18
DICPCG: Solving for p, Initial residual = 3.53571e-05, Final residual = 7.11124e-07, No Iterations 4
time step continuity errors : sum local = 1.0179e-10, global = 9.18244e-21, cumulative = -1.799e-18
BiCGStab: Solving for omega, Initial residual = 1.10994e-05, Final residual = 2.75538e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.6666e-06, Final residual = 4.6666e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2071.66 s ClockTime = 2072 s Max(PAc) = 154719 Pa
Courant Number mean: 0.0538007 max: 0.970985 velocity magnitude: 1.27696
deltaT = 0.000492586
Time = 1.49163
--> Cloud: bubbleCloud
Added 178 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 552566
Mass introduced by injector = 5.06453e-10
Number of parcels added continuously = 1212
Mass introduced continuously = 1.07171e-12
Current number of parcels = 3936267
Current mass in system = 4.45655e-09
Number of parcels shifted at least once = 3640
Number of parcel shifts towards cell center = 3646
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00579321, Final user-defined norm residual = 6.34124e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.36445e-05, Final user-defined norm residual = 3.92228e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.4397e-09, Final user-defined norm residual = 2.56128e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000711207, Final residual = 4.31531e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00057588, Final residual = 3.07029e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0663921, Final residual = 1.97332e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0495179, Final residual = 9.1582e-07, No Iterations 265
time step continuity errors : sum local = 1.25797e-10, global = 8.83916e-20, cumulative = -1.71061e-18
DICPCG: Solving for p, Initial residual = 0.00718685, Final residual = 9.16134e-07, No Iterations 143
time step continuity errors : sum local = 1.29877e-10, global = 6.19052e-20, cumulative = -1.64871e-18
BiCGStab: Solving for omega, Initial residual = 0.000563876, Final residual = 4.06438e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000700225, Final residual = 8.58719e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.90691e-05, Final residual = 1.271e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.42561e-05, Final residual = 5.41413e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00600609, Final residual = 5.55119e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0141818, Final residual = 9.98166e-07, No Iterations 93
time step continuity errors : sum local = 1.48711e-10, global = 6.0362e-20, cumulative = -1.58834e-18
DICPCG: Solving for p, Initial residual = 0.00287637, Final residual = 9.61077e-07, No Iterations 77
time step continuity errors : sum local = 1.44432e-10, global = 5.32456e-20, cumulative = -1.5351e-18
BiCGStab: Solving for omega, Initial residual = 2.33045e-05, Final residual = 4.55787e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.24459e-05, Final residual = 1.41403e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 6.08069e-06, Final residual = 5.49424e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.87118e-06, Final residual = 3.35814e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000899856, Final residual = 3.12664e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00281125, Final residual = 9.91481e-07, No Iterations 68
time step continuity errors : sum local = 1.49044e-10, global = -2.21713e-20, cumulative = -1.55727e-18
DICPCG: Solving for p, Initial residual = 0.000515498, Final residual = 9.35763e-07, No Iterations 45
time step continuity errors : sum local = 1.41328e-10, global = -8.36924e-21, cumulative = -1.56564e-18
BiCGStab: Solving for omega, Initial residual = 8.68766e-06, Final residual = 8.68766e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.36827e-06, Final residual = 4.36827e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.52108e-06, Final residual = 6.90463e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.57692e-07, Final residual = 3.93012e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000163837, Final residual = 3.85669e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000714216, Final residual = 9.99781e-07, No Iterations 30
time step continuity errors : sum local = 1.50116e-10, global = -1.46572e-19, cumulative = -1.71221e-18
DICPCG: Solving for p, Initial residual = 0.00012682, Final residual = 9.75942e-07, No Iterations 8
time step continuity errors : sum local = 1.46829e-10, global = -2.79233e-20, cumulative = -1.74014e-18
BiCGStab: Solving for omega, Initial residual = 8.94276e-06, Final residual = 8.94276e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.39446e-06, Final residual = 4.39446e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.43923e-07, Final residual = 1.64348e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.10965e-07, Final residual = 9.13144e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.5774e-05, Final residual = 6.28057e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000201747, Final residual = 9.38219e-07, No Iterations 7
time step continuity errors : sum local = 1.41646e-10, global = -1.71763e-20, cumulative = -1.75731e-18
DICPCG: Solving for p, Initial residual = 3.32548e-05, Final residual = 8.14875e-07, No Iterations 4
time step continuity errors : sum local = 1.24703e-10, global = -2.74825e-20, cumulative = -1.78479e-18
BiCGStab: Solving for omega, Initial residual = 8.97129e-06, Final residual = 8.97129e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.405e-06, Final residual = 4.405e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2090.03 s ClockTime = 2090 s Max(PAc) = 155017 Pa
Courant Number mean: 0.0538183 max: 0.959017 velocity magnitude: 1.26989
deltaT = 0.000492586
Time = 1.49212
--> Cloud: bubbleCloud
Added 192 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 552758
Mass introduced by injector = 5.06633e-10
Number of parcels added continuously = 1175
Mass introduced continuously = 1.13138e-12
Current number of parcels = 3937116
Current mass in system = 4.45726e-09
Number of parcels shifted at least once = 3623
Number of parcel shifts towards cell center = 3629
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00568889, Final user-defined norm residual = 8.92178e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.92073e-05, Final user-defined norm residual = 5.36154e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.15427e-08, Final user-defined norm residual = 2.93014e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000706674, Final residual = 4.35245e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000575262, Final residual = 3.07387e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0625266, Final residual = 1.91924e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0482711, Final residual = 9.66357e-07, No Iterations 251
time step continuity errors : sum local = 1.32381e-10, global = 1.55029e-22, cumulative = -1.78464e-18
DICPCG: Solving for p, Initial residual = 0.00638729, Final residual = 9.70005e-07, No Iterations 142
time step continuity errors : sum local = 1.51613e-10, global = -9.47956e-20, cumulative = -1.87943e-18
BiCGStab: Solving for omega, Initial residual = 0.000554921, Final residual = 4.69051e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000698894, Final residual = 8.58465e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 3.04538e-05, Final residual = 1.27387e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.4608e-05, Final residual = 5.18323e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00570849, Final residual = 4.89327e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0145554, Final residual = 9.93523e-07, No Iterations 94
time step continuity errors : sum local = 1.52427e-10, global = 3.74491e-20, cumulative = -1.84199e-18
DICPCG: Solving for p, Initial residual = 0.00293787, Final residual = 9.95236e-07, No Iterations 82
time step continuity errors : sum local = 1.52173e-10, global = -2.46306e-20, cumulative = -1.86662e-18
BiCGStab: Solving for omega, Initial residual = 2.60505e-05, Final residual = 4.82947e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.20846e-05, Final residual = 1.3022e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 6.11014e-06, Final residual = 5.30915e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.06364e-06, Final residual = 3.27195e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00083631, Final residual = 2.88312e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00295524, Final residual = 9.90318e-07, No Iterations 90
time step continuity errors : sum local = 1.51356e-10, global = -4.68953e-20, cumulative = -1.91351e-18
DICPCG: Solving for p, Initial residual = 0.000526326, Final residual = 9.34014e-07, No Iterations 55
time step continuity errors : sum local = 1.43576e-10, global = -6.13256e-20, cumulative = -1.97484e-18
BiCGStab: Solving for omega, Initial residual = 1.05064e-05, Final residual = 3.43696e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.08651e-06, Final residual = 4.08651e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.73e-06, Final residual = 6.6731e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.13499e-07, Final residual = 4.09297e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000150406, Final residual = 4.18288e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000761337, Final residual = 9.69426e-07, No Iterations 34
time step continuity errors : sum local = 1.4841e-10, global = -6.51425e-21, cumulative = -1.98135e-18
DICPCG: Solving for p, Initial residual = 0.000130298, Final residual = 9.75912e-07, No Iterations 8
time step continuity errors : sum local = 1.49265e-10, global = -3.08871e-21, cumulative = -1.98444e-18
BiCGStab: Solving for omega, Initial residual = 7.30294e-06, Final residual = 7.30294e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.11557e-06, Final residual = 4.11557e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.43243e-07, Final residual = 1.66346e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.40683e-07, Final residual = 9.55138e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.96865e-05, Final residual = 6.98814e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000203658, Final residual = 9.98806e-07, No Iterations 7
time step continuity errors : sum local = 1.52405e-10, global = 1.14738e-20, cumulative = -1.97297e-18
DICPCG: Solving for p, Initial residual = 3.38156e-05, Final residual = 8.22755e-07, No Iterations 4
time step continuity errors : sum local = 1.28235e-10, global = -1.87842e-20, cumulative = -1.99175e-18
BiCGStab: Solving for omega, Initial residual = 7.36763e-06, Final residual = 7.36763e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.11927e-06, Final residual = 4.11927e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2108.38 s ClockTime = 2108 s Max(PAc) = 156390 Pa
Courant Number mean: 0.0538368 max: 0.971953 velocity magnitude: 1.2602
deltaT = 0.000492586
Time = 1.49261
--> Cloud: bubbleCloud
Added 161 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 552919
Mass introduced by injector = 5.06761e-10
Number of parcels added continuously = 1089
Mass introduced continuously = 1.08851e-12
Current number of parcels = 3937870
Current mass in system = 4.45794e-09
Number of parcels shifted at least once = 3518
Number of parcel shifts towards cell center = 3520
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0061209, Final user-defined norm residual = 0.000130531
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.80528e-05, Final user-defined norm residual = 3.52668e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.57957e-08, Final user-defined norm residual = 4.07696e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00070242, Final residual = 4.24578e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000575763, Final residual = 3.22865e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.061515, Final residual = 1.91247e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0575926, Final residual = 9.59988e-07, No Iterations 260
time step continuity errors : sum local = 1.30247e-10, global = 6.27562e-20, cumulative = -1.92899e-18
DICPCG: Solving for p, Initial residual = 0.00819332, Final residual = 9.68781e-07, No Iterations 145
time step continuity errors : sum local = 1.47398e-10, global = -3.3665e-20, cumulative = -1.96266e-18
BiCGStab: Solving for omega, Initial residual = 0.000550115, Final residual = 5.24551e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000697639, Final residual = 8.56583e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.95159e-05, Final residual = 1.21536e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.47273e-05, Final residual = 5.13731e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00548555, Final residual = 5.06469e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0147054, Final residual = 9.65534e-07, No Iterations 95
time step continuity errors : sum local = 1.57234e-10, global = -1.74495e-20, cumulative = -1.98011e-18
DICPCG: Solving for p, Initial residual = 0.00278884, Final residual = 9.96727e-07, No Iterations 86
time step continuity errors : sum local = 1.62207e-10, global = -2.26136e-20, cumulative = -2.00272e-18
BiCGStab: Solving for omega, Initial residual = 2.31467e-05, Final residual = 2.18893e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.1672e-05, Final residual = 1.37609e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 6.1587e-06, Final residual = 5.28642e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.96039e-06, Final residual = 3.14547e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000793235, Final residual = 2.77051e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00305028, Final residual = 9.35693e-07, No Iterations 220
time step continuity errors : sum local = 1.26314e-10, global = 5.7862e-20, cumulative = -1.94486e-18
DICPCG: Solving for p, Initial residual = 0.000529644, Final residual = 9.98972e-07, No Iterations 37
time step continuity errors : sum local = 1.37042e-10, global = -3.56247e-20, cumulative = -1.98049e-18
BiCGStab: Solving for omega, Initial residual = 8.55254e-06, Final residual = 8.55254e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.78951e-06, Final residual = 3.78951e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.65434e-06, Final residual = 6.98155e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.16533e-07, Final residual = 4.43895e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000140146, Final residual = 3.77385e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000816568, Final residual = 9.97579e-07, No Iterations 23
time step continuity errors : sum local = 1.37253e-10, global = 3.17417e-20, cumulative = -1.94874e-18
DICPCG: Solving for p, Initial residual = 0.00013807, Final residual = 8.64669e-07, No Iterations 8
time step continuity errors : sum local = 1.19311e-10, global = 8.7961e-21, cumulative = -1.93995e-18
BiCGStab: Solving for omega, Initial residual = 8.70534e-06, Final residual = 8.70534e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.81513e-06, Final residual = 3.81513e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.80185e-07, Final residual = 1.46828e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.3213e-07, Final residual = 8.63171e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.74887e-05, Final residual = 6.16441e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000214542, Final residual = 8.53608e-07, No Iterations 7
time step continuity errors : sum local = 1.17838e-10, global = -1.76037e-20, cumulative = -1.95755e-18
DICPCG: Solving for p, Initial residual = 3.714e-05, Final residual = 6.56368e-07, No Iterations 4
time step continuity errors : sum local = 9.12256e-11, global = -7.40552e-20, cumulative = -2.03161e-18
BiCGStab: Solving for omega, Initial residual = 8.7215e-06, Final residual = 8.7215e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.81974e-06, Final residual = 3.81974e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2126.73 s ClockTime = 2127 s Max(PAc) = 156759 Pa
Courant Number mean: 0.053856 max: 0.977919 velocity magnitude: 1.24925
deltaT = 0.000492586
Time = 1.4931
--> Cloud: bubbleCloud
Added 217 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 553136
Mass introduced by injector = 5.06953e-10
Number of parcels added continuously = 1109
Mass introduced continuously = 1.07818e-12
Current number of parcels = 3938667
Current mass in system = 4.45866e-09
Number of parcels shifted at least once = 3655
Number of parcel shifts towards cell center = 3657
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0067209, Final user-defined norm residual = 0.000135494
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.91638e-05, Final user-defined norm residual = 1.39059e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.99316e-08, Final user-defined norm residual = 2.61678e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000699583, Final residual = 4.41448e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000572592, Final residual = 3.10659e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0611916, Final residual = 1.7924e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0612137, Final residual = 8.89806e-07, No Iterations 256
time step continuity errors : sum local = 1.21263e-10, global = 2.34455e-20, cumulative = -2.00816e-18
DICPCG: Solving for p, Initial residual = 0.00855828, Final residual = 9.8469e-07, No Iterations 104
time step continuity errors : sum local = 1.45514e-10, global = 1.40716e-20, cumulative = -1.99409e-18
BiCGStab: Solving for omega, Initial residual = 0.00053946, Final residual = 6.34298e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000697222, Final residual = 8.55971e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.6957e-05, Final residual = 1.24728e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.38335e-05, Final residual = 5.19488e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00555572, Final residual = 4.53919e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0133679, Final residual = 8.61715e-07, No Iterations 241
time step continuity errors : sum local = 1.18281e-10, global = -3.76962e-20, cumulative = -2.03179e-18
DICPCG: Solving for p, Initial residual = 0.00248123, Final residual = 9.9837e-07, No Iterations 74
time step continuity errors : sum local = 1.38199e-10, global = 8.21756e-20, cumulative = -1.94961e-18
BiCGStab: Solving for omega, Initial residual = 2.42273e-05, Final residual = 2.62415e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.18785e-05, Final residual = 1.31831e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.24089e-06, Final residual = 5.12888e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.69662e-06, Final residual = 3.04782e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00088804, Final residual = 2.63593e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00250788, Final residual = 9.78221e-07, No Iterations 35
time step continuity errors : sum local = 1.35385e-10, global = -2.37931e-20, cumulative = -1.9734e-18
DICPCG: Solving for p, Initial residual = 0.00043084, Final residual = 9.89636e-07, No Iterations 17
time step continuity errors : sum local = 1.36899e-10, global = -3.13099e-20, cumulative = -2.00471e-18
BiCGStab: Solving for omega, Initial residual = 1.19588e-05, Final residual = 1.93521e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.30021e-06, Final residual = 4.30021e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.41215e-06, Final residual = 6.62458e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.31044e-07, Final residual = 3.47435e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000172097, Final residual = 3.92728e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000637209, Final residual = 9.303e-07, No Iterations 12
time step continuity errors : sum local = 1.28739e-10, global = 2.92789e-20, cumulative = -1.97543e-18
DICPCG: Solving for p, Initial residual = 0.00010979, Final residual = 8.20475e-07, No Iterations 7
time step continuity errors : sum local = 1.13644e-10, global = -2.26196e-20, cumulative = -1.99805e-18
BiCGStab: Solving for omega, Initial residual = 9.24831e-06, Final residual = 9.24831e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.33793e-06, Final residual = 4.33793e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.96116e-07, Final residual = 1.29904e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.21412e-07, Final residual = 7.30426e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.62467e-05, Final residual = 6.78891e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000186677, Final residual = 9.95747e-07, No Iterations 5
time step continuity errors : sum local = 1.37675e-10, global = 2.41697e-21, cumulative = -1.99564e-18
DICPCG: Solving for p, Initial residual = 3.106e-05, Final residual = 8.21794e-07, No Iterations 3
time step continuity errors : sum local = 1.13814e-10, global = -8.61631e-20, cumulative = -2.0818e-18
BiCGStab: Solving for omega, Initial residual = 9.29472e-06, Final residual = 9.29472e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.34146e-06, Final residual = 4.34146e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2145.06 s ClockTime = 2145 s Max(PAc) = 155138 Pa
Courant Number mean: 0.0538746 max: 0.982182 velocity magnitude: 1.2543
deltaT = 0.000492586
Time = 1.4936
--> Cloud: bubbleCloud
Added 158 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 553294
Mass introduced by injector = 5.07093e-10
Number of parcels added continuously = 1132
Mass introduced continuously = 1.04122e-12
Current number of parcels = 3939406
Current mass in system = 4.45918e-09
Number of parcels shifted at least once = 3636
Number of parcel shifts towards cell center = 3640
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00648692, Final user-defined norm residual = 8.15734e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.75338e-05, Final user-defined norm residual = 5.22452e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.12301e-08, Final user-defined norm residual = 2.72667e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000698061, Final residual = 4.82581e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000566869, Final residual = 3.11675e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0589047, Final residual = 1.72139e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0574596, Final residual = 9.09199e-07, No Iterations 264
time step continuity errors : sum local = 1.2348e-10, global = 2.96438e-20, cumulative = -2.05216e-18
DICPCG: Solving for p, Initial residual = 0.00839215, Final residual = 9.68628e-07, No Iterations 148
time step continuity errors : sum local = 1.3776e-10, global = 2.46715e-20, cumulative = -2.02748e-18
BiCGStab: Solving for omega, Initial residual = 0.000532364, Final residual = 6.36762e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000696578, Final residual = 8.55265e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.67517e-05, Final residual = 1.32426e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.42262e-05, Final residual = 5.39206e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0053735, Final residual = 4.36035e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0121216, Final residual = 9.96857e-07, No Iterations 116
time step continuity errors : sum local = 1.3466e-10, global = -3.6002e-20, cumulative = -2.06349e-18
DICPCG: Solving for p, Initial residual = 0.00237513, Final residual = 9.95499e-07, No Iterations 86
time step continuity errors : sum local = 1.34241e-10, global = -1.68232e-20, cumulative = -2.08031e-18
BiCGStab: Solving for omega, Initial residual = 2.36362e-05, Final residual = 3.73902e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.11498e-05, Final residual = 1.18819e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.46173e-06, Final residual = 5.89396e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.77225e-06, Final residual = 3.28621e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00079917, Final residual = 2.53454e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00271902, Final residual = 9.87413e-07, No Iterations 47
time step continuity errors : sum local = 1.33178e-10, global = 3.01338e-21, cumulative = -2.0773e-18
DICPCG: Solving for p, Initial residual = 0.000459086, Final residual = 9.59533e-07, No Iterations 24
time step continuity errors : sum local = 1.29398e-10, global = 3.35413e-20, cumulative = -2.04375e-18
BiCGStab: Solving for omega, Initial residual = 1.09886e-05, Final residual = 2.68824e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.44492e-06, Final residual = 4.44492e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.50897e-06, Final residual = 7.11565e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.91921e-07, Final residual = 3.70697e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000142803, Final residual = 3.81759e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000721784, Final residual = 9.02422e-07, No Iterations 12
time step continuity errors : sum local = 1.21695e-10, global = -2.33015e-20, cumulative = -2.06706e-18
DICPCG: Solving for p, Initial residual = 0.000122679, Final residual = 8.42113e-07, No Iterations 6
time step continuity errors : sum local = 1.13547e-10, global = -2.25582e-20, cumulative = -2.08961e-18
BiCGStab: Solving for omega, Initial residual = 1.00651e-05, Final residual = 2.74749e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.46827e-06, Final residual = 4.46827e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.71054e-07, Final residual = 1.32322e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.41247e-07, Final residual = 7.06533e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.81215e-05, Final residual = 6.28927e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000215995, Final residual = 9.64239e-07, No Iterations 5
time step continuity errors : sum local = 1.30001e-10, global = 3.98643e-20, cumulative = -2.04975e-18
DICPCG: Solving for p, Initial residual = 3.65331e-05, Final residual = 8.47416e-07, No Iterations 3
time step continuity errors : sum local = 1.14253e-10, global = -3.17768e-20, cumulative = -2.08153e-18
BiCGStab: Solving for omega, Initial residual = 9.93144e-06, Final residual = 9.93144e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.46913e-06, Final residual = 4.46913e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2163.38 s ClockTime = 2163 s Max(PAc) = 155598 Pa
Courant Number mean: 0.0538928 max: 0.983162 velocity magnitude: 1.26495
deltaT = 0.000492586
Time = 1.49409
--> Cloud: bubbleCloud
Added 236 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 553530
Mass introduced by injector = 5.07301e-10
Number of parcels added continuously = 1187
Mass introduced continuously = 1.12704e-12
Current number of parcels = 3940317
Current mass in system = 4.45999e-09
Number of parcels shifted at least once = 3494
Number of parcel shifts towards cell center = 3498
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00633449, Final user-defined norm residual = 0.000154519
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.3205e-05, Final user-defined norm residual = 1.01985e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.19166e-07, Final user-defined norm residual = 7.03091e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000684773, Final residual = 4.43906e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000565176, Final residual = 3.25849e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0562511, Final residual = 1.55024e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0514069, Final residual = 9.5584e-07, No Iterations 266
time step continuity errors : sum local = 1.29391e-10, global = 1.06476e-19, cumulative = -1.97505e-18
DICPCG: Solving for p, Initial residual = 0.00739019, Final residual = 9.40939e-07, No Iterations 152
time step continuity errors : sum local = 1.46489e-10, global = -1.81524e-20, cumulative = -1.9932e-18
BiCGStab: Solving for omega, Initial residual = 0.000524312, Final residual = 5.56722e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000695929, Final residual = 8.54452e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.26889e-05, Final residual = 1.20646e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.28269e-05, Final residual = 5.1335e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00486525, Final residual = 4.00883e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0102741, Final residual = 8.79121e-07, No Iterations 240
time step continuity errors : sum local = 1.19398e-10, global = 1.44822e-20, cumulative = -1.97872e-18
DICPCG: Solving for p, Initial residual = 0.00180824, Final residual = 9.97216e-07, No Iterations 65
time step continuity errors : sum local = 1.37676e-10, global = 7.71826e-20, cumulative = -1.90154e-18
BiCGStab: Solving for omega, Initial residual = 2.73626e-05, Final residual = 4.72925e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.04604e-05, Final residual = 1.22296e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.28023e-06, Final residual = 4.84259e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.21532e-06, Final residual = 2.86081e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00073525, Final residual = 2.29096e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00198465, Final residual = 9.87987e-07, No Iterations 49
time step continuity errors : sum local = 1.36544e-10, global = 1.23618e-20, cumulative = -1.88918e-18
DICPCG: Solving for p, Initial residual = 0.00032216, Final residual = 9.89328e-07, No Iterations 22
time step continuity errors : sum local = 1.36684e-10, global = 6.23831e-20, cumulative = -1.82679e-18
BiCGStab: Solving for omega, Initial residual = 1.78539e-05, Final residual = 2.90333e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.6065e-06, Final residual = 3.6065e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.11807e-06, Final residual = 5.54504e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.89999e-07, Final residual = 3.00378e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000135509, Final residual = 3.49534e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000488341, Final residual = 9.70888e-07, No Iterations 9
time step continuity errors : sum local = 1.34169e-10, global = -1.89495e-20, cumulative = -1.84574e-18
DICPCG: Solving for p, Initial residual = 8.33561e-05, Final residual = 7.53122e-07, No Iterations 5
time step continuity errors : sum local = 1.04576e-10, global = 4.41084e-20, cumulative = -1.80163e-18
BiCGStab: Solving for omega, Initial residual = 1.85793e-05, Final residual = 4.10784e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.60617e-06, Final residual = 3.60617e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.38815e-07, Final residual = 1.05387e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.67382e-07, Final residual = 5.79272e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.76117e-05, Final residual = 6.27207e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00015753, Final residual = 7.72385e-07, No Iterations 5
time step continuity errors : sum local = 1.07191e-10, global = -2.88062e-20, cumulative = -1.83044e-18
DICPCG: Solving for p, Initial residual = 2.53738e-05, Final residual = 7.34722e-07, No Iterations 3
time step continuity errors : sum local = 1.02073e-10, global = -1.95278e-20, cumulative = -1.84997e-18
BiCGStab: Solving for omega, Initial residual = 1.96843e-05, Final residual = 4.16446e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.61242e-06, Final residual = 3.61242e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2181.77 s ClockTime = 2182 s Max(PAc) = 154464 Pa
Courant Number mean: 0.0539111 max: 0.983719 velocity magnitude: 1.27587
deltaT = 0.000492586
Time = 1.49458
--> Cloud: bubbleCloud
Added 110 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 553640
Mass introduced by injector = 5.07426e-10
Number of parcels added continuously = 1186
Mass introduced continuously = 1.0316e-12
Current number of parcels = 3941087
Current mass in system = 4.46062e-09
Number of parcels shifted at least once = 3582
Number of parcel shifts towards cell center = 3586
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00591454, Final user-defined norm residual = 8.98839e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.93102e-05, Final user-defined norm residual = 8.47549e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.82087e-08, Final user-defined norm residual = 1.9603e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000677904, Final residual = 4.27028e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000554809, Final residual = 3.29061e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0505723, Final residual = 1.34783e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.050346, Final residual = 9.02684e-07, No Iterations 246
time step continuity errors : sum local = 1.22647e-10, global = 1.54529e-20, cumulative = -1.83452e-18
DICPCG: Solving for p, Initial residual = 0.00619887, Final residual = 9.50175e-07, No Iterations 71
time step continuity errors : sum local = 1.38699e-10, global = -4.64074e-20, cumulative = -1.88092e-18
BiCGStab: Solving for omega, Initial residual = 0.000516013, Final residual = 7.38725e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000695326, Final residual = 8.4505e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.99474e-05, Final residual = 1.20094e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.05424e-05, Final residual = 5.09353e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00429355, Final residual = 3.70578e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0089698, Final residual = 9.73646e-07, No Iterations 92
time step continuity errors : sum local = 1.36976e-10, global = -2.35431e-20, cumulative = -1.90447e-18
DICPCG: Solving for p, Initial residual = 0.00147678, Final residual = 9.60995e-07, No Iterations 70
time step continuity errors : sum local = 1.35054e-10, global = -4.83412e-20, cumulative = -1.95281e-18
BiCGStab: Solving for omega, Initial residual = 2.60102e-05, Final residual = 6.06243e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.05071e-05, Final residual = 1.24781e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.26719e-06, Final residual = 4.87739e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.60671e-06, Final residual = 2.99448e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000644909, Final residual = 2.12174e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00152769, Final residual = 9.92391e-07, No Iterations 40
time step continuity errors : sum local = 1.39187e-10, global = 1.00854e-21, cumulative = -1.9518e-18
DICPCG: Solving for p, Initial residual = 0.000239109, Final residual = 9.28247e-07, No Iterations 15
time step continuity errors : sum local = 1.30429e-10, global = -2.70053e-20, cumulative = -1.9788e-18
BiCGStab: Solving for omega, Initial residual = 1.84749e-05, Final residual = 5.64257e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.64367e-06, Final residual = 3.64367e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.28043e-07, Final residual = 5.51912e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.94665e-07, Final residual = 2.96112e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000115689, Final residual = 3.2011e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000393381, Final residual = 9.09527e-07, No Iterations 8
time step continuity errors : sum local = 1.27873e-10, global = -9.03629e-20, cumulative = -2.06917e-18
DICPCG: Solving for p, Initial residual = 6.23723e-05, Final residual = 8.83341e-07, No Iterations 4
time step continuity errors : sum local = 1.24297e-10, global = -2.42334e-20, cumulative = -2.0934e-18
BiCGStab: Solving for omega, Initial residual = 1.94651e-05, Final residual = 6.16676e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.6377e-06, Final residual = 3.6377e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.34474e-07, Final residual = 1.00826e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.11473e-07, Final residual = 5.05795e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.3229e-05, Final residual = 5.34973e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000115849, Final residual = 9.49768e-07, No Iterations 4
time step continuity errors : sum local = 1.33325e-10, global = -7.76792e-22, cumulative = -2.09418e-18
DICPCG: Solving for p, Initial residual = 1.75158e-05, Final residual = 6.11908e-07, No Iterations 3
time step continuity errors : sum local = 8.7406e-11, global = 2.5313e-20, cumulative = -2.06886e-18
BiCGStab: Solving for omega, Initial residual = 2.23389e-05, Final residual = 6.74275e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.65236e-06, Final residual = 3.65236e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2200.02 s ClockTime = 2200 s Max(PAc) = 154237 Pa
Courant Number mean: 0.0539293 max: 0.988476 velocity magnitude: 1.2807
deltaT = 0.000492586
Time = 1.49507
--> Cloud: bubbleCloud
Added 225 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 553865
Mass introduced by injector = 5.07612e-10
Number of parcels added continuously = 1151
Mass introduced continuously = 1.16471e-12
Current number of parcels = 3941930
Current mass in system = 4.46145e-09
Number of parcels shifted at least once = 3514
Number of parcel shifts towards cell center = 3520
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00625596, Final user-defined norm residual = 0.000140466
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.02121e-05, Final user-defined norm residual = 2.9805e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.41079e-08, Final user-defined norm residual = 2.85157e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000678014, Final residual = 4.49982e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000556397, Final residual = 3.24671e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0464142, Final residual = 1.34668e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0492747, Final residual = 9.75677e-07, No Iterations 265
time step continuity errors : sum local = 1.31468e-10, global = -1.02795e-20, cumulative = -2.07914e-18
DICPCG: Solving for p, Initial residual = 0.00626252, Final residual = 9.24205e-07, No Iterations 149
time step continuity errors : sum local = 1.34669e-10, global = 1.23863e-19, cumulative = -1.95528e-18
BiCGStab: Solving for omega, Initial residual = 0.000515111, Final residual = 4.17868e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000695423, Final residual = 8.34247e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.90497e-05, Final residual = 1.33146e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.04396e-05, Final residual = 5.60513e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00393974, Final residual = 3.58804e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00877059, Final residual = 9.49304e-07, No Iterations 133
time step continuity errors : sum local = 1.29068e-10, global = 1.16802e-19, cumulative = -1.83848e-18
DICPCG: Solving for p, Initial residual = 0.00154888, Final residual = 9.98809e-07, No Iterations 83
time step continuity errors : sum local = 1.35168e-10, global = 6.72654e-21, cumulative = -1.83175e-18
BiCGStab: Solving for omega, Initial residual = 2.94294e-05, Final residual = 5.87899e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.01836e-05, Final residual = 1.17772e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.03903e-06, Final residual = 5.40321e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.61877e-06, Final residual = 2.95723e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000551111, Final residual = 2.11005e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0015725, Final residual = 9.76955e-07, No Iterations 55
time step continuity errors : sum local = 1.31994e-10, global = 7.80654e-20, cumulative = -1.75369e-18
DICPCG: Solving for p, Initial residual = 0.000255488, Final residual = 9.55483e-07, No Iterations 18
time step continuity errors : sum local = 1.29062e-10, global = 1.85547e-20, cumulative = -1.73513e-18
BiCGStab: Solving for omega, Initial residual = 2.50391e-05, Final residual = 6.26815e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.49403e-06, Final residual = 3.49403e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.62595e-07, Final residual = 6.94089e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.12888e-07, Final residual = 3.1741e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.48231e-05, Final residual = 2.86342e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000415589, Final residual = 9.86715e-07, No Iterations 14
time step continuity errors : sum local = 1.33236e-10, global = 8.76453e-20, cumulative = -1.64749e-18
DICPCG: Solving for p, Initial residual = 7.04653e-05, Final residual = 9.47446e-07, No Iterations 5
time step continuity errors : sum local = 1.27959e-10, global = 4.37395e-21, cumulative = -1.64311e-18
BiCGStab: Solving for omega, Initial residual = 3.0285e-05, Final residual = 7.64108e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.48755e-06, Final residual = 3.48755e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.51207e-07, Final residual = 1.31679e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.2225e-07, Final residual = 5.96913e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.9081e-05, Final residual = 4.66864e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000118645, Final residual = 8.89639e-07, No Iterations 5
time step continuity errors : sum local = 1.20195e-10, global = 5.81524e-20, cumulative = -1.58496e-18
DICPCG: Solving for p, Initial residual = 2.06516e-05, Final residual = 7.21365e-07, No Iterations 3
time step continuity errors : sum local = 9.75963e-11, global = 4.07357e-20, cumulative = -1.54422e-18
BiCGStab: Solving for omega, Initial residual = 3.25328e-05, Final residual = 8.83598e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.51077e-06, Final residual = 3.51077e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2218.53 s ClockTime = 2218 s Max(PAc) = 154977 Pa
Courant Number mean: 0.0539469 max: 0.985024 velocity magnitude: 1.27937
deltaT = 0.000492586
Time = 1.49557
--> Cloud: bubbleCloud
Added 153 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 554018
Mass introduced by injector = 5.0775e-10
Number of parcels added continuously = 1177
Mass introduced continuously = 1.07196e-12
Current number of parcels = 3942764
Current mass in system = 4.46218e-09
Number of parcels shifted at least once = 3466
Number of parcel shifts towards cell center = 3466
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00608264, Final user-defined norm residual = 8.15094e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.75309e-05, Final user-defined norm residual = 6.7902e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.46045e-08, Final user-defined norm residual = 4.88541e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000673973, Final residual = 4.46575e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000553537, Final residual = 3.24355e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0467621, Final residual = 1.24687e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0471063, Final residual = 9.20385e-07, No Iterations 250
time step continuity errors : sum local = 1.23689e-10, global = -1.40257e-20, cumulative = -1.55825e-18
DICPCG: Solving for p, Initial residual = 0.00592814, Final residual = 9.35609e-07, No Iterations 95
time step continuity errors : sum local = 1.38534e-10, global = 5.02756e-20, cumulative = -1.50798e-18
BiCGStab: Solving for omega, Initial residual = 0.000530491, Final residual = 5.36848e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000694886, Final residual = 8.24797e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.69866e-05, Final residual = 1.25158e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.7192e-06, Final residual = 5.21165e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00425449, Final residual = 3.45919e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00722131, Final residual = 9.91249e-07, No Iterations 140
time step continuity errors : sum local = 1.55904e-10, global = -4.10019e-20, cumulative = -1.54898e-18
DICPCG: Solving for p, Initial residual = 0.00116669, Final residual = 9.24459e-07, No Iterations 225
time step continuity errors : sum local = 1.24557e-10, global = 1.43446e-20, cumulative = -1.53463e-18
BiCGStab: Solving for omega, Initial residual = 3.45919e-05, Final residual = 6.84566e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.68413e-06, Final residual = 9.68413e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.65173e-06, Final residual = 4.82447e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.39926e-06, Final residual = 2.73797e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000629738, Final residual = 2.01693e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00119872, Final residual = 9.98763e-07, No Iterations 63
time step continuity errors : sum local = 1.36766e-10, global = 2.85753e-20, cumulative = -1.50606e-18
DICPCG: Solving for p, Initial residual = 0.000199577, Final residual = 9.59652e-07, No Iterations 37
time step continuity errors : sum local = 1.31185e-10, global = 6.69896e-20, cumulative = -1.43907e-18
BiCGStab: Solving for omega, Initial residual = 2.64502e-05, Final residual = 6.66277e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.69601e-06, Final residual = 9.69601e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.64871e-07, Final residual = 5.31505e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.32611e-07, Final residual = 3.31091e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000116906, Final residual = 2.90135e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000294862, Final residual = 9.37773e-07, No Iterations 13
time step continuity errors : sum local = 1.28231e-10, global = 4.08432e-21, cumulative = -1.43498e-18
DICPCG: Solving for p, Initial residual = 5.1816e-05, Final residual = 9.50188e-07, No Iterations 5
time step continuity errors : sum local = 1.29901e-10, global = -9.98833e-20, cumulative = -1.53487e-18
BiCGStab: Solving for omega, Initial residual = 2.52796e-05, Final residual = 6.06323e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.70015e-06, Final residual = 9.70015e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.03037e-07, Final residual = 8.41816e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.00264e-07, Final residual = 5.1699e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.41782e-05, Final residual = 4.86736e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.6543e-05, Final residual = 9.80393e-07, No Iterations 4
time step continuity errors : sum local = 1.33969e-10, global = -4.51511e-20, cumulative = -1.58002e-18
DICPCG: Solving for p, Initial residual = 1.60326e-05, Final residual = 6.71407e-07, No Iterations 3
time step continuity errors : sum local = 9.23598e-11, global = -3.01986e-20, cumulative = -1.61022e-18
BiCGStab: Solving for omega, Initial residual = 2.70859e-05, Final residual = 7.10401e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.69172e-06, Final residual = 9.69172e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2236.92 s ClockTime = 2237 s Max(PAc) = 154842 Pa
Courant Number mean: 0.0539644 max: 0.980209 velocity magnitude: 1.27358
deltaT = 0.000492586
Time = 1.49606
--> Cloud: bubbleCloud
Added 215 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 554233
Mass introduced by injector = 5.07957e-10
Number of parcels added continuously = 1207
Mass introduced continuously = 1.08897e-12
Current number of parcels = 3943679
Current mass in system = 4.46295e-09
Number of parcels shifted at least once = 3465
Number of parcel shifts towards cell center = 3469
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00596824, Final user-defined norm residual = 0.000164615
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.53901e-05, Final user-defined norm residual = 8.15388e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.75302e-07, Final user-defined norm residual = 3.81426e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000663605, Final residual = 4.36031e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000551005, Final residual = 3.31876e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0460798, Final residual = 1.35328e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0408134, Final residual = 9.88268e-07, No Iterations 263
time step continuity errors : sum local = 1.33144e-10, global = -8.9692e-21, cumulative = -1.61919e-18
DICPCG: Solving for p, Initial residual = 0.00507513, Final residual = 9.55641e-07, No Iterations 146
time step continuity errors : sum local = 1.33202e-10, global = -7.73489e-20, cumulative = -1.69653e-18
BiCGStab: Solving for omega, Initial residual = 0.000515694, Final residual = 6.7074e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000694377, Final residual = 8.26128e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.72449e-05, Final residual = 1.13563e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.57154e-06, Final residual = 4.58325e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0042914, Final residual = 3.42369e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00807139, Final residual = 9.81522e-07, No Iterations 90
time step continuity errors : sum local = 1.38696e-10, global = -4.10337e-20, cumulative = -1.73757e-18
DICPCG: Solving for p, Initial residual = 0.00136874, Final residual = 9.70915e-07, No Iterations 78
time step continuity errors : sum local = 1.37801e-10, global = 2.96283e-20, cumulative = -1.70794e-18
BiCGStab: Solving for omega, Initial residual = 2.39552e-05, Final residual = 4.43585e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.29566e-06, Final residual = 8.29566e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.57326e-06, Final residual = 4.54514e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.3482e-06, Final residual = 2.67384e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000644316, Final residual = 1.99627e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00123447, Final residual = 9.76742e-07, No Iterations 50
time step continuity errors : sum local = 1.38811e-10, global = 3.52987e-20, cumulative = -1.67264e-18
DICPCG: Solving for p, Initial residual = 0.00022221, Final residual = 9.54994e-07, No Iterations 12
time step continuity errors : sum local = 1.35864e-10, global = 4.23777e-21, cumulative = -1.6684e-18
BiCGStab: Solving for omega, Initial residual = 1.75284e-05, Final residual = 4.56102e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.3214e-06, Final residual = 8.3214e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.58369e-07, Final residual = 6.3725e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.4839e-07, Final residual = 3.04818e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000117412, Final residual = 3.20838e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000325379, Final residual = 9.39598e-07, No Iterations 7
time step continuity errors : sum local = 1.33799e-10, global = 7.33171e-21, cumulative = -1.66107e-18
DICPCG: Solving for p, Initial residual = 5.87525e-05, Final residual = 9.39072e-07, No Iterations 4
time step continuity errors : sum local = 1.33723e-10, global = -2.31478e-20, cumulative = -1.68422e-18
BiCGStab: Solving for omega, Initial residual = 2.10554e-05, Final residual = 6.13764e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.32576e-06, Final residual = 8.32576e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.84297e-07, Final residual = 9.9209e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.71807e-08, Final residual = 4.63947e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.46036e-05, Final residual = 5.32946e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.82617e-05, Final residual = 8.41292e-07, No Iterations 4
time step continuity errors : sum local = 1.20537e-10, global = 4.30223e-20, cumulative = -1.6412e-18
DICPCG: Solving for p, Initial residual = 1.60794e-05, Final residual = 6.22893e-07, No Iterations 3
time step continuity errors : sum local = 9.10838e-11, global = 5.21113e-20, cumulative = -1.58909e-18
BiCGStab: Solving for omega, Initial residual = 2.76504e-05, Final residual = 7.78312e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.31818e-06, Final residual = 8.31818e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2255.3 s ClockTime = 2255 s Max(PAc) = 154243 Pa
Courant Number mean: 0.0539824 max: 0.976784 velocity magnitude: 1.26831
deltaT = 0.000492586
Time = 1.49655
--> Cloud: bubbleCloud
Added 109 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 554342
Mass introduced by injector = 5.08041e-10
Number of parcels added continuously = 1172
Mass introduced continuously = 1.17331e-12
Current number of parcels = 3944423
Current mass in system = 4.46364e-09
Number of parcels shifted at least once = 3527
Number of parcel shifts towards cell center = 3532
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0056984, Final user-defined norm residual = 0.000125569
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.69967e-05, Final user-defined norm residual = 2.29062e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.92481e-08, Final user-defined norm residual = 1.4009e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000669309, Final residual = 4.48511e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000550189, Final residual = 3.52785e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0444948, Final residual = 1.40221e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0439764, Final residual = 8.97898e-07, No Iterations 260
time step continuity errors : sum local = 1.21775e-10, global = -2.20496e-20, cumulative = -1.61114e-18
DICPCG: Solving for p, Initial residual = 0.00544307, Final residual = 9.22833e-07, No Iterations 128
time step continuity errors : sum local = 1.37676e-10, global = 5.52106e-20, cumulative = -1.55592e-18
BiCGStab: Solving for omega, Initial residual = 0.000521226, Final residual = 3.98421e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000693607, Final residual = 8.20177e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.78468e-05, Final residual = 1.19828e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.02827e-05, Final residual = 4.59713e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00401558, Final residual = 3.56057e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00885446, Final residual = 9.94933e-07, No Iterations 88
time step continuity errors : sum local = 1.40574e-10, global = -4.12082e-22, cumulative = -1.55634e-18
DICPCG: Solving for p, Initial residual = 0.00157935, Final residual = 9.9614e-07, No Iterations 67
time step continuity errors : sum local = 1.40231e-10, global = 1.01019e-19, cumulative = -1.45532e-18
BiCGStab: Solving for omega, Initial residual = 3.38994e-05, Final residual = 9.69711e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.99787e-06, Final residual = 7.99787e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.83726e-06, Final residual = 4.94405e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.44211e-06, Final residual = 2.84417e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000598221, Final residual = 1.97686e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00140992, Final residual = 9.57473e-07, No Iterations 61
time step continuity errors : sum local = 1.34758e-10, global = 1.62025e-20, cumulative = -1.43912e-18
DICPCG: Solving for p, Initial residual = 0.000254485, Final residual = 9.68691e-07, No Iterations 21
time step continuity errors : sum local = 1.36273e-10, global = -3.09761e-20, cumulative = -1.47009e-18
BiCGStab: Solving for omega, Initial residual = 2.63915e-05, Final residual = 9.14142e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.97442e-06, Final residual = 7.97442e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.55152e-07, Final residual = 6.33402e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.37076e-07, Final residual = 2.93222e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000112695, Final residual = 2.88869e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000373195, Final residual = 9.65117e-07, No Iterations 12
time step continuity errors : sum local = 1.35772e-10, global = 3.81447e-20, cumulative = -1.43195e-18
DICPCG: Solving for p, Initial residual = 6.72496e-05, Final residual = 9.89091e-07, No Iterations 5
time step continuity errors : sum local = 1.39033e-10, global = -8.64049e-20, cumulative = -1.51835e-18
BiCGStab: Solving for omega, Initial residual = 2.4281e-05, Final residual = 9.19971e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.0126e-06, Final residual = 8.0126e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.1364e-07, Final residual = 1.01701e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.06472e-07, Final residual = 5.1969e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.47589e-05, Final residual = 4.99567e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000107091, Final residual = 8.39705e-07, No Iterations 5
time step continuity errors : sum local = 1.18682e-10, global = -2.35557e-20, cumulative = -1.54191e-18
DICPCG: Solving for p, Initial residual = 2.02604e-05, Final residual = 7.33225e-07, No Iterations 3
time step continuity errors : sum local = 1.04176e-10, global = -1.10276e-19, cumulative = -1.65218e-18
BiCGStab: Solving for omega, Initial residual = 2.66123e-05, Final residual = 9.3759e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.96388e-06, Final residual = 7.96388e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2273.62 s ClockTime = 2274 s Max(PAc) = 153384 Pa
Courant Number mean: 0.0539999 max: 0.973601 velocity magnitude: 1.26185
deltaT = 0.000492586
Time = 1.49704
--> Cloud: bubbleCloud
Added 160 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 554502
Mass introduced by injector = 5.08194e-10
Number of parcels added continuously = 1144
Mass introduced continuously = 1.09644e-12
Current number of parcels = 3945204
Current mass in system = 4.46432e-09
Number of parcels shifted at least once = 3539
Number of parcel shifts towards cell center = 3543
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00588442, Final user-defined norm residual = 7.40434e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.59194e-05, Final user-defined norm residual = 4.42526e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.5145e-09, Final user-defined norm residual = 1.98558e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000672483, Final residual = 4.57946e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000552142, Final residual = 3.48856e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0418898, Final residual = 1.1087e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.045997, Final residual = 8.64969e-07, No Iterations 264
time step continuity errors : sum local = 1.1743e-10, global = 9.16736e-21, cumulative = -1.64302e-18
DICPCG: Solving for p, Initial residual = 0.00608563, Final residual = 8.90695e-07, No Iterations 149
time step continuity errors : sum local = 1.21575e-10, global = -5.29339e-20, cumulative = -1.69595e-18
BiCGStab: Solving for omega, Initial residual = 0.000512818, Final residual = 6.16049e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000693309, Final residual = 8.21232e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.78691e-05, Final residual = 1.34205e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.01817e-05, Final residual = 5.28467e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00378607, Final residual = 3.0737e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00861332, Final residual = 9.4353e-07, No Iterations 130
time step continuity errors : sum local = 1.36863e-10, global = 5.56768e-21, cumulative = -1.69038e-18
DICPCG: Solving for p, Initial residual = 0.00150294, Final residual = 9.95231e-07, No Iterations 67
time step continuity errors : sum local = 1.44106e-10, global = 2.28022e-20, cumulative = -1.66758e-18
BiCGStab: Solving for omega, Initial residual = 2.83419e-05, Final residual = 7.07928e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.98878e-06, Final residual = 7.98878e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.92984e-06, Final residual = 5.40723e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.53959e-06, Final residual = 3.00634e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000578224, Final residual = 1.86197e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00152372, Final residual = 9.52432e-07, No Iterations 31
time step continuity errors : sum local = 1.38402e-10, global = 1.76945e-20, cumulative = -1.64989e-18
DICPCG: Solving for p, Initial residual = 0.000268593, Final residual = 9.6287e-07, No Iterations 19
time step continuity errors : sum local = 1.39782e-10, global = 7.16224e-20, cumulative = -1.57826e-18
BiCGStab: Solving for omega, Initial residual = 2.32945e-05, Final residual = 7.84251e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.00955e-06, Final residual = 8.00955e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.63132e-07, Final residual = 5.39102e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.77911e-07, Final residual = 2.904e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000103774, Final residual = 3.0185e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00039117, Final residual = 9.77639e-07, No Iterations 13
time step continuity errors : sum local = 1.41775e-10, global = -1.00617e-20, cumulative = -1.58832e-18
DICPCG: Solving for p, Initial residual = 7.1568e-05, Final residual = 9.82386e-07, No Iterations 5
time step continuity errors : sum local = 1.42409e-10, global = 7.42957e-20, cumulative = -1.51403e-18
BiCGStab: Solving for omega, Initial residual = 2.89462e-05, Final residual = 1.00481e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.03402e-06, Final residual = 8.03402e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.04432e-07, Final residual = 9.30034e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.09491e-07, Final residual = 5.05928e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.18128e-05, Final residual = 5.07784e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00010271, Final residual = 8.25345e-07, No Iterations 5
time step continuity errors : sum local = 1.21174e-10, global = 2.08749e-20, cumulative = -1.49315e-18
DICPCG: Solving for p, Initial residual = 1.91184e-05, Final residual = 7.51168e-07, No Iterations 3
time step continuity errors : sum local = 1.11143e-10, global = 4.37584e-20, cumulative = -1.4494e-18
BiCGStab: Solving for omega, Initial residual = 3.01831e-05, Final residual = 1.18852e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.0124e-06, Final residual = 8.0124e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2291.99 s ClockTime = 2292 s Max(PAc) = 153585 Pa
Courant Number mean: 0.0540175 max: 0.975188 velocity magnitude: 1.25952
deltaT = 0.000492586
Time = 1.49754
--> Cloud: bubbleCloud
Added 200 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 554702
Mass introduced by injector = 5.0836e-10
Number of parcels added continuously = 1138
Mass introduced continuously = 1.03447e-12
Current number of parcels = 3946017
Current mass in system = 4.46501e-09
Number of parcels shifted at least once = 3511
Number of parcel shifts towards cell center = 3512
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00601027, Final user-defined norm residual = 9.94044e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.13899e-05, Final user-defined norm residual = 1.42546e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.06738e-08, Final user-defined norm residual = 5.62264e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000680897, Final residual = 4.82243e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000556401, Final residual = 3.27667e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0427015, Final residual = 1.30196e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0480106, Final residual = 8.85858e-07, No Iterations 248
time step continuity errors : sum local = 1.19333e-10, global = -8.98179e-20, cumulative = -1.53921e-18
DICPCG: Solving for p, Initial residual = 0.00689544, Final residual = 9.75269e-07, No Iterations 133
time step continuity errors : sum local = 1.4153e-10, global = 7.38185e-20, cumulative = -1.46539e-18
BiCGStab: Solving for omega, Initial residual = 0.000523046, Final residual = 6.45156e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000693437, Final residual = 8.22291e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.00629e-05, Final residual = 1.36051e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.12517e-05, Final residual = 4.8576e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00411538, Final residual = 3.3868e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00977058, Final residual = 9.72233e-07, No Iterations 95
time step continuity errors : sum local = 1.5202e-10, global = 1.59203e-20, cumulative = -1.44947e-18
DICPCG: Solving for p, Initial residual = 0.00174258, Final residual = 9.82201e-07, No Iterations 84
time step continuity errors : sum local = 1.53369e-10, global = 3.98475e-20, cumulative = -1.40963e-18
BiCGStab: Solving for omega, Initial residual = 3.20067e-05, Final residual = 9.9322e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.99841e-06, Final residual = 7.99841e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.66216e-06, Final residual = 4.94558e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.71955e-06, Final residual = 2.7118e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000646406, Final residual = 1.97713e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00183933, Final residual = 9.91918e-07, No Iterations 72
time step continuity errors : sum local = 1.54656e-10, global = -7.95287e-20, cumulative = -1.48916e-18
DICPCG: Solving for p, Initial residual = 0.000314224, Final residual = 9.84505e-07, No Iterations 48
time step continuity errors : sum local = 1.53589e-10, global = 8.59831e-21, cumulative = -1.48056e-18
BiCGStab: Solving for omega, Initial residual = 2.3668e-05, Final residual = 8.93561e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.06386e-06, Final residual = 8.06386e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.86152e-07, Final residual = 5.06478e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.81573e-07, Final residual = 3.02223e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00012511, Final residual = 2.95378e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000434985, Final residual = 9.78226e-07, No Iterations 23
time step continuity errors : sum local = 1.52736e-10, global = 2.44785e-20, cumulative = -1.45608e-18
DICPCG: Solving for p, Initial residual = 8.10773e-05, Final residual = 9.52317e-07, No Iterations 7
time step continuity errors : sum local = 1.49246e-10, global = 1.91216e-20, cumulative = -1.43696e-18
BiCGStab: Solving for omega, Initial residual = 2.05231e-05, Final residual = 9.22839e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.06535e-06, Final residual = 8.06535e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.75886e-07, Final residual = 9.88883e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.37288e-07, Final residual = 5.97121e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.77308e-05, Final residual = 5.04575e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000128514, Final residual = 8.18165e-07, No Iterations 6
time step continuity errors : sum local = 1.31203e-10, global = 4.20506e-20, cumulative = -1.39491e-18
DICPCG: Solving for p, Initial residual = 2.19419e-05, Final residual = 9.33641e-07, No Iterations 3
time step continuity errors : sum local = 1.46738e-10, global = 1.02029e-20, cumulative = -1.3847e-18
BiCGStab: Solving for omega, Initial residual = 2.23596e-05, Final residual = 9.06695e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.06105e-06, Final residual = 8.06105e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2310.5 s ClockTime = 2310 s Max(PAc) = 154610 Pa
Courant Number mean: 0.0540355 max: 0.982174 velocity magnitude: 1.25944
deltaT = 0.000492586
Time = 1.49803
--> Cloud: bubbleCloud
Added 191 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 554893
Mass introduced by injector = 5.08532e-10
Number of parcels added continuously = 1203
Mass introduced continuously = 1.09592e-12
Current number of parcels = 3946932
Current mass in system = 4.4658e-09
Number of parcels shifted at least once = 3464
Number of parcel shifts towards cell center = 3470
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00557657, Final user-defined norm residual = 9.02876e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.9441e-05, Final user-defined norm residual = 5.26284e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.13324e-08, Final user-defined norm residual = 2.90212e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000680253, Final residual = 4.5995e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000561262, Final residual = 3.51543e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0419098, Final residual = 1.22902e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0520168, Final residual = 9.14877e-07, No Iterations 259
time step continuity errors : sum local = 1.23381e-10, global = -8.5386e-20, cumulative = -1.47009e-18
DICPCG: Solving for p, Initial residual = 0.00716456, Final residual = 9.77867e-07, No Iterations 143
time step continuity errors : sum local = 1.46408e-10, global = -1.06257e-20, cumulative = -1.48072e-18
BiCGStab: Solving for omega, Initial residual = 0.000520164, Final residual = 4.30622e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000693957, Final residual = 8.17495e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.20402e-05, Final residual = 1.12875e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.21433e-05, Final residual = 4.65885e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00393452, Final residual = 3.27493e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0104826, Final residual = 9.34086e-07, No Iterations 115
time step continuity errors : sum local = 1.34287e-10, global = 3.60412e-20, cumulative = -1.44467e-18
DICPCG: Solving for p, Initial residual = 0.00187184, Final residual = 9.61268e-07, No Iterations 69
time step continuity errors : sum local = 1.37784e-10, global = -4.6567e-20, cumulative = -1.49124e-18
BiCGStab: Solving for omega, Initial residual = 2.45239e-05, Final residual = 6.92976e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.84284e-06, Final residual = 7.84284e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.08078e-06, Final residual = 4.71062e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.16379e-06, Final residual = 2.75136e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000622682, Final residual = 1.9143e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00196443, Final residual = 9.83865e-07, No Iterations 69
time step continuity errors : sum local = 1.40906e-10, global = -2.14718e-20, cumulative = -1.51271e-18
DICPCG: Solving for p, Initial residual = 0.00036703, Final residual = 9.44041e-07, No Iterations 36
time step continuity errors : sum local = 1.35544e-10, global = -5.29834e-21, cumulative = -1.51801e-18
BiCGStab: Solving for omega, Initial residual = 1.50144e-05, Final residual = 6.74365e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.89129e-06, Final residual = 7.89129e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.20175e-06, Final residual = 5.13706e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.17934e-07, Final residual = 2.84314e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000118143, Final residual = 2.88539e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000591079, Final residual = 9.93309e-07, No Iterations 19
time step continuity errors : sum local = 1.42222e-10, global = 1.7709e-20, cumulative = -1.5003e-18
DICPCG: Solving for p, Initial residual = 0.000101184, Final residual = 9.98255e-07, No Iterations 6
time step continuity errors : sum local = 1.42889e-10, global = -2.15974e-20, cumulative = -1.5219e-18
BiCGStab: Solving for omega, Initial residual = 1.59763e-05, Final residual = 8.6129e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.92621e-06, Final residual = 7.92621e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.36e-07, Final residual = 8.57478e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.82364e-07, Final residual = 5.59892e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.58838e-05, Final residual = 4.91136e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000171941, Final residual = 8.75729e-07, No Iterations 6
time step continuity errors : sum local = 1.26298e-10, global = -1.23997e-20, cumulative = -1.5343e-18
DICPCG: Solving for p, Initial residual = 3.06767e-05, Final residual = 6.28159e-07, No Iterations 4
time step continuity errors : sum local = 9.27746e-11, global = -7.04427e-20, cumulative = -1.60474e-18
BiCGStab: Solving for omega, Initial residual = 1.87181e-05, Final residual = 1.0151e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.89084e-06, Final residual = 7.89084e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2328.93 s ClockTime = 2329 s Max(PAc) = 154307 Pa
Courant Number mean: 0.0540539 max: 0.995817 velocity magnitude: 1.26304
deltaT = 0.000492586
Time = 1.49852
--> Cloud: bubbleCloud
Added 151 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 555044
Mass introduced by injector = 5.08659e-10
Number of parcels added continuously = 1167
Mass introduced continuously = 1.09247e-12
Current number of parcels = 3947742
Current mass in system = 4.46643e-09
Number of parcels shifted at least once = 3532
Number of parcel shifts towards cell center = 3534
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00579772, Final user-defined norm residual = 8.04505e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.7311e-05, Final user-defined norm residual = 7.90473e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.70093e-08, Final user-defined norm residual = 2.91364e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000685289, Final residual = 4.58313e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000561466, Final residual = 3.49197e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0409057, Final residual = 1.37902e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0476087, Final residual = 9.47051e-07, No Iterations 154
time step continuity errors : sum local = 1.46454e-10, global = -4.37233e-20, cumulative = -1.64847e-18
DICPCG: Solving for p, Initial residual = 0.00701851, Final residual = 9.63887e-07, No Iterations 133
time step continuity errors : sum local = 1.48074e-10, global = 6.43197e-20, cumulative = -1.58415e-18
BiCGStab: Solving for omega, Initial residual = 0.000530904, Final residual = 6.12022e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000694867, Final residual = 8.14172e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.44586e-05, Final residual = 1.18746e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.37267e-05, Final residual = 5.32218e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0038167, Final residual = 3.56773e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0119983, Final residual = 9.12383e-07, No Iterations 133
time step continuity errors : sum local = 1.36122e-10, global = 5.42393e-20, cumulative = -1.52991e-18
DICPCG: Solving for p, Initial residual = 0.002202, Final residual = 9.62241e-07, No Iterations 95
time step continuity errors : sum local = 1.42853e-10, global = 6.57951e-20, cumulative = -1.46411e-18
BiCGStab: Solving for omega, Initial residual = 2.78262e-05, Final residual = 8.81834e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.1072e-06, Final residual = 8.1072e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.98184e-06, Final residual = 5.69389e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.77941e-06, Final residual = 3.12309e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000581072, Final residual = 2.00425e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00258771, Final residual = 9.83623e-07, No Iterations 50
time step continuity errors : sum local = 1.45924e-10, global = 2.79795e-20, cumulative = -1.43613e-18
DICPCG: Solving for p, Initial residual = 0.000477596, Final residual = 9.90357e-07, No Iterations 28
time step continuity errors : sum local = 1.46767e-10, global = 4.13181e-20, cumulative = -1.39481e-18
BiCGStab: Solving for omega, Initial residual = 1.71215e-05, Final residual = 7.39159e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.15054e-06, Final residual = 8.15054e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.56169e-06, Final residual = 6.51779e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.2462e-07, Final residual = 3.58322e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000114153, Final residual = 2.72166e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000791637, Final residual = 9.35921e-07, No Iterations 12
time step continuity errors : sum local = 1.39438e-10, global = -2.79378e-20, cumulative = -1.42275e-18
DICPCG: Solving for p, Initial residual = 0.000139107, Final residual = 8.73297e-07, No Iterations 6
time step continuity errors : sum local = 1.31001e-10, global = -1.75657e-21, cumulative = -1.42451e-18
BiCGStab: Solving for omega, Initial residual = 1.65871e-05, Final residual = 6.94704e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.17302e-06, Final residual = 8.17302e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.64085e-07, Final residual = 1.07835e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.52747e-07, Final residual = 6.02422e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.40528e-05, Final residual = 4.65478e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000248362, Final residual = 8.20688e-07, No Iterations 6
time step continuity errors : sum local = 1.23927e-10, global = 8.97847e-21, cumulative = -1.41553e-18
DICPCG: Solving for p, Initial residual = 4.2728e-05, Final residual = 6.78564e-07, No Iterations 4
time step continuity errors : sum local = 1.04811e-10, global = -4.89904e-21, cumulative = -1.42043e-18
BiCGStab: Solving for omega, Initial residual = 1.67981e-05, Final residual = 7.20768e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.1551e-06, Final residual = 8.1551e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2347.18 s ClockTime = 2347 s Max(PAc) = 155058 Pa
Courant Number mean: 0.0540723 max: 0.996898 velocity magnitude: 1.27219
deltaT = 0.000492586
Time = 1.49901
--> Cloud: bubbleCloud
Added 162 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 555206
Mass introduced by injector = 5.08808e-10
Number of parcels added continuously = 1141
Mass introduced continuously = 1.05048e-12
Current number of parcels = 3948526
Current mass in system = 4.46703e-09
Number of parcels shifted at least once = 3438
Number of parcel shifts towards cell center = 3439
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00633947, Final user-defined norm residual = 6.53142e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.40615e-05, Final user-defined norm residual = 5.52178e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.18881e-08, Final user-defined norm residual = 2.57488e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000681875, Final residual = 4.59562e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000563431, Final residual = 3.55547e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0394185, Final residual = 1.22551e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0485969, Final residual = 9.07715e-07, No Iterations 179
time step continuity errors : sum local = 1.34523e-10, global = 9.3806e-20, cumulative = -1.32662e-18
DICPCG: Solving for p, Initial residual = 0.00678004, Final residual = 9.2122e-07, No Iterations 148
time step continuity errors : sum local = 1.30004e-10, global = 3.67005e-20, cumulative = -1.28992e-18
BiCGStab: Solving for omega, Initial residual = 0.000530791, Final residual = 5.06746e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000696024, Final residual = 8.06194e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.20356e-05, Final residual = 1.21616e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.26442e-05, Final residual = 5.33665e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00347694, Final residual = 3.22848e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0102248, Final residual = 9.61115e-07, No Iterations 94
time step continuity errors : sum local = 1.33219e-10, global = 1.82227e-20, cumulative = -1.2717e-18
DICPCG: Solving for p, Initial residual = 0.00192944, Final residual = 9.91688e-07, No Iterations 82
time step continuity errors : sum local = 1.37739e-10, global = 2.23864e-21, cumulative = -1.26946e-18
BiCGStab: Solving for omega, Initial residual = 2.54236e-05, Final residual = 7.55472e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.95142e-06, Final residual = 7.95142e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.09353e-06, Final residual = 5.17892e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.23661e-06, Final residual = 3.36045e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000538137, Final residual = 1.87304e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00210853, Final residual = 9.91665e-07, No Iterations 59
time step continuity errors : sum local = 1.37832e-10, global = 5.03461e-21, cumulative = -1.26443e-18
DICPCG: Solving for p, Initial residual = 0.000371669, Final residual = 9.98178e-07, No Iterations 33
time step continuity errors : sum local = 1.38746e-10, global = -5.79529e-20, cumulative = -1.32238e-18
BiCGStab: Solving for omega, Initial residual = 1.74789e-05, Final residual = 7.32556e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.9549e-06, Final residual = 7.9549e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.06189e-06, Final residual = 6.20287e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.13404e-07, Final residual = 3.53005e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000103253, Final residual = 2.60747e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000549208, Final residual = 9.19043e-07, No Iterations 13
time step continuity errors : sum local = 1.2799e-10, global = -1.52536e-20, cumulative = -1.33763e-18
DICPCG: Solving for p, Initial residual = 9.84438e-05, Final residual = 8.43131e-07, No Iterations 6
time step continuity errors : sum local = 1.17655e-10, global = -1.36991e-20, cumulative = -1.35133e-18
BiCGStab: Solving for omega, Initial residual = 1.84859e-05, Final residual = 9.09328e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.96863e-06, Final residual = 7.96863e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.39234e-07, Final residual = 1.0776e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.83599e-07, Final residual = 6.22328e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.20791e-05, Final residual = 4.42927e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00017032, Final residual = 7.76824e-07, No Iterations 6
time step continuity errors : sum local = 1.08639e-10, global = -1.69689e-20, cumulative = -1.3683e-18
DICPCG: Solving for p, Initial residual = 2.80099e-05, Final residual = 6.14635e-07, No Iterations 4
time step continuity errors : sum local = 8.65888e-11, global = -1.53542e-20, cumulative = -1.38366e-18
BiCGStab: Solving for omega, Initial residual = 2.18318e-05, Final residual = 1.01993e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.95402e-06, Final residual = 7.95402e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2365.5 s ClockTime = 2365 s Max(PAc) = 155028 Pa
Courant Number mean: 0.0540914 max: 1.00061 velocity magnitude: 1.28372
deltaT = 0.000328391
Time = 1.49934
--> Cloud: bubbleCloud
Added 142 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 555348
Mass introduced by injector = 5.08934e-10
Number of parcels added continuously = 868
Mass introduced continuously = 7.7166e-13
Current number of parcels = 3949175
Current mass in system = 4.46754e-09
Number of parcels shifted at least once = 2202
Number of parcel shifts towards cell center = 2202
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00493447, Final user-defined norm residual = 5.23779e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.12738e-05, Final user-defined norm residual = 3.97608e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.55832e-09, Final user-defined norm residual = 7.72516e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000456286, Final residual = 2.99782e-12, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000376392, Final residual = 2.00916e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0237888, Final residual = 6.60258e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0441901, Final residual = 8.71254e-07, No Iterations 257
time step continuity errors : sum local = 5.82104e-11, global = 6.13779e-22, cumulative = -1.38304e-18
DICPCG: Solving for p, Initial residual = 0.00453764, Final residual = 8.82912e-07, No Iterations 247
time step continuity errors : sum local = 5.95105e-11, global = 4.95327e-20, cumulative = -1.33351e-18
BiCGStab: Solving for omega, Initial residual = 0.000356365, Final residual = 1.10812e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000463626, Final residual = 1.43042e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.0654e-05, Final residual = 1.5379e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.67962e-06, Final residual = 6.85896e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00173421, Final residual = 1.52903e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00748335, Final residual = 9.70856e-07, No Iterations 103
time step continuity errors : sum local = 7.19021e-11, global = 1.99626e-20, cumulative = -1.31355e-18
DICPCG: Solving for p, Initial residual = 0.000984089, Final residual = 9.06808e-07, No Iterations 72
time step continuity errors : sum local = 6.76383e-11, global = -1.37555e-20, cumulative = -1.3273e-18
BiCGStab: Solving for omega, Initial residual = 1.30377e-05, Final residual = 9.61705e-10, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.65594e-06, Final residual = 3.65594e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 1.50045e-06, Final residual = 4.65445e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.22704e-07, Final residual = 2.81027e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000211287, Final residual = 2.39291e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00111336, Final residual = 9.87818e-07, No Iterations 44
time step continuity errors : sum local = 7.31869e-11, global = 2.65174e-20, cumulative = -1.30078e-18
DICPCG: Solving for p, Initial residual = 0.000135074, Final residual = 9.69888e-07, No Iterations 17
time step continuity errors : sum local = 7.19695e-11, global = 4.02862e-21, cumulative = -1.29676e-18
BiCGStab: Solving for omega, Initial residual = 6.9477e-06, Final residual = 6.9477e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.63573e-06, Final residual = 3.63573e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 3.21361e-07, Final residual = 4.62502e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.82237e-07, Final residual = 2.73315e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.19102e-05, Final residual = 2.92085e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000239429, Final residual = 8.99234e-07, No Iterations 8
time step continuity errors : sum local = 6.71997e-11, global = 7.56331e-21, cumulative = -1.28919e-18
DICPCG: Solving for p, Initial residual = 3.04088e-05, Final residual = 7.82074e-07, No Iterations 4
time step continuity errors : sum local = 5.92853e-11, global = -8.45565e-20, cumulative = -1.37375e-18
BiCGStab: Solving for omega, Initial residual = 6.98386e-06, Final residual = 6.98386e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.63282e-06, Final residual = 3.63282e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 7.91314e-08, Final residual = 7.89895e-14, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.66093e-08, Final residual = 4.45686e-14, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 5.39176e-06, Final residual = 4.12625e-11, No Iterations 1
DICPCG: Solving for p, Initial residual = 6.30846e-05, Final residual = 7.36957e-07, No Iterations 4
time step continuity errors : sum local = 5.62387e-11, global = 1.63556e-20, cumulative = -1.35739e-18
DICPCG: Solving for p, Initial residual = 8.32264e-06, Final residual = 7.31141e-07, No Iterations 2
time step continuity errors : sum local = 5.58456e-11, global = 9.38505e-21, cumulative = -1.34801e-18
BiCGStab: Solving for omega, Initial residual = 6.9898e-06, Final residual = 6.9898e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.63218e-06, Final residual = 3.63218e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2383.15 s ClockTime = 2383 s Max(PAc) = 154896 Pa
Courant Number mean: 0.0360698 max: 0.671074 velocity magnitude: 1.29489
deltaT = 0.000328391
Time = 1.49967
--> Cloud: bubbleCloud
Added 157 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 555505
Mass introduced by injector = 5.09079e-10
Number of parcels added continuously = 859
Mass introduced continuously = 8.0842e-13
Current number of parcels = 3949826
Current mass in system = 4.46812e-09
Number of parcels shifted at least once = 2351
Number of parcel shifts towards cell center = 2351
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00550371, Final user-defined norm residual = 0.000101798
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.19026e-05, Final user-defined norm residual = 9.5479e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.05439e-08, Final user-defined norm residual = 7.583e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000458164, Final residual = 2.92864e-12, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000377394, Final residual = 1.92185e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.022533, Final residual = 8.63704e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0473513, Final residual = 8.73707e-07, No Iterations 247
time step continuity errors : sum local = 5.90905e-11, global = -4.2958e-20, cumulative = -1.39097e-18
DICPCG: Solving for p, Initial residual = 0.00463201, Final residual = 9.86341e-07, No Iterations 125
time step continuity errors : sum local = 7.19847e-11, global = -2.17986e-20, cumulative = -1.41276e-18
BiCGStab: Solving for omega, Initial residual = 0.000356698, Final residual = 1.04337e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000464201, Final residual = 1.43325e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.08765e-05, Final residual = 1.67514e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.26399e-06, Final residual = 7.23283e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00169468, Final residual = 1.88563e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00730628, Final residual = 9.14018e-07, No Iterations 94
time step continuity errors : sum local = 6.45546e-11, global = 4.56594e-20, cumulative = -1.36711e-18
DICPCG: Solving for p, Initial residual = 0.000938402, Final residual = 9.51086e-07, No Iterations 71
time step continuity errors : sum local = 6.72264e-11, global = -3.58373e-20, cumulative = -1.40294e-18
BiCGStab: Solving for omega, Initial residual = 1.28627e-05, Final residual = 1.22927e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.7333e-06, Final residual = 3.7333e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 1.61656e-06, Final residual = 5.34765e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.0019e-07, Final residual = 2.73256e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000212886, Final residual = 2.34467e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00107392, Final residual = 9.84851e-07, No Iterations 32
time step continuity errors : sum local = 6.96342e-11, global = -3.54171e-20, cumulative = -1.43836e-18
DICPCG: Solving for p, Initial residual = 0.0001305, Final residual = 9.2632e-07, No Iterations 16
time step continuity errors : sum local = 6.56543e-11, global = -1.24961e-20, cumulative = -1.45086e-18
BiCGStab: Solving for omega, Initial residual = 6.79139e-06, Final residual = 6.79139e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.71997e-06, Final residual = 3.71997e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 3.28434e-07, Final residual = 5.84429e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.94405e-07, Final residual = 2.39974e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.28786e-05, Final residual = 2.77919e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000241077, Final residual = 8.08822e-07, No Iterations 8
time step continuity errors : sum local = 5.7684e-11, global = 6.76718e-21, cumulative = -1.44409e-18
DICPCG: Solving for p, Initial residual = 2.81691e-05, Final residual = 7.79391e-07, No Iterations 4
time step continuity errors : sum local = 5.56844e-11, global = -5.25835e-21, cumulative = -1.44935e-18
BiCGStab: Solving for omega, Initial residual = 6.83567e-06, Final residual = 6.83567e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.71933e-06, Final residual = 3.71933e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 8.41604e-08, Final residual = 8.62612e-14, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.05248e-08, Final residual = 3.45906e-14, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 5.96718e-06, Final residual = 3.91845e-11, No Iterations 1
DICPCG: Solving for p, Initial residual = 6.04556e-05, Final residual = 7.33899e-07, No Iterations 4
time step continuity errors : sum local = 5.25979e-11, global = 2.45609e-20, cumulative = -1.42479e-18
DICPCG: Solving for p, Initial residual = 7.92848e-06, Final residual = 7.6725e-07, No Iterations 2
time step continuity errors : sum local = 5.48603e-11, global = 2.15383e-20, cumulative = -1.40325e-18
BiCGStab: Solving for omega, Initial residual = 6.84074e-06, Final residual = 6.84074e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.71911e-06, Final residual = 3.71911e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2400.74 s ClockTime = 2401 s Max(PAc) = 154680 Pa
Courant Number mean: 0.0360787 max: 0.673536 velocity magnitude: 1.30529
deltaT = 0.000328391
Time = 1.5
--> Cloud: bubbleCloud
Added 142 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 555647
Mass introduced by injector = 5.09194e-10
Number of parcels added continuously = 831
Mass introduced continuously = 7.37872e-13
Current number of parcels = 3950477
Current mass in system = 4.46863e-09
Number of parcels shifted at least once = 2279
Number of parcel shifts towards cell center = 2279
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00527841, Final user-defined norm residual = 7.04918e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.51749e-05, Final user-defined norm residual = 6.87263e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.47952e-08, Final user-defined norm residual = 1.57395e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000459407, Final residual = 2.94068e-12, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000376488, Final residual = 1.97457e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0219605, Final residual = 6.53701e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.045482, Final residual = 8.35562e-07, No Iterations 258
time step continuity errors : sum local = 5.63993e-11, global = -1.33219e-20, cumulative = -1.41657e-18
DICPCG: Solving for p, Initial residual = 0.00402368, Final residual = 8.77865e-07, No Iterations 129
time step continuity errors : sum local = 6.16515e-11, global = 2.60376e-20, cumulative = -1.39053e-18
BiCGStab: Solving for omega, Initial residual = 0.000359941, Final residual = 1.08331e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000464932, Final residual = 1.43745e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.17273e-05, Final residual = 1.59195e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.49431e-06, Final residual = 6.74e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00156833, Final residual = 1.64846e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00800329, Final residual = 9.80447e-07, No Iterations 92
time step continuity errors : sum local = 7.78188e-11, global = -3.39459e-21, cumulative = -1.39393e-18
DICPCG: Solving for p, Initial residual = 0.00106783, Final residual = 9.49852e-07, No Iterations 57
time step continuity errors : sum local = 7.58268e-11, global = -2.05713e-20, cumulative = -1.4145e-18
BiCGStab: Solving for omega, Initial residual = 1.2574e-05, Final residual = 1.22123e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.73738e-06, Final residual = 3.73738e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 1.88225e-06, Final residual = 5.16494e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.74965e-07, Final residual = 2.54608e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000190897, Final residual = 2.26573e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00126033, Final residual = 9.90493e-07, No Iterations 61
time step continuity errors : sum local = 7.86617e-11, global = -4.9412e-20, cumulative = -1.46391e-18
DICPCG: Solving for p, Initial residual = 0.000159988, Final residual = 9.67316e-07, No Iterations 14
time step continuity errors : sum local = 7.70999e-11, global = 5.00402e-21, cumulative = -1.45891e-18
BiCGStab: Solving for omega, Initial residual = 6.04589e-06, Final residual = 6.04589e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.73073e-06, Final residual = 3.73073e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 3.70998e-07, Final residual = 5.41314e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.15045e-07, Final residual = 2.60246e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.98231e-05, Final residual = 2.87637e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000272263, Final residual = 9.68275e-07, No Iterations 9
time step continuity errors : sum local = 7.71691e-11, global = -2.24798e-22, cumulative = -1.45913e-18
DICPCG: Solving for p, Initial residual = 3.59681e-05, Final residual = 7.15792e-07, No Iterations 5
time step continuity errors : sum local = 6.01632e-11, global = 3.57182e-20, cumulative = -1.42341e-18
BiCGStab: Solving for omega, Initial residual = 6.07866e-06, Final residual = 6.07866e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.73203e-06, Final residual = 3.73203e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 8.91007e-08, Final residual = 1.01999e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.45688e-08, Final residual = 4.54109e-14, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 5.07195e-06, Final residual = 3.94291e-11, No Iterations 1
DICPCG: Solving for p, Initial residual = 7.06992e-05, Final residual = 9.27124e-07, No Iterations 4
time step continuity errors : sum local = 7.43959e-11, global = 3.95623e-21, cumulative = -1.41946e-18
DICPCG: Solving for p, Initial residual = 9.74956e-06, Final residual = 9.83922e-07, No Iterations 2
time step continuity errors : sum local = 7.82208e-11, global = -5.54805e-21, cumulative = -1.425e-18
BiCGStab: Solving for omega, Initial residual = 6.0815e-06, Final residual = 6.0815e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.73189e-06, Final residual = 3.73189e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2448.45 s ClockTime = 2448 s Max(PAc) = 154278 Pa
Courant Number mean: 0.0360872 max: 0.672761 velocity magnitude: 1.31159
deltaT = 0.00037037
Time = 1.50037
--> Cloud: bubbleCloud
Added 168 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 555815
Mass introduced by injector = 5.09344e-10
Number of parcels added continuously = 916
Mass introduced continuously = 8.678e-13
Current number of parcels = 3951168
Current mass in system = 4.4692e-09
Number of parcels shifted at least once = 2449
Number of parcel shifts towards cell center = 2449
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00566274, Final user-defined norm residual = 6.75431e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.45384e-05, Final user-defined norm residual = 5.19006e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.11717e-08, Final user-defined norm residual = 3.77243e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000524301, Final residual = 7.68585e-12, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000426352, Final residual = 4.72157e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0245793, Final residual = 1.81786e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0477316, Final residual = 8.82024e-07, No Iterations 256
time step continuity errors : sum local = 7.3558e-11, global = 4.30108e-20, cumulative = -1.38199e-18
DICPCG: Solving for p, Initial residual = 0.00474782, Final residual = 9.59727e-07, No Iterations 131
time step continuity errors : sum local = 9.61957e-11, global = 3.94801e-20, cumulative = -1.34251e-18
BiCGStab: Solving for omega, Initial residual = 0.000411153, Final residual = 2.05597e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000525299, Final residual = 2.43334e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.51804e-05, Final residual = 3.06275e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.7605e-06, Final residual = 1.27061e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00202584, Final residual = 4.61895e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00905189, Final residual = 9.49925e-07, No Iterations 238
time step continuity errors : sum local = 7.91229e-11, global = 1.24618e-20, cumulative = -1.33005e-18
DICPCG: Solving for p, Initial residual = 0.00129113, Final residual = 9.87473e-07, No Iterations 58
time step continuity errors : sum local = 8.41298e-11, global = -8.42172e-20, cumulative = -1.41427e-18
BiCGStab: Solving for omega, Initial residual = 1.58179e-05, Final residual = 2.10688e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.7161e-06, Final residual = 4.7161e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.51277e-06, Final residual = 9.9315e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.16635e-06, Final residual = 5.38391e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000281576, Final residual = 4.25848e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00153778, Final residual = 9.76745e-07, No Iterations 57
time step continuity errors : sum local = 8.33888e-11, global = -7.3263e-20, cumulative = -1.48753e-18
DICPCG: Solving for p, Initial residual = 0.000195163, Final residual = 9.78041e-07, No Iterations 29
time step continuity errors : sum local = 8.34763e-11, global = 9.66381e-21, cumulative = -1.47787e-18
BiCGStab: Solving for omega, Initial residual = 7.85086e-06, Final residual = 7.85086e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.74482e-06, Final residual = 4.74482e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.18097e-07, Final residual = 1.19987e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.45081e-07, Final residual = 6.69358e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.82163e-05, Final residual = 5.68137e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000291528, Final residual = 9.77167e-07, No Iterations 15
time step continuity errors : sum local = 8.34062e-11, global = -8.12157e-20, cumulative = -1.55908e-18
DICPCG: Solving for p, Initial residual = 4.20758e-05, Final residual = 9.69637e-07, No Iterations 5
time step continuity errors : sum local = 8.27769e-11, global = -1.5043e-20, cumulative = -1.57413e-18
BiCGStab: Solving for omega, Initial residual = 7.90493e-06, Final residual = 7.90493e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.74841e-06, Final residual = 4.74841e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.20556e-07, Final residual = 1.75234e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.48861e-08, Final residual = 1.05093e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.04077e-06, Final residual = 8.77517e-11, No Iterations 1
DICPCG: Solving for p, Initial residual = 7.46421e-05, Final residual = 7.76672e-07, No Iterations 5
time step continuity errors : sum local = 6.66931e-11, global = -4.59959e-20, cumulative = -1.62012e-18
DICPCG: Solving for p, Initial residual = 1.08877e-05, Final residual = 6.24839e-07, No Iterations 3
time step continuity errors : sum local = 5.40372e-11, global = -3.36647e-20, cumulative = -1.65379e-18
BiCGStab: Solving for omega, Initial residual = 7.91567e-06, Final residual = 7.91567e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.74928e-06, Final residual = 4.74928e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2466.24 s ClockTime = 2466 s Max(PAc) = 154382 Pa
Courant Number mean: 0.0407111 max: 0.756007 velocity magnitude: 1.317
deltaT = 0.000417652
Time = 1.50079
--> Cloud: bubbleCloud
Added 166 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 555981
Mass introduced by injector = 5.09503e-10
Number of parcels added continuously = 967
Mass introduced continuously = 9.51771e-13
Current number of parcels = 3951867
Current mass in system = 4.46987e-09
Number of parcels shifted at least once = 2820
Number of parcel shifts towards cell center = 2822
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00626279, Final user-defined norm residual = 9.78177e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.10644e-05, Final user-defined norm residual = 8.44896e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.81947e-08, Final user-defined norm residual = 1.13802e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000584077, Final residual = 1.54388e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000479598, Final residual = 1.16315e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0290926, Final residual = 3.62858e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0445435, Final residual = 9.74586e-07, No Iterations 256
time step continuity errors : sum local = 1.00139e-10, global = 1.49572e-22, cumulative = -1.65364e-18
DICPCG: Solving for p, Initial residual = 0.00464074, Final residual = 9.61291e-07, No Iterations 239
time step continuity errors : sum local = 9.84416e-11, global = 4.53599e-20, cumulative = -1.60828e-18
BiCGStab: Solving for omega, Initial residual = 0.000468994, Final residual = 4.09528e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000593612, Final residual = 4.09423e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.79676e-05, Final residual = 5.3486e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.8739e-06, Final residual = 2.19475e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00256002, Final residual = 9.49746e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00862235, Final residual = 9.89796e-07, No Iterations 92
time step continuity errors : sum local = 1.13209e-10, global = -5.90546e-20, cumulative = -1.66733e-18
DICPCG: Solving for p, Initial residual = 0.00133071, Final residual = 9.64116e-07, No Iterations 63
time step continuity errors : sum local = 1.10714e-10, global = -3.82408e-20, cumulative = -1.70557e-18
BiCGStab: Solving for omega, Initial residual = 2.09146e-05, Final residual = 3.87933e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.07523e-06, Final residual = 6.07523e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.96633e-06, Final residual = 1.96754e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.61544e-06, Final residual = 1.13082e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000366107, Final residual = 7.89902e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00141132, Final residual = 9.47718e-07, No Iterations 55
time step continuity errors : sum local = 1.09211e-10, global = 7.02608e-21, cumulative = -1.69855e-18
DICPCG: Solving for p, Initial residual = 0.000208361, Final residual = 9.99808e-07, No Iterations 16
time step continuity errors : sum local = 1.1453e-10, global = -2.2254e-22, cumulative = -1.69877e-18
BiCGStab: Solving for omega, Initial residual = 1.26046e-05, Final residual = 3.57855e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.09818e-06, Final residual = 6.09818e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.80598e-07, Final residual = 2.4184e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.69894e-07, Final residual = 1.26649e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.3666e-05, Final residual = 1.10111e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000301175, Final residual = 9.80055e-07, No Iterations 15
time step continuity errors : sum local = 1.12516e-10, global = -6.14464e-21, cumulative = -1.70491e-18
DICPCG: Solving for p, Initial residual = 4.59134e-05, Final residual = 9.04392e-07, No Iterations 6
time step continuity errors : sum local = 1.0475e-10, global = 2.15632e-20, cumulative = -1.68335e-18
BiCGStab: Solving for omega, Initial residual = 1.17634e-05, Final residual = 3.54241e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.09598e-06, Final residual = 6.09598e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.75342e-07, Final residual = 4.42232e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.82156e-08, Final residual = 2.47727e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.23625e-05, Final residual = 1.73722e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 7.80973e-05, Final residual = 7.29757e-07, No Iterations 6
time step continuity errors : sum local = 8.68407e-11, global = -2.61239e-20, cumulative = -1.70947e-18
DICPCG: Solving for p, Initial residual = 1.17635e-05, Final residual = 7.24665e-07, No Iterations 3
time step continuity errors : sum local = 8.63179e-11, global = -5.50026e-21, cumulative = -1.71498e-18
BiCGStab: Solving for omega, Initial residual = 1.20851e-05, Final residual = 3.54278e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.09805e-06, Final residual = 6.09805e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2484.52 s ClockTime = 2485 s Max(PAc) = 155052 Pa
Courant Number mean: 0.0459215 max: 0.854684 velocity magnitude: 1.32154
deltaT = 0.000457428
Time = 1.50125
--> Cloud: bubbleCloud
Added 159 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 556140
Mass introduced by injector = 5.09644e-10
Number of parcels added continuously = 1164
Mass introduced continuously = 1.05266e-12
Current number of parcels = 3952690
Current mass in system = 4.4705e-09
Number of parcels shifted at least once = 3156
Number of parcel shifts towards cell center = 3156
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00604354, Final user-defined norm residual = 8.53829e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.83845e-05, Final user-defined norm residual = 9.9571e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.14397e-08, Final user-defined norm residual = 4.29778e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000632305, Final residual = 2.81807e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000525524, Final residual = 2.17265e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0329095, Final residual = 7.66054e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0418238, Final residual = 9.85319e-07, No Iterations 263
time step continuity errors : sum local = 1.18703e-10, global = -5.44469e-20, cumulative = -1.76942e-18
DICPCG: Solving for p, Initial residual = 0.00454466, Final residual = 9.86e-07, No Iterations 251
time step continuity errors : sum local = 1.18825e-10, global = -1.43826e-20, cumulative = -1.7838e-18
BiCGStab: Solving for omega, Initial residual = 0.000516892, Final residual = 6.26946e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000651127, Final residual = 6.05663e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.04095e-05, Final residual = 8.01574e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.09592e-05, Final residual = 3.40518e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00292838, Final residual = 2.03549e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00946036, Final residual = 9.3624e-07, No Iterations 113
time step continuity errors : sum local = 1.22011e-10, global = -6.71648e-20, cumulative = -1.85097e-18
DICPCG: Solving for p, Initial residual = 0.00164952, Final residual = 9.91809e-07, No Iterations 79
time step continuity errors : sum local = 1.28713e-10, global = 5.6258e-20, cumulative = -1.79471e-18
BiCGStab: Solving for omega, Initial residual = 2.22062e-05, Final residual = 3.92695e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.39013e-06, Final residual = 7.39013e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.62765e-06, Final residual = 3.22165e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.97347e-06, Final residual = 1.84755e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000410637, Final residual = 1.12685e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00169963, Final residual = 9.86573e-07, No Iterations 41
time step continuity errors : sum local = 1.28151e-10, global = 4.76496e-20, cumulative = -1.74706e-18
DICPCG: Solving for p, Initial residual = 0.000272248, Final residual = 9.65676e-07, No Iterations 12
time step continuity errors : sum local = 1.2561e-10, global = 7.05804e-21, cumulative = -1.74e-18
BiCGStab: Solving for omega, Initial residual = 1.28662e-05, Final residual = 3.87213e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.44313e-06, Final residual = 7.44313e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.91321e-07, Final residual = 4.32461e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.88503e-07, Final residual = 2.18637e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.48045e-05, Final residual = 1.77902e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000387872, Final residual = 9.67679e-07, No Iterations 20
time step continuity errors : sum local = 1.25868e-10, global = -6.97256e-21, cumulative = -1.74698e-18
DICPCG: Solving for p, Initial residual = 6.65944e-05, Final residual = 9.77048e-07, No Iterations 6
time step continuity errors : sum local = 1.26994e-10, global = -3.28016e-20, cumulative = -1.77978e-18
BiCGStab: Solving for omega, Initial residual = 1.43763e-05, Final residual = 4.08905e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.45789e-06, Final residual = 7.45789e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.52542e-07, Final residual = 1.05177e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.36983e-07, Final residual = 5.15684e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.48242e-05, Final residual = 3.07198e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000117033, Final residual = 8.19563e-07, No Iterations 6
time step continuity errors : sum local = 1.08036e-10, global = -6.3448e-20, cumulative = -1.84323e-18
DICPCG: Solving for p, Initial residual = 1.95857e-05, Final residual = 9.59518e-07, No Iterations 3
time step continuity errors : sum local = 1.24883e-10, global = -1.02683e-19, cumulative = -1.94591e-18
BiCGStab: Solving for omega, Initial residual = 1.52595e-05, Final residual = 4.44566e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.46228e-06, Final residual = 7.46228e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2502.2 s ClockTime = 2502 s Max(PAc) = 154233 Pa
Courant Number mean: 0.0503109 max: 0.93434 velocity magnitude: 1.31908
deltaT = 0.000480886
Time = 1.50173
--> Cloud: bubbleCloud
Added 167 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 556307
Mass introduced by injector = 5.09796e-10
Number of parcels added continuously = 1222
Mass introduced continuously = 1.12264e-12
Current number of parcels = 3953605
Current mass in system = 4.4713e-09
Number of parcels shifted at least once = 3230
Number of parcel shifts towards cell center = 3231
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00573382, Final user-defined norm residual = 5.96924e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.28503e-05, Final user-defined norm residual = 4.35615e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.3779e-09, Final user-defined norm residual = 2.52322e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000665556, Final residual = 4.04258e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000547085, Final residual = 3.16399e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0350515, Final residual = 9.19664e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0442196, Final residual = 9.24691e-07, No Iterations 260
time step continuity errors : sum local = 1.20773e-10, global = 8.54303e-20, cumulative = -1.86048e-18
DICPCG: Solving for p, Initial residual = 0.00575519, Final residual = 9.6695e-07, No Iterations 247
time step continuity errors : sum local = 1.25602e-10, global = -4.20503e-20, cumulative = -1.90253e-18
BiCGStab: Solving for omega, Initial residual = 0.000547571, Final residual = 7.26458e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000684915, Final residual = 7.53901e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.28972e-05, Final residual = 1.04356e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.18806e-05, Final residual = 4.18613e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00325013, Final residual = 2.82117e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0111574, Final residual = 9.92828e-07, No Iterations 93
time step continuity errors : sum local = 1.36262e-10, global = 8.38944e-20, cumulative = -1.81863e-18
DICPCG: Solving for p, Initial residual = 0.0020711, Final residual = 9.9801e-07, No Iterations 66
time step continuity errors : sum local = 1.36943e-10, global = 8.63556e-21, cumulative = -1.81e-18
BiCGStab: Solving for omega, Initial residual = 2.82532e-05, Final residual = 3.16873e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.10926e-06, Final residual = 8.10926e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.15061e-06, Final residual = 4.44589e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.27601e-06, Final residual = 2.50455e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000492404, Final residual = 1.63552e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00207179, Final residual = 9.72189e-07, No Iterations 29
time step continuity errors : sum local = 1.33596e-10, global = -7.17206e-21, cumulative = -1.81717e-18
DICPCG: Solving for p, Initial residual = 0.00036354, Final residual = 8.71388e-07, No Iterations 16
time step continuity errors : sum local = 1.20475e-10, global = -7.08198e-20, cumulative = -1.88799e-18
BiCGStab: Solving for omega, Initial residual = 2.19619e-05, Final residual = 2.49177e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.15319e-06, Final residual = 8.15319e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.14526e-06, Final residual = 5.21165e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.97775e-07, Final residual = 2.72856e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.4464e-05, Final residual = 2.17426e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000558059, Final residual = 9.6376e-07, No Iterations 11
time step continuity errors : sum local = 1.32491e-10, global = -3.33774e-20, cumulative = -1.92137e-18
DICPCG: Solving for p, Initial residual = 9.51032e-05, Final residual = 9.06398e-07, No Iterations 6
time step continuity errors : sum local = 1.25031e-10, global = 1.72274e-20, cumulative = -1.90414e-18
BiCGStab: Solving for omega, Initial residual = 2.4876e-05, Final residual = 2.61808e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.18161e-06, Final residual = 8.18161e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.14087e-07, Final residual = 1.04183e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.72248e-07, Final residual = 5.5995e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.9633e-05, Final residual = 3.77521e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000157113, Final residual = 7.06653e-07, No Iterations 6
time step continuity errors : sum local = 9.90649e-11, global = 4.79784e-20, cumulative = -1.85616e-18
DICPCG: Solving for p, Initial residual = 2.70333e-05, Final residual = 9.50367e-07, No Iterations 3
time step continuity errors : sum local = 1.30744e-10, global = -4.74824e-21, cumulative = -1.86091e-18
BiCGStab: Solving for omega, Initial residual = 2.48751e-05, Final residual = 2.97449e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.17091e-06, Final residual = 8.17091e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2520.27 s ClockTime = 2520 s Max(PAc) = 154267 Pa
Courant Number mean: 0.0529088 max: 0.978421 velocity magnitude: 1.31393
deltaT = 0.000480886
Time = 1.50221
--> Cloud: bubbleCloud
Added 174 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 556481
Mass introduced by injector = 5.09955e-10
Number of parcels added continuously = 1184
Mass introduced continuously = 1.04043e-12
Current number of parcels = 3954437
Current mass in system = 4.47192e-09
Number of parcels shifted at least once = 3343
Number of parcel shifts towards cell center = 3344
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00546937, Final user-defined norm residual = 6.4141e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.38118e-05, Final user-defined norm residual = 4.27107e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.19726e-09, Final user-defined norm residual = 1.94946e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000672434, Final residual = 4.26749e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000545992, Final residual = 3.19892e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0360362, Final residual = 9.65005e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0434183, Final residual = 9.18249e-07, No Iterations 255
time step continuity errors : sum local = 1.19536e-10, global = -1.52506e-20, cumulative = -1.87616e-18
DICPCG: Solving for p, Initial residual = 0.00564317, Final residual = 9.6886e-07, No Iterations 132
time step continuity errors : sum local = 1.32615e-10, global = -2.03856e-20, cumulative = -1.89655e-18
BiCGStab: Solving for omega, Initial residual = 0.000564937, Final residual = 6.50563e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000685465, Final residual = 7.6029e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.28508e-05, Final residual = 1.01485e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.22177e-05, Final residual = 4.46974e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00343343, Final residual = 2.6657e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0115074, Final residual = 9.86845e-07, No Iterations 93
time step continuity errors : sum local = 1.29002e-10, global = 8.74731e-20, cumulative = -1.80907e-18
DICPCG: Solving for p, Initial residual = 0.00221171, Final residual = 8.8634e-07, No Iterations 77
time step continuity errors : sum local = 1.15837e-10, global = -3.44504e-20, cumulative = -1.84352e-18
BiCGStab: Solving for omega, Initial residual = 3.78762e-05, Final residual = 4.93412e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.71412e-06, Final residual = 8.71412e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.48793e-06, Final residual = 4.50074e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.17635e-06, Final residual = 2.55329e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000526089, Final residual = 1.51214e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00214963, Final residual = 9.95054e-07, No Iterations 61
time step continuity errors : sum local = 1.30079e-10, global = -1.16594e-20, cumulative = -1.85518e-18
DICPCG: Solving for p, Initial residual = 0.000379847, Final residual = 9.39441e-07, No Iterations 32
time step continuity errors : sum local = 1.22798e-10, global = -1.04007e-20, cumulative = -1.86558e-18
BiCGStab: Solving for omega, Initial residual = 2.72086e-05, Final residual = 5.25406e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.81803e-06, Final residual = 8.81803e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.18832e-06, Final residual = 5.4169e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.28694e-07, Final residual = 3.17394e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.84107e-05, Final residual = 2.22986e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000577429, Final residual = 9.75666e-07, No Iterations 18
time step continuity errors : sum local = 1.27541e-10, global = 1.40124e-20, cumulative = -1.85157e-18
DICPCG: Solving for p, Initial residual = 0.000105049, Final residual = 9.16124e-07, No Iterations 6
time step continuity errors : sum local = 1.19766e-10, global = 1.10342e-19, cumulative = -1.74123e-18
BiCGStab: Solving for omega, Initial residual = 2.50727e-05, Final residual = 5.87835e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.82424e-06, Final residual = 8.82424e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.45095e-07, Final residual = 1.08376e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.82542e-07, Final residual = 6.64582e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.03103e-05, Final residual = 3.82715e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000167407, Final residual = 7.27986e-07, No Iterations 6
time step continuity errors : sum local = 9.51962e-11, global = 4.64979e-20, cumulative = -1.69473e-18
DICPCG: Solving for p, Initial residual = 3.00403e-05, Final residual = 6.29648e-07, No Iterations 4
time step continuity errors : sum local = 8.23528e-11, global = 4.8925e-20, cumulative = -1.64581e-18
BiCGStab: Solving for omega, Initial residual = 2.70965e-05, Final residual = 6.07029e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.83407e-06, Final residual = 8.83407e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2536.6 s ClockTime = 2537 s Max(PAc) = 154539 Pa
Courant Number mean: 0.0529268 max: 0.97674 velocity magnitude: 1.31167
deltaT = 0.000480886
Time = 1.50269
--> Cloud: bubbleCloud
Added 132 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 556613
Mass introduced by injector = 5.10094e-10
Number of parcels added continuously = 1179
Mass introduced continuously = 1.05545e-12
Current number of parcels = 3955209
Current mass in system = 4.47261e-09
Number of parcels shifted at least once = 3156
Number of parcel shifts towards cell center = 3162
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00548506, Final user-defined norm residual = 0.000111267
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.39674e-05, Final user-defined norm residual = 1.2257e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.6402e-08, Final user-defined norm residual = 3.77515e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000663617, Final residual = 4.11335e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000544502, Final residual = 3.23519e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0370659, Final residual = 1.22824e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0400164, Final residual = 9.80002e-07, No Iterations 163
time step continuity errors : sum local = 1.45483e-10, global = 3.8375e-21, cumulative = -1.64197e-18
DICPCG: Solving for p, Initial residual = 0.00524923, Final residual = 9.90425e-07, No Iterations 143
time step continuity errors : sum local = 1.53887e-10, global = -8.42621e-20, cumulative = -1.72623e-18
BiCGStab: Solving for omega, Initial residual = 0.000552783, Final residual = 7.22213e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000686605, Final residual = 7.75566e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.23005e-05, Final residual = 1.04846e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.22526e-05, Final residual = 4.50145e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00354487, Final residual = 3.59616e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0111122, Final residual = 9.84266e-07, No Iterations 92
time step continuity errors : sum local = 1.48617e-10, global = -1.16037e-20, cumulative = -1.73783e-18
DICPCG: Solving for p, Initial residual = 0.00211192, Final residual = 9.19044e-07, No Iterations 83
time step continuity errors : sum local = 1.40321e-10, global = 6.15191e-20, cumulative = -1.67632e-18
BiCGStab: Solving for omega, Initial residual = 3.33045e-05, Final residual = 5.45729e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.78352e-06, Final residual = 8.78352e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.26211e-06, Final residual = 4.79854e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.14843e-06, Final residual = 2.6888e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000515916, Final residual = 1.89433e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00214556, Final residual = 9.74015e-07, No Iterations 70
time step continuity errors : sum local = 1.47581e-10, global = 3.5009e-20, cumulative = -1.64131e-18
DICPCG: Solving for p, Initial residual = 0.000385174, Final residual = 9.9329e-07, No Iterations 30
time step continuity errors : sum local = 1.50083e-10, global = 9.00273e-20, cumulative = -1.55128e-18
BiCGStab: Solving for omega, Initial residual = 2.47749e-05, Final residual = 5.86301e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.84896e-06, Final residual = 8.84896e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.22206e-06, Final residual = 5.26884e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.20404e-07, Final residual = 3.23289e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.58494e-05, Final residual = 2.12088e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000591599, Final residual = 9.98895e-07, No Iterations 11
time step continuity errors : sum local = 1.50813e-10, global = 7.95441e-20, cumulative = -1.47174e-18
DICPCG: Solving for p, Initial residual = 0.000104778, Final residual = 8.10507e-07, No Iterations 6
time step continuity errors : sum local = 1.26322e-10, global = -6.39868e-20, cumulative = -1.53572e-18
BiCGStab: Solving for omega, Initial residual = 2.88261e-05, Final residual = 6.72931e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.86332e-06, Final residual = 8.86332e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.55497e-07, Final residual = 1.06176e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.62637e-07, Final residual = 6.5169e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.99037e-05, Final residual = 3.5116e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000167295, Final residual = 8.63749e-07, No Iterations 5
time step continuity errors : sum local = 1.3324e-10, global = -2.12246e-20, cumulative = -1.55695e-18
DICPCG: Solving for p, Initial residual = 3.01972e-05, Final residual = 9.08017e-07, No Iterations 3
time step continuity errors : sum local = 1.3899e-10, global = 2.3458e-20, cumulative = -1.53349e-18
BiCGStab: Solving for omega, Initial residual = 2.7631e-05, Final residual = 7.91533e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.85515e-06, Final residual = 8.85515e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2552.81 s ClockTime = 2553 s Max(PAc) = 155643 Pa
Courant Number mean: 0.0529448 max: 0.977158 velocity magnitude: 1.31142
deltaT = 0.000480886
Time = 1.50317
--> Cloud: bubbleCloud
Added 176 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 556789
Mass introduced by injector = 5.10271e-10
Number of parcels added continuously = 1187
Mass introduced continuously = 1.1289e-12
Current number of parcels = 3956073
Current mass in system = 4.4734e-09
Number of parcels shifted at least once = 3269
Number of parcel shifts towards cell center = 3271
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00572344, Final user-defined norm residual = 0.000136432
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.9355e-05, Final user-defined norm residual = 3.5155e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.56429e-08, Final user-defined norm residual = 2.47734e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000656154, Final residual = 4.02768e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000546743, Final residual = 3.13274e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0389934, Final residual = 9.3464e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0419136, Final residual = 9.59425e-07, No Iterations 256
time step continuity errors : sum local = 1.25002e-10, global = 1.67213e-20, cumulative = -1.51677e-18
DICPCG: Solving for p, Initial residual = 0.00532324, Final residual = 9.92458e-07, No Iterations 142
time step continuity errors : sum local = 1.47672e-10, global = 1.59683e-20, cumulative = -1.5008e-18
BiCGStab: Solving for omega, Initial residual = 0.000556338, Final residual = 5.41182e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000688155, Final residual = 7.90416e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.1569e-05, Final residual = 1.08858e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.14951e-05, Final residual = 4.70003e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00352987, Final residual = 2.93834e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0101041, Final residual = 9.79305e-07, No Iterations 241
time step continuity errors : sum local = 1.27913e-10, global = -4.74882e-20, cumulative = -1.54829e-18
DICPCG: Solving for p, Initial residual = 0.00189966, Final residual = 9.66048e-07, No Iterations 64
time step continuity errors : sum local = 1.2863e-10, global = 4.49923e-20, cumulative = -1.5033e-18
BiCGStab: Solving for omega, Initial residual = 3.13656e-05, Final residual = 5.93941e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.33662e-06, Final residual = 8.33662e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.83777e-06, Final residual = 4.67441e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.13053e-06, Final residual = 2.64572e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000516557, Final residual = 1.68436e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00184689, Final residual = 9.22542e-07, No Iterations 46
time step continuity errors : sum local = 1.23348e-10, global = -1.0829e-19, cumulative = -1.61158e-18
DICPCG: Solving for p, Initial residual = 0.000336418, Final residual = 9.9112e-07, No Iterations 21
time step continuity errors : sum local = 1.32276e-10, global = -1.25856e-19, cumulative = -1.73744e-18
BiCGStab: Solving for omega, Initial residual = 2.04676e-05, Final residual = 4.84244e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.42788e-06, Final residual = 8.42788e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.06241e-06, Final residual = 5.29309e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.3002e-07, Final residual = 2.87713e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.48614e-05, Final residual = 2.2922e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000495389, Final residual = 9.9688e-07, No Iterations 14
time step continuity errors : sum local = 1.33026e-10, global = -1.38847e-20, cumulative = -1.75133e-18
DICPCG: Solving for p, Initial residual = 8.97095e-05, Final residual = 9.6235e-07, No Iterations 6
time step continuity errors : sum local = 1.28495e-10, global = 8.93913e-21, cumulative = -1.74239e-18
BiCGStab: Solving for omega, Initial residual = 1.56943e-05, Final residual = 4.68389e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.43684e-06, Final residual = 8.43684e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.94091e-07, Final residual = 1.13304e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.71354e-07, Final residual = 6.5483e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.89059e-05, Final residual = 3.94215e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000139218, Final residual = 8.83513e-07, No Iterations 5
time step continuity errors : sum local = 1.18193e-10, global = 7.36879e-20, cumulative = -1.6687e-18
DICPCG: Solving for p, Initial residual = 2.58421e-05, Final residual = 8.12053e-07, No Iterations 3
time step continuity errors : sum local = 1.08853e-10, global = 2.71967e-20, cumulative = -1.6415e-18
BiCGStab: Solving for omega, Initial residual = 1.73394e-05, Final residual = 4.75556e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.41861e-06, Final residual = 8.41861e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2569.09 s ClockTime = 2569 s Max(PAc) = 155723 Pa
Courant Number mean: 0.0529629 max: 0.977689 velocity magnitude: 1.31294
deltaT = 0.000480886
Time = 1.50365
--> Cloud: bubbleCloud
Added 163 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 556952
Mass introduced by injector = 5.1041e-10
Number of parcels added continuously = 1191
Mass introduced continuously = 1.0572e-12
Current number of parcels = 3956925
Current mass in system = 4.4741e-09
Number of parcels shifted at least once = 3278
Number of parcel shifts towards cell center = 3281
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00552364, Final user-defined norm residual = 8.48391e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.82452e-05, Final user-defined norm residual = 1.44283e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.10295e-08, Final user-defined norm residual = 3.16527e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000651543, Final residual = 4.25298e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000540581, Final residual = 3.22531e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0383547, Final residual = 9.60144e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0403597, Final residual = 9.22172e-07, No Iterations 163
time step continuity errors : sum local = 1.28869e-10, global = -8.25548e-20, cumulative = -1.72406e-18
DICPCG: Solving for p, Initial residual = 0.0046432, Final residual = 9.81353e-07, No Iterations 142
time step continuity errors : sum local = 1.42768e-10, global = -7.39769e-20, cumulative = -1.79803e-18
BiCGStab: Solving for omega, Initial residual = 0.000545515, Final residual = 5.94916e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00068887, Final residual = 7.93794e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.90149e-05, Final residual = 1.04161e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.0235e-05, Final residual = 4.50685e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00344323, Final residual = 2.73239e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00906541, Final residual = 9.77713e-07, No Iterations 116
time step continuity errors : sum local = 1.39647e-10, global = 5.09528e-20, cumulative = -1.74708e-18
DICPCG: Solving for p, Initial residual = 0.00164527, Final residual = 9.26675e-07, No Iterations 69
time step continuity errors : sum local = 1.332e-10, global = -1.41239e-20, cumulative = -1.7612e-18
BiCGStab: Solving for omega, Initial residual = 2.36825e-05, Final residual = 3.48288e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.36537e-06, Final residual = 8.36537e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.1241e-06, Final residual = 4.60883e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.62925e-06, Final residual = 2.48202e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000512221, Final residual = 1.53299e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0014393, Final residual = 9.44516e-07, No Iterations 43
time step continuity errors : sum local = 1.35615e-10, global = 4.60757e-21, cumulative = -1.7566e-18
DICPCG: Solving for p, Initial residual = 0.00025709, Final residual = 9.87101e-07, No Iterations 17
time step continuity errors : sum local = 1.41065e-10, global = 7.23941e-20, cumulative = -1.6842e-18
BiCGStab: Solving for omega, Initial residual = 1.40727e-05, Final residual = 3.68859e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.47784e-06, Final residual = 8.47784e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.69509e-07, Final residual = 5.73384e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.14122e-07, Final residual = 2.81505e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.65402e-05, Final residual = 2.12472e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000377032, Final residual = 9.65221e-07, No Iterations 11
time step continuity errors : sum local = 1.38241e-10, global = -6.3003e-20, cumulative = -1.74721e-18
DICPCG: Solving for p, Initial residual = 6.68047e-05, Final residual = 9.32839e-07, No Iterations 6
time step continuity errors : sum local = 1.34058e-10, global = 4.36775e-20, cumulative = -1.70353e-18
BiCGStab: Solving for omega, Initial residual = 1.63699e-05, Final residual = 4.98447e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.47246e-06, Final residual = 8.47246e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.19238e-07, Final residual = 1.17739e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.15641e-07, Final residual = 5.4436e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.07251e-05, Final residual = 3.52288e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000101196, Final residual = 7.84445e-07, No Iterations 5
time step continuity errors : sum local = 1.14932e-10, global = -4.74239e-20, cumulative = -1.75095e-18
DICPCG: Solving for p, Initial residual = 1.86951e-05, Final residual = 7.97065e-07, No Iterations 3
time step continuity errors : sum local = 1.16557e-10, global = -6.23825e-20, cumulative = -1.81333e-18
BiCGStab: Solving for omega, Initial residual = 2.0308e-05, Final residual = 6.56648e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.46724e-06, Final residual = 8.46724e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2585.46 s ClockTime = 2585 s Max(PAc) = 155037 Pa
Courant Number mean: 0.052981 max: 0.980997 velocity magnitude: 1.31693
deltaT = 0.000480886
Time = 1.50413
--> Cloud: bubbleCloud
Added 163 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 557115
Mass introduced by injector = 5.10562e-10
Number of parcels added continuously = 1136
Mass introduced continuously = 1.09213e-12
Current number of parcels = 3957699
Current mass in system = 4.47482e-09
Number of parcels shifted at least once = 3247
Number of parcel shifts towards cell center = 3251
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00567938, Final user-defined norm residual = 6.38267e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.37163e-05, Final user-defined norm residual = 4.92813e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.05906e-08, Final user-defined norm residual = 2.34534e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000658945, Final residual = 4.12258e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00054061, Final residual = 3.33145e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0391609, Final residual = 1.20545e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0470685, Final residual = 9.25816e-07, No Iterations 260
time step continuity errors : sum local = 1.19964e-10, global = -4.65714e-20, cumulative = -1.85991e-18
DICPCG: Solving for p, Initial residual = 0.00573013, Final residual = 9.34451e-07, No Iterations 94
time step continuity errors : sum local = 1.23527e-10, global = -5.69964e-20, cumulative = -1.9169e-18
BiCGStab: Solving for omega, Initial residual = 0.000551615, Final residual = 6.09163e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000689124, Final residual = 7.94493e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.81932e-05, Final residual = 1.06028e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.05982e-05, Final residual = 4.27264e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00359839, Final residual = 3.05493e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00917765, Final residual = 9.61235e-07, No Iterations 113
time step continuity errors : sum local = 1.28698e-10, global = 3.58213e-20, cumulative = -1.88108e-18
DICPCG: Solving for p, Initial residual = 0.00160124, Final residual = 9.87692e-07, No Iterations 66
time step continuity errors : sum local = 1.31947e-10, global = -3.47684e-20, cumulative = -1.91585e-18
BiCGStab: Solving for omega, Initial residual = 3.06201e-05, Final residual = 8.72898e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.45251e-06, Final residual = 8.45251e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.66739e-06, Final residual = 4.60039e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.66058e-06, Final residual = 2.57638e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000524654, Final residual = 1.65948e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00139075, Final residual = 9.88588e-07, No Iterations 30
time step continuity errors : sum local = 1.32039e-10, global = 3.93196e-20, cumulative = -1.87653e-18
DICPCG: Solving for p, Initial residual = 0.000232627, Final residual = 9.81824e-07, No Iterations 12
time step continuity errors : sum local = 1.31146e-10, global = 1.8768e-20, cumulative = -1.85776e-18
BiCGStab: Solving for omega, Initial residual = 2.19473e-05, Final residual = 7.81559e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.55486e-06, Final residual = 8.55486e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.21799e-07, Final residual = 5.96461e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.96331e-07, Final residual = 2.96059e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.39044e-05, Final residual = 2.31159e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000316962, Final residual = 9.97964e-07, No Iterations 14
time step continuity errors : sum local = 1.33249e-10, global = 1.87707e-20, cumulative = -1.83899e-18
DICPCG: Solving for p, Initial residual = 5.22719e-05, Final residual = 9.4179e-07, No Iterations 6
time step continuity errors : sum local = 1.2593e-10, global = -5.50689e-20, cumulative = -1.89406e-18
BiCGStab: Solving for omega, Initial residual = 2.039e-05, Final residual = 8.32782e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.5428e-06, Final residual = 8.5428e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.60499e-07, Final residual = 1.44099e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.02124e-07, Final residual = 7.00863e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.8963e-05, Final residual = 3.86347e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.05909e-05, Final residual = 9.74727e-07, No Iterations 5
time step continuity errors : sum local = 1.30217e-10, global = 2.71639e-20, cumulative = -1.8669e-18
DICPCG: Solving for p, Initial residual = 1.5027e-05, Final residual = 7.03239e-07, No Iterations 3
time step continuity errors : sum local = 9.48753e-11, global = 9.79872e-21, cumulative = -1.8571e-18
BiCGStab: Solving for omega, Initial residual = 2.32576e-05, Final residual = 8.42708e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.55169e-06, Final residual = 8.55169e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2601.79 s ClockTime = 2602 s Max(PAc) = 155617 Pa
Courant Number mean: 0.0529986 max: 0.983702 velocity magnitude: 1.31915
deltaT = 0.000480886
Time = 1.50461
--> Cloud: bubbleCloud
Added 154 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 557269
Mass introduced by injector = 5.10696e-10
Number of parcels added continuously = 1216
Mass introduced continuously = 1.08867e-12
Current number of parcels = 3958588
Current mass in system = 4.47559e-09
Number of parcels shifted at least once = 3326
Number of parcel shifts towards cell center = 3328
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00554976, Final user-defined norm residual = 9.14309e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.96443e-05, Final user-defined norm residual = 8.21245e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.76447e-08, Final user-defined norm residual = 4.58659e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000660113, Final residual = 4.4576e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000541529, Final residual = 3.10116e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0395087, Final residual = 1.08842e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0437276, Final residual = 9.74921e-07, No Iterations 259
time step continuity errors : sum local = 1.27151e-10, global = -2.60507e-20, cumulative = -1.88315e-18
DICPCG: Solving for p, Initial residual = 0.00552156, Final residual = 9.81234e-07, No Iterations 142
time step continuity errors : sum local = 1.35387e-10, global = -4.96549e-20, cumulative = -1.9328e-18
BiCGStab: Solving for omega, Initial residual = 0.000542562, Final residual = 8.10101e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000689477, Final residual = 7.94524e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.9835e-05, Final residual = 1.1038e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.1075e-05, Final residual = 4.56815e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00377049, Final residual = 3.05463e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00963902, Final residual = 8.93232e-07, No Iterations 94
time step continuity errors : sum local = 1.28745e-10, global = 4.10931e-21, cumulative = -1.92869e-18
DICPCG: Solving for p, Initial residual = 0.00171952, Final residual = 9.79813e-07, No Iterations 66
time step continuity errors : sum local = 1.39748e-10, global = 3.02643e-20, cumulative = -1.89843e-18
BiCGStab: Solving for omega, Initial residual = 3.13106e-05, Final residual = 7.36442e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.794e-06, Final residual = 8.794e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.25212e-06, Final residual = 4.5535e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.77965e-06, Final residual = 2.6301e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000570562, Final residual = 1.68992e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00159739, Final residual = 9.75741e-07, No Iterations 61
time step continuity errors : sum local = 1.39039e-10, global = 3.98917e-20, cumulative = -1.85854e-18
DICPCG: Solving for p, Initial residual = 0.000270965, Final residual = 9.72591e-07, No Iterations 37
time step continuity errors : sum local = 1.38642e-10, global = 2.6302e-20, cumulative = -1.83224e-18
BiCGStab: Solving for omega, Initial residual = 2.61754e-05, Final residual = 7.92648e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.86652e-06, Final residual = 8.86652e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.76035e-07, Final residual = 6.05218e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.50443e-07, Final residual = 3.21259e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000105656, Final residual = 2.42046e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000423272, Final residual = 9.84971e-07, No Iterations 22
time step continuity errors : sum local = 1.40257e-10, global = 4.58842e-20, cumulative = -1.78635e-18
DICPCG: Solving for p, Initial residual = 7.24472e-05, Final residual = 9.98159e-07, No Iterations 6
time step continuity errors : sum local = 1.41973e-10, global = 2.38983e-20, cumulative = -1.76245e-18
BiCGStab: Solving for omega, Initial residual = 3.27574e-05, Final residual = 9.81373e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.8713e-06, Final residual = 8.8713e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.43932e-07, Final residual = 1.20339e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.2247e-07, Final residual = 6.65707e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.20117e-05, Final residual = 4.10104e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000121044, Final residual = 8.30623e-07, No Iterations 5
time step continuity errors : sum local = 1.2007e-10, global = 3.92768e-20, cumulative = -1.72318e-18
DICPCG: Solving for p, Initial residual = 2.01614e-05, Final residual = 7.30067e-07, No Iterations 3
time step continuity errors : sum local = 1.06923e-10, global = -1.30411e-20, cumulative = -1.73622e-18
BiCGStab: Solving for omega, Initial residual = 3.33092e-05, Final residual = 1.18605e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.86883e-06, Final residual = 8.86883e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2618.24 s ClockTime = 2618 s Max(PAc) = 154366 Pa
Courant Number mean: 0.0530163 max: 0.979628 velocity magnitude: 1.31555
deltaT = 0.000480886
Time = 1.50509
--> Cloud: bubbleCloud
Added 173 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 557442
Mass introduced by injector = 5.10839e-10
Number of parcels added continuously = 1200
Mass introduced continuously = 1.06787e-12
Current number of parcels = 3959465
Current mass in system = 4.47631e-09
Number of parcels shifted at least once = 3241
Number of parcel shifts towards cell center = 3248
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00575973, Final user-defined norm residual = 8.10943e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.74243e-05, Final user-defined norm residual = 1.09342e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.34942e-08, Final user-defined norm residual = 8.2997e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000665531, Final residual = 4.46749e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000547442, Final residual = 3.19722e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0400471, Final residual = 1.02333e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0463541, Final residual = 8.9495e-07, No Iterations 266
time step continuity errors : sum local = 1.169e-10, global = 4.58211e-20, cumulative = -1.6904e-18
DICPCG: Solving for p, Initial residual = 0.00610538, Final residual = 9.30549e-07, No Iterations 149
time step continuity errors : sum local = 1.39486e-10, global = -2.87405e-20, cumulative = -1.71914e-18
BiCGStab: Solving for omega, Initial residual = 0.000562133, Final residual = 7.3546e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000689503, Final residual = 7.94055e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.22614e-05, Final residual = 1.17515e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.18282e-05, Final residual = 4.57414e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00369901, Final residual = 3.22914e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0104794, Final residual = 9.89472e-07, No Iterations 141
time step continuity errors : sum local = 1.44538e-10, global = 4.96378e-20, cumulative = -1.6695e-18
DICPCG: Solving for p, Initial residual = 0.00180409, Final residual = 9.89717e-07, No Iterations 90
time step continuity errors : sum local = 1.44679e-10, global = 4.33583e-20, cumulative = -1.62614e-18
BiCGStab: Solving for omega, Initial residual = 3.63761e-05, Final residual = 1.15806e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.87159e-06, Final residual = 8.87159e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.94062e-06, Final residual = 5.20045e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.1501e-06, Final residual = 2.80056e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000559694, Final residual = 1.74383e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00196662, Final residual = 9.71415e-07, No Iterations 77
time step continuity errors : sum local = 1.42442e-10, global = -2.0333e-20, cumulative = -1.64647e-18
DICPCG: Solving for p, Initial residual = 0.00033823, Final residual = 9.61473e-07, No Iterations 45
time step continuity errors : sum local = 1.41035e-10, global = -1.46623e-21, cumulative = -1.64794e-18
BiCGStab: Solving for omega, Initial residual = 2.53338e-05, Final residual = 1.05919e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.95839e-06, Final residual = 8.95839e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.12792e-06, Final residual = 6.64804e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.41776e-07, Final residual = 3.15208e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000107267, Final residual = 2.3169e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00050673, Final residual = 9.6319e-07, No Iterations 19
time step continuity errors : sum local = 1.41255e-10, global = -3.78854e-20, cumulative = -1.68583e-18
DICPCG: Solving for p, Initial residual = 8.92937e-05, Final residual = 9.59379e-07, No Iterations 7
time step continuity errors : sum local = 1.40748e-10, global = 5.68173e-20, cumulative = -1.62901e-18
BiCGStab: Solving for omega, Initial residual = 2.35085e-05, Final residual = 1.0755e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.96828e-06, Final residual = 8.96828e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.21794e-07, Final residual = 1.18498e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.64125e-07, Final residual = 6.58173e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.28713e-05, Final residual = 3.87675e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000152159, Final residual = 8.14379e-07, No Iterations 6
time step continuity errors : sum local = 1.21783e-10, global = 4.70602e-20, cumulative = -1.58195e-18
DICPCG: Solving for p, Initial residual = 2.59536e-05, Final residual = 8.28771e-07, No Iterations 3
time step continuity errors : sum local = 1.23664e-10, global = -1.80495e-20, cumulative = -1.6e-18
BiCGStab: Solving for omega, Initial residual = 2.43711e-05, Final residual = 1.08618e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.97227e-06, Final residual = 8.97227e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2634.51 s ClockTime = 2635 s Max(PAc) = 154492 Pa
Courant Number mean: 0.0530328 max: 0.97364 velocity magnitude: 1.30751
deltaT = 0.000480886
Time = 1.50557
--> Cloud: bubbleCloud
Added 156 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 557598
Mass introduced by injector = 5.10982e-10
Number of parcels added continuously = 1153
Mass introduced continuously = 1.08424e-12
Current number of parcels = 3960318
Current mass in system = 4.47708e-09
Number of parcels shifted at least once = 3198
Number of parcel shifts towards cell center = 3201
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00569111, Final user-defined norm residual = 7.25508e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.55865e-05, Final user-defined norm residual = 5.40563e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.16134e-08, Final user-defined norm residual = 2.28786e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00067103, Final residual = 4.41141e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000550955, Final residual = 3.33541e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0412106, Final residual = 1.16633e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0508878, Final residual = 9.17469e-07, No Iterations 256
time step continuity errors : sum local = 1.19671e-10, global = -8.59074e-20, cumulative = -1.6859e-18
DICPCG: Solving for p, Initial residual = 0.00711119, Final residual = 9.18213e-07, No Iterations 132
time step continuity errors : sum local = 1.21538e-10, global = -3.49325e-21, cumulative = -1.6894e-18
BiCGStab: Solving for omega, Initial residual = 0.000562326, Final residual = 7.6775e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000689486, Final residual = 7.90458e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.21651e-05, Final residual = 1.14479e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.19789e-05, Final residual = 4.52437e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00389827, Final residual = 3.34881e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0110593, Final residual = 9.14018e-07, No Iterations 135
time step continuity errors : sum local = 1.25776e-10, global = -3.27505e-20, cumulative = -1.72215e-18
DICPCG: Solving for p, Initial residual = 0.00196024, Final residual = 8.52281e-07, No Iterations 94
time step continuity errors : sum local = 1.17607e-10, global = -1.47025e-21, cumulative = -1.72362e-18
BiCGStab: Solving for omega, Initial residual = 3.0035e-05, Final residual = 8.19643e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.08984e-06, Final residual = 9.08984e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.21694e-06, Final residual = 5.0811e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.10279e-06, Final residual = 2.77785e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000587777, Final residual = 1.87014e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00200016, Final residual = 9.47323e-07, No Iterations 70
time step continuity errors : sum local = 1.29758e-10, global = -7.65313e-21, cumulative = -1.73127e-18
DICPCG: Solving for p, Initial residual = 0.000355437, Final residual = 9.57815e-07, No Iterations 29
time step continuity errors : sum local = 1.3114e-10, global = -3.41099e-20, cumulative = -1.76538e-18
BiCGStab: Solving for omega, Initial residual = 1.66594e-05, Final residual = 7.64619e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.1623e-06, Final residual = 9.1623e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.12331e-06, Final residual = 5.64525e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.83128e-07, Final residual = 2.95804e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000114099, Final residual = 2.57478e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000564307, Final residual = 9.63813e-07, No Iterations 25
time step continuity errors : sum local = 1.31939e-10, global = 7.26033e-20, cumulative = -1.69278e-18
DICPCG: Solving for p, Initial residual = 9.94995e-05, Final residual = 9.00527e-07, No Iterations 7
time step continuity errors : sum local = 1.23705e-10, global = 5.39624e-20, cumulative = -1.63882e-18
BiCGStab: Solving for omega, Initial residual = 1.65228e-05, Final residual = 8.8444e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.19372e-06, Final residual = 9.19372e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.13718e-07, Final residual = 1.07861e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.83946e-07, Final residual = 6.4713e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.47176e-05, Final residual = 4.40881e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000162651, Final residual = 8.53834e-07, No Iterations 7
time step continuity errors : sum local = 1.17628e-10, global = 8.60951e-21, cumulative = -1.63021e-18
DICPCG: Solving for p, Initial residual = 2.8203e-05, Final residual = 6.8147e-07, No Iterations 4
time step continuity errors : sum local = 9.5203e-11, global = 2.67868e-20, cumulative = -1.60342e-18
BiCGStab: Solving for omega, Initial residual = 1.8084e-05, Final residual = 9.7495e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.15717e-06, Final residual = 9.15717e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2650.98 s ClockTime = 2651 s Max(PAc) = 153836 Pa
Courant Number mean: 0.053049 max: 0.965959 velocity magnitude: 1.29719
deltaT = 0.000497468
Time = 1.50607
--> Cloud: bubbleCloud
Added 177 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 557775
Mass introduced by injector = 5.11158e-10
Number of parcels added continuously = 1157
Mass introduced continuously = 1.11788e-12
Current number of parcels = 3961159
Current mass in system = 4.47789e-09
Number of parcels shifted at least once = 3397
Number of parcel shifts towards cell center = 3399
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00591589, Final user-defined norm residual = 6.55864e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.4088e-05, Final user-defined norm residual = 4.19133e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.00315e-09, Final user-defined norm residual = 2.6414e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000690524, Final residual = 5.47008e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000568501, Final residual = 4.13507e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0445892, Final residual = 1.70265e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0516344, Final residual = 9.02706e-07, No Iterations 229
time step continuity errors : sum local = 1.23285e-10, global = -8.10612e-20, cumulative = -1.68448e-18
DICPCG: Solving for p, Initial residual = 0.00639925, Final residual = 9.73852e-07, No Iterations 112
time step continuity errors : sum local = 1.56104e-10, global = -6.96361e-20, cumulative = -1.75412e-18
BiCGStab: Solving for omega, Initial residual = 0.000584797, Final residual = 9.07282e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000713113, Final residual = 9.00897e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.44075e-05, Final residual = 1.27866e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.31539e-05, Final residual = 5.12623e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00421286, Final residual = 4.80925e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0121288, Final residual = 9.17242e-07, No Iterations 245
time step continuity errors : sum local = 1.2435e-10, global = -7.48886e-20, cumulative = -1.82901e-18
DICPCG: Solving for p, Initial residual = 0.00216762, Final residual = 9.66272e-07, No Iterations 87
time step continuity errors : sum local = 1.34281e-10, global = 1.47886e-20, cumulative = -1.81422e-18
BiCGStab: Solving for omega, Initial residual = 3.34415e-05, Final residual = 1.11304e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.47499e-06, Final residual = 9.47499e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.57145e-06, Final residual = 5.71837e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.31552e-06, Final residual = 3.12831e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000613975, Final residual = 2.53103e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00239099, Final residual = 9.99025e-07, No Iterations 47
time step continuity errors : sum local = 1.39469e-10, global = 9.04195e-20, cumulative = -1.7238e-18
DICPCG: Solving for p, Initial residual = 0.000414236, Final residual = 9.74114e-07, No Iterations 35
time step continuity errors : sum local = 1.36083e-10, global = 4.51581e-20, cumulative = -1.67864e-18
BiCGStab: Solving for omega, Initial residual = 2.01285e-05, Final residual = 9.7012e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.54623e-06, Final residual = 9.54623e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.24612e-06, Final residual = 5.84368e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.04284e-07, Final residual = 2.96825e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000112701, Final residual = 3.09402e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000652893, Final residual = 9.45838e-07, No Iterations 19
time step continuity errors : sum local = 1.32285e-10, global = -3.94596e-20, cumulative = -1.7181e-18
DICPCG: Solving for p, Initial residual = 0.00010637, Final residual = 9.78516e-07, No Iterations 7
time step continuity errors : sum local = 1.36721e-10, global = -5.68549e-22, cumulative = -1.71867e-18
BiCGStab: Solving for omega, Initial residual = 2.12388e-05, Final residual = 9.96205e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.52113e-06, Final residual = 9.52113e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.69612e-07, Final residual = 1.18781e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.63512e-07, Final residual = 6.00539e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.37529e-05, Final residual = 5.17231e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000189508, Final residual = 7.88107e-07, No Iterations 7
time step continuity errors : sum local = 1.10896e-10, global = 4.38331e-20, cumulative = -1.67483e-18
DICPCG: Solving for p, Initial residual = 3.0084e-05, Final residual = 6.5372e-07, No Iterations 4
time step continuity errors : sum local = 9.26682e-11, global = 1.24259e-19, cumulative = -1.55057e-18
BiCGStab: Solving for omega, Initial residual = 2.35832e-05, Final residual = 1.12838e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.53732e-06, Final residual = 9.53732e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2667.45 s ClockTime = 2667 s Max(PAc) = 153666 Pa
Courant Number mean: 0.0548958 max: 0.98907 velocity magnitude: 1.28812
deltaT = 0.000497468
Time = 1.50657
--> Cloud: bubbleCloud
Added 158 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 557933
Mass introduced by injector = 5.11316e-10
Number of parcels added continuously = 1188
Mass introduced continuously = 1.10881e-12
Current number of parcels = 3962020
Current mass in system = 4.47862e-09
Number of parcels shifted at least once = 3312
Number of parcel shifts towards cell center = 3320
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00598163, Final user-defined norm residual = 8.06167e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.73222e-05, Final user-defined norm residual = 1.20743e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.59446e-08, Final user-defined norm residual = 1.1854e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000686603, Final residual = 5.47209e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000563447, Final residual = 4.32547e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0433054, Final residual = 1.68475e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0492018, Final residual = 9.42136e-07, No Iterations 246
time step continuity errors : sum local = 1.2847e-10, global = -4.54713e-20, cumulative = -1.59605e-18
DICPCG: Solving for p, Initial residual = 0.00627018, Final residual = 9.46634e-07, No Iterations 130
time step continuity errors : sum local = 1.30142e-10, global = -2.50439e-20, cumulative = -1.62109e-18
BiCGStab: Solving for omega, Initial residual = 0.000594457, Final residual = 6.15563e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000712651, Final residual = 8.92918e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.31496e-05, Final residual = 1.20599e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.15527e-05, Final residual = 5.17098e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00396365, Final residual = 4.35793e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.010446, Final residual = 9.0739e-07, No Iterations 134
time step continuity errors : sum local = 1.25679e-10, global = 2.3288e-20, cumulative = -1.5978e-18
DICPCG: Solving for p, Initial residual = 0.00188547, Final residual = 9.51875e-07, No Iterations 86
time step continuity errors : sum local = 1.31489e-10, global = -7.33067e-21, cumulative = -1.60513e-18
BiCGStab: Solving for omega, Initial residual = 3.36818e-05, Final residual = 7.77783e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.01357e-05, Final residual = 1.06029e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.19304e-06, Final residual = 5.48199e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.10361e-06, Final residual = 2.96123e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000598874, Final residual = 2.36703e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00214409, Final residual = 8.9748e-07, No Iterations 46
time step continuity errors : sum local = 1.23653e-10, global = 6.84024e-21, cumulative = -1.59829e-18
DICPCG: Solving for p, Initial residual = 0.00033284, Final residual = 9.62324e-07, No Iterations 29
time step continuity errors : sum local = 1.32574e-10, global = 1.07318e-19, cumulative = -1.49097e-18
BiCGStab: Solving for omega, Initial residual = 2.74839e-05, Final residual = 8.06734e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.42163e-06, Final residual = 2.42163e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.19981e-06, Final residual = 5.99693e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.14215e-07, Final residual = 2.99929e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000108834, Final residual = 2.86507e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000554913, Final residual = 9.07288e-07, No Iterations 16
time step continuity errors : sum local = 1.24993e-10, global = -5.16938e-20, cumulative = -1.54267e-18
DICPCG: Solving for p, Initial residual = 8.64721e-05, Final residual = 9.23883e-07, No Iterations 7
time step continuity errors : sum local = 1.27265e-10, global = -8.75477e-21, cumulative = -1.55142e-18
BiCGStab: Solving for omega, Initial residual = 3.09924e-05, Final residual = 9.16845e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.41517e-06, Final residual = 2.41517e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.1519e-07, Final residual = 1.13644e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.60748e-07, Final residual = 6.2313e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.24918e-05, Final residual = 4.89961e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000163141, Final residual = 9.43771e-07, No Iterations 7
time step continuity errors : sum local = 1.29998e-10, global = -6.30378e-20, cumulative = -1.61446e-18
DICPCG: Solving for p, Initial residual = 2.64205e-05, Final residual = 7.91858e-07, No Iterations 4
time step continuity errors : sum local = 1.09101e-10, global = -8.36645e-20, cumulative = -1.69812e-18
BiCGStab: Solving for omega, Initial residual = 3.3325e-05, Final residual = 1.02761e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.45204e-06, Final residual = 2.45204e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2683.97 s ClockTime = 2684 s Max(PAc) = 153327 Pa
Courant Number mean: 0.0549136 max: 0.988379 velocity magnitude: 1.27603
deltaT = 0.000497468
Time = 1.50707
--> Cloud: bubbleCloud
Added 227 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 558160
Mass introduced by injector = 5.11489e-10
Number of parcels added continuously = 1168
Mass introduced continuously = 1.079e-12
Current number of parcels = 3962893
Current mass in system = 4.47931e-09
Number of parcels shifted at least once = 3359
Number of parcel shifts towards cell center = 3366
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00643186, Final user-defined norm residual = 0.000149649
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.21878e-05, Final user-defined norm residual = 2.8751e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.18429e-08, Final user-defined norm residual = 5.49891e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000691058, Final residual = 5.4155e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000569697, Final residual = 4.16745e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0451837, Final residual = 1.84625e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0483644, Final residual = 8.77533e-07, No Iterations 258
time step continuity errors : sum local = 1.20644e-10, global = 3.08916e-20, cumulative = -1.66723e-18
DICPCG: Solving for p, Initial residual = 0.00607925, Final residual = 9.83911e-07, No Iterations 140
time step continuity errors : sum local = 1.43927e-10, global = -2.33834e-20, cumulative = -1.69062e-18
BiCGStab: Solving for omega, Initial residual = 0.000593869, Final residual = 8.71533e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000712567, Final residual = 8.88911e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.37237e-05, Final residual = 1.31365e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.2422e-05, Final residual = 5.38158e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00444732, Final residual = 4.39463e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0104306, Final residual = 9.9127e-07, No Iterations 111
time step continuity errors : sum local = 1.4582e-10, global = -2.11535e-20, cumulative = -1.71177e-18
DICPCG: Solving for p, Initial residual = 0.0018062, Final residual = 9.74381e-07, No Iterations 76
time step continuity errors : sum local = 1.44489e-10, global = -1.66649e-20, cumulative = -1.72844e-18
BiCGStab: Solving for omega, Initial residual = 4.3131e-05, Final residual = 1.03238e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.06554e-05, Final residual = 1.11152e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.39898e-06, Final residual = 5.82789e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.199e-06, Final residual = 3.13692e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000712966, Final residual = 2.37431e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00208179, Final residual = 9.83662e-07, No Iterations 43
time step continuity errors : sum local = 1.46113e-10, global = 1.72109e-20, cumulative = -1.71122e-18
DICPCG: Solving for p, Initial residual = 0.000322986, Final residual = 9.36566e-07, No Iterations 26
time step continuity errors : sum local = 1.39596e-10, global = -5.68352e-21, cumulative = -1.71691e-18
BiCGStab: Solving for omega, Initial residual = 3.90798e-05, Final residual = 9.86631e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.18819e-06, Final residual = 3.18819e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.03914e-06, Final residual = 6.79394e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.24623e-07, Final residual = 3.85495e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000143707, Final residual = 3.16084e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000522903, Final residual = 9.5534e-07, No Iterations 18
time step continuity errors : sum local = 1.42177e-10, global = 2.85419e-20, cumulative = -1.68837e-18
DICPCG: Solving for p, Initial residual = 8.59286e-05, Final residual = 8.84324e-07, No Iterations 8
time step continuity errors : sum local = 1.32376e-10, global = 8.79317e-21, cumulative = -1.67957e-18
BiCGStab: Solving for omega, Initial residual = 4.0644e-05, Final residual = 1.25488e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.22854e-06, Final residual = 3.22854e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.04568e-07, Final residual = 1.44835e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.76261e-07, Final residual = 7.57438e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.1924e-05, Final residual = 5.32986e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000143559, Final residual = 8.0891e-07, No Iterations 8
time step continuity errors : sum local = 1.21991e-10, global = 6.40371e-20, cumulative = -1.61554e-18
DICPCG: Solving for p, Initial residual = 2.40149e-05, Final residual = 8.1421e-07, No Iterations 4
time step continuity errors : sum local = 1.22717e-10, global = -1.11281e-20, cumulative = -1.62666e-18
BiCGStab: Solving for omega, Initial residual = 4.78586e-05, Final residual = 1.38362e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.21985e-06, Final residual = 3.21985e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2700.28 s ClockTime = 2700 s Max(PAc) = 153229 Pa
Courant Number mean: 0.0549314 max: 0.98987 velocity magnitude: 1.26255
deltaT = 0.000497468
Time = 1.50756
--> Cloud: bubbleCloud
Added 179 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 558339
Mass introduced by injector = 5.1169e-10
Number of parcels added continuously = 1137
Mass introduced continuously = 1.0753e-12
Current number of parcels = 3963682
Current mass in system = 4.48008e-09
Number of parcels shifted at least once = 3437
Number of parcel shifts towards cell center = 3443
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0062506, Final user-defined norm residual = 0.000108085
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.32585e-05, Final user-defined norm residual = 1.73357e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.73045e-08, Final user-defined norm residual = 2.79458e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000694792, Final residual = 5.60389e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.0005725, Final residual = 4.02304e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0444444, Final residual = 1.41368e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0572187, Final residual = 8.49664e-07, No Iterations 265
time step continuity errors : sum local = 1.15475e-10, global = -3.56819e-20, cumulative = -1.66235e-18
DICPCG: Solving for p, Initial residual = 0.00754415, Final residual = 9.54722e-07, No Iterations 146
time step continuity errors : sum local = 1.33229e-10, global = -4.95026e-20, cumulative = -1.71185e-18
BiCGStab: Solving for omega, Initial residual = 0.000604338, Final residual = 5.83518e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00071338, Final residual = 8.91482e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.55444e-05, Final residual = 1.27481e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.24024e-05, Final residual = 5.30303e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00408554, Final residual = 4.04701e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0114539, Final residual = 9.96219e-07, No Iterations 107
time step continuity errors : sum local = 1.42226e-10, global = -6.21724e-20, cumulative = -1.77402e-18
DICPCG: Solving for p, Initial residual = 0.00198278, Final residual = 9.30242e-07, No Iterations 104
time step continuity errors : sum local = 1.3457e-10, global = 1.29437e-22, cumulative = -1.77389e-18
BiCGStab: Solving for omega, Initial residual = 4.86288e-05, Final residual = 1.19167e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.09931e-05, Final residual = 1.2148e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.60775e-06, Final residual = 6.52558e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.2026e-06, Final residual = 3.43729e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00061698, Final residual = 2.34288e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00195952, Final residual = 9.63847e-07, No Iterations 61
time step continuity errors : sum local = 1.39585e-10, global = -1.79336e-20, cumulative = -1.79182e-18
DICPCG: Solving for p, Initial residual = 0.000321017, Final residual = 9.52345e-07, No Iterations 35
time step continuity errors : sum local = 1.38014e-10, global = 6.88716e-21, cumulative = -1.78494e-18
BiCGStab: Solving for omega, Initial residual = 3.7833e-05, Final residual = 1.30988e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.6087e-06, Final residual = 3.6087e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.15572e-06, Final residual = 7.9552e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.73442e-07, Final residual = 3.80671e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000114036, Final residual = 3.06237e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000511468, Final residual = 9.51766e-07, No Iterations 20
time step continuity errors : sum local = 1.37948e-10, global = -4.29805e-20, cumulative = -1.82792e-18
DICPCG: Solving for p, Initial residual = 8.55327e-05, Final residual = 9.46379e-07, No Iterations 9
time step continuity errors : sum local = 1.37203e-10, global = -5.17652e-20, cumulative = -1.87968e-18
BiCGStab: Solving for omega, Initial residual = 4.27828e-05, Final residual = 1.40564e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.57123e-06, Final residual = 3.57123e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.20869e-07, Final residual = 1.51984e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.75024e-07, Final residual = 8.21431e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.37275e-05, Final residual = 5.1571e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000141876, Final residual = 8.92898e-07, No Iterations 8
time step continuity errors : sum local = 1.29958e-10, global = -2.42639e-20, cumulative = -1.90395e-18
DICPCG: Solving for p, Initial residual = 2.23274e-05, Final residual = 8.39806e-07, No Iterations 4
time step continuity errors : sum local = 1.22763e-10, global = 4.81084e-20, cumulative = -1.85584e-18
BiCGStab: Solving for omega, Initial residual = 4.35925e-05, Final residual = 1.80416e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.64539e-06, Final residual = 3.64539e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2717.02 s ClockTime = 2717 s Max(PAc) = 154063 Pa
Courant Number mean: 0.0549495 max: 0.996052 velocity magnitude: 1.25177
deltaT = 0.000497468
Time = 1.50806
--> Cloud: bubbleCloud
Added 143 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 558482
Mass introduced by injector = 5.11811e-10
Number of parcels added continuously = 1253
Mass introduced continuously = 1.16057e-12
Current number of parcels = 3964587
Current mass in system = 4.48074e-09
Number of parcels shifted at least once = 3281
Number of parcel shifts towards cell center = 3285
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00601754, Final user-defined norm residual = 8.24233e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.77421e-05, Final user-defined norm residual = 1.00081e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.15432e-08, Final user-defined norm residual = 2.70108e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000694917, Final residual = 5.60415e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000579112, Final residual = 4.32962e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0459049, Final residual = 1.44227e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0491452, Final residual = 9.35798e-07, No Iterations 249
time step continuity errors : sum local = 1.26829e-10, global = -9.29072e-21, cumulative = -1.86513e-18
DICPCG: Solving for p, Initial residual = 0.00602238, Final residual = 9.34658e-07, No Iterations 107
time step continuity errors : sum local = 1.28659e-10, global = 4.12869e-20, cumulative = -1.82384e-18
BiCGStab: Solving for omega, Initial residual = 0.000611728, Final residual = 1.00753e-07, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00071322, Final residual = 9.06719e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.63786e-05, Final residual = 1.27075e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.33801e-05, Final residual = 5.29275e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00428119, Final residual = 4.04178e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0113699, Final residual = 9.75925e-07, No Iterations 111
time step continuity errors : sum local = 1.33722e-10, global = -9.29847e-20, cumulative = -1.91683e-18
DICPCG: Solving for p, Initial residual = 0.00213099, Final residual = 9.59013e-07, No Iterations 94
time step continuity errors : sum local = 1.32552e-10, global = 1.04047e-20, cumulative = -1.90642e-18
BiCGStab: Solving for omega, Initial residual = 4.23956e-05, Final residual = 1.10457e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.1377e-05, Final residual = 1.31475e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.1575e-06, Final residual = 6.27073e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.66782e-06, Final residual = 3.2388e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000651106, Final residual = 2.30617e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00213028, Final residual = 9.64161e-07, No Iterations 59
time step continuity errors : sum local = 1.33706e-10, global = 4.10804e-21, cumulative = -1.90231e-18
DICPCG: Solving for p, Initial residual = 0.000375531, Final residual = 9.47319e-07, No Iterations 22
time step continuity errors : sum local = 1.31434e-10, global = -2.91118e-20, cumulative = -1.93143e-18
BiCGStab: Solving for omega, Initial residual = 3.12455e-05, Final residual = 8.93375e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.62703e-06, Final residual = 3.62703e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.34166e-06, Final residual = 8.01017e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.62902e-07, Final residual = 3.89564e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000122519, Final residual = 3.01491e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00055499, Final residual = 9.9947e-07, No Iterations 17
time step continuity errors : sum local = 1.38535e-10, global = 3.25322e-20, cumulative = -1.89889e-18
DICPCG: Solving for p, Initial residual = 9.80416e-05, Final residual = 9.43097e-07, No Iterations 8
time step continuity errors : sum local = 1.30844e-10, global = -1.22895e-19, cumulative = -2.02179e-18
BiCGStab: Solving for omega, Initial residual = 2.96651e-05, Final residual = 1.09731e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.58188e-06, Final residual = 3.58188e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.78249e-07, Final residual = 1.71909e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.04212e-07, Final residual = 8.63346e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.49139e-05, Final residual = 5.08812e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000157126, Final residual = 9.13795e-07, No Iterations 7
time step continuity errors : sum local = 1.26848e-10, global = -1.57311e-20, cumulative = -2.03752e-18
DICPCG: Solving for p, Initial residual = 2.99106e-05, Final residual = 7.56129e-07, No Iterations 4
time step continuity errors : sum local = 1.05356e-10, global = -1.01369e-20, cumulative = -2.04766e-18
BiCGStab: Solving for omega, Initial residual = 3.65812e-05, Final residual = 9.89177e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.6414e-06, Final residual = 3.6414e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2733.68 s ClockTime = 2734 s Max(PAc) = 154753 Pa
Courant Number mean: 0.054968 max: 1.00319 velocity magnitude: 1.25658
deltaT = 0.000477569
Time = 1.50854
--> Cloud: bubbleCloud
Added 168 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 558650
Mass introduced by injector = 5.11967e-10
Number of parcels added continuously = 1189
Mass introduced continuously = 1.05917e-12
Current number of parcels = 3965463
Current mass in system = 4.48147e-09
Number of parcels shifted at least once = 3255
Number of parcel shifts towards cell center = 3257
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00556007, Final user-defined norm residual = 8.22155e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.76962e-05, Final user-defined norm residual = 1.28238e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.76029e-08, Final user-defined norm residual = 5.94512e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000666342, Final residual = 4.16419e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000553953, Final residual = 3.31937e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0447714, Final residual = 1.41455e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0447428, Final residual = 8.77279e-07, No Iterations 261
time step continuity errors : sum local = 1.11668e-10, global = 1.51108e-20, cumulative = -2.03255e-18
DICPCG: Solving for p, Initial residual = 0.00578402, Final residual = 9.18514e-07, No Iterations 144
time step continuity errors : sum local = 1.32877e-10, global = -3.57084e-20, cumulative = -2.06825e-18
BiCGStab: Solving for omega, Initial residual = 0.000581872, Final residual = 5.08791e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000683961, Final residual = 7.78756e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.57303e-05, Final residual = 9.9028e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.27539e-05, Final residual = 4.29481e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00409779, Final residual = 3.19591e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0114834, Final residual = 9.85629e-07, No Iterations 113
time step continuity errors : sum local = 1.42745e-10, global = 7.84654e-21, cumulative = -2.06041e-18
DICPCG: Solving for p, Initial residual = 0.00217244, Final residual = 9.9816e-07, No Iterations 227
time step continuity errors : sum local = 1.28132e-10, global = -7.82975e-20, cumulative = -2.13871e-18
BiCGStab: Solving for omega, Initial residual = 3.6839e-05, Final residual = 8.22084e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.08875e-05, Final residual = 1.00664e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.00812e-06, Final residual = 5.03733e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.44828e-06, Final residual = 2.63975e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000613279, Final residual = 1.69682e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0021898, Final residual = 9.93792e-07, No Iterations 50
time step continuity errors : sum local = 1.29089e-10, global = -2.60383e-20, cumulative = -2.16474e-18
DICPCG: Solving for p, Initial residual = 0.000373167, Final residual = 9.46929e-07, No Iterations 27
time step continuity errors : sum local = 1.22973e-10, global = 8.42649e-20, cumulative = -2.08048e-18
BiCGStab: Solving for omega, Initial residual = 2.43457e-05, Final residual = 6.76792e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.08148e-06, Final residual = 3.08148e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.29683e-06, Final residual = 7.5308e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.66145e-07, Final residual = 3.36138e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000109406, Final residual = 2.48579e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000590011, Final residual = 9.6677e-07, No Iterations 13
time step continuity errors : sum local = 1.25526e-10, global = -3.2657e-20, cumulative = -2.11314e-18
DICPCG: Solving for p, Initial residual = 0.00010316, Final residual = 8.54915e-07, No Iterations 7
time step continuity errors : sum local = 1.11153e-10, global = -2.78245e-20, cumulative = -2.14096e-18
BiCGStab: Solving for omega, Initial residual = 2.44875e-05, Final residual = 6.29909e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.03054e-06, Final residual = 3.03054e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.51212e-07, Final residual = 1.39144e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.9699e-07, Final residual = 7.26678e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.26448e-05, Final residual = 4.10125e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000158518, Final residual = 9.54953e-07, No Iterations 6
time step continuity errors : sum local = 1.24e-10, global = -6.24948e-20, cumulative = -2.20346e-18
DICPCG: Solving for p, Initial residual = 2.85402e-05, Final residual = 6.69362e-07, No Iterations 4
time step continuity errors : sum local = 8.73187e-11, global = -7.05105e-21, cumulative = -2.21051e-18
BiCGStab: Solving for omega, Initial residual = 2.63559e-05, Final residual = 7.86436e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.07293e-06, Final residual = 3.07293e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2750.12 s ClockTime = 2750 s Max(PAc) = 154824 Pa
Courant Number mean: 0.0527867 max: 0.963574 velocity magnitude: 1.26496
deltaT = 0.000477569
Time = 1.50902
--> Cloud: bubbleCloud
Added 160 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 558810
Mass introduced by injector = 5.12115e-10
Number of parcels added continuously = 1154
Mass introduced continuously = 1.07981e-12
Current number of parcels = 3966306
Current mass in system = 4.48218e-09
Number of parcels shifted at least once = 3193
Number of parcel shifts towards cell center = 3200
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00581122, Final user-defined norm residual = 0.000100959
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.17248e-05, Final user-defined norm residual = 1.35542e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.9167e-08, Final user-defined norm residual = 3.36973e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000669127, Final residual = 4.46549e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000554688, Final residual = 3.33121e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0441071, Final residual = 1.10395e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0461623, Final residual = 9.85549e-07, No Iterations 265
time step continuity errors : sum local = 1.27216e-10, global = -9.19104e-20, cumulative = -2.30242e-18
DICPCG: Solving for p, Initial residual = 0.00640561, Final residual = 9.54106e-07, No Iterations 150
time step continuity errors : sum local = 1.27744e-10, global = 1.58926e-20, cumulative = -2.28652e-18
BiCGStab: Solving for omega, Initial residual = 0.000578911, Final residual = 7.30838e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000683942, Final residual = 7.94514e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.57493e-05, Final residual = 1.00507e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.30287e-05, Final residual = 4.47282e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00393769, Final residual = 3.07779e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0119081, Final residual = 9.41711e-07, No Iterations 134
time step continuity errors : sum local = 1.3028e-10, global = -6.77394e-20, cumulative = -2.35426e-18
DICPCG: Solving for p, Initial residual = 0.00222479, Final residual = 9.79968e-07, No Iterations 81
time step continuity errors : sum local = 1.35008e-10, global = 2.82536e-20, cumulative = -2.32601e-18
BiCGStab: Solving for omega, Initial residual = 3.61231e-05, Final residual = 9.69715e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.1016e-05, Final residual = 9.5919e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.18641e-06, Final residual = 5.01819e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.58695e-06, Final residual = 2.73305e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000588945, Final residual = 1.70702e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00229312, Final residual = 9.2347e-07, No Iterations 49
time step continuity errors : sum local = 1.27601e-10, global = 3.23063e-20, cumulative = -2.2937e-18
DICPCG: Solving for p, Initial residual = 0.000384408, Final residual = 9.86406e-07, No Iterations 27
time step continuity errors : sum local = 1.35809e-10, global = 1.78172e-20, cumulative = -2.27589e-18
BiCGStab: Solving for omega, Initial residual = 2.83781e-05, Final residual = 7.65306e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.78435e-06, Final residual = 2.78435e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.32471e-06, Final residual = 7.46355e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.41626e-07, Final residual = 4.10923e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000108801, Final residual = 2.36687e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00060015, Final residual = 9.00614e-07, No Iterations 14
time step continuity errors : sum local = 1.24624e-10, global = -7.51002e-20, cumulative = -2.35099e-18
DICPCG: Solving for p, Initial residual = 0.000106873, Final residual = 8.98438e-07, No Iterations 7
time step continuity errors : sum local = 1.24327e-10, global = 4.55209e-20, cumulative = -2.30547e-18
BiCGStab: Solving for omega, Initial residual = 3.12273e-05, Final residual = 8.96164e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.7921e-06, Final residual = 2.7921e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.07008e-07, Final residual = 1.44161e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.19992e-07, Final residual = 7.98561e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.28275e-05, Final residual = 3.95813e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000193992, Final residual = 8.16846e-07, No Iterations 7
time step continuity errors : sum local = 1.13694e-10, global = 8.27663e-20, cumulative = -2.2227e-18
DICPCG: Solving for p, Initial residual = 3.27378e-05, Final residual = 7.16439e-07, No Iterations 4
time step continuity errors : sum local = 1.00609e-10, global = 2.92028e-20, cumulative = -2.1935e-18
BiCGStab: Solving for omega, Initial residual = 3.38288e-05, Final residual = 1.0102e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.8091e-06, Final residual = 2.8091e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2766.63 s ClockTime = 2767 s Max(PAc) = 154267 Pa
Courant Number mean: 0.0528039 max: 0.962696 velocity magnitude: 1.2727
deltaT = 0.000477569
Time = 1.50949
--> Cloud: bubbleCloud
Added 148 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 558958
Mass introduced by injector = 5.1225e-10
Number of parcels added continuously = 1151
Mass introduced continuously = 1.06916e-12
Current number of parcels = 3967142
Current mass in system = 4.48292e-09
Number of parcels shifted at least once = 3232
Number of parcel shifts towards cell center = 3234
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00627785, Final user-defined norm residual = 0.000135355
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.91416e-05, Final user-defined norm residual = 3.06811e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.60573e-08, Final user-defined norm residual = 7.56605e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000664519, Final residual = 4.38178e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000550192, Final residual = 3.23882e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0422128, Final residual = 1.10274e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0473168, Final residual = 9.49601e-07, No Iterations 168
time step continuity errors : sum local = 1.26396e-10, global = -6.28994e-20, cumulative = -2.2564e-18
DICPCG: Solving for p, Initial residual = 0.0063427, Final residual = 9.94446e-07, No Iterations 137
time step continuity errors : sum local = 1.39594e-10, global = 5.10099e-20, cumulative = -2.20539e-18
BiCGStab: Solving for omega, Initial residual = 0.000585056, Final residual = 5.38979e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000684772, Final residual = 8.06636e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.59559e-05, Final residual = 1.04503e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.27519e-05, Final residual = 4.71698e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00374738, Final residual = 2.92299e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0121043, Final residual = 9.70198e-07, No Iterations 132
time step continuity errors : sum local = 1.38364e-10, global = 2.67869e-21, cumulative = -2.20271e-18
DICPCG: Solving for p, Initial residual = 0.00211009, Final residual = 9.49042e-07, No Iterations 76
time step continuity errors : sum local = 1.36672e-10, global = 8.65936e-22, cumulative = -2.20184e-18
BiCGStab: Solving for omega, Initial residual = 4.20715e-05, Final residual = 9.98216e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.11619e-05, Final residual = 9.70503e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.89204e-06, Final residual = 5.39322e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.55411e-06, Final residual = 2.84931e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000565577, Final residual = 1.60159e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00233036, Final residual = 9.721e-07, No Iterations 58
time step continuity errors : sum local = 1.39908e-10, global = 4.49769e-20, cumulative = -2.15686e-18
DICPCG: Solving for p, Initial residual = 0.000374006, Final residual = 9.87178e-07, No Iterations 20
time step continuity errors : sum local = 1.41846e-10, global = -2.3807e-21, cumulative = -2.15925e-18
BiCGStab: Solving for omega, Initial residual = 3.04785e-05, Final residual = 8.58979e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.78021e-06, Final residual = 2.78021e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.41239e-06, Final residual = 8.47961e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.6485e-07, Final residual = 3.90428e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000103251, Final residual = 2.42349e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00061524, Final residual = 9.75027e-07, No Iterations 11
time step continuity errors : sum local = 1.40251e-10, global = 2.87156e-20, cumulative = -2.13053e-18
DICPCG: Solving for p, Initial residual = 0.00010209, Final residual = 8.87219e-07, No Iterations 6
time step continuity errors : sum local = 1.2876e-10, global = -1.08396e-20, cumulative = -2.14137e-18
BiCGStab: Solving for omega, Initial residual = 2.90668e-05, Final residual = 1.26475e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.7341e-06, Final residual = 2.7341e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.93092e-07, Final residual = 1.61879e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.03261e-07, Final residual = 8.34155e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.09407e-05, Final residual = 4.11572e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000178962, Final residual = 9.84354e-07, No Iterations 6
time step continuity errors : sum local = 1.41448e-10, global = 3.55388e-20, cumulative = -2.10583e-18
DICPCG: Solving for p, Initial residual = 2.91862e-05, Final residual = 7.61153e-07, No Iterations 4
time step continuity errors : sum local = 1.12275e-10, global = 3.7572e-21, cumulative = -2.10207e-18
BiCGStab: Solving for omega, Initial residual = 3.22451e-05, Final residual = 1.27989e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.79557e-06, Final residual = 2.79557e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2783.25 s ClockTime = 2783 s Max(PAc) = 155001 Pa
Courant Number mean: 0.0528205 max: 0.96256 velocity magnitude: 1.28126
deltaT = 0.000477569
Time = 1.50997
--> Cloud: bubbleCloud
Added 160 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 559118
Mass introduced by injector = 5.1239e-10
Number of parcels added continuously = 1130
Mass introduced continuously = 1.05392e-12
Current number of parcels = 3967907
Current mass in system = 4.48356e-09
Number of parcels shifted at least once = 3215
Number of parcel shifts towards cell center = 3218
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00590153, Final user-defined norm residual = 0.000119734
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.57553e-05, Final user-defined norm residual = 2.17658e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.68208e-08, Final user-defined norm residual = 2.97027e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000661858, Final residual = 4.25986e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000550147, Final residual = 3.2519e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0401959, Final residual = 1.28496e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0486828, Final residual = 9.94189e-07, No Iterations 262
time step continuity errors : sum local = 1.30537e-10, global = 2.70274e-20, cumulative = -2.07505e-18
DICPCG: Solving for p, Initial residual = 0.0054476, Final residual = 9.1318e-07, No Iterations 144
time step continuity errors : sum local = 1.30531e-10, global = 8.67794e-20, cumulative = -1.98827e-18
BiCGStab: Solving for omega, Initial residual = 0.000586954, Final residual = 6.9338e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000684263, Final residual = 8.03493e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.52286e-05, Final residual = 1.02631e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.24315e-05, Final residual = 4.75042e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00354333, Final residual = 3.53238e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0109507, Final residual = 9.86658e-07, No Iterations 117
time step continuity errors : sum local = 1.4199e-10, global = 4.46598e-20, cumulative = -1.94361e-18
DICPCG: Solving for p, Initial residual = 0.00194162, Final residual = 9.91411e-07, No Iterations 76
time step continuity errors : sum local = 1.41836e-10, global = 5.76265e-20, cumulative = -1.88598e-18
BiCGStab: Solving for omega, Initial residual = 3.08709e-05, Final residual = 9.84798e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.09828e-05, Final residual = 1.17007e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.67869e-06, Final residual = 5.00093e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.2806e-06, Final residual = 2.64193e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000536186, Final residual = 1.84761e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00206537, Final residual = 9.55718e-07, No Iterations 59
time step continuity errors : sum local = 1.36887e-10, global = 6.98004e-20, cumulative = -1.81618e-18
DICPCG: Solving for p, Initial residual = 0.000323787, Final residual = 9.55394e-07, No Iterations 32
time step continuity errors : sum local = 1.36832e-10, global = 8.22359e-20, cumulative = -1.73394e-18
BiCGStab: Solving for omega, Initial residual = 1.74934e-05, Final residual = 8.87254e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.00374e-06, Final residual = 3.00374e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.17168e-06, Final residual = 7.1506e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.72503e-07, Final residual = 3.58763e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.83842e-05, Final residual = 2.14524e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000512481, Final residual = 9.70801e-07, No Iterations 14
time step continuity errors : sum local = 1.38857e-10, global = 6.56956e-20, cumulative = -1.66825e-18
DICPCG: Solving for p, Initial residual = 8.37654e-05, Final residual = 8.64568e-07, No Iterations 6
time step continuity errors : sum local = 1.24801e-10, global = 4.81531e-20, cumulative = -1.6201e-18
BiCGStab: Solving for omega, Initial residual = 1.57478e-05, Final residual = 8.89357e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.01416e-06, Final residual = 3.01416e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.26365e-07, Final residual = 1.30107e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.68606e-07, Final residual = 7.66218e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.9943e-05, Final residual = 3.53966e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000133543, Final residual = 9.82896e-07, No Iterations 6
time step continuity errors : sum local = 1.4044e-10, global = -9.73668e-21, cumulative = -1.62983e-18
DICPCG: Solving for p, Initial residual = 2.19799e-05, Final residual = 7.24171e-07, No Iterations 4
time step continuity errors : sum local = 1.06236e-10, global = 8.69854e-20, cumulative = -1.54285e-18
BiCGStab: Solving for omega, Initial residual = 1.54823e-05, Final residual = 8.46529e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.02161e-06, Final residual = 3.02161e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2800.26 s ClockTime = 2800 s Max(PAc) = 154926 Pa
Courant Number mean: 0.0528374 max: 0.958741 velocity magnitude: 1.28911
deltaT = 0.000477569
Time = 1.51045
--> Cloud: bubbleCloud
Added 200 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 559318
Mass introduced by injector = 5.12563e-10
Number of parcels added continuously = 1167
Mass introduced continuously = 1.0998e-12
Current number of parcels = 3968811
Current mass in system = 4.48434e-09
Number of parcels shifted at least once = 3229
Number of parcel shifts towards cell center = 3235
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00613934, Final user-defined norm residual = 0.00010408
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.24026e-05, Final user-defined norm residual = 1.91961e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.13194e-08, Final user-defined norm residual = 1.63314e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000661189, Final residual = 4.21128e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000551281, Final residual = 3.26931e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0408466, Final residual = 1.24802e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.048573, Final residual = 9.84357e-07, No Iterations 253
time step continuity errors : sum local = 1.29384e-10, global = 4.48815e-20, cumulative = -1.49797e-18
DICPCG: Solving for p, Initial residual = 0.00535859, Final residual = 9.96643e-07, No Iterations 138
time step continuity errors : sum local = 1.42021e-10, global = -4.29113e-20, cumulative = -1.54088e-18
BiCGStab: Solving for omega, Initial residual = 0.000575425, Final residual = 5.48478e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000683249, Final residual = 7.94529e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.39889e-05, Final residual = 1.02084e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.24178e-05, Final residual = 4.27614e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00368585, Final residual = 3.47319e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0113219, Final residual = 9.07655e-07, No Iterations 84
time step continuity errors : sum local = 1.27488e-10, global = -4.31043e-20, cumulative = -1.58398e-18
DICPCG: Solving for p, Initial residual = 0.0019698, Final residual = 9.52767e-07, No Iterations 71
time step continuity errors : sum local = 1.34294e-10, global = -5.94816e-20, cumulative = -1.64346e-18
BiCGStab: Solving for omega, Initial residual = 2.43173e-05, Final residual = 5.18149e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.08918e-05, Final residual = 1.17496e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.51788e-06, Final residual = 5.0357e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.21033e-06, Final residual = 2.7007e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000558429, Final residual = 1.87176e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00207455, Final residual = 9.299e-07, No Iterations 60
time step continuity errors : sum local = 1.31329e-10, global = -3.51494e-20, cumulative = -1.67861e-18
DICPCG: Solving for p, Initial residual = 0.000327255, Final residual = 9.66366e-07, No Iterations 33
time step continuity errors : sum local = 1.36058e-10, global = -7.45381e-20, cumulative = -1.75315e-18
BiCGStab: Solving for omega, Initial residual = 1.04657e-05, Final residual = 3.97569e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.27478e-06, Final residual = 3.27478e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.06656e-06, Final residual = 7.84988e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.17914e-07, Final residual = 4.05223e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000102625, Final residual = 2.28567e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000476624, Final residual = 9.51693e-07, No Iterations 14
time step continuity errors : sum local = 1.34128e-10, global = 2.86507e-20, cumulative = -1.7245e-18
DICPCG: Solving for p, Initial residual = 7.83588e-05, Final residual = 9.46883e-07, No Iterations 6
time step continuity errors : sum local = 1.33486e-10, global = 1.05784e-20, cumulative = -1.71392e-18
BiCGStab: Solving for omega, Initial residual = 9.5337e-06, Final residual = 9.5337e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.28483e-06, Final residual = 3.28483e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.90485e-07, Final residual = 1.3857e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.37262e-07, Final residual = 7.78928e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.1358e-05, Final residual = 3.89093e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000122733, Final residual = 9.80165e-07, No Iterations 6
time step continuity errors : sum local = 1.37848e-10, global = -2.89405e-20, cumulative = -1.74286e-18
DICPCG: Solving for p, Initial residual = 2.05225e-05, Final residual = 7.01761e-07, No Iterations 4
time step continuity errors : sum local = 1.01343e-10, global = -5.80074e-20, cumulative = -1.80087e-18
BiCGStab: Solving for omega, Initial residual = 9.5653e-06, Final residual = 9.5653e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.28425e-06, Final residual = 3.28425e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2817.1 s ClockTime = 2817 s Max(PAc) = 154370 Pa
Courant Number mean: 0.0528542 max: 0.953493 velocity magnitude: 1.28934
deltaT = 0.000477569
Time = 1.51093
--> Cloud: bubbleCloud
Added 131 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 559449
Mass introduced by injector = 5.1268e-10
Number of parcels added continuously = 1143
Mass introduced continuously = 1.0717e-12
Current number of parcels = 3969599
Current mass in system = 4.48502e-09
Number of parcels shifted at least once = 3173
Number of parcel shifts towards cell center = 3176
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00598547, Final user-defined norm residual = 0.000104087
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.23829e-05, Final user-defined norm residual = 8.27981e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.78054e-08, Final user-defined norm residual = 6.21238e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000655488, Final residual = 4.52104e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000547827, Final residual = 3.37651e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0395571, Final residual = 1.19125e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0471199, Final residual = 9.30526e-07, No Iterations 256
time step continuity errors : sum local = 1.21672e-10, global = 9.08916e-20, cumulative = -1.70998e-18
DICPCG: Solving for p, Initial residual = 0.0049618, Final residual = 9.89457e-07, No Iterations 111
time step continuity errors : sum local = 1.3838e-10, global = -4.17654e-20, cumulative = -1.75174e-18
BiCGStab: Solving for omega, Initial residual = 0.000567744, Final residual = 5.7838e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000683134, Final residual = 7.92267e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.40376e-05, Final residual = 1.083e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.20561e-05, Final residual = 4.38523e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00348665, Final residual = 2.74618e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0112445, Final residual = 8.84968e-07, No Iterations 84
time step continuity errors : sum local = 1.29557e-10, global = -6.5714e-20, cumulative = -1.81746e-18
DICPCG: Solving for p, Initial residual = 0.00203969, Final residual = 9.37843e-07, No Iterations 70
time step continuity errors : sum local = 1.35568e-10, global = 2.71433e-20, cumulative = -1.79031e-18
BiCGStab: Solving for omega, Initial residual = 2.29734e-05, Final residual = 3.15035e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.09688e-05, Final residual = 1.17625e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.4068e-06, Final residual = 5.04606e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.09688e-06, Final residual = 2.6936e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00051078, Final residual = 1.49957e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.002041, Final residual = 9.80925e-07, No Iterations 63
time step continuity errors : sum local = 1.41062e-10, global = -4.69789e-20, cumulative = -1.83729e-18
DICPCG: Solving for p, Initial residual = 0.00033438, Final residual = 9.67075e-07, No Iterations 22
time step continuity errors : sum local = 1.39216e-10, global = -5.0038e-20, cumulative = -1.88733e-18
BiCGStab: Solving for omega, Initial residual = 1.09873e-05, Final residual = 2.48743e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.37039e-06, Final residual = 3.37039e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.07615e-06, Final residual = 7.91459e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.15996e-07, Final residual = 3.83302e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.46854e-05, Final residual = 2.12274e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000501715, Final residual = 9.71363e-07, No Iterations 13
time step continuity errors : sum local = 1.39774e-10, global = 2.3857e-20, cumulative = -1.86347e-18
DICPCG: Solving for p, Initial residual = 8.43731e-05, Final residual = 7.64365e-07, No Iterations 6
time step continuity errors : sum local = 1.12724e-10, global = 3.96278e-20, cumulative = -1.82385e-18
BiCGStab: Solving for omega, Initial residual = 1.17566e-05, Final residual = 2.66283e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.38436e-06, Final residual = 3.38436e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.98841e-07, Final residual = 1.48353e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.33296e-07, Final residual = 7.37143e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.97381e-05, Final residual = 3.53916e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00013134, Final residual = 7.70978e-07, No Iterations 6
time step continuity errors : sum local = 1.13586e-10, global = -4.17484e-20, cumulative = -1.86559e-18
DICPCG: Solving for p, Initial residual = 2.11026e-05, Final residual = 9.19049e-07, No Iterations 3
time step continuity errors : sum local = 1.32923e-10, global = 1.28301e-21, cumulative = -1.86431e-18
BiCGStab: Solving for omega, Initial residual = 1.30508e-05, Final residual = 3.407e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.38992e-06, Final residual = 3.38992e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2833.85 s ClockTime = 2834 s Max(PAc) = 154442 Pa
Courant Number mean: 0.0528707 max: 0.950257 velocity magnitude: 1.28497
deltaT = 0.000477569
Time = 1.5114
--> Cloud: bubbleCloud
Added 199 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 559648
Mass introduced by injector = 5.12854e-10
Number of parcels added continuously = 1137
Mass introduced continuously = 1.03317e-12
Current number of parcels = 3970438
Current mass in system = 4.48572e-09
Number of parcels shifted at least once = 3151
Number of parcel shifts towards cell center = 3156
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00579021, Final user-defined norm residual = 0.000110008
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.36616e-05, Final user-defined norm residual = 2.72043e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.85151e-08, Final user-defined norm residual = 3.29037e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000656918, Final residual = 4.50853e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000553248, Final residual = 3.29675e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0375784, Final residual = 1.09054e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0460813, Final residual = 9.92313e-07, No Iterations 157
time step continuity errors : sum local = 1.39982e-10, global = 3.72178e-20, cumulative = -1.82709e-18
DICPCG: Solving for p, Initial residual = 0.00600274, Final residual = 9.82652e-07, No Iterations 135
time step continuity errors : sum local = 1.45873e-10, global = 5.9825e-21, cumulative = -1.82111e-18
BiCGStab: Solving for omega, Initial residual = 0.000576095, Final residual = 6.48253e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000683418, Final residual = 8.02606e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.47407e-05, Final residual = 9.9974e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.21606e-05, Final residual = 4.32675e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00319784, Final residual = 2.73927e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0116232, Final residual = 9.03065e-07, No Iterations 95
time step continuity errors : sum local = 1.36146e-10, global = 6.53171e-20, cumulative = -1.75579e-18
DICPCG: Solving for p, Initial residual = 0.00217509, Final residual = 9.88767e-07, No Iterations 78
time step continuity errors : sum local = 1.48101e-10, global = 3.03087e-20, cumulative = -1.72548e-18
BiCGStab: Solving for omega, Initial residual = 3.26353e-05, Final residual = 4.89405e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.10343e-05, Final residual = 1.07818e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.41916e-06, Final residual = 4.90036e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.15063e-06, Final residual = 2.76453e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000468741, Final residual = 1.5026e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00198016, Final residual = 9.78656e-07, No Iterations 58
time step continuity errors : sum local = 1.47015e-10, global = -9.22903e-20, cumulative = -1.81777e-18
DICPCG: Solving for p, Initial residual = 0.000329344, Final residual = 9.89344e-07, No Iterations 22
time step continuity errors : sum local = 1.48377e-10, global = -4.22926e-20, cumulative = -1.86007e-18
BiCGStab: Solving for omega, Initial residual = 2.51197e-05, Final residual = 4.68008e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.35306e-06, Final residual = 3.35306e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.09382e-06, Final residual = 6.99503e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.30246e-07, Final residual = 3.77397e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.70599e-05, Final residual = 2.09359e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000479521, Final residual = 9.64062e-07, No Iterations 28
time step continuity errors : sum local = 1.45043e-10, global = 7.05629e-20, cumulative = -1.7895e-18
DICPCG: Solving for p, Initial residual = 7.99001e-05, Final residual = 9.43837e-07, No Iterations 7
time step continuity errors : sum local = 1.424e-10, global = 2.98187e-20, cumulative = -1.75969e-18
BiCGStab: Solving for omega, Initial residual = 2.78912e-05, Final residual = 5.35995e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.35577e-06, Final residual = 3.35577e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.80525e-07, Final residual = 1.69807e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.49348e-07, Final residual = 8.90451e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.77879e-05, Final residual = 3.45154e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000127005, Final residual = 7.43576e-07, No Iterations 6
time step continuity errors : sum local = 1.16341e-10, global = -4.90816e-20, cumulative = -1.80877e-18
DICPCG: Solving for p, Initial residual = 2.0768e-05, Final residual = 6.23982e-07, No Iterations 4
time step continuity errors : sum local = 1.00778e-10, global = 8.7363e-21, cumulative = -1.80003e-18
BiCGStab: Solving for omega, Initial residual = 3.04086e-05, Final residual = 6.57423e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.36881e-06, Final residual = 3.36881e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2850.6 s ClockTime = 2851 s Max(PAc) = 154005 Pa
Courant Number mean: 0.0528873 max: 0.947001 velocity magnitude: 1.28057
deltaT = 0.000477569
Time = 1.51188
--> Cloud: bubbleCloud
Added 198 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 559846
Mass introduced by injector = 5.13061e-10
Number of parcels added continuously = 1173
Mass introduced continuously = 1.05495e-12
Current number of parcels = 3971329
Current mass in system = 4.48649e-09
Number of parcels shifted at least once = 3220
Number of parcel shifts towards cell center = 3224
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00613958, Final user-defined norm residual = 8.92801e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.92086e-05, Final user-defined norm residual = 1.89135e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.06934e-08, Final user-defined norm residual = 1.89919e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000657078, Final residual = 4.38795e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000551757, Final residual = 3.38377e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0353272, Final residual = 1.15625e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0482858, Final residual = 9.35533e-07, No Iterations 157
time step continuity errors : sum local = 1.25273e-10, global = 6.38408e-20, cumulative = -1.73619e-18
DICPCG: Solving for p, Initial residual = 0.00602212, Final residual = 9.57098e-07, No Iterations 134
time step continuity errors : sum local = 1.32284e-10, global = 1.84962e-20, cumulative = -1.71769e-18
BiCGStab: Solving for omega, Initial residual = 0.000581669, Final residual = 6.25778e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000683784, Final residual = 8.1157e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.61162e-05, Final residual = 1.01126e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.27878e-05, Final residual = 4.34172e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00307118, Final residual = 2.97266e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.012471, Final residual = 9.98528e-07, No Iterations 94
time step continuity errors : sum local = 1.37811e-10, global = -5.47391e-20, cumulative = -1.77243e-18
DICPCG: Solving for p, Initial residual = 0.00233848, Final residual = 9.35883e-07, No Iterations 78
time step continuity errors : sum local = 1.30784e-10, global = 3.02066e-20, cumulative = -1.74223e-18
BiCGStab: Solving for omega, Initial residual = 3.68908e-05, Final residual = 6.8683e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.17145e-05, Final residual = 1.16088e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.76226e-06, Final residual = 5.15554e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.33329e-06, Final residual = 2.85556e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000430876, Final residual = 1.58933e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00225112, Final residual = 9.64987e-07, No Iterations 42
time step continuity errors : sum local = 1.34834e-10, global = -6.93953e-20, cumulative = -1.81162e-18
DICPCG: Solving for p, Initial residual = 0.000384287, Final residual = 9.81507e-07, No Iterations 22
time step continuity errors : sum local = 1.36978e-10, global = 1.05692e-21, cumulative = -1.81056e-18
BiCGStab: Solving for omega, Initial residual = 2.34933e-05, Final residual = 6.31025e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.74813e-06, Final residual = 3.74813e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.25821e-06, Final residual = 6.555e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.88195e-07, Final residual = 3.88022e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.5179e-05, Final residual = 1.92368e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000589243, Final residual = 9.10448e-07, No Iterations 16
time step continuity errors : sum local = 1.27724e-10, global = 1.76511e-20, cumulative = -1.79291e-18
DICPCG: Solving for p, Initial residual = 9.92383e-05, Final residual = 9.46819e-07, No Iterations 6
time step continuity errors : sum local = 1.3245e-10, global = 7.09826e-20, cumulative = -1.72193e-18
BiCGStab: Solving for omega, Initial residual = 2.27272e-05, Final residual = 6.47266e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.74576e-06, Final residual = 3.74576e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.43251e-07, Final residual = 1.40061e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.68959e-07, Final residual = 8.06799e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.49739e-05, Final residual = 3.11178e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000160203, Final residual = 8.57618e-07, No Iterations 5
time step continuity errors : sum local = 1.20837e-10, global = -1.99226e-20, cumulative = -1.74185e-18
DICPCG: Solving for p, Initial residual = 2.64419e-05, Final residual = 9.29811e-07, No Iterations 3
time step continuity errors : sum local = 1.3023e-10, global = -1.56671e-20, cumulative = -1.75752e-18
BiCGStab: Solving for omega, Initial residual = 2.26757e-05, Final residual = 6.93972e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.7681e-06, Final residual = 3.7681e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2867.32 s ClockTime = 2867 s Max(PAc) = 153991 Pa
Courant Number mean: 0.0529042 max: 0.942969 velocity magnitude: 1.27363
deltaT = 0.000477569
Time = 1.51236
--> Cloud: bubbleCloud
Added 173 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 560019
Mass introduced by injector = 5.13197e-10
Number of parcels added continuously = 1122
Mass introduced continuously = 1.10925e-12
Current number of parcels = 3972186
Current mass in system = 4.48722e-09
Number of parcels shifted at least once = 3198
Number of parcel shifts towards cell center = 3202
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00605117, Final user-defined norm residual = 7.48963e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.61114e-05, Final user-defined norm residual = 7.96869e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.71422e-08, Final user-defined norm residual = 5.79306e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000651862, Final residual = 4.46094e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000547651, Final residual = 3.42419e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0360755, Final residual = 9.45015e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0433996, Final residual = 9.54443e-07, No Iterations 259
time step continuity errors : sum local = 1.24197e-10, global = 2.90285e-20, cumulative = -1.72849e-18
DICPCG: Solving for p, Initial residual = 0.00516317, Final residual = 9.37206e-07, No Iterations 141
time step continuity errors : sum local = 1.28653e-10, global = 6.00513e-20, cumulative = -1.66844e-18
BiCGStab: Solving for omega, Initial residual = 0.00056623, Final residual = 7.11488e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000685655, Final residual = 8.17043e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.36174e-05, Final residual = 1.02111e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.18395e-05, Final residual = 4.224e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00317695, Final residual = 2.67738e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0112888, Final residual = 9.84486e-07, No Iterations 91
time step continuity errors : sum local = 1.35973e-10, global = 3.85688e-20, cumulative = -1.62987e-18
DICPCG: Solving for p, Initial residual = 0.00213752, Final residual = 9.41661e-07, No Iterations 71
time step continuity errors : sum local = 1.31535e-10, global = -1.08856e-19, cumulative = -1.73873e-18
BiCGStab: Solving for omega, Initial residual = 2.93196e-05, Final residual = 7.20895e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.19772e-05, Final residual = 1.17655e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.42616e-06, Final residual = 5.09603e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.0818e-06, Final residual = 2.77811e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000461385, Final residual = 1.44209e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00203059, Final residual = 9.85933e-07, No Iterations 60
time step continuity errors : sum local = 1.37583e-10, global = -3.08628e-20, cumulative = -1.76959e-18
DICPCG: Solving for p, Initial residual = 0.000333938, Final residual = 9.81894e-07, No Iterations 21
time step continuity errors : sum local = 1.37068e-10, global = -5.27336e-20, cumulative = -1.82233e-18
BiCGStab: Solving for omega, Initial residual = 2.08915e-05, Final residual = 7.69931e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.55309e-06, Final residual = 3.55309e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.04849e-06, Final residual = 6.51485e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.25802e-07, Final residual = 3.49512e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.25633e-05, Final residual = 1.94113e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000499991, Final residual = 9.28656e-07, No Iterations 14
time step continuity errors : sum local = 1.30126e-10, global = 5.72023e-20, cumulative = -1.76512e-18
DICPCG: Solving for p, Initial residual = 8.47782e-05, Final residual = 8.58473e-07, No Iterations 5
time step continuity errors : sum local = 1.20963e-10, global = -2.89695e-20, cumulative = -1.79409e-18
BiCGStab: Solving for omega, Initial residual = 2.36792e-05, Final residual = 8.5748e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.5652e-06, Final residual = 3.5652e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.00778e-07, Final residual = 1.34116e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.38586e-07, Final residual = 7.67449e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.74769e-05, Final residual = 3.09262e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000132015, Final residual = 7.32358e-07, No Iterations 5
time step continuity errors : sum local = 1.04512e-10, global = 7.27766e-20, cumulative = -1.72132e-18
DICPCG: Solving for p, Initial residual = 2.15272e-05, Final residual = 8.48502e-07, No Iterations 3
time step continuity errors : sum local = 1.19657e-10, global = -2.60467e-20, cumulative = -1.74736e-18
BiCGStab: Solving for omega, Initial residual = 2.94485e-05, Final residual = 9.6856e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.57979e-06, Final residual = 3.57979e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2884.16 s ClockTime = 2884 s Max(PAc) = 153766 Pa
Courant Number mean: 0.0529213 max: 0.948249 velocity magnitude: 1.26805
deltaT = 0.000477569
Time = 1.51284
--> Cloud: bubbleCloud
Added 117 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 560136
Mass introduced by injector = 5.13305e-10
Number of parcels added continuously = 1118
Mass introduced continuously = 1.01714e-12
Current number of parcels = 3972911
Current mass in system = 4.4878e-09
Number of parcels shifted at least once = 3171
Number of parcel shifts towards cell center = 3175
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0060271, Final user-defined norm residual = 0.000154423
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.32165e-05, Final user-defined norm residual = 6.77453e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.45725e-07, Final user-defined norm residual = 3.11873e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000655874, Final residual = 4.42051e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000549096, Final residual = 3.50262e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0347869, Final residual = 1.27964e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0455725, Final residual = 9.95306e-07, No Iterations 259
time step continuity errors : sum local = 1.29538e-10, global = 1.31189e-20, cumulative = -1.73424e-18
DICPCG: Solving for p, Initial residual = 0.00568215, Final residual = 9.75112e-07, No Iterations 142
time step continuity errors : sum local = 1.43372e-10, global = 1.71181e-21, cumulative = -1.73253e-18
BiCGStab: Solving for omega, Initial residual = 0.000576248, Final residual = 5.88642e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00068587, Final residual = 8.18142e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.4505e-05, Final residual = 1.01304e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.20266e-05, Final residual = 4.28971e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00313199, Final residual = 2.95259e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0121262, Final residual = 8.74728e-07, No Iterations 242
time step continuity errors : sum local = 1.1365e-10, global = -1.40844e-19, cumulative = -1.87338e-18
DICPCG: Solving for p, Initial residual = 0.00226299, Final residual = 9.80713e-07, No Iterations 71
time step continuity errors : sum local = 1.30553e-10, global = 4.73436e-20, cumulative = -1.82603e-18
BiCGStab: Solving for omega, Initial residual = 3.87193e-05, Final residual = 7.62898e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.13918e-05, Final residual = 1.02134e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.26532e-06, Final residual = 5.27297e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.1538e-06, Final residual = 2.96456e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000467793, Final residual = 1.54324e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00216737, Final residual = 9.79106e-07, No Iterations 68
time step continuity errors : sum local = 1.30807e-10, global = -1.17692e-19, cumulative = -1.94372e-18
DICPCG: Solving for p, Initial residual = 0.000367484, Final residual = 9.62927e-07, No Iterations 33
time step continuity errors : sum local = 1.28724e-10, global = -6.95611e-20, cumulative = -2.01329e-18
BiCGStab: Solving for omega, Initial residual = 3.04022e-05, Final residual = 7.74198e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.7453e-06, Final residual = 3.7453e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.13138e-06, Final residual = 6.69639e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.09671e-07, Final residual = 3.91369e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.77317e-05, Final residual = 1.81676e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000524285, Final residual = 9.42883e-07, No Iterations 15
time step continuity errors : sum local = 1.26133e-10, global = 4.42084e-20, cumulative = -1.96908e-18
DICPCG: Solving for p, Initial residual = 8.79911e-05, Final residual = 9.04755e-07, No Iterations 6
time step continuity errors : sum local = 1.21163e-10, global = 4.49142e-21, cumulative = -1.96459e-18
BiCGStab: Solving for omega, Initial residual = 2.73867e-05, Final residual = 8.26792e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.73197e-06, Final residual = 3.73197e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.84543e-07, Final residual = 1.32984e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.38775e-07, Final residual = 8.18656e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.83231e-05, Final residual = 2.92604e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000133819, Final residual = 7.80111e-07, No Iterations 5
time step continuity errors : sum local = 1.04951e-10, global = -6.98703e-20, cumulative = -2.03446e-18
DICPCG: Solving for p, Initial residual = 2.29394e-05, Final residual = 8.72737e-07, No Iterations 3
time step continuity errors : sum local = 1.16996e-10, global = 6.89441e-21, cumulative = -2.02756e-18
BiCGStab: Solving for omega, Initial residual = 3.28362e-05, Final residual = 9.78508e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.75709e-06, Final residual = 3.75709e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2900.59 s ClockTime = 2901 s Max(PAc) = 154281 Pa
Courant Number mean: 0.0529386 max: 0.955854 velocity magnitude: 1.26645
deltaT = 0.000477569
Time = 1.51331
--> Cloud: bubbleCloud
Added 219 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 560355
Mass introduced by injector = 5.13481e-10
Number of parcels added continuously = 1100
Mass introduced continuously = 1.00338e-12
Current number of parcels = 3973758
Current mass in system = 4.48846e-09
Number of parcels shifted at least once = 3234
Number of parcel shifts towards cell center = 3239
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00618583, Final user-defined norm residual = 0.000105819
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.27666e-05, Final user-defined norm residual = 1.44103e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.10041e-08, Final user-defined norm residual = 1.30611e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000660364, Final residual = 4.5484e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00055414, Final residual = 3.33126e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0366159, Final residual = 9.22355e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0534625, Final residual = 9.36579e-07, No Iterations 255
time step continuity errors : sum local = 1.21982e-10, global = 4.67544e-20, cumulative = -1.98081e-18
DICPCG: Solving for p, Initial residual = 0.0071793, Final residual = 9.36898e-07, No Iterations 133
time step continuity errors : sum local = 1.31102e-10, global = -5.73866e-21, cumulative = -1.98655e-18
BiCGStab: Solving for omega, Initial residual = 0.000568263, Final residual = 5.72878e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000686082, Final residual = 8.1322e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.66753e-05, Final residual = 1.11e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.36816e-05, Final residual = 5.03586e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00341536, Final residual = 2.65265e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0134059, Final residual = 9.94151e-07, No Iterations 94
time step continuity errors : sum local = 1.39129e-10, global = 1.14238e-20, cumulative = -1.97512e-18
DICPCG: Solving for p, Initial residual = 0.00255405, Final residual = 9.92556e-07, No Iterations 84
time step continuity errors : sum local = 1.40388e-10, global = -8.13121e-20, cumulative = -2.05643e-18
BiCGStab: Solving for omega, Initial residual = 3.29461e-05, Final residual = 6.28116e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.118e-05, Final residual = 1.07795e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.27477e-06, Final residual = 5.62851e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.7857e-06, Final residual = 3.12468e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000522371, Final residual = 1.50818e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00252177, Final residual = 9.25194e-07, No Iterations 70
time step continuity errors : sum local = 1.31896e-10, global = -5.8563e-20, cumulative = -2.115e-18
DICPCG: Solving for p, Initial residual = 0.000428063, Final residual = 9.8384e-07, No Iterations 28
time step continuity errors : sum local = 1.39541e-10, global = -2.00942e-20, cumulative = -2.13509e-18
BiCGStab: Solving for omega, Initial residual = 2.34854e-05, Final residual = 6.41579e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.50422e-06, Final residual = 3.50422e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.34878e-06, Final residual = 7.24178e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.62268e-07, Final residual = 4.37525e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.8236e-05, Final residual = 2.12953e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000680662, Final residual = 9.67009e-07, No Iterations 14
time step continuity errors : sum local = 1.3733e-10, global = 2.15361e-20, cumulative = -2.11355e-18
DICPCG: Solving for p, Initial residual = 0.000114271, Final residual = 9.06409e-07, No Iterations 7
time step continuity errors : sum local = 1.29378e-10, global = 6.23244e-21, cumulative = -2.10732e-18
BiCGStab: Solving for omega, Initial residual = 2.50672e-05, Final residual = 7.49476e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.5066e-06, Final residual = 3.5066e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.01945e-07, Final residual = 1.47342e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.17839e-07, Final residual = 8.6462e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.06958e-05, Final residual = 3.4284e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000194733, Final residual = 8.52694e-07, No Iterations 5
time step continuity errors : sum local = 1.22357e-10, global = 5.60105e-21, cumulative = -2.10172e-18
DICPCG: Solving for p, Initial residual = 3.15281e-05, Final residual = 9.97941e-07, No Iterations 3
time step continuity errors : sum local = 1.41328e-10, global = 5.51071e-20, cumulative = -2.04661e-18
BiCGStab: Solving for omega, Initial residual = 2.58233e-05, Final residual = 8.57299e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.52648e-06, Final residual = 3.52648e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2917.19 s ClockTime = 2917 s Max(PAc) = 154532 Pa
Courant Number mean: 0.0529561 max: 0.963673 velocity magnitude: 1.26951
deltaT = 0.000477569
Time = 1.51379
--> Cloud: bubbleCloud
Added 218 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 560573
Mass introduced by injector = 5.13654e-10
Number of parcels added continuously = 1157
Mass introduced continuously = 1.04802e-12
Current number of parcels = 3974611
Current mass in system = 4.48914e-09
Number of parcels shifted at least once = 3149
Number of parcel shifts towards cell center = 3152
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00678243, Final user-defined norm residual = 0.000139181
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.99607e-05, Final user-defined norm residual = 3.70818e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.98268e-08, Final user-defined norm residual = 8.78434e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000657798, Final residual = 4.64331e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000550949, Final residual = 3.18544e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0366632, Final residual = 9.86667e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0585118, Final residual = 9.73269e-07, No Iterations 170
time step continuity errors : sum local = 1.36985e-10, global = -3.57025e-20, cumulative = -2.08232e-18
DICPCG: Solving for p, Initial residual = 0.00771462, Final residual = 9.64008e-07, No Iterations 148
time step continuity errors : sum local = 1.39823e-10, global = -8.02927e-20, cumulative = -2.16261e-18
BiCGStab: Solving for omega, Initial residual = 0.00056873, Final residual = 5.56678e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000685488, Final residual = 8.1245e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.49579e-05, Final residual = 1.08547e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.285e-05, Final residual = 4.66702e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00321138, Final residual = 2.71415e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0123183, Final residual = 9.59835e-07, No Iterations 133
time step continuity errors : sum local = 1.37748e-10, global = -5.2949e-21, cumulative = -2.1679e-18
DICPCG: Solving for p, Initial residual = 0.0022719, Final residual = 9.68004e-07, No Iterations 83
time step continuity errors : sum local = 1.39798e-10, global = 1.612e-20, cumulative = -2.15178e-18
BiCGStab: Solving for omega, Initial residual = 3.17681e-05, Final residual = 8.1464e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.08107e-05, Final residual = 9.85114e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.63779e-06, Final residual = 5.48032e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.40898e-06, Final residual = 3.2902e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000445442, Final residual = 1.50457e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00220826, Final residual = 9.75843e-07, No Iterations 69
time step continuity errors : sum local = 1.40938e-10, global = 1.88798e-20, cumulative = -2.1329e-18
DICPCG: Solving for p, Initial residual = 0.000380911, Final residual = 9.70678e-07, No Iterations 35
time step continuity errors : sum local = 1.40237e-10, global = -8.90607e-20, cumulative = -2.22197e-18
BiCGStab: Solving for omega, Initial residual = 2.05777e-05, Final residual = 7.09393e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.44126e-06, Final residual = 3.44126e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.1523e-06, Final residual = 6.84232e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.02267e-07, Final residual = 3.92172e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.87175e-05, Final residual = 2.01678e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000545945, Final residual = 9.36292e-07, No Iterations 12
time step continuity errors : sum local = 1.35838e-10, global = 1.0146e-20, cumulative = -2.21182e-18
DICPCG: Solving for p, Initial residual = 9.79539e-05, Final residual = 8.66695e-07, No Iterations 6
time step continuity errors : sum local = 1.26944e-10, global = 4.03926e-20, cumulative = -2.17143e-18
BiCGStab: Solving for omega, Initial residual = 1.84951e-05, Final residual = 7.87442e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.44816e-06, Final residual = 3.44816e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.32113e-07, Final residual = 1.31127e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.80577e-07, Final residual = 7.64257e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.55053e-05, Final residual = 3.21306e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000163041, Final residual = 8.36613e-07, No Iterations 5
time step continuity errors : sum local = 1.23107e-10, global = 3.64165e-20, cumulative = -2.13501e-18
DICPCG: Solving for p, Initial residual = 2.74092e-05, Final residual = 9.42383e-07, No Iterations 3
time step continuity errors : sum local = 1.36588e-10, global = 3.45936e-20, cumulative = -2.10042e-18
BiCGStab: Solving for omega, Initial residual = 2.19423e-05, Final residual = 8.31826e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.4692e-06, Final residual = 3.4692e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2933.57 s ClockTime = 2934 s Max(PAc) = 154578 Pa
Courant Number mean: 0.0529734 max: 0.971173 velocity magnitude: 1.27818
deltaT = 0.000477569
Time = 1.51427
--> Cloud: bubbleCloud
Added 135 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 560708
Mass introduced by injector = 5.13769e-10
Number of parcels added continuously = 1126
Mass introduced continuously = 1.03258e-12
Current number of parcels = 3975380
Current mass in system = 4.48975e-09
Number of parcels shifted at least once = 3164
Number of parcel shifts towards cell center = 3166
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00581441, Final user-defined norm residual = 0.000101085
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.17416e-05, Final user-defined norm residual = 1.14586e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.46458e-08, Final user-defined norm residual = 1.29838e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000651971, Final residual = 4.59298e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000551154, Final residual = 3.49556e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0370836, Final residual = 1.18433e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0539345, Final residual = 9.31192e-07, No Iterations 263
time step continuity errors : sum local = 1.18184e-10, global = 3.23098e-20, cumulative = -2.06811e-18
DICPCG: Solving for p, Initial residual = 0.0072013, Final residual = 9.63684e-07, No Iterations 143
time step continuity errors : sum local = 1.23434e-10, global = -3.52125e-20, cumulative = -2.10332e-18
BiCGStab: Solving for omega, Initial residual = 0.000563696, Final residual = 5.39752e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000684124, Final residual = 8.19551e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.22594e-05, Final residual = 9.97667e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.18774e-05, Final residual = 4.50917e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00343929, Final residual = 3.18994e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0114118, Final residual = 9.68332e-07, No Iterations 111
time step continuity errors : sum local = 1.2331e-10, global = -3.3355e-20, cumulative = -2.13667e-18
DICPCG: Solving for p, Initial residual = 0.00211715, Final residual = 9.79042e-07, No Iterations 68
time step continuity errors : sum local = 1.24073e-10, global = -8.0423e-20, cumulative = -2.2171e-18
BiCGStab: Solving for omega, Initial residual = 3.0856e-05, Final residual = 6.37275e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.0381e-05, Final residual = 9.03181e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.77399e-06, Final residual = 5.14289e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.99785e-06, Final residual = 3.1546e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000484575, Final residual = 1.72516e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00185394, Final residual = 9.74903e-07, No Iterations 62
time step continuity errors : sum local = 1.23757e-10, global = -5.50238e-21, cumulative = -2.2226e-18
DICPCG: Solving for p, Initial residual = 0.000323302, Final residual = 9.94301e-07, No Iterations 26
time step continuity errors : sum local = 1.26202e-10, global = -1.81124e-20, cumulative = -2.24071e-18
BiCGStab: Solving for omega, Initial residual = 1.75264e-05, Final residual = 6.03984e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.42902e-06, Final residual = 3.42902e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.39839e-07, Final residual = 6.62103e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.84681e-07, Final residual = 3.60058e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.33644e-05, Final residual = 2.32605e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000449844, Final residual = 9.62143e-07, No Iterations 11
time step continuity errors : sum local = 1.22134e-10, global = 5.44517e-20, cumulative = -2.18626e-18
DICPCG: Solving for p, Initial residual = 7.60083e-05, Final residual = 8.55608e-07, No Iterations 6
time step continuity errors : sum local = 1.08643e-10, global = -3.01668e-20, cumulative = -2.21643e-18
BiCGStab: Solving for omega, Initial residual = 1.77342e-05, Final residual = 6.8297e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.43591e-06, Final residual = 3.43591e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.37999e-07, Final residual = 1.24114e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.26893e-07, Final residual = 7.18866e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.68205e-05, Final residual = 3.69101e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000116304, Final residual = 7.46198e-07, No Iterations 5
time step continuity errors : sum local = 9.47973e-11, global = 2.02682e-20, cumulative = -2.19616e-18
DICPCG: Solving for p, Initial residual = 2.01916e-05, Final residual = 8.05996e-07, No Iterations 3
time step continuity errors : sum local = 1.02363e-10, global = -3.89005e-20, cumulative = -2.23506e-18
BiCGStab: Solving for omega, Initial residual = 1.84443e-05, Final residual = 7.523e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.45767e-06, Final residual = 3.45767e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2950.07 s ClockTime = 2950 s Max(PAc) = 155278 Pa
Courant Number mean: 0.0529907 max: 0.977865 velocity magnitude: 1.28454
deltaT = 0.000477569
Time = 1.51475
--> Cloud: bubbleCloud
Added 173 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 560881
Mass introduced by injector = 5.13929e-10
Number of parcels added continuously = 1224
Mass introduced continuously = 1.06606e-12
Current number of parcels = 3976272
Current mass in system = 4.49047e-09
Number of parcels shifted at least once = 3181
Number of parcel shifts towards cell center = 3184
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00583537, Final user-defined norm residual = 7.74291e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.66672e-05, Final user-defined norm residual = 9.31113e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.00432e-08, Final user-defined norm residual = 2.75969e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000646392, Final residual = 4.94404e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000547937, Final residual = 3.41995e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0381125, Final residual = 1.10003e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0530083, Final residual = 8.95557e-07, No Iterations 262
time step continuity errors : sum local = 1.14646e-10, global = -2.34426e-20, cumulative = -2.2585e-18
DICPCG: Solving for p, Initial residual = 0.00747093, Final residual = 9.66133e-07, No Iterations 129
time step continuity errors : sum local = 1.30136e-10, global = -3.58473e-20, cumulative = -2.29435e-18
BiCGStab: Solving for omega, Initial residual = 0.000558692, Final residual = 5.60575e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00068364, Final residual = 8.28245e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.26223e-05, Final residual = 1.05678e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.22358e-05, Final residual = 5.03693e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00353252, Final residual = 3.08348e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0117391, Final residual = 9.25296e-07, No Iterations 130
time step continuity errors : sum local = 1.298e-10, global = 3.13922e-20, cumulative = -2.26296e-18
DICPCG: Solving for p, Initial residual = 0.00219092, Final residual = 9.33584e-07, No Iterations 76
time step continuity errors : sum local = 1.29749e-10, global = -1.73502e-20, cumulative = -2.28031e-18
BiCGStab: Solving for omega, Initial residual = 2.8777e-05, Final residual = 7.69406e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.03197e-05, Final residual = 8.78285e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.9645e-06, Final residual = 4.75179e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.06386e-06, Final residual = 2.97994e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000482054, Final residual = 1.65472e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00201701, Final residual = 9.8459e-07, No Iterations 46
time step continuity errors : sum local = 1.36305e-10, global = -2.29974e-20, cumulative = -2.3033e-18
DICPCG: Solving for p, Initial residual = 0.000342224, Final residual = 9.51793e-07, No Iterations 31
time step continuity errors : sum local = 1.32059e-10, global = -1.23775e-20, cumulative = -2.31568e-18
BiCGStab: Solving for omega, Initial residual = 1.81775e-05, Final residual = 7.81863e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.32227e-06, Final residual = 3.32227e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.02697e-06, Final residual = 6.84504e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.10495e-07, Final residual = 3.84115e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.3428e-05, Final residual = 2.13864e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000475722, Final residual = 9.73416e-07, No Iterations 12
time step continuity errors : sum local = 1.34852e-10, global = -1.15861e-20, cumulative = -2.32727e-18
DICPCG: Solving for p, Initial residual = 8.15832e-05, Final residual = 8.4722e-07, No Iterations 6
time step continuity errors : sum local = 1.18531e-10, global = 2.17496e-20, cumulative = -2.30552e-18
BiCGStab: Solving for omega, Initial residual = 1.87542e-05, Final residual = 9.0657e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.32362e-06, Final residual = 3.32362e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.60407e-07, Final residual = 1.2716e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.39226e-07, Final residual = 7.57076e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.658e-05, Final residual = 3.42241e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00012216, Final residual = 9.21301e-07, No Iterations 5
time step continuity errors : sum local = 1.28102e-10, global = -2.90619e-20, cumulative = -2.33458e-18
DICPCG: Solving for p, Initial residual = 2.16342e-05, Final residual = 8.0277e-07, No Iterations 3
time step continuity errors : sum local = 1.12785e-10, global = 5.78035e-21, cumulative = -2.3288e-18
BiCGStab: Solving for omega, Initial residual = 2.15497e-05, Final residual = 9.79287e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.35445e-06, Final residual = 3.35445e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2966.38 s ClockTime = 2966 s Max(PAc) = 154776 Pa
Courant Number mean: 0.053008 max: 0.979591 velocity magnitude: 1.28984
deltaT = 0.000477569
Time = 1.51522
--> Cloud: bubbleCloud
Added 118 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 560999
Mass introduced by injector = 5.14055e-10
Number of parcels added continuously = 1124
Mass introduced continuously = 1.11271e-12
Current number of parcels = 3977000
Current mass in system = 4.49106e-09
Number of parcels shifted at least once = 3152
Number of parcel shifts towards cell center = 3156
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00578755, Final user-defined norm residual = 0.000121097
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.60421e-05, Final user-defined norm residual = 1.58716e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.41329e-08, Final user-defined norm residual = 6.31471e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00064624, Final residual = 4.90202e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00054741, Final residual = 3.27289e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.041132, Final residual = 1.1589e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0506653, Final residual = 9.18904e-07, No Iterations 136
time step continuity errors : sum local = 1.2773e-10, global = -1.20237e-20, cumulative = -2.34082e-18
DICPCG: Solving for p, Initial residual = 0.00704605, Final residual = 9.72371e-07, No Iterations 130
time step continuity errors : sum local = 1.30022e-10, global = -3.81674e-20, cumulative = -2.37899e-18
BiCGStab: Solving for omega, Initial residual = 0.000556103, Final residual = 5.91927e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00068458, Final residual = 8.32702e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.32833e-05, Final residual = 1.10417e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.26686e-05, Final residual = 5.05954e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0039037, Final residual = 3.39757e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0115862, Final residual = 9.64843e-07, No Iterations 106
time step continuity errors : sum local = 1.36975e-10, global = 6.87463e-21, cumulative = -2.37212e-18
DICPCG: Solving for p, Initial residual = 0.00216948, Final residual = 9.50787e-07, No Iterations 71
time step continuity errors : sum local = 1.34456e-10, global = 8.1859e-21, cumulative = -2.36393e-18
BiCGStab: Solving for omega, Initial residual = 3.26737e-05, Final residual = 8.38502e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.05275e-05, Final residual = 1.0232e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.38451e-06, Final residual = 5.28319e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.24658e-06, Final residual = 2.87156e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00056175, Final residual = 1.82315e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00207749, Final residual = 9.95277e-07, No Iterations 57
time step continuity errors : sum local = 1.40207e-10, global = -1.2889e-20, cumulative = -2.37682e-18
DICPCG: Solving for p, Initial residual = 0.000339665, Final residual = 9.7074e-07, No Iterations 32
time step continuity errors : sum local = 1.3705e-10, global = -6.69682e-20, cumulative = -2.44379e-18
BiCGStab: Solving for omega, Initial residual = 2.16334e-05, Final residual = 7.62184e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.37871e-06, Final residual = 3.37871e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.10037e-06, Final residual = 6.82252e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.61376e-07, Final residual = 3.97447e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.83734e-05, Final residual = 2.4847e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00051295, Final residual = 9.41771e-07, No Iterations 19
time step continuity errors : sum local = 1.33327e-10, global = 3.50256e-21, cumulative = -2.44029e-18
DICPCG: Solving for p, Initial residual = 8.89594e-05, Final residual = 8.97985e-07, No Iterations 7
time step continuity errors : sum local = 1.27684e-10, global = 6.56366e-20, cumulative = -2.37465e-18
BiCGStab: Solving for omega, Initial residual = 2.42319e-05, Final residual = 9.1929e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.37394e-06, Final residual = 3.37394e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.05551e-07, Final residual = 1.31637e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.59912e-07, Final residual = 7.01735e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.05899e-05, Final residual = 3.9899e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000142663, Final residual = 8.39497e-07, No Iterations 6
time step continuity errors : sum local = 1.20163e-10, global = 5.61709e-20, cumulative = -2.31848e-18
DICPCG: Solving for p, Initial residual = 2.36055e-05, Final residual = 9.83661e-07, No Iterations 3
time step continuity errors : sum local = 1.38693e-10, global = -4.19618e-20, cumulative = -2.36044e-18
BiCGStab: Solving for omega, Initial residual = 2.54538e-05, Final residual = 1.01969e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.40383e-06, Final residual = 3.40383e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2982.85 s ClockTime = 2983 s Max(PAc) = 155130 Pa
Courant Number mean: 0.0530253 max: 0.973644 velocity magnitude: 1.2956
deltaT = 0.000477569
Time = 1.5157
--> Cloud: bubbleCloud
Added 145 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 561144
Mass introduced by injector = 5.14166e-10
Number of parcels added continuously = 1117
Mass introduced continuously = 1.10947e-12
Current number of parcels = 3977765
Current mass in system = 4.49176e-09
Number of parcels shifted at least once = 3188
Number of parcel shifts towards cell center = 3192
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00612346, Final user-defined norm residual = 0.000151531
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.25715e-05, Final user-defined norm residual = 9.11792e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.95995e-07, Final user-defined norm residual = 6.30433e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000648035, Final residual = 4.54591e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000544277, Final residual = 3.41637e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0413524, Final residual = 1.19708e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0513373, Final residual = 9.67366e-07, No Iterations 161
time step continuity errors : sum local = 1.32933e-10, global = 8.42958e-20, cumulative = -2.27614e-18
DICPCG: Solving for p, Initial residual = 0.00681937, Final residual = 9.53333e-07, No Iterations 141
time step continuity errors : sum local = 1.30296e-10, global = 3.81156e-20, cumulative = -2.23803e-18
BiCGStab: Solving for omega, Initial residual = 0.000557575, Final residual = 6.46765e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000685384, Final residual = 8.38319e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.38803e-05, Final residual = 9.80967e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.19414e-05, Final residual = 4.53643e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00380236, Final residual = 3.59251e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0119482, Final residual = 9.7299e-07, No Iterations 105
time step continuity errors : sum local = 1.39325e-10, global = -3.78262e-20, cumulative = -2.27585e-18
DICPCG: Solving for p, Initial residual = 0.00214649, Final residual = 9.68282e-07, No Iterations 76
time step continuity errors : sum local = 1.3787e-10, global = 2.42913e-20, cumulative = -2.25156e-18
BiCGStab: Solving for omega, Initial residual = 3.29309e-05, Final residual = 1.04281e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.08235e-05, Final residual = 1.07356e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.49327e-06, Final residual = 4.76784e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.25196e-06, Final residual = 2.82707e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000541748, Final residual = 1.93898e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00217538, Final residual = 9.6497e-07, No Iterations 61
time step continuity errors : sum local = 1.37356e-10, global = -3.73139e-20, cumulative = -2.28888e-18
DICPCG: Solving for p, Initial residual = 0.000344019, Final residual = 9.62463e-07, No Iterations 51
time step continuity errors : sum local = 1.37026e-10, global = 7.88102e-20, cumulative = -2.21007e-18
BiCGStab: Solving for omega, Initial residual = 2.11162e-05, Final residual = 9.67641e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.59596e-06, Final residual = 3.59596e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.14278e-06, Final residual = 6.26622e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.47925e-07, Final residual = 3.58665e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.48503e-05, Final residual = 2.40117e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000537129, Final residual = 9.51557e-07, No Iterations 19
time step continuity errors : sum local = 1.35634e-10, global = 4.32624e-20, cumulative = -2.1668e-18
DICPCG: Solving for p, Initial residual = 9.43263e-05, Final residual = 9.12431e-07, No Iterations 7
time step continuity errors : sum local = 1.30623e-10, global = 2.79536e-20, cumulative = -2.13885e-18
BiCGStab: Solving for omega, Initial residual = 2.0328e-05, Final residual = 9.90104e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.59148e-06, Final residual = 3.59148e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.34517e-07, Final residual = 1.45196e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.58521e-07, Final residual = 7.93408e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.89451e-05, Final residual = 3.89575e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00015247, Final residual = 9.76028e-07, No Iterations 6
time step continuity errors : sum local = 1.38738e-10, global = 1.86056e-20, cumulative = -2.12025e-18
DICPCG: Solving for p, Initial residual = 2.5808e-05, Final residual = 9.69136e-07, No Iterations 3
time step continuity errors : sum local = 1.37855e-10, global = 1.00156e-19, cumulative = -2.02009e-18
BiCGStab: Solving for omega, Initial residual = 2.13653e-05, Final residual = 1.00444e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.60736e-06, Final residual = 3.60736e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 2999.36 s ClockTime = 2999 s Max(PAc) = 155040 Pa
Courant Number mean: 0.0530421 max: 0.961077 velocity magnitude: 1.29858
deltaT = 0.000477569
Time = 1.51618
--> Cloud: bubbleCloud
Added 192 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 561336
Mass introduced by injector = 5.14327e-10
Number of parcels added continuously = 1129
Mass introduced continuously = 1.02838e-12
Current number of parcels = 3978619
Current mass in system = 4.49251e-09
Number of parcels shifted at least once = 3040
Number of parcel shifts towards cell center = 3040
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00586108, Final user-defined norm residual = 0.000141729
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.04974e-05, Final user-defined norm residual = 4.5113e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.70781e-08, Final user-defined norm residual = 1.07738e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000647075, Final residual = 4.51139e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000543912, Final residual = 3.42701e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.042961, Final residual = 1.16132e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0518002, Final residual = 9.13666e-07, No Iterations 260
time step continuity errors : sum local = 1.16933e-10, global = -5.72429e-20, cumulative = -2.07733e-18
DICPCG: Solving for p, Initial residual = 0.00582013, Final residual = 9.01909e-07, No Iterations 139
time step continuity errors : sum local = 1.26519e-10, global = -6.13844e-20, cumulative = -2.13872e-18
BiCGStab: Solving for omega, Initial residual = 0.000552415, Final residual = 6.93489e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000685478, Final residual = 8.37515e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.3753e-05, Final residual = 1.06647e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.17016e-05, Final residual = 4.99755e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00396882, Final residual = 3.31451e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0117832, Final residual = 9.91221e-07, No Iterations 142
time step continuity errors : sum local = 1.46117e-10, global = -2.51013e-20, cumulative = -2.16382e-18
DICPCG: Solving for p, Initial residual = 0.00203899, Final residual = 9.30237e-07, No Iterations 94
time step continuity errors : sum local = 1.37398e-10, global = -3.29876e-20, cumulative = -2.19681e-18
BiCGStab: Solving for omega, Initial residual = 3.12257e-05, Final residual = 8.98865e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.10418e-05, Final residual = 1.10683e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.2377e-06, Final residual = 5.16833e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.15338e-06, Final residual = 2.90479e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000576686, Final residual = 1.86386e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00214807, Final residual = 9.45787e-07, No Iterations 220
time step continuity errors : sum local = 1.21538e-10, global = 1.05943e-20, cumulative = -2.18621e-18
DICPCG: Solving for p, Initial residual = 0.000351678, Final residual = 9.73832e-07, No Iterations 43
time step continuity errors : sum local = 1.26457e-10, global = -3.58857e-20, cumulative = -2.2221e-18
BiCGStab: Solving for omega, Initial residual = 1.93408e-05, Final residual = 7.86637e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.78427e-06, Final residual = 3.78427e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.15372e-06, Final residual = 6.07982e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.3177e-07, Final residual = 3.45016e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000104277, Final residual = 2.6228e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000546216, Final residual = 9.78013e-07, No Iterations 23
time step continuity errors : sum local = 1.27235e-10, global = 3.84684e-20, cumulative = -2.18363e-18
DICPCG: Solving for p, Initial residual = 9.05876e-05, Final residual = 9.49014e-07, No Iterations 7
time step continuity errors : sum local = 1.23507e-10, global = -1.3085e-20, cumulative = -2.19671e-18
BiCGStab: Solving for omega, Initial residual = 1.94594e-05, Final residual = 9.38145e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.75412e-06, Final residual = 3.75412e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.0708e-07, Final residual = 1.2227e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.58747e-07, Final residual = 6.58023e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.1085e-05, Final residual = 4.26636e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000158554, Final residual = 7.77507e-07, No Iterations 6
time step continuity errors : sum local = 1.01495e-10, global = -7.37529e-20, cumulative = -2.27047e-18
DICPCG: Solving for p, Initial residual = 2.54736e-05, Final residual = 8.5986e-07, No Iterations 3
time step continuity errors : sum local = 1.12068e-10, global = -1.09645e-19, cumulative = -2.38011e-18
BiCGStab: Solving for omega, Initial residual = 2.20319e-05, Final residual = 1.01957e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.79788e-06, Final residual = 3.79788e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3016.08 s ClockTime = 3016 s Max(PAc) = 155211 Pa
Courant Number mean: 0.0530582 max: 0.957072 velocity magnitude: 1.29418
deltaT = 0.000477569
Time = 1.51666
--> Cloud: bubbleCloud
Added 142 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 561478
Mass introduced by injector = 5.14447e-10
Number of parcels added continuously = 1192
Mass introduced continuously = 1.10625e-12
Current number of parcels = 3979462
Current mass in system = 4.49326e-09
Number of parcels shifted at least once = 3172
Number of parcel shifts towards cell center = 3176
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0056916, Final user-defined norm residual = 8.85678e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.90549e-05, Final user-defined norm residual = 1.00623e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.1649e-08, Final user-defined norm residual = 7.52059e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000645339, Final residual = 4.56449e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.0005379, Final residual = 3.418e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.045413, Final residual = 1.24475e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0496542, Final residual = 8.26496e-07, No Iterations 256
time step continuity errors : sum local = 1.06313e-10, global = -8.34172e-20, cumulative = -2.46353e-18
DICPCG: Solving for p, Initial residual = 0.005239, Final residual = 9.76755e-07, No Iterations 135
time step continuity errors : sum local = 1.28854e-10, global = 2.02333e-20, cumulative = -2.44329e-18
BiCGStab: Solving for omega, Initial residual = 0.000552283, Final residual = 7.21491e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000685417, Final residual = 8.35873e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.06968e-05, Final residual = 1.04906e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.04649e-05, Final residual = 4.67839e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00414809, Final residual = 3.35315e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00996998, Final residual = 9.4382e-07, No Iterations 86
time step continuity errors : sum local = 1.26865e-10, global = 4.77656e-20, cumulative = -2.39553e-18
DICPCG: Solving for p, Initial residual = 0.00176327, Final residual = 9.87479e-07, No Iterations 82
time step continuity errors : sum local = 1.31554e-10, global = 6.29659e-20, cumulative = -2.33256e-18
BiCGStab: Solving for omega, Initial residual = 3.59478e-05, Final residual = 1.08567e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.13082e-05, Final residual = 1.08334e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.49672e-06, Final residual = 4.4185e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.58635e-06, Final residual = 2.82047e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000598167, Final residual = 1.87674e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00166782, Final residual = 9.49395e-07, No Iterations 69
time step continuity errors : sum local = 1.26618e-10, global = 5.34496e-20, cumulative = -2.27911e-18
DICPCG: Solving for p, Initial residual = 0.000259888, Final residual = 9.85297e-07, No Iterations 38
time step continuity errors : sum local = 1.31257e-10, global = 5.32114e-20, cumulative = -2.2259e-18
BiCGStab: Solving for omega, Initial residual = 2.5881e-05, Final residual = 1.0119e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.1298e-06, Final residual = 4.1298e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.93887e-07, Final residual = 6.07585e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.03482e-07, Final residual = 3.15412e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000109866, Final residual = 2.56615e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000356257, Final residual = 9.38233e-07, No Iterations 18
time step continuity errors : sum local = 1.25193e-10, global = 9.30282e-20, cumulative = -2.13287e-18
DICPCG: Solving for p, Initial residual = 6.01812e-05, Final residual = 9.84805e-07, No Iterations 6
time step continuity errors : sum local = 1.3119e-10, global = 9.02748e-20, cumulative = -2.0426e-18
BiCGStab: Solving for omega, Initial residual = 2.81208e-05, Final residual = 1.05194e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.11117e-06, Final residual = 4.11117e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.12014e-07, Final residual = 1.02913e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.02726e-07, Final residual = 5.96825e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.2662e-05, Final residual = 4.28175e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.48309e-05, Final residual = 9.93463e-07, No Iterations 5
time step continuity errors : sum local = 1.32304e-10, global = 3.89733e-20, cumulative = -2.00363e-18
DICPCG: Solving for p, Initial residual = 1.52623e-05, Final residual = 8.32328e-07, No Iterations 3
time step continuity errors : sum local = 1.11524e-10, global = -2.39774e-20, cumulative = -2.0276e-18
BiCGStab: Solving for omega, Initial residual = 3.22667e-05, Final residual = 1.20131e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.13823e-06, Final residual = 4.13823e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3032.47 s ClockTime = 3032 s Max(PAc) = 154865 Pa
Courant Number mean: 0.0530742 max: 0.951432 velocity magnitude: 1.28656
deltaT = 0.000477569
Time = 1.51713
--> Cloud: bubbleCloud
Added 138 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 561616
Mass introduced by injector = 5.14588e-10
Number of parcels added continuously = 1132
Mass introduced continuously = 1.11306e-12
Current number of parcels = 3980231
Current mass in system = 4.494e-09
Number of parcels shifted at least once = 3134
Number of parcel shifts towards cell center = 3138
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00577498, Final user-defined norm residual = 9.00936e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.93764e-05, Final user-defined norm residual = 1.01559e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.18425e-08, Final user-defined norm residual = 3.00655e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000646945, Final residual = 4.51087e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00054023, Final residual = 3.72886e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0461237, Final residual = 1.41903e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0514142, Final residual = 9.1573e-07, No Iterations 244
time step continuity errors : sum local = 1.17935e-10, global = 1.0599e-20, cumulative = -2.017e-18
DICPCG: Solving for p, Initial residual = 0.00560554, Final residual = 9.25405e-07, No Iterations 129
time step continuity errors : sum local = 1.32449e-10, global = -3.05049e-20, cumulative = -2.04751e-18
BiCGStab: Solving for omega, Initial residual = 0.00055376, Final residual = 6.45594e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000684278, Final residual = 8.35918e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.19663e-05, Final residual = 1.0195e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.1187e-05, Final residual = 4.28718e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00423278, Final residual = 3.93195e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0110805, Final residual = 9.36032e-07, No Iterations 84
time step continuity errors : sum local = 1.29632e-10, global = -8.5074e-21, cumulative = -2.05602e-18
DICPCG: Solving for p, Initial residual = 0.00187106, Final residual = 9.90053e-07, No Iterations 77
time step continuity errors : sum local = 1.37651e-10, global = -2.69744e-20, cumulative = -2.08299e-18
BiCGStab: Solving for omega, Initial residual = 3.32836e-05, Final residual = 8.94031e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.14462e-05, Final residual = 1.00274e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.99566e-06, Final residual = 4.554e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.85856e-06, Final residual = 2.65073e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000618677, Final residual = 2.13296e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00204717, Final residual = 9.62396e-07, No Iterations 61
time step continuity errors : sum local = 1.34125e-10, global = -3.6195e-20, cumulative = -2.11919e-18
DICPCG: Solving for p, Initial residual = 0.000314447, Final residual = 9.80321e-07, No Iterations 25
time step continuity errors : sum local = 1.36423e-10, global = -4.65555e-20, cumulative = -2.16574e-18
BiCGStab: Solving for omega, Initial residual = 2.13988e-05, Final residual = 7.58639e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.37969e-06, Final residual = 4.37969e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.78803e-07, Final residual = 6.18369e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.60314e-07, Final residual = 3.13813e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000112315, Final residual = 2.62009e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00051543, Final residual = 9.27684e-07, No Iterations 12
time step continuity errors : sum local = 1.29635e-10, global = 2.50978e-21, cumulative = -2.16323e-18
DICPCG: Solving for p, Initial residual = 7.85487e-05, Final residual = 7.97135e-07, No Iterations 6
time step continuity errors : sum local = 1.12797e-10, global = -2.09042e-21, cumulative = -2.16532e-18
BiCGStab: Solving for omega, Initial residual = 2.08674e-05, Final residual = 8.05996e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.38173e-06, Final residual = 4.38173e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.52288e-07, Final residual = 1.07779e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.27428e-07, Final residual = 5.66246e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.44796e-05, Final residual = 4.20692e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000133645, Final residual = 9.17395e-07, No Iterations 5
time step continuity errors : sum local = 1.28298e-10, global = 7.35397e-20, cumulative = -2.09178e-18
DICPCG: Solving for p, Initial residual = 2.07082e-05, Final residual = 8.60423e-07, No Iterations 3
time step continuity errors : sum local = 1.20951e-10, global = 3.59828e-20, cumulative = -2.0558e-18
BiCGStab: Solving for omega, Initial residual = 2.08321e-05, Final residual = 8.41428e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.40155e-06, Final residual = 4.40155e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3048.91 s ClockTime = 3049 s Max(PAc) = 154273 Pa
Courant Number mean: 0.0530903 max: 0.942781 velocity magnitude: 1.27486
deltaT = 0.000477569
Time = 1.51761
--> Cloud: bubbleCloud
Added 139 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 561755
Mass introduced by injector = 5.1475e-10
Number of parcels added continuously = 1158
Mass introduced continuously = 1.10069e-12
Current number of parcels = 3981036
Current mass in system = 4.49473e-09
Number of parcels shifted at least once = 3129
Number of parcel shifts towards cell center = 3130
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00586906, Final user-defined norm residual = 7.83504e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.68564e-05, Final user-defined norm residual = 8.6382e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.85849e-08, Final user-defined norm residual = 5.78282e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000644153, Final residual = 4.65533e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000539683, Final residual = 3.64358e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0483196, Final residual = 1.31848e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.046248, Final residual = 9.33454e-07, No Iterations 248
time step continuity errors : sum local = 1.19718e-10, global = -1.76891e-20, cumulative = -2.07349e-18
DICPCG: Solving for p, Initial residual = 0.00643787, Final residual = 9.1992e-07, No Iterations 96
time step continuity errors : sum local = 1.23058e-10, global = 4.59757e-20, cumulative = -2.02751e-18
BiCGStab: Solving for omega, Initial residual = 0.000546881, Final residual = 5.5495e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000683923, Final residual = 8.38855e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.10223e-05, Final residual = 1.0138e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.11933e-05, Final residual = 4.48653e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00438065, Final residual = 3.68981e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0109347, Final residual = 9.85239e-07, No Iterations 133
time step continuity errors : sum local = 1.4048e-10, global = -4.76251e-20, cumulative = -2.07514e-18
DICPCG: Solving for p, Initial residual = 0.0018939, Final residual = 9.86711e-07, No Iterations 63
time step continuity errors : sum local = 1.39688e-10, global = -7.12048e-20, cumulative = -2.14634e-18
BiCGStab: Solving for omega, Initial residual = 2.86511e-05, Final residual = 7.12157e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.07735e-05, Final residual = 9.38475e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.48614e-06, Final residual = 4.63317e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.83093e-06, Final residual = 2.77327e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000654461, Final residual = 2.02994e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00184629, Final residual = 8.99516e-07, No Iterations 45
time step continuity errors : sum local = 1.2844e-10, global = 1.78298e-21, cumulative = -2.14456e-18
DICPCG: Solving for p, Initial residual = 0.000293419, Final residual = 9.52912e-07, No Iterations 27
time step continuity errors : sum local = 1.3527e-10, global = -1.43964e-21, cumulative = -2.146e-18
BiCGStab: Solving for omega, Initial residual = 1.7915e-05, Final residual = 6.6787e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.88085e-06, Final residual = 3.88085e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.02743e-07, Final residual = 4.81642e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.2543e-07, Final residual = 2.70858e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00011803, Final residual = 2.67542e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000450852, Final residual = 9.17354e-07, No Iterations 12
time step continuity errors : sum local = 1.30712e-10, global = 1.44743e-20, cumulative = -2.13153e-18
DICPCG: Solving for p, Initial residual = 7.147e-05, Final residual = 7.95252e-07, No Iterations 6
time step continuity errors : sum local = 1.15035e-10, global = -4.48483e-20, cumulative = -2.17637e-18
BiCGStab: Solving for omega, Initial residual = 1.79785e-05, Final residual = 7.04928e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.86817e-06, Final residual = 3.86817e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.45324e-07, Final residual = 8.31918e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.22264e-07, Final residual = 4.96833e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.32069e-05, Final residual = 4.37141e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000128134, Final residual = 9.47882e-07, No Iterations 5
time step continuity errors : sum local = 1.34617e-10, global = -7.1649e-21, cumulative = -2.18354e-18
DICPCG: Solving for p, Initial residual = 2.02474e-05, Final residual = 8.80733e-07, No Iterations 3
time step continuity errors : sum local = 1.25998e-10, global = -5.6012e-21, cumulative = -2.18914e-18
BiCGStab: Solving for omega, Initial residual = 2.02381e-05, Final residual = 8.66263e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.89647e-06, Final residual = 3.89647e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3065.54 s ClockTime = 3066 s Max(PAc) = 154248 Pa
Courant Number mean: 0.0531064 max: 0.936943 velocity magnitude: 1.26321
deltaT = 0.000477569
Time = 1.51809
--> Cloud: bubbleCloud
Added 164 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 561919
Mass introduced by injector = 5.1489e-10
Number of parcels added continuously = 1156
Mass introduced continuously = 1.07567e-12
Current number of parcels = 3981866
Current mass in system = 4.49542e-09
Number of parcels shifted at least once = 3098
Number of parcel shifts towards cell center = 3102
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00642723, Final user-defined norm residual = 0.000106318
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.28846e-05, Final user-defined norm residual = 1.19932e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.58156e-08, Final user-defined norm residual = 9.03086e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000639702, Final residual = 4.68174e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000541281, Final residual = 3.46501e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0497418, Final residual = 1.40288e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0480455, Final residual = 8.70945e-07, No Iterations 254
time step continuity errors : sum local = 1.12403e-10, global = 1.2584e-21, cumulative = -2.18788e-18
DICPCG: Solving for p, Initial residual = 0.00593486, Final residual = 9.86363e-07, No Iterations 142
time step continuity errors : sum local = 1.40039e-10, global = 9.72152e-21, cumulative = -2.17816e-18
BiCGStab: Solving for omega, Initial residual = 0.00054702, Final residual = 5.61599e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000683516, Final residual = 8.32693e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.08937e-05, Final residual = 1.04694e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.04945e-05, Final residual = 4.63087e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00465328, Final residual = 3.84676e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00984523, Final residual = 9.68849e-07, No Iterations 82
time step continuity errors : sum local = 1.29606e-10, global = -4.36882e-20, cumulative = -2.22185e-18
DICPCG: Solving for p, Initial residual = 0.00167887, Final residual = 9.85812e-07, No Iterations 70
time step continuity errors : sum local = 1.32935e-10, global = -4.9693e-20, cumulative = -2.27154e-18
BiCGStab: Solving for omega, Initial residual = 3.0884e-05, Final residual = 7.30158e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.05645e-05, Final residual = 9.62437e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.43344e-06, Final residual = 4.58122e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.7701e-06, Final residual = 2.7641e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00071239, Final residual = 2.11258e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00171248, Final residual = 9.87604e-07, No Iterations 40
time step continuity errors : sum local = 1.33148e-10, global = -8.99437e-20, cumulative = -2.36148e-18
DICPCG: Solving for p, Initial residual = 0.000262945, Final residual = 9.71051e-07, No Iterations 23
time step continuity errors : sum local = 1.30976e-10, global = -3.93809e-20, cumulative = -2.40087e-18
BiCGStab: Solving for omega, Initial residual = 2.14314e-05, Final residual = 7.1681e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.40039e-06, Final residual = 3.40039e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.49421e-07, Final residual = 5.4291e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.43648e-07, Final residual = 2.85395e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000138549, Final residual = 2.76143e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000411606, Final residual = 8.65573e-07, No Iterations 11
time step continuity errors : sum local = 1.1727e-10, global = -8.44048e-21, cumulative = -2.40931e-18
DICPCG: Solving for p, Initial residual = 6.60965e-05, Final residual = 7.30046e-07, No Iterations 6
time step continuity errors : sum local = 9.96649e-11, global = -3.11243e-20, cumulative = -2.44043e-18
BiCGStab: Solving for omega, Initial residual = 2.08931e-05, Final residual = 7.81454e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.39267e-06, Final residual = 3.39267e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.48582e-07, Final residual = 9.49527e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.29209e-07, Final residual = 5.11202e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.04973e-05, Final residual = 4.29901e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.0001161, Final residual = 7.09468e-07, No Iterations 6
time step continuity errors : sum local = 9.6992e-11, global = -1.84645e-20, cumulative = -2.4589e-18
DICPCG: Solving for p, Initial residual = 1.85032e-05, Final residual = 9.53812e-07, No Iterations 3
time step continuity errors : sum local = 1.28706e-10, global = -2.37185e-20, cumulative = -2.48261e-18
BiCGStab: Solving for omega, Initial residual = 2.2314e-05, Final residual = 8.71842e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.42214e-06, Final residual = 3.42214e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3082.41 s ClockTime = 3082 s Max(PAc) = 153848 Pa
Courant Number mean: 0.0531223 max: 0.93588 velocity magnitude: 1.25475
deltaT = 0.000477569
Time = 1.51857
--> Cloud: bubbleCloud
Added 161 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 562080
Mass introduced by injector = 5.15034e-10
Number of parcels added continuously = 1129
Mass introduced continuously = 1.07647e-12
Current number of parcels = 3982657
Current mass in system = 4.49611e-09
Number of parcels shifted at least once = 3112
Number of parcel shifts towards cell center = 3114
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00651225, Final user-defined norm residual = 0.000186083
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.00556e-05, Final user-defined norm residual = 1.1049e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.37849e-07, Final user-defined norm residual = 7.71846e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000643952, Final residual = 4.84641e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000541675, Final residual = 3.5238e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.050735, Final residual = 1.67654e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0461333, Final residual = 8.77173e-07, No Iterations 255
time step continuity errors : sum local = 1.12954e-10, global = 1.4708e-20, cumulative = -2.46791e-18
DICPCG: Solving for p, Initial residual = 0.00625103, Final residual = 9.81678e-07, No Iterations 100
time step continuity errors : sum local = 1.36712e-10, global = 7.66021e-20, cumulative = -2.3913e-18
BiCGStab: Solving for omega, Initial residual = 0.000549658, Final residual = 6.18439e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000684083, Final residual = 8.27859e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.0907e-05, Final residual = 1.00195e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.14532e-05, Final residual = 4.61424e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00456915, Final residual = 4.52395e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0102508, Final residual = 9.87926e-07, No Iterations 224
time step continuity errors : sum local = 1.26676e-10, global = 2.92715e-20, cumulative = -2.36203e-18
DICPCG: Solving for p, Initial residual = 0.00180875, Final residual = 9.58711e-07, No Iterations 83
time step continuity errors : sum local = 1.25977e-10, global = -1.17687e-20, cumulative = -2.3738e-18
BiCGStab: Solving for omega, Initial residual = 3.21402e-05, Final residual = 7.61695e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.01585e-05, Final residual = 9.64591e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.98392e-06, Final residual = 4.91231e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.11676e-06, Final residual = 2.66863e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000662067, Final residual = 2.3012e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00186513, Final residual = 9.48673e-07, No Iterations 54
time step continuity errors : sum local = 1.25135e-10, global = 7.72821e-20, cumulative = -2.29652e-18
DICPCG: Solving for p, Initial residual = 0.000317031, Final residual = 9.71559e-07, No Iterations 24
time step continuity errors : sum local = 1.28035e-10, global = -5.3194e-21, cumulative = -2.30184e-18
BiCGStab: Solving for omega, Initial residual = 2.51324e-05, Final residual = 7.9494e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.81194e-06, Final residual = 2.81194e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.04549e-06, Final residual = 5.85849e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.60852e-07, Final residual = 3.40802e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000121589, Final residual = 2.82965e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000508626, Final residual = 8.88759e-07, No Iterations 12
time step continuity errors : sum local = 1.1741e-10, global = -1.26117e-20, cumulative = -2.31445e-18
DICPCG: Solving for p, Initial residual = 8.67623e-05, Final residual = 8.05058e-07, No Iterations 6
time step continuity errors : sum local = 1.06656e-10, global = 6.02022e-20, cumulative = -2.25425e-18
BiCGStab: Solving for omega, Initial residual = 2.84024e-05, Final residual = 8.6229e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.81154e-06, Final residual = 2.81154e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.1075e-07, Final residual = 1.01003e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.72882e-07, Final residual = 5.22837e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.4851e-05, Final residual = 4.57135e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000162244, Final residual = 9.93504e-07, No Iterations 5
time step continuity errors : sum local = 1.30827e-10, global = -3.85169e-20, cumulative = -2.29276e-18
DICPCG: Solving for p, Initial residual = 2.78898e-05, Final residual = 5.78806e-07, No Iterations 4
time step continuity errors : sum local = 7.76287e-11, global = 6.06363e-20, cumulative = -2.23213e-18
BiCGStab: Solving for omega, Initial residual = 2.6793e-05, Final residual = 8.80505e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.83172e-06, Final residual = 2.83172e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3098.95 s ClockTime = 3099 s Max(PAc) = 154294 Pa
Courant Number mean: 0.0531382 max: 0.929378 velocity magnitude: 1.24796
deltaT = 0.000477569
Time = 1.51904
--> Cloud: bubbleCloud
Added 162 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 562242
Mass introduced by injector = 5.1517e-10
Number of parcels added continuously = 1093
Mass introduced continuously = 9.70483e-13
Current number of parcels = 3983417
Current mass in system = 4.49667e-09
Number of parcels shifted at least once = 3133
Number of parcel shifts towards cell center = 3136
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00628653, Final user-defined norm residual = 0.000157533
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.39096e-05, Final user-defined norm residual = 3.99983e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.6101e-08, Final user-defined norm residual = 8.1835e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000640857, Final residual = 4.66472e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.0005445, Final residual = 3.65544e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0509069, Final residual = 1.49792e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.050389, Final residual = 8.61427e-07, No Iterations 259
time step continuity errors : sum local = 1.09722e-10, global = -4.82558e-20, cumulative = -2.28038e-18
DICPCG: Solving for p, Initial residual = 0.00700119, Final residual = 9.41671e-07, No Iterations 141
time step continuity errors : sum local = 1.33895e-10, global = -7.58687e-20, cumulative = -2.35625e-18
BiCGStab: Solving for omega, Initial residual = 0.000553114, Final residual = 6.11851e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00068448, Final residual = 8.24549e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.11778e-05, Final residual = 1.01278e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.15348e-05, Final residual = 4.21561e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00464904, Final residual = 4.05901e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0103251, Final residual = 9.66432e-07, No Iterations 86
time step continuity errors : sum local = 1.28565e-10, global = 3.37732e-22, cumulative = -2.35591e-18
DICPCG: Solving for p, Initial residual = 0.00178601, Final residual = 9.93416e-07, No Iterations 81
time step continuity errors : sum local = 1.32838e-10, global = -7.14469e-20, cumulative = -2.42736e-18
BiCGStab: Solving for omega, Initial residual = 3.27307e-05, Final residual = 7.87002e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.8154e-06, Final residual = 9.8154e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.67263e-06, Final residual = 4.9634e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.83097e-06, Final residual = 2.65613e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000689549, Final residual = 2.21716e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00182144, Final residual = 9.9656e-07, No Iterations 47
time step continuity errors : sum local = 1.33223e-10, global = -2.09586e-20, cumulative = -2.44832e-18
DICPCG: Solving for p, Initial residual = 0.000310978, Final residual = 9.4503e-07, No Iterations 28
time step continuity errors : sum local = 1.26665e-10, global = -2.8571e-20, cumulative = -2.47689e-18
BiCGStab: Solving for omega, Initial residual = 2.28849e-05, Final residual = 7.04077e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.82213e-06, Final residual = 9.82213e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.01284e-06, Final residual = 5.04473e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.05143e-07, Final residual = 2.91853e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000121557, Final residual = 2.85596e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000517719, Final residual = 9.2732e-07, No Iterations 19
time step continuity errors : sum local = 1.24407e-10, global = 3.78631e-20, cumulative = -2.43903e-18
DICPCG: Solving for p, Initial residual = 8.99563e-05, Final residual = 9.55749e-07, No Iterations 7
time step continuity errors : sum local = 1.28012e-10, global = 2.58233e-20, cumulative = -2.4132e-18
BiCGStab: Solving for omega, Initial residual = 2.12945e-05, Final residual = 6.74504e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.82227e-06, Final residual = 9.82227e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.84394e-07, Final residual = 9.84022e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.39606e-07, Final residual = 5.10753e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.52255e-05, Final residual = 4.47526e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000140717, Final residual = 8.61988e-07, No Iterations 6
time step continuity errors : sum local = 1.16119e-10, global = 4.33e-20, cumulative = -2.3699e-18
DICPCG: Solving for p, Initial residual = 2.53887e-05, Final residual = 9.62344e-07, No Iterations 3
time step continuity errors : sum local = 1.28848e-10, global = -1.54827e-20, cumulative = -2.38539e-18
BiCGStab: Solving for omega, Initial residual = 2.42619e-05, Final residual = 8.26627e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.82715e-06, Final residual = 9.82715e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3115.7 s ClockTime = 3116 s Max(PAc) = 154871 Pa
Courant Number mean: 0.0531547 max: 0.942287 velocity magnitude: 1.24649
deltaT = 0.000477569
Time = 1.51952
--> Cloud: bubbleCloud
Added 177 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 562419
Mass introduced by injector = 5.15309e-10
Number of parcels added continuously = 1205
Mass introduced continuously = 1.07788e-12
Current number of parcels = 3984289
Current mass in system = 4.4974e-09
Number of parcels shifted at least once = 3109
Number of parcel shifts towards cell center = 3111
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00610006, Final user-defined norm residual = 8.55693e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.84235e-05, Final user-defined norm residual = 2.66186e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.73123e-08, Final user-defined norm residual = 3.67392e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000648912, Final residual = 4.80064e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000546231, Final residual = 3.78452e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0522634, Final residual = 1.47747e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.047461, Final residual = 9.65201e-07, No Iterations 257
time step continuity errors : sum local = 1.23636e-10, global = 8.9228e-21, cumulative = -2.37646e-18
DICPCG: Solving for p, Initial residual = 0.00563029, Final residual = 9.64841e-07, No Iterations 131
time step continuity errors : sum local = 1.26464e-10, global = 2.15724e-20, cumulative = -2.35489e-18
BiCGStab: Solving for omega, Initial residual = 0.000556349, Final residual = 1.07713e-07, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000684943, Final residual = 8.25793e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.1801e-05, Final residual = 1.05645e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.1954e-05, Final residual = 4.60942e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00483654, Final residual = 4.0965e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0103581, Final residual = 9.48443e-07, No Iterations 94
time step continuity errors : sum local = 1.28307e-10, global = -2.56816e-20, cumulative = -2.38057e-18
DICPCG: Solving for p, Initial residual = 0.00183025, Final residual = 9.13349e-07, No Iterations 77
time step continuity errors : sum local = 1.22731e-10, global = -8.88824e-20, cumulative = -2.46946e-18
BiCGStab: Solving for omega, Initial residual = 3.44109e-05, Final residual = 8.65932e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.87373e-06, Final residual = 8.87373e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.0122e-06, Final residual = 4.87986e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.97709e-06, Final residual = 2.77058e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000717355, Final residual = 2.19867e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00192032, Final residual = 9.49819e-07, No Iterations 63
time step continuity errors : sum local = 1.2735e-10, global = 6.88236e-20, cumulative = -2.40063e-18
DICPCG: Solving for p, Initial residual = 0.000331551, Final residual = 9.98483e-07, No Iterations 28
time step continuity errors : sum local = 1.33675e-10, global = 2.67849e-21, cumulative = -2.39795e-18
BiCGStab: Solving for omega, Initial residual = 2.76306e-05, Final residual = 6.64915e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.93615e-06, Final residual = 8.93615e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.0417e-06, Final residual = 5.35393e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.16771e-07, Final residual = 2.83836e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000136537, Final residual = 3.03965e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000524131, Final residual = 9.48202e-07, No Iterations 20
time step continuity errors : sum local = 1.27154e-10, global = -1.81927e-20, cumulative = -2.41615e-18
DICPCG: Solving for p, Initial residual = 9.33283e-05, Final residual = 9.59445e-07, No Iterations 7
time step continuity errors : sum local = 1.28609e-10, global = 4.63088e-20, cumulative = -2.36984e-18
BiCGStab: Solving for omega, Initial residual = 3.10893e-05, Final residual = 8.34509e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.96537e-06, Final residual = 8.96537e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.92322e-07, Final residual = 9.55552e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.33354e-07, Final residual = 5.66904e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.86241e-05, Final residual = 4.94441e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000148572, Final residual = 8.24346e-07, No Iterations 6
time step continuity errors : sum local = 1.11109e-10, global = 1.00524e-19, cumulative = -2.26931e-18
DICPCG: Solving for p, Initial residual = 2.525e-05, Final residual = 9.3999e-07, No Iterations 3
time step continuity errors : sum local = 1.26088e-10, global = -1.71584e-20, cumulative = -2.28647e-18
BiCGStab: Solving for omega, Initial residual = 3.62346e-05, Final residual = 9.91954e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.96071e-06, Final residual = 8.96071e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3132.34 s ClockTime = 3132 s Max(PAc) = 154874 Pa
Courant Number mean: 0.0531716 max: 0.952698 velocity magnitude: 1.24573
deltaT = 0.000477569
Time = 1.52
--> Cloud: bubbleCloud
Added 153 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 562572
Mass introduced by injector = 5.15461e-10
Number of parcels added continuously = 1175
Mass introduced continuously = 1.10561e-12
Current number of parcels = 3985130
Current mass in system = 4.4982e-09
Number of parcels shifted at least once = 3002
Number of parcel shifts towards cell center = 3005
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00584369, Final user-defined norm residual = 0.000106901
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.30148e-05, Final user-defined norm residual = 1.20288e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.58976e-08, Final user-defined norm residual = 5.86758e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000649851, Final residual = 5.0119e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000545381, Final residual = 3.59929e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0524679, Final residual = 1.59006e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0460151, Final residual = 9.40669e-07, No Iterations 250
time step continuity errors : sum local = 1.22384e-10, global = 2.54727e-20, cumulative = -2.261e-18
DICPCG: Solving for p, Initial residual = 0.00523521, Final residual = 9.75337e-07, No Iterations 128
time step continuity errors : sum local = 1.35301e-10, global = -3.45849e-20, cumulative = -2.29558e-18
BiCGStab: Solving for omega, Initial residual = 0.000563013, Final residual = 4.6865e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000686283, Final residual = 8.2631e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.24645e-05, Final residual = 1.06945e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.12091e-05, Final residual = 4.62398e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00506333, Final residual = 4.37131e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00978502, Final residual = 9.15301e-07, No Iterations 95
time step continuity errors : sum local = 1.37599e-10, global = 1.84508e-20, cumulative = -2.27713e-18
DICPCG: Solving for p, Initial residual = 0.00174667, Final residual = 9.43573e-07, No Iterations 80
time step continuity errors : sum local = 1.40393e-10, global = -1.60523e-20, cumulative = -2.29319e-18
BiCGStab: Solving for omega, Initial residual = 4.14469e-05, Final residual = 6.1141e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.02718e-06, Final residual = 9.02718e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.75374e-06, Final residual = 4.98821e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.88159e-06, Final residual = 2.95285e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000755571, Final residual = 2.32064e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00159849, Final residual = 9.38005e-07, No Iterations 70
time step continuity errors : sum local = 1.39638e-10, global = 3.31864e-20, cumulative = -2.26e-18
DICPCG: Solving for p, Initial residual = 0.000272967, Final residual = 9.86507e-07, No Iterations 33
time step continuity errors : sum local = 1.45992e-10, global = 8.68853e-20, cumulative = -2.17311e-18
BiCGStab: Solving for omega, Initial residual = 3.05028e-05, Final residual = 4.45661e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.06392e-06, Final residual = 9.06392e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.50262e-07, Final residual = 5.91255e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.42864e-07, Final residual = 3.41567e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000142039, Final residual = 2.91181e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00041368, Final residual = 9.54929e-07, No Iterations 17
time step continuity errors : sum local = 1.41851e-10, global = -2.03518e-20, cumulative = -2.19347e-18
DICPCG: Solving for p, Initial residual = 7.1764e-05, Final residual = 8.95702e-07, No Iterations 7
time step continuity errors : sum local = 1.34077e-10, global = -8.44327e-20, cumulative = -2.2779e-18
BiCGStab: Solving for omega, Initial residual = 2.99221e-05, Final residual = 1.12474e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.10163e-06, Final residual = 9.10163e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.34514e-07, Final residual = 1.04704e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.15697e-07, Final residual = 6.30345e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.08733e-05, Final residual = 4.79827e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000113548, Final residual = 8.89899e-07, No Iterations 6
time step continuity errors : sum local = 1.33317e-10, global = -1.11553e-20, cumulative = -2.28905e-18
DICPCG: Solving for p, Initial residual = 1.8256e-05, Final residual = 9.23652e-07, No Iterations 3
time step continuity errors : sum local = 1.37741e-10, global = -2.57008e-20, cumulative = -2.31475e-18
BiCGStab: Solving for omega, Initial residual = 3.07561e-05, Final residual = 7.12249e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.06518e-06, Final residual = 9.06518e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3178.98 s ClockTime = 3179 s Max(PAc) = 154506 Pa
Courant Number mean: 0.0531887 max: 0.960687 velocity magnitude: 1.24952
deltaT = 0.000487805
Time = 1.52049
--> Cloud: bubbleCloud
Added 146 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 562718
Mass introduced by injector = 5.15579e-10
Number of parcels added continuously = 1201
Mass introduced continuously = 1.10329e-12
Current number of parcels = 3985968
Current mass in system = 4.4989e-09
Number of parcels shifted at least once = 3123
Number of parcel shifts towards cell center = 3127
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00598893, Final user-defined norm residual = 0.000104867
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.25489e-05, Final user-defined norm residual = 1.99642e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.29287e-08, Final user-defined norm residual = 1.55385e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000663636, Final residual = 5.77003e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000555147, Final residual = 4.128e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0550473, Final residual = 2.20157e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0468526, Final residual = 9.65238e-07, No Iterations 153
time step continuity errors : sum local = 1.38984e-10, global = -3.55942e-20, cumulative = -2.35035e-18
DICPCG: Solving for p, Initial residual = 0.00570125, Final residual = 9.52651e-07, No Iterations 138
time step continuity errors : sum local = 1.42208e-10, global = -6.93186e-20, cumulative = -2.41967e-18
BiCGStab: Solving for omega, Initial residual = 0.000577658, Final residual = 8.00858e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000702334, Final residual = 8.93847e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.36666e-05, Final residual = 1.26769e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.18284e-05, Final residual = 5.44375e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00517231, Final residual = 5.62711e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0100531, Final residual = 9.57696e-07, No Iterations 95
time step continuity errors : sum local = 1.51761e-10, global = -2.08159e-20, cumulative = -2.44048e-18
DICPCG: Solving for p, Initial residual = 0.00189611, Final residual = 9.94972e-07, No Iterations 84
time step continuity errors : sum local = 1.55863e-10, global = 3.33243e-21, cumulative = -2.43715e-18
BiCGStab: Solving for omega, Initial residual = 3.23743e-05, Final residual = 6.98829e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.44604e-06, Final residual = 9.44604e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.81106e-06, Final residual = 6.13536e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.90632e-06, Final residual = 3.70971e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000764368, Final residual = 3.00538e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00160917, Final residual = 9.26642e-07, No Iterations 222
time step continuity errors : sum local = 1.25223e-10, global = 1.1705e-20, cumulative = -2.42545e-18
DICPCG: Solving for p, Initial residual = 0.00027132, Final residual = 9.88368e-07, No Iterations 31
time step continuity errors : sum local = 1.35226e-10, global = 7.83847e-20, cumulative = -2.34706e-18
BiCGStab: Solving for omega, Initial residual = 2.0817e-05, Final residual = 5.30495e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.46562e-06, Final residual = 9.46562e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.07488e-07, Final residual = 8.90957e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.82485e-07, Final residual = 3.7128e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000137769, Final residual = 3.32279e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000384408, Final residual = 9.9164e-07, No Iterations 18
time step continuity errors : sum local = 1.35978e-10, global = -9.82424e-21, cumulative = -2.35689e-18
DICPCG: Solving for p, Initial residual = 6.58754e-05, Final residual = 9.34829e-07, No Iterations 6
time step continuity errors : sum local = 1.28308e-10, global = -4.69785e-20, cumulative = -2.40386e-18
BiCGStab: Solving for omega, Initial residual = 1.87117e-05, Final residual = 5.70098e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.46404e-06, Final residual = 9.46404e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.23058e-07, Final residual = 1.67078e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.31219e-07, Final residual = 6.90649e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.83428e-05, Final residual = 5.46446e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.56349e-05, Final residual = 8.46654e-07, No Iterations 6
time step continuity errors : sum local = 1.16412e-10, global = 4.2351e-20, cumulative = -2.36151e-18
DICPCG: Solving for p, Initial residual = 1.67616e-05, Final residual = 6.32562e-07, No Iterations 4
time step continuity errors : sum local = 8.74797e-11, global = -1.19275e-19, cumulative = -2.48079e-18
BiCGStab: Solving for omega, Initial residual = 1.9071e-05, Final residual = 5.17671e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.46596e-06, Final residual = 9.46596e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3195.5 s ClockTime = 3196 s Max(PAc) = 154035 Pa
Courant Number mean: 0.0543462 max: 0.98975 velocity magnitude: 1.25807
deltaT = 0.000487805
Time = 1.52098
--> Cloud: bubbleCloud
Added 188 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 562906
Mass introduced by injector = 5.15761e-10
Number of parcels added continuously = 1172
Mass introduced continuously = 1.17873e-12
Current number of parcels = 3986837
Current mass in system = 4.49976e-09
Number of parcels shifted at least once = 3138
Number of parcel shifts towards cell center = 3140
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0062622, Final user-defined norm residual = 0.000157928
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.40076e-05, Final user-defined norm residual = 6.09492e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.31252e-07, Final user-defined norm residual = 1.11686e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000665756, Final residual = 5.98836e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000558637, Final residual = 4.08199e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0565745, Final residual = 1.87761e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0496842, Final residual = 9.09717e-07, No Iterations 258
time step continuity errors : sum local = 1.23162e-10, global = 5.22801e-20, cumulative = -2.42851e-18
DICPCG: Solving for p, Initial residual = 0.00661915, Final residual = 9.99821e-07, No Iterations 136
time step continuity errors : sum local = 1.3618e-10, global = 4.39228e-20, cumulative = -2.38459e-18
BiCGStab: Solving for omega, Initial residual = 0.000571246, Final residual = 5.22867e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000703218, Final residual = 8.94118e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.4846e-05, Final residual = 1.28913e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.25145e-05, Final residual = 5.83229e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00540208, Final residual = 5.18622e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0111896, Final residual = 9.97794e-07, No Iterations 112
time step continuity errors : sum local = 1.45722e-10, global = -1.28981e-21, cumulative = -2.38587e-18
DICPCG: Solving for p, Initial residual = 0.00202473, Final residual = 9.71033e-07, No Iterations 82
time step continuity errors : sum local = 1.41157e-10, global = -7.47422e-20, cumulative = -2.46062e-18
BiCGStab: Solving for omega, Initial residual = 2.48631e-05, Final residual = 2.98272e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.33897e-06, Final residual = 9.33897e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.59869e-06, Final residual = 5.8741e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.32395e-06, Final residual = 3.37296e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000819661, Final residual = 2.84917e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00198148, Final residual = 9.34809e-07, No Iterations 41
time step continuity errors : sum local = 1.36309e-10, global = -2.69315e-20, cumulative = -2.48755e-18
DICPCG: Solving for p, Initial residual = 0.000342128, Final residual = 9.62046e-07, No Iterations 22
time step continuity errors : sum local = 1.40046e-10, global = 4.55892e-20, cumulative = -2.44196e-18
BiCGStab: Solving for omega, Initial residual = 1.1272e-05, Final residual = 2.17019e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.35667e-06, Final residual = 9.35667e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.08133e-06, Final residual = 7.46419e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.9295e-07, Final residual = 4.11721e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000153299, Final residual = 3.51393e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000486818, Final residual = 9.62186e-07, No Iterations 11
time step continuity errors : sum local = 1.40078e-10, global = -8.06578e-20, cumulative = -2.52262e-18
DICPCG: Solving for p, Initial residual = 9.27483e-05, Final residual = 9.60201e-07, No Iterations 5
time step continuity errors : sum local = 1.39809e-10, global = -2.53663e-20, cumulative = -2.54798e-18
BiCGStab: Solving for omega, Initial residual = 1.04326e-05, Final residual = 2.27227e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.37005e-06, Final residual = 9.37005e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.09401e-07, Final residual = 1.22447e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.68309e-07, Final residual = 6.6322e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.11459e-05, Final residual = 5.72128e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000136951, Final residual = 7.23018e-07, No Iterations 6
time step continuity errors : sum local = 1.07584e-10, global = 2.02424e-20, cumulative = -2.52774e-18
DICPCG: Solving for p, Initial residual = 2.59987e-05, Final residual = 5.86458e-07, No Iterations 4
time step continuity errors : sum local = 8.90291e-11, global = -1.99239e-20, cumulative = -2.54767e-18
BiCGStab: Solving for omega, Initial residual = 9.41614e-06, Final residual = 9.41614e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.35671e-06, Final residual = 9.35671e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3212.08 s ClockTime = 3212 s Max(PAc) = 154139 Pa
Courant Number mean: 0.054363 max: 0.989556 velocity magnitude: 1.2696
deltaT = 0.000487805
Time = 1.52146
--> Cloud: bubbleCloud
Added 139 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 563045
Mass introduced by injector = 5.15879e-10
Number of parcels added continuously = 1182
Mass introduced continuously = 1.06089e-12
Current number of parcels = 3987632
Current mass in system = 4.50045e-09
Number of parcels shifted at least once = 3126
Number of parcel shifts towards cell center = 3130
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0063409, Final user-defined norm residual = 0.00021631
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.65893e-05, Final user-defined norm residual = 1.92077e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.13722e-07, Final user-defined norm residual = 2.50959e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000666655, Final residual = 6.14859e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000558863, Final residual = 4.10541e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0583817, Final residual = 2.4733e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0488888, Final residual = 9.66748e-07, No Iterations 259
time step continuity errors : sum local = 1.31335e-10, global = 2.9189e-20, cumulative = -2.51848e-18
DICPCG: Solving for p, Initial residual = 0.00642868, Final residual = 8.70377e-07, No Iterations 141
time step continuity errors : sum local = 1.23223e-10, global = 6.38448e-20, cumulative = -2.45463e-18
BiCGStab: Solving for omega, Initial residual = 0.000568763, Final residual = 5.33889e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000703106, Final residual = 8.86643e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.58661e-05, Final residual = 1.16854e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.28105e-05, Final residual = 5.27193e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00521826, Final residual = 6.13354e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0119431, Final residual = 9.69756e-07, No Iterations 139
time step continuity errors : sum local = 1.51083e-10, global = -8.58975e-20, cumulative = -2.54053e-18
DICPCG: Solving for p, Initial residual = 0.00225315, Final residual = 9.27483e-07, No Iterations 71
time step continuity errors : sum local = 1.44527e-10, global = -3.87676e-20, cumulative = -2.5793e-18
BiCGStab: Solving for omega, Initial residual = 2.73723e-05, Final residual = 3.96552e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.68329e-06, Final residual = 9.68329e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.96459e-06, Final residual = 5.82571e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.45375e-06, Final residual = 3.29899e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000752499, Final residual = 3.09301e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00212934, Final residual = 9.97964e-07, No Iterations 61
time step continuity errors : sum local = 1.54315e-10, global = 7.30791e-20, cumulative = -2.50622e-18
DICPCG: Solving for p, Initial residual = 0.000406226, Final residual = 9.93093e-07, No Iterations 53
time step continuity errors : sum local = 1.53685e-10, global = 4.15052e-20, cumulative = -2.46471e-18
BiCGStab: Solving for omega, Initial residual = 1.43117e-05, Final residual = 2.99345e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.72205e-06, Final residual = 9.72205e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.28417e-06, Final residual = 6.73863e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.60874e-07, Final residual = 3.7504e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000136263, Final residual = 3.41629e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000571816, Final residual = 9.93643e-07, No Iterations 23
time step continuity errors : sum local = 1.53769e-10, global = 5.62206e-20, cumulative = -2.40849e-18
DICPCG: Solving for p, Initial residual = 0.000108919, Final residual = 9.32531e-07, No Iterations 8
time step continuity errors : sum local = 1.4544e-10, global = 2.07231e-20, cumulative = -2.38777e-18
BiCGStab: Solving for omega, Initial residual = 1.35828e-05, Final residual = 3.25487e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.72607e-06, Final residual = 9.72607e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.66164e-07, Final residual = 1.65738e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.04593e-07, Final residual = 8.85465e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.79594e-05, Final residual = 5.61313e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00016294, Final residual = 9.01824e-07, No Iterations 6
time step continuity errors : sum local = 1.41259e-10, global = -8.61614e-21, cumulative = -2.39638e-18
DICPCG: Solving for p, Initial residual = 3.08772e-05, Final residual = 6.48444e-07, No Iterations 4
time step continuity errors : sum local = 1.06768e-10, global = 4.6012e-20, cumulative = -2.35037e-18
BiCGStab: Solving for omega, Initial residual = 1.32506e-05, Final residual = 3.20918e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.72189e-06, Final residual = 9.72189e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3228.6 s ClockTime = 3229 s Max(PAc) = 154078 Pa
Courant Number mean: 0.0543794 max: 0.979561 velocity magnitude: 1.27805
deltaT = 0.000487805
Time = 1.52195
--> Cloud: bubbleCloud
Added 169 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 563214
Mass introduced by injector = 5.16057e-10
Number of parcels added continuously = 1216
Mass introduced continuously = 1.11278e-12
Current number of parcels = 3988485
Current mass in system = 4.5012e-09
Number of parcels shifted at least once = 3044
Number of parcel shifts towards cell center = 3047
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0065671, Final user-defined norm residual = 0.000147296
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.17325e-05, Final user-defined norm residual = 5.96891e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.28594e-07, Final user-defined norm residual = 2.16019e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000657003, Final residual = 5.7071e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000555129, Final residual = 4.24654e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0596162, Final residual = 1.99633e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0484775, Final residual = 8.975e-07, No Iterations 258
time step continuity errors : sum local = 1.21261e-10, global = -1.40902e-19, cumulative = -2.49127e-18
DICPCG: Solving for p, Initial residual = 0.00551569, Final residual = 9.46074e-07, No Iterations 139
time step continuity errors : sum local = 1.40186e-10, global = -3.32659e-20, cumulative = -2.52454e-18
BiCGStab: Solving for omega, Initial residual = 0.000566024, Final residual = 6.35401e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000702081, Final residual = 8.79836e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.46148e-05, Final residual = 1.19237e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.27189e-05, Final residual = 5.49126e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00553623, Final residual = 5.76759e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0117618, Final residual = 9.99031e-07, No Iterations 86
time step continuity errors : sum local = 1.36824e-10, global = -6.45342e-21, cumulative = -2.53099e-18
DICPCG: Solving for p, Initial residual = 0.00219778, Final residual = 9.76694e-07, No Iterations 66
time step continuity errors : sum local = 1.34683e-10, global = -3.3292e-20, cumulative = -2.56429e-18
BiCGStab: Solving for omega, Initial residual = 2.26221e-05, Final residual = 4.44476e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.54532e-06, Final residual = 9.54532e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.54435e-06, Final residual = 5.73717e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.41312e-06, Final residual = 3.23773e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000825177, Final residual = 3.1009e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00213105, Final residual = 9.89046e-07, No Iterations 56
time step continuity errors : sum local = 1.3629e-10, global = -2.85487e-20, cumulative = -2.59283e-18
DICPCG: Solving for p, Initial residual = 0.000391419, Final residual = 9.89573e-07, No Iterations 18
time step continuity errors : sum local = 1.36313e-10, global = -5.79698e-20, cumulative = -2.6508e-18
BiCGStab: Solving for omega, Initial residual = 9.89427e-06, Final residual = 9.89427e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.5607e-06, Final residual = 9.5607e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.30546e-06, Final residual = 7.6761e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.39219e-07, Final residual = 3.9167e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000149806, Final residual = 3.73141e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000580548, Final residual = 9.0119e-07, No Iterations 12
time step continuity errors : sum local = 1.24409e-10, global = 4.532e-20, cumulative = -2.60548e-18
DICPCG: Solving for p, Initial residual = 0.000105015, Final residual = 8.68552e-07, No Iterations 6
time step continuity errors : sum local = 1.2001e-10, global = 1.30315e-20, cumulative = -2.59245e-18
BiCGStab: Solving for omega, Initial residual = 1.00942e-05, Final residual = 3.56809e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.55903e-06, Final residual = 9.55903e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.46156e-07, Final residual = 1.41055e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.01613e-07, Final residual = 7.20217e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.1325e-05, Final residual = 6.06237e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000161631, Final residual = 7.38827e-07, No Iterations 6
time step continuity errors : sum local = 1.02557e-10, global = 3.6743e-20, cumulative = -2.55571e-18
DICPCG: Solving for p, Initial residual = 3.07179e-05, Final residual = 9.95734e-07, No Iterations 3
time step continuity errors : sum local = 1.37115e-10, global = 1.01316e-19, cumulative = -2.45439e-18
BiCGStab: Solving for omega, Initial residual = 8.85805e-06, Final residual = 8.85805e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.55609e-06, Final residual = 9.55609e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3245.13 s ClockTime = 3245 s Max(PAc) = 153304 Pa
Courant Number mean: 0.0543959 max: 0.971658 velocity magnitude: 1.28196
deltaT = 0.000501355
Time = 1.52245
--> Cloud: bubbleCloud
Added 135 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 563349
Mass introduced by injector = 5.16168e-10
Number of parcels added continuously = 1185
Mass introduced continuously = 1.04542e-12
Current number of parcels = 3989231
Current mass in system = 4.50177e-09
Number of parcels shifted at least once = 3205
Number of parcel shifts towards cell center = 3208
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00663945, Final user-defined norm residual = 0.000138428
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.983e-05, Final user-defined norm residual = 3.85808e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.31435e-08, Final user-defined norm residual = 9.88025e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000679636, Final residual = 6.90663e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000568235, Final residual = 5.15728e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0608789, Final residual = 2.50115e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0497973, Final residual = 8.77666e-07, No Iterations 255
time step continuity errors : sum local = 1.23413e-10, global = -5.85811e-20, cumulative = -2.51298e-18
DICPCG: Solving for p, Initial residual = 0.00577722, Final residual = 9.6273e-07, No Iterations 132
time step continuity errors : sum local = 1.47516e-10, global = -1.86065e-20, cumulative = -2.53158e-18
BiCGStab: Solving for omega, Initial residual = 0.000580172, Final residual = 7.688e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000722564, Final residual = 9.74273e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.59038e-05, Final residual = 1.38178e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.33117e-05, Final residual = 6.1926e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00559577, Final residual = 6.59479e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0112918, Final residual = 9.6441e-07, No Iterations 108
time step continuity errors : sum local = 1.61857e-10, global = -1.44839e-20, cumulative = -2.54607e-18
DICPCG: Solving for p, Initial residual = 0.00217382, Final residual = 9.62056e-07, No Iterations 230
time step continuity errors : sum local = 1.35163e-10, global = 3.77675e-20, cumulative = -2.5083e-18
BiCGStab: Solving for omega, Initial residual = 2.3189e-05, Final residual = 5.55563e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.00024e-05, Final residual = 1.01518e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.13067e-06, Final residual = 7.42006e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.56127e-06, Final residual = 4.19459e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000851281, Final residual = 3.5146e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00214651, Final residual = 9.08461e-07, No Iterations 48
time step continuity errors : sum local = 1.30287e-10, global = -6.48476e-20, cumulative = -2.57315e-18
DICPCG: Solving for p, Initial residual = 0.000395669, Final residual = 9.65324e-07, No Iterations 19
time step continuity errors : sum local = 1.3803e-10, global = -6.00659e-20, cumulative = -2.63321e-18
BiCGStab: Solving for omega, Initial residual = 9.68953e-06, Final residual = 9.68953e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 1.85487e-06, Final residual = 1.85487e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.3468e-06, Final residual = 9.36939e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.53855e-07, Final residual = 5.05093e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000156894, Final residual = 3.97076e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000575635, Final residual = 9.42957e-07, No Iterations 11
time step continuity errors : sum local = 1.3489e-10, global = -8.72054e-20, cumulative = -2.72042e-18
DICPCG: Solving for p, Initial residual = 0.000113518, Final residual = 8.93309e-07, No Iterations 6
time step continuity errors : sum local = 1.27909e-10, global = -8.95008e-21, cumulative = -2.72937e-18
BiCGStab: Solving for omega, Initial residual = 9.82829e-06, Final residual = 9.82829e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 1.88377e-06, Final residual = 1.88377e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.05181e-07, Final residual = 1.69156e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.10613e-07, Final residual = 8.75613e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.27523e-05, Final residual = 6.55706e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000170915, Final residual = 7.58241e-07, No Iterations 6
time step continuity errors : sum local = 1.08938e-10, global = 4.20326e-21, cumulative = -2.72516e-18
DICPCG: Solving for p, Initial residual = 3.2496e-05, Final residual = 6.37378e-07, No Iterations 4
time step continuity errors : sum local = 9.19606e-11, global = -5.42469e-20, cumulative = -2.77941e-18
BiCGStab: Solving for omega, Initial residual = 9.83963e-06, Final residual = 9.83963e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 1.88693e-06, Final residual = 1.88693e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3261.88 s ClockTime = 3262 s Max(PAc) = 153462 Pa
Courant Number mean: 0.0559241 max: 1.00029 velocity magnitude: 1.28187
deltaT = 0.000487428
Time = 1.52294
--> Cloud: bubbleCloud
Added 229 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 563578
Mass introduced by injector = 5.16344e-10
Number of parcels added continuously = 1183
Mass introduced continuously = 1.08994e-12
Current number of parcels = 3990126
Current mass in system = 4.50249e-09
Number of parcels shifted at least once = 3079
Number of parcel shifts towards cell center = 3081
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00639597, Final user-defined norm residual = 8.66105e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.86811e-05, Final user-defined norm residual = 7.3374e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.58264e-08, Final user-defined norm residual = 4.45518e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000653446, Final residual = 5.78597e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000554474, Final residual = 4.48593e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0606094, Final residual = 2.37197e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.050932, Final residual = 9.36904e-07, No Iterations 257
time step continuity errors : sum local = 1.26141e-10, global = -3.55663e-20, cumulative = -2.81498e-18
DICPCG: Solving for p, Initial residual = 0.00590884, Final residual = 9.73334e-07, No Iterations 143
time step continuity errors : sum local = 1.51065e-10, global = -5.6577e-20, cumulative = -2.87155e-18
BiCGStab: Solving for omega, Initial residual = 0.000553655, Final residual = 7.34661e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000702088, Final residual = 8.57379e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.19609e-05, Final residual = 1.06633e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.19206e-05, Final residual = 4.56641e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00548247, Final residual = 6.30367e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0101996, Final residual = 8.99842e-07, No Iterations 92
time step continuity errors : sum local = 1.34142e-10, global = 5.70865e-20, cumulative = -2.81447e-18
DICPCG: Solving for p, Initial residual = 0.00186067, Final residual = 9.5681e-07, No Iterations 63
time step continuity errors : sum local = 1.42749e-10, global = 1.94269e-20, cumulative = -2.79504e-18
BiCGStab: Solving for omega, Initial residual = 2.68894e-05, Final residual = 6.28583e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.03587e-05, Final residual = 9.67773e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.00131e-06, Final residual = 5.33041e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.13323e-06, Final residual = 2.93587e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000851386, Final residual = 3.16884e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00174018, Final residual = 9.83271e-07, No Iterations 44
time step continuity errors : sum local = 1.4649e-10, global = 6.65137e-22, cumulative = -2.79438e-18
DICPCG: Solving for p, Initial residual = 0.000310469, Final residual = 9.98064e-07, No Iterations 13
time step continuity errors : sum local = 1.48481e-10, global = 2.27153e-20, cumulative = -2.77166e-18
BiCGStab: Solving for omega, Initial residual = 1.66785e-05, Final residual = 6.3981e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.59721e-06, Final residual = 2.59721e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.95853e-07, Final residual = 6.57896e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.59161e-07, Final residual = 3.3941e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00016113, Final residual = 3.51116e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000431588, Final residual = 9.63646e-07, No Iterations 12
time step continuity errors : sum local = 1.43817e-10, global = 1.01076e-19, cumulative = -2.67058e-18
DICPCG: Solving for p, Initial residual = 8.06854e-05, Final residual = 8.98791e-07, No Iterations 5
time step continuity errors : sum local = 1.35019e-10, global = -4.79666e-20, cumulative = -2.71855e-18
BiCGStab: Solving for omega, Initial residual = 1.89321e-05, Final residual = 7.29235e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.60665e-06, Final residual = 2.60665e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.87999e-07, Final residual = 1.39187e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.62777e-07, Final residual = 7.6283e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.38483e-05, Final residual = 5.74141e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000125194, Final residual = 7.22997e-07, No Iterations 5
time step continuity errors : sum local = 1.11179e-10, global = -1.98397e-20, cumulative = -2.73839e-18
DICPCG: Solving for p, Initial residual = 2.33331e-05, Final residual = 7.62802e-07, No Iterations 3
time step continuity errors : sum local = 1.16577e-10, global = 4.32193e-21, cumulative = -2.73407e-18
BiCGStab: Solving for omega, Initial residual = 2.32994e-05, Final residual = 8.59712e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.61629e-06, Final residual = 2.61629e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3278.27 s ClockTime = 3278 s Max(PAc) = 153611 Pa
Courant Number mean: 0.0543875 max: 0.979904 velocity magnitude: 1.27871
deltaT = 0.000487428
Time = 1.52343
--> Cloud: bubbleCloud
Added 170 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 563748
Mass introduced by injector = 5.16484e-10
Number of parcels added continuously = 1162
Mass introduced continuously = 1.07299e-12
Current number of parcels = 3990950
Current mass in system = 4.50322e-09
Number of parcels shifted at least once = 3100
Number of parcel shifts towards cell center = 3103
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00667164, Final user-defined norm residual = 8.76734e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.89055e-05, Final user-defined norm residual = 8.63413e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.86186e-08, Final user-defined norm residual = 6.79515e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000647901, Final residual = 5.55615e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000553046, Final residual = 4.45199e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0553397, Final residual = 1.86065e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0476426, Final residual = 9.45749e-07, No Iterations 258
time step continuity errors : sum local = 1.26344e-10, global = 5.11998e-21, cumulative = -2.72895e-18
DICPCG: Solving for p, Initial residual = 0.00573701, Final residual = 9.71073e-07, No Iterations 144
time step continuity errors : sum local = 1.2931e-10, global = -1.02493e-19, cumulative = -2.83144e-18
BiCGStab: Solving for omega, Initial residual = 0.000557361, Final residual = 6.5643e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000701743, Final residual = 8.51131e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.0877e-05, Final residual = 1.05994e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.1118e-05, Final residual = 4.70408e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00471684, Final residual = 4.87108e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0101947, Final residual = 9.17972e-07, No Iterations 134
time step continuity errors : sum local = 1.39159e-10, global = -2.67987e-20, cumulative = -2.85824e-18
DICPCG: Solving for p, Initial residual = 0.00190847, Final residual = 9.65594e-07, No Iterations 84
time step continuity errors : sum local = 1.45022e-10, global = -1.83228e-20, cumulative = -2.87656e-18
BiCGStab: Solving for omega, Initial residual = 3.68878e-05, Final residual = 6.32021e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.08614e-05, Final residual = 1.0312e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.47109e-06, Final residual = 5.63007e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.83098e-06, Final residual = 3.02277e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000676877, Final residual = 2.71375e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00157863, Final residual = 9.80333e-07, No Iterations 36
time step continuity errors : sum local = 1.47389e-10, global = -1.0588e-21, cumulative = -2.87762e-18
DICPCG: Solving for p, Initial residual = 0.000276574, Final residual = 9.93598e-07, No Iterations 15
time step continuity errors : sum local = 1.49156e-10, global = -8.01445e-21, cumulative = -2.88564e-18
BiCGStab: Solving for omega, Initial residual = 2.57115e-05, Final residual = 5.85544e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.94259e-06, Final residual = 2.94259e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.95354e-07, Final residual = 7.13693e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.64171e-07, Final residual = 3.42629e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000123352, Final residual = 3.0529e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000408505, Final residual = 8.77985e-07, No Iterations 9
time step continuity errors : sum local = 1.33899e-10, global = -1.90843e-22, cumulative = -2.88583e-18
DICPCG: Solving for p, Initial residual = 7.39522e-05, Final residual = 9.15573e-07, No Iterations 5
time step continuity errors : sum local = 1.38869e-10, global = -1.15946e-19, cumulative = -3.00177e-18
BiCGStab: Solving for omega, Initial residual = 2.69866e-05, Final residual = 5.77576e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.93782e-06, Final residual = 2.93782e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.50217e-07, Final residual = 1.24383e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.42307e-07, Final residual = 6.17018e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.58669e-05, Final residual = 5.02107e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000128404, Final residual = 9.89465e-07, No Iterations 4
time step continuity errors : sum local = 1.48642e-10, global = 6.08248e-20, cumulative = -2.94095e-18
DICPCG: Solving for p, Initial residual = 2.2558e-05, Final residual = 6.65014e-07, No Iterations 3
time step continuity errors : sum local = 1.05733e-10, global = 1.03696e-19, cumulative = -2.83725e-18
BiCGStab: Solving for omega, Initial residual = 2.48725e-05, Final residual = 6.0235e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.9681e-06, Final residual = 2.9681e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3294.83 s ClockTime = 3295 s Max(PAc) = 154804 Pa
Courant Number mean: 0.0544043 max: 0.981244 velocity magnitude: 1.27616
deltaT = 0.000487428
Time = 1.52391
--> Cloud: bubbleCloud
Added 207 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 563955
Mass introduced by injector = 5.16664e-10
Number of parcels added continuously = 1228
Mass introduced continuously = 1.09877e-12
Current number of parcels = 3991864
Current mass in system = 4.50388e-09
Number of parcels shifted at least once = 3011
Number of parcel shifts towards cell center = 3015
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0068962, Final user-defined norm residual = 0.000239842
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.1678e-05, Final user-defined norm residual = 2.50583e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.39963e-07, Final user-defined norm residual = 4.30901e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000649087, Final residual = 5.68104e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000553453, Final residual = 4.46422e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0546626, Final residual = 1.76802e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0489988, Final residual = 8.22957e-07, No Iterations 265
time step continuity errors : sum local = 1.08643e-10, global = -2.71343e-20, cumulative = -2.86439e-18
DICPCG: Solving for p, Initial residual = 0.00550396, Final residual = 9.12324e-07, No Iterations 149
time step continuity errors : sum local = 1.26751e-10, global = -2.98633e-20, cumulative = -2.89425e-18
BiCGStab: Solving for omega, Initial residual = 0.000553582, Final residual = 7.68602e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000701769, Final residual = 8.47584e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.0576e-05, Final residual = 1.07668e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.10026e-05, Final residual = 4.96089e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00505562, Final residual = 4.96226e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00973427, Final residual = 9.40943e-07, No Iterations 240
time step continuity errors : sum local = 1.24119e-10, global = -2.99921e-20, cumulative = -2.92424e-18
DICPCG: Solving for p, Initial residual = 0.00166683, Final residual = 9.37822e-07, No Iterations 62
time step continuity errors : sum local = 1.25969e-10, global = 3.4605e-20, cumulative = -2.88964e-18
BiCGStab: Solving for omega, Initial residual = 2.52364e-05, Final residual = 3.99817e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.11859e-05, Final residual = 1.05518e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.31245e-06, Final residual = 5.48258e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.81465e-06, Final residual = 3.03845e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000772319, Final residual = 2.6617e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00154192, Final residual = 8.9801e-07, No Iterations 26
time step continuity errors : sum local = 1.20984e-10, global = 1.2506e-20, cumulative = -2.87713e-18
DICPCG: Solving for p, Initial residual = 0.000265259, Final residual = 9.66215e-07, No Iterations 14
time step continuity errors : sum local = 1.29959e-10, global = 5.53246e-20, cumulative = -2.82181e-18
BiCGStab: Solving for omega, Initial residual = 1.39128e-05, Final residual = 2.55499e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.21863e-06, Final residual = 3.21863e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.14876e-07, Final residual = 6.37053e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.45378e-07, Final residual = 3.13766e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00014145, Final residual = 3.20705e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000385766, Final residual = 9.35354e-07, No Iterations 10
time step continuity errors : sum local = 1.25896e-10, global = -1.13809e-19, cumulative = -2.93562e-18
DICPCG: Solving for p, Initial residual = 7.01468e-05, Final residual = 8.94761e-07, No Iterations 5
time step continuity errors : sum local = 1.20535e-10, global = -9.56595e-20, cumulative = -3.03128e-18
BiCGStab: Solving for omega, Initial residual = 1.05315e-05, Final residual = 3.01018e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.23892e-06, Final residual = 3.23892e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.32937e-07, Final residual = 1.15274e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.29075e-07, Final residual = 6.2584e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.0156e-05, Final residual = 5.25551e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000119447, Final residual = 7.55048e-07, No Iterations 5
time step continuity errors : sum local = 1.0211e-10, global = -3.54456e-20, cumulative = -3.06672e-18
DICPCG: Solving for p, Initial residual = 2.11374e-05, Final residual = 6.54902e-07, No Iterations 3
time step continuity errors : sum local = 8.89016e-11, global = 2.54876e-21, cumulative = -3.06417e-18
BiCGStab: Solving for omega, Initial residual = 1.13039e-05, Final residual = 3.49307e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.2398e-06, Final residual = 3.2398e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3311.31 s ClockTime = 3311 s Max(PAc) = 153959 Pa
Courant Number mean: 0.0544214 max: 0.982787 velocity magnitude: 1.27514
deltaT = 0.000487428
Time = 1.5244
--> Cloud: bubbleCloud
Added 135 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 564090
Mass introduced by injector = 5.16765e-10
Number of parcels added continuously = 1146
Mass introduced continuously = 1.07758e-12
Current number of parcels = 3992619
Current mass in system = 4.50455e-09
Number of parcels shifted at least once = 3111
Number of parcel shifts towards cell center = 3116
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00626257, Final user-defined norm residual = 0.000212459
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.57892e-05, Final user-defined norm residual = 1.8611e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.01118e-07, Final user-defined norm residual = 2.75999e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00064811, Final residual = 5.70889e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000546647, Final residual = 4.60714e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0539699, Final residual = 1.80042e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0458541, Final residual = 8.7974e-07, No Iterations 257
time step continuity errors : sum local = 1.1599e-10, global = -4.57145e-20, cumulative = -3.10989e-18
DICPCG: Solving for p, Initial residual = 0.00469711, Final residual = 9.93344e-07, No Iterations 135
time step continuity errors : sum local = 1.42553e-10, global = 2.10203e-20, cumulative = -3.08887e-18
BiCGStab: Solving for omega, Initial residual = 0.000540994, Final residual = 5.51501e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000701823, Final residual = 8.42306e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.00351e-05, Final residual = 1.1169e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03385e-05, Final residual = 5.11404e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00479265, Final residual = 5.00937e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00979852, Final residual = 9.62795e-07, No Iterations 235
time step continuity errors : sum local = 1.27325e-10, global = -2.31722e-20, cumulative = -3.11204e-18
DICPCG: Solving for p, Initial residual = 0.00168343, Final residual = 9.74443e-07, No Iterations 80
time step continuity errors : sum local = 1.31935e-10, global = 1.78438e-20, cumulative = -3.09419e-18
BiCGStab: Solving for omega, Initial residual = 2.40873e-05, Final residual = 4.85884e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.08401e-05, Final residual = 1.02038e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.15402e-06, Final residual = 5.98362e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.50073e-06, Final residual = 3.18295e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000722922, Final residual = 2.60044e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00156556, Final residual = 9.91546e-07, No Iterations 48
time step continuity errors : sum local = 1.34477e-10, global = 5.9159e-20, cumulative = -3.03504e-18
DICPCG: Solving for p, Initial residual = 0.000264428, Final residual = 9.61319e-07, No Iterations 15
time step continuity errors : sum local = 1.30436e-10, global = 6.57068e-20, cumulative = -2.96933e-18
BiCGStab: Solving for omega, Initial residual = 1.47075e-05, Final residual = 4.29164e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.20011e-06, Final residual = 3.20011e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.64942e-07, Final residual = 7.16653e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.81932e-07, Final residual = 3.57902e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000133453, Final residual = 3.05562e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000399101, Final residual = 9.06657e-07, No Iterations 12
time step continuity errors : sum local = 1.23209e-10, global = 1.35157e-20, cumulative = -2.95581e-18
DICPCG: Solving for p, Initial residual = 7.15102e-05, Final residual = 9.90755e-07, No Iterations 5
time step continuity errors : sum local = 1.34325e-10, global = -7.64842e-20, cumulative = -3.0323e-18
BiCGStab: Solving for omega, Initial residual = 1.62007e-05, Final residual = 4.72314e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.21015e-06, Final residual = 3.21015e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.95677e-07, Final residual = 1.34356e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03587e-07, Final residual = 6.51705e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.72646e-05, Final residual = 5.09582e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000102894, Final residual = 8.04151e-07, No Iterations 5
time step continuity errors : sum local = 1.0964e-10, global = 1.32989e-20, cumulative = -3.019e-18
DICPCG: Solving for p, Initial residual = 1.92457e-05, Final residual = 7.01253e-07, No Iterations 3
time step continuity errors : sum local = 9.60272e-11, global = 3.33483e-20, cumulative = -2.98565e-18
BiCGStab: Solving for omega, Initial residual = 1.93043e-05, Final residual = 5.14008e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.21906e-06, Final residual = 3.21906e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3327.79 s ClockTime = 3328 s Max(PAc) = 154723 Pa
Courant Number mean: 0.0544381 max: 0.978671 velocity magnitude: 1.27366
deltaT = 0.000487428
Time = 1.52489
--> Cloud: bubbleCloud
Added 167 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 564257
Mass introduced by injector = 5.16901e-10
Number of parcels added continuously = 1130
Mass introduced continuously = 1.04252e-12
Current number of parcels = 3993403
Current mass in system = 4.50521e-09
Number of parcels shifted at least once = 3002
Number of parcel shifts towards cell center = 3003
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00571387, Final user-defined norm residual = 0.000113805
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.45174e-05, Final user-defined norm residual = 4.74363e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.02196e-07, Final user-defined norm residual = 1.84352e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00064816, Final residual = 5.74672e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000549448, Final residual = 4.27331e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0496553, Final residual = 1.81726e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0447771, Final residual = 8.60279e-07, No Iterations 255
time step continuity errors : sum local = 1.14098e-10, global = -1.71819e-20, cumulative = -3.00283e-18
DICPCG: Solving for p, Initial residual = 0.00519151, Final residual = 9.70563e-07, No Iterations 134
time step continuity errors : sum local = 1.43791e-10, global = -1.66973e-19, cumulative = -3.16981e-18
BiCGStab: Solving for omega, Initial residual = 0.000544474, Final residual = 6.12201e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000701445, Final residual = 8.35436e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.03183e-05, Final residual = 1.10904e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.11811e-05, Final residual = 5.1535e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00452535, Final residual = 5.12326e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0100332, Final residual = 9.03887e-07, No Iterations 94
time step continuity errors : sum local = 1.26406e-10, global = 1.03814e-20, cumulative = -3.15942e-18
DICPCG: Solving for p, Initial residual = 0.00175609, Final residual = 9.17691e-07, No Iterations 68
time step continuity errors : sum local = 1.29226e-10, global = -2.74912e-21, cumulative = -3.16217e-18
BiCGStab: Solving for omega, Initial residual = 3.47846e-05, Final residual = 6.88016e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.06813e-05, Final residual = 9.7853e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.48345e-06, Final residual = 5.25383e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.823e-06, Final residual = 3.09266e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000667359, Final residual = 2.63568e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00168991, Final residual = 9.26247e-07, No Iterations 55
time step continuity errors : sum local = 1.30395e-10, global = -5.22225e-20, cumulative = -3.2144e-18
DICPCG: Solving for p, Initial residual = 0.000290802, Final residual = 9.42527e-07, No Iterations 32
time step continuity errors : sum local = 1.32503e-10, global = 7.12191e-20, cumulative = -3.14318e-18
BiCGStab: Solving for omega, Initial residual = 2.56517e-05, Final residual = 7.23908e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.05074e-06, Final residual = 3.05074e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.0731e-07, Final residual = 6.39659e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.61509e-07, Final residual = 3.46836e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000124046, Final residual = 3.03e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000429601, Final residual = 9.42214e-07, No Iterations 16
time step continuity errors : sum local = 1.32445e-10, global = 4.92475e-20, cumulative = -3.09393e-18
DICPCG: Solving for p, Initial residual = 7.91606e-05, Final residual = 9.96175e-07, No Iterations 5
time step continuity errors : sum local = 1.39607e-10, global = 7.78196e-20, cumulative = -3.01611e-18
BiCGStab: Solving for omega, Initial residual = 2.93982e-05, Final residual = 8.06103e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.05313e-06, Final residual = 3.05313e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.45801e-07, Final residual = 1.18124e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.37223e-07, Final residual = 6.43845e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.54577e-05, Final residual = 4.94993e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000116711, Final residual = 8.42449e-07, No Iterations 5
time step continuity errors : sum local = 1.19149e-10, global = 5.54818e-20, cumulative = -2.96063e-18
DICPCG: Solving for p, Initial residual = 2.13033e-05, Final residual = 8.01903e-07, No Iterations 3
time step continuity errors : sum local = 1.13749e-10, global = 6.11814e-20, cumulative = -2.89945e-18
BiCGStab: Solving for omega, Initial residual = 2.84534e-05, Final residual = 8.97065e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.06358e-06, Final residual = 3.06358e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3344.26 s ClockTime = 3344 s Max(PAc) = 154474 Pa
Courant Number mean: 0.0544549 max: 0.97085 velocity magnitude: 1.27124
deltaT = 0.000487428
Time = 1.52538
--> Cloud: bubbleCloud
Added 159 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 564416
Mass introduced by injector = 5.17116e-10
Number of parcels added continuously = 1148
Mass introduced continuously = 1.16135e-12
Current number of parcels = 3994213
Current mass in system = 4.50607e-09
Number of parcels shifted at least once = 3098
Number of parcel shifts towards cell center = 3099
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00584549, Final user-defined norm residual = 7.11891e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.53418e-05, Final user-defined norm residual = 6.13134e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.32138e-08, Final user-defined norm residual = 7.54902e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00065076, Final residual = 5.91838e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000549591, Final residual = 4.24451e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0514959, Final residual = 1.59945e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0465654, Final residual = 9.16574e-07, No Iterations 249
time step continuity errors : sum local = 1.22036e-10, global = -6.08158e-20, cumulative = -2.96026e-18
DICPCG: Solving for p, Initial residual = 0.00538292, Final residual = 9.97261e-07, No Iterations 83
time step continuity errors : sum local = 1.45862e-10, global = 2.47036e-20, cumulative = -2.93556e-18
BiCGStab: Solving for omega, Initial residual = 0.00054692, Final residual = 5.12863e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000700875, Final residual = 8.25435e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.16777e-05, Final residual = 1.14244e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.1405e-05, Final residual = 5.13266e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00462805, Final residual = 5.08448e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0104999, Final residual = 9.87163e-07, No Iterations 93
time step continuity errors : sum local = 1.34208e-10, global = 1.05691e-19, cumulative = -2.82987e-18
DICPCG: Solving for p, Initial residual = 0.0017763, Final residual = 9.71134e-07, No Iterations 70
time step continuity errors : sum local = 1.32901e-10, global = -3.5926e-20, cumulative = -2.86579e-18
BiCGStab: Solving for omega, Initial residual = 3.13164e-05, Final residual = 7.63588e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.04015e-05, Final residual = 9.56895e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.62848e-06, Final residual = 5.62557e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.91242e-06, Final residual = 3.05169e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000687933, Final residual = 2.66363e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00180976, Final residual = 9.45301e-07, No Iterations 61
time step continuity errors : sum local = 1.29418e-10, global = 3.79887e-20, cumulative = -2.82781e-18
DICPCG: Solving for p, Initial residual = 0.000306494, Final residual = 9.82941e-07, No Iterations 31
time step continuity errors : sum local = 1.34367e-10, global = 6.13845e-20, cumulative = -2.76642e-18
BiCGStab: Solving for omega, Initial residual = 2.09641e-05, Final residual = 6.82755e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.01251e-06, Final residual = 3.01251e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.68985e-07, Final residual = 7.46832e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.06938e-07, Final residual = 3.48254e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000128006, Final residual = 3.00506e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000466114, Final residual = 9.86041e-07, No Iterations 15
time step continuity errors : sum local = 1.34762e-10, global = -8.06135e-20, cumulative = -2.84703e-18
DICPCG: Solving for p, Initial residual = 7.90918e-05, Final residual = 9.68701e-07, No Iterations 5
time step continuity errors : sum local = 1.32428e-10, global = 6.48369e-21, cumulative = -2.84055e-18
BiCGStab: Solving for omega, Initial residual = 1.90919e-05, Final residual = 6.89956e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.99767e-06, Final residual = 2.99767e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.67626e-07, Final residual = 1.26732e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.52172e-07, Final residual = 6.41284e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.53925e-05, Final residual = 5.17176e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000128159, Final residual = 9.11973e-07, No Iterations 5
time step continuity errors : sum local = 1.24859e-10, global = -2.41149e-20, cumulative = -2.86467e-18
DICPCG: Solving for p, Initial residual = 2.25454e-05, Final residual = 8.5503e-07, No Iterations 3
time step continuity errors : sum local = 1.17261e-10, global = -1.21522e-19, cumulative = -2.98619e-18
BiCGStab: Solving for omega, Initial residual = 2.0686e-05, Final residual = 7.92941e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.02536e-06, Final residual = 3.02536e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3360.86 s ClockTime = 3361 s Max(PAc) = 154347 Pa
Courant Number mean: 0.0544715 max: 0.962213 velocity magnitude: 1.26989
deltaT = 0.000504236
Time = 1.52588
--> Cloud: bubbleCloud
Added 193 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 564609
Mass introduced by injector = 5.17277e-10
Number of parcels added continuously = 1241
Mass introduced continuously = 1.09811e-12
Current number of parcels = 3995111
Current mass in system = 4.50672e-09
Number of parcels shifted at least once = 3071
Number of parcel shifts towards cell center = 3077
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00577012, Final user-defined norm residual = 5.93125e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.27794e-05, Final user-defined norm residual = 3.58561e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.72566e-09, Final user-defined norm residual = 1.95853e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000674116, Final residual = 7.27923e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00056608, Final residual = 5.55309e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0548101, Final residual = 2.27146e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0482284, Final residual = 9.96303e-07, No Iterations 255
time step continuity errors : sum local = 1.40691e-10, global = -1.49681e-20, cumulative = -3.00116e-18
DICPCG: Solving for p, Initial residual = 0.00595715, Final residual = 9.94439e-07, No Iterations 133
time step continuity errors : sum local = 1.60371e-10, global = -2.06309e-20, cumulative = -3.02179e-18
BiCGStab: Solving for omega, Initial residual = 0.000557065, Final residual = 5.66488e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000724662, Final residual = 9.39511e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.24215e-05, Final residual = 1.35464e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.18188e-05, Final residual = 5.79897e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00520737, Final residual = 6.08299e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0102959, Final residual = 9.96665e-07, No Iterations 205
time step continuity errors : sum local = 1.4045e-10, global = 4.29905e-21, cumulative = -3.01749e-18
DICPCG: Solving for p, Initial residual = 0.00175389, Final residual = 9.03182e-07, No Iterations 76
time step continuity errors : sum local = 1.31451e-10, global = 6.63298e-21, cumulative = -3.01085e-18
BiCGStab: Solving for omega, Initial residual = 2.81697e-05, Final residual = 6.79834e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.11137e-05, Final residual = 1.17426e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.09394e-06, Final residual = 6.89107e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.02822e-06, Final residual = 3.66175e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000821969, Final residual = 3.15962e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0018138, Final residual = 9.50417e-07, No Iterations 56
time step continuity errors : sum local = 1.38391e-10, global = 1.55479e-19, cumulative = -2.85538e-18
DICPCG: Solving for p, Initial residual = 0.000293254, Final residual = 9.38242e-07, No Iterations 19
time step continuity errors : sum local = 1.36622e-10, global = 5.12336e-20, cumulative = -2.80414e-18
BiCGStab: Solving for omega, Initial residual = 1.75508e-05, Final residual = 6.52913e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.26493e-06, Final residual = 3.26493e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.91476e-07, Final residual = 7.86272e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.52619e-07, Final residual = 4.1419e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000160667, Final residual = 3.48288e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000430399, Final residual = 9.00908e-07, No Iterations 12
time step continuity errors : sum local = 1.31371e-10, global = 8.32675e-20, cumulative = -2.72087e-18
DICPCG: Solving for p, Initial residual = 7.89077e-05, Final residual = 8.63561e-07, No Iterations 5
time step continuity errors : sum local = 1.26104e-10, global = 7.48722e-20, cumulative = -2.646e-18
BiCGStab: Solving for omega, Initial residual = 2.05037e-05, Final residual = 8.48267e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.26533e-06, Final residual = 3.26533e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.17596e-07, Final residual = 1.35741e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.58221e-07, Final residual = 6.71877e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.40337e-05, Final residual = 5.89953e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000140671, Final residual = 7.75818e-07, No Iterations 5
time step continuity errors : sum local = 1.13743e-10, global = -5.68935e-21, cumulative = -2.65169e-18
DICPCG: Solving for p, Initial residual = 2.38451e-05, Final residual = 7.69958e-07, No Iterations 3
time step continuity errors : sum local = 1.12917e-10, global = -8.05103e-20, cumulative = -2.7322e-18
BiCGStab: Solving for omega, Initial residual = 2.3649e-05, Final residual = 9.80318e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.27611e-06, Final residual = 3.27611e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3377.45 s ClockTime = 3377 s Max(PAc) = 154582 Pa
Courant Number mean: 0.0563672 max: 0.990496 velocity magnitude: 1.26855
deltaT = 0.000504236
Time = 1.52639
--> Cloud: bubbleCloud
Added 179 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 564788
Mass introduced by injector = 5.17429e-10
Number of parcels added continuously = 1179
Mass introduced continuously = 1.04979e-12
Current number of parcels = 3995914
Current mass in system = 4.50732e-09
Number of parcels shifted at least once = 3185
Number of parcel shifts towards cell center = 3186
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00573661, Final user-defined norm residual = 6.60236e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.42241e-05, Final user-defined norm residual = 5.92118e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.27568e-08, Final user-defined norm residual = 4.84643e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000665984, Final residual = 7.15372e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000564027, Final residual = 5.76537e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0535264, Final residual = 2.36473e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0414732, Final residual = 9.87427e-07, No Iterations 260
time step continuity errors : sum local = 1.38641e-10, global = 7.07937e-20, cumulative = -2.66141e-18
DICPCG: Solving for p, Initial residual = 0.00515986, Final residual = 8.95098e-07, No Iterations 141
time step continuity errors : sum local = 1.30807e-10, global = -6.15353e-20, cumulative = -2.72294e-18
BiCGStab: Solving for omega, Initial residual = 0.000563976, Final residual = 6.95439e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000724064, Final residual = 9.31858e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.02518e-05, Final residual = 1.23257e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.07304e-05, Final residual = 5.49387e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00491498, Final residual = 6.55118e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00903056, Final residual = 9.33057e-07, No Iterations 238
time step continuity errors : sum local = 1.30662e-10, global = 1.3275e-20, cumulative = -2.70967e-18
DICPCG: Solving for p, Initial residual = 0.00160748, Final residual = 9.86708e-07, No Iterations 63
time step continuity errors : sum local = 1.40476e-10, global = 9.47133e-20, cumulative = -2.61495e-18
BiCGStab: Solving for omega, Initial residual = 3.73551e-05, Final residual = 1.07276e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.15976e-05, Final residual = 1.24859e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.18482e-06, Final residual = 6.31576e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.61581e-06, Final residual = 3.60683e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000746291, Final residual = 3.39552e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0014523, Final residual = 9.59504e-07, No Iterations 47
time step continuity errors : sum local = 1.36876e-10, global = 3.24499e-20, cumulative = -2.5825e-18
DICPCG: Solving for p, Initial residual = 0.000245173, Final residual = 9.62864e-07, No Iterations 21
time step continuity errors : sum local = 1.37303e-10, global = 1.07901e-19, cumulative = -2.4746e-18
BiCGStab: Solving for omega, Initial residual = 3.06908e-05, Final residual = 9.47697e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.59481e-06, Final residual = 3.59481e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.82648e-07, Final residual = 6.40285e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.95488e-07, Final residual = 2.94614e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000139556, Final residual = 3.65835e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00034974, Final residual = 9.03766e-07, No Iterations 10
time step continuity errors : sum local = 1.29037e-10, global = -4.42435e-20, cumulative = -2.51885e-18
DICPCG: Solving for p, Initial residual = 5.87098e-05, Final residual = 8.48645e-07, No Iterations 5
time step continuity errors : sum local = 1.21314e-10, global = -3.69213e-20, cumulative = -2.55577e-18
BiCGStab: Solving for omega, Initial residual = 3.45115e-05, Final residual = 9.1812e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.57624e-06, Final residual = 3.57624e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.14568e-07, Final residual = 1.01797e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.11598e-07, Final residual = 5.27295e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.84504e-05, Final residual = 6.22565e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.93669e-05, Final residual = 8.15421e-07, No Iterations 5
time step continuity errors : sum local = 1.16663e-10, global = -3.83294e-20, cumulative = -2.5941e-18
DICPCG: Solving for p, Initial residual = 1.65956e-05, Final residual = 7.24241e-07, No Iterations 3
time step continuity errors : sum local = 1.03897e-10, global = -7.26316e-20, cumulative = -2.66673e-18
BiCGStab: Solving for omega, Initial residual = 3.57389e-05, Final residual = 1.00145e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.61937e-06, Final residual = 3.61937e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3393.95 s ClockTime = 3394 s Max(PAc) = 154171 Pa
Courant Number mean: 0.0563848 max: 0.987095 velocity magnitude: 1.26419
deltaT = 0.000504236
Time = 1.52689
--> Cloud: bubbleCloud
Added 206 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 564994
Mass introduced by injector = 5.17634e-10
Number of parcels added continuously = 1206
Mass introduced continuously = 1.0946e-12
Current number of parcels = 3996777
Current mass in system = 4.50807e-09
Number of parcels shifted at least once = 3145
Number of parcel shifts towards cell center = 3149
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00634684, Final user-defined norm residual = 0.000220295
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.74946e-05, Final user-defined norm residual = 2.5845e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.57227e-07, Final user-defined norm residual = 5.73704e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000666849, Final residual = 7.3363e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000566321, Final residual = 5.72684e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0537863, Final residual = 2.44383e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0414623, Final residual = 9.80946e-07, No Iterations 254
time step continuity errors : sum local = 1.38379e-10, global = -9.64363e-20, cumulative = -2.76317e-18
DICPCG: Solving for p, Initial residual = 0.00490176, Final residual = 9.98586e-07, No Iterations 103
time step continuity errors : sum local = 1.55441e-10, global = -1.18385e-19, cumulative = -2.88155e-18
BiCGStab: Solving for omega, Initial residual = 0.000572794, Final residual = 5.82451e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00072266, Final residual = 9.31088e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.07191e-05, Final residual = 1.26579e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.08894e-05, Final residual = 5.88339e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00485749, Final residual = 6.15475e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00896547, Final residual = 9.66297e-07, No Iterations 243
time step continuity errors : sum local = 1.3696e-10, global = 2.35532e-20, cumulative = -2.858e-18
DICPCG: Solving for p, Initial residual = 0.001538, Final residual = 9.3947e-07, No Iterations 83
time step continuity errors : sum local = 1.36631e-10, global = -2.2643e-21, cumulative = -2.86026e-18
BiCGStab: Solving for omega, Initial residual = 3.63507e-05, Final residual = 7.85464e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.22925e-05, Final residual = 1.37506e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.09688e-06, Final residual = 6.63819e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.66217e-06, Final residual = 3.58678e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000701849, Final residual = 3.38279e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00131185, Final residual = 9.71272e-07, No Iterations 33
time step continuity errors : sum local = 1.41447e-10, global = -4.61097e-20, cumulative = -2.90637e-18
DICPCG: Solving for p, Initial residual = 0.000202065, Final residual = 9.75136e-07, No Iterations 17
time step continuity errors : sum local = 1.41977e-10, global = -6.9323e-20, cumulative = -2.97569e-18
BiCGStab: Solving for omega, Initial residual = 2.63058e-05, Final residual = 6.96042e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.02582e-06, Final residual = 4.02582e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.22133e-07, Final residual = 6.77838e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.0621e-07, Final residual = 3.68956e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000127418, Final residual = 3.40354e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000311902, Final residual = 9.60174e-07, No Iterations 12
time step continuity errors : sum local = 1.39867e-10, global = -1.37477e-20, cumulative = -2.98944e-18
DICPCG: Solving for p, Initial residual = 5.02013e-05, Final residual = 8.58996e-07, No Iterations 6
time step continuity errors : sum local = 1.25527e-10, global = 1.557e-19, cumulative = -2.83374e-18
BiCGStab: Solving for omega, Initial residual = 2.56705e-05, Final residual = 8.68135e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.02625e-06, Final residual = 4.02625e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.99293e-07, Final residual = 1.24997e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.1675e-07, Final residual = 6.69664e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.61525e-05, Final residual = 5.44706e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.60793e-05, Final residual = 8.92392e-07, No Iterations 5
time step continuity errors : sum local = 1.30259e-10, global = -2.93992e-20, cumulative = -2.86314e-18
DICPCG: Solving for p, Initial residual = 1.44498e-05, Final residual = 8.58832e-07, No Iterations 3
time step continuity errors : sum local = 1.25503e-10, global = 2.44385e-20, cumulative = -2.8387e-18
BiCGStab: Solving for omega, Initial residual = 2.81898e-05, Final residual = 9.88916e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.04404e-06, Final residual = 4.04404e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3410.5 s ClockTime = 3411 s Max(PAc) = 153707 Pa
Courant Number mean: 0.0564026 max: 0.987289 velocity magnitude: 1.25861
deltaT = 0.000504236
Time = 1.52739
--> Cloud: bubbleCloud
Added 179 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 565173
Mass introduced by injector = 5.17788e-10
Number of parcels added continuously = 1178
Mass introduced continuously = 1.07611e-12
Current number of parcels = 3997614
Current mass in system = 4.50873e-09
Number of parcels shifted at least once = 3172
Number of parcel shifts towards cell center = 3176
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00611181, Final user-defined norm residual = 0.000118599
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.55689e-05, Final user-defined norm residual = 4.94385e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.06587e-07, Final user-defined norm residual = 1.95121e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000670669, Final residual = 7.56868e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000568292, Final residual = 5.69237e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0540828, Final residual = 2.43814e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0430211, Final residual = 9.30463e-07, No Iterations 177
time step continuity errors : sum local = 1.41206e-10, global = 6.23934e-21, cumulative = -2.83246e-18
DICPCG: Solving for p, Initial residual = 0.00530139, Final residual = 9.71261e-07, No Iterations 143
time step continuity errors : sum local = 1.44274e-10, global = 1.43207e-19, cumulative = -2.68926e-18
BiCGStab: Solving for omega, Initial residual = 0.000565194, Final residual = 6.11579e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000720987, Final residual = 9.25284e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.17588e-05, Final residual = 1.33511e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.12005e-05, Final residual = 5.59567e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00502095, Final residual = 6.19198e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0094688, Final residual = 8.69104e-07, No Iterations 240
time step continuity errors : sum local = 1.21712e-10, global = -2.21496e-21, cumulative = -2.69147e-18
DICPCG: Solving for p, Initial residual = 0.0017386, Final residual = 9.38342e-07, No Iterations 84
time step continuity errors : sum local = 1.34027e-10, global = 6.18289e-21, cumulative = -2.68529e-18
BiCGStab: Solving for omega, Initial residual = 3.49358e-05, Final residual = 9.92966e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.23364e-05, Final residual = 1.50623e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.69797e-06, Final residual = 6.90093e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.96257e-06, Final residual = 3.46766e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000746719, Final residual = 3.39522e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00149397, Final residual = 8.81916e-07, No Iterations 46
time step continuity errors : sum local = 1.26364e-10, global = 7.90667e-21, cumulative = -2.67738e-18
DICPCG: Solving for p, Initial residual = 0.00025683, Final residual = 9.62618e-07, No Iterations 30
time step continuity errors : sum local = 1.37612e-10, global = 6.33617e-20, cumulative = -2.61402e-18
BiCGStab: Solving for omega, Initial residual = 2.76812e-05, Final residual = 9.92198e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.3427e-06, Final residual = 4.3427e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.42318e-07, Final residual = 6.30849e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.09619e-07, Final residual = 3.62684e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000136489, Final residual = 3.80004e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000392854, Final residual = 9.92508e-07, No Iterations 15
time step continuity errors : sum local = 1.418e-10, global = -1.05507e-19, cumulative = -2.71953e-18
DICPCG: Solving for p, Initial residual = 7.67678e-05, Final residual = 8.55344e-07, No Iterations 6
time step continuity errors : sum local = 1.22604e-10, global = -2.26923e-20, cumulative = -2.74222e-18
BiCGStab: Solving for omega, Initial residual = 3.18284e-05, Final residual = 9.76274e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.33664e-06, Final residual = 4.33664e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.60035e-07, Final residual = 1.07961e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.46723e-07, Final residual = 5.18064e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.72983e-05, Final residual = 6.40336e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000125711, Final residual = 7.61074e-07, No Iterations 6
time step continuity errors : sum local = 1.09412e-10, global = 7.23058e-20, cumulative = -2.66991e-18
DICPCG: Solving for p, Initial residual = 2.39988e-05, Final residual = 9.05489e-07, No Iterations 3
time step continuity errors : sum local = 1.29623e-10, global = -9.29174e-20, cumulative = -2.76283e-18
BiCGStab: Solving for omega, Initial residual = 2.99638e-05, Final residual = 1.02263e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.35176e-06, Final residual = 4.35176e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3427.19 s ClockTime = 3427 s Max(PAc) = 154189 Pa
Courant Number mean: 0.0564203 max: 0.995641 velocity magnitude: 1.25396
deltaT = 0.000504236
Time = 1.5279
--> Cloud: bubbleCloud
Added 183 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 565356
Mass introduced by injector = 5.17951e-10
Number of parcels added continuously = 1228
Mass introduced continuously = 1.08841e-12
Current number of parcels = 3998519
Current mass in system = 4.50952e-09
Number of parcels shifted at least once = 3139
Number of parcel shifts towards cell center = 3145
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00589567, Final user-defined norm residual = 0.000135798
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.92782e-05, Final user-defined norm residual = 7.03936e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.51774e-07, Final user-defined norm residual = 2.44664e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000669951, Final residual = 7.46189e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00056615, Final residual = 5.69679e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0548058, Final residual = 2.248e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0420836, Final residual = 9.86671e-07, No Iterations 246
time step continuity errors : sum local = 1.3788e-10, global = 6.16359e-20, cumulative = -2.7012e-18
DICPCG: Solving for p, Initial residual = 0.00448266, Final residual = 8.64295e-07, No Iterations 239
time step continuity errors : sum local = 1.20563e-10, global = -2.78888e-20, cumulative = -2.72908e-18
BiCGStab: Solving for omega, Initial residual = 0.000573301, Final residual = 5.17137e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000719115, Final residual = 9.21508e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.16004e-05, Final residual = 1.30814e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.09582e-05, Final residual = 5.50542e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00503151, Final residual = 6.43046e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00969154, Final residual = 9.99715e-07, No Iterations 115
time step continuity errors : sum local = 1.52198e-10, global = -7.0073e-20, cumulative = -2.79916e-18
DICPCG: Solving for p, Initial residual = 0.00167877, Final residual = 9.76022e-07, No Iterations 70
time step continuity errors : sum local = 1.48108e-10, global = -2.75413e-20, cumulative = -2.8267e-18
BiCGStab: Solving for omega, Initial residual = 3.21576e-05, Final residual = 7.93846e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.23799e-05, Final residual = 1.551e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.80523e-06, Final residual = 6.49305e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.82899e-06, Final residual = 3.4052e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000765578, Final residual = 3.40356e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00165832, Final residual = 9.66883e-07, No Iterations 55
time step continuity errors : sum local = 1.46813e-10, global = 1.20107e-19, cumulative = -2.70659e-18
DICPCG: Solving for p, Initial residual = 0.000290822, Final residual = 9.52333e-07, No Iterations 26
time step continuity errors : sum local = 1.44805e-10, global = 8.84717e-20, cumulative = -2.61812e-18
BiCGStab: Solving for omega, Initial residual = 2.33141e-05, Final residual = 7.8641e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.70442e-06, Final residual = 4.70442e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.04326e-07, Final residual = 6.15941e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.30916e-07, Final residual = 2.96147e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000143798, Final residual = 3.45342e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000407812, Final residual = 9.76149e-07, No Iterations 18
time step continuity errors : sum local = 1.48132e-10, global = 8.33121e-21, cumulative = -2.60979e-18
DICPCG: Solving for p, Initial residual = 7.83164e-05, Final residual = 9.74465e-07, No Iterations 6
time step continuity errors : sum local = 1.47902e-10, global = 3.1258e-20, cumulative = -2.57853e-18
BiCGStab: Solving for omega, Initial residual = 2.08997e-05, Final residual = 9.23998e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.67707e-06, Final residual = 4.67707e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.62345e-07, Final residual = 1.14376e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.3672e-07, Final residual = 6.22998e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.16531e-05, Final residual = 5.62003e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000115249, Final residual = 7.76705e-07, No Iterations 6
time step continuity errors : sum local = 1.20324e-10, global = 4.42738e-20, cumulative = -2.53426e-18
DICPCG: Solving for p, Initial residual = 2.03871e-05, Final residual = 8.90895e-07, No Iterations 3
time step continuity errors : sum local = 1.36247e-10, global = -5.75139e-20, cumulative = -2.59177e-18
BiCGStab: Solving for omega, Initial residual = 2.43903e-05, Final residual = 1.11833e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.71701e-06, Final residual = 4.71701e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3443.75 s ClockTime = 3444 s Max(PAc) = 154347 Pa
Courant Number mean: 0.0564383 max: 1.00446 velocity magnitude: 1.2517
deltaT = 0.000484067
Time = 1.52838
--> Cloud: bubbleCloud
Added 168 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 565524
Mass introduced by injector = 5.18152e-10
Number of parcels added continuously = 1191
Mass introduced continuously = 1.12219e-12
Current number of parcels = 3999343
Current mass in system = 4.51029e-09
Number of parcels shifted at least once = 3074
Number of parcel shifts towards cell center = 3074
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00576524, Final user-defined norm residual = 0.000119152
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.57075e-05, Final user-defined norm residual = 3.70276e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.98902e-08, Final user-defined norm residual = 7.98311e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00064843, Final residual = 5.72795e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000547377, Final residual = 4.32565e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0504032, Final residual = 1.7437e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0437681, Final residual = 9.20171e-07, No Iterations 252
time step continuity errors : sum local = 1.20124e-10, global = 5.24942e-20, cumulative = -2.53928e-18
DICPCG: Solving for p, Initial residual = 0.00533801, Final residual = 9.87855e-07, No Iterations 131
time step continuity errors : sum local = 1.48089e-10, global = 4.31972e-20, cumulative = -2.49608e-18
BiCGStab: Solving for omega, Initial residual = 0.000540174, Final residual = 4.57126e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000689045, Final residual = 7.75556e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.29772e-05, Final residual = 9.82756e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.21301e-05, Final residual = 4.40294e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00465401, Final residual = 4.64257e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.010635, Final residual = 9.81523e-07, No Iterations 122
time step continuity errors : sum local = 1.37448e-10, global = 5.20104e-20, cumulative = -2.44407e-18
DICPCG: Solving for p, Initial residual = 0.00187932, Final residual = 9.70554e-07, No Iterations 62
time step continuity errors : sum local = 1.36699e-10, global = 1.20045e-19, cumulative = -2.32402e-18
BiCGStab: Solving for omega, Initial residual = 2.54912e-05, Final residual = 7.29965e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.18348e-05, Final residual = 1.28236e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.21931e-06, Final residual = 4.95026e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.30293e-06, Final residual = 2.66638e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000690364, Final residual = 2.3243e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00193626, Final residual = 9.64482e-07, No Iterations 67
time step continuity errors : sum local = 1.36044e-10, global = -1.26273e-20, cumulative = -2.33665e-18
DICPCG: Solving for p, Initial residual = 0.000344286, Final residual = 9.27114e-07, No Iterations 35
time step continuity errors : sum local = 1.31151e-10, global = 3.2419e-21, cumulative = -2.33341e-18
BiCGStab: Solving for omega, Initial residual = 1.51867e-05, Final residual = 6.70453e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.65415e-06, Final residual = 4.65415e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.09432e-06, Final residual = 5.89713e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.45963e-07, Final residual = 2.90845e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000124866, Final residual = 2.86323e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000501916, Final residual = 9.93975e-07, No Iterations 22
time step continuity errors : sum local = 1.39946e-10, global = 5.07841e-20, cumulative = -2.28263e-18
DICPCG: Solving for p, Initial residual = 9.16913e-05, Final residual = 9.97701e-07, No Iterations 7
time step continuity errors : sum local = 1.40442e-10, global = 7.52395e-20, cumulative = -2.20739e-18
BiCGStab: Solving for omega, Initial residual = 1.50772e-05, Final residual = 6.8018e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.65167e-06, Final residual = 4.65167e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.15252e-07, Final residual = 1.05972e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.89659e-07, Final residual = 6.25403e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.49478e-05, Final residual = 4.84611e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000150045, Final residual = 9.87102e-07, No Iterations 6
time step continuity errors : sum local = 1.3905e-10, global = 5.94742e-20, cumulative = -2.14791e-18
DICPCG: Solving for p, Initial residual = 2.69786e-05, Final residual = 6.07222e-07, No Iterations 4
time step continuity errors : sum local = 8.91274e-11, global = -2.66981e-20, cumulative = -2.17461e-18
BiCGStab: Solving for omega, Initial residual = 1.74915e-05, Final residual = 6.93916e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.66707e-06, Final residual = 4.66707e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3460.38 s ClockTime = 3460 s Max(PAc) = 154885 Pa
Courant Number mean: 0.0541978 max: 0.974235 velocity magnitude: 1.25392
deltaT = 0.000484067
Time = 1.52887
--> Cloud: bubbleCloud
Added 184 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 565708
Mass introduced by injector = 5.1829e-10
Number of parcels added continuously = 1197
Mass introduced continuously = 1.08413e-12
Current number of parcels = 4000198
Current mass in system = 4.51092e-09
Number of parcels shifted at least once = 2935
Number of parcel shifts towards cell center = 2938
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00546433, Final user-defined norm residual = 0.000102913
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.21885e-05, Final user-defined norm residual = 2.05281e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.42605e-08, Final user-defined norm residual = 1.94853e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000648647, Final residual = 5.74913e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000548394, Final residual = 4.39792e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.050983, Final residual = 1.80329e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0481546, Final residual = 9.81888e-07, No Iterations 159
time step continuity errors : sum local = 1.45079e-10, global = 7.57482e-20, cumulative = -2.09886e-18
DICPCG: Solving for p, Initial residual = 0.00582576, Final residual = 9.32763e-07, No Iterations 140
time step continuity errors : sum local = 1.31478e-10, global = 8.01915e-20, cumulative = -2.01867e-18
BiCGStab: Solving for omega, Initial residual = 0.000538841, Final residual = 3.30096e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000688374, Final residual = 7.74713e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.38621e-05, Final residual = 1.05529e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.22085e-05, Final residual = 4.88282e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00484816, Final residual = 4.89933e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.011615, Final residual = 9.86178e-07, No Iterations 105
time step continuity errors : sum local = 1.5083e-10, global = -2.88434e-20, cumulative = -2.04751e-18
DICPCG: Solving for p, Initial residual = 0.0020882, Final residual = 9.87191e-07, No Iterations 84
time step continuity errors : sum local = 1.50538e-10, global = 3.40111e-20, cumulative = -2.0135e-18
BiCGStab: Solving for omega, Initial residual = 2.57344e-05, Final residual = 5.04672e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.21449e-05, Final residual = 1.30431e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.82925e-06, Final residual = 5.18714e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.36752e-06, Final residual = 2.87077e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000737976, Final residual = 2.5301e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00231556, Final residual = 9.33798e-07, No Iterations 70
time step continuity errors : sum local = 1.43492e-10, global = 3.33838e-20, cumulative = -1.98012e-18
DICPCG: Solving for p, Initial residual = 0.00038872, Final residual = 9.60889e-07, No Iterations 28
time step continuity errors : sum local = 1.47114e-10, global = -8.73902e-20, cumulative = -2.06751e-18
BiCGStab: Solving for omega, Initial residual = 1.51556e-05, Final residual = 3.99906e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.9272e-06, Final residual = 4.9272e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.21451e-06, Final residual = 5.68545e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.47309e-07, Final residual = 3.00521e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000135605, Final residual = 2.95561e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000607648, Final residual = 9.35791e-07, No Iterations 14
time step continuity errors : sum local = 1.43786e-10, global = 5.24991e-20, cumulative = -2.01501e-18
DICPCG: Solving for p, Initial residual = 0.00010658, Final residual = 9.83882e-07, No Iterations 5
time step continuity errors : sum local = 1.50167e-10, global = 5.38953e-20, cumulative = -1.96111e-18
BiCGStab: Solving for omega, Initial residual = 1.30018e-05, Final residual = 4.63085e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.9232e-06, Final residual = 4.9232e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.79702e-07, Final residual = 1.12548e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.88157e-07, Final residual = 5.71138e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.88486e-05, Final residual = 4.89593e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000186955, Final residual = 9.99376e-07, No Iterations 5
time step continuity errors : sum local = 1.52224e-10, global = -1.8845e-20, cumulative = -1.97996e-18
DICPCG: Solving for p, Initial residual = 3.19414e-05, Final residual = 6.16956e-07, No Iterations 4
time step continuity errors : sum local = 1.01437e-10, global = 4.57189e-20, cumulative = -1.93424e-18
BiCGStab: Solving for omega, Initial residual = 1.44906e-05, Final residual = 5.35562e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.94478e-06, Final residual = 4.94478e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3476.78 s ClockTime = 3477 s Max(PAc) = 154317 Pa
Courant Number mean: 0.0542152 max: 0.976668 velocity magnitude: 1.26029
deltaT = 0.000484067
Time = 1.52935
--> Cloud: bubbleCloud
Added 181 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 565889
Mass introduced by injector = 5.18507e-10
Number of parcels added continuously = 1197
Mass introduced continuously = 1.08599e-12
Current number of parcels = 4001096
Current mass in system = 4.51174e-09
Number of parcels shifted at least once = 3122
Number of parcel shifts towards cell center = 3122
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00624294, Final user-defined norm residual = 0.000204791
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.41661e-05, Final user-defined norm residual = 1.42264e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.06823e-07, Final user-defined norm residual = 1.10326e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000645944, Final residual = 5.61411e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000542395, Final residual = 4.42982e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0535876, Final residual = 1.63691e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0495661, Final residual = 9.61189e-07, No Iterations 254
time step continuity errors : sum local = 1.26555e-10, global = 3.30327e-20, cumulative = -1.90121e-18
DICPCG: Solving for p, Initial residual = 0.00629422, Final residual = 9.15318e-07, No Iterations 129
time step continuity errors : sum local = 1.22037e-10, global = -8.56226e-20, cumulative = -1.98683e-18
BiCGStab: Solving for omega, Initial residual = 0.000538373, Final residual = 3.75106e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000687839, Final residual = 7.72167e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.19724e-05, Final residual = 9.96414e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.11213e-05, Final residual = 4.44618e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00510468, Final residual = 4.40322e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0111353, Final residual = 9.62373e-07, No Iterations 130
time step continuity errors : sum local = 1.36451e-10, global = -4.51836e-20, cumulative = -2.03201e-18
DICPCG: Solving for p, Initial residual = 0.00201432, Final residual = 9.51843e-07, No Iterations 85
time step continuity errors : sum local = 1.34389e-10, global = 5.00821e-20, cumulative = -1.98193e-18
BiCGStab: Solving for omega, Initial residual = 2.4703e-05, Final residual = 6.26218e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.21294e-05, Final residual = 1.28849e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.00194e-06, Final residual = 5.30781e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.98841e-06, Final residual = 2.9099e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000769714, Final residual = 2.35014e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00211105, Final residual = 9.96069e-07, No Iterations 48
time step continuity errors : sum local = 1.40119e-10, global = -1.59542e-19, cumulative = -2.14147e-18
DICPCG: Solving for p, Initial residual = 0.000348589, Final residual = 9.88397e-07, No Iterations 24
time step continuity errors : sum local = 1.39135e-10, global = -8.2148e-20, cumulative = -2.22362e-18
BiCGStab: Solving for omega, Initial residual = 1.31893e-05, Final residual = 6.43953e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.06204e-06, Final residual = 5.06204e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.12962e-06, Final residual = 6.5445e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.01655e-07, Final residual = 3.50116e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00014013, Final residual = 3.07031e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000557883, Final residual = 9.11982e-07, No Iterations 11
time step continuity errors : sum local = 1.29119e-10, global = -8.90011e-20, cumulative = -2.31262e-18
DICPCG: Solving for p, Initial residual = 8.97242e-05, Final residual = 7.82499e-07, No Iterations 5
time step continuity errors : sum local = 1.12141e-10, global = -1.70668e-20, cumulative = -2.32969e-18
BiCGStab: Solving for omega, Initial residual = 1.33881e-05, Final residual = 7.85794e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.05653e-06, Final residual = 5.05653e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.06855e-07, Final residual = 1.13173e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.51887e-07, Final residual = 5.90898e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.90022e-05, Final residual = 5.08097e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000157476, Final residual = 8.45653e-07, No Iterations 6
time step continuity errors : sum local = 1.2042e-10, global = 1.07346e-19, cumulative = -2.22234e-18
DICPCG: Solving for p, Initial residual = 2.6137e-05, Final residual = 8.88425e-07, No Iterations 3
time step continuity errors : sum local = 1.26026e-10, global = 1.22597e-19, cumulative = -2.09975e-18
BiCGStab: Solving for omega, Initial residual = 1.40368e-05, Final residual = 8.1282e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.06723e-06, Final residual = 5.06723e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3493.27 s ClockTime = 3493 s Max(PAc) = 154879 Pa
Courant Number mean: 0.0542321 max: 0.98142 velocity magnitude: 1.2672
deltaT = 0.000484067
Time = 1.52983
--> Cloud: bubbleCloud
Added 161 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 566050
Mass introduced by injector = 5.18647e-10
Number of parcels added continuously = 1189
Mass introduced continuously = 1.14012e-12
Current number of parcels = 4001917
Current mass in system = 4.51248e-09
Number of parcels shifted at least once = 2947
Number of parcel shifts towards cell center = 2948
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00591955, Final user-defined norm residual = 0.000178138
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.83953e-05, Final user-defined norm residual = 1.50035e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.23388e-07, Final user-defined norm residual = 1.55375e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000640862, Final residual = 5.59257e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000539629, Final residual = 4.49948e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0547309, Final residual = 2.05311e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0544622, Final residual = 9.80873e-07, No Iterations 172
time step continuity errors : sum local = 1.40429e-10, global = -1.50874e-20, cumulative = -2.11483e-18
DICPCG: Solving for p, Initial residual = 0.0060069, Final residual = 9.6979e-07, No Iterations 142
time step continuity errors : sum local = 1.46197e-10, global = 9.33681e-20, cumulative = -2.02147e-18
BiCGStab: Solving for omega, Initial residual = 0.000534868, Final residual = 4.43465e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000687138, Final residual = 7.6905e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.02702e-05, Final residual = 1.06186e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03406e-05, Final residual = 4.57926e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00510666, Final residual = 5.27021e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00939017, Final residual = 9.99511e-07, No Iterations 242
time step continuity errors : sum local = 1.31968e-10, global = 2.08731e-20, cumulative = -2.00059e-18
DICPCG: Solving for p, Initial residual = 0.0016731, Final residual = 9.36584e-07, No Iterations 80
time step continuity errors : sum local = 1.2688e-10, global = -8.33468e-20, cumulative = -2.08394e-18
BiCGStab: Solving for omega, Initial residual = 2.59023e-05, Final residual = 8.02641e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.21824e-05, Final residual = 1.26512e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.32836e-06, Final residual = 5.04558e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.70597e-06, Final residual = 2.69935e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000755844, Final residual = 2.7287e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00153377, Final residual = 9.93976e-07, No Iterations 46
time step continuity errors : sum local = 1.3503e-10, global = 2.32468e-20, cumulative = -2.06069e-18
DICPCG: Solving for p, Initial residual = 0.000249333, Final residual = 9.95142e-07, No Iterations 28
time step continuity errors : sum local = 1.35193e-10, global = 4.59277e-20, cumulative = -2.01477e-18
BiCGStab: Solving for omega, Initial residual = 1.57048e-05, Final residual = 7.95546e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.01423e-06, Final residual = 5.01423e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.88529e-07, Final residual = 5.44999e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.20396e-07, Final residual = 3.1006e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000142509, Final residual = 2.94784e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000349868, Final residual = 9.36132e-07, No Iterations 11
time step continuity errors : sum local = 1.27406e-10, global = 5.12776e-20, cumulative = -1.96349e-18
DICPCG: Solving for p, Initial residual = 5.75847e-05, Final residual = 8.00414e-07, No Iterations 5
time step continuity errors : sum local = 1.09456e-10, global = -3.24361e-20, cumulative = -1.99592e-18
BiCGStab: Solving for omega, Initial residual = 1.65629e-05, Final residual = 9.58725e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.00036e-06, Final residual = 5.00036e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.06952e-07, Final residual = 9.7436e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.14928e-07, Final residual = 4.99074e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.06053e-05, Final residual = 5.01209e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.38644e-05, Final residual = 7.49256e-07, No Iterations 5
time step continuity errors : sum local = 1.02691e-10, global = -5.66703e-20, cumulative = -2.05259e-18
DICPCG: Solving for p, Initial residual = 1.43989e-05, Final residual = 7.19527e-07, No Iterations 3
time step continuity errors : sum local = 9.87576e-11, global = -3.65439e-20, cumulative = -2.08914e-18
BiCGStab: Solving for omega, Initial residual = 1.90085e-05, Final residual = 1.13373e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.02712e-06, Final residual = 5.02712e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3509.78 s ClockTime = 3510 s Max(PAc) = 154507 Pa
Courant Number mean: 0.0542495 max: 0.985321 velocity magnitude: 1.27765
deltaT = 0.000484067
Time = 1.53032
--> Cloud: bubbleCloud
Added 161 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 566211
Mass introduced by injector = 5.18787e-10
Number of parcels added continuously = 1060
Mass introduced continuously = 9.64731e-13
Current number of parcels = 4002609
Current mass in system = 4.51302e-09
Number of parcels shifted at least once = 2984
Number of parcel shifts towards cell center = 2985
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00662774, Final user-defined norm residual = 0.000150587
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.24992e-05, Final user-defined norm residual = 3.58836e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.74457e-08, Final user-defined norm residual = 4.40288e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000635478, Final residual = 5.52385e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000536983, Final residual = 4.437e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0564807, Final residual = 2.05646e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0472401, Final residual = 9.92137e-07, No Iterations 183
time step continuity errors : sum local = 1.53442e-10, global = 1.37083e-20, cumulative = -2.07543e-18
DICPCG: Solving for p, Initial residual = 0.00512549, Final residual = 9.92251e-07, No Iterations 241
time step continuity errors : sum local = 1.2989e-10, global = 3.46075e-20, cumulative = -2.04082e-18
BiCGStab: Solving for omega, Initial residual = 0.000533678, Final residual = 4.30624e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000686244, Final residual = 7.66257e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.91961e-05, Final residual = 1.0753e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.02336e-05, Final residual = 4.76183e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00526082, Final residual = 5.74394e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.009145, Final residual = 9.64362e-07, No Iterations 132
time step continuity errors : sum local = 1.42803e-10, global = -6.02909e-20, cumulative = -2.10111e-18
DICPCG: Solving for p, Initial residual = 0.00164435, Final residual = 9.51202e-07, No Iterations 85
time step continuity errors : sum local = 1.40299e-10, global = 2.94951e-20, cumulative = -2.07162e-18
BiCGStab: Solving for omega, Initial residual = 2.5668e-05, Final residual = 7.8768e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.24816e-05, Final residual = 1.28276e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.91216e-06, Final residual = 5.33299e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.50274e-06, Final residual = 2.86167e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000797391, Final residual = 2.98001e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00146979, Final residual = 9.8952e-07, No Iterations 59
time step continuity errors : sum local = 1.45289e-10, global = 5.24527e-20, cumulative = -2.01917e-18
DICPCG: Solving for p, Initial residual = 0.000243902, Final residual = 9.80668e-07, No Iterations 23
time step continuity errors : sum local = 1.44146e-10, global = 2.10435e-20, cumulative = -1.99812e-18
BiCGStab: Solving for omega, Initial residual = 1.52594e-05, Final residual = 7.17227e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.20715e-06, Final residual = 5.20715e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.13151e-07, Final residual = 6.54922e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.56428e-07, Final residual = 3.4639e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000153753, Final residual = 3.16598e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000339983, Final residual = 9.38805e-07, No Iterations 12
time step continuity errors : sum local = 1.38656e-10, global = 1.25222e-20, cumulative = -1.9856e-18
DICPCG: Solving for p, Initial residual = 6.0774e-05, Final residual = 8.8992e-07, No Iterations 5
time step continuity errors : sum local = 1.32228e-10, global = 1.412e-19, cumulative = -1.8444e-18
BiCGStab: Solving for omega, Initial residual = 1.41212e-05, Final residual = 7.37575e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.19669e-06, Final residual = 5.19669e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.80829e-07, Final residual = 1.1101e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.27969e-08, Final residual = 5.57857e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.23806e-05, Final residual = 5.20046e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.52409e-05, Final residual = 9.04842e-07, No Iterations 5
time step continuity errors : sum local = 1.34189e-10, global = -4.54683e-20, cumulative = -1.88987e-18
DICPCG: Solving for p, Initial residual = 1.60634e-05, Final residual = 7.85571e-07, No Iterations 3
time step continuity errors : sum local = 1.18518e-10, global = 3.58989e-20, cumulative = -1.85397e-18
BiCGStab: Solving for omega, Initial residual = 1.43606e-05, Final residual = 7.33035e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.21428e-06, Final residual = 5.21428e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3526.51 s ClockTime = 3527 s Max(PAc) = 155304 Pa
Courant Number mean: 0.0542666 max: 0.982691 velocity magnitude: 1.28702
deltaT = 0.000484067
Time = 1.5308
--> Cloud: bubbleCloud
Added 231 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 566442
Mass introduced by injector = 5.18983e-10
Number of parcels added continuously = 1207
Mass introduced continuously = 1.09086e-12
Current number of parcels = 4003510
Current mass in system = 4.51376e-09
Number of parcels shifted at least once = 2952
Number of parcel shifts towards cell center = 2952
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00768171, Final user-defined norm residual = 0.00014893
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.21901e-05, Final user-defined norm residual = 2.6244e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.67274e-08, Final user-defined norm residual = 2.76504e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000635826, Final residual = 5.65885e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000538297, Final residual = 4.28956e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0570116, Final residual = 2.06276e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0438371, Final residual = 9.31112e-07, No Iterations 254
time step continuity errors : sum local = 1.2333e-10, global = -1.54638e-19, cumulative = -2.00861e-18
DICPCG: Solving for p, Initial residual = 0.00535947, Final residual = 8.90166e-07, No Iterations 104
time step continuity errors : sum local = 1.22959e-10, global = -1.62309e-20, cumulative = -2.02484e-18
BiCGStab: Solving for omega, Initial residual = 0.00052308, Final residual = 6.12852e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000685103, Final residual = 7.64684e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.87373e-05, Final residual = 1.01807e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03728e-05, Final residual = 4.72382e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00526827, Final residual = 5.97864e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00942818, Final residual = 9.91511e-07, No Iterations 91
time step continuity errors : sum local = 1.42764e-10, global = 4.4464e-21, cumulative = -2.02039e-18
DICPCG: Solving for p, Initial residual = 0.0016966, Final residual = 9.49146e-07, No Iterations 60
time step continuity errors : sum local = 1.36729e-10, global = 1.34465e-19, cumulative = -1.88593e-18
BiCGStab: Solving for omega, Initial residual = 1.99649e-05, Final residual = 4.18052e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.23772e-05, Final residual = 1.30668e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.91509e-06, Final residual = 4.76084e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.48959e-06, Final residual = 2.74656e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000783853, Final residual = 3.1032e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00136556, Final residual = 9.87813e-07, No Iterations 58
time step continuity errors : sum local = 1.41975e-10, global = 4.83445e-20, cumulative = -1.83758e-18
DICPCG: Solving for p, Initial residual = 0.000233623, Final residual = 9.38763e-07, No Iterations 31
time step continuity errors : sum local = 1.35468e-10, global = 2.5471e-20, cumulative = -1.81211e-18
BiCGStab: Solving for omega, Initial residual = 1.03295e-05, Final residual = 3.75642e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.19019e-06, Final residual = 5.19019e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.70654e-07, Final residual = 4.81074e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.58575e-07, Final residual = 2.53502e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000142329, Final residual = 3.28186e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000295319, Final residual = 9.5894e-07, No Iterations 11
time step continuity errors : sum local = 1.38172e-10, global = -1.24109e-19, cumulative = -1.93622e-18
DICPCG: Solving for p, Initial residual = 5.68372e-05, Final residual = 9.08444e-07, No Iterations 5
time step continuity errors : sum local = 1.31432e-10, global = -4.17546e-21, cumulative = -1.9404e-18
BiCGStab: Solving for omega, Initial residual = 1.00834e-05, Final residual = 4.48182e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.19542e-06, Final residual = 5.19542e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.73879e-07, Final residual = 8.36436e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.49019e-08, Final residual = 5.10107e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.85452e-05, Final residual = 5.36841e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 7.9103e-05, Final residual = 7.2853e-07, No Iterations 5
time step continuity errors : sum local = 1.07423e-10, global = -3.46534e-20, cumulative = -1.97505e-18
DICPCG: Solving for p, Initial residual = 1.44295e-05, Final residual = 6.3451e-07, No Iterations 3
time step continuity errors : sum local = 9.48754e-11, global = -6.20446e-20, cumulative = -2.03709e-18
BiCGStab: Solving for omega, Initial residual = 1.15163e-05, Final residual = 5.06726e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.19593e-06, Final residual = 5.19593e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3542.85 s ClockTime = 3543 s Max(PAc) = 155003 Pa
Courant Number mean: 0.0542837 max: 0.979278 velocity magnitude: 1.29027
deltaT = 0.000484067
Time = 1.53129
--> Cloud: bubbleCloud
Added 163 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 566605
Mass introduced by injector = 5.19103e-10
Number of parcels added continuously = 1177
Mass introduced continuously = 1.09905e-12
Current number of parcels = 4004327
Current mass in system = 4.51448e-09
Number of parcels shifted at least once = 2984
Number of parcel shifts towards cell center = 2984
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00624333, Final user-defined norm residual = 0.000214983
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.64197e-05, Final user-defined norm residual = 1.06145e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.29211e-07, Final user-defined norm residual = 5.80502e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000636221, Final residual = 5.46773e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000539178, Final residual = 4.41952e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0595944, Final residual = 1.88093e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0438513, Final residual = 9.36069e-07, No Iterations 239
time step continuity errors : sum local = 1.24935e-10, global = 1.09866e-19, cumulative = -1.92723e-18
DICPCG: Solving for p, Initial residual = 0.00485137, Final residual = 9.78486e-07, No Iterations 95
time step continuity errors : sum local = 1.38173e-10, global = 6.1786e-20, cumulative = -1.86544e-18
BiCGStab: Solving for omega, Initial residual = 0.00052549, Final residual = 6.43877e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000684907, Final residual = 7.69639e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.05257e-05, Final residual = 1.00699e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.15319e-05, Final residual = 4.59086e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00570317, Final residual = 5.27388e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00950388, Final residual = 9.84786e-07, No Iterations 93
time step continuity errors : sum local = 1.35702e-10, global = 8.33798e-21, cumulative = -1.8571e-18
DICPCG: Solving for p, Initial residual = 0.00173626, Final residual = 9.67465e-07, No Iterations 80
time step continuity errors : sum local = 1.32934e-10, global = 4.4448e-20, cumulative = -1.81266e-18
BiCGStab: Solving for omega, Initial residual = 2.37066e-05, Final residual = 6.93754e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.21105e-05, Final residual = 1.30165e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.3912e-06, Final residual = 5.07925e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.00658e-06, Final residual = 2.73782e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000867564, Final residual = 2.78006e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00162863, Final residual = 9.30769e-07, No Iterations 59
time step continuity errors : sum local = 1.2794e-10, global = 3.31449e-20, cumulative = -1.77951e-18
DICPCG: Solving for p, Initial residual = 0.000277506, Final residual = 9.99046e-07, No Iterations 27
time step continuity errors : sum local = 1.37043e-10, global = 7.12654e-20, cumulative = -1.70825e-18
BiCGStab: Solving for omega, Initial residual = 1.52428e-05, Final residual = 7.37582e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.10936e-06, Final residual = 5.10936e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.18142e-07, Final residual = 5.69202e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.39511e-07, Final residual = 3.06356e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00016237, Final residual = 3.18753e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000417304, Final residual = 9.37093e-07, No Iterations 13
time step continuity errors : sum local = 1.28779e-10, global = 1.14779e-19, cumulative = -1.59347e-18
DICPCG: Solving for p, Initial residual = 7.23411e-05, Final residual = 8.8802e-07, No Iterations 5
time step continuity errors : sum local = 1.22219e-10, global = 6.31857e-20, cumulative = -1.53028e-18
BiCGStab: Solving for omega, Initial residual = 1.61372e-05, Final residual = 8.59766e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.09511e-06, Final residual = 5.09511e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.58528e-07, Final residual = 9.39603e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.50619e-07, Final residual = 5.39509e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.36462e-05, Final residual = 5.2149e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000118873, Final residual = 8.73572e-07, No Iterations 5
time step continuity errors : sum local = 1.20291e-10, global = 4.74914e-20, cumulative = -1.48279e-18
DICPCG: Solving for p, Initial residual = 2.07163e-05, Final residual = 7.70962e-07, No Iterations 3
time step continuity errors : sum local = 1.06598e-10, global = -8.03171e-20, cumulative = -1.56311e-18
BiCGStab: Solving for omega, Initial residual = 1.69963e-05, Final residual = 9.08436e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.11985e-06, Final residual = 5.11985e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3559.29 s ClockTime = 3559 s Max(PAc) = 154698 Pa
Courant Number mean: 0.0543006 max: 0.975553 velocity magnitude: 1.29213
deltaT = 0.000484067
Time = 1.53177
--> Cloud: bubbleCloud
Added 147 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 566752
Mass introduced by injector = 5.19262e-10
Number of parcels added continuously = 1159
Mass introduced continuously = 1.1319e-12
Current number of parcels = 4005110
Current mass in system = 4.5152e-09
Number of parcels shifted at least once = 3036
Number of parcel shifts towards cell center = 3038
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00643026, Final user-defined norm residual = 0.000264385
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.70394e-05, Final user-defined norm residual = 2.57788e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.56248e-07, Final user-defined norm residual = 1.85703e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000642833, Final residual = 5.67313e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000541561, Final residual = 4.44664e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0598771, Final residual = 2.05306e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0519293, Final residual = 9.3322e-07, No Iterations 256
time step continuity errors : sum local = 1.24055e-10, global = -6.73399e-20, cumulative = -1.63045e-18
DICPCG: Solving for p, Initial residual = 0.00547389, Final residual = 9.87794e-07, No Iterations 134
time step continuity errors : sum local = 1.41701e-10, global = -2.50011e-21, cumulative = -1.63295e-18
BiCGStab: Solving for omega, Initial residual = 0.000524068, Final residual = 7.81849e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000684347, Final residual = 7.7757e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.14814e-05, Final residual = 1.04454e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.13046e-05, Final residual = 4.65685e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0055396, Final residual = 5.43717e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0106298, Final residual = 9.63214e-07, No Iterations 238
time step continuity errors : sum local = 1.27918e-10, global = 1.06438e-19, cumulative = -1.52651e-18
DICPCG: Solving for p, Initial residual = 0.00184727, Final residual = 9.26679e-07, No Iterations 71
time step continuity errors : sum local = 1.25923e-10, global = 7.39814e-20, cumulative = -1.45253e-18
BiCGStab: Solving for omega, Initial residual = 2.54721e-05, Final residual = 8.18643e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.21196e-05, Final residual = 1.29129e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.9325e-06, Final residual = 5.15293e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.04262e-06, Final residual = 2.86751e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000813745, Final residual = 2.90222e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00190868, Final residual = 9.50367e-07, No Iterations 56
time step continuity errors : sum local = 1.29305e-10, global = -6.35113e-21, cumulative = -1.45888e-18
DICPCG: Solving for p, Initial residual = 0.000319731, Final residual = 9.88613e-07, No Iterations 19
time step continuity errors : sum local = 1.3434e-10, global = 1.60171e-20, cumulative = -1.44286e-18
BiCGStab: Solving for omega, Initial residual = 1.87791e-05, Final residual = 8.82246e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.3652e-06, Final residual = 5.3652e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.07938e-06, Final residual = 7.00179e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.23412e-07, Final residual = 3.58277e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000152809, Final residual = 3.27552e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000515324, Final residual = 9.90192e-07, No Iterations 14
time step continuity errors : sum local = 1.34553e-10, global = 3.28665e-20, cumulative = -1.41e-18
DICPCG: Solving for p, Initial residual = 8.87521e-05, Final residual = 9.13841e-07, No Iterations 6
time step continuity errors : sum local = 1.24406e-10, global = -7.76042e-20, cumulative = -1.4876e-18
BiCGStab: Solving for omega, Initial residual = 2.20702e-05, Final residual = 1.07133e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.33887e-06, Final residual = 5.33887e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.14462e-07, Final residual = 1.21708e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.5997e-07, Final residual = 5.72336e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.14838e-05, Final residual = 5.64012e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00015686, Final residual = 9.30475e-07, No Iterations 5
time step continuity errors : sum local = 1.26614e-10, global = -4.69486e-21, cumulative = -1.49229e-18
DICPCG: Solving for p, Initial residual = 2.69187e-05, Final residual = 8.26784e-07, No Iterations 3
time step continuity errors : sum local = 1.12841e-10, global = -4.77684e-20, cumulative = -1.54006e-18
BiCGStab: Solving for omega, Initial residual = 2.65466e-05, Final residual = 1.24843e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.37763e-06, Final residual = 5.37763e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3575.83 s ClockTime = 3576 s Max(PAc) = 155625 Pa
Courant Number mean: 0.0543172 max: 0.969982 velocity magnitude: 1.2929
deltaT = 0.000484067
Time = 1.53225
--> Cloud: bubbleCloud
Added 160 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 566912
Mass introduced by injector = 5.19389e-10
Number of parcels added continuously = 1191
Mass introduced continuously = 1.08049e-12
Current number of parcels = 4005921
Current mass in system = 4.51583e-09
Number of parcels shifted at least once = 3004
Number of parcel shifts towards cell center = 3005
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0069521, Final user-defined norm residual = 0.000413808
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.92532e-05, Final user-defined norm residual = 6.77027e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.46058e-06, Final user-defined norm residual = 2.4658e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000637895, Final residual = 5.20078e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000539794, Final residual = 4.34508e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0608756, Final residual = 2.27769e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0493699, Final residual = 9.38737e-07, No Iterations 255
time step continuity errors : sum local = 1.25277e-10, global = 6.61343e-20, cumulative = -1.47393e-18
DICPCG: Solving for p, Initial residual = 0.00633526, Final residual = 8.99961e-07, No Iterations 144
time step continuity errors : sum local = 1.23354e-10, global = 6.01283e-20, cumulative = -1.4138e-18
BiCGStab: Solving for omega, Initial residual = 0.000527251, Final residual = 5.93159e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000683647, Final residual = 7.82396e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.12793e-05, Final residual = 1.00233e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.13655e-05, Final residual = 4.65138e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00552653, Final residual = 6.42316e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0107632, Final residual = 9.49296e-07, No Iterations 94
time step continuity errors : sum local = 1.43495e-10, global = 7.15913e-20, cumulative = -1.34221e-18
DICPCG: Solving for p, Initial residual = 0.00188531, Final residual = 9.52126e-07, No Iterations 61
time step continuity errors : sum local = 1.43683e-10, global = -9.09503e-21, cumulative = -1.3513e-18
BiCGStab: Solving for omega, Initial residual = 3.85164e-05, Final residual = 9.70249e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.23022e-05, Final residual = 1.28379e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.79059e-06, Final residual = 4.77085e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.92819e-06, Final residual = 2.76196e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000832428, Final residual = 3.18871e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00207286, Final residual = 9.86748e-07, No Iterations 32
time step continuity errors : sum local = 1.48394e-10, global = 3.6578e-20, cumulative = -1.31473e-18
DICPCG: Solving for p, Initial residual = 0.00034274, Final residual = 9.71441e-07, No Iterations 15
time step continuity errors : sum local = 1.46336e-10, global = 2.4168e-20, cumulative = -1.29056e-18
BiCGStab: Solving for omega, Initial residual = 3.27107e-05, Final residual = 9.8681e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.63686e-06, Final residual = 5.63686e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.02155e-06, Final residual = 5.4387e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.82853e-07, Final residual = 2.87424e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000151817, Final residual = 3.29283e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000512804, Final residual = 8.69866e-07, No Iterations 10
time step continuity errors : sum local = 1.32727e-10, global = 2.90121e-20, cumulative = -1.26155e-18
DICPCG: Solving for p, Initial residual = 8.74193e-05, Final residual = 8.71915e-07, No Iterations 5
time step continuity errors : sum local = 1.32992e-10, global = 1.87652e-20, cumulative = -1.24278e-18
BiCGStab: Solving for omega, Initial residual = 3.65138e-05, Final residual = 9.3937e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.59311e-06, Final residual = 5.59311e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.91513e-07, Final residual = 1.10212e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.40792e-07, Final residual = 5.83447e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.02099e-05, Final residual = 5.16756e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00014227, Final residual = 7.42297e-07, No Iterations 5
time step continuity errors : sum local = 1.15621e-10, global = -4.97329e-20, cumulative = -1.29251e-18
DICPCG: Solving for p, Initial residual = 2.33741e-05, Final residual = 7.11625e-07, No Iterations 3
time step continuity errors : sum local = 1.11509e-10, global = -5.78901e-20, cumulative = -1.3504e-18
BiCGStab: Solving for omega, Initial residual = 3.38025e-05, Final residual = 1.00213e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.64313e-06, Final residual = 5.64313e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3592.35 s ClockTime = 3592 s Max(PAc) = 154688 Pa
Courant Number mean: 0.054334 max: 0.971187 velocity magnitude: 1.28709
deltaT = 0.000484067
Time = 1.53274
--> Cloud: bubbleCloud
Added 198 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 567110
Mass introduced by injector = 5.19553e-10
Number of parcels added continuously = 1152
Mass introduced continuously = 1.05814e-12
Current number of parcels = 4006806
Current mass in system = 4.51657e-09
Number of parcels shifted at least once = 2967
Number of parcel shifts towards cell center = 2968
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00677072, Final user-defined norm residual = 0.000236097
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.09759e-05, Final user-defined norm residual = 2.64387e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.7094e-07, Final user-defined norm residual = 5.62535e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000638216, Final residual = 5.75599e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000539173, Final residual = 4.46235e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0631142, Final residual = 2.12515e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0511585, Final residual = 8.57978e-07, No Iterations 259
time step continuity errors : sum local = 1.14985e-10, global = 3.03978e-20, cumulative = -1.32001e-18
DICPCG: Solving for p, Initial residual = 0.00651394, Final residual = 9.15651e-07, No Iterations 147
time step continuity errors : sum local = 1.3081e-10, global = -2.29876e-21, cumulative = -1.3223e-18
BiCGStab: Solving for omega, Initial residual = 0.000525868, Final residual = 6.90618e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000682891, Final residual = 7.87539e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.91589e-05, Final residual = 1.01605e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.11098e-05, Final residual = 4.69413e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00548769, Final residual = 5.23245e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00984058, Final residual = 9.98885e-07, No Iterations 107
time step continuity errors : sum local = 1.40507e-10, global = -8.03282e-21, cumulative = -1.33034e-18
DICPCG: Solving for p, Initial residual = 0.00180789, Final residual = 9.63818e-07, No Iterations 81
time step continuity errors : sum local = 1.3524e-10, global = -4.21654e-20, cumulative = -1.3725e-18
BiCGStab: Solving for omega, Initial residual = 2.88103e-05, Final residual = 6.39223e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.21307e-05, Final residual = 1.27968e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.33262e-06, Final residual = 4.74489e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.80607e-06, Final residual = 2.77306e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000794021, Final residual = 2.6634e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0017551, Final residual = 9.65001e-07, No Iterations 31
time step continuity errors : sum local = 1.35575e-10, global = 4.75276e-20, cumulative = -1.32497e-18
DICPCG: Solving for p, Initial residual = 0.000293987, Final residual = 9.60569e-07, No Iterations 16
time step continuity errors : sum local = 1.34977e-10, global = -3.00246e-20, cumulative = -1.355e-18
BiCGStab: Solving for omega, Initial residual = 2.15279e-05, Final residual = 5.62233e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.42536e-06, Final residual = 5.42536e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.40229e-07, Final residual = 4.83642e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.46817e-07, Final residual = 2.96676e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000140854, Final residual = 3.11284e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000435104, Final residual = 9.99784e-07, No Iterations 9
time step continuity errors : sum local = 1.40243e-10, global = 1.41225e-20, cumulative = -1.34088e-18
DICPCG: Solving for p, Initial residual = 7.45665e-05, Final residual = 7.55081e-07, No Iterations 5
time step continuity errors : sum local = 1.07513e-10, global = -8.21069e-20, cumulative = -1.42298e-18
BiCGStab: Solving for omega, Initial residual = 1.89085e-05, Final residual = 6.58934e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.43981e-06, Final residual = 5.43981e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.38729e-07, Final residual = 9.6347e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.33184e-07, Final residual = 5.83972e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.91216e-05, Final residual = 5.14852e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000124707, Final residual = 7.26451e-07, No Iterations 5
time step continuity errors : sum local = 1.03686e-10, global = 1.62157e-20, cumulative = -1.40677e-18
DICPCG: Solving for p, Initial residual = 2.04649e-05, Final residual = 6.80954e-07, No Iterations 3
time step continuity errors : sum local = 9.76012e-11, global = -3.89115e-20, cumulative = -1.44568e-18
BiCGStab: Solving for omega, Initial residual = 2.13076e-05, Final residual = 6.89861e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.43271e-06, Final residual = 5.43271e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3608.81 s ClockTime = 3609 s Max(PAc) = 154693 Pa
Courant Number mean: 0.0543504 max: 0.972444 velocity magnitude: 1.28083
deltaT = 0.000484067
Time = 1.53322
--> Cloud: bubbleCloud
Added 162 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 567272
Mass introduced by injector = 5.19682e-10
Number of parcels added continuously = 1138
Mass introduced continuously = 1.00211e-12
Current number of parcels = 4007581
Current mass in system = 4.51714e-09
Number of parcels shifted at least once = 2999
Number of parcel shifts towards cell center = 3001
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00628946, Final user-defined norm residual = 0.000161999
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.4948e-05, Final user-defined norm residual = 9.65962e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.08411e-07, Final user-defined norm residual = 8.52757e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000632074, Final residual = 5.64735e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000537402, Final residual = 4.42367e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0614106, Final residual = 2.28677e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0477512, Final residual = 9.91623e-07, No Iterations 160
time step continuity errors : sum local = 1.45766e-10, global = 3.37552e-20, cumulative = -1.41192e-18
DICPCG: Solving for p, Initial residual = 0.00607116, Final residual = 9.14289e-07, No Iterations 121
time step continuity errors : sum local = 1.36283e-10, global = 7.27665e-20, cumulative = -1.33916e-18
BiCGStab: Solving for omega, Initial residual = 0.000514473, Final residual = 5.81316e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000682067, Final residual = 7.91794e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.90264e-05, Final residual = 1.05446e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.11263e-05, Final residual = 4.70669e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00538393, Final residual = 6.08101e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0101012, Final residual = 9.47398e-07, No Iterations 107
time step continuity errors : sum local = 1.26825e-10, global = 2.31775e-20, cumulative = -1.31598e-18
DICPCG: Solving for p, Initial residual = 0.00172941, Final residual = 9.64661e-07, No Iterations 71
time step continuity errors : sum local = 1.28694e-10, global = 2.1592e-20, cumulative = -1.29439e-18
BiCGStab: Solving for omega, Initial residual = 2.55836e-05, Final residual = 7.10189e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.17154e-05, Final residual = 1.19256e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.17892e-06, Final residual = 4.87574e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.71787e-06, Final residual = 2.87034e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000819894, Final residual = 3.03216e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00181778, Final residual = 9.90636e-07, No Iterations 43
time step continuity errors : sum local = 1.32384e-10, global = 2.4012e-20, cumulative = -1.27038e-18
DICPCG: Solving for p, Initial residual = 0.000273588, Final residual = 9.95842e-07, No Iterations 20
time step continuity errors : sum local = 1.33097e-10, global = 1.58977e-19, cumulative = -1.1114e-18
BiCGStab: Solving for omega, Initial residual = 1.71194e-05, Final residual = 7.17138e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.87994e-06, Final residual = 4.87994e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.24429e-07, Final residual = 4.36773e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.11045e-07, Final residual = 3.07739e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000155399, Final residual = 3.21894e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000443913, Final residual = 9.81831e-07, No Iterations 9
time step continuity errors : sum local = 1.3125e-10, global = -1.7009e-20, cumulative = -1.12841e-18
DICPCG: Solving for p, Initial residual = 6.88705e-05, Final residual = 9.6761e-07, No Iterations 4
time step continuity errors : sum local = 1.29351e-10, global = 5.41421e-20, cumulative = -1.07427e-18
BiCGStab: Solving for omega, Initial residual = 1.84825e-05, Final residual = 7.11406e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.86295e-06, Final residual = 4.86295e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.45187e-07, Final residual = 8.8528e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.18757e-07, Final residual = 5.39883e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.23717e-05, Final residual = 5.44788e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000124762, Final residual = 9.08654e-07, No Iterations 5
time step continuity errors : sum local = 1.2152e-10, global = -6.40215e-20, cumulative = -1.13829e-18
DICPCG: Solving for p, Initial residual = 1.93378e-05, Final residual = 6.97974e-07, No Iterations 3
time step continuity errors : sum local = 9.35377e-11, global = 3.49754e-20, cumulative = -1.10331e-18
BiCGStab: Solving for omega, Initial residual = 2.05047e-05, Final residual = 7.69901e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.8953e-06, Final residual = 4.8953e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3625.29 s ClockTime = 3625 s Max(PAc) = 154467 Pa
Courant Number mean: 0.0543672 max: 0.971366 velocity magnitude: 1.27672
deltaT = 0.000484067
Time = 1.53371
--> Cloud: bubbleCloud
Added 222 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 567494
Mass introduced by injector = 5.19858e-10
Number of parcels added continuously = 1252
Mass introduced continuously = 1.16985e-12
Current number of parcels = 4008504
Current mass in system = 4.51757e-09
Number of parcels shifted at least once = 3014
Number of parcel shifts towards cell center = 3015
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00554534, Final user-defined norm residual = 8.57649e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.85107e-05, Final user-defined norm residual = 5.53976e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.19566e-08, Final user-defined norm residual = 4.31243e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000629693, Final residual = 5.5476e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000536384, Final residual = 4.41794e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0609015, Final residual = 2.20884e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0455873, Final residual = 8.60639e-07, No Iterations 254
time step continuity errors : sum local = 1.14018e-10, global = -6.3981e-20, cumulative = -1.16729e-18
DICPCG: Solving for p, Initial residual = 0.0058263, Final residual = 9.27591e-07, No Iterations 122
time step continuity errors : sum local = 1.26245e-10, global = 2.09543e-20, cumulative = -1.14634e-18
BiCGStab: Solving for omega, Initial residual = 0.00051164, Final residual = 8.24438e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000681741, Final residual = 8.0096e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.79528e-05, Final residual = 1.0636e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.08266e-05, Final residual = 5.10227e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00534647, Final residual = 5.52391e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00932869, Final residual = 9.61144e-07, No Iterations 112
time step continuity errors : sum local = 1.35833e-10, global = 1.36633e-20, cumulative = -1.13268e-18
DICPCG: Solving for p, Initial residual = 0.00155637, Final residual = 9.71094e-07, No Iterations 74
time step continuity errors : sum local = 1.36773e-10, global = 2.19679e-20, cumulative = -1.11071e-18
BiCGStab: Solving for omega, Initial residual = 3.32095e-05, Final residual = 9.21022e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.11829e-05, Final residual = 1.08908e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.16518e-06, Final residual = 4.70603e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.72782e-06, Final residual = 2.93075e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000803938, Final residual = 2.95699e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0015809, Final residual = 9.65922e-07, No Iterations 45
time step continuity errors : sum local = 1.36153e-10, global = 4.7919e-20, cumulative = -1.06279e-18
DICPCG: Solving for p, Initial residual = 0.000251334, Final residual = 9.9323e-07, No Iterations 9
time step continuity errors : sum local = 1.3978e-10, global = 2.09659e-21, cumulative = -1.06069e-18
BiCGStab: Solving for omega, Initial residual = 3.04773e-05, Final residual = 1.03702e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.33598e-06, Final residual = 4.33598e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.875e-07, Final residual = 5.82679e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.37298e-07, Final residual = 3.59889e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000153782, Final residual = 3.02007e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000404339, Final residual = 9.69903e-07, No Iterations 9
time step continuity errors : sum local = 1.36691e-10, global = -2.48619e-20, cumulative = -1.08555e-18
DICPCG: Solving for p, Initial residual = 6.42074e-05, Final residual = 8.23827e-07, No Iterations 5
time step continuity errors : sum local = 1.17322e-10, global = -2.42431e-20, cumulative = -1.1098e-18
BiCGStab: Solving for omega, Initial residual = 3.50623e-05, Final residual = 1.22153e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.3407e-06, Final residual = 4.3407e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.31934e-07, Final residual = 1.56052e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.19241e-07, Final residual = 7.65979e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.33043e-05, Final residual = 4.96795e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00010942, Final residual = 8.73327e-07, No Iterations 5
time step continuity errors : sum local = 1.23879e-10, global = -2.99167e-21, cumulative = -1.11279e-18
DICPCG: Solving for p, Initial residual = 1.76416e-05, Final residual = 7.91163e-07, No Iterations 3
time step continuity errors : sum local = 1.12991e-10, global = 6.72027e-21, cumulative = -1.10607e-18
BiCGStab: Solving for omega, Initial residual = 3.60635e-05, Final residual = 1.32371e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.36045e-06, Final residual = 4.36045e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3641.88 s ClockTime = 3642 s Max(PAc) = 153984 Pa
Courant Number mean: 0.054384 max: 0.973707 velocity magnitude: 1.27494
deltaT = 0.000484067
Time = 1.53419
--> Cloud: bubbleCloud
Added 134 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 567628
Mass introduced by injector = 5.19957e-10
Number of parcels added continuously = 1163
Mass introduced continuously = 1.09266e-12
Current number of parcels = 4008996
Current mass in system = 4.51674e-09
Number of parcels shifted at least once = 2893
Number of parcel shifts towards cell center = 2895
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00686984, Final user-defined norm residual = 0.000617169
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.000132931, Final user-defined norm residual = 7.03035e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.5148e-06, Final user-defined norm residual = 2.70057e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000622844, Final residual = 5.7204e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000533285, Final residual = 4.50633e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0567066, Final residual = 1.94431e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0481002, Final residual = 9.39211e-07, No Iterations 153
time step continuity errors : sum local = 1.38334e-10, global = -5.97863e-20, cumulative = -1.16585e-18
DICPCG: Solving for p, Initial residual = 0.00532962, Final residual = 9.90206e-07, No Iterations 115
time step continuity errors : sum local = 1.48487e-10, global = -1.02193e-19, cumulative = -1.26805e-18
BiCGStab: Solving for omega, Initial residual = 0.000516994, Final residual = 5.27299e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000681294, Final residual = 8.01254e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.61556e-05, Final residual = 1.02818e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.01461e-05, Final residual = 4.73639e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00480057, Final residual = 4.9492e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00852116, Final residual = 9.47996e-07, No Iterations 231
time step continuity errors : sum local = 1.23891e-10, global = 2.70668e-21, cumulative = -1.26534e-18
DICPCG: Solving for p, Initial residual = 0.0014189, Final residual = 9.58472e-07, No Iterations 63
time step continuity errors : sum local = 1.28436e-10, global = -3.91607e-20, cumulative = -1.3045e-18
BiCGStab: Solving for omega, Initial residual = 3.45938e-05, Final residual = 7.9743e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.06596e-05, Final residual = 1.04098e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.80392e-06, Final residual = 4.81337e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.51724e-06, Final residual = 2.78032e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000723186, Final residual = 2.56968e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00142177, Final residual = 9.89798e-07, No Iterations 55
time step continuity errors : sum local = 1.32762e-10, global = 1.40289e-20, cumulative = -1.29047e-18
DICPCG: Solving for p, Initial residual = 0.000219608, Final residual = 9.87104e-07, No Iterations 16
time step continuity errors : sum local = 1.32358e-10, global = 6.32064e-20, cumulative = -1.22727e-18
BiCGStab: Solving for omega, Initial residual = 2.62603e-05, Final residual = 7.06796e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.94332e-06, Final residual = 3.94332e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.13051e-07, Final residual = 4.43057e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.6002e-07, Final residual = 2.67576e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000135482, Final residual = 2.91206e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000360108, Final residual = 9.16482e-07, No Iterations 9
time step continuity errors : sum local = 1.23132e-10, global = -1.06033e-19, cumulative = -1.3333e-18
DICPCG: Solving for p, Initial residual = 5.75709e-05, Final residual = 9.96674e-07, No Iterations 4
time step continuity errors : sum local = 1.336e-10, global = -6.23722e-20, cumulative = -1.39567e-18
BiCGStab: Solving for omega, Initial residual = 2.14757e-05, Final residual = 6.07925e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.92555e-06, Final residual = 3.92555e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.11048e-07, Final residual = 7.80561e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.08084e-07, Final residual = 5.01987e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.82498e-05, Final residual = 4.98638e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000105611, Final residual = 7.97729e-07, No Iterations 5
time step continuity errors : sum local = 1.0761e-10, global = 7.15152e-20, cumulative = -1.32416e-18
DICPCG: Solving for p, Initial residual = 1.73181e-05, Final residual = 6.70044e-07, No Iterations 3
time step continuity errors : sum local = 9.09288e-11, global = 3.36771e-20, cumulative = -1.29048e-18
BiCGStab: Solving for omega, Initial residual = 2.31324e-05, Final residual = 6.45507e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.95438e-06, Final residual = 3.95438e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3658.36 s ClockTime = 3658 s Max(PAc) = 154267 Pa
Courant Number mean: 0.0544009 max: 0.976968 velocity magnitude: 1.27459
deltaT = 0.000484067
Time = 1.53468
--> Cloud: bubbleCloud
Added 204 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 567832
Mass introduced by injector = 5.20155e-10
Number of parcels added continuously = 1200
Mass introduced continuously = 1.10086e-12
Current number of parcels = 4009319
Current mass in system = 4.51606e-09
Number of parcels shifted at least once = 3001
Number of parcel shifts towards cell center = 3004
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00710182, Final user-defined norm residual = 0.000817281
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.000176145, Final user-defined norm residual = 1.63276e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.52056e-06, Final user-defined norm residual = 9.28413e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000620705, Final residual = 5.70706e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000527948, Final residual = 4.55944e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0541698, Final residual = 1.73051e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0452311, Final residual = 8.89367e-07, No Iterations 260
time step continuity errors : sum local = 1.16051e-10, global = -1.22136e-19, cumulative = -1.41262e-18
DICPCG: Solving for p, Initial residual = 0.00529592, Final residual = 9.94207e-07, No Iterations 141
time step continuity errors : sum local = 1.30998e-10, global = -4.58519e-20, cumulative = -1.45847e-18
BiCGStab: Solving for omega, Initial residual = 0.000504499, Final residual = 5.30167e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000680665, Final residual = 7.9936e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.65062e-05, Final residual = 1.01756e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.00638e-05, Final residual = 4.69476e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00463378, Final residual = 4.70985e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00830807, Final residual = 9.89396e-07, No Iterations 136
time step continuity errors : sum local = 1.40844e-10, global = -3.26312e-20, cumulative = -1.4911e-18
DICPCG: Solving for p, Initial residual = 0.00134495, Final residual = 9.69372e-07, No Iterations 91
time step continuity errors : sum local = 1.37944e-10, global = -4.16142e-20, cumulative = -1.53271e-18
BiCGStab: Solving for omega, Initial residual = 2.22957e-05, Final residual = 4.59731e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.03452e-05, Final residual = 1.00117e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.96596e-06, Final residual = 4.61703e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.54791e-06, Final residual = 2.54673e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00066406, Final residual = 2.52588e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00146904, Final residual = 9.74662e-07, No Iterations 51
time step continuity errors : sum local = 1.38684e-10, global = 1.20985e-19, cumulative = -1.41173e-18
DICPCG: Solving for p, Initial residual = 0.000239878, Final residual = 9.79198e-07, No Iterations 20
time step continuity errors : sum local = 1.39302e-10, global = 1.00921e-19, cumulative = -1.31081e-18
BiCGStab: Solving for omega, Initial residual = 1.62456e-05, Final residual = 4.5094e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.667e-06, Final residual = 3.667e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.1321e-07, Final residual = 4.12933e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.96805e-07, Final residual = 2.27904e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000120631, Final residual = 2.86235e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000375237, Final residual = 9.1566e-07, No Iterations 12
time step continuity errors : sum local = 1.31025e-10, global = -1.89618e-20, cumulative = -1.32977e-18
DICPCG: Solving for p, Initial residual = 6.59866e-05, Final residual = 9.85633e-07, No Iterations 4
time step continuity errors : sum local = 1.40157e-10, global = -3.4523e-20, cumulative = -1.36429e-18
BiCGStab: Solving for omega, Initial residual = 1.85865e-05, Final residual = 6.04682e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.66383e-06, Final residual = 3.66383e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.1685e-07, Final residual = 7.13926e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.08666e-07, Final residual = 4.76298e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.40079e-05, Final residual = 4.76095e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000104823, Final residual = 8.2399e-07, No Iterations 5
time step continuity errors : sum local = 1.19058e-10, global = 2.17993e-20, cumulative = -1.34249e-18
DICPCG: Solving for p, Initial residual = 1.90888e-05, Final residual = 6.77095e-07, No Iterations 3
time step continuity errors : sum local = 9.98842e-11, global = -8.33619e-20, cumulative = -1.42585e-18
BiCGStab: Solving for omega, Initial residual = 2.13077e-05, Final residual = 7.19465e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.67976e-06, Final residual = 3.67976e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3674.87 s ClockTime = 3675 s Max(PAc) = 154228 Pa
Courant Number mean: 0.0544174 max: 0.972318 velocity magnitude: 1.27645
deltaT = 0.000484067
Time = 1.53516
--> Cloud: bubbleCloud
Added 125 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 567957
Mass introduced by injector = 5.2026e-10
Number of parcels added continuously = 1145
Mass introduced continuously = 1.07566e-12
Current number of parcels = 4009409
Current mass in system = 4.51582e-09
Number of parcels shifted at least once = 3041
Number of parcel shifts towards cell center = 3043
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00658243, Final user-defined norm residual = 0.000648505
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.000139593, Final user-defined norm residual = 8.39514e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.80719e-06, Final user-defined norm residual = 1.97719e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000620829, Final residual = 5.46025e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000528507, Final residual = 4.60714e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0525165, Final residual = 1.72414e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0476464, Final residual = 9.60207e-07, No Iterations 256
time step continuity errors : sum local = 1.24918e-10, global = 4.88619e-20, cumulative = -1.37699e-18
DICPCG: Solving for p, Initial residual = 0.00611177, Final residual = 9.90877e-07, No Iterations 138
time step continuity errors : sum local = 1.48661e-10, global = -2.7807e-20, cumulative = -1.4048e-18
BiCGStab: Solving for omega, Initial residual = 0.000506166, Final residual = 5.75936e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000680262, Final residual = 7.95135e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.67272e-05, Final residual = 9.89758e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.79186e-06, Final residual = 4.53931e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00462594, Final residual = 4.26217e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00834674, Final residual = 9.89439e-07, No Iterations 88
time step continuity errors : sum local = 1.3797e-10, global = -2.78347e-21, cumulative = -1.40758e-18
DICPCG: Solving for p, Initial residual = 0.00146838, Final residual = 9.44673e-07, No Iterations 70
time step continuity errors : sum local = 1.32618e-10, global = 1.36522e-19, cumulative = -1.27106e-18
BiCGStab: Solving for omega, Initial residual = 2.81726e-05, Final residual = 8.29182e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.00053e-05, Final residual = 9.82696e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.77712e-06, Final residual = 4.66562e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.43663e-06, Final residual = 2.66871e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000710686, Final residual = 2.22933e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00143233, Final residual = 9.82133e-07, No Iterations 42
time step continuity errors : sum local = 1.3755e-10, global = -1.10597e-19, cumulative = -1.38166e-18
DICPCG: Solving for p, Initial residual = 0.000258418, Final residual = 9.53555e-07, No Iterations 16
time step continuity errors : sum local = 1.33811e-10, global = -1.0466e-19, cumulative = -1.48632e-18
BiCGStab: Solving for omega, Initial residual = 2.12197e-05, Final residual = 7.66982e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.50888e-06, Final residual = 3.50888e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.15098e-07, Final residual = 5.17216e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.92407e-07, Final residual = 2.82472e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000135313, Final residual = 2.56646e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000383828, Final residual = 9.92014e-07, No Iterations 12
time step continuity errors : sum local = 1.38799e-10, global = 3.92573e-20, cumulative = -1.44706e-18
DICPCG: Solving for p, Initial residual = 6.83009e-05, Final residual = 8.57495e-07, No Iterations 5
time step continuity errors : sum local = 1.21328e-10, global = -4.66002e-20, cumulative = -1.49366e-18
BiCGStab: Solving for omega, Initial residual = 1.90091e-05, Final residual = 7.98423e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.50063e-06, Final residual = 3.50063e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.981e-07, Final residual = 8.75341e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.13912e-07, Final residual = 4.91257e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.89901e-05, Final residual = 4.32312e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000108469, Final residual = 7.16935e-07, No Iterations 5
time step continuity errors : sum local = 1.03082e-10, global = -3.24768e-20, cumulative = -1.52614e-18
DICPCG: Solving for p, Initial residual = 1.99687e-05, Final residual = 6.54308e-07, No Iterations 3
time step continuity errors : sum local = 9.49515e-11, global = -7.36688e-20, cumulative = -1.59981e-18
BiCGStab: Solving for omega, Initial residual = 2.13384e-05, Final residual = 8.10461e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.51331e-06, Final residual = 3.51331e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3691.51 s ClockTime = 3692 s Max(PAc) = 154537 Pa
Courant Number mean: 0.0544342 max: 0.967984 velocity magnitude: 1.27622
deltaT = 0.000484067
Time = 1.53564
--> Cloud: bubbleCloud
Added 208 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 568165
Mass introduced by injector = 5.20436e-10
Number of parcels added continuously = 1131
Mass introduced continuously = 1.04237e-12
Current number of parcels = 4009634
Current mass in system = 4.51595e-09
Number of parcels shifted at least once = 2997
Number of parcel shifts towards cell center = 2998
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00597319, Final user-defined norm residual = 0.000540764
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.000116365, Final user-defined norm residual = 4.85555e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.04497e-06, Final user-defined norm residual = 1.13726e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000618473, Final residual = 5.62562e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000527583, Final residual = 4.40507e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0521727, Final residual = 1.87152e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0446844, Final residual = 8.14574e-07, No Iterations 254
time step continuity errors : sum local = 1.05225e-10, global = 2.80449e-20, cumulative = -1.57176e-18
DICPCG: Solving for p, Initial residual = 0.00493503, Final residual = 9.6263e-07, No Iterations 127
time step continuity errors : sum local = 1.26633e-10, global = -3.95172e-20, cumulative = -1.61128e-18
BiCGStab: Solving for omega, Initial residual = 0.0004977, Final residual = 5.13391e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000680016, Final residual = 7.96813e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.61824e-05, Final residual = 9.59078e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.78993e-06, Final residual = 4.55105e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00429067, Final residual = 3.98643e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00802802, Final residual = 9.09689e-07, No Iterations 93
time step continuity errors : sum local = 1.3538e-10, global = -7.85187e-20, cumulative = -1.6898e-18
DICPCG: Solving for p, Initial residual = 0.00135646, Final residual = 9.52804e-07, No Iterations 61
time step continuity errors : sum local = 1.40565e-10, global = -8.48867e-20, cumulative = -1.77468e-18
BiCGStab: Solving for omega, Initial residual = 2.57452e-05, Final residual = 6.24933e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.8077e-06, Final residual = 9.8077e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.58437e-06, Final residual = 4.53607e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.46035e-06, Final residual = 2.60782e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000601419, Final residual = 2.13696e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00141662, Final residual = 9.52809e-07, No Iterations 33
time step continuity errors : sum local = 1.40603e-10, global = 1.09624e-20, cumulative = -1.76372e-18
DICPCG: Solving for p, Initial residual = 0.000232907, Final residual = 9.72376e-07, No Iterations 12
time step continuity errors : sum local = 1.43141e-10, global = 2.77917e-21, cumulative = -1.76094e-18
BiCGStab: Solving for omega, Initial residual = 2.16238e-05, Final residual = 6.97636e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.83532e-06, Final residual = 9.83532e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.92121e-07, Final residual = 4.58891e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.85965e-07, Final residual = 2.44936e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000108587, Final residual = 2.54349e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000380373, Final residual = 9.21906e-07, No Iterations 10
time step continuity errors : sum local = 1.36642e-10, global = -5.88735e-20, cumulative = -1.81982e-18
DICPCG: Solving for p, Initial residual = 6.15253e-05, Final residual = 9.17993e-07, No Iterations 4
time step continuity errors : sum local = 1.36139e-10, global = 1.24451e-19, cumulative = -1.69537e-18
BiCGStab: Solving for omega, Initial residual = 2.66805e-05, Final residual = 8.62801e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.87804e-06, Final residual = 9.87804e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.02933e-07, Final residual = 9.56857e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.07306e-07, Final residual = 5.20988e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.17305e-05, Final residual = 4.25636e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000108039, Final residual = 9.61325e-07, No Iterations 4
time step continuity errors : sum local = 1.41724e-10, global = -6.68381e-20, cumulative = -1.7622e-18
DICPCG: Solving for p, Initial residual = 1.80663e-05, Final residual = 6.05242e-07, No Iterations 3
time step continuity errors : sum local = 9.58239e-11, global = -4.78183e-20, cumulative = -1.81002e-18
BiCGStab: Solving for omega, Initial residual = 2.82714e-05, Final residual = 1.00857e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.83971e-06, Final residual = 9.83971e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3708.11 s ClockTime = 3708 s Max(PAc) = 154381 Pa
Courant Number mean: 0.0544511 max: 0.965166 velocity magnitude: 1.27652
deltaT = 0.000484067
Time = 1.53613
--> Cloud: bubbleCloud
Added 168 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 568333
Mass introduced by injector = 5.20567e-10
Number of parcels added continuously = 1129
Mass introduced continuously = 1.10783e-12
Current number of parcels = 4009816
Current mass in system = 4.51622e-09
Number of parcels shifted at least once = 2975
Number of parcel shifts towards cell center = 2977
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00592689, Final user-defined norm residual = 0.000316602
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.80278e-05, Final user-defined norm residual = 1.06805e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.29518e-07, Final user-defined norm residual = 5.3462e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000615702, Final residual = 5.77811e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00052685, Final residual = 4.68853e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.051079, Final residual = 1.80458e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0465281, Final residual = 9.06733e-07, No Iterations 262
time step continuity errors : sum local = 1.16838e-10, global = 5.28138e-20, cumulative = -1.75721e-18
DICPCG: Solving for p, Initial residual = 0.00538541, Final residual = 9.64222e-07, No Iterations 146
time step continuity errors : sum local = 1.27772e-10, global = -8.78871e-20, cumulative = -1.84509e-18
BiCGStab: Solving for omega, Initial residual = 0.000509947, Final residual = 7.42317e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000679429, Final residual = 7.9657e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.48095e-05, Final residual = 9.76994e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.11588e-06, Final residual = 4.48598e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00426364, Final residual = 4.58004e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00751738, Final residual = 9.14014e-07, No Iterations 140
time step continuity errors : sum local = 1.3157e-10, global = 7.52632e-21, cumulative = -1.83757e-18
DICPCG: Solving for p, Initial residual = 0.00120377, Final residual = 9.84128e-07, No Iterations 83
time step continuity errors : sum local = 1.40739e-10, global = 1.90621e-20, cumulative = -1.81851e-18
BiCGStab: Solving for omega, Initial residual = 3.04078e-05, Final residual = 9.44758e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.72942e-06, Final residual = 7.72942e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.02123e-06, Final residual = 4.73783e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.20454e-06, Final residual = 2.60838e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000632839, Final residual = 2.26006e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00114844, Final residual = 9.79852e-07, No Iterations 40
time step continuity errors : sum local = 1.40329e-10, global = -6.94082e-20, cumulative = -1.88791e-18
DICPCG: Solving for p, Initial residual = 0.000180305, Final residual = 9.60415e-07, No Iterations 17
time step continuity errors : sum local = 1.37834e-10, global = -7.73518e-20, cumulative = -1.96527e-18
BiCGStab: Solving for omega, Initial residual = 2.32522e-05, Final residual = 9.15059e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.77384e-06, Final residual = 7.77384e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 4.92804e-07, Final residual = 4.44896e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.68318e-07, Final residual = 2.67091e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000114424, Final residual = 2.3579e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000279963, Final residual = 8.93059e-07, No Iterations 11
time step continuity errors : sum local = 1.29161e-10, global = 1.82624e-19, cumulative = -1.78264e-18
DICPCG: Solving for p, Initial residual = 4.66672e-05, Final residual = 8.23151e-07, No Iterations 6
time step continuity errors : sum local = 1.20142e-10, global = 4.96431e-20, cumulative = -1.733e-18
BiCGStab: Solving for omega, Initial residual = 2.14947e-05, Final residual = 9.38419e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.77804e-06, Final residual = 7.77804e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.31238e-07, Final residual = 7.40096e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.01338e-08, Final residual = 3.97966e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.39983e-05, Final residual = 3.81056e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 7.2314e-05, Final residual = 9.43896e-07, No Iterations 4
time step continuity errors : sum local = 1.35716e-10, global = 5.11775e-21, cumulative = -1.72788e-18
DICPCG: Solving for p, Initial residual = 1.15966e-05, Final residual = 6.15889e-07, No Iterations 3
time step continuity errors : sum local = 9.34085e-11, global = 7.81222e-20, cumulative = -1.64976e-18
BiCGStab: Solving for omega, Initial residual = 2.31718e-05, Final residual = 9.51644e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.77285e-06, Final residual = 7.77285e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3724.74 s ClockTime = 3725 s Max(PAc) = 155027 Pa
Courant Number mean: 0.0544682 max: 0.969314 velocity magnitude: 1.27429
deltaT = 0.000484067
Time = 1.53661
--> Cloud: bubbleCloud
Added 182 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 568515
Mass introduced by injector = 5.20741e-10
Number of parcels added continuously = 1142
Mass introduced continuously = 1.00747e-12
Current number of parcels = 4009869
Current mass in system = 4.5164e-09
Number of parcels shifted at least once = 2957
Number of parcel shifts towards cell center = 2958
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00629245, Final user-defined norm residual = 0.000592372
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.000127137, Final user-defined norm residual = 5.48635e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.17789e-06, Final user-defined norm residual = 7.49364e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000614068, Final residual = 5.81532e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000521769, Final residual = 4.57164e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0470618, Final residual = 1.70149e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0425792, Final residual = 9.78517e-07, No Iterations 154
time step continuity errors : sum local = 1.44383e-10, global = 7.6978e-20, cumulative = -1.57278e-18
DICPCG: Solving for p, Initial residual = 0.00462263, Final residual = 9.70029e-07, No Iterations 134
time step continuity errors : sum local = 1.40084e-10, global = 2.97583e-20, cumulative = -1.54302e-18
BiCGStab: Solving for omega, Initial residual = 0.000500717, Final residual = 5.04256e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000680016, Final residual = 8.01707e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.43304e-05, Final residual = 1.03119e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.19706e-06, Final residual = 4.81903e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00402433, Final residual = 4.01284e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00741674, Final residual = 9.09098e-07, No Iterations 234
time step continuity errors : sum local = 1.16647e-10, global = 5.49254e-20, cumulative = -1.4881e-18
DICPCG: Solving for p, Initial residual = 0.00117699, Final residual = 9.85657e-07, No Iterations 81
time step continuity errors : sum local = 1.29164e-10, global = -3.34616e-20, cumulative = -1.52156e-18
BiCGStab: Solving for omega, Initial residual = 2.25832e-05, Final residual = 7.1196e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.30656e-06, Final residual = 7.30656e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 1.92534e-06, Final residual = 4.40879e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.12947e-06, Final residual = 2.62881e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000598032, Final residual = 2.06822e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00103061, Final residual = 9.48327e-07, No Iterations 52
time step continuity errors : sum local = 1.24705e-10, global = 1.86058e-20, cumulative = -1.50295e-18
DICPCG: Solving for p, Initial residual = 0.000146619, Final residual = 9.97407e-07, No Iterations 16
time step continuity errors : sum local = 1.30969e-10, global = 2.15038e-20, cumulative = -1.48145e-18
BiCGStab: Solving for omega, Initial residual = 1.55489e-05, Final residual = 7.57629e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.30311e-06, Final residual = 7.30311e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 4.07515e-07, Final residual = 4.01594e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.33114e-07, Final residual = 2.47925e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000111989, Final residual = 2.29553e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000211197, Final residual = 8.82862e-07, No Iterations 11
time step continuity errors : sum local = 1.16282e-10, global = 4.0504e-20, cumulative = -1.44095e-18
DICPCG: Solving for p, Initial residual = 3.4492e-05, Final residual = 8.79371e-07, No Iterations 4
time step continuity errors : sum local = 1.15834e-10, global = 6.20157e-20, cumulative = -1.37893e-18
BiCGStab: Solving for omega, Initial residual = 1.7418e-05, Final residual = 9.42341e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.34062e-06, Final residual = 7.34062e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.00768e-07, Final residual = 6.61623e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.19841e-08, Final residual = 4.05847e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.50878e-05, Final residual = 3.76267e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 5.76723e-05, Final residual = 8.83451e-07, No Iterations 4
time step continuity errors : sum local = 1.16358e-10, global = -1.55674e-20, cumulative = -1.3945e-18
DICPCG: Solving for p, Initial residual = 9.48161e-06, Final residual = 9.2854e-07, No Iterations 2
time step continuity errors : sum local = 1.22143e-10, global = 5.2312e-20, cumulative = -1.34218e-18
BiCGStab: Solving for omega, Initial residual = 2.11504e-05, Final residual = 1.10021e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.29672e-06, Final residual = 7.29672e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3741.4 s ClockTime = 3741 s Max(PAc) = 155190 Pa
Courant Number mean: 0.0544849 max: 0.962646 velocity magnitude: 1.26771
deltaT = 0.000484067
Time = 1.5371
--> Cloud: bubbleCloud
Added 171 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 568686
Mass introduced by injector = 5.20906e-10
Number of parcels added continuously = 1169
Mass introduced continuously = 1.11787e-12
Current number of parcels = 4010248
Current mass in system = 4.51696e-09
Number of parcels shifted at least once = 3078
Number of parcel shifts towards cell center = 3080
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00661473, Final user-defined norm residual = 0.00046034
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.86499e-05, Final user-defined norm residual = 2.1898e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.69322e-07, Final user-defined norm residual = 2.40496e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000619578, Final residual = 5.76326e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000523448, Final residual = 4.34821e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0455925, Final residual = 1.78938e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0492692, Final residual = 9.68556e-07, No Iterations 165
time step continuity errors : sum local = 1.39036e-10, global = 5.65996e-20, cumulative = -1.28559e-18
DICPCG: Solving for p, Initial residual = 0.005446, Final residual = 9.87732e-07, No Iterations 136
time step continuity errors : sum local = 1.47117e-10, global = 3.9053e-20, cumulative = -1.24653e-18
BiCGStab: Solving for omega, Initial residual = 0.000508072, Final residual = 8.69739e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000680967, Final residual = 8.07062e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.5473e-05, Final residual = 1.08311e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.09132e-06, Final residual = 4.99237e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00386136, Final residual = 4.21917e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00800329, Final residual = 9.57147e-07, No Iterations 92
time step continuity errors : sum local = 1.29224e-10, global = 1.86263e-20, cumulative = -1.22791e-18
DICPCG: Solving for p, Initial residual = 0.00126433, Final residual = 9.74416e-07, No Iterations 72
time step continuity errors : sum local = 1.31613e-10, global = -1.52072e-20, cumulative = -1.24311e-18
BiCGStab: Solving for omega, Initial residual = 3.10288e-05, Final residual = 1.00303e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.20489e-06, Final residual = 7.20489e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.37218e-06, Final residual = 4.4533e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.1932e-06, Final residual = 2.78772e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000558152, Final residual = 2.1367e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00119387, Final residual = 9.58492e-07, No Iterations 28
time step continuity errors : sum local = 1.29385e-10, global = -5.83732e-21, cumulative = -1.24895e-18
DICPCG: Solving for p, Initial residual = 0.000191367, Final residual = 9.94953e-07, No Iterations 14
time step continuity errors : sum local = 1.34091e-10, global = 9.61555e-21, cumulative = -1.23933e-18
BiCGStab: Solving for omega, Initial residual = 2.51768e-05, Final residual = 9.97314e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.21321e-06, Final residual = 7.21321e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.85782e-07, Final residual = 3.95184e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.83442e-07, Final residual = 2.82357e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000100129, Final residual = 2.31754e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000313701, Final residual = 8.96382e-07, No Iterations 9
time step continuity errors : sum local = 1.21249e-10, global = -5.70893e-21, cumulative = -1.24504e-18
DICPCG: Solving for p, Initial residual = 5.0154e-05, Final residual = 8.32069e-07, No Iterations 5
time step continuity errors : sum local = 1.12875e-10, global = -2.77292e-20, cumulative = -1.27277e-18
BiCGStab: Solving for omega, Initial residual = 2.75667e-05, Final residual = 1.03743e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.21779e-06, Final residual = 7.21779e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.6199e-07, Final residual = 7.4696e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.98679e-08, Final residual = 5.00446e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.02045e-05, Final residual = 3.74837e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.06734e-05, Final residual = 7.37459e-07, No Iterations 5
time step continuity errors : sum local = 1.00564e-10, global = -4.32953e-20, cumulative = -1.31607e-18
DICPCG: Solving for p, Initial residual = 1.39799e-05, Final residual = 6.12529e-07, No Iterations 3
time step continuity errors : sum local = 8.43078e-11, global = -3.17805e-20, cumulative = -1.34785e-18
BiCGStab: Solving for omega, Initial residual = 3.16229e-05, Final residual = 1.15354e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.21366e-06, Final residual = 7.21366e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3757.89 s ClockTime = 3758 s Max(PAc) = 154531 Pa
Courant Number mean: 0.0545018 max: 0.961928 velocity magnitude: 1.26205
deltaT = 0.000484067
Time = 1.53758
--> Cloud: bubbleCloud
Added 214 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 568900
Mass introduced by injector = 5.21078e-10
Number of parcels added continuously = 1222
Mass introduced continuously = 1.14693e-12
Current number of parcels = 4010953
Current mass in system = 4.51766e-09
Number of parcels shifted at least once = 3025
Number of parcel shifts towards cell center = 3026
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00598644, Final user-defined norm residual = 0.000117091
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.50732e-05, Final user-defined norm residual = 1.98446e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.24956e-08, Final user-defined norm residual = 2.07777e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.0006271, Final residual = 5.50031e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000527241, Final residual = 4.29635e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0452162, Final residual = 1.35697e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0546158, Final residual = 9.15512e-07, No Iterations 258
time step continuity errors : sum local = 1.20043e-10, global = -8.99416e-21, cumulative = -1.35684e-18
DICPCG: Solving for p, Initial residual = 0.00567775, Final residual = 9.72306e-07, No Iterations 134
time step continuity errors : sum local = 1.31665e-10, global = 2.54297e-20, cumulative = -1.33141e-18
BiCGStab: Solving for omega, Initial residual = 0.000508578, Final residual = 5.23123e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000681318, Final residual = 8.07801e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.71116e-05, Final residual = 1.07194e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.96817e-06, Final residual = 4.96275e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00406053, Final residual = 3.79581e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0089658, Final residual = 8.82182e-07, No Iterations 239
time step continuity errors : sum local = 1.16407e-10, global = -2.79129e-20, cumulative = -1.35933e-18
DICPCG: Solving for p, Initial residual = 0.00141632, Final residual = 9.97536e-07, No Iterations 62
time step continuity errors : sum local = 1.33318e-10, global = -2.49161e-20, cumulative = -1.38424e-18
BiCGStab: Solving for omega, Initial residual = 3.56943e-05, Final residual = 8.62197e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.29435e-06, Final residual = 7.29435e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.75325e-06, Final residual = 4.61447e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.50412e-06, Final residual = 2.8922e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000594601, Final residual = 2.06741e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00155707, Final residual = 9.58958e-07, No Iterations 52
time step continuity errors : sum local = 1.28417e-10, global = -8.09034e-20, cumulative = -1.46515e-18
DICPCG: Solving for p, Initial residual = 0.000248396, Final residual = 9.67849e-07, No Iterations 17
time step continuity errors : sum local = 1.29549e-10, global = 2.31193e-21, cumulative = -1.46283e-18
BiCGStab: Solving for omega, Initial residual = 2.90918e-05, Final residual = 9.12621e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.29873e-06, Final residual = 7.29873e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.06327e-07, Final residual = 4.63848e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.53235e-07, Final residual = 2.78008e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000108499, Final residual = 2.29429e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000383095, Final residual = 9.87091e-07, No Iterations 9
time step continuity errors : sum local = 1.32082e-10, global = -1.09585e-20, cumulative = -1.47379e-18
DICPCG: Solving for p, Initial residual = 6.45851e-05, Final residual = 8.13196e-07, No Iterations 5
time step continuity errors : sum local = 1.09129e-10, global = -1.78691e-21, cumulative = -1.47558e-18
BiCGStab: Solving for omega, Initial residual = 3.33717e-05, Final residual = 1.14871e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.33537e-06, Final residual = 7.33537e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.14176e-07, Final residual = 7.11715e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.02334e-07, Final residual = 4.55834e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.235e-05, Final residual = 3.85777e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000105009, Final residual = 9.37368e-07, No Iterations 4
time step continuity errors : sum local = 1.25509e-10, global = 1.77733e-21, cumulative = -1.4738e-18
DICPCG: Solving for p, Initial residual = 1.73267e-05, Final residual = 6.08171e-07, No Iterations 3
time step continuity errors : sum local = 8.20784e-11, global = 2.40758e-20, cumulative = -1.44973e-18
BiCGStab: Solving for omega, Initial residual = 3.39846e-05, Final residual = 1.27458e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.29016e-06, Final residual = 7.29016e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3774.47 s ClockTime = 3775 s Max(PAc) = 154239 Pa
Courant Number mean: 0.0545191 max: 0.961875 velocity magnitude: 1.26064
deltaT = 0.000484067
Time = 1.53806
--> Cloud: bubbleCloud
Added 157 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 569057
Mass introduced by injector = 5.21193e-10
Number of parcels added continuously = 1205
Mass introduced continuously = 1.0704e-12
Current number of parcels = 4011711
Current mass in system = 4.51831e-09
Number of parcels shifted at least once = 3020
Number of parcel shifts towards cell center = 3020
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00535996, Final user-defined norm residual = 5.89106e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.2609e-05, Final user-defined norm residual = 7.82579e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.67502e-08, Final user-defined norm residual = 2.52089e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000628572, Final residual = 5.7513e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000525586, Final residual = 4.44912e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0452214, Final residual = 1.49974e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0591557, Final residual = 9.10744e-07, No Iterations 265
time step continuity errors : sum local = 1.19521e-10, global = 3.81612e-20, cumulative = -1.41156e-18
DICPCG: Solving for p, Initial residual = 0.00627339, Final residual = 9.61645e-07, No Iterations 146
time step continuity errors : sum local = 1.27375e-10, global = 9.42661e-20, cumulative = -1.3173e-18
BiCGStab: Solving for omega, Initial residual = 0.000508319, Final residual = 7.34141e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000681558, Final residual = 8.06708e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.67382e-05, Final residual = 1.09431e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.56398e-06, Final residual = 5.07268e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00410367, Final residual = 3.95744e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00832423, Final residual = 9.32767e-07, No Iterations 104
time step continuity errors : sum local = 1.35106e-10, global = 1.41168e-20, cumulative = -1.30318e-18
DICPCG: Solving for p, Initial residual = 0.00128888, Final residual = 9.92274e-07, No Iterations 81
time step continuity errors : sum local = 1.42947e-10, global = -4.70258e-20, cumulative = -1.35021e-18
BiCGStab: Solving for omega, Initial residual = 3.05601e-05, Final residual = 8.95465e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.0579e-06, Final residual = 8.0579e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.5393e-06, Final residual = 4.96911e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.2956e-06, Final residual = 2.76461e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000631896, Final residual = 2.10608e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00127773, Final residual = 9.55345e-07, No Iterations 34
time step continuity errors : sum local = 1.38176e-10, global = -1.05326e-20, cumulative = -1.36074e-18
DICPCG: Solving for p, Initial residual = 0.000192203, Final residual = 9.65684e-07, No Iterations 20
time step continuity errors : sum local = 1.3951e-10, global = -3.2397e-20, cumulative = -1.39314e-18
BiCGStab: Solving for omega, Initial residual = 2.324e-05, Final residual = 8.79751e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.06685e-06, Final residual = 8.06685e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.46087e-07, Final residual = 4.39752e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.93838e-07, Final residual = 2.71481e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000117999, Final residual = 2.3353e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00030201, Final residual = 8.73864e-07, No Iterations 9
time step continuity errors : sum local = 1.27473e-10, global = 4.35518e-20, cumulative = -1.34959e-18
DICPCG: Solving for p, Initial residual = 4.71089e-05, Final residual = 8.02704e-07, No Iterations 5
time step continuity errors : sum local = 1.18131e-10, global = 6.04991e-20, cumulative = -1.28909e-18
BiCGStab: Solving for omega, Initial residual = 2.12683e-05, Final residual = 8.42898e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.0955e-06, Final residual = 8.0955e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.74275e-07, Final residual = 7.73424e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.13638e-08, Final residual = 4.01827e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.43798e-05, Final residual = 3.79902e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.1969e-05, Final residual = 9.70459e-07, No Iterations 4
time step continuity errors : sum local = 1.40123e-10, global = 1.36362e-20, cumulative = -1.27545e-18
DICPCG: Solving for p, Initial residual = 1.33406e-05, Final residual = 6.35033e-07, No Iterations 3
time step continuity errors : sum local = 9.61457e-11, global = -2.06392e-20, cumulative = -1.29609e-18
BiCGStab: Solving for omega, Initial residual = 2.20762e-05, Final residual = 8.71037e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.06312e-06, Final residual = 8.06312e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3791.05 s ClockTime = 3791 s Max(PAc) = 154311 Pa
Courant Number mean: 0.0545364 max: 0.960346 velocity magnitude: 1.25759
deltaT = 0.000484067
Time = 1.53855
--> Cloud: bubbleCloud
Added 203 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 569260
Mass introduced by injector = 5.21356e-10
Number of parcels added continuously = 1276
Mass introduced continuously = 1.1164e-12
Current number of parcels = 4012677
Current mass in system = 4.51909e-09
Number of parcels shifted at least once = 3113
Number of parcel shifts towards cell center = 3116
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00597285, Final user-defined norm residual = 6.91646e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.48174e-05, Final user-defined norm residual = 6.42956e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.37745e-08, Final user-defined norm residual = 7.89566e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000627131, Final residual = 5.74992e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000525633, Final residual = 4.42684e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0454331, Final residual = 1.82961e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0558823, Final residual = 9.39828e-07, No Iterations 257
time step continuity errors : sum local = 1.23427e-10, global = 6.73587e-21, cumulative = -1.28935e-18
DICPCG: Solving for p, Initial residual = 0.00614614, Final residual = 9.61571e-07, No Iterations 141
time step continuity errors : sum local = 1.32003e-10, global = -9.06973e-21, cumulative = -1.29842e-18
BiCGStab: Solving for omega, Initial residual = 0.000499346, Final residual = 5.85517e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000682344, Final residual = 8.08552e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.77605e-05, Final residual = 1.04131e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.01539e-05, Final residual = 4.78009e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00426889, Final residual = 4.39707e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00886152, Final residual = 9.54261e-07, No Iterations 93
time step continuity errors : sum local = 1.326e-10, global = -5.24702e-20, cumulative = -1.35089e-18
DICPCG: Solving for p, Initial residual = 0.00152871, Final residual = 9.67567e-07, No Iterations 70
time step continuity errors : sum local = 1.34349e-10, global = -1.83093e-20, cumulative = -1.3692e-18
BiCGStab: Solving for omega, Initial residual = 2.48638e-05, Final residual = 6.31676e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.80141e-06, Final residual = 7.80141e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.02926e-06, Final residual = 4.53613e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.58864e-06, Final residual = 2.81689e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000638348, Final residual = 2.23725e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00144483, Final residual = 9.11982e-07, No Iterations 52
time step continuity errors : sum local = 1.27151e-10, global = 3.0306e-20, cumulative = -1.3389e-18
DICPCG: Solving for p, Initial residual = 0.000228356, Final residual = 9.88191e-07, No Iterations 26
time step continuity errors : sum local = 1.37177e-10, global = 1.15734e-19, cumulative = -1.22316e-18
BiCGStab: Solving for omega, Initial residual = 1.81645e-05, Final residual = 4.49836e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.7964e-06, Final residual = 7.7964e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.28773e-07, Final residual = 3.72294e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.92394e-07, Final residual = 2.45727e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000121399, Final residual = 2.57527e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000314645, Final residual = 9.47618e-07, No Iterations 15
time step continuity errors : sum local = 1.31861e-10, global = 2.5884e-20, cumulative = -1.19728e-18
DICPCG: Solving for p, Initial residual = 5.04623e-05, Final residual = 8.99931e-07, No Iterations 6
time step continuity errors : sum local = 1.25599e-10, global = 5.33987e-21, cumulative = -1.19194e-18
BiCGStab: Solving for omega, Initial residual = 2.13853e-05, Final residual = 8.56404e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.8164e-06, Final residual = 7.8164e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.71966e-07, Final residual = 6.95244e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.9748e-08, Final residual = 5.57424e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.62406e-05, Final residual = 4.27784e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 7.40032e-05, Final residual = 8.23257e-07, No Iterations 5
time step continuity errors : sum local = 1.15534e-10, global = 1.64415e-20, cumulative = -1.1755e-18
DICPCG: Solving for p, Initial residual = 1.26647e-05, Final residual = 7.18215e-07, No Iterations 3
time step continuity errors : sum local = 1.01745e-10, global = -3.2969e-20, cumulative = -1.20847e-18
BiCGStab: Solving for omega, Initial residual = 2.56954e-05, Final residual = 6.5419e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.78794e-06, Final residual = 7.78794e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3807.7 s ClockTime = 3808 s Max(PAc) = 154516 Pa
Courant Number mean: 0.0545541 max: 0.965954 velocity magnitude: 1.25736
deltaT = 0.000484067
Time = 1.53903
--> Cloud: bubbleCloud
Added 154 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 569414
Mass introduced by injector = 5.21469e-10
Number of parcels added continuously = 1243
Mass introduced continuously = 1.13829e-12
Current number of parcels = 4013539
Current mass in system = 4.51968e-09
Number of parcels shifted at least once = 3071
Number of parcel shifts towards cell center = 3072
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00651101, Final user-defined norm residual = 0.000240157
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.14394e-05, Final user-defined norm residual = 3.95551e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.47272e-07, Final user-defined norm residual = 1.0001e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00062024, Final residual = 5.58314e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000525587, Final residual = 4.55527e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0441192, Final residual = 1.6351e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0574016, Final residual = 9.8045e-07, No Iterations 157
time step continuity errors : sum local = 1.37003e-10, global = -3.36695e-20, cumulative = -1.24214e-18
DICPCG: Solving for p, Initial residual = 0.0067347, Final residual = 9.91681e-07, No Iterations 132
time step continuity errors : sum local = 1.39619e-10, global = -4.74274e-20, cumulative = -1.28956e-18
BiCGStab: Solving for omega, Initial residual = 0.000499708, Final residual = 6.89264e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000682986, Final residual = 8.09396e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.67384e-05, Final residual = 1.00609e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.02615e-05, Final residual = 4.64938e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00406, Final residual = 4.47992e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00843154, Final residual = 9.88647e-07, No Iterations 237
time step continuity errors : sum local = 1.29015e-10, global = 4.37494e-21, cumulative = -1.28519e-18
DICPCG: Solving for p, Initial residual = 0.00135795, Final residual = 9.96848e-07, No Iterations 62
time step continuity errors : sum local = 1.32098e-10, global = -4.22312e-20, cumulative = -1.32742e-18
BiCGStab: Solving for omega, Initial residual = 3.42773e-05, Final residual = 9.36953e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.78295e-06, Final residual = 7.78295e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.69032e-06, Final residual = 4.45425e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.60902e-06, Final residual = 2.61468e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000596267, Final residual = 2.32841e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00138548, Final residual = 9.74831e-07, No Iterations 47
time step continuity errors : sum local = 1.29548e-10, global = -9.62825e-20, cumulative = -1.4237e-18
DICPCG: Solving for p, Initial residual = 0.000215328, Final residual = 9.73004e-07, No Iterations 14
time step continuity errors : sum local = 1.29265e-10, global = 3.22567e-20, cumulative = -1.39145e-18
BiCGStab: Solving for omega, Initial residual = 2.5277e-05, Final residual = 8.94345e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.80726e-06, Final residual = 7.80726e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.21239e-07, Final residual = 4.50974e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.93096e-07, Final residual = 2.61423e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000110318, Final residual = 2.39749e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000314015, Final residual = 9.82318e-07, No Iterations 13
time step continuity errors : sum local = 1.30497e-10, global = 2.83621e-20, cumulative = -1.36308e-18
DICPCG: Solving for p, Initial residual = 5.47481e-05, Final residual = 8.10488e-07, No Iterations 5
time step continuity errors : sum local = 1.08064e-10, global = -3.72347e-20, cumulative = -1.40032e-18
BiCGStab: Solving for omega, Initial residual = 2.72847e-05, Final residual = 9.26485e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.80183e-06, Final residual = 7.80183e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.67239e-07, Final residual = 9.9887e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.173e-07, Final residual = 6.06763e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.3121e-05, Final residual = 3.8184e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.06699e-05, Final residual = 7.24282e-07, No Iterations 5
time step continuity errors : sum local = 9.68135e-11, global = 1.03627e-20, cumulative = -1.38995e-18
DICPCG: Solving for p, Initial residual = 1.4977e-05, Final residual = 6.3909e-07, No Iterations 3
time step continuity errors : sum local = 8.5694e-11, global = -6.09231e-20, cumulative = -1.45088e-18
BiCGStab: Solving for omega, Initial residual = 2.57929e-05, Final residual = 9.32102e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.80952e-06, Final residual = 7.80952e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3824.53 s ClockTime = 3825 s Max(PAc) = 154427 Pa
Courant Number mean: 0.0545717 max: 0.967219 velocity magnitude: 1.25818
deltaT = 0.000484067
Time = 1.53952
--> Cloud: bubbleCloud
Added 156 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 569570
Mass introduced by injector = 5.21604e-10
Number of parcels added continuously = 1208
Mass introduced continuously = 1.09186e-12
Current number of parcels = 4014382
Current mass in system = 4.52042e-09
Number of parcels shifted at least once = 3032
Number of parcel shifts towards cell center = 3034
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00665543, Final user-defined norm residual = 0.000150855
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.23017e-05, Final user-defined norm residual = 1.08122e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.31519e-07, Final user-defined norm residual = 1.17436e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00061545, Final residual = 5.65141e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000522862, Final residual = 4.6637e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0453145, Final residual = 1.9747e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0514925, Final residual = 9.11097e-07, No Iterations 256
time step continuity errors : sum local = 1.18322e-10, global = 1.39309e-21, cumulative = -1.44948e-18
DICPCG: Solving for p, Initial residual = 0.00623834, Final residual = 9.41975e-07, No Iterations 138
time step continuity errors : sum local = 1.21873e-10, global = 6.99621e-20, cumulative = -1.37952e-18
BiCGStab: Solving for omega, Initial residual = 0.000495296, Final residual = 5.32642e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000683303, Final residual = 8.15836e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.69615e-05, Final residual = 9.81347e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.99778e-06, Final residual = 4.41242e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00412406, Final residual = 4.82138e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00802305, Final residual = 9.93883e-07, No Iterations 105
time step continuity errors : sum local = 1.39797e-10, global = 6.0398e-20, cumulative = -1.31912e-18
DICPCG: Solving for p, Initial residual = 0.00137219, Final residual = 9.38156e-07, No Iterations 75
time step continuity errors : sum local = 1.32393e-10, global = 5.18054e-20, cumulative = -1.26732e-18
BiCGStab: Solving for omega, Initial residual = 2.40633e-05, Final residual = 4.15913e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.61131e-06, Final residual = 7.61131e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.59043e-06, Final residual = 4.51931e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.63119e-06, Final residual = 2.5715e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000581507, Final residual = 2.41609e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00138559, Final residual = 9.90383e-07, No Iterations 35
time step continuity errors : sum local = 1.39161e-10, global = -1.21083e-21, cumulative = -1.26853e-18
DICPCG: Solving for p, Initial residual = 0.000222854, Final residual = 9.47091e-07, No Iterations 16
time step continuity errors : sum local = 1.33576e-10, global = -2.23625e-20, cumulative = -1.29089e-18
BiCGStab: Solving for omega, Initial residual = 1.6378e-05, Final residual = 3.75228e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.62725e-06, Final residual = 7.62725e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.44703e-07, Final residual = 4.37362e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.24955e-07, Final residual = 2.46823e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000100941, Final residual = 2.42994e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000360742, Final residual = 8.86545e-07, No Iterations 11
time step continuity errors : sum local = 1.25754e-10, global = 7.74851e-21, cumulative = -1.28314e-18
DICPCG: Solving for p, Initial residual = 5.57644e-05, Final residual = 8.99761e-07, No Iterations 5
time step continuity errors : sum local = 1.27456e-10, global = 1.25681e-21, cumulative = -1.28189e-18
BiCGStab: Solving for omega, Initial residual = 1.52308e-05, Final residual = 6.15977e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.66051e-06, Final residual = 7.66051e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.0193e-07, Final residual = 8.79552e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.14365e-07, Final residual = 4.76829e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.91351e-05, Final residual = 3.91852e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000109063, Final residual = 7.77909e-07, No Iterations 5
time step continuity errors : sum local = 1.11712e-10, global = -7.97477e-20, cumulative = -1.36164e-18
DICPCG: Solving for p, Initial residual = 1.59293e-05, Final residual = 5.81825e-07, No Iterations 3
time step continuity errors : sum local = 8.63781e-11, global = -5.79307e-20, cumulative = -1.41957e-18
BiCGStab: Solving for omega, Initial residual = 1.67905e-05, Final residual = 4.60898e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.629e-06, Final residual = 7.629e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3841.37 s ClockTime = 3841 s Max(PAc) = 154131 Pa
Courant Number mean: 0.0545894 max: 0.969506 velocity magnitude: 1.25928
deltaT = 0.000484067
Time = 1.54
--> Cloud: bubbleCloud
Added 187 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 569757
Mass introduced by injector = 5.21779e-10
Number of parcels added continuously = 1188
Mass introduced continuously = 1.07247e-12
Current number of parcels = 4015255
Current mass in system = 4.52109e-09
Number of parcels shifted at least once = 3015
Number of parcel shifts towards cell center = 3019
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00662019, Final user-defined norm residual = 0.000140141
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.00268e-05, Final user-defined norm residual = 2.21038e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.73617e-08, Final user-defined norm residual = 5.90254e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000619902, Final residual = 5.84515e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00052121, Final residual = 4.37013e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0482269, Final residual = 1.88053e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0483521, Final residual = 9.78334e-07, No Iterations 255
time step continuity errors : sum local = 1.2673e-10, global = 5.29944e-21, cumulative = -1.41427e-18
DICPCG: Solving for p, Initial residual = 0.00545081, Final residual = 9.8061e-07, No Iterations 115
time step continuity errors : sum local = 1.39069e-10, global = 9.51557e-20, cumulative = -1.31911e-18
BiCGStab: Solving for omega, Initial residual = 0.000489522, Final residual = 6.57756e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000683036, Final residual = 8.17545e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.76854e-05, Final residual = 1.02735e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.04707e-05, Final residual = 4.77678e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00443482, Final residual = 4.68439e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00840466, Final residual = 9.52563e-07, No Iterations 113
time step continuity errors : sum local = 1.27876e-10, global = 4.67701e-20, cumulative = -1.27234e-18
DICPCG: Solving for p, Initial residual = 0.00143252, Final residual = 9.97492e-07, No Iterations 66
time step continuity errors : sum local = 1.33825e-10, global = 7.90029e-20, cumulative = -1.19334e-18
BiCGStab: Solving for omega, Initial residual = 1.99697e-05, Final residual = 4.06798e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.75659e-06, Final residual = 7.75659e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.0237e-06, Final residual = 4.46701e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.79999e-06, Final residual = 2.57458e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000664587, Final residual = 2.43387e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0015187, Final residual = 9.45812e-07, No Iterations 57
time step continuity errors : sum local = 1.27308e-10, global = 4.91898e-20, cumulative = -1.14415e-18
DICPCG: Solving for p, Initial residual = 0.000269101, Final residual = 9.9877e-07, No Iterations 19
time step continuity errors : sum local = 1.342e-10, global = 9.19088e-21, cumulative = -1.13496e-18
BiCGStab: Solving for omega, Initial residual = 1.23103e-05, Final residual = 6.83614e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.83768e-06, Final residual = 7.83768e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.62513e-07, Final residual = 5.03669e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.65294e-07, Final residual = 2.59797e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000120059, Final residual = 2.81673e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000424302, Final residual = 9.3832e-07, No Iterations 11
time step continuity errors : sum local = 1.26354e-10, global = -4.34894e-20, cumulative = -1.17845e-18
DICPCG: Solving for p, Initial residual = 7.44346e-05, Final residual = 7.2087e-07, No Iterations 5
time step continuity errors : sum local = 9.80822e-11, global = -4.74997e-21, cumulative = -1.1832e-18
BiCGStab: Solving for omega, Initial residual = 1.27274e-05, Final residual = 4.7176e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.84848e-06, Final residual = 7.84848e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.59021e-07, Final residual = 8.71126e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.4182e-07, Final residual = 4.64248e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.54332e-05, Final residual = 4.60231e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000126192, Final residual = 9.20088e-07, No Iterations 5
time step continuity errors : sum local = 1.23978e-10, global = -1.40143e-20, cumulative = -1.19721e-18
DICPCG: Solving for p, Initial residual = 2.28008e-05, Final residual = 7.19167e-07, No Iterations 3
time step continuity errors : sum local = 9.78607e-11, global = 3.0765e-20, cumulative = -1.16645e-18
BiCGStab: Solving for omega, Initial residual = 1.35474e-05, Final residual = 8.28062e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.8431e-06, Final residual = 7.8431e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3888.4 s ClockTime = 3888 s Max(PAc) = 153875 Pa
Courant Number mean: 0.0546066 max: 0.965097 velocity magnitude: 1.26305
deltaT = 0.0005
Time = 1.5405
--> Cloud: bubbleCloud
Added 182 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 569939
Mass introduced by injector = 5.21946e-10
Number of parcels added continuously = 1217
Mass introduced continuously = 1.14304e-12
Current number of parcels = 4016165
Current mass in system = 4.52188e-09
Number of parcels shifted at least once = 3137
Number of parcel shifts towards cell center = 3138
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00617063, Final user-defined norm residual = 6.69222e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.43411e-05, Final user-defined norm residual = 6.7325e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.44276e-08, Final user-defined norm residual = 1.00791e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000639489, Final residual = 7.13661e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00053998, Final residual = 5.71802e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0517586, Final residual = 2.54296e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0459046, Final residual = 9.41744e-07, No Iterations 258
time step continuity errors : sum local = 1.29579e-10, global = 5.68198e-20, cumulative = -1.10963e-18
DICPCG: Solving for p, Initial residual = 0.00556795, Final residual = 9.9941e-07, No Iterations 134
time step continuity errors : sum local = 1.48066e-10, global = 2.73886e-20, cumulative = -1.08224e-18
BiCGStab: Solving for omega, Initial residual = 0.000506527, Final residual = 5.62514e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00070567, Final residual = 9.41637e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.84252e-05, Final residual = 1.15039e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.12767e-05, Final residual = 5.52666e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00462104, Final residual = 6.73902e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00881688, Final residual = 9.68236e-07, No Iterations 243
time step continuity errors : sum local = 1.33285e-10, global = 1.20253e-20, cumulative = -1.07021e-18
DICPCG: Solving for p, Initial residual = 0.00156207, Final residual = 9.56966e-07, No Iterations 80
time step continuity errors : sum local = 1.34191e-10, global = 3.27883e-20, cumulative = -1.03742e-18
BiCGStab: Solving for omega, Initial residual = 2.52041e-05, Final residual = 5.65764e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.14503e-06, Final residual = 8.14503e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.50743e-06, Final residual = 5.58527e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.92376e-06, Final residual = 3.23335e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000674285, Final residual = 3.33917e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00166139, Final residual = 9.54106e-07, No Iterations 52
time step continuity errors : sum local = 1.34152e-10, global = 1.35693e-19, cumulative = -9.01731e-19
DICPCG: Solving for p, Initial residual = 0.000290633, Final residual = 9.57551e-07, No Iterations 12
time step continuity errors : sum local = 1.34587e-10, global = 7.33342e-20, cumulative = -8.28397e-19
BiCGStab: Solving for omega, Initial residual = 1.76615e-05, Final residual = 5.20288e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.1898e-06, Final residual = 8.1898e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.60593e-07, Final residual = 6.76104e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.87039e-07, Final residual = 4.01407e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00012531, Final residual = 2.99209e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00045313, Final residual = 9.92004e-07, No Iterations 10
time step continuity errors : sum local = 1.39331e-10, global = -4.38159e-21, cumulative = -8.32778e-19
DICPCG: Solving for p, Initial residual = 8.28704e-05, Final residual = 8.17908e-07, No Iterations 6
time step continuity errors : sum local = 1.15363e-10, global = -1.46314e-20, cumulative = -8.4741e-19
BiCGStab: Solving for omega, Initial residual = 2.11453e-05, Final residual = 1.02198e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.21574e-06, Final residual = 8.21574e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.90778e-07, Final residual = 1.61996e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.61646e-07, Final residual = 7.64763e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.59268e-05, Final residual = 4.97213e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000138167, Final residual = 8.52753e-07, No Iterations 5
time step continuity errors : sum local = 1.20158e-10, global = -1.63173e-20, cumulative = -8.63727e-19
DICPCG: Solving for p, Initial residual = 2.58279e-05, Final residual = 7.65812e-07, No Iterations 3
time step continuity errors : sum local = 1.08192e-10, global = 1.89702e-20, cumulative = -8.44757e-19
BiCGStab: Solving for omega, Initial residual = 2.55951e-05, Final residual = 7.45743e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.19178e-06, Final residual = 8.19178e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3905.25 s ClockTime = 3905 s Max(PAc) = 153660 Pa
Courant Number mean: 0.0564228 max: 0.993728 velocity magnitude: 1.26442
deltaT = 0.0005
Time = 1.541
--> Cloud: bubbleCloud
Added 159 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 570098
Mass introduced by injector = 5.221e-10
Number of parcels added continuously = 1162
Mass introduced continuously = 1.15054e-12
Current number of parcels = 4016972
Current mass in system = 4.52266e-09
Number of parcels shifted at least once = 3188
Number of parcel shifts towards cell center = 3190
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00679759, Final user-defined norm residual = 0.000173156
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.71252e-05, Final user-defined norm residual = 8.2535e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.76964e-07, Final user-defined norm residual = 3.63374e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000640034, Final residual = 7.28121e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000540357, Final residual = 5.67868e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0512818, Final residual = 2.14273e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0426637, Final residual = 9.86376e-07, No Iterations 264
time step continuity errors : sum local = 1.34953e-10, global = -3.87431e-20, cumulative = -8.835e-19
DICPCG: Solving for p, Initial residual = 0.00504571, Final residual = 9.97627e-07, No Iterations 146
time step continuity errors : sum local = 1.41293e-10, global = 2.66617e-20, cumulative = -8.56838e-19
BiCGStab: Solving for omega, Initial residual = 0.000514842, Final residual = 9.08958e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000705798, Final residual = 9.42856e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.86942e-05, Final residual = 1.2233e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.15971e-05, Final residual = 5.13203e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00466916, Final residual = 5.79563e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00851199, Final residual = 9.12337e-07, No Iterations 241
time step continuity errors : sum local = 1.24431e-10, global = 8.55838e-21, cumulative = -8.4828e-19
DICPCG: Solving for p, Initial residual = 0.00141189, Final residual = 9.9974e-07, No Iterations 76
time step continuity errors : sum local = 1.38113e-10, global = -2.71107e-20, cumulative = -8.7539e-19
BiCGStab: Solving for omega, Initial residual = 3.89976e-05, Final residual = 1.1811e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.18261e-06, Final residual = 8.18261e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.50731e-06, Final residual = 5.74354e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.95272e-06, Final residual = 3.14245e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000702996, Final residual = 3.16332e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00147389, Final residual = 9.3859e-07, No Iterations 29
time step continuity errors : sum local = 1.30027e-10, global = 5.81431e-20, cumulative = -8.17247e-19
DICPCG: Solving for p, Initial residual = 0.000254494, Final residual = 9.84284e-07, No Iterations 18
time step continuity errors : sum local = 1.36273e-10, global = 5.9076e-20, cumulative = -7.58171e-19
BiCGStab: Solving for omega, Initial residual = 3.13315e-05, Final residual = 1.21878e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.23682e-06, Final residual = 8.23682e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.14715e-07, Final residual = 5.08908e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.54634e-07, Final residual = 3.15061e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000130486, Final residual = 3.16013e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000409817, Final residual = 9.58015e-07, No Iterations 15
time step continuity errors : sum local = 1.32704e-10, global = -8.66112e-20, cumulative = -8.44782e-19
DICPCG: Solving for p, Initial residual = 7.67762e-05, Final residual = 8.10247e-07, No Iterations 5
time step continuity errors : sum local = 1.12546e-10, global = -1.54875e-21, cumulative = -8.46331e-19
BiCGStab: Solving for omega, Initial residual = 3.58969e-05, Final residual = 1.2004e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.23479e-06, Final residual = 8.23479e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.63045e-07, Final residual = 1.04055e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.69679e-07, Final residual = 5.84008e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.81087e-05, Final residual = 5.41e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000125621, Final residual = 7.2169e-07, No Iterations 5
time step continuity errors : sum local = 1.00463e-10, global = 1.40861e-20, cumulative = -8.32245e-19
DICPCG: Solving for p, Initial residual = 2.15906e-05, Final residual = 6.69046e-07, No Iterations 3
time step continuity errors : sum local = 9.32804e-11, global = 1.04469e-19, cumulative = -7.27777e-19
BiCGStab: Solving for omega, Initial residual = 3.32399e-05, Final residual = 1.27841e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.24047e-06, Final residual = 8.24047e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3922.1 s ClockTime = 3922 s Max(PAc) = 154086 Pa
Courant Number mean: 0.0564414 max: 0.999646 velocity magnitude: 1.2639
deltaT = 0.0005
Time = 1.5415
--> Cloud: bubbleCloud
Added 199 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 570297
Mass introduced by injector = 5.22285e-10
Number of parcels added continuously = 1179
Mass introduced continuously = 1.09556e-12
Current number of parcels = 4017817
Current mass in system = 4.5234e-09
Number of parcels shifted at least once = 3218
Number of parcel shifts towards cell center = 3220
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00685762, Final user-defined norm residual = 0.000235961
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.05791e-05, Final user-defined norm residual = 4.27846e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.17126e-07, Final user-defined norm residual = 1.64695e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000644034, Final residual = 7.44946e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000543343, Final residual = 5.5705e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0504114, Final residual = 2.31002e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0500679, Final residual = 8.63294e-07, No Iterations 260
time step continuity errors : sum local = 1.17015e-10, global = 4.55502e-20, cumulative = -6.82226e-19
DICPCG: Solving for p, Initial residual = 0.00584922, Final residual = 9.90528e-07, No Iterations 118
time step continuity errors : sum local = 1.34415e-10, global = 5.16246e-20, cumulative = -6.30602e-19
BiCGStab: Solving for omega, Initial residual = 0.000520182, Final residual = 6.66654e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000706027, Final residual = 9.40411e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.91429e-05, Final residual = 1.28533e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.12857e-05, Final residual = 5.69821e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00471161, Final residual = 6.1902e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00947279, Final residual = 9.628e-07, No Iterations 114
time step continuity errors : sum local = 1.44222e-10, global = 9.26805e-21, cumulative = -6.21334e-19
DICPCG: Solving for p, Initial residual = 0.00163885, Final residual = 9.60016e-07, No Iterations 83
time step continuity errors : sum local = 1.43807e-10, global = 4.56202e-20, cumulative = -5.75713e-19
BiCGStab: Solving for omega, Initial residual = 3.04688e-05, Final residual = 8.9061e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.1149e-06, Final residual = 8.1149e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.43192e-06, Final residual = 5.82874e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.90778e-06, Final residual = 3.17458e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000699431, Final residual = 3.2913e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00170056, Final residual = 9.91508e-07, No Iterations 67
time step continuity errors : sum local = 1.47932e-10, global = 6.18294e-20, cumulative = -5.13884e-19
DICPCG: Solving for p, Initial residual = 0.000289681, Final residual = 9.67921e-07, No Iterations 37
time step continuity errors : sum local = 1.44739e-10, global = 2.80524e-22, cumulative = -5.13604e-19
BiCGStab: Solving for omega, Initial residual = 2.29089e-05, Final residual = 7.59254e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.14631e-06, Final residual = 8.14631e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.68791e-07, Final residual = 4.77214e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.89641e-07, Final residual = 3.08939e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000131067, Final residual = 2.98163e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000456094, Final residual = 9.98725e-07, No Iterations 21
time step continuity errors : sum local = 1.48907e-10, global = 5.71641e-20, cumulative = -4.56439e-19
DICPCG: Solving for p, Initial residual = 7.67555e-05, Final residual = 9.59972e-07, No Iterations 6
time step continuity errors : sum local = 1.43657e-10, global = -1.09478e-20, cumulative = -4.67387e-19
BiCGStab: Solving for omega, Initial residual = 2.09335e-05, Final residual = 8.78639e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.17349e-06, Final residual = 8.17349e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.62463e-07, Final residual = 9.13752e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.47017e-07, Final residual = 7.55642e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.74062e-05, Final residual = 4.79204e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.0001369, Final residual = 9.18887e-07, No Iterations 5
time step continuity errors : sum local = 1.38088e-10, global = -3.37505e-20, cumulative = -5.01138e-19
DICPCG: Solving for p, Initial residual = 2.38923e-05, Final residual = 8.22061e-07, No Iterations 3
time step continuity errors : sum local = 1.24969e-10, global = 1.51548e-20, cumulative = -4.85983e-19
BiCGStab: Solving for omega, Initial residual = 2.40638e-05, Final residual = 9.29641e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.14444e-06, Final residual = 8.14444e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3938.89 s ClockTime = 3939 s Max(PAc) = 154644 Pa
Courant Number mean: 0.0564606 max: 1.0099 velocity magnitude: 1.26198
deltaT = 0.000486842
Time = 1.54199
--> Cloud: bubbleCloud
Added 183 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 570480
Mass introduced by injector = 5.22429e-10
Number of parcels added continuously = 1165
Mass introduced continuously = 1.13718e-12
Current number of parcels = 4018695
Current mass in system = 4.52424e-09
Number of parcels shifted at least once = 3091
Number of parcel shifts towards cell center = 3095
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00630581, Final user-defined norm residual = 9.16284e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.96541e-05, Final user-defined norm residual = 9.01485e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.93372e-08, Final user-defined norm residual = 7.84022e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000625292, Final residual = 6.30699e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000527354, Final residual = 4.66217e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0506497, Final residual = 1.97871e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0444937, Final residual = 9.36011e-07, No Iterations 254
time step continuity errors : sum local = 1.2102e-10, global = -4.75753e-20, cumulative = -5.33558e-19
DICPCG: Solving for p, Initial residual = 0.00492087, Final residual = 9.68233e-07, No Iterations 98
time step continuity errors : sum local = 1.38288e-10, global = 1.02717e-20, cumulative = -5.23287e-19
BiCGStab: Solving for omega, Initial residual = 0.000502048, Final residual = 6.60499e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000687695, Final residual = 8.38748e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.77782e-05, Final residual = 1.11151e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.0354e-05, Final residual = 5.08733e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00474763, Final residual = 5.02949e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0084185, Final residual = 9.10888e-07, No Iterations 94
time step continuity errors : sum local = 1.22722e-10, global = 1.26204e-20, cumulative = -5.10666e-19
DICPCG: Solving for p, Initial residual = 0.00138289, Final residual = 9.69574e-07, No Iterations 72
time step continuity errors : sum local = 1.30613e-10, global = -3.37238e-20, cumulative = -5.4439e-19
BiCGStab: Solving for omega, Initial residual = 2.68463e-05, Final residual = 8.10676e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.01591e-06, Final residual = 8.01591e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.81191e-06, Final residual = 4.95505e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.61545e-06, Final residual = 2.70346e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000686193, Final residual = 2.6167e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00137435, Final residual = 9.60349e-07, No Iterations 62
time step continuity errors : sum local = 1.29641e-10, global = 3.42912e-20, cumulative = -5.10099e-19
DICPCG: Solving for p, Initial residual = 0.000241601, Final residual = 9.15183e-07, No Iterations 31
time step continuity errors : sum local = 1.23803e-10, global = 2.6816e-20, cumulative = -4.83283e-19
BiCGStab: Solving for omega, Initial residual = 1.73381e-05, Final residual = 7.52712e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.08742e-06, Final residual = 8.08742e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.22611e-07, Final residual = 4.25679e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.83516e-07, Final residual = 2.39019e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000119706, Final residual = 2.97297e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000377102, Final residual = 9.60711e-07, No Iterations 18
time step continuity errors : sum local = 1.29717e-10, global = -2.12093e-20, cumulative = -5.04492e-19
DICPCG: Solving for p, Initial residual = 6.54259e-05, Final residual = 8.77278e-07, No Iterations 7
time step continuity errors : sum local = 1.18883e-10, global = -2.51046e-20, cumulative = -5.29597e-19
BiCGStab: Solving for omega, Initial residual = 1.82203e-05, Final residual = 7.17487e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.09021e-06, Final residual = 8.09021e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.02829e-07, Final residual = 7.0455e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.11645e-07, Final residual = 5.0326e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.51748e-05, Final residual = 4.91181e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000109834, Final residual = 9.61226e-07, No Iterations 5
time step continuity errors : sum local = 1.29781e-10, global = 1.10498e-20, cumulative = -5.18547e-19
DICPCG: Solving for p, Initial residual = 1.80176e-05, Final residual = 7.53857e-07, No Iterations 3
time step continuity errors : sum local = 1.02856e-10, global = 2.32843e-20, cumulative = -4.95263e-19
BiCGStab: Solving for omega, Initial residual = 1.99112e-05, Final residual = 7.84382e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.09639e-06, Final residual = 8.09639e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3955.53 s ClockTime = 3956 s Max(PAc) = 155228 Pa
Courant Number mean: 0.0549933 max: 0.992201 velocity magnitude: 1.25979
deltaT = 0.000486842
Time = 1.54247
--> Cloud: bubbleCloud
Added 163 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 570643
Mass introduced by injector = 5.22568e-10
Number of parcels added continuously = 1231
Mass introduced continuously = 1.11029e-12
Current number of parcels = 4019601
Current mass in system = 4.525e-09
Number of parcels shifted at least once = 3087
Number of parcel shifts towards cell center = 3088
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00650588, Final user-defined norm residual = 8.11754e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.74036e-05, Final user-defined norm residual = 1.91109e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.09738e-08, Final user-defined norm residual = 1.58046e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000626078, Final residual = 5.90948e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000524551, Final residual = 4.82545e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0533158, Final residual = 1.82455e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0471678, Final residual = 8.86511e-07, No Iterations 178
time step continuity errors : sum local = 1.18281e-10, global = 7.21177e-21, cumulative = -4.88051e-19
DICPCG: Solving for p, Initial residual = 0.00510222, Final residual = 9.50176e-07, No Iterations 145
time step continuity errors : sum local = 1.31518e-10, global = -4.35672e-20, cumulative = -5.31618e-19
BiCGStab: Solving for omega, Initial residual = 0.000505103, Final residual = 6.47929e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000687687, Final residual = 8.41579e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.81876e-05, Final residual = 1.09223e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.05898e-05, Final residual = 4.89479e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0048603, Final residual = 5.18883e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00876318, Final residual = 9.49835e-07, No Iterations 114
time step continuity errors : sum local = 1.43579e-10, global = -2.60923e-20, cumulative = -5.5771e-19
DICPCG: Solving for p, Initial residual = 0.0014579, Final residual = 9.95278e-07, No Iterations 85
time step continuity errors : sum local = 1.49412e-10, global = 3.28476e-20, cumulative = -5.24863e-19
BiCGStab: Solving for omega, Initial residual = 2.87164e-05, Final residual = 7.5769e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.93966e-06, Final residual = 7.93966e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.38551e-06, Final residual = 4.80288e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.72056e-06, Final residual = 2.86747e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000700424, Final residual = 2.7285e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00165711, Final residual = 9.17516e-07, No Iterations 69
time step continuity errors : sum local = 1.39214e-10, global = -4.9033e-20, cumulative = -5.73896e-19
DICPCG: Solving for p, Initial residual = 0.000280461, Final residual = 9.55261e-07, No Iterations 28
time step continuity errors : sum local = 1.44147e-10, global = 4.91631e-20, cumulative = -5.24733e-19
BiCGStab: Solving for omega, Initial residual = 2.15135e-05, Final residual = 7.05978e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.99482e-06, Final residual = 7.99482e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.3223e-07, Final residual = 4.16556e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.44438e-07, Final residual = 2.6279e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000127457, Final residual = 2.87626e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000449538, Final residual = 9.40798e-07, No Iterations 15
time step continuity errors : sum local = 1.42259e-10, global = 5.16855e-20, cumulative = -4.73047e-19
DICPCG: Solving for p, Initial residual = 7.85877e-05, Final residual = 9.45637e-07, No Iterations 6
time step continuity errors : sum local = 1.42884e-10, global = 6.20454e-21, cumulative = -4.66843e-19
BiCGStab: Solving for omega, Initial residual = 2.40966e-05, Final residual = 9.58978e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.01477e-06, Final residual = 8.01477e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.60183e-07, Final residual = 7.41384e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.24552e-07, Final residual = 4.70082e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.675e-05, Final residual = 4.70877e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000136555, Final residual = 9.26018e-07, No Iterations 5
time step continuity errors : sum local = 1.40317e-10, global = -5.58698e-21, cumulative = -4.72429e-19
DICPCG: Solving for p, Initial residual = 2.14713e-05, Final residual = 8.38752e-07, No Iterations 3
time step continuity errors : sum local = 1.28891e-10, global = -5.64285e-20, cumulative = -5.28858e-19
BiCGStab: Solving for omega, Initial residual = 2.64506e-05, Final residual = 1.04718e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.0055e-06, Final residual = 8.0055e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3972.3 s ClockTime = 3972 s Max(PAc) = 154861 Pa
Courant Number mean: 0.0550125 max: 0.997425 velocity magnitude: 1.26327
deltaT = 0.000486842
Time = 1.54296
--> Cloud: bubbleCloud
Added 242 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 570885
Mass introduced by injector = 5.2275e-10
Number of parcels added continuously = 1250
Mass introduced continuously = 1.17786e-12
Current number of parcels = 4020530
Current mass in system = 4.52581e-09
Number of parcels shifted at least once = 3144
Number of parcel shifts towards cell center = 3147
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00725281, Final user-defined norm residual = 0.000139984
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.0048e-05, Final user-defined norm residual = 4.36505e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.37007e-08, Final user-defined norm residual = 9.04302e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000631721, Final residual = 6.01231e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000524494, Final residual = 4.54704e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0538721, Final residual = 1.99294e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0530699, Final residual = 9.07458e-07, No Iterations 260
time step continuity errors : sum local = 1.19608e-10, global = -5.6146e-20, cumulative = -5.85004e-19
DICPCG: Solving for p, Initial residual = 0.00547011, Final residual = 9.11857e-07, No Iterations 142
time step continuity errors : sum local = 1.34048e-10, global = -1.16023e-20, cumulative = -5.96606e-19
BiCGStab: Solving for omega, Initial residual = 0.000512194, Final residual = 5.81243e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000687803, Final residual = 8.47009e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.93437e-05, Final residual = 1.26384e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.1006e-05, Final residual = 6.2117e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00485098, Final residual = 5.49531e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00938923, Final residual = 9.87177e-07, No Iterations 114
time step continuity errors : sum local = 1.32384e-10, global = 2.30753e-20, cumulative = -5.73531e-19
DICPCG: Solving for p, Initial residual = 0.00159614, Final residual = 9.36328e-07, No Iterations 73
time step continuity errors : sum local = 1.25906e-10, global = 4.15367e-20, cumulative = -5.31994e-19
BiCGStab: Solving for omega, Initial residual = 2.95665e-05, Final residual = 7.82035e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.1358e-06, Final residual = 8.1358e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.41018e-06, Final residual = 5.75083e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.88133e-06, Final residual = 3.12936e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000740193, Final residual = 2.82694e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0018527, Final residual = 9.61566e-07, No Iterations 38
time step continuity errors : sum local = 1.29461e-10, global = 3.58482e-20, cumulative = -4.96146e-19
DICPCG: Solving for p, Initial residual = 0.000305058, Final residual = 9.94732e-07, No Iterations 23
time step continuity errors : sum local = 1.33884e-10, global = 4.69906e-20, cumulative = -4.49156e-19
BiCGStab: Solving for omega, Initial residual = 2.1486e-05, Final residual = 7.71624e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.12846e-06, Final residual = 8.12846e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.4387e-07, Final residual = 4.92701e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.7023e-07, Final residual = 2.74646e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000144181, Final residual = 2.87227e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000494572, Final residual = 8.55786e-07, No Iterations 12
time step continuity errors : sum local = 1.15477e-10, global = 1.26762e-19, cumulative = -3.22394e-19
DICPCG: Solving for p, Initial residual = 7.81171e-05, Final residual = 7.7015e-07, No Iterations 6
time step continuity errors : sum local = 1.04122e-10, global = -1.83491e-20, cumulative = -3.40743e-19
BiCGStab: Solving for omega, Initial residual = 1.95701e-05, Final residual = 7.10694e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.17428e-06, Final residual = 8.17428e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.50249e-07, Final residual = 7.13536e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.48157e-07, Final residual = 3.94273e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.11016e-05, Final residual = 4.64284e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000134895, Final residual = 8.80507e-07, No Iterations 5
time step continuity errors : sum local = 1.18755e-10, global = -1.35462e-20, cumulative = -3.54289e-19
DICPCG: Solving for p, Initial residual = 2.16592e-05, Final residual = 8.06798e-07, No Iterations 3
time step continuity errors : sum local = 1.08982e-10, global = -2.97945e-20, cumulative = -3.84083e-19
BiCGStab: Solving for omega, Initial residual = 2.16225e-05, Final residual = 7.85777e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.13287e-06, Final residual = 8.13287e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 3989.2 s ClockTime = 3989 s Max(PAc) = 154316 Pa
Courant Number mean: 0.0550312 max: 0.99794 velocity magnitude: 1.27196
deltaT = 0.000486842
Time = 1.54345
--> Cloud: bubbleCloud
Added 160 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 571045
Mass introduced by injector = 5.2288e-10
Number of parcels added continuously = 1276
Mass introduced continuously = 1.1218e-12
Current number of parcels = 4021445
Current mass in system = 4.52651e-09
Number of parcels shifted at least once = 3181
Number of parcel shifts towards cell center = 3183
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00718161, Final user-defined norm residual = 0.000281709
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.04356e-05, Final user-defined norm residual = 6.96115e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.49348e-06, Final user-defined norm residual = 2.33918e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000632525, Final residual = 5.81113e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000522179, Final residual = 4.51177e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0541104, Final residual = 2.38733e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0523643, Final residual = 9.57594e-07, No Iterations 259
time step continuity errors : sum local = 1.28186e-10, global = -5.12363e-21, cumulative = -3.89207e-19
DICPCG: Solving for p, Initial residual = 0.00525571, Final residual = 9.8178e-07, No Iterations 114
time step continuity errors : sum local = 1.33485e-10, global = 1.31898e-20, cumulative = -3.76017e-19
BiCGStab: Solving for omega, Initial residual = 0.000508829, Final residual = 5.42826e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000688261, Final residual = 8.44487e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.96862e-05, Final residual = 1.21758e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.11592e-05, Final residual = 5.89627e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00468125, Final residual = 5.71091e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00858342, Final residual = 9.78225e-07, No Iterations 141
time step continuity errors : sum local = 1.48802e-10, global = -5.4544e-20, cumulative = -4.30561e-19
DICPCG: Solving for p, Initial residual = 0.00149871, Final residual = 9.43827e-07, No Iterations 86
time step continuity errors : sum local = 1.44189e-10, global = -6.89884e-20, cumulative = -4.9955e-19
BiCGStab: Solving for omega, Initial residual = 2.40798e-05, Final residual = 6.12839e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.83333e-06, Final residual = 7.83333e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.22492e-06, Final residual = 5.72043e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.92287e-06, Final residual = 2.90423e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000676538, Final residual = 2.81371e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00142802, Final residual = 9.34231e-07, No Iterations 45
time step continuity errors : sum local = 1.43048e-10, global = -9.07765e-22, cumulative = -5.00457e-19
DICPCG: Solving for p, Initial residual = 0.000246048, Final residual = 9.7551e-07, No Iterations 27
time step continuity errors : sum local = 1.48645e-10, global = 1.3842e-19, cumulative = -3.62038e-19
BiCGStab: Solving for omega, Initial residual = 1.54224e-05, Final residual = 4.54731e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.81936e-06, Final residual = 7.81936e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.87454e-07, Final residual = 5.53197e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.18401e-07, Final residual = 3.03853e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000122369, Final residual = 2.6826e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000371379, Final residual = 9.35722e-07, No Iterations 13
time step continuity errors : sum local = 1.43297e-10, global = 1.20525e-20, cumulative = -3.49985e-19
DICPCG: Solving for p, Initial residual = 6.38135e-05, Final residual = 8.3962e-07, No Iterations 6
time step continuity errors : sum local = 1.30338e-10, global = -2.09743e-20, cumulative = -3.7096e-19
BiCGStab: Solving for omega, Initial residual = 1.60765e-05, Final residual = 6.10532e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.81934e-06, Final residual = 7.81934e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.38818e-07, Final residual = 9.80152e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.44012e-07, Final residual = 4.01619e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.48139e-05, Final residual = 4.37044e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000110726, Final residual = 7.6296e-07, No Iterations 6
time step continuity errors : sum local = 1.19996e-10, global = -1.43158e-20, cumulative = -3.85275e-19
DICPCG: Solving for p, Initial residual = 1.83106e-05, Final residual = 9.17981e-07, No Iterations 3
time step continuity errors : sum local = 1.40909e-10, global = -9.26093e-20, cumulative = -4.77885e-19
BiCGStab: Solving for omega, Initial residual = 1.74078e-05, Final residual = 6.19893e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.80862e-06, Final residual = 7.80862e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4005.92 s ClockTime = 4006 s Max(PAc) = 153942 Pa
Courant Number mean: 0.0550501 max: 1.00134 velocity magnitude: 1.28339
deltaT = 0.000472932
Time = 1.54392
--> Cloud: bubbleCloud
Added 159 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 571204
Mass introduced by injector = 5.2303e-10
Number of parcels added continuously = 1157
Mass introduced continuously = 1.05613e-12
Current number of parcels = 4022259
Current mass in system = 4.52718e-09
Number of parcels shifted at least once = 2956
Number of parcel shifts towards cell center = 2956
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00671515, Final user-defined norm residual = 0.000151006
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.24134e-05, Final user-defined norm residual = 4.07589e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.74929e-08, Final user-defined norm residual = 6.55662e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000606486, Final residual = 5.25399e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000506335, Final residual = 3.94859e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0497098, Final residual = 1.5605e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.049515, Final residual = 9.27851e-07, No Iterations 265
time step continuity errors : sum local = 1.17578e-10, global = 1.33225e-20, cumulative = -4.64562e-19
DICPCG: Solving for p, Initial residual = 0.00612782, Final residual = 9.27228e-07, No Iterations 149
time step continuity errors : sum local = 1.28344e-10, global = -6.69694e-20, cumulative = -5.31532e-19
BiCGStab: Solving for omega, Initial residual = 0.000496127, Final residual = 5.49512e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000668601, Final residual = 7.45358e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.65302e-05, Final residual = 9.31746e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.0054e-05, Final residual = 4.59555e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00419474, Final residual = 4.02804e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00784741, Final residual = 9.58456e-07, No Iterations 104
time step continuity errors : sum local = 1.24531e-10, global = 4.79545e-20, cumulative = -4.83577e-19
DICPCG: Solving for p, Initial residual = 0.00124545, Final residual = 9.94121e-07, No Iterations 76
time step continuity errors : sum local = 1.29228e-10, global = -3.10025e-20, cumulative = -5.1458e-19
BiCGStab: Solving for omega, Initial residual = 2.28322e-05, Final residual = 6.30961e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.21562e-06, Final residual = 7.21562e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.59095e-06, Final residual = 4.1497e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.58817e-06, Final residual = 2.21536e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000584651, Final residual = 2.03327e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00122859, Final residual = 9.91406e-07, No Iterations 54
time step continuity errors : sum local = 1.29107e-10, global = -3.50404e-20, cumulative = -5.4962e-19
DICPCG: Solving for p, Initial residual = 0.000200869, Final residual = 9.60371e-07, No Iterations 27
time step continuity errors : sum local = 1.25212e-10, global = -1.75484e-20, cumulative = -5.67168e-19
BiCGStab: Solving for omega, Initial residual = 1.46882e-05, Final residual = 5.63438e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.2144e-06, Final residual = 7.2144e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.41499e-07, Final residual = 4.06877e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.20879e-07, Final residual = 2.80451e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000103527, Final residual = 2.20721e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000352913, Final residual = 9.76826e-07, No Iterations 15
time step continuity errors : sum local = 1.27303e-10, global = -9.20146e-20, cumulative = -6.59183e-19
DICPCG: Solving for p, Initial residual = 5.41487e-05, Final residual = 9.06793e-07, No Iterations 6
time step continuity errors : sum local = 1.18495e-10, global = -1.6505e-20, cumulative = -6.75688e-19
BiCGStab: Solving for omega, Initial residual = 1.4488e-05, Final residual = 5.3558e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.21661e-06, Final residual = 7.21661e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.7693e-07, Final residual = 6.94061e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.20188e-07, Final residual = 4.02901e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.07073e-05, Final residual = 3.55432e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000111858, Final residual = 9.8467e-07, No Iterations 5
time step continuity errors : sum local = 1.28289e-10, global = -3.21012e-20, cumulative = -7.07789e-19
DICPCG: Solving for p, Initial residual = 1.8251e-05, Final residual = 8.148e-07, No Iterations 3
time step continuity errors : sum local = 1.06928e-10, global = -2.41164e-20, cumulative = -7.31906e-19
BiCGStab: Solving for omega, Initial residual = 1.46733e-05, Final residual = 5.63004e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.21901e-06, Final residual = 7.21901e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4022.64 s ClockTime = 4023 s Max(PAc) = 154491 Pa
Courant Number mean: 0.0534945 max: 0.970025 velocity magnitude: 1.29129
deltaT = 0.000487264
Time = 1.54441
--> Cloud: bubbleCloud
Added 168 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 571372
Mass introduced by injector = 5.23204e-10
Number of parcels added continuously = 1126
Mass introduced continuously = 1.1197e-12
Current number of parcels = 4023058
Current mass in system = 4.52794e-09
Number of parcels shifted at least once = 3062
Number of parcel shifts towards cell center = 3063
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00614089, Final user-defined norm residual = 0.000125623
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.69604e-05, Final user-defined norm residual = 1.75256e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.76135e-08, Final user-defined norm residual = 5.52452e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000619296, Final residual = 6.18281e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000524214, Final residual = 4.69488e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0521709, Final residual = 1.92049e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0486194, Final residual = 9.67741e-07, No Iterations 249
time step continuity errors : sum local = 1.26921e-10, global = 1.83358e-20, cumulative = -7.1357e-19
DICPCG: Solving for p, Initial residual = 0.00607135, Final residual = 9.78071e-07, No Iterations 94
time step continuity errors : sum local = 1.38528e-10, global = 5.68032e-21, cumulative = -7.07889e-19
BiCGStab: Solving for omega, Initial residual = 0.000507443, Final residual = 7.37436e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000688796, Final residual = 8.45511e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.70169e-05, Final residual = 1.04608e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.04352e-05, Final residual = 5.01647e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00432378, Final residual = 5.19728e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00897522, Final residual = 9.27336e-07, No Iterations 239
time step continuity errors : sum local = 1.20915e-10, global = -1.02748e-19, cumulative = -8.10637e-19
DICPCG: Solving for p, Initial residual = 0.0015186, Final residual = 9.8254e-07, No Iterations 66
time step continuity errors : sum local = 1.30746e-10, global = 7.65485e-21, cumulative = -8.02982e-19
BiCGStab: Solving for omega, Initial residual = 2.30743e-05, Final residual = 5.98609e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.71346e-06, Final residual = 7.71346e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.0023e-06, Final residual = 5.0615e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.7531e-06, Final residual = 2.6794e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000608406, Final residual = 2.54706e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00168676, Final residual = 9.44451e-07, No Iterations 33
time step continuity errors : sum local = 1.25965e-10, global = -1.73743e-20, cumulative = -8.20357e-19
DICPCG: Solving for p, Initial residual = 0.000285809, Final residual = 9.68356e-07, No Iterations 17
time step continuity errors : sum local = 1.29067e-10, global = 4.61956e-20, cumulative = -7.74161e-19
BiCGStab: Solving for omega, Initial residual = 1.48974e-05, Final residual = 6.0751e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.70161e-06, Final residual = 7.70161e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.35915e-07, Final residual = 4.5733e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.18167e-07, Final residual = 2.62659e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000110769, Final residual = 2.49886e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000473719, Final residual = 9.94269e-07, No Iterations 13
time step continuity errors : sum local = 1.32455e-10, global = -3.38489e-20, cumulative = -8.0801e-19
DICPCG: Solving for p, Initial residual = 8.1036e-05, Final residual = 8.62691e-07, No Iterations 6
time step continuity errors : sum local = 1.15281e-10, global = -1.06456e-19, cumulative = -9.14466e-19
BiCGStab: Solving for omega, Initial residual = 1.5772e-05, Final residual = 8.00935e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.72302e-06, Final residual = 7.72302e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.50113e-07, Final residual = 9.1357e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.30928e-07, Final residual = 5.17044e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.30439e-05, Final residual = 4.01486e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00014888, Final residual = 8.73379e-07, No Iterations 5
time step continuity errors : sum local = 1.16677e-10, global = -5.33879e-20, cumulative = -9.67853e-19
DICPCG: Solving for p, Initial residual = 2.46685e-05, Final residual = 8.05574e-07, No Iterations 3
time step continuity errors : sum local = 1.07826e-10, global = 7.39947e-20, cumulative = -8.93859e-19
BiCGStab: Solving for omega, Initial residual = 1.94439e-05, Final residual = 9.06918e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.6992e-06, Final residual = 7.6992e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4039.61 s ClockTime = 4040 s Max(PAc) = 155205 Pa
Courant Number mean: 0.0551341 max: 0.993405 velocity magnitude: 1.29498
deltaT = 0.000487264
Time = 1.54489
--> Cloud: bubbleCloud
Added 193 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 571565
Mass introduced by injector = 5.23433e-10
Number of parcels added continuously = 1135
Mass introduced continuously = 1.1206e-12
Current number of parcels = 4023861
Current mass in system = 4.52872e-09
Number of parcels shifted at least once = 3180
Number of parcel shifts towards cell center = 3182
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00672084, Final user-defined norm residual = 0.000104374
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.24166e-05, Final user-defined norm residual = 8.33086e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.7893e-08, Final user-defined norm residual = 4.55007e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000620534, Final residual = 6.27123e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000526335, Final residual = 4.44473e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0521374, Final residual = 2.28757e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.053884, Final residual = 9.27685e-07, No Iterations 146
time step continuity errors : sum local = 1.31018e-10, global = -1.1061e-20, cumulative = -9.0492e-19
DICPCG: Solving for p, Initial residual = 0.00745189, Final residual = 9.57908e-07, No Iterations 130
time step continuity errors : sum local = 1.37894e-10, global = -5.32789e-20, cumulative = -9.58199e-19
BiCGStab: Solving for omega, Initial residual = 0.000508282, Final residual = 7.88504e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000688284, Final residual = 8.47338e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.81554e-05, Final residual = 1.1384e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.14319e-05, Final residual = 5.18524e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00439877, Final residual = 5.65311e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00910002, Final residual = 9.82571e-07, No Iterations 241
time step continuity errors : sum local = 1.29195e-10, global = -7.1162e-21, cumulative = -9.65315e-19
DICPCG: Solving for p, Initial residual = 0.00155569, Final residual = 9.66302e-07, No Iterations 81
time step continuity errors : sum local = 1.29418e-10, global = -1.73675e-20, cumulative = -9.82682e-19
BiCGStab: Solving for omega, Initial residual = 2.76931e-05, Final residual = 6.98763e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.74317e-06, Final residual = 7.74317e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.13851e-06, Final residual = 5.07002e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.94703e-06, Final residual = 2.8924e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000638225, Final residual = 2.82215e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00164181, Final residual = 9.77531e-07, No Iterations 63
time step continuity errors : sum local = 1.31052e-10, global = -2.72181e-20, cumulative = -1.0099e-18
DICPCG: Solving for p, Initial residual = 0.000283333, Final residual = 9.92844e-07, No Iterations 37
time step continuity errors : sum local = 1.32999e-10, global = -1.72672e-20, cumulative = -1.02717e-18
BiCGStab: Solving for omega, Initial residual = 2.29603e-05, Final residual = 8.09644e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.75853e-06, Final residual = 7.75853e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.54052e-07, Final residual = 5.46861e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.49152e-07, Final residual = 3.05938e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000119911, Final residual = 2.53648e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000449463, Final residual = 9.644e-07, No Iterations 21
time step continuity errors : sum local = 1.2924e-10, global = -3.71232e-20, cumulative = -1.06429e-18
DICPCG: Solving for p, Initial residual = 8.02295e-05, Final residual = 9.22497e-07, No Iterations 7
time step continuity errors : sum local = 1.23715e-10, global = -6.80295e-20, cumulative = -1.13232e-18
BiCGStab: Solving for omega, Initial residual = 2.58495e-05, Final residual = 8.14204e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.74616e-06, Final residual = 7.74616e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.51213e-07, Final residual = 1.22752e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.76249e-07, Final residual = 6.307e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.62324e-05, Final residual = 3.90828e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000137806, Final residual = 9.15893e-07, No Iterations 5
time step continuity errors : sum local = 1.22845e-10, global = -2.39008e-20, cumulative = -1.15622e-18
DICPCG: Solving for p, Initial residual = 2.60548e-05, Final residual = 8.57341e-07, No Iterations 3
time step continuity errors : sum local = 1.15139e-10, global = -3.98734e-20, cumulative = -1.19609e-18
BiCGStab: Solving for omega, Initial residual = 2.70412e-05, Final residual = 8.72981e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.75946e-06, Final residual = 7.75946e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4056.46 s ClockTime = 4057 s Max(PAc) = 155811 Pa
Courant Number mean: 0.0551521 max: 0.983527 velocity magnitude: 1.2922
deltaT = 0.000487264
Time = 1.54538
--> Cloud: bubbleCloud
Added 151 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 571716
Mass introduced by injector = 5.2359e-10
Number of parcels added continuously = 1129
Mass introduced continuously = 1.00822e-12
Current number of parcels = 4024688
Current mass in system = 4.52939e-09
Number of parcels shifted at least once = 3184
Number of parcel shifts towards cell center = 3188
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00718699, Final user-defined norm residual = 0.000288888
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.19822e-05, Final user-defined norm residual = 7.82277e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.67847e-06, Final user-defined norm residual = 4.48818e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000625848, Final residual = 6.72663e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000524857, Final residual = 4.30313e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0488145, Final residual = 1.78722e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0522602, Final residual = 9.54907e-07, No Iterations 264
time step continuity errors : sum local = 1.25244e-10, global = 1.96424e-21, cumulative = -1.19413e-18
DICPCG: Solving for p, Initial residual = 0.00706267, Final residual = 9.69793e-07, No Iterations 144
time step continuity errors : sum local = 1.36492e-10, global = 3.50122e-20, cumulative = -1.15912e-18
BiCGStab: Solving for omega, Initial residual = 0.000510801, Final residual = 7.16017e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000687879, Final residual = 8.51477e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.08979e-05, Final residual = 1.08443e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.17195e-05, Final residual = 5.24544e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00422211, Final residual = 4.75717e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0105536, Final residual = 9.70457e-07, No Iterations 95
time step continuity errors : sum local = 1.30534e-10, global = -2.20527e-20, cumulative = -1.18117e-18
DICPCG: Solving for p, Initial residual = 0.00186223, Final residual = 8.89709e-07, No Iterations 71
time step continuity errors : sum local = 1.20134e-10, global = -5.72168e-21, cumulative = -1.18689e-18
BiCGStab: Solving for omega, Initial residual = 2.50835e-05, Final residual = 5.19919e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.84946e-06, Final residual = 7.84946e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.32446e-06, Final residual = 5.04904e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.242e-06, Final residual = 2.81683e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000607223, Final residual = 2.42896e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00217297, Final residual = 9.9858e-07, No Iterations 62
time step continuity errors : sum local = 1.34404e-10, global = -4.87692e-20, cumulative = -1.23566e-18
DICPCG: Solving for p, Initial residual = 0.000388727, Final residual = 9.69577e-07, No Iterations 35
time step continuity errors : sum local = 1.30581e-10, global = -5.44073e-20, cumulative = -1.29007e-18
BiCGStab: Solving for omega, Initial residual = 1.70011e-05, Final residual = 5.18857e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.89845e-06, Final residual = 7.89845e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.12135e-06, Final residual = 6.07293e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.70416e-07, Final residual = 3.18901e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000110863, Final residual = 2.3966e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00058671, Final residual = 9.7584e-07, No Iterations 19
time step continuity errors : sum local = 1.31413e-10, global = 3.68052e-20, cumulative = -1.25326e-18
DICPCG: Solving for p, Initial residual = 0.00011053, Final residual = 9.83537e-07, No Iterations 7
time step continuity errors : sum local = 1.32397e-10, global = -1.99295e-20, cumulative = -1.27319e-18
BiCGStab: Solving for omega, Initial residual = 1.4954e-05, Final residual = 5.90304e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.90896e-06, Final residual = 7.90896e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.58528e-07, Final residual = 1.09956e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.02915e-07, Final residual = 6.02392e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.30434e-05, Final residual = 3.81277e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000177737, Final residual = 8.92198e-07, No Iterations 6
time step continuity errors : sum local = 1.20454e-10, global = 4.87767e-21, cumulative = -1.26832e-18
DICPCG: Solving for p, Initial residual = 3.25609e-05, Final residual = 6.27403e-07, No Iterations 4
time step continuity errors : sum local = 8.58309e-11, global = -5.06253e-20, cumulative = -1.31894e-18
BiCGStab: Solving for omega, Initial residual = 1.66061e-05, Final residual = 6.78815e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.90537e-06, Final residual = 7.90537e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4073.45 s ClockTime = 4074 s Max(PAc) = 155028 Pa
Courant Number mean: 0.0551703 max: 0.970591 velocity magnitude: 1.28635
deltaT = 0.000487264
Time = 1.54587
--> Cloud: bubbleCloud
Added 220 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 571936
Mass introduced by injector = 5.23788e-10
Number of parcels added continuously = 1152
Mass introduced continuously = 1.06828e-12
Current number of parcels = 4025607
Current mass in system = 4.53021e-09
Number of parcels shifted at least once = 3169
Number of parcel shifts towards cell center = 3170
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00736173, Final user-defined norm residual = 0.000141618
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.04024e-05, Final user-defined norm residual = 5.82694e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.25095e-07, Final user-defined norm residual = 3.00496e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000625109, Final residual = 6.80709e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000523858, Final residual = 4.5599e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0493757, Final residual = 1.68387e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0525943, Final residual = 9.88037e-07, No Iterations 258
time step continuity errors : sum local = 1.29843e-10, global = 1.94981e-20, cumulative = -1.29944e-18
DICPCG: Solving for p, Initial residual = 0.00715641, Final residual = 9.30631e-07, No Iterations 142
time step continuity errors : sum local = 1.23174e-10, global = -5.3247e-20, cumulative = -1.35269e-18
BiCGStab: Solving for omega, Initial residual = 0.000505012, Final residual = 4.39433e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000687881, Final residual = 8.53535e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.30871e-05, Final residual = 1.10046e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.29073e-05, Final residual = 5.11097e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00423074, Final residual = 4.21621e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0112726, Final residual = 9.84434e-07, No Iterations 103
time step continuity errors : sum local = 1.39925e-10, global = -3.68046e-20, cumulative = -1.38949e-18
DICPCG: Solving for p, Initial residual = 0.00211123, Final residual = 9.3316e-07, No Iterations 77
time step continuity errors : sum local = 1.32726e-10, global = 5.51818e-20, cumulative = -1.33431e-18
BiCGStab: Solving for omega, Initial residual = 2.29215e-05, Final residual = 6.13974e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.12116e-06, Final residual = 8.12116e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.88434e-06, Final residual = 5.13567e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.82212e-06, Final residual = 2.94808e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000609167, Final residual = 2.30343e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00232767, Final residual = 9.98564e-07, No Iterations 52
time step continuity errors : sum local = 1.41238e-10, global = -6.66686e-21, cumulative = -1.34098e-18
DICPCG: Solving for p, Initial residual = 0.000433927, Final residual = 9.99109e-07, No Iterations 20
time step continuity errors : sum local = 1.41255e-10, global = -5.08452e-20, cumulative = -1.39182e-18
BiCGStab: Solving for omega, Initial residual = 1.4936e-05, Final residual = 6.32479e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.16955e-06, Final residual = 8.16955e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.33297e-06, Final residual = 4.78663e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.3451e-07, Final residual = 2.96064e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000109016, Final residual = 2.46663e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000634708, Final residual = 9.34533e-07, No Iterations 12
time step continuity errors : sum local = 1.32748e-10, global = -8.43998e-21, cumulative = -1.40026e-18
DICPCG: Solving for p, Initial residual = 0.000118964, Final residual = 8.37989e-07, No Iterations 6
time step continuity errors : sum local = 1.20015e-10, global = 1.61003e-20, cumulative = -1.38416e-18
BiCGStab: Solving for omega, Initial residual = 1.71183e-05, Final residual = 7.14727e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.19744e-06, Final residual = 8.19744e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.2763e-07, Final residual = 9.02018e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.34965e-07, Final residual = 5.10713e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.18261e-05, Final residual = 3.90405e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00021269, Final residual = 7.63043e-07, No Iterations 6
time step continuity errors : sum local = 1.10139e-10, global = 2.44394e-21, cumulative = -1.38172e-18
DICPCG: Solving for p, Initial residual = 3.9103e-05, Final residual = 5.69131e-07, No Iterations 4
time step continuity errors : sum local = 8.45844e-11, global = -1.30873e-20, cumulative = -1.39481e-18
BiCGStab: Solving for omega, Initial residual = 2.11015e-05, Final residual = 8.47888e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.15863e-06, Final residual = 8.15863e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4090.16 s ClockTime = 4090 s Max(PAc) = 154488 Pa
Courant Number mean: 0.0551878 max: 0.966586 velocity magnitude: 1.28104
deltaT = 0.000487264
Time = 1.54636
--> Cloud: bubbleCloud
Added 219 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 572155
Mass introduced by injector = 5.23956e-10
Number of parcels added continuously = 1239
Mass introduced continuously = 1.1192e-12
Current number of parcels = 4026589
Current mass in system = 4.53102e-09
Number of parcels shifted at least once = 3158
Number of parcel shifts towards cell center = 3160
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00691466, Final user-defined norm residual = 8.53182e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.83142e-05, Final user-defined norm residual = 1.03415e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.21994e-08, Final user-defined norm residual = 1.11108e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.0006303, Final residual = 7.11764e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00052803, Final residual = 4.4576e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0482447, Final residual = 1.87186e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0549772, Final residual = 9.74151e-07, No Iterations 249
time step continuity errors : sum local = 1.28569e-10, global = -4.61707e-20, cumulative = -1.44098e-18
DICPCG: Solving for p, Initial residual = 0.00771468, Final residual = 9.17189e-07, No Iterations 94
time step continuity errors : sum local = 1.26001e-10, global = 5.16315e-20, cumulative = -1.38935e-18
BiCGStab: Solving for omega, Initial residual = 0.000511091, Final residual = 5.46272e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000688369, Final residual = 8.52573e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.42263e-05, Final residual = 1.13515e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.40155e-05, Final residual = 5.54858e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00402534, Final residual = 4.69004e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0120052, Final residual = 9.15491e-07, No Iterations 114
time step continuity errors : sum local = 1.31465e-10, global = 5.5093e-20, cumulative = -1.33425e-18
DICPCG: Solving for p, Initial residual = 0.00223511, Final residual = 9.9135e-07, No Iterations 75
time step continuity errors : sum local = 1.41771e-10, global = -2.65635e-20, cumulative = -1.36082e-18
BiCGStab: Solving for omega, Initial residual = 2.82319e-05, Final residual = 6.68934e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.08187e-06, Final residual = 8.08187e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.12866e-06, Final residual = 5.33077e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.99581e-06, Final residual = 2.86138e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000577126, Final residual = 2.45945e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0026827, Final residual = 9.38577e-07, No Iterations 60
time step continuity errors : sum local = 1.34942e-10, global = 6.71957e-20, cumulative = -1.29362e-18
DICPCG: Solving for p, Initial residual = 0.000472888, Final residual = 9.60405e-07, No Iterations 31
time step continuity errors : sum local = 1.37842e-10, global = 1.66884e-20, cumulative = -1.27693e-18
BiCGStab: Solving for omega, Initial residual = 1.85641e-05, Final residual = 6.19591e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.12275e-06, Final residual = 8.12275e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.59495e-06, Final residual = 5.2776e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.47713e-07, Final residual = 2.81752e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000105522, Final residual = 2.25454e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000780649, Final residual = 9.71724e-07, No Iterations 17
time step continuity errors : sum local = 1.3936e-10, global = 2.95266e-20, cumulative = -1.24741e-18
DICPCG: Solving for p, Initial residual = 0.000137817, Final residual = 9.09569e-07, No Iterations 6
time step continuity errors : sum local = 1.31104e-10, global = 1.37283e-20, cumulative = -1.23368e-18
BiCGStab: Solving for omega, Initial residual = 1.90565e-05, Final residual = 7.29323e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.11974e-06, Final residual = 8.11974e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.53077e-07, Final residual = 1.03288e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.79413e-07, Final residual = 6.0154e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.15454e-05, Final residual = 3.64224e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000224714, Final residual = 7.61836e-07, No Iterations 6
time step continuity errors : sum local = 1.11501e-10, global = 2.04304e-20, cumulative = -1.21325e-18
DICPCG: Solving for p, Initial residual = 4.27092e-05, Final residual = 5.93668e-07, No Iterations 4
time step continuity errors : sum local = 8.91864e-11, global = 3.11764e-20, cumulative = -1.18207e-18
BiCGStab: Solving for omega, Initial residual = 2.06002e-05, Final residual = 7.98875e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.1232e-06, Final residual = 8.1232e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4106.86 s ClockTime = 4107 s Max(PAc) = 154879 Pa
Courant Number mean: 0.0552057 max: 0.971561 velocity magnitude: 1.27636
deltaT = 0.000487264
Time = 1.54684
--> Cloud: bubbleCloud
Added 195 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 572350
Mass introduced by injector = 5.24112e-10
Number of parcels added continuously = 1110
Mass introduced continuously = 1.09106e-12
Current number of parcels = 4027403
Current mass in system = 4.53173e-09
Number of parcels shifted at least once = 3145
Number of parcel shifts towards cell center = 3146
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00711171, Final user-defined norm residual = 9.52794e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.04602e-05, Final user-defined norm residual = 1.25211e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.68883e-08, Final user-defined norm residual = 1.53867e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000632139, Final residual = 6.43423e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000523671, Final residual = 4.39841e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0460966, Final residual = 1.71108e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0596325, Final residual = 9.79116e-07, No Iterations 250
time step continuity errors : sum local = 1.29827e-10, global = -7.49521e-20, cumulative = -1.25702e-18
DICPCG: Solving for p, Initial residual = 0.00729016, Final residual = 9.89282e-07, No Iterations 115
time step continuity errors : sum local = 1.39529e-10, global = -3.7189e-20, cumulative = -1.29421e-18
BiCGStab: Solving for omega, Initial residual = 0.000508582, Final residual = 3.85767e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00068834, Final residual = 8.55573e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.21088e-05, Final residual = 1.07265e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.29105e-05, Final residual = 5.39727e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00388589, Final residual = 4.60086e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.011148, Final residual = 9.53254e-07, No Iterations 241
time step continuity errors : sum local = 1.26737e-10, global = -6.90421e-20, cumulative = -1.36326e-18
DICPCG: Solving for p, Initial residual = 0.00204385, Final residual = 9.86279e-07, No Iterations 72
time step continuity errors : sum local = 1.33428e-10, global = -1.04604e-19, cumulative = -1.46786e-18
BiCGStab: Solving for omega, Initial residual = 2.68538e-05, Final residual = 7.9312e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.94351e-06, Final residual = 7.94351e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.81019e-06, Final residual = 5.15934e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.53257e-06, Final residual = 2.86221e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000574374, Final residual = 2.33758e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00230064, Final residual = 9.7863e-07, No Iterations 44
time step continuity errors : sum local = 1.32663e-10, global = 6.94245e-20, cumulative = -1.39843e-18
DICPCG: Solving for p, Initial residual = 0.000411747, Final residual = 9.87982e-07, No Iterations 22
time step continuity errors : sum local = 1.33905e-10, global = 6.6147e-20, cumulative = -1.33229e-18
BiCGStab: Solving for omega, Initial residual = 2.19984e-05, Final residual = 7.73701e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.95376e-06, Final residual = 7.95376e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.40926e-06, Final residual = 3.88531e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.54034e-07, Final residual = 2.85087e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00010679, Final residual = 2.26795e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000720416, Final residual = 9.74104e-07, No Iterations 11
time step continuity errors : sum local = 1.32055e-10, global = -1.14497e-21, cumulative = -1.33343e-18
DICPCG: Solving for p, Initial residual = 0.000119384, Final residual = 8.26851e-07, No Iterations 6
time step continuity errors : sum local = 1.12411e-10, global = -3.1387e-20, cumulative = -1.36482e-18
BiCGStab: Solving for omega, Initial residual = 2.57441e-05, Final residual = 8.17513e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.95463e-06, Final residual = 7.95463e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.13967e-07, Final residual = 7.58078e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.37689e-07, Final residual = 5.01823e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.19492e-05, Final residual = 3.55012e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000208342, Final residual = 7.06218e-07, No Iterations 6
time step continuity errors : sum local = 9.63269e-11, global = 1.84271e-20, cumulative = -1.34639e-18
DICPCG: Solving for p, Initial residual = 3.70875e-05, Final residual = 9.21298e-07, No Iterations 3
time step continuity errors : sum local = 1.24992e-10, global = 2.22494e-20, cumulative = -1.32414e-18
BiCGStab: Solving for omega, Initial residual = 2.61319e-05, Final residual = 8.79128e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.9409e-06, Final residual = 7.9409e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4123.63 s ClockTime = 4124 s Max(PAc) = 154784 Pa
Courant Number mean: 0.0552239 max: 0.978392 velocity magnitude: 1.2716
deltaT = 0.000487264
Time = 1.54733
--> Cloud: bubbleCloud
Added 150 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 572500
Mass introduced by injector = 5.24262e-10
Number of parcels added continuously = 1180
Mass introduced continuously = 1.07739e-12
Current number of parcels = 4028243
Current mass in system = 4.5324e-09
Number of parcels shifted at least once = 3162
Number of parcel shifts towards cell center = 3164
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00772039, Final user-defined norm residual = 0.000324219
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.95894e-05, Final user-defined norm residual = 1.09128e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.34239e-06, Final user-defined norm residual = 8.34084e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000624498, Final residual = 6.18699e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000516139, Final residual = 4.74311e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0446984, Final residual = 1.70611e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0581983, Final residual = 9.97011e-07, No Iterations 254
time step continuity errors : sum local = 1.32114e-10, global = -3.72537e-20, cumulative = -1.3614e-18
DICPCG: Solving for p, Initial residual = 0.00640084, Final residual = 9.71239e-07, No Iterations 130
time step continuity errors : sum local = 1.37898e-10, global = -4.22496e-20, cumulative = -1.40365e-18
BiCGStab: Solving for omega, Initial residual = 0.00050979, Final residual = 4.51218e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000688317, Final residual = 8.61174e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.03028e-05, Final residual = 1.11592e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.12105e-05, Final residual = 5.20126e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00390565, Final residual = 4.55924e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00989495, Final residual = 9.69567e-07, No Iterations 86
time step continuity errors : sum local = 1.32337e-10, global = 4.34824e-20, cumulative = -1.36016e-18
DICPCG: Solving for p, Initial residual = 0.00165502, Final residual = 9.8962e-07, No Iterations 68
time step continuity errors : sum local = 1.35265e-10, global = 6.57219e-20, cumulative = -1.29444e-18
BiCGStab: Solving for omega, Initial residual = 2.73429e-05, Final residual = 5.51127e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.05067e-06, Final residual = 8.05067e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.09992e-06, Final residual = 5.29978e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.04445e-06, Final residual = 2.93117e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000549139, Final residual = 2.37201e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00190359, Final residual = 9.94957e-07, No Iterations 47
time step continuity errors : sum local = 1.36052e-10, global = -3.81763e-21, cumulative = -1.29826e-18
DICPCG: Solving for p, Initial residual = 0.000320376, Final residual = 9.58323e-07, No Iterations 12
time step continuity errors : sum local = 1.31217e-10, global = 8.55509e-21, cumulative = -1.2897e-18
BiCGStab: Solving for omega, Initial residual = 2.00641e-05, Final residual = 5.34217e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.06179e-06, Final residual = 8.06179e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.10318e-06, Final residual = 5.59577e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.879e-07, Final residual = 3.37878e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.51698e-05, Final residual = 2.18195e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000538949, Final residual = 9.44336e-07, No Iterations 8
time step continuity errors : sum local = 1.29368e-10, global = 6.0032e-21, cumulative = -1.2837e-18
DICPCG: Solving for p, Initial residual = 9.49585e-05, Final residual = 9.18709e-07, No Iterations 5
time step continuity errors : sum local = 1.25957e-10, global = -2.40906e-20, cumulative = -1.30779e-18
BiCGStab: Solving for omega, Initial residual = 1.58086e-05, Final residual = 5.63273e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.07148e-06, Final residual = 8.07148e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.36186e-07, Final residual = 1.23614e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.66366e-07, Final residual = 7.18206e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.91961e-05, Final residual = 3.37712e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000166593, Final residual = 9.39482e-07, No Iterations 5
time step continuity errors : sum local = 1.28704e-10, global = 9.04872e-21, cumulative = -1.29874e-18
DICPCG: Solving for p, Initial residual = 2.75357e-05, Final residual = 9.15634e-07, No Iterations 3
time step continuity errors : sum local = 1.25541e-10, global = -2.22469e-20, cumulative = -1.32099e-18
BiCGStab: Solving for omega, Initial residual = 1.76206e-05, Final residual = 6.30577e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.06704e-06, Final residual = 8.06704e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4140.35 s ClockTime = 4140 s Max(PAc) = 155146 Pa
Courant Number mean: 0.0552419 max: 0.975781 velocity magnitude: 1.26655
deltaT = 0.000487264
Time = 1.54782
--> Cloud: bubbleCloud
Added 203 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 572703
Mass introduced by injector = 5.2444e-10
Number of parcels added continuously = 1263
Mass introduced continuously = 1.0925e-12
Current number of parcels = 4029233
Current mass in system = 4.53318e-09
Number of parcels shifted at least once = 3119
Number of parcel shifts towards cell center = 3123
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00670323, Final user-defined norm residual = 0.000229644
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.92645e-05, Final user-defined norm residual = 1.23125e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.64136e-07, Final user-defined norm residual = 2.47794e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000619228, Final residual = 6.12455e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00051924, Final residual = 4.68522e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0449829, Final residual = 1.87463e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0604318, Final residual = 9.232e-07, No Iterations 265
time step continuity errors : sum local = 1.22297e-10, global = 2.68188e-20, cumulative = -1.29417e-18
DICPCG: Solving for p, Initial residual = 0.00690672, Final residual = 9.93153e-07, No Iterations 148
time step continuity errors : sum local = 1.4462e-10, global = -6.38148e-20, cumulative = -1.35799e-18
BiCGStab: Solving for omega, Initial residual = 0.000496864, Final residual = 3.65596e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000688514, Final residual = 8.63818e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.14472e-05, Final residual = 1.03203e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.13614e-05, Final residual = 5.20109e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00400418, Final residual = 4.43561e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0100717, Final residual = 9.05503e-07, No Iterations 241
time step continuity errors : sum local = 1.20055e-10, global = 6.68037e-20, cumulative = -1.29118e-18
DICPCG: Solving for p, Initial residual = 0.00169508, Final residual = 9.86027e-07, No Iterations 76
time step continuity errors : sum local = 1.3328e-10, global = 9.13841e-20, cumulative = -1.1998e-18
BiCGStab: Solving for omega, Initial residual = 2.12413e-05, Final residual = 5.29109e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.0089e-06, Final residual = 8.0089e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.9549e-06, Final residual = 5.24754e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.05699e-06, Final residual = 3.01559e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000578457, Final residual = 2.32044e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00199025, Final residual = 9.64702e-07, No Iterations 36
time step continuity errors : sum local = 1.30766e-10, global = -1.59141e-20, cumulative = -1.21571e-18
DICPCG: Solving for p, Initial residual = 0.000323157, Final residual = 9.78647e-07, No Iterations 15
time step continuity errors : sum local = 1.32551e-10, global = 3.29836e-21, cumulative = -1.21241e-18
BiCGStab: Solving for omega, Initial residual = 1.13371e-05, Final residual = 5.04748e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.05634e-06, Final residual = 8.05634e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.07995e-06, Final residual = 5.63827e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.49873e-07, Final residual = 3.28546e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00010562, Final residual = 2.28537e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00049978, Final residual = 8.93648e-07, No Iterations 11
time step continuity errors : sum local = 1.21284e-10, global = 3.30245e-20, cumulative = -1.17939e-18
DICPCG: Solving for p, Initial residual = 8.16779e-05, Final residual = 9.57377e-07, No Iterations 5
time step continuity errors : sum local = 1.29709e-10, global = -1.58921e-20, cumulative = -1.19528e-18
BiCGStab: Solving for omega, Initial residual = 1.16575e-05, Final residual = 5.51363e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.04313e-06, Final residual = 8.04313e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.01386e-07, Final residual = 1.16465e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.6164e-07, Final residual = 6.93676e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.12094e-05, Final residual = 3.47305e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000148587, Final residual = 7.57364e-07, No Iterations 5
time step continuity errors : sum local = 1.03205e-10, global = 3.56103e-20, cumulative = -1.15967e-18
DICPCG: Solving for p, Initial residual = 2.496e-05, Final residual = 7.35974e-07, No Iterations 3
time step continuity errors : sum local = 1.00368e-10, global = 2.97853e-20, cumulative = -1.12989e-18
BiCGStab: Solving for omega, Initial residual = 1.36051e-05, Final residual = 6.38592e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.04805e-06, Final residual = 8.04805e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4157.26 s ClockTime = 4157 s Max(PAc) = 153767 Pa
Courant Number mean: 0.0552602 max: 0.974233 velocity magnitude: 1.26894
deltaT = 0.000487264
Time = 1.54831
--> Cloud: bubbleCloud
Added 174 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 572877
Mass introduced by injector = 5.2461e-10
Number of parcels added continuously = 1155
Mass introduced continuously = 1.19578e-12
Current number of parcels = 4030064
Current mass in system = 4.53403e-09
Number of parcels shifted at least once = 3241
Number of parcel shifts towards cell center = 3244
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00641349, Final user-defined norm residual = 7.76607e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.66574e-05, Final user-defined norm residual = 1.63484e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.50663e-08, Final user-defined norm residual = 7.47181e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000623058, Final residual = 6.09553e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000516405, Final residual = 4.56137e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0433426, Final residual = 1.54585e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0595199, Final residual = 9.57069e-07, No Iterations 262
time step continuity errors : sum local = 1.26665e-10, global = 6.07251e-20, cumulative = -1.06916e-18
DICPCG: Solving for p, Initial residual = 0.00725959, Final residual = 9.47041e-07, No Iterations 141
time step continuity errors : sum local = 1.32297e-10, global = -1.04109e-19, cumulative = -1.17327e-18
BiCGStab: Solving for omega, Initial residual = 0.000497709, Final residual = 4.08669e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000688513, Final residual = 8.62466e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.88873e-05, Final residual = 1.11282e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.06529e-05, Final residual = 5.08164e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00377401, Final residual = 3.9762e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00927589, Final residual = 9.93195e-07, No Iterations 116
time step continuity errors : sum local = 1.39031e-10, global = 7.74796e-20, cumulative = -1.09579e-18
DICPCG: Solving for p, Initial residual = 0.00156594, Final residual = 9.91257e-07, No Iterations 71
time step continuity errors : sum local = 1.38928e-10, global = 9.85282e-20, cumulative = -9.97262e-19
BiCGStab: Solving for omega, Initial residual = 2.37113e-05, Final residual = 5.44479e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.91484e-06, Final residual = 7.91484e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.44486e-06, Final residual = 5.7372e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.7066e-06, Final residual = 3.02111e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000551922, Final residual = 2.04924e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.001599, Final residual = 9.75823e-07, No Iterations 30
time step continuity errors : sum local = 1.36892e-10, global = 1.08399e-20, cumulative = -9.86423e-19
DICPCG: Solving for p, Initial residual = 0.000252379, Final residual = 9.22794e-07, No Iterations 26
time step continuity errors : sum local = 1.29853e-10, global = -2.69569e-20, cumulative = -1.01338e-18
BiCGStab: Solving for omega, Initial residual = 1.46683e-05, Final residual = 5.72751e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.9127e-06, Final residual = 7.9127e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.26006e-07, Final residual = 5.06582e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.26892e-07, Final residual = 3.08444e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000100837, Final residual = 2.03334e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000445046, Final residual = 8.78728e-07, No Iterations 12
time step continuity errors : sum local = 1.24016e-10, global = -2.40422e-20, cumulative = -1.03742e-18
DICPCG: Solving for p, Initial residual = 7.27761e-05, Final residual = 8.12411e-07, No Iterations 6
time step continuity errors : sum local = 1.15227e-10, global = -1.5516e-20, cumulative = -1.05294e-18
BiCGStab: Solving for omega, Initial residual = 1.43761e-05, Final residual = 6.67124e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.91347e-06, Final residual = 7.91347e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.72199e-07, Final residual = 9.20303e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.37777e-07, Final residual = 5.41506e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.03774e-05, Final residual = 3.11019e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000132974, Final residual = 7.76119e-07, No Iterations 5
time step continuity errors : sum local = 1.10421e-10, global = -2.57056e-20, cumulative = -1.07864e-18
DICPCG: Solving for p, Initial residual = 2.15889e-05, Final residual = 7.80546e-07, No Iterations 3
time step continuity errors : sum local = 1.11006e-10, global = -1.10781e-20, cumulative = -1.08972e-18
BiCGStab: Solving for omega, Initial residual = 1.65043e-05, Final residual = 7.70618e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.90445e-06, Final residual = 7.90445e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4174.26 s ClockTime = 4174 s Max(PAc) = 153948 Pa
Courant Number mean: 0.0552779 max: 0.978271 velocity magnitude: 1.27094
deltaT = 0.000487264
Time = 1.54879
--> Cloud: bubbleCloud
Added 136 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 573013
Mass introduced by injector = 5.24725e-10
Number of parcels added continuously = 1216
Mass introduced continuously = 1.16778e-12
Current number of parcels = 4030908
Current mass in system = 4.53475e-09
Number of parcels shifted at least once = 3200
Number of parcel shifts towards cell center = 3204
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00666448, Final user-defined norm residual = 0.000111595
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.39312e-05, Final user-defined norm residual = 1.4242e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.05423e-08, Final user-defined norm residual = 1.02873e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000615355, Final residual = 6.36244e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000519118, Final residual = 4.39113e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0433096, Final residual = 1.91122e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0579151, Final residual = 9.44038e-07, No Iterations 154
time step continuity errors : sum local = 1.43659e-10, global = -4.63868e-20, cumulative = -1.13611e-18
DICPCG: Solving for p, Initial residual = 0.0077628, Final residual = 9.32915e-07, No Iterations 133
time step continuity errors : sum local = 1.42152e-10, global = -1.31885e-20, cumulative = -1.1493e-18
BiCGStab: Solving for omega, Initial residual = 0.000489803, Final residual = 5.25395e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000688286, Final residual = 8.59081e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.88939e-05, Final residual = 1.06249e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.08805e-05, Final residual = 5.10906e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00384633, Final residual = 4.86403e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00901178, Final residual = 9.30678e-07, No Iterations 85
time step continuity errors : sum local = 1.26099e-10, global = 3.31247e-20, cumulative = -1.11617e-18
DICPCG: Solving for p, Initial residual = 0.0013683, Final residual = 9.4909e-07, No Iterations 73
time step continuity errors : sum local = 1.28882e-10, global = 4.6209e-20, cumulative = -1.06996e-18
BiCGStab: Solving for omega, Initial residual = 2.31645e-05, Final residual = 7.30296e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.90658e-06, Final residual = 7.90658e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.26928e-06, Final residual = 5.28334e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.68753e-06, Final residual = 2.93271e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00055479, Final residual = 2.46976e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00160409, Final residual = 9.80839e-07, No Iterations 29
time step continuity errors : sum local = 1.33147e-10, global = -4.98107e-20, cumulative = -1.11977e-18
DICPCG: Solving for p, Initial residual = 0.000238662, Final residual = 9.98966e-07, No Iterations 15
time step continuity errors : sum local = 1.3557e-10, global = -5.4168e-21, cumulative = -1.12519e-18
BiCGStab: Solving for omega, Initial residual = 1.70454e-05, Final residual = 7.5804e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.9007e-06, Final residual = 7.9007e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.66919e-07, Final residual = 4.79188e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.28499e-07, Final residual = 3.01458e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000104117, Final residual = 2.22755e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000420829, Final residual = 9.80874e-07, No Iterations 8
time step continuity errors : sum local = 1.33114e-10, global = 4.64475e-20, cumulative = -1.07874e-18
DICPCG: Solving for p, Initial residual = 6.2542e-05, Final residual = 9.00423e-07, No Iterations 5
time step continuity errors : sum local = 1.22257e-10, global = 4.66535e-20, cumulative = -1.03209e-18
BiCGStab: Solving for omega, Initial residual = 2.03383e-05, Final residual = 8.4054e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.90669e-06, Final residual = 7.90669e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.45477e-07, Final residual = 8.58024e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.25272e-07, Final residual = 5.21834e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.20148e-05, Final residual = 3.44688e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000113736, Final residual = 7.71675e-07, No Iterations 5
time step continuity errors : sum local = 1.04904e-10, global = -3.3026e-20, cumulative = -1.06512e-18
DICPCG: Solving for p, Initial residual = 1.70908e-05, Final residual = 6.70182e-07, No Iterations 3
time step continuity errors : sum local = 9.12235e-11, global = 3.78655e-20, cumulative = -1.02725e-18
BiCGStab: Solving for omega, Initial residual = 2.10466e-05, Final residual = 8.97108e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.89571e-06, Final residual = 7.89571e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4191.03 s ClockTime = 4191 s Max(PAc) = 153215 Pa
Courant Number mean: 0.0552958 max: 0.979666 velocity magnitude: 1.26943
deltaT = 0.000487264
Time = 1.54928
--> Cloud: bubbleCloud
Added 213 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 573226
Mass introduced by injector = 5.24927e-10
Number of parcels added continuously = 1240
Mass introduced continuously = 1.19407e-12
Current number of parcels = 4031873
Current mass in system = 4.53567e-09
Number of parcels shifted at least once = 3156
Number of parcel shifts towards cell center = 3160
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00685406, Final user-defined norm residual = 0.000294885
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.32852e-05, Final user-defined norm residual = 7.12161e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.52843e-06, Final user-defined norm residual = 4.48036e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000612327, Final residual = 6.54777e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000511812, Final residual = 4.55048e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0430287, Final residual = 1.73311e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0537145, Final residual = 9.39716e-07, No Iterations 261
time step continuity errors : sum local = 1.25003e-10, global = 2.18662e-20, cumulative = -1.00538e-18
DICPCG: Solving for p, Initial residual = 0.00640051, Final residual = 9.4808e-07, No Iterations 148
time step continuity errors : sum local = 1.33206e-10, global = -5.64514e-20, cumulative = -1.06184e-18
BiCGStab: Solving for omega, Initial residual = 0.000496998, Final residual = 3.90816e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000687687, Final residual = 8.58161e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.67238e-05, Final residual = 1.13201e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.69891e-06, Final residual = 5.35025e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0037524, Final residual = 4.71129e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00834913, Final residual = 9.8592e-07, No Iterations 83
time step continuity errors : sum local = 1.36136e-10, global = 5.07188e-20, cumulative = -1.01112e-18
DICPCG: Solving for p, Initial residual = 0.00137683, Final residual = 9.50793e-07, No Iterations 70
time step continuity errors : sum local = 1.31563e-10, global = -4.54853e-20, cumulative = -1.0566e-18
BiCGStab: Solving for omega, Initial residual = 2.44579e-05, Final residual = 6.57677e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.80787e-06, Final residual = 7.80787e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.78124e-06, Final residual = 5.58268e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.42048e-06, Final residual = 2.80844e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000562412, Final residual = 2.39886e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00122926, Final residual = 9.89477e-07, No Iterations 40
time step continuity errors : sum local = 1.36656e-10, global = 9.46553e-21, cumulative = -1.04714e-18
DICPCG: Solving for p, Initial residual = 0.00017998, Final residual = 9.62997e-07, No Iterations 23
time step continuity errors : sum local = 1.33136e-10, global = -1.85531e-20, cumulative = -1.06569e-18
BiCGStab: Solving for omega, Initial residual = 1.72735e-05, Final residual = 6.30138e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.78765e-06, Final residual = 7.78765e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.80858e-07, Final residual = 4.29284e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.49e-07, Final residual = 2.69028e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000105846, Final residual = 2.22677e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000290488, Final residual = 9.88901e-07, No Iterations 9
time step continuity errors : sum local = 1.36555e-10, global = 6.14624e-20, cumulative = -1.00423e-18
DICPCG: Solving for p, Initial residual = 4.60371e-05, Final residual = 8.23649e-07, No Iterations 5
time step continuity errors : sum local = 1.14746e-10, global = -3.92301e-20, cumulative = -1.04346e-18
BiCGStab: Solving for omega, Initial residual = 1.58795e-05, Final residual = 6.92665e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.80976e-06, Final residual = 7.80976e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.89666e-07, Final residual = 6.93117e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.39986e-08, Final residual = 4.1729e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.21368e-05, Final residual = 3.48484e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.56884e-05, Final residual = 7.39994e-07, No Iterations 5
time step continuity errors : sum local = 1.03709e-10, global = 1.30501e-20, cumulative = -1.03041e-18
DICPCG: Solving for p, Initial residual = 1.44416e-05, Final residual = 7.45037e-07, No Iterations 3
time step continuity errors : sum local = 1.04374e-10, global = 2.02121e-20, cumulative = -1.01019e-18
BiCGStab: Solving for omega, Initial residual = 1.78705e-05, Final residual = 7.7238e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.78293e-06, Final residual = 7.78293e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4207.83 s ClockTime = 4208 s Max(PAc) = 153214 Pa
Courant Number mean: 0.0553137 max: 0.981155 velocity magnitude: 1.26744
deltaT = 0.000487264
Time = 1.54977
--> Cloud: bubbleCloud
Added 185 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 573411
Mass introduced by injector = 5.25088e-10
Number of parcels added continuously = 1161
Mass introduced continuously = 1.17002e-12
Current number of parcels = 4032744
Current mass in system = 4.53651e-09
Number of parcels shifted at least once = 3241
Number of parcel shifts towards cell center = 3242
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00620884, Final user-defined norm residual = 0.000100843
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.16459e-05, Final user-defined norm residual = 2.11705e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.5443e-08, Final user-defined norm residual = 2.82894e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000613055, Final residual = 6.10981e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000515319, Final residual = 4.62901e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.041413, Final residual = 1.86802e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.052194, Final residual = 9.34721e-07, No Iterations 177
time step continuity errors : sum local = 1.25759e-10, global = -8.93826e-20, cumulative = -1.09958e-18
DICPCG: Solving for p, Initial residual = 0.00660694, Final residual = 9.52795e-07, No Iterations 144
time step continuity errors : sum local = 1.28621e-10, global = 1.28167e-19, cumulative = -9.7141e-19
BiCGStab: Solving for omega, Initial residual = 0.000491904, Final residual = 5.47516e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000687016, Final residual = 8.57228e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.68916e-05, Final residual = 1.07177e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.96014e-06, Final residual = 4.77901e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0034957, Final residual = 4.69447e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00855438, Final residual = 9.98116e-07, No Iterations 135
time step continuity errors : sum local = 1.41363e-10, global = -6.69935e-21, cumulative = -9.7811e-19
DICPCG: Solving for p, Initial residual = 0.00142436, Final residual = 9.43291e-07, No Iterations 72
time step continuity errors : sum local = 1.34274e-10, global = -4.07241e-21, cumulative = -9.82182e-19
BiCGStab: Solving for omega, Initial residual = 2.09804e-05, Final residual = 6.13688e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.77786e-06, Final residual = 7.77786e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.52249e-06, Final residual = 5.61099e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.3456e-06, Final residual = 2.88726e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00050422, Final residual = 2.32933e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00122681, Final residual = 9.89394e-07, No Iterations 61
time step continuity errors : sum local = 1.4029e-10, global = 2.34615e-20, cumulative = -9.5872e-19
DICPCG: Solving for p, Initial residual = 0.000190344, Final residual = 9.89348e-07, No Iterations 28
time step continuity errors : sum local = 1.4029e-10, global = 3.90922e-20, cumulative = -9.19628e-19
BiCGStab: Solving for omega, Initial residual = 1.28634e-05, Final residual = 6.46322e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.78454e-06, Final residual = 7.78454e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.08057e-07, Final residual = 4.62208e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.98427e-07, Final residual = 2.61586e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.242e-05, Final residual = 2.08637e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000276208, Final residual = 9.80569e-07, No Iterations 13
time step continuity errors : sum local = 1.39153e-10, global = -1.28541e-20, cumulative = -9.32482e-19
DICPCG: Solving for p, Initial residual = 4.52855e-05, Final residual = 9.41943e-07, No Iterations 5
time step continuity errors : sum local = 1.34111e-10, global = -1.04162e-19, cumulative = -1.03664e-18
BiCGStab: Solving for omega, Initial residual = 1.3474e-05, Final residual = 7.24842e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.78959e-06, Final residual = 7.78959e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.49281e-07, Final residual = 8.51393e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.9055e-08, Final residual = 4.2981e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.86898e-05, Final residual = 3.40804e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 7.2968e-05, Final residual = 8.89598e-07, No Iterations 5
time step continuity errors : sum local = 1.27278e-10, global = 3.02275e-20, cumulative = -1.00642e-18
DICPCG: Solving for p, Initial residual = 1.16568e-05, Final residual = 7.30103e-07, No Iterations 3
time step continuity errors : sum local = 1.06456e-10, global = 1.97378e-21, cumulative = -1.00444e-18
BiCGStab: Solving for omega, Initial residual = 1.5203e-05, Final residual = 8.39518e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.78626e-06, Final residual = 7.78626e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4224.71 s ClockTime = 4225 s Max(PAc) = 153954 Pa
Courant Number mean: 0.0553316 max: 0.984008 velocity magnitude: 1.26961
deltaT = 0.000487264
Time = 1.55025
--> Cloud: bubbleCloud
Added 156 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 573567
Mass introduced by injector = 5.25217e-10
Number of parcels added continuously = 1154
Mass introduced continuously = 1.03737e-12
Current number of parcels = 4033609
Current mass in system = 4.53722e-09
Number of parcels shifted at least once = 3244
Number of parcel shifts towards cell center = 3247
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00608018, Final user-defined norm residual = 0.00013706
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.94219e-05, Final user-defined norm residual = 3.41091e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.32224e-08, Final user-defined norm residual = 3.84856e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000611581, Final residual = 5.96237e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000516613, Final residual = 4.72858e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0402638, Final residual = 1.74873e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0471721, Final residual = 9.68023e-07, No Iterations 157
time step continuity errors : sum local = 1.30422e-10, global = -4.59183e-20, cumulative = -1.05036e-18
DICPCG: Solving for p, Initial residual = 0.00503082, Final residual = 9.65343e-07, No Iterations 140
time step continuity errors : sum local = 1.32536e-10, global = -1.2378e-20, cumulative = -1.06274e-18
BiCGStab: Solving for omega, Initial residual = 0.000498473, Final residual = 3.86126e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000686497, Final residual = 8.5784e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.7312e-05, Final residual = 1.07305e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.73527e-06, Final residual = 5.14578e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00350007, Final residual = 4.23475e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00817197, Final residual = 9.07843e-07, No Iterations 233
time step continuity errors : sum local = 1.16873e-10, global = -6.35676e-21, cumulative = -1.0691e-18
DICPCG: Solving for p, Initial residual = 0.00139672, Final residual = 9.40098e-07, No Iterations 70
time step continuity errors : sum local = 1.23169e-10, global = 2.62629e-20, cumulative = -1.04283e-18
BiCGStab: Solving for omega, Initial residual = 2.31532e-05, Final residual = 6.69362e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.91642e-06, Final residual = 7.91642e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.63365e-06, Final residual = 5.57884e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.39445e-06, Final residual = 3.07387e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000513835, Final residual = 2.08927e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00125236, Final residual = 9.37994e-07, No Iterations 51
time step continuity errors : sum local = 1.23137e-10, global = 8.94677e-21, cumulative = -1.03389e-18
DICPCG: Solving for p, Initial residual = 0.000190125, Final residual = 9.90888e-07, No Iterations 19
time step continuity errors : sum local = 1.2993e-10, global = -1.90997e-20, cumulative = -1.05299e-18
BiCGStab: Solving for omega, Initial residual = 1.51796e-05, Final residual = 6.54623e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.94683e-06, Final residual = 7.94683e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.99887e-07, Final residual = 4.63333e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.15485e-07, Final residual = 3.21032e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.46565e-05, Final residual = 2.03818e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000278197, Final residual = 8.99907e-07, No Iterations 10
time step continuity errors : sum local = 1.18208e-10, global = -4.00694e-20, cumulative = -1.09306e-18
DICPCG: Solving for p, Initial residual = 4.73672e-05, Final residual = 9.06134e-07, No Iterations 5
time step continuity errors : sum local = 1.1901e-10, global = 2.98726e-20, cumulative = -1.06318e-18
BiCGStab: Solving for omega, Initial residual = 1.54967e-05, Final residual = 7.55079e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.96064e-06, Final residual = 7.96064e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.6452e-07, Final residual = 8.17085e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.19283e-08, Final residual = 4.86969e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.94048e-05, Final residual = 3.3801e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 7.74913e-05, Final residual = 8.87169e-07, No Iterations 5
time step continuity errors : sum local = 1.16567e-10, global = 2.52865e-20, cumulative = -1.0379e-18
DICPCG: Solving for p, Initial residual = 1.26848e-05, Final residual = 7.92429e-07, No Iterations 3
time step continuity errors : sum local = 1.04356e-10, global = -1.99833e-21, cumulative = -1.03989e-18
BiCGStab: Solving for omega, Initial residual = 1.79159e-05, Final residual = 8.4754e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.94541e-06, Final residual = 7.94541e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4241.68 s ClockTime = 4242 s Max(PAc) = 154793 Pa
Courant Number mean: 0.0553502 max: 0.987163 velocity magnitude: 1.27427
deltaT = 0.000487264
Time = 1.55074
--> Cloud: bubbleCloud
Added 224 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 573791
Mass introduced by injector = 5.25419e-10
Number of parcels added continuously = 1128
Mass introduced continuously = 1.0225e-12
Current number of parcels = 4034467
Current mass in system = 4.53795e-09
Number of parcels shifted at least once = 3186
Number of parcel shifts towards cell center = 3192
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0064283, Final user-defined norm residual = 0.000178568
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.83575e-05, Final user-defined norm residual = 1.17911e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.53292e-07, Final user-defined norm residual = 6.77039e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000619516, Final residual = 6.12404e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000518534, Final residual = 4.55752e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0403784, Final residual = 1.5498e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.051634, Final residual = 9.56047e-07, No Iterations 261
time step continuity errors : sum local = 1.2348e-10, global = -3.15389e-20, cumulative = -1.07143e-18
DICPCG: Solving for p, Initial residual = 0.0051288, Final residual = 9.78381e-07, No Iterations 143
time step continuity errors : sum local = 1.33283e-10, global = -2.08356e-20, cumulative = -1.09227e-18
BiCGStab: Solving for omega, Initial residual = 0.00049969, Final residual = 3.97552e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000686549, Final residual = 8.56456e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.83955e-05, Final residual = 1.00055e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.04315e-05, Final residual = 4.83264e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00362644, Final residual = 3.96118e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00860836, Final residual = 9.88258e-07, No Iterations 104
time step continuity errors : sum local = 1.3559e-10, global = -1.31295e-20, cumulative = -1.1054e-18
DICPCG: Solving for p, Initial residual = 0.00150795, Final residual = 9.41717e-07, No Iterations 72
time step continuity errors : sum local = 1.29666e-10, global = -3.14072e-20, cumulative = -1.13681e-18
BiCGStab: Solving for omega, Initial residual = 2.46716e-05, Final residual = 7.04189e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.02639e-06, Final residual = 8.02639e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.05865e-06, Final residual = 5.3689e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.72404e-06, Final residual = 3.09283e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000533883, Final residual = 2.02246e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00145354, Final residual = 9.95698e-07, No Iterations 67
time step continuity errors : sum local = 1.36801e-10, global = -8.12979e-20, cumulative = -1.2181e-18
DICPCG: Solving for p, Initial residual = 0.000226378, Final residual = 9.87203e-07, No Iterations 26
time step continuity errors : sum local = 1.35701e-10, global = 3.31159e-21, cumulative = -1.21479e-18
BiCGStab: Solving for omega, Initial residual = 1.61141e-05, Final residual = 7.14762e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.0442e-06, Final residual = 8.0442e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.15792e-07, Final residual = 5.29429e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.95571e-07, Final residual = 3.15532e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000102686, Final residual = 2.15705e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00036447, Final residual = 9.87401e-07, No Iterations 14
time step continuity errors : sum local = 1.35736e-10, global = -6.07079e-20, cumulative = -1.2755e-18
DICPCG: Solving for p, Initial residual = 5.7384e-05, Final residual = 8.44138e-07, No Iterations 6
time step continuity errors : sum local = 1.17126e-10, global = 6.84859e-20, cumulative = -1.20701e-18
BiCGStab: Solving for omega, Initial residual = 1.75915e-05, Final residual = 7.77505e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.06369e-06, Final residual = 8.06369e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.98445e-07, Final residual = 9.14179e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.9859e-08, Final residual = 5.48259e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.16975e-05, Final residual = 3.68231e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.83829e-05, Final residual = 8.91405e-07, No Iterations 5
time step continuity errors : sum local = 1.23266e-10, global = 1.40483e-19, cumulative = -1.06653e-18
DICPCG: Solving for p, Initial residual = 1.51567e-05, Final residual = 8.63029e-07, No Iterations 3
time step continuity errors : sum local = 1.1958e-10, global = 2.78525e-20, cumulative = -1.03868e-18
BiCGStab: Solving for omega, Initial residual = 1.83578e-05, Final residual = 8.90574e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.04765e-06, Final residual = 8.04765e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4258.59 s ClockTime = 4259 s Max(PAc) = 154892 Pa
Courant Number mean: 0.0553692 max: 0.992687 velocity magnitude: 1.2802
deltaT = 0.000487264
Time = 1.55123
--> Cloud: bubbleCloud
Added 138 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 573929
Mass introduced by injector = 5.25542e-10
Number of parcels added continuously = 1159
Mass introduced continuously = 1.09431e-12
Current number of parcels = 4035276
Current mass in system = 4.53868e-09
Number of parcels shifted at least once = 3248
Number of parcel shifts towards cell center = 3250
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00647228, Final user-defined norm residual = 0.000234308
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.03082e-05, Final user-defined norm residual = 3.57725e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.68097e-07, Final user-defined norm residual = 7.38654e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000621663, Final residual = 6.45834e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000516993, Final residual = 4.49692e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.039351, Final residual = 1.49887e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.046387, Final residual = 9.4323e-07, No Iterations 257
time step continuity errors : sum local = 1.22028e-10, global = -5.11904e-20, cumulative = -1.08987e-18
DICPCG: Solving for p, Initial residual = 0.00515652, Final residual = 9.96429e-07, No Iterations 134
time step continuity errors : sum local = 1.34452e-10, global = -9.93173e-20, cumulative = -1.18919e-18
BiCGStab: Solving for omega, Initial residual = 0.000504252, Final residual = 4.4426e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000687047, Final residual = 8.54905e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.08931e-05, Final residual = 1.20261e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.12121e-05, Final residual = 5.60775e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00335248, Final residual = 3.83616e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00968033, Final residual = 8.74029e-07, No Iterations 115
time step continuity errors : sum local = 1.23316e-10, global = -3.15283e-21, cumulative = -1.19234e-18
DICPCG: Solving for p, Initial residual = 0.00176859, Final residual = 9.9331e-07, No Iterations 68
time step continuity errors : sum local = 1.38754e-10, global = 5.48518e-20, cumulative = -1.13749e-18
BiCGStab: Solving for omega, Initial residual = 2.41474e-05, Final residual = 6.57175e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.01733e-06, Final residual = 8.01733e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.68285e-06, Final residual = 5.99099e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.86628e-06, Final residual = 3.39246e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00048502, Final residual = 1.95897e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00175168, Final residual = 9.63186e-07, No Iterations 47
time step continuity errors : sum local = 1.35012e-10, global = -6.49208e-20, cumulative = -1.20241e-18
DICPCG: Solving for p, Initial residual = 0.000294349, Final residual = 9.43786e-07, No Iterations 27
time step continuity errors : sum local = 1.3251e-10, global = -5.26965e-20, cumulative = -1.2551e-18
BiCGStab: Solving for omega, Initial residual = 1.59003e-05, Final residual = 6.02365e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.02469e-06, Final residual = 8.02469e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.04396e-07, Final residual = 6.39621e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.9095e-07, Final residual = 3.56544e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.81997e-05, Final residual = 1.90662e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000423814, Final residual = 8.9803e-07, No Iterations 10
time step continuity errors : sum local = 1.266e-10, global = -4.17352e-20, cumulative = -1.29684e-18
DICPCG: Solving for p, Initial residual = 6.89628e-05, Final residual = 7.64675e-07, No Iterations 6
time step continuity errors : sum local = 1.09333e-10, global = 5.40359e-20, cumulative = -1.2428e-18
BiCGStab: Solving for omega, Initial residual = 1.57304e-05, Final residual = 7.03508e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.03538e-06, Final residual = 8.03538e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.50333e-07, Final residual = 1.02392e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.30297e-07, Final residual = 5.88114e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.83723e-05, Final residual = 2.99352e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000120771, Final residual = 7.49959e-07, No Iterations 6
time step continuity errors : sum local = 1.07428e-10, global = -6.94207e-20, cumulative = -1.31222e-18
DICPCG: Solving for p, Initial residual = 1.77928e-05, Final residual = 6.05001e-07, No Iterations 4
time step continuity errors : sum local = 8.8664e-11, global = -5.67375e-20, cumulative = -1.36896e-18
BiCGStab: Solving for omega, Initial residual = 1.81416e-05, Final residual = 7.82543e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.01988e-06, Final residual = 8.01988e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4275.6 s ClockTime = 4276 s Max(PAc) = 155723 Pa
Courant Number mean: 0.0553881 max: 0.998494 velocity magnitude: 1.29053
deltaT = 0.000487264
Time = 1.55172
--> Cloud: bubbleCloud
Added 250 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 574179
Mass introduced by injector = 5.25757e-10
Number of parcels added continuously = 1219
Mass introduced continuously = 1.1295e-12
Current number of parcels = 4036280
Current mass in system = 4.53955e-09
Number of parcels shifted at least once = 3163
Number of parcel shifts towards cell center = 3165
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00614051, Final user-defined norm residual = 8.74204e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.87797e-05, Final user-defined norm residual = 1.86689e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.01053e-08, Final user-defined norm residual = 1.95264e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000618662, Final residual = 6.47263e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000518296, Final residual = 4.5566e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0396038, Final residual = 1.50688e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0485915, Final residual = 9.76393e-07, No Iterations 259
time step continuity errors : sum local = 1.27651e-10, global = 2.77572e-20, cumulative = -1.34121e-18
DICPCG: Solving for p, Initial residual = 0.00628067, Final residual = 9.31225e-07, No Iterations 143
time step continuity errors : sum local = 1.28085e-10, global = 5.40973e-20, cumulative = -1.28711e-18
BiCGStab: Solving for omega, Initial residual = 0.000510385, Final residual = 3.66986e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000687524, Final residual = 8.55655e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.11914e-05, Final residual = 1.18074e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.12028e-05, Final residual = 5.94651e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00364764, Final residual = 4.26852e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0100481, Final residual = 9.76216e-07, No Iterations 114
time step continuity errors : sum local = 1.3726e-10, global = -1.90237e-20, cumulative = -1.30613e-18
DICPCG: Solving for p, Initial residual = 0.00188592, Final residual = 9.29365e-07, No Iterations 70
time step continuity errors : sum local = 1.31056e-10, global = 1.47616e-20, cumulative = -1.29137e-18
BiCGStab: Solving for omega, Initial residual = 2.66874e-05, Final residual = 7.07209e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.17573e-06, Final residual = 8.17573e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.78531e-06, Final residual = 5.76252e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.9878e-06, Final residual = 3.16448e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000569788, Final residual = 2.22676e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0017568, Final residual = 9.08077e-07, No Iterations 47
time step continuity errors : sum local = 1.28222e-10, global = 6.01523e-20, cumulative = -1.23122e-18
DICPCG: Solving for p, Initial residual = 0.000297566, Final residual = 9.84579e-07, No Iterations 31
time step continuity errors : sum local = 1.3834e-10, global = 1.9874e-20, cumulative = -1.21134e-18
BiCGStab: Solving for omega, Initial residual = 1.76835e-05, Final residual = 7.69563e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.17728e-06, Final residual = 8.17728e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.57332e-07, Final residual = 5.49285e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.84705e-07, Final residual = 3.2964e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000109451, Final residual = 2.06875e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000460801, Final residual = 9.51882e-07, No Iterations 14
time step continuity errors : sum local = 1.34019e-10, global = -9.87077e-21, cumulative = -1.22121e-18
DICPCG: Solving for p, Initial residual = 7.77726e-05, Final residual = 8.07087e-07, No Iterations 6
time step continuity errors : sum local = 1.14867e-10, global = -9.39538e-20, cumulative = -1.31517e-18
BiCGStab: Solving for omega, Initial residual = 1.86618e-05, Final residual = 8.74841e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.18389e-06, Final residual = 8.18389e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.5809e-07, Final residual = 9.97205e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.39778e-07, Final residual = 5.8575e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.37708e-05, Final residual = 3.3404e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000121885, Final residual = 9.08023e-07, No Iterations 6
time step continuity errors : sum local = 1.28213e-10, global = -8.8077e-20, cumulative = -1.40325e-18
DICPCG: Solving for p, Initial residual = 2.27544e-05, Final residual = 6.89716e-07, No Iterations 4
time step continuity errors : sum local = 9.93442e-11, global = -9.83548e-20, cumulative = -1.5016e-18
BiCGStab: Solving for omega, Initial residual = 1.8846e-05, Final residual = 9.38231e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.17683e-06, Final residual = 8.17683e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4292.79 s ClockTime = 4293 s Max(PAc) = 155360 Pa
Courant Number mean: 0.055407 max: 0.998674 velocity magnitude: 1.29999
deltaT = 0.000487264
Time = 1.5522
--> Cloud: bubbleCloud
Added 128 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 574307
Mass introduced by injector = 5.25879e-10
Number of parcels added continuously = 1226
Mass introduced continuously = 1.0784e-12
Current number of parcels = 4037174
Current mass in system = 4.54029e-09
Number of parcels shifted at least once = 3222
Number of parcel shifts towards cell center = 3225
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00586168, Final user-defined norm residual = 7.45328e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.59998e-05, Final user-defined norm residual = 1.18065e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.53452e-08, Final user-defined norm residual = 6.15079e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000621143, Final residual = 6.63716e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000519197, Final residual = 4.49082e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.039711, Final residual = 1.50947e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0474807, Final residual = 9.3532e-07, No Iterations 250
time step continuity errors : sum local = 1.23446e-10, global = -3.3015e-20, cumulative = -1.53462e-18
DICPCG: Solving for p, Initial residual = 0.00576785, Final residual = 9.69341e-07, No Iterations 112
time step continuity errors : sum local = 1.39105e-10, global = -4.29883e-20, cumulative = -1.5776e-18
BiCGStab: Solving for omega, Initial residual = 0.000513023, Final residual = 5.00115e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000688463, Final residual = 8.54404e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.30023e-05, Final residual = 1.07497e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.21061e-05, Final residual = 5.27815e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0035762, Final residual = 4.02268e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0110037, Final residual = 9.33953e-07, No Iterations 241
time step continuity errors : sum local = 1.23239e-10, global = 8.75921e-20, cumulative = -1.49001e-18
DICPCG: Solving for p, Initial residual = 0.0020337, Final residual = 9.57056e-07, No Iterations 67
time step continuity errors : sum local = 1.29197e-10, global = -2.60949e-20, cumulative = -1.51611e-18
BiCGStab: Solving for omega, Initial residual = 2.5686e-05, Final residual = 7.78715e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.26372e-06, Final residual = 8.26372e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.68302e-06, Final residual = 5.67006e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.32378e-06, Final residual = 2.9854e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000557896, Final residual = 2.10581e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00215055, Final residual = 9.70371e-07, No Iterations 63
time step continuity errors : sum local = 1.31339e-10, global = -1.55412e-20, cumulative = -1.53165e-18
DICPCG: Solving for p, Initial residual = 0.000355406, Final residual = 9.55766e-07, No Iterations 51
time step continuity errors : sum local = 1.29347e-10, global = 2.17186e-20, cumulative = -1.50993e-18
BiCGStab: Solving for omega, Initial residual = 1.70293e-05, Final residual = 7.63494e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.28346e-06, Final residual = 8.28346e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.14823e-06, Final residual = 5.56598e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.07278e-07, Final residual = 3.48389e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000104994, Final residual = 1.99511e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000520209, Final residual = 9.60858e-07, No Iterations 25
time step continuity errors : sum local = 1.30027e-10, global = -1.6225e-20, cumulative = -1.52615e-18
DICPCG: Solving for p, Initial residual = 9.88255e-05, Final residual = 9.20518e-07, No Iterations 8
time step continuity errors : sum local = 1.24691e-10, global = -1.81948e-20, cumulative = -1.54435e-18
BiCGStab: Solving for omega, Initial residual = 1.75652e-05, Final residual = 9.25362e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.30235e-06, Final residual = 8.30235e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.3293e-07, Final residual = 1.47194e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.7651e-07, Final residual = 8.27261e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.25453e-05, Final residual = 3.16446e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000141911, Final residual = 8.97045e-07, No Iterations 7
time step continuity errors : sum local = 1.21587e-10, global = -7.27264e-20, cumulative = -1.61708e-18
DICPCG: Solving for p, Initial residual = 2.528e-05, Final residual = 6.96825e-07, No Iterations 4
time step continuity errors : sum local = 9.51233e-11, global = -5.59466e-20, cumulative = -1.67302e-18
BiCGStab: Solving for omega, Initial residual = 2.00984e-05, Final residual = 1.06253e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.29354e-06, Final residual = 8.29354e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4310.35 s ClockTime = 4310 s Max(PAc) = 155362 Pa
Courant Number mean: 0.0554255 max: 0.988496 velocity magnitude: 1.30432
deltaT = 0.000487264
Time = 1.55269
--> Cloud: bubbleCloud
Added 178 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 574485
Mass introduced by injector = 5.26019e-10
Number of parcels added continuously = 1219
Mass introduced continuously = 1.10758e-12
Current number of parcels = 4038068
Current mass in system = 4.54106e-09
Number of parcels shifted at least once = 3263
Number of parcel shifts towards cell center = 3265
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00638339, Final user-defined norm residual = 0.000264668
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.6831e-05, Final user-defined norm residual = 6.06286e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.30189e-06, Final user-defined norm residual = 2.17794e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00062281, Final residual = 6.86439e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000520147, Final residual = 4.54051e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0368282, Final residual = 1.42194e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0450181, Final residual = 9.27967e-07, No Iterations 261
time step continuity errors : sum local = 1.23251e-10, global = 3.68332e-20, cumulative = -1.63619e-18
DICPCG: Solving for p, Initial residual = 0.00555591, Final residual = 8.68393e-07, No Iterations 144
time step continuity errors : sum local = 1.18152e-10, global = -5.63665e-20, cumulative = -1.69255e-18
BiCGStab: Solving for omega, Initial residual = 0.000523303, Final residual = 5.24296e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00068975, Final residual = 8.55429e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.32529e-05, Final residual = 1.05006e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.2765e-05, Final residual = 5.14571e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00314587, Final residual = 3.82717e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0116491, Final residual = 9.19972e-07, No Iterations 141
time step continuity errors : sum local = 1.37116e-10, global = -3.67074e-20, cumulative = -1.72926e-18
DICPCG: Solving for p, Initial residual = 0.00217439, Final residual = 9.91809e-07, No Iterations 84
time step continuity errors : sum local = 1.46765e-10, global = 5.59364e-20, cumulative = -1.67333e-18
BiCGStab: Solving for omega, Initial residual = 2.94237e-05, Final residual = 9.43235e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.62302e-06, Final residual = 8.62302e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.38106e-06, Final residual = 5.67632e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.35446e-06, Final residual = 3.14729e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00046093, Final residual = 1.9703e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00210011, Final residual = 9.29372e-07, No Iterations 70
time step continuity errors : sum local = 1.38529e-10, global = -1.35997e-20, cumulative = -1.68693e-18
DICPCG: Solving for p, Initial residual = 0.000362561, Final residual = 9.79476e-07, No Iterations 35
time step continuity errors : sum local = 1.45229e-10, global = -2.91837e-20, cumulative = -1.71611e-18
BiCGStab: Solving for omega, Initial residual = 2.01757e-05, Final residual = 8.65028e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.67141e-06, Final residual = 8.67141e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.12087e-06, Final residual = 6.25812e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.04736e-07, Final residual = 3.45015e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.50123e-05, Final residual = 1.89798e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000514855, Final residual = 9.43687e-07, No Iterations 17
time step continuity errors : sum local = 1.40475e-10, global = 1.78908e-20, cumulative = -1.69822e-18
DICPCG: Solving for p, Initial residual = 8.9695e-05, Final residual = 9.73649e-07, No Iterations 6
time step continuity errors : sum local = 1.44465e-10, global = 4.65983e-20, cumulative = -1.65162e-18
BiCGStab: Solving for omega, Initial residual = 2.08913e-05, Final residual = 9.37778e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.68664e-06, Final residual = 8.68664e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.20507e-07, Final residual = 1.29586e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.67411e-07, Final residual = 7.72381e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.8108e-05, Final residual = 3.08587e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000132475, Final residual = 8.07798e-07, No Iterations 7
time step continuity errors : sum local = 1.22344e-10, global = 6.57538e-20, cumulative = -1.58587e-18
DICPCG: Solving for p, Initial residual = 2.30414e-05, Final residual = 6.37205e-07, No Iterations 4
time step continuity errors : sum local = 9.95899e-11, global = -2.70687e-20, cumulative = -1.61294e-18
BiCGStab: Solving for omega, Initial residual = 2.42314e-05, Final residual = 9.4339e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.68647e-06, Final residual = 8.68647e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4327.57 s ClockTime = 4328 s Max(PAc) = 154321 Pa
Courant Number mean: 0.0554439 max: 0.987062 velocity magnitude: 1.30818
deltaT = 0.000487264
Time = 1.55318
--> Cloud: bubbleCloud
Added 193 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 574678
Mass introduced by injector = 5.26218e-10
Number of parcels added continuously = 1253
Mass introduced continuously = 1.14314e-12
Current number of parcels = 4039042
Current mass in system = 4.54192e-09
Number of parcels shifted at least once = 3219
Number of parcel shifts towards cell center = 3222
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00660023, Final user-defined norm residual = 0.000161278
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.46188e-05, Final user-defined norm residual = 1.22013e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.61911e-07, Final user-defined norm residual = 1.20699e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000625735, Final residual = 6.31566e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000518921, Final residual = 4.5694e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0352524, Final residual = 1.20736e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.048022, Final residual = 9.1107e-07, No Iterations 180
time step continuity errors : sum local = 1.40346e-10, global = -1.42488e-20, cumulative = -1.62718e-18
DICPCG: Solving for p, Initial residual = 0.0061695, Final residual = 9.0796e-07, No Iterations 153
time step continuity errors : sum local = 1.46421e-10, global = 4.665e-20, cumulative = -1.58053e-18
BiCGStab: Solving for omega, Initial residual = 0.000520497, Final residual = 4.82262e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000689693, Final residual = 8.56108e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.47989e-05, Final residual = 1.17657e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.27836e-05, Final residual = 5.13971e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00300171, Final residual = 3.1948e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0119349, Final residual = 9.99175e-07, No Iterations 132
time step continuity errors : sum local = 1.4306e-10, global = -7.99129e-20, cumulative = -1.66045e-18
DICPCG: Solving for p, Initial residual = 0.00229927, Final residual = 9.65549e-07, No Iterations 77
time step continuity errors : sum local = 1.38909e-10, global = 4.57303e-20, cumulative = -1.61472e-18
BiCGStab: Solving for omega, Initial residual = 2.81134e-05, Final residual = 5.72257e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.67965e-06, Final residual = 8.67965e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.98009e-06, Final residual = 6.2671e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.49557e-06, Final residual = 3.26387e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000435434, Final residual = 1.67005e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00234206, Final residual = 9.06339e-07, No Iterations 69
time step continuity errors : sum local = 1.30943e-10, global = 3.14975e-20, cumulative = -1.58322e-18
DICPCG: Solving for p, Initial residual = 0.000395888, Final residual = 9.98559e-07, No Iterations 38
time step continuity errors : sum local = 1.43234e-10, global = 2.6674e-20, cumulative = -1.55655e-18
BiCGStab: Solving for omega, Initial residual = 1.77148e-05, Final residual = 5.67361e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.67283e-06, Final residual = 8.67283e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.25497e-06, Final residual = 7.00579e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.71919e-07, Final residual = 3.77741e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.07469e-05, Final residual = 1.75825e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00060205, Final residual = 9.87932e-07, No Iterations 19
time step continuity errors : sum local = 1.4178e-10, global = 5.286e-20, cumulative = -1.50369e-18
DICPCG: Solving for p, Initial residual = 0.000102309, Final residual = 9.15609e-07, No Iterations 8
time step continuity errors : sum local = 1.32058e-10, global = 7.45208e-20, cumulative = -1.42916e-18
BiCGStab: Solving for omega, Initial residual = 1.7624e-05, Final residual = 5.95175e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.6772e-06, Final residual = 8.6772e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.70241e-07, Final residual = 1.32278e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.83232e-07, Final residual = 7.95109e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.72827e-05, Final residual = 2.69062e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000162911, Final residual = 9.25857e-07, No Iterations 6
time step continuity errors : sum local = 1.3343e-10, global = 1.00688e-20, cumulative = -1.4191e-18
DICPCG: Solving for p, Initial residual = 2.66501e-05, Final residual = 6.5766e-07, No Iterations 4
time step continuity errors : sum local = 9.74269e-11, global = -4.99929e-20, cumulative = -1.46909e-18
BiCGStab: Solving for omega, Initial residual = 1.81463e-05, Final residual = 6.53583e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.6688e-06, Final residual = 8.6688e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4344.69 s ClockTime = 4345 s Max(PAc) = 153996 Pa
Courant Number mean: 0.0554613 max: 0.98517 velocity magnitude: 1.30567
deltaT = 0.000487264
Time = 1.55367
--> Cloud: bubbleCloud
Added 165 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 574843
Mass introduced by injector = 5.26365e-10
Number of parcels added continuously = 1176
Mass introduced continuously = 1.11877e-12
Current number of parcels = 4039900
Current mass in system = 4.54272e-09
Number of parcels shifted at least once = 3191
Number of parcel shifts towards cell center = 3193
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00607589, Final user-defined norm residual = 0.000101884
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.18664e-05, Final user-defined norm residual = 1.51161e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.24429e-08, Final user-defined norm residual = 1.10254e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000617572, Final residual = 6.40933e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000521432, Final residual = 4.64468e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0345504, Final residual = 1.28187e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0491562, Final residual = 9.31301e-07, No Iterations 256
time step continuity errors : sum local = 1.23532e-10, global = 1.18331e-20, cumulative = -1.45726e-18
DICPCG: Solving for p, Initial residual = 0.00603829, Final residual = 9.19915e-07, No Iterations 133
time step continuity errors : sum local = 1.25229e-10, global = -7.80947e-20, cumulative = -1.53535e-18
BiCGStab: Solving for omega, Initial residual = 0.000521987, Final residual = 4.28091e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000689673, Final residual = 8.62576e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.37371e-05, Final residual = 1.13492e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.30043e-05, Final residual = 5.31534e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00304307, Final residual = 3.2976e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0116076, Final residual = 9.51684e-07, No Iterations 242
time step continuity errors : sum local = 1.25402e-10, global = 1.40594e-21, cumulative = -1.53394e-18
DICPCG: Solving for p, Initial residual = 0.0022983, Final residual = 9.76103e-07, No Iterations 66
time step continuity errors : sum local = 1.30765e-10, global = -2.42865e-20, cumulative = -1.55823e-18
BiCGStab: Solving for omega, Initial residual = 2.60859e-05, Final residual = 5.41787e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.46291e-06, Final residual = 8.46291e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.60323e-06, Final residual = 5.90421e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.5161e-06, Final residual = 3.12594e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000451812, Final residual = 1.74435e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00219501, Final residual = 9.35495e-07, No Iterations 32
time step continuity errors : sum local = 1.25622e-10, global = 3.77782e-20, cumulative = -1.52045e-18
DICPCG: Solving for p, Initial residual = 0.000403115, Final residual = 9.32921e-07, No Iterations 19
time step continuity errors : sum local = 1.25222e-10, global = 3.69329e-20, cumulative = -1.48352e-18
BiCGStab: Solving for omega, Initial residual = 1.65631e-05, Final residual = 5.0115e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.50821e-06, Final residual = 8.50821e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.24403e-06, Final residual = 5.70823e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.56346e-07, Final residual = 3.51844e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.60863e-05, Final residual = 1.79092e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000577411, Final residual = 9.17026e-07, No Iterations 13
time step continuity errors : sum local = 1.2313e-10, global = 1.55273e-20, cumulative = -1.46799e-18
DICPCG: Solving for p, Initial residual = 0.000102374, Final residual = 8.24176e-07, No Iterations 6
time step continuity errors : sum local = 1.10883e-10, global = 2.83389e-21, cumulative = -1.46516e-18
BiCGStab: Solving for omega, Initial residual = 1.94306e-05, Final residual = 5.61281e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.53983e-06, Final residual = 8.53983e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.1735e-07, Final residual = 1.20844e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.88569e-07, Final residual = 7.27555e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.805e-05, Final residual = 2.94604e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00015605, Final residual = 7.28662e-07, No Iterations 6
time step continuity errors : sum local = 9.82976e-11, global = -1.19014e-20, cumulative = -1.47706e-18
DICPCG: Solving for p, Initial residual = 2.81623e-05, Final residual = 5.47528e-07, No Iterations 4
time step continuity errors : sum local = 7.44311e-11, global = -1.22088e-20, cumulative = -1.48927e-18
BiCGStab: Solving for omega, Initial residual = 2.57755e-05, Final residual = 6.65983e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.52923e-06, Final residual = 8.52923e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4361.8 s ClockTime = 4362 s Max(PAc) = 154674 Pa
Courant Number mean: 0.0554793 max: 0.979735 velocity magnitude: 1.29847
deltaT = 0.000487264
Time = 1.55415
--> Cloud: bubbleCloud
Added 153 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 574996
Mass introduced by injector = 5.26537e-10
Number of parcels added continuously = 1236
Mass introduced continuously = 1.22781e-12
Current number of parcels = 4040809
Current mass in system = 4.54366e-09
Number of parcels shifted at least once = 3245
Number of parcel shifts towards cell center = 3249
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00592829, Final user-defined norm residual = 0.000100549
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.15747e-05, Final user-defined norm residual = 1.97657e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.24121e-08, Final user-defined norm residual = 2.20646e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000621567, Final residual = 6.50297e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000521199, Final residual = 4.807e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0356127, Final residual = 1.55398e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0478037, Final residual = 8.72668e-07, No Iterations 264
time step continuity errors : sum local = 1.14725e-10, global = -1.17594e-20, cumulative = -1.50103e-18
DICPCG: Solving for p, Initial residual = 0.00611362, Final residual = 9.53814e-07, No Iterations 144
time step continuity errors : sum local = 1.2926e-10, global = -4.27091e-20, cumulative = -1.54374e-18
BiCGStab: Solving for omega, Initial residual = 0.000533532, Final residual = 6.13505e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000690866, Final residual = 8.74054e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.55172e-05, Final residual = 1.04033e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.39491e-05, Final residual = 5.11579e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00316965, Final residual = 4.25866e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0133001, Final residual = 9.68522e-07, No Iterations 104
time step continuity errors : sum local = 1.384e-10, global = 3.44818e-21, cumulative = -1.54029e-18
DICPCG: Solving for p, Initial residual = 0.00253842, Final residual = 9.31428e-07, No Iterations 78
time step continuity errors : sum local = 1.33343e-10, global = -2.16821e-20, cumulative = -1.56197e-18
BiCGStab: Solving for omega, Initial residual = 2.91845e-05, Final residual = 4.78622e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.83638e-06, Final residual = 8.83638e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.46966e-06, Final residual = 5.67055e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.86659e-06, Final residual = 3.11702e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000479716, Final residual = 2.10285e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00277007, Final residual = 9.38544e-07, No Iterations 63
time step continuity errors : sum local = 1.34277e-10, global = 7.22659e-20, cumulative = -1.48971e-18
DICPCG: Solving for p, Initial residual = 0.000512993, Final residual = 9.91016e-07, No Iterations 38
time step continuity errors : sum local = 1.41151e-10, global = 7.81714e-20, cumulative = -1.41153e-18
BiCGStab: Solving for omega, Initial residual = 1.86567e-05, Final residual = 4.41211e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.90085e-06, Final residual = 8.90085e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.42133e-06, Final residual = 6.41417e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.2658e-07, Final residual = 3.85883e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.86951e-05, Final residual = 1.89432e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000704021, Final residual = 9.77737e-07, No Iterations 30
time step continuity errors : sum local = 1.39411e-10, global = -1.78132e-20, cumulative = -1.42935e-18
DICPCG: Solving for p, Initial residual = 0.000131774, Final residual = 9.84806e-07, No Iterations 10
time step continuity errors : sum local = 1.40329e-10, global = -5.48276e-20, cumulative = -1.48417e-18
BiCGStab: Solving for omega, Initial residual = 1.59386e-05, Final residual = 4.6257e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.91596e-06, Final residual = 8.91596e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.29668e-07, Final residual = 1.67073e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.21594e-07, Final residual = 8.19147e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.83087e-05, Final residual = 3.00187e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000197753, Final residual = 9.33005e-07, No Iterations 8
time step continuity errors : sum local = 1.3353e-10, global = 9.98457e-22, cumulative = -1.48318e-18
DICPCG: Solving for p, Initial residual = 3.56995e-05, Final residual = 7.51377e-07, No Iterations 4
time step continuity errors : sum local = 1.09702e-10, global = -5.79348e-20, cumulative = -1.54111e-18
BiCGStab: Solving for omega, Initial residual = 1.61371e-05, Final residual = 4.94303e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.92333e-06, Final residual = 8.92333e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4378.97 s ClockTime = 4379 s Max(PAc) = 154089 Pa
Courant Number mean: 0.0554976 max: 0.976313 velocity magnitude: 1.28998
deltaT = 0.000487264
Time = 1.55464
--> Cloud: bubbleCloud
Added 145 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 575141
Mass introduced by injector = 5.26666e-10
Number of parcels added continuously = 1206
Mass introduced continuously = 1.11337e-12
Current number of parcels = 4041656
Current mass in system = 4.54437e-09
Number of parcels shifted at least once = 3279
Number of parcel shifts towards cell center = 3282
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00645071, Final user-defined norm residual = 0.000338147
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.25422e-05, Final user-defined norm residual = 1.04983e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.25227e-06, Final user-defined norm residual = 7.7405e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000618467, Final residual = 6.36375e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000512629, Final residual = 4.80047e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0352945, Final residual = 1.47745e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0474174, Final residual = 9.17506e-07, No Iterations 257
time step continuity errors : sum local = 1.20423e-10, global = -1.73199e-20, cumulative = -1.55843e-18
DICPCG: Solving for p, Initial residual = 0.0063731, Final residual = 9.71552e-07, No Iterations 138
time step continuity errors : sum local = 1.31743e-10, global = 3.86659e-20, cumulative = -1.51976e-18
BiCGStab: Solving for omega, Initial residual = 0.000520996, Final residual = 4.22959e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000691837, Final residual = 8.88741e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.24012e-05, Final residual = 1.04553e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.24172e-05, Final residual = 4.8828e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0030552, Final residual = 3.68823e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0121438, Final residual = 9.43837e-07, No Iterations 132
time step continuity errors : sum local = 1.37944e-10, global = 4.78724e-20, cumulative = -1.47189e-18
DICPCG: Solving for p, Initial residual = 0.00233392, Final residual = 9.7566e-07, No Iterations 77
time step continuity errors : sum local = 1.42165e-10, global = -4.17616e-20, cumulative = -1.51365e-18
BiCGStab: Solving for omega, Initial residual = 2.37724e-05, Final residual = 4.04764e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.20555e-06, Final residual = 9.20555e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.31154e-06, Final residual = 5.95618e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.2877e-06, Final residual = 3.04083e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000446655, Final residual = 1.78411e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0022969, Final residual = 9.81538e-07, No Iterations 63
time step continuity errors : sum local = 1.43006e-10, global = 1.50278e-20, cumulative = -1.49863e-18
DICPCG: Solving for p, Initial residual = 0.000417632, Final residual = 9.66722e-07, No Iterations 31
time step continuity errors : sum local = 1.41018e-10, global = -4.48771e-20, cumulative = -1.5435e-18
BiCGStab: Solving for omega, Initial residual = 1.40305e-05, Final residual = 3.5286e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.25357e-06, Final residual = 9.25357e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.18677e-06, Final residual = 5.85117e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.68261e-07, Final residual = 3.47253e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.99019e-05, Final residual = 1.71425e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000594427, Final residual = 9.47466e-07, No Iterations 13
time step continuity errors : sum local = 1.38488e-10, global = 1.86484e-20, cumulative = -1.52485e-18
DICPCG: Solving for p, Initial residual = 0.000103611, Final residual = 8.71317e-07, No Iterations 6
time step continuity errors : sum local = 1.28425e-10, global = 5.45965e-20, cumulative = -1.47026e-18
BiCGStab: Solving for omega, Initial residual = 1.59512e-05, Final residual = 3.5236e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.27376e-06, Final residual = 9.27376e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.11768e-07, Final residual = 1.28779e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.68189e-07, Final residual = 7.40635e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.64574e-05, Final residual = 2.7846e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000154664, Final residual = 8.54818e-07, No Iterations 6
time step continuity errors : sum local = 1.26246e-10, global = 5.10433e-20, cumulative = -1.41922e-18
DICPCG: Solving for p, Initial residual = 2.71875e-05, Final residual = 6.6134e-07, No Iterations 4
time step continuity errors : sum local = 1.0072e-10, global = -9.35144e-21, cumulative = -1.42857e-18
BiCGStab: Solving for omega, Initial residual = 2.07602e-05, Final residual = 4.25501e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.25906e-06, Final residual = 9.25906e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4396.01 s ClockTime = 4396 s Max(PAc) = 153346 Pa
Courant Number mean: 0.0555157 max: 0.981277 velocity magnitude: 1.28276
deltaT = 0.000487264
Time = 1.55513
--> Cloud: bubbleCloud
Added 183 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 575324
Mass introduced by injector = 5.26795e-10
Number of parcels added continuously = 1191
Mass introduced continuously = 1.06092e-12
Current number of parcels = 4042549
Current mass in system = 4.54514e-09
Number of parcels shifted at least once = 3233
Number of parcel shifts towards cell center = 3235
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00636491, Final user-defined norm residual = 0.00013667
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.93236e-05, Final user-defined norm residual = 3.48394e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.47525e-08, Final user-defined norm residual = 6.34546e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000610677, Final residual = 6.29508e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00050949, Final residual = 4.66483e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0347663, Final residual = 1.28304e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0456563, Final residual = 9.63875e-07, No Iterations 179
time step continuity errors : sum local = 1.48393e-10, global = 2.7773e-20, cumulative = -1.40079e-18
DICPCG: Solving for p, Initial residual = 0.00584741, Final residual = 9.88791e-07, No Iterations 148
time step continuity errors : sum local = 1.52787e-10, global = -2.56305e-21, cumulative = -1.40336e-18
BiCGStab: Solving for omega, Initial residual = 0.000527722, Final residual = 4.2947e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000691699, Final residual = 8.99276e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.19308e-05, Final residual = 1.1031e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.18324e-05, Final residual = 5.09424e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00294959, Final residual = 3.44101e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0119861, Final residual = 8.94659e-07, No Iterations 239
time step continuity errors : sum local = 1.16731e-10, global = -6.6884e-22, cumulative = -1.40403e-18
DICPCG: Solving for p, Initial residual = 0.00220335, Final residual = 9.65775e-07, No Iterations 69
time step continuity errors : sum local = 1.30004e-10, global = 6.72797e-20, cumulative = -1.33675e-18
BiCGStab: Solving for omega, Initial residual = 2.84462e-05, Final residual = 3.43222e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.00363e-06, Final residual = 9.00363e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.27288e-06, Final residual = 6.32744e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.16645e-06, Final residual = 3.28242e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000430624, Final residual = 1.78978e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0022242, Final residual = 9.88171e-07, No Iterations 47
time step continuity errors : sum local = 1.33297e-10, global = -2.475e-20, cumulative = -1.3615e-18
DICPCG: Solving for p, Initial residual = 0.000381034, Final residual = 9.94043e-07, No Iterations 26
time step continuity errors : sum local = 1.34026e-10, global = 1.0508e-19, cumulative = -1.25642e-18
BiCGStab: Solving for omega, Initial residual = 1.98644e-05, Final residual = 2.82802e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.10143e-06, Final residual = 9.10143e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.06202e-06, Final residual = 5.51062e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.74644e-07, Final residual = 3.5027e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.62515e-05, Final residual = 1.66285e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000546042, Final residual = 8.79625e-07, No Iterations 12
time step continuity errors : sum local = 1.19086e-10, global = 6.09818e-20, cumulative = -1.19543e-18
DICPCG: Solving for p, Initial residual = 9.95284e-05, Final residual = 8.95444e-07, No Iterations 6
time step continuity errors : sum local = 1.21132e-10, global = -6.60799e-20, cumulative = -1.26151e-18
BiCGStab: Solving for omega, Initial residual = 1.449e-05, Final residual = 3.42312e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.10455e-06, Final residual = 9.10455e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.08231e-07, Final residual = 1.15736e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.6028e-07, Final residual = 7.41541e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.5712e-05, Final residual = 2.64017e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000157003, Final residual = 7.13283e-07, No Iterations 6
time step continuity errors : sum local = 9.73433e-11, global = 5.43514e-20, cumulative = -1.20716e-18
DICPCG: Solving for p, Initial residual = 2.72073e-05, Final residual = 9.34023e-07, No Iterations 3
time step continuity errors : sum local = 1.26158e-10, global = 4.48972e-20, cumulative = -1.16227e-18
BiCGStab: Solving for omega, Initial residual = 1.70941e-05, Final residual = 3.84275e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.0945e-06, Final residual = 9.0945e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4413.08 s ClockTime = 4413 s Max(PAc) = 153643 Pa
Courant Number mean: 0.0555336 max: 0.986108 velocity magnitude: 1.27522
deltaT = 0.000487264
Time = 1.55561
--> Cloud: bubbleCloud
Added 126 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 575450
Mass introduced by injector = 5.26925e-10
Number of parcels added continuously = 1182
Mass introduced continuously = 1.10398e-12
Current number of parcels = 4043343
Current mass in system = 4.54583e-09
Number of parcels shifted at least once = 3281
Number of parcel shifts towards cell center = 3286
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00584242, Final user-defined norm residual = 6.52772e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.40064e-05, Final user-defined norm residual = 4.04981e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.68974e-09, Final user-defined norm residual = 2.20925e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000607462, Final residual = 6.18144e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000507423, Final residual = 4.53052e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0343304, Final residual = 1.39641e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0447032, Final residual = 9.95474e-07, No Iterations 255
time step continuity errors : sum local = 1.29351e-10, global = -5.47232e-20, cumulative = -1.21699e-18
DICPCG: Solving for p, Initial residual = 0.00590401, Final residual = 8.80817e-07, No Iterations 133
time step continuity errors : sum local = 1.19189e-10, global = -4.83373e-20, cumulative = -1.26533e-18
BiCGStab: Solving for omega, Initial residual = 0.000515794, Final residual = 3.99717e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000692214, Final residual = 8.95913e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.99838e-05, Final residual = 1.04065e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.10811e-05, Final residual = 5.03146e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00299789, Final residual = 3.63444e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0115036, Final residual = 9.35395e-07, No Iterations 141
time step continuity errors : sum local = 1.34836e-10, global = -7.12978e-20, cumulative = -1.33662e-18
DICPCG: Solving for p, Initial residual = 0.00203536, Final residual = 9.83494e-07, No Iterations 84
time step continuity errors : sum local = 1.40834e-10, global = -5.68005e-20, cumulative = -1.39342e-18
BiCGStab: Solving for omega, Initial residual = 2.4026e-05, Final residual = 4.52522e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.83244e-06, Final residual = 8.83244e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.47199e-06, Final residual = 5.90175e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.87641e-06, Final residual = 3.13157e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000426587, Final residual = 1.8093e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00192643, Final residual = 9.83719e-07, No Iterations 37
time step continuity errors : sum local = 1.41028e-10, global = -4.01444e-20, cumulative = -1.43357e-18
DICPCG: Solving for p, Initial residual = 0.000315654, Final residual = 9.23747e-07, No Iterations 16
time step continuity errors : sum local = 1.33229e-10, global = -6.29914e-20, cumulative = -1.49656e-18
BiCGStab: Solving for omega, Initial residual = 1.40091e-05, Final residual = 3.77002e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.91564e-06, Final residual = 8.91564e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.62207e-07, Final residual = 6.17833e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.33544e-07, Final residual = 3.88452e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.79159e-05, Final residual = 1.67078e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00045193, Final residual = 9.95196e-07, No Iterations 12
time step continuity errors : sum local = 1.42491e-10, global = 3.40489e-20, cumulative = -1.46251e-18
DICPCG: Solving for p, Initial residual = 7.47624e-05, Final residual = 8.51266e-07, No Iterations 6
time step continuity errors : sum local = 1.23826e-10, global = 4.48221e-20, cumulative = -1.41769e-18
BiCGStab: Solving for omega, Initial residual = 1.55875e-05, Final residual = 3.68395e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.89862e-06, Final residual = 8.89862e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.27642e-07, Final residual = 1.4631e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.22049e-07, Final residual = 9.0731e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.60924e-05, Final residual = 2.64763e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00011741, Final residual = 9.63071e-07, No Iterations 5
time step continuity errors : sum local = 1.38306e-10, global = -5.64123e-20, cumulative = -1.4741e-18
DICPCG: Solving for p, Initial residual = 1.9721e-05, Final residual = 8.71355e-07, No Iterations 3
time step continuity errors : sum local = 1.26422e-10, global = -1.64307e-20, cumulative = -1.49053e-18
BiCGStab: Solving for omega, Initial residual = 1.49036e-05, Final residual = 3.87772e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.90066e-06, Final residual = 8.90066e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4430.31 s ClockTime = 4430 s Max(PAc) = 153770 Pa
Courant Number mean: 0.0555516 max: 0.988871 velocity magnitude: 1.273
deltaT = 0.000487264
Time = 1.5561
--> Cloud: bubbleCloud
Added 167 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 575617
Mass introduced by injector = 5.27088e-10
Number of parcels added continuously = 1242
Mass introduced continuously = 1.12574e-12
Current number of parcels = 4044247
Current mass in system = 4.54658e-09
Number of parcels shifted at least once = 3266
Number of parcel shifts towards cell center = 3269
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00643147, Final user-defined norm residual = 0.000290187
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.22696e-05, Final user-defined norm residual = 6.71352e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.44069e-06, Final user-defined norm residual = 2.1222e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000605608, Final residual = 6.20199e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000503873, Final residual = 4.77975e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0345734, Final residual = 1.45635e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0437317, Final residual = 9.77461e-07, No Iterations 246
time step continuity errors : sum local = 1.26531e-10, global = -2.09992e-20, cumulative = -1.51153e-18
DICPCG: Solving for p, Initial residual = 0.00538392, Final residual = 9.39578e-07, No Iterations 128
time step continuity errors : sum local = 1.26057e-10, global = 4.85884e-20, cumulative = -1.46294e-18
BiCGStab: Solving for omega, Initial residual = 0.000517357, Final residual = 3.98746e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000692355, Final residual = 8.90809e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.9438e-05, Final residual = 1.02834e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03968e-05, Final residual = 4.83261e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.003055, Final residual = 3.93393e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0101432, Final residual = 9.72282e-07, No Iterations 104
time step continuity errors : sum local = 1.43094e-10, global = 7.31761e-20, cumulative = -1.38977e-18
DICPCG: Solving for p, Initial residual = 0.00181319, Final residual = 9.82104e-07, No Iterations 77
time step continuity errors : sum local = 1.44259e-10, global = 9.34252e-21, cumulative = -1.38042e-18
BiCGStab: Solving for omega, Initial residual = 2.37597e-05, Final residual = 3.57305e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.74454e-06, Final residual = 8.74454e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.31799e-06, Final residual = 6.02459e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.66937e-06, Final residual = 2.99163e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000486334, Final residual = 1.99899e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00172342, Final residual = 9.77513e-07, No Iterations 60
time step continuity errors : sum local = 1.43875e-10, global = 1.44998e-20, cumulative = -1.36592e-18
DICPCG: Solving for p, Initial residual = 0.000283366, Final residual = 9.70415e-07, No Iterations 17
time step continuity errors : sum local = 1.42976e-10, global = 4.20983e-20, cumulative = -1.32383e-18
BiCGStab: Solving for omega, Initial residual = 1.35663e-05, Final residual = 2.74138e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.78749e-06, Final residual = 8.78749e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.49291e-07, Final residual = 6.02243e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.01355e-07, Final residual = 3.36726e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.09626e-05, Final residual = 1.66468e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000408198, Final residual = 9.17527e-07, No Iterations 14
time step continuity errors : sum local = 1.36134e-10, global = 3.02986e-20, cumulative = -1.29353e-18
DICPCG: Solving for p, Initial residual = 7.09121e-05, Final residual = 9.08936e-07, No Iterations 6
time step continuity errors : sum local = 1.3501e-10, global = 1.04906e-19, cumulative = -1.18862e-18
BiCGStab: Solving for omega, Initial residual = 1.06394e-05, Final residual = 3.09303e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.77601e-06, Final residual = 8.77601e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.28706e-07, Final residual = 1.28384e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.09635e-07, Final residual = 8.15778e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.88704e-05, Final residual = 2.63195e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00010825, Final residual = 7.20422e-07, No Iterations 6
time step continuity errors : sum local = 1.10584e-10, global = 4.96814e-20, cumulative = -1.13894e-18
DICPCG: Solving for p, Initial residual = 1.86889e-05, Final residual = 8.95389e-07, No Iterations 3
time step continuity errors : sum local = 1.33249e-10, global = 5.68911e-20, cumulative = -1.08205e-18
BiCGStab: Solving for omega, Initial residual = 1.19027e-05, Final residual = 3.56718e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.77962e-06, Final residual = 8.77962e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4447.33 s ClockTime = 4447 s Max(PAc) = 153929 Pa
Courant Number mean: 0.0555698 max: 0.995633 velocity magnitude: 1.27433
deltaT = 0.000487264
Time = 1.55659
--> Cloud: bubbleCloud
Added 156 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 575773
Mass introduced by injector = 5.27214e-10
Number of parcels added continuously = 1089
Mass introduced continuously = 1.04519e-12
Current number of parcels = 4045015
Current mass in system = 4.54732e-09
Number of parcels shifted at least once = 3232
Number of parcel shifts towards cell center = 3240
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00634958, Final user-defined norm residual = 0.000205591
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.40859e-05, Final user-defined norm residual = 1.17052e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.51007e-07, Final user-defined norm residual = 1.25122e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000605318, Final residual = 5.53809e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000505738, Final residual = 4.78502e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0337852, Final residual = 1.45198e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0497158, Final residual = 9.32899e-07, No Iterations 263
time step continuity errors : sum local = 1.20033e-10, global = -7.46578e-21, cumulative = -1.08952e-18
DICPCG: Solving for p, Initial residual = 0.00668264, Final residual = 9.29422e-07, No Iterations 141
time step continuity errors : sum local = 1.21311e-10, global = -2.40789e-20, cumulative = -1.11359e-18
BiCGStab: Solving for omega, Initial residual = 0.000510552, Final residual = 5.24321e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000692572, Final residual = 8.84574e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.90399e-05, Final residual = 1.08678e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.08109e-05, Final residual = 4.89798e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00299371, Final residual = 3.92697e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0106036, Final residual = 9.4773e-07, No Iterations 236
time step continuity errors : sum local = 1.21675e-10, global = 9.32679e-20, cumulative = -1.02033e-18
DICPCG: Solving for p, Initial residual = 0.00194809, Final residual = 9.20058e-07, No Iterations 70
time step continuity errors : sum local = 1.20451e-10, global = -4.02211e-20, cumulative = -1.06055e-18
BiCGStab: Solving for omega, Initial residual = 1.98678e-05, Final residual = 5.46676e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.00078e-06, Final residual = 9.00078e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.56668e-06, Final residual = 6.50187e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.78504e-06, Final residual = 3.15215e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000442891, Final residual = 1.9838e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00178019, Final residual = 9.96729e-07, No Iterations 34
time step continuity errors : sum local = 1.30504e-10, global = -6.11031e-21, cumulative = -1.06666e-18
DICPCG: Solving for p, Initial residual = 0.000302146, Final residual = 9.95885e-07, No Iterations 16
time step continuity errors : sum local = 1.30376e-10, global = -8.45139e-20, cumulative = -1.15117e-18
BiCGStab: Solving for omega, Initial residual = 9.74321e-06, Final residual = 9.74321e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.04527e-06, Final residual = 9.04527e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.93297e-07, Final residual = 6.15705e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.39893e-07, Final residual = 3.67919e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.33249e-05, Final residual = 1.69253e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000450366, Final residual = 9.31163e-07, No Iterations 13
time step continuity errors : sum local = 1.22059e-10, global = -4.02157e-22, cumulative = -1.15157e-18
DICPCG: Solving for p, Initial residual = 7.9929e-05, Final residual = 9.39865e-07, No Iterations 6
time step continuity errors : sum local = 1.23169e-10, global = 1.81311e-21, cumulative = -1.14976e-18
BiCGStab: Solving for omega, Initial residual = 9.89564e-06, Final residual = 9.89564e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.05512e-06, Final residual = 9.05512e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.37003e-07, Final residual = 1.22264e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.25492e-07, Final residual = 7.68173e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.73742e-05, Final residual = 2.76452e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000119309, Final residual = 9.52533e-07, No Iterations 5
time step continuity errors : sum local = 1.24796e-10, global = 2.39164e-21, cumulative = -1.14737e-18
DICPCG: Solving for p, Initial residual = 2.07813e-05, Final residual = 8.48027e-07, No Iterations 3
time step continuity errors : sum local = 1.11364e-10, global = -2.57679e-20, cumulative = -1.17314e-18
BiCGStab: Solving for omega, Initial residual = 9.92106e-06, Final residual = 9.92106e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.05647e-06, Final residual = 9.05647e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4464.6 s ClockTime = 4465 s Max(PAc) = 154563 Pa
Courant Number mean: 0.0555881 max: 0.995859 velocity magnitude: 1.27685
deltaT = 0.000487264
Time = 1.55708
--> Cloud: bubbleCloud
Added 218 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 575991
Mass introduced by injector = 5.27389e-10
Number of parcels added continuously = 1202
Mass introduced continuously = 1.09431e-12
Current number of parcels = 4045953
Current mass in system = 4.54814e-09
Number of parcels shifted at least once = 3198
Number of parcel shifts towards cell center = 3203
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00574517, Final user-defined norm residual = 8.28112e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.77674e-05, Final user-defined norm residual = 1.92992e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.1408e-08, Final user-defined norm residual = 1.36255e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000601444, Final residual = 6.29695e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000506434, Final residual = 4.71735e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0340538, Final residual = 1.51331e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0490659, Final residual = 9.84579e-07, No Iterations 183
time step continuity errors : sum local = 1.47825e-10, global = 1.13481e-20, cumulative = -1.16179e-18
DICPCG: Solving for p, Initial residual = 0.00599078, Final residual = 9.82341e-07, No Iterations 143
time step continuity errors : sum local = 1.41199e-10, global = -6.80537e-20, cumulative = -1.22984e-18
BiCGStab: Solving for omega, Initial residual = 0.000510759, Final residual = 5.58498e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000692059, Final residual = 8.82803e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.86796e-05, Final residual = 1.08712e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.06778e-05, Final residual = 5.1187e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0030252, Final residual = 3.90403e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00965327, Final residual = 9.46607e-07, No Iterations 93
time step continuity errors : sum local = 1.30186e-10, global = -5.75671e-20, cumulative = -1.28741e-18
DICPCG: Solving for p, Initial residual = 0.00177727, Final residual = 9.92354e-07, No Iterations 67
time step continuity errors : sum local = 1.36099e-10, global = -3.65674e-20, cumulative = -1.32398e-18
BiCGStab: Solving for omega, Initial residual = 2.29159e-05, Final residual = 6.93293e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.0057e-06, Final residual = 9.0057e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.26863e-06, Final residual = 6.35782e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.7392e-06, Final residual = 3.14295e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000457639, Final residual = 1.8373e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00163319, Final residual = 9.65406e-07, No Iterations 35
time step continuity errors : sum local = 1.32967e-10, global = 3.17472e-20, cumulative = -1.29223e-18
DICPCG: Solving for p, Initial residual = 0.000285879, Final residual = 9.89814e-07, No Iterations 19
time step continuity errors : sum local = 1.36123e-10, global = 6.5352e-20, cumulative = -1.22688e-18
BiCGStab: Solving for omega, Initial residual = 1.236e-05, Final residual = 5.30972e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.13257e-06, Final residual = 9.13257e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.01422e-07, Final residual = 5.95565e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.53693e-07, Final residual = 3.3365e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.8497e-05, Final residual = 1.65019e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000403059, Final residual = 8.5413e-07, No Iterations 11
time step continuity errors : sum local = 1.18669e-10, global = 4.21855e-20, cumulative = -1.18469e-18
DICPCG: Solving for p, Initial residual = 7.39847e-05, Final residual = 9.93269e-07, No Iterations 5
time step continuity errors : sum local = 1.36565e-10, global = 3.47589e-20, cumulative = -1.14993e-18
BiCGStab: Solving for omega, Initial residual = 1.24126e-05, Final residual = 6.07061e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.11342e-06, Final residual = 9.11342e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.34593e-07, Final residual = 1.11401e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.26869e-07, Final residual = 6.46055e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.92533e-05, Final residual = 2.61079e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000116531, Final residual = 8.18092e-07, No Iterations 5
time step continuity errors : sum local = 1.14015e-10, global = -7.862e-20, cumulative = -1.22855e-18
DICPCG: Solving for p, Initial residual = 1.99414e-05, Final residual = 7.63532e-07, No Iterations 3
time step continuity errors : sum local = 1.06989e-10, global = -5.49302e-20, cumulative = -1.28348e-18
BiCGStab: Solving for omega, Initial residual = 1.3442e-05, Final residual = 6.23645e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.15029e-06, Final residual = 9.15029e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4481.69 s ClockTime = 4482 s Max(PAc) = 154589 Pa
Courant Number mean: 0.0556063 max: 0.995311 velocity magnitude: 1.27857
deltaT = 0.000487264
Time = 1.55756
--> Cloud: bubbleCloud
Added 197 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 576188
Mass introduced by injector = 5.27564e-10
Number of parcels added continuously = 1170
Mass introduced continuously = 1.17532e-12
Current number of parcels = 4046865
Current mass in system = 4.54905e-09
Number of parcels shifted at least once = 3267
Number of parcel shifts towards cell center = 3271
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00590813, Final user-defined norm residual = 0.000117316
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.5171e-05, Final user-defined norm residual = 7.49778e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.60877e-07, Final user-defined norm residual = 2.19095e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000604615, Final residual = 6.34392e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000507499, Final residual = 4.65732e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0329885, Final residual = 1.23084e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0466099, Final residual = 9.87206e-07, No Iterations 257
time step continuity errors : sum local = 1.28483e-10, global = -4.78993e-21, cumulative = -1.28827e-18
DICPCG: Solving for p, Initial residual = 0.00504502, Final residual = 9.32725e-07, No Iterations 138
time step continuity errors : sum local = 1.35992e-10, global = -3.74651e-21, cumulative = -1.29202e-18
BiCGStab: Solving for omega, Initial residual = 0.000511481, Final residual = 6.11945e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000691551, Final residual = 8.77738e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.93468e-05, Final residual = 1.16339e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.02684e-05, Final residual = 5.44957e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00293995, Final residual = 3.38821e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00972731, Final residual = 9.53035e-07, No Iterations 133
time step continuity errors : sum local = 1.28821e-10, global = 5.607e-20, cumulative = -1.23595e-18
DICPCG: Solving for p, Initial residual = 0.00177937, Final residual = 9.45056e-07, No Iterations 79
time step continuity errors : sum local = 1.27541e-10, global = -2.62654e-20, cumulative = -1.26222e-18
BiCGStab: Solving for omega, Initial residual = 2.43055e-05, Final residual = 5.29155e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.44504e-06, Final residual = 9.44504e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.27502e-06, Final residual = 6.58646e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.67045e-06, Final residual = 3.27976e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000430567, Final residual = 1.70499e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00162087, Final residual = 9.70872e-07, No Iterations 53
time step continuity errors : sum local = 1.31014e-10, global = 1.91176e-20, cumulative = -1.2431e-18
DICPCG: Solving for p, Initial residual = 0.000263178, Final residual = 9.20005e-07, No Iterations 27
time step continuity errors : sum local = 1.24358e-10, global = 5.80043e-20, cumulative = -1.18509e-18
BiCGStab: Solving for omega, Initial residual = 1.39476e-05, Final residual = 6.17248e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.53758e-06, Final residual = 9.53758e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.63382e-07, Final residual = 5.9683e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.17704e-07, Final residual = 3.95342e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.67752e-05, Final residual = 1.72474e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000400142, Final residual = 9.58582e-07, No Iterations 13
time step continuity errors : sum local = 1.29437e-10, global = -5.24977e-20, cumulative = -1.23759e-18
DICPCG: Solving for p, Initial residual = 6.51973e-05, Final residual = 9.03512e-07, No Iterations 5
time step continuity errors : sum local = 1.22191e-10, global = -9.19474e-20, cumulative = -1.32954e-18
BiCGStab: Solving for omega, Initial residual = 1.5115e-05, Final residual = 5.7222e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.57678e-06, Final residual = 9.57678e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.24002e-07, Final residual = 1.07971e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.16278e-07, Final residual = 7.33281e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.57928e-05, Final residual = 2.91414e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000107625, Final residual = 8.24787e-07, No Iterations 5
time step continuity errors : sum local = 1.11847e-10, global = 5.8384e-20, cumulative = -1.27115e-18
DICPCG: Solving for p, Initial residual = 1.79093e-05, Final residual = 8.44931e-07, No Iterations 3
time step continuity errors : sum local = 1.1449e-10, global = 2.03576e-20, cumulative = -1.2508e-18
BiCGStab: Solving for omega, Initial residual = 1.61023e-05, Final residual = 7.33309e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.54508e-06, Final residual = 9.54508e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4498.61 s ClockTime = 4499 s Max(PAc) = 154809 Pa
Courant Number mean: 0.0556243 max: 0.995914 velocity magnitude: 1.28148
deltaT = 0.000487264
Time = 1.55805
--> Cloud: bubbleCloud
Added 168 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 576356
Mass introduced by injector = 5.27702e-10
Number of parcels added continuously = 1211
Mass introduced continuously = 1.09863e-12
Current number of parcels = 4047753
Current mass in system = 4.54976e-09
Number of parcels shifted at least once = 3217
Number of parcel shifts towards cell center = 3219
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00654465, Final user-defined norm residual = 0.000340529
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.29733e-05, Final user-defined norm residual = 1.22996e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.63592e-06, Final user-defined norm residual = 6.00169e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000600989, Final residual = 6.23715e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000504021, Final residual = 4.50367e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0325813, Final residual = 1.27962e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0493334, Final residual = 9.95377e-07, No Iterations 179
time step continuity errors : sum local = 1.32151e-10, global = 3.88856e-20, cumulative = -1.21191e-18
DICPCG: Solving for p, Initial residual = 0.00551355, Final residual = 9.97534e-07, No Iterations 148
time step continuity errors : sum local = 1.39178e-10, global = -7.1912e-21, cumulative = -1.2191e-18
BiCGStab: Solving for omega, Initial residual = 0.000508683, Final residual = 4.78639e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000690574, Final residual = 8.81668e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.87328e-05, Final residual = 1.02935e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03703e-05, Final residual = 5.24436e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00307362, Final residual = 3.43611e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00949269, Final residual = 8.81967e-07, No Iterations 243
time step continuity errors : sum local = 1.16539e-10, global = 9.79919e-21, cumulative = -1.2093e-18
DICPCG: Solving for p, Initial residual = 0.0016661, Final residual = 9.79608e-07, No Iterations 76
time step continuity errors : sum local = 1.32297e-10, global = -6.81902e-21, cumulative = -1.21612e-18
BiCGStab: Solving for omega, Initial residual = 2.80098e-05, Final residual = 6.37069e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.40423e-06, Final residual = 9.40423e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.1609e-06, Final residual = 5.92304e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.62183e-06, Final residual = 3.05654e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000481517, Final residual = 1.76356e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00150603, Final residual = 9.89067e-07, No Iterations 45
time step continuity errors : sum local = 1.33637e-10, global = -1.44506e-19, cumulative = -1.36063e-18
DICPCG: Solving for p, Initial residual = 0.000237297, Final residual = 9.50014e-07, No Iterations 27
time step continuity errors : sum local = 1.28428e-10, global = -4.29045e-20, cumulative = -1.40353e-18
BiCGStab: Solving for omega, Initial residual = 2.00248e-05, Final residual = 4.85857e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.48574e-06, Final residual = 9.48574e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.5083e-07, Final residual = 5.3446e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.09859e-07, Final residual = 3.05031e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.46048e-05, Final residual = 1.77102e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000367115, Final residual = 9.4448e-07, No Iterations 14
time step continuity errors : sum local = 1.27679e-10, global = 1.19831e-19, cumulative = -1.2837e-18
DICPCG: Solving for p, Initial residual = 6.28287e-05, Final residual = 8.04112e-07, No Iterations 5
time step continuity errors : sum local = 1.09107e-10, global = 7.34396e-20, cumulative = -1.21026e-18
BiCGStab: Solving for omega, Initial residual = 2.018e-05, Final residual = 6.09415e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.48243e-06, Final residual = 9.48243e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.04579e-07, Final residual = 1.00034e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.11618e-07, Final residual = 5.91436e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.06263e-05, Final residual = 2.8479e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000101608, Final residual = 7.694e-07, No Iterations 5
time step continuity errors : sum local = 1.04514e-10, global = -1.10839e-20, cumulative = -1.22135e-18
DICPCG: Solving for p, Initial residual = 1.73724e-05, Final residual = 7.42588e-07, No Iterations 3
time step continuity errors : sum local = 1.00966e-10, global = -3.47813e-20, cumulative = -1.25613e-18
BiCGStab: Solving for omega, Initial residual = 2.34556e-05, Final residual = 6.57412e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.48922e-06, Final residual = 9.48922e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4515.73 s ClockTime = 4516 s Max(PAc) = 154240 Pa
Courant Number mean: 0.0556427 max: 0.993382 velocity magnitude: 1.28511
deltaT = 0.000487264
Time = 1.55854
--> Cloud: bubbleCloud
Added 178 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 576534
Mass introduced by injector = 5.2786e-10
Number of parcels added continuously = 1146
Mass introduced continuously = 1.03256e-12
Current number of parcels = 4048585
Current mass in system = 4.55039e-09
Number of parcels shifted at least once = 3220
Number of parcel shifts towards cell center = 3222
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00604989, Final user-defined norm residual = 0.00011238
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.40884e-05, Final user-defined norm residual = 4.89747e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.04979e-07, Final user-defined norm residual = 1.07315e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000607132, Final residual = 6.87017e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000501056, Final residual = 4.64911e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0337341, Final residual = 1.19107e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0518805, Final residual = 9.16129e-07, No Iterations 264
time step continuity errors : sum local = 1.20178e-10, global = -4.94899e-20, cumulative = -1.30562e-18
DICPCG: Solving for p, Initial residual = 0.00659848, Final residual = 9.92195e-07, No Iterations 145
time step continuity errors : sum local = 1.39596e-10, global = 2.60493e-20, cumulative = -1.27957e-18
BiCGStab: Solving for omega, Initial residual = 0.000512166, Final residual = 6.41253e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000689536, Final residual = 8.80609e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.86734e-05, Final residual = 1.27636e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.00832e-05, Final residual = 5.5883e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00314936, Final residual = 3.48328e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00972678, Final residual = 9.96814e-07, No Iterations 101
time step continuity errors : sum local = 1.46101e-10, global = -3.00047e-20, cumulative = -1.30957e-18
DICPCG: Solving for p, Initial residual = 0.00163904, Final residual = 9.4988e-07, No Iterations 78
time step continuity errors : sum local = 1.39915e-10, global = -3.19026e-20, cumulative = -1.34147e-18
BiCGStab: Solving for omega, Initial residual = 3.05035e-05, Final residual = 8.23027e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.89502e-06, Final residual = 8.89502e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.14309e-06, Final residual = 6.81421e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.54377e-06, Final residual = 3.3551e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000474152, Final residual = 1.80802e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00162604, Final residual = 9.41594e-07, No Iterations 67
time step continuity errors : sum local = 1.39167e-10, global = -9.65984e-21, cumulative = -1.35113e-18
DICPCG: Solving for p, Initial residual = 0.000269653, Final residual = 9.6944e-07, No Iterations 37
time step continuity errors : sum local = 1.42803e-10, global = 7.6451e-20, cumulative = -1.27468e-18
BiCGStab: Solving for omega, Initial residual = 2.11151e-05, Final residual = 8.42284e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.95174e-06, Final residual = 8.95174e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.69336e-07, Final residual = 6.67824e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.78047e-07, Final residual = 3.58158e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.57535e-05, Final residual = 1.84423e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000400825, Final residual = 9.72723e-07, No Iterations 14
time step continuity errors : sum local = 1.43265e-10, global = 1.67987e-20, cumulative = -1.25788e-18
DICPCG: Solving for p, Initial residual = 6.74717e-05, Final residual = 8.27339e-07, No Iterations 5
time step continuity errors : sum local = 1.24271e-10, global = -4.65285e-20, cumulative = -1.30441e-18
BiCGStab: Solving for omega, Initial residual = 2.05627e-05, Final residual = 8.81063e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.95947e-06, Final residual = 8.95947e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.03226e-07, Final residual = 1.20188e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.05342e-07, Final residual = 7.0663e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.80259e-05, Final residual = 2.9883e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000104102, Final residual = 8.8302e-07, No Iterations 5
time step continuity errors : sum local = 1.31542e-10, global = -1.4356e-19, cumulative = -1.44797e-18
DICPCG: Solving for p, Initial residual = 1.76365e-05, Final residual = 8.32557e-07, No Iterations 3
time step continuity errors : sum local = 1.24952e-10, global = -3.2199e-21, cumulative = -1.45119e-18
BiCGStab: Solving for omega, Initial residual = 2.25953e-05, Final residual = 9.99964e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.94753e-06, Final residual = 8.94753e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4532.98 s ClockTime = 4533 s Max(PAc) = 154128 Pa
Courant Number mean: 0.0556603 max: 0.985185 velocity magnitude: 1.28428
deltaT = 0.000487264
Time = 1.55903
--> Cloud: bubbleCloud
Added 189 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 576723
Mass introduced by injector = 5.28016e-10
Number of parcels added continuously = 1179
Mass introduced continuously = 1.04914e-12
Current number of parcels = 4049477
Current mass in system = 4.55106e-09
Number of parcels shifted at least once = 3333
Number of parcel shifts towards cell center = 3337
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00594797, Final user-defined norm residual = 0.000115334
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.47295e-05, Final user-defined norm residual = 1.74116e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.73341e-08, Final user-defined norm residual = 1.75909e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000609286, Final residual = 6.4028e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00050701, Final residual = 4.39079e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0360631, Final residual = 1.33104e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0515049, Final residual = 9.67323e-07, No Iterations 258
time step continuity errors : sum local = 1.27622e-10, global = -4.21938e-20, cumulative = -1.49339e-18
DICPCG: Solving for p, Initial residual = 0.0064315, Final residual = 9.19929e-07, No Iterations 112
time step continuity errors : sum local = 1.2412e-10, global = 8.90141e-21, cumulative = -1.48449e-18
BiCGStab: Solving for omega, Initial residual = 0.000509664, Final residual = 4.40329e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000688952, Final residual = 8.74913e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.01924e-05, Final residual = 1.23407e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.05974e-05, Final residual = 5.41236e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00330889, Final residual = 3.55172e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00999422, Final residual = 9.13738e-07, No Iterations 246
time step continuity errors : sum local = 1.21615e-10, global = 2.94355e-21, cumulative = -1.48154e-18
DICPCG: Solving for p, Initial residual = 0.0017476, Final residual = 9.53642e-07, No Iterations 77
time step continuity errors : sum local = 1.29329e-10, global = -2.58263e-20, cumulative = -1.50737e-18
BiCGStab: Solving for omega, Initial residual = 3.13918e-05, Final residual = 7.56585e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.56018e-06, Final residual = 8.56018e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.56257e-06, Final residual = 6.47167e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.70498e-06, Final residual = 3.38835e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000486905, Final residual = 1.80498e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00165005, Final residual = 9.60187e-07, No Iterations 69
time step continuity errors : sum local = 1.30308e-10, global = 5.62177e-20, cumulative = -1.45115e-18
DICPCG: Solving for p, Initial residual = 0.000275334, Final residual = 9.25034e-07, No Iterations 43
time step continuity errors : sum local = 1.25531e-10, global = 1.31267e-19, cumulative = -1.31988e-18
BiCGStab: Solving for omega, Initial residual = 2.41649e-05, Final residual = 7.43101e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.59122e-06, Final residual = 8.59122e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.07264e-07, Final residual = 6.60953e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.31559e-07, Final residual = 3.87662e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.95105e-05, Final residual = 1.86291e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000381046, Final residual = 9.38807e-07, No Iterations 14
time step continuity errors : sum local = 1.27351e-10, global = 3.11669e-20, cumulative = -1.28872e-18
DICPCG: Solving for p, Initial residual = 6.58168e-05, Final residual = 9.89989e-07, No Iterations 5
time step continuity errors : sum local = 1.34155e-10, global = -7.5824e-20, cumulative = -1.36454e-18
BiCGStab: Solving for omega, Initial residual = 2.72112e-05, Final residual = 8.40888e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.60334e-06, Final residual = 8.60334e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.22676e-07, Final residual = 1.23259e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.18566e-07, Final residual = 7.8928e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.92085e-05, Final residual = 3.0527e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000101425, Final residual = 8.31565e-07, No Iterations 5
time step continuity errors : sum local = 1.13065e-10, global = 7.76268e-20, cumulative = -1.28691e-18
DICPCG: Solving for p, Initial residual = 1.74712e-05, Final residual = 8.42151e-07, No Iterations 3
time step continuity errors : sum local = 1.14472e-10, global = -3.50901e-20, cumulative = -1.322e-18
BiCGStab: Solving for omega, Initial residual = 2.77144e-05, Final residual = 8.67308e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.58394e-06, Final residual = 8.58394e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4549.98 s ClockTime = 4550 s Max(PAc) = 154083 Pa
Courant Number mean: 0.0556775 max: 0.976223 velocity magnitude: 1.27938
deltaT = 0.000487264
Time = 1.55951
--> Cloud: bubbleCloud
Added 176 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 576899
Mass introduced by injector = 5.2815e-10
Number of parcels added continuously = 1254
Mass introduced continuously = 1.11874e-12
Current number of parcels = 4050424
Current mass in system = 4.55178e-09
Number of parcels shifted at least once = 3235
Number of parcel shifts towards cell center = 3239
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00710703, Final user-defined norm residual = 0.000365766
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.84278e-05, Final user-defined norm residual = 1.28711e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.75997e-06, Final user-defined norm residual = 7.41947e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000615243, Final residual = 6.57442e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000507168, Final residual = 4.56879e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0360251, Final residual = 1.35454e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0521189, Final residual = 9.63054e-07, No Iterations 166
time step continuity errors : sum local = 1.33579e-10, global = 7.3055e-20, cumulative = -1.24895e-18
DICPCG: Solving for p, Initial residual = 0.0075598, Final residual = 9.64163e-07, No Iterations 147
time step continuity errors : sum local = 1.46435e-10, global = -4.68447e-20, cumulative = -1.29579e-18
BiCGStab: Solving for omega, Initial residual = 0.000522688, Final residual = 4.70298e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000688682, Final residual = 8.65085e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.19825e-05, Final residual = 1.06116e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.08633e-05, Final residual = 5.12239e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00337207, Final residual = 3.80204e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0108406, Final residual = 9.81857e-07, No Iterations 136
time step continuity errors : sum local = 1.30009e-10, global = -9.97891e-20, cumulative = -1.39558e-18
DICPCG: Solving for p, Initial residual = 0.00204608, Final residual = 9.8647e-07, No Iterations 82
time step continuity errors : sum local = 1.31204e-10, global = 3.15401e-20, cumulative = -1.36404e-18
BiCGStab: Solving for omega, Initial residual = 3.41717e-05, Final residual = 7.80798e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.52415e-06, Final residual = 8.52415e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.97914e-06, Final residual = 6.23936e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.89691e-06, Final residual = 3.32352e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000506397, Final residual = 1.99517e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00195296, Final residual = 9.79216e-07, No Iterations 77
time step continuity errors : sum local = 1.30072e-10, global = -4.18496e-20, cumulative = -1.40589e-18
DICPCG: Solving for p, Initial residual = 0.000342075, Final residual = 9.87108e-07, No Iterations 45
time step continuity errors : sum local = 1.30992e-10, global = -3.69115e-20, cumulative = -1.4428e-18
BiCGStab: Solving for omega, Initial residual = 2.13248e-05, Final residual = 7.04866e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.5848e-06, Final residual = 8.5848e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.6861e-07, Final residual = 5.97012e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.1449e-07, Final residual = 3.46278e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.2788e-05, Final residual = 2.01693e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000480558, Final residual = 9.77771e-07, No Iterations 12
time step continuity errors : sum local = 1.29728e-10, global = 4.32049e-20, cumulative = -1.3996e-18
DICPCG: Solving for p, Initial residual = 8.57122e-05, Final residual = 8.73956e-07, No Iterations 7
time step continuity errors : sum local = 1.15972e-10, global = -6.14653e-20, cumulative = -1.46106e-18
BiCGStab: Solving for omega, Initial residual = 1.9593e-05, Final residual = 6.69144e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.56551e-06, Final residual = 8.56551e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.68457e-07, Final residual = 1.08109e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.41309e-07, Final residual = 7.4456e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.01281e-05, Final residual = 3.26678e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000133036, Final residual = 8.71211e-07, No Iterations 6
time step continuity errors : sum local = 1.15606e-10, global = 1.01356e-19, cumulative = -1.35971e-18
DICPCG: Solving for p, Initial residual = 2.23196e-05, Final residual = 8.94158e-07, No Iterations 3
time step continuity errors : sum local = 1.1864e-10, global = 8.28538e-20, cumulative = -1.27686e-18
BiCGStab: Solving for omega, Initial residual = 1.99304e-05, Final residual = 8.03402e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.56725e-06, Final residual = 8.56725e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4566.92 s ClockTime = 4567 s Max(PAc) = 153717 Pa
Courant Number mean: 0.0556945 max: 0.965268 velocity magnitude: 1.2731
deltaT = 0.000487264
Time = 1.56
--> Cloud: bubbleCloud
Added 177 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 577076
Mass introduced by injector = 5.28307e-10
Number of parcels added continuously = 1251
Mass introduced continuously = 1.20017e-12
Current number of parcels = 4051363
Current mass in system = 4.55264e-09
Number of parcels shifted at least once = 3346
Number of parcel shifts towards cell center = 3349
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00671132, Final user-defined norm residual = 0.00016579
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.55525e-05, Final user-defined norm residual = 1.05907e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.27116e-07, Final user-defined norm residual = 7.69049e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000606065, Final residual = 6.18695e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000509272, Final residual = 4.50174e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0379211, Final residual = 1.70636e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0621528, Final residual = 9.71983e-07, No Iterations 256
time step continuity errors : sum local = 1.2659e-10, global = -5.43585e-20, cumulative = -1.33121e-18
DICPCG: Solving for p, Initial residual = 0.00871426, Final residual = 9.6012e-07, No Iterations 141
time step continuity errors : sum local = 1.27477e-10, global = -2.95483e-20, cumulative = -1.36076e-18
BiCGStab: Solving for omega, Initial residual = 0.000508758, Final residual = 5.34504e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000687961, Final residual = 8.61192e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.09894e-05, Final residual = 1.14819e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.12224e-05, Final residual = 5.4883e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00355846, Final residual = 4.18413e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0121092, Final residual = 9.57207e-07, No Iterations 237
time step continuity errors : sum local = 1.23631e-10, global = 1.02909e-19, cumulative = -1.25785e-18
DICPCG: Solving for p, Initial residual = 0.00218833, Final residual = 9.74649e-07, No Iterations 75
time step continuity errors : sum local = 1.29072e-10, global = -2.94218e-20, cumulative = -1.28727e-18
BiCGStab: Solving for omega, Initial residual = 2.59917e-05, Final residual = 7.59034e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.6959e-06, Final residual = 8.6959e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.10978e-06, Final residual = 6.15493e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.91951e-06, Final residual = 3.15954e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000529094, Final residual = 2.05061e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00209823, Final residual = 9.97871e-07, No Iterations 43
time step continuity errors : sum local = 1.32202e-10, global = -8.86547e-20, cumulative = -1.37593e-18
DICPCG: Solving for p, Initial residual = 0.000362654, Final residual = 9.75049e-07, No Iterations 29
time step continuity errors : sum local = 1.29233e-10, global = -6.99587e-20, cumulative = -1.44589e-18
BiCGStab: Solving for omega, Initial residual = 1.59437e-05, Final residual = 6.13157e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.72615e-06, Final residual = 8.72615e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.02845e-06, Final residual = 4.49304e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.99493e-07, Final residual = 3.21746e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.83675e-05, Final residual = 1.95431e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00051518, Final residual = 9.41733e-07, No Iterations 16
time step continuity errors : sum local = 1.24918e-10, global = -7.04768e-20, cumulative = -1.51636e-18
DICPCG: Solving for p, Initial residual = 8.67294e-05, Final residual = 9.91661e-07, No Iterations 5
time step continuity errors : sum local = 1.31362e-10, global = 1.49794e-21, cumulative = -1.51487e-18
BiCGStab: Solving for omega, Initial residual = 1.67202e-05, Final residual = 6.83334e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.74315e-06, Final residual = 8.74315e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.8253e-07, Final residual = 8.9797e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.42873e-07, Final residual = 5.59816e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.10516e-05, Final residual = 3.17118e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000138476, Final residual = 9.95232e-07, No Iterations 5
time step continuity errors : sum local = 1.31821e-10, global = -7.45991e-20, cumulative = -1.58947e-18
DICPCG: Solving for p, Initial residual = 2.38918e-05, Final residual = 8.87073e-07, No Iterations 3
time step continuity errors : sum local = 1.17834e-10, global = -4.72336e-21, cumulative = -1.59419e-18
BiCGStab: Solving for omega, Initial residual = 1.95306e-05, Final residual = 7.29475e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.73306e-06, Final residual = 8.73306e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4614.88 s ClockTime = 4615 s Max(PAc) = 154023 Pa
Courant Number mean: 0.0557115 max: 0.967121 velocity magnitude: 1.26499
deltaT = 0.0005
Time = 1.5605
--> Cloud: bubbleCloud
Added 142 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 577218
Mass introduced by injector = 5.2843e-10
Number of parcels added continuously = 1206
Mass introduced continuously = 1.0792e-12
Current number of parcels = 4052252
Current mass in system = 4.55343e-09
Number of parcels shifted at least once = 3316
Number of parcel shifts towards cell center = 3319
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00595186, Final user-defined norm residual = 6.49054e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.39096e-05, Final user-defined norm residual = 3.88124e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.31785e-09, Final user-defined norm residual = 2.08167e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00061675, Final residual = 7.33684e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000520887, Final residual = 5.61677e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0399065, Final residual = 1.72587e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0531707, Final residual = 9.18151e-07, No Iterations 261
time step continuity errors : sum local = 1.24127e-10, global = -4.58058e-21, cumulative = -1.59877e-18
DICPCG: Solving for p, Initial residual = 0.0063988, Final residual = 9.12129e-07, No Iterations 143
time step continuity errors : sum local = 1.25155e-10, global = -2.95791e-20, cumulative = -1.62835e-18
BiCGStab: Solving for omega, Initial residual = 0.000520078, Final residual = 5.75493e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00070519, Final residual = 9.55757e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.13453e-05, Final residual = 1.17265e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.11473e-05, Final residual = 5.50822e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00380982, Final residual = 4.82516e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0110609, Final residual = 9.51755e-07, No Iterations 243
time step continuity errors : sum local = 1.28714e-10, global = -9.30913e-20, cumulative = -1.72144e-18
DICPCG: Solving for p, Initial residual = 0.00193547, Final residual = 9.9967e-07, No Iterations 70
time step continuity errors : sum local = 1.37833e-10, global = -3.97335e-20, cumulative = -1.76117e-18
BiCGStab: Solving for omega, Initial residual = 3.28326e-05, Final residual = 7.99924e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.47747e-06, Final residual = 9.47747e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.89585e-06, Final residual = 6.87127e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.00787e-06, Final residual = 3.31979e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000558569, Final residual = 2.62607e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0020204, Final residual = 9.53481e-07, No Iterations 58
time step continuity errors : sum local = 1.31644e-10, global = 1.11689e-19, cumulative = -1.64948e-18
DICPCG: Solving for p, Initial residual = 0.000346397, Final residual = 9.67206e-07, No Iterations 31
time step continuity errors : sum local = 1.33477e-10, global = 7.06245e-20, cumulative = -1.57886e-18
BiCGStab: Solving for omega, Initial residual = 2.45978e-05, Final residual = 7.59061e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.52705e-06, Final residual = 9.52705e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.04468e-06, Final residual = 6.57752e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.24376e-07, Final residual = 3.23303e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000102717, Final residual = 2.52767e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000527177, Final residual = 9.97253e-07, No Iterations 18
time step continuity errors : sum local = 1.37518e-10, global = -4.56007e-20, cumulative = -1.62446e-18
DICPCG: Solving for p, Initial residual = 8.6636e-05, Final residual = 9.06808e-07, No Iterations 7
time step continuity errors : sum local = 1.25267e-10, global = -9.98547e-20, cumulative = -1.72431e-18
BiCGStab: Solving for omega, Initial residual = 2.74486e-05, Final residual = 7.42182e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.55977e-06, Final residual = 9.55977e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.84313e-07, Final residual = 1.19074e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.50759e-07, Final residual = 7.08018e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.19072e-05, Final residual = 3.9974e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00014554, Final residual = 8.55359e-07, No Iterations 6
time step continuity errors : sum local = 1.18307e-10, global = -3.27249e-20, cumulative = -1.75704e-18
DICPCG: Solving for p, Initial residual = 2.44895e-05, Final residual = 8.83772e-07, No Iterations 3
time step continuity errors : sum local = 1.22145e-10, global = -1.86746e-20, cumulative = -1.77571e-18
BiCGStab: Solving for omega, Initial residual = 2.56389e-05, Final residual = 8.35074e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.52885e-06, Final residual = 9.52885e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4631.79 s ClockTime = 4632 s Max(PAc) = 153739 Pa
Courant Number mean: 0.0571867 max: 1.00017 velocity magnitude: 1.26035
deltaT = 0.0004875
Time = 1.56099
--> Cloud: bubbleCloud
Added 210 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 577428
Mass introduced by injector = 5.28627e-10
Number of parcels added continuously = 1173
Mass introduced continuously = 1.11758e-12
Current number of parcels = 4053174
Current mass in system = 4.5543e-09
Number of parcels shifted at least once = 3260
Number of parcel shifts towards cell center = 3264
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00643541, Final user-defined norm residual = 0.000178938
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.83985e-05, Final user-defined norm residual = 1.66903e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.58174e-07, Final user-defined norm residual = 1.0261e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000601595, Final residual = 6.28049e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000504344, Final residual = 4.71079e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0414601, Final residual = 1.82006e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0489664, Final residual = 9.69278e-07, No Iterations 160
time step continuity errors : sum local = 1.26054e-10, global = -5.89885e-20, cumulative = -1.8347e-18
DICPCG: Solving for p, Initial residual = 0.00591795, Final residual = 9.94334e-07, No Iterations 138
time step continuity errors : sum local = 1.37123e-10, global = 6.29178e-20, cumulative = -1.77178e-18
BiCGStab: Solving for omega, Initial residual = 0.000501845, Final residual = 5.56815e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000686234, Final residual = 8.58445e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.02937e-05, Final residual = 1.01187e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.10359e-05, Final residual = 4.80658e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00393842, Final residual = 4.27482e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0104395, Final residual = 9.19043e-07, No Iterations 242
time step continuity errors : sum local = 1.19579e-10, global = -5.45514e-20, cumulative = -1.82634e-18
DICPCG: Solving for p, Initial residual = 0.00180165, Final residual = 9.91941e-07, No Iterations 70
time step continuity errors : sum local = 1.30845e-10, global = -3.0264e-20, cumulative = -1.8566e-18
BiCGStab: Solving for omega, Initial residual = 2.49432e-05, Final residual = 5.5874e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.9654e-06, Final residual = 8.9654e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.98733e-06, Final residual = 6.02264e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.92836e-06, Final residual = 2.93034e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000566823, Final residual = 2.17275e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00204525, Final residual = 9.52732e-07, No Iterations 55
time step continuity errors : sum local = 1.25674e-10, global = 6.7439e-20, cumulative = -1.78916e-18
DICPCG: Solving for p, Initial residual = 0.000319634, Final residual = 9.92445e-07, No Iterations 20
time step continuity errors : sum local = 1.30772e-10, global = 6.19115e-20, cumulative = -1.72725e-18
BiCGStab: Solving for omega, Initial residual = 1.63908e-05, Final residual = 4.47425e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.02952e-06, Final residual = 9.02952e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.0054e-06, Final residual = 5.09849e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.95984e-07, Final residual = 2.66552e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000106693, Final residual = 2.25396e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000527543, Final residual = 9.97654e-07, No Iterations 14
time step continuity errors : sum local = 1.31441e-10, global = -3.18418e-20, cumulative = -1.75909e-18
DICPCG: Solving for p, Initial residual = 8.06212e-05, Final residual = 8.86188e-07, No Iterations 6
time step continuity errors : sum local = 1.16924e-10, global = -6.18947e-20, cumulative = -1.82099e-18
BiCGStab: Solving for omega, Initial residual = 1.24814e-05, Final residual = 4.5784e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.03523e-06, Final residual = 9.03523e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.83751e-07, Final residual = 9.60371e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.41692e-07, Final residual = 6.2612e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.28035e-05, Final residual = 3.69205e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000137787, Final residual = 9.31412e-07, No Iterations 5
time step continuity errors : sum local = 1.22808e-10, global = -2.17023e-20, cumulative = -1.84269e-18
DICPCG: Solving for p, Initial residual = 2.10933e-05, Final residual = 7.68378e-07, No Iterations 3
time step continuity errors : sum local = 1.01595e-10, global = -1.275e-20, cumulative = -1.85544e-18
BiCGStab: Solving for omega, Initial residual = 1.37063e-05, Final residual = 5.03698e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.01979e-06, Final residual = 9.01979e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4648.94 s ClockTime = 4649 s Max(PAc) = 154226 Pa
Courant Number mean: 0.0557751 max: 0.981325 velocity magnitude: 1.25803
deltaT = 0.0004875
Time = 1.56147
--> Cloud: bubbleCloud
Added 127 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 577555
Mass introduced by injector = 5.28721e-10
Number of parcels added continuously = 1157
Mass introduced continuously = 1.09607e-12
Current number of parcels = 4054015
Current mass in system = 4.55502e-09
Number of parcels shifted at least once = 3324
Number of parcel shifts towards cell center = 3330
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00669044, Final user-defined norm residual = 0.000384152
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.23696e-05, Final user-defined norm residual = 9.9142e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.12588e-06, Final user-defined norm residual = 6.99701e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000606297, Final residual = 6.20724e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000504323, Final residual = 4.73559e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0424575, Final residual = 1.60748e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0537808, Final residual = 9.8361e-07, No Iterations 260
time step continuity errors : sum local = 1.26562e-10, global = -1.49111e-19, cumulative = -2.00455e-18
DICPCG: Solving for p, Initial residual = 0.00649053, Final residual = 9.9046e-07, No Iterations 140
time step continuity errors : sum local = 1.34975e-10, global = -8.77732e-20, cumulative = -2.09232e-18
BiCGStab: Solving for omega, Initial residual = 0.00049687, Final residual = 4.00906e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000685486, Final residual = 8.51783e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.15655e-05, Final residual = 1.04186e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.1587e-05, Final residual = 4.99551e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00398416, Final residual = 4.57145e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0114741, Final residual = 9.52617e-07, No Iterations 114
time step continuity errors : sum local = 1.3832e-10, global = -3.99496e-20, cumulative = -2.13227e-18
DICPCG: Solving for p, Initial residual = 0.00208646, Final residual = 9.71545e-07, No Iterations 70
time step continuity errors : sum local = 1.40333e-10, global = 5.26231e-20, cumulative = -2.07965e-18
BiCGStab: Solving for omega, Initial residual = 2.01486e-05, Final residual = 4.02647e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.715e-06, Final residual = 8.715e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.10059e-06, Final residual = 5.95422e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.20877e-06, Final residual = 3.0259e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000599588, Final residual = 2.32763e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00220788, Final residual = 9.7806e-07, No Iterations 68
time step continuity errors : sum local = 1.41527e-10, global = 6.3661e-20, cumulative = -2.01599e-18
DICPCG: Solving for p, Initial residual = 0.00035622, Final residual = 9.61758e-07, No Iterations 26
time step continuity errors : sum local = 1.39428e-10, global = -4.92903e-20, cumulative = -2.06528e-18
BiCGStab: Solving for omega, Initial residual = 9.80279e-06, Final residual = 9.80279e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.75155e-06, Final residual = 8.75155e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.1269e-06, Final residual = 5.25406e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.71125e-07, Final residual = 3.03658e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000106608, Final residual = 2.35423e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000566032, Final residual = 9.4609e-07, No Iterations 17
time step continuity errors : sum local = 1.3743e-10, global = 1.86869e-20, cumulative = -2.04659e-18
DICPCG: Solving for p, Initial residual = 9.32629e-05, Final residual = 9.10761e-07, No Iterations 6
time step continuity errors : sum local = 1.32905e-10, global = -2.94609e-20, cumulative = -2.07605e-18
BiCGStab: Solving for omega, Initial residual = 9.89065e-06, Final residual = 9.89065e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.75099e-06, Final residual = 8.75099e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.14144e-07, Final residual = 1.0718e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.67548e-07, Final residual = 6.27462e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.35423e-05, Final residual = 3.74791e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000156023, Final residual = 9.1879e-07, No Iterations 5
time step continuity errors : sum local = 1.3393e-10, global = -2.24123e-20, cumulative = -2.09847e-18
DICPCG: Solving for p, Initial residual = 2.70145e-05, Final residual = 8.94372e-07, No Iterations 3
time step continuity errors : sum local = 1.30806e-10, global = -7.67848e-20, cumulative = -2.17525e-18
BiCGStab: Solving for omega, Initial residual = 9.92095e-06, Final residual = 9.92095e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.74646e-06, Final residual = 8.74646e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4666.14 s ClockTime = 4666 s Max(PAc) = 155002 Pa
Courant Number mean: 0.0557934 max: 0.98352 velocity magnitude: 1.2658
deltaT = 0.0004875
Time = 1.56196
--> Cloud: bubbleCloud
Added 200 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 577755
Mass introduced by injector = 5.28905e-10
Number of parcels added continuously = 1097
Mass introduced continuously = 1.07202e-12
Current number of parcels = 4054834
Current mass in system = 4.55575e-09
Number of parcels shifted at least once = 3312
Number of parcel shifts towards cell center = 3313
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0068207, Final user-defined norm residual = 0.000112297
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.40881e-05, Final user-defined norm residual = 1.34125e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.87709e-08, Final user-defined norm residual = 1.49617e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000603238, Final residual = 6.27916e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00051036, Final residual = 4.76381e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0447882, Final residual = 1.6238e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0465424, Final residual = 9.27906e-07, No Iterations 179
time step continuity errors : sum local = 1.40448e-10, global = 1.7718e-20, cumulative = -2.15753e-18
DICPCG: Solving for p, Initial residual = 0.00547418, Final residual = 9.51122e-07, No Iterations 148
time step continuity errors : sum local = 1.42133e-10, global = 3.66255e-20, cumulative = -2.12091e-18
BiCGStab: Solving for omega, Initial residual = 0.000502094, Final residual = 4.54812e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00068483, Final residual = 8.49658e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.12673e-05, Final residual = 1.00408e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.1811e-05, Final residual = 5.16928e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00423606, Final residual = 4.39048e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0109274, Final residual = 9.59142e-07, No Iterations 140
time step continuity errors : sum local = 1.31546e-10, global = -6.87029e-21, cumulative = -2.12778e-18
DICPCG: Solving for p, Initial residual = 0.00195814, Final residual = 9.62116e-07, No Iterations 86
time step continuity errors : sum local = 1.31672e-10, global = 2.10287e-20, cumulative = -2.10675e-18
BiCGStab: Solving for omega, Initial residual = 2.22182e-05, Final residual = 5.43071e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.51442e-06, Final residual = 8.51442e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.29326e-06, Final residual = 5.94838e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.15888e-06, Final residual = 3.06504e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000643855, Final residual = 2.31064e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0021214, Final residual = 9.84452e-07, No Iterations 67
time step continuity errors : sum local = 1.34907e-10, global = -1.51832e-19, cumulative = -2.25858e-18
DICPCG: Solving for p, Initial residual = 0.000348136, Final residual = 9.90451e-07, No Iterations 29
time step continuity errors : sum local = 1.35685e-10, global = 2.20258e-20, cumulative = -2.23655e-18
BiCGStab: Solving for omega, Initial residual = 1.24863e-05, Final residual = 5.47823e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.51939e-06, Final residual = 8.51939e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.09247e-06, Final residual = 5.45653e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.71523e-07, Final residual = 3.06831e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000124062, Final residual = 2.546e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000567547, Final residual = 9.22259e-07, No Iterations 14
time step continuity errors : sum local = 1.26908e-10, global = 1.47442e-20, cumulative = -2.22181e-18
DICPCG: Solving for p, Initial residual = 9.34485e-05, Final residual = 9.41705e-07, No Iterations 6
time step continuity errors : sum local = 1.29403e-10, global = -9.60813e-20, cumulative = -2.31789e-18
BiCGStab: Solving for omega, Initial residual = 1.22426e-05, Final residual = 6.73261e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.53454e-06, Final residual = 8.53454e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.17229e-07, Final residual = 9.86146e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.67581e-07, Final residual = 6.23208e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.6565e-05, Final residual = 4.20578e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000155345, Final residual = 7.60283e-07, No Iterations 6
time step continuity errors : sum local = 1.06017e-10, global = 1.57254e-20, cumulative = -2.30217e-18
DICPCG: Solving for p, Initial residual = 2.66762e-05, Final residual = 8.96288e-07, No Iterations 3
time step continuity errors : sum local = 1.23546e-10, global = 1.15141e-20, cumulative = -2.29065e-18
BiCGStab: Solving for omega, Initial residual = 1.29891e-05, Final residual = 7.15255e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.52089e-06, Final residual = 8.52089e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4683.26 s ClockTime = 4683 s Max(PAc) = 155480 Pa
Courant Number mean: 0.0558122 max: 0.986332 velocity magnitude: 1.2768
deltaT = 0.0004875
Time = 1.56245
--> Cloud: bubbleCloud
Added 143 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 577898
Mass introduced by injector = 5.29023e-10
Number of parcels added continuously = 1157
Mass introduced continuously = 1.0729e-12
Current number of parcels = 4055632
Current mass in system = 4.55642e-09
Number of parcels shifted at least once = 3265
Number of parcel shifts towards cell center = 3269
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00601056, Final user-defined norm residual = 5.83221e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.25034e-05, Final user-defined norm residual = 4.61885e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.90229e-09, Final user-defined norm residual = 4.64226e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000600868, Final residual = 6.43e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000502241, Final residual = 4.66678e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0452342, Final residual = 1.93975e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0426639, Final residual = 9.2031e-07, No Iterations 145
time step continuity errors : sum local = 1.21588e-10, global = -9.63315e-20, cumulative = -2.38698e-18
DICPCG: Solving for p, Initial residual = 0.0052847, Final residual = 9.04987e-07, No Iterations 130
time step continuity errors : sum local = 1.17702e-10, global = -3.30748e-20, cumulative = -2.42006e-18
BiCGStab: Solving for omega, Initial residual = 0.000510248, Final residual = 4.08899e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000684401, Final residual = 8.46854e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.03116e-05, Final residual = 1.08357e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03416e-05, Final residual = 5.14856e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00426351, Final residual = 5.18113e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.010391, Final residual = 9.10185e-07, No Iterations 242
time step continuity errors : sum local = 1.18286e-10, global = 1.135e-19, cumulative = -2.30656e-18
DICPCG: Solving for p, Initial residual = 0.00181558, Final residual = 9.38719e-07, No Iterations 76
time step continuity errors : sum local = 1.24962e-10, global = 6.40209e-21, cumulative = -2.30016e-18
BiCGStab: Solving for omega, Initial residual = 2.50942e-05, Final residual = 6.64921e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.7815e-06, Final residual = 8.7815e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.61217e-06, Final residual = 6.46989e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.78881e-06, Final residual = 3.20133e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000633628, Final residual = 2.55452e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00191232, Final residual = 9.76947e-07, No Iterations 45
time step continuity errors : sum local = 1.30012e-10, global = 5.61152e-20, cumulative = -2.24404e-18
DICPCG: Solving for p, Initial residual = 0.000308381, Final residual = 9.47282e-07, No Iterations 29
time step continuity errors : sum local = 1.26132e-10, global = 2.43655e-20, cumulative = -2.21968e-18
BiCGStab: Solving for omega, Initial residual = 1.56935e-05, Final residual = 6.57417e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.81941e-06, Final residual = 8.81941e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.20822e-07, Final residual = 5.5172e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.30561e-07, Final residual = 3.19328e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000116915, Final residual = 2.57168e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000473437, Final residual = 8.47571e-07, No Iterations 12
time step continuity errors : sum local = 1.13136e-10, global = -2.90597e-21, cumulative = -2.22258e-18
DICPCG: Solving for p, Initial residual = 7.80416e-05, Final residual = 7.64505e-07, No Iterations 6
time step continuity errors : sum local = 1.02315e-10, global = 1.4402e-19, cumulative = -2.07856e-18
BiCGStab: Solving for omega, Initial residual = 1.63606e-05, Final residual = 7.82974e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.83992e-06, Final residual = 8.83992e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.67945e-07, Final residual = 9.59377e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.19229e-07, Final residual = 5.52243e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.33008e-05, Final residual = 4.32213e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000129093, Final residual = 7.27598e-07, No Iterations 6
time step continuity errors : sum local = 9.75088e-11, global = -2.76327e-20, cumulative = -2.10619e-18
DICPCG: Solving for p, Initial residual = 2.10066e-05, Final residual = 8.68911e-07, No Iterations 3
time step continuity errors : sum local = 1.15899e-10, global = 6.35617e-20, cumulative = -2.04263e-18
BiCGStab: Solving for omega, Initial residual = 1.88676e-05, Final residual = 9.06336e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.81574e-06, Final residual = 8.81574e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4700.12 s ClockTime = 4700 s Max(PAc) = 155608 Pa
Courant Number mean: 0.0558311 max: 0.987827 velocity magnitude: 1.28842
deltaT = 0.0004875
Time = 1.56294
--> Cloud: bubbleCloud
Added 191 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 578089
Mass introduced by injector = 5.29199e-10
Number of parcels added continuously = 1117
Mass introduced continuously = 1.10404e-12
Current number of parcels = 4056454
Current mass in system = 4.55722e-09
Number of parcels shifted at least once = 3205
Number of parcel shifts towards cell center = 3210
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00687126, Final user-defined norm residual = 0.000455502
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.76549e-05, Final user-defined norm residual = 2.71587e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.82297e-06, Final user-defined norm residual = 3.87826e-08
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000602019, Final residual = 7.01061e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000507293, Final residual = 4.47596e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0463693, Final residual = 1.92998e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0455088, Final residual = 9.41339e-07, No Iterations 245
time step continuity errors : sum local = 1.23383e-10, global = -2.22412e-20, cumulative = -2.06487e-18
DICPCG: Solving for p, Initial residual = 0.00547248, Final residual = 9.67257e-07, No Iterations 111
time step continuity errors : sum local = 1.27539e-10, global = -2.14836e-20, cumulative = -2.08636e-18
BiCGStab: Solving for omega, Initial residual = 0.000512471, Final residual = 6.01346e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000683919, Final residual = 8.46685e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.18599e-05, Final residual = 1.21786e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.09965e-05, Final residual = 5.48919e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00453881, Final residual = 5.34601e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0104831, Final residual = 9.85865e-07, No Iterations 240
time step continuity errors : sum local = 1.29834e-10, global = 4.86349e-20, cumulative = -2.03772e-18
DICPCG: Solving for p, Initial residual = 0.00184372, Final residual = 9.96869e-07, No Iterations 70
time step continuity errors : sum local = 1.34245e-10, global = 8.76261e-20, cumulative = -1.9501e-18
BiCGStab: Solving for omega, Initial residual = 2.68576e-05, Final residual = 1.00116e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.89804e-06, Final residual = 8.89804e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.84389e-06, Final residual = 6.70599e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.92216e-06, Final residual = 3.287e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000721233, Final residual = 2.73779e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00198528, Final residual = 9.98013e-07, No Iterations 64
time step continuity errors : sum local = 1.34415e-10, global = 3.93267e-20, cumulative = -1.91077e-18
DICPCG: Solving for p, Initial residual = 0.000321481, Final residual = 9.99244e-07, No Iterations 39
time step continuity errors : sum local = 1.34498e-10, global = 2.47246e-21, cumulative = -1.9083e-18
BiCGStab: Solving for omega, Initial residual = 1.90878e-05, Final residual = 1.0241e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.89538e-06, Final residual = 8.89538e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.90612e-07, Final residual = 6.2068e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.81926e-07, Final residual = 3.09658e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000140844, Final residual = 2.7253e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000491226, Final residual = 9.71741e-07, No Iterations 20
time step continuity errors : sum local = 1.30853e-10, global = -3.34334e-20, cumulative = -1.94173e-18
DICPCG: Solving for p, Initial residual = 7.97111e-05, Final residual = 9.93604e-07, No Iterations 6
time step continuity errors : sum local = 1.33721e-10, global = 8.62714e-21, cumulative = -1.9331e-18
BiCGStab: Solving for omega, Initial residual = 1.97181e-05, Final residual = 1.11942e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.902e-06, Final residual = 8.902e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.78627e-07, Final residual = 1.21583e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.32356e-07, Final residual = 6.71218e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.04101e-05, Final residual = 4.42777e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000132494, Final residual = 9.6789e-07, No Iterations 6
time step continuity errors : sum local = 1.30331e-10, global = -1.38499e-19, cumulative = -2.0716e-18
DICPCG: Solving for p, Initial residual = 2.20154e-05, Final residual = 6.5682e-07, No Iterations 4
time step continuity errors : sum local = 8.93569e-11, global = -2.28192e-20, cumulative = -2.09442e-18
BiCGStab: Solving for omega, Initial residual = 2.13534e-05, Final residual = 1.18268e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.88664e-06, Final residual = 8.88664e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4716.9 s ClockTime = 4717 s Max(PAc) = 155361 Pa
Courant Number mean: 0.0558496 max: 0.989463 velocity magnitude: 1.3
deltaT = 0.0004875
Time = 1.56342
--> Cloud: bubbleCloud
Added 174 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 578263
Mass introduced by injector = 5.29352e-10
Number of parcels added continuously = 1124
Mass introduced continuously = 1.04233e-12
Current number of parcels = 4057256
Current mass in system = 4.55795e-09
Number of parcels shifted at least once = 3256
Number of parcel shifts towards cell center = 3258
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00629866, Final user-defined norm residual = 0.000103845
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.22732e-05, Final user-defined norm residual = 2.07839e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.45791e-08, Final user-defined norm residual = 6.36479e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000603864, Final residual = 6.51948e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000504088, Final residual = 4.51224e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0481254, Final residual = 1.69504e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.044837, Final residual = 9.84967e-07, No Iterations 264
time step continuity errors : sum local = 1.29551e-10, global = 4.81361e-20, cumulative = -2.04629e-18
DICPCG: Solving for p, Initial residual = 0.00484792, Final residual = 9.70146e-07, No Iterations 146
time step continuity errors : sum local = 1.34882e-10, global = -5.68439e-20, cumulative = -2.10313e-18
BiCGStab: Solving for omega, Initial residual = 0.000512804, Final residual = 4.30939e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000683004, Final residual = 8.45697e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.06898e-05, Final residual = 1.2561e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.0818e-05, Final residual = 5.39863e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00465834, Final residual = 5.00473e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0101572, Final residual = 9.04308e-07, No Iterations 238
time step continuity errors : sum local = 1.18962e-10, global = 3.20575e-20, cumulative = -2.07107e-18
DICPCG: Solving for p, Initial residual = 0.00167683, Final residual = 9.82381e-07, No Iterations 71
time step continuity errors : sum local = 1.3152e-10, global = 2.65109e-21, cumulative = -2.06842e-18
BiCGStab: Solving for omega, Initial residual = 2.65053e-05, Final residual = 8.56397e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.40783e-06, Final residual = 8.40783e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.51495e-06, Final residual = 6.83571e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.88709e-06, Final residual = 3.43009e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000737519, Final residual = 2.56777e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00178813, Final residual = 9.30637e-07, No Iterations 59
time step continuity errors : sum local = 1.24625e-10, global = -1.10433e-19, cumulative = -2.17885e-18
DICPCG: Solving for p, Initial residual = 0.000302174, Final residual = 9.9325e-07, No Iterations 48
time step continuity errors : sum local = 1.32742e-10, global = -4.78578e-21, cumulative = -2.18364e-18
BiCGStab: Solving for omega, Initial residual = 1.75306e-05, Final residual = 8.40503e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.40459e-06, Final residual = 8.40459e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.93432e-07, Final residual = 6.5862e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.60968e-07, Final residual = 4.17398e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000145926, Final residual = 2.70707e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000420961, Final residual = 9.65617e-07, No Iterations 18
time step continuity errors : sum local = 1.29093e-10, global = 7.00125e-20, cumulative = -2.11363e-18
DICPCG: Solving for p, Initial residual = 7.37754e-05, Final residual = 9.80707e-07, No Iterations 7
time step continuity errors : sum local = 1.31072e-10, global = 6.94261e-20, cumulative = -2.0442e-18
BiCGStab: Solving for omega, Initial residual = 1.77517e-05, Final residual = 9.37593e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.42196e-06, Final residual = 8.42196e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.28778e-07, Final residual = 1.43849e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.35629e-07, Final residual = 8.90168e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.23119e-05, Final residual = 4.58502e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000112692, Final residual = 8.58953e-07, No Iterations 6
time step continuity errors : sum local = 1.15062e-10, global = 4.87536e-20, cumulative = -1.99545e-18
DICPCG: Solving for p, Initial residual = 1.99195e-05, Final residual = 6.12668e-07, No Iterations 4
time step continuity errors : sum local = 8.26777e-11, global = 5.01853e-20, cumulative = -1.94526e-18
BiCGStab: Solving for omega, Initial residual = 1.94032e-05, Final residual = 1.06455e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.40611e-06, Final residual = 8.40611e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4733.78 s ClockTime = 4734 s Max(PAc) = 155592 Pa
Courant Number mean: 0.0558676 max: 0.987183 velocity magnitude: 1.30658
deltaT = 0.0004875
Time = 1.56391
--> Cloud: bubbleCloud
Added 165 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 578428
Mass introduced by injector = 5.29497e-10
Number of parcels added continuously = 1143
Mass introduced continuously = 1.03643e-12
Current number of parcels = 4058074
Current mass in system = 4.55859e-09
Number of parcels shifted at least once = 3336
Number of parcel shifts towards cell center = 3339
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00611882, Final user-defined norm residual = 0.000114435
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.45316e-05, Final user-defined norm residual = 2.10632e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.51544e-08, Final user-defined norm residual = 3.23763e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000609595, Final residual = 6.96997e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000506291, Final residual = 4.63174e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0472011, Final residual = 1.90399e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0516198, Final residual = 9.7445e-07, No Iterations 182
time step continuity errors : sum local = 1.51786e-10, global = 2.91434e-20, cumulative = -1.91612e-18
DICPCG: Solving for p, Initial residual = 0.00526713, Final residual = 9.88701e-07, No Iterations 146
time step continuity errors : sum local = 1.52226e-10, global = 1.17392e-20, cumulative = -1.90438e-18
BiCGStab: Solving for omega, Initial residual = 0.000517716, Final residual = 5.70003e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000682745, Final residual = 8.37774e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.25078e-05, Final residual = 1.1166e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.20183e-05, Final residual = 5.41639e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00437497, Final residual = 5.36173e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0111069, Final residual = 9.14726e-07, No Iterations 104
time step continuity errors : sum local = 1.24362e-10, global = 7.42374e-21, cumulative = -1.89696e-18
DICPCG: Solving for p, Initial residual = 0.00203362, Final residual = 9.52405e-07, No Iterations 69
time step continuity errors : sum local = 1.28483e-10, global = -2.48687e-20, cumulative = -1.92182e-18
BiCGStab: Solving for omega, Initial residual = 2.81485e-05, Final residual = 9.53974e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.83095e-06, Final residual = 8.83095e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.70529e-06, Final residual = 6.18953e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.41517e-06, Final residual = 3.08088e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000666433, Final residual = 2.59783e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00232397, Final residual = 9.62038e-07, No Iterations 42
time step continuity errors : sum local = 1.2988e-10, global = -6.43944e-20, cumulative = -1.98622e-18
DICPCG: Solving for p, Initial residual = 0.000406306, Final residual = 9.89553e-07, No Iterations 18
time step continuity errors : sum local = 1.33471e-10, global = -2.46313e-20, cumulative = -2.01085e-18
BiCGStab: Solving for omega, Initial residual = 1.80699e-05, Final residual = 9.03009e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.88947e-06, Final residual = 8.88947e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.14478e-06, Final residual = 6.0009e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.81759e-07, Final residual = 3.28203e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000122756, Final residual = 2.79597e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000598453, Final residual = 9.89095e-07, No Iterations 13
time step continuity errors : sum local = 1.33418e-10, global = 5.41093e-21, cumulative = -2.00544e-18
DICPCG: Solving for p, Initial residual = 0.000108541, Final residual = 8.83947e-07, No Iterations 6
time step continuity errors : sum local = 1.19667e-10, global = -1.03187e-20, cumulative = -2.01576e-18
BiCGStab: Solving for omega, Initial residual = 1.89914e-05, Final residual = 9.83157e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.88848e-06, Final residual = 8.88848e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.74347e-07, Final residual = 1.15306e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.93981e-07, Final residual = 6.56461e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.62565e-05, Final residual = 4.48758e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000176274, Final residual = 9.3341e-07, No Iterations 6
time step continuity errors : sum local = 1.26129e-10, global = 5.15209e-20, cumulative = -1.96424e-18
DICPCG: Solving for p, Initial residual = 3.24949e-05, Final residual = 7.27247e-07, No Iterations 4
time step continuity errors : sum local = 9.91814e-11, global = 8.31347e-21, cumulative = -1.95592e-18
BiCGStab: Solving for omega, Initial residual = 2.06981e-05, Final residual = 1.00249e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.88621e-06, Final residual = 8.88621e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4750.5 s ClockTime = 4751 s Max(PAc) = 154906 Pa
Courant Number mean: 0.0558855 max: 0.986234 velocity magnitude: 1.30645
deltaT = 0.0004875
Time = 1.5644
--> Cloud: bubbleCloud
Added 206 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 578634
Mass introduced by injector = 5.29674e-10
Number of parcels added continuously = 1183
Mass introduced continuously = 1.08811e-12
Current number of parcels = 4058927
Current mass in system = 4.55933e-09
Number of parcels shifted at least once = 3340
Number of parcel shifts towards cell center = 3344
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00681667, Final user-defined norm residual = 0.000270739
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.80653e-05, Final user-defined norm residual = 4.60588e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.87916e-07, Final user-defined norm residual = 6.21726e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000600192, Final residual = 6.07013e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000503456, Final residual = 4.65058e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0480765, Final residual = 1.7649e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0507199, Final residual = 9.95459e-07, No Iterations 110
time step continuity errors : sum local = 1.378e-10, global = 7.52168e-20, cumulative = -1.88071e-18
DICPCG: Solving for p, Initial residual = 0.00647687, Final residual = 9.78644e-07, No Iterations 90
time step continuity errors : sum local = 1.39949e-10, global = -4.04514e-21, cumulative = -1.88475e-18
BiCGStab: Solving for omega, Initial residual = 0.000513867, Final residual = 5.56685e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000682208, Final residual = 8.35447e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.07721e-05, Final residual = 1.07794e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.14962e-05, Final residual = 4.9528e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00438477, Final residual = 4.633e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0102982, Final residual = 9.73369e-07, No Iterations 238
time step continuity errors : sum local = 1.2836e-10, global = 6.99428e-20, cumulative = -1.81481e-18
DICPCG: Solving for p, Initial residual = 0.00188418, Final residual = 9.08172e-07, No Iterations 71
time step continuity errors : sum local = 1.237e-10, global = 1.1014e-19, cumulative = -1.70467e-18
BiCGStab: Solving for omega, Initial residual = 3.04888e-05, Final residual = 7.7905e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.65316e-06, Final residual = 8.65316e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.83811e-06, Final residual = 6.04229e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.26984e-06, Final residual = 3.08057e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000666302, Final residual = 2.45352e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00201288, Final residual = 9.98777e-07, No Iterations 39
time step continuity errors : sum local = 1.35809e-10, global = 1.43027e-19, cumulative = -1.56164e-18
DICPCG: Solving for p, Initial residual = 0.000349849, Final residual = 9.70205e-07, No Iterations 19
time step continuity errors : sum local = 1.32005e-10, global = 1.49768e-19, cumulative = -1.41187e-18
BiCGStab: Solving for omega, Initial residual = 2.4881e-05, Final residual = 8.54265e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.65465e-06, Final residual = 8.65465e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.07043e-06, Final residual = 5.36306e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.14245e-07, Final residual = 3.27105e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000128931, Final residual = 2.73345e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000546662, Final residual = 9.85154e-07, No Iterations 13
time step continuity errors : sum local = 1.33978e-10, global = -1.51235e-21, cumulative = -1.41339e-18
DICPCG: Solving for p, Initial residual = 9.45149e-05, Final residual = 8.53469e-07, No Iterations 6
time step continuity errors : sum local = 1.16611e-10, global = 5.7816e-20, cumulative = -1.35557e-18
BiCGStab: Solving for omega, Initial residual = 3.00673e-05, Final residual = 9.88931e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.67062e-06, Final residual = 8.67062e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.11548e-07, Final residual = 1.03368e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.86308e-07, Final residual = 6.76472e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.7401e-05, Final residual = 4.50812e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000165962, Final residual = 9.74395e-07, No Iterations 5
time step continuity errors : sum local = 1.32552e-10, global = -3.31515e-20, cumulative = -1.38872e-18
DICPCG: Solving for p, Initial residual = 2.86176e-05, Final residual = 9.14759e-07, No Iterations 3
time step continuity errors : sum local = 1.24687e-10, global = -7.19392e-21, cumulative = -1.39592e-18
BiCGStab: Solving for omega, Initial residual = 3.21819e-05, Final residual = 1.2022e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.63456e-06, Final residual = 8.63456e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4767.29 s ClockTime = 4767 s Max(PAc) = 154493 Pa
Courant Number mean: 0.0559038 max: 0.98615 velocity magnitude: 1.30634
deltaT = 0.0004875
Time = 1.56489
--> Cloud: bubbleCloud
Added 131 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 578765
Mass introduced by injector = 5.29804e-10
Number of parcels added continuously = 1183
Mass introduced continuously = 1.12186e-12
Current number of parcels = 4059764
Current mass in system = 4.5601e-09
Number of parcels shifted at least once = 3326
Number of parcel shifts towards cell center = 3328
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0068976, Final user-defined norm residual = 0.000237458
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.09108e-05, Final user-defined norm residual = 4.25835e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.13035e-07, Final user-defined norm residual = 6.57803e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000604863, Final residual = 6.59378e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00050236, Final residual = 4.57037e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0476272, Final residual = 1.82123e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0559629, Final residual = 9.4972e-07, No Iterations 121
time step continuity errors : sum local = 1.52004e-10, global = -1.81542e-20, cumulative = -1.41407e-18
DICPCG: Solving for p, Initial residual = 0.0074973, Final residual = 9.33251e-07, No Iterations 135
time step continuity errors : sum local = 1.43105e-10, global = 6.98775e-20, cumulative = -1.34419e-18
BiCGStab: Solving for omega, Initial residual = 0.000524399, Final residual = 5.98263e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000682283, Final residual = 8.41258e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.96191e-05, Final residual = 1.07058e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.04508e-05, Final residual = 4.90423e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00452569, Final residual = 4.81821e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0102749, Final residual = 9.05705e-07, No Iterations 243
time step continuity errors : sum local = 1.20731e-10, global = -7.0287e-20, cumulative = -1.41448e-18
DICPCG: Solving for p, Initial residual = 0.00179402, Final residual = 9.64362e-07, No Iterations 69
time step continuity errors : sum local = 1.3315e-10, global = 2.7646e-20, cumulative = -1.38683e-18
BiCGStab: Solving for omega, Initial residual = 3.79346e-05, Final residual = 1.13092e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.41436e-06, Final residual = 8.41436e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.66853e-06, Final residual = 6.10792e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.81297e-06, Final residual = 2.99665e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000668141, Final residual = 2.54956e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0018219, Final residual = 9.58449e-07, No Iterations 27
time step continuity errors : sum local = 1.32774e-10, global = 9.78385e-20, cumulative = -1.28899e-18
DICPCG: Solving for p, Initial residual = 0.000294577, Final residual = 9.97069e-07, No Iterations 12
time step continuity errors : sum local = 1.37888e-10, global = -2.67552e-20, cumulative = -1.31575e-18
BiCGStab: Solving for omega, Initial residual = 3.12543e-05, Final residual = 1.14517e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.5109e-06, Final residual = 8.5109e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.37127e-07, Final residual = 7.12236e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.73441e-07, Final residual = 3.62691e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000123693, Final residual = 2.95411e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000443991, Final residual = 9.92302e-07, No Iterations 15
time step continuity errors : sum local = 1.37249e-10, global = 1.98825e-20, cumulative = -1.29587e-18
DICPCG: Solving for p, Initial residual = 7.73691e-05, Final residual = 8.61787e-07, No Iterations 6
time step continuity errors : sum local = 1.1984e-10, global = -2.44815e-20, cumulative = -1.32035e-18
BiCGStab: Solving for omega, Initial residual = 2.87455e-05, Final residual = 1.15416e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.53132e-06, Final residual = 8.53132e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.82961e-07, Final residual = 2.1295e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.41445e-07, Final residual = 1.00225e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.66688e-05, Final residual = 4.82219e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000140372, Final residual = 7.51323e-07, No Iterations 6
time step continuity errors : sum local = 1.05116e-10, global = -1.36817e-20, cumulative = -1.33403e-18
DICPCG: Solving for p, Initial residual = 2.3079e-05, Final residual = 8.53737e-07, No Iterations 3
time step continuity errors : sum local = 1.18768e-10, global = 7.77852e-20, cumulative = -1.25624e-18
BiCGStab: Solving for omega, Initial residual = 3.25334e-05, Final residual = 1.2753e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.53226e-06, Final residual = 8.53226e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4784.19 s ClockTime = 4784 s Max(PAc) = 154305 Pa
Courant Number mean: 0.0559219 max: 0.987164 velocity magnitude: 1.30335
deltaT = 0.0004875
Time = 1.56537
--> Cloud: bubbleCloud
Added 194 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 578959
Mass introduced by injector = 5.29986e-10
Number of parcels added continuously = 1124
Mass introduced continuously = 1.05004e-12
Current number of parcels = 4060578
Current mass in system = 4.56084e-09
Number of parcels shifted at least once = 3349
Number of parcel shifts towards cell center = 3351
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00618214, Final user-defined norm residual = 0.000100307
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.15223e-05, Final user-defined norm residual = 2.87461e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.16804e-08, Final user-defined norm residual = 3.68257e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000606427, Final residual = 6.17618e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000507806, Final residual = 4.67122e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0512017, Final residual = 2.5135e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0617899, Final residual = 9.77416e-07, No Iterations 258
time step continuity errors : sum local = 1.29221e-10, global = -1.49077e-20, cumulative = -1.27115e-18
DICPCG: Solving for p, Initial residual = 0.00854338, Final residual = 9.9965e-07, No Iterations 140
time step continuity errors : sum local = 1.34408e-10, global = 5.09048e-20, cumulative = -1.22025e-18
BiCGStab: Solving for omega, Initial residual = 0.000512171, Final residual = 9.19685e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00068188, Final residual = 8.48955e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.87615e-05, Final residual = 1.09988e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.0648e-05, Final residual = 4.98986e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00475591, Final residual = 6.78848e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00969051, Final residual = 9.5747e-07, No Iterations 238
time step continuity errors : sum local = 1.26253e-10, global = -1.75561e-21, cumulative = -1.222e-18
DICPCG: Solving for p, Initial residual = 0.00165053, Final residual = 9.47571e-07, No Iterations 67
time step continuity errors : sum local = 1.28247e-10, global = 6.51894e-20, cumulative = -1.15681e-18
BiCGStab: Solving for omega, Initial residual = 2.91077e-05, Final residual = 8.7296e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.49536e-06, Final residual = 8.49536e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.00424e-06, Final residual = 6.02582e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.66802e-06, Final residual = 3.05153e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000714189, Final residual = 3.32858e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00158683, Final residual = 9.63688e-07, No Iterations 30
time step continuity errors : sum local = 1.30373e-10, global = 4.80256e-20, cumulative = -1.10879e-18
DICPCG: Solving for p, Initial residual = 0.000247531, Final residual = 9.97295e-07, No Iterations 16
time step continuity errors : sum local = 1.34733e-10, global = 5.89194e-20, cumulative = -1.04987e-18
BiCGStab: Solving for omega, Initial residual = 2.54882e-05, Final residual = 1.01774e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.60807e-06, Final residual = 8.60807e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.16526e-07, Final residual = 5.90486e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.98358e-07, Final residual = 3.27903e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000134234, Final residual = 3.1725e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000395138, Final residual = 9.45658e-07, No Iterations 14
time step continuity errors : sum local = 1.27919e-10, global = -3.20783e-20, cumulative = -1.08195e-18
DICPCG: Solving for p, Initial residual = 6.09105e-05, Final residual = 9.43316e-07, No Iterations 6
time step continuity errors : sum local = 1.27603e-10, global = -1.86618e-19, cumulative = -1.26857e-18
BiCGStab: Solving for omega, Initial residual = 3.03548e-05, Final residual = 1.27367e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.6277e-06, Final residual = 8.6277e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.93279e-07, Final residual = 1.33451e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.06271e-07, Final residual = 7.53921e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.946e-05, Final residual = 5.21692e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.90839e-05, Final residual = 8.48859e-07, No Iterations 5
time step continuity errors : sum local = 1.15152e-10, global = -7.62617e-20, cumulative = -1.34483e-18
DICPCG: Solving for p, Initial residual = 1.63862e-05, Final residual = 7.45355e-07, No Iterations 3
time step continuity errors : sum local = 1.01507e-10, global = -7.142e-20, cumulative = -1.41625e-18
BiCGStab: Solving for omega, Initial residual = 3.51881e-05, Final residual = 1.43267e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.61957e-06, Final residual = 8.61957e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4801.18 s ClockTime = 4801 s Max(PAc) = 154284 Pa
Courant Number mean: 0.0559399 max: 0.980636 velocity magnitude: 1.29903
deltaT = 0.0004875
Time = 1.56586
--> Cloud: bubbleCloud
Added 156 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 579115
Mass introduced by injector = 5.30108e-10
Number of parcels added continuously = 1154
Mass introduced continuously = 1.08527e-12
Current number of parcels = 4061409
Current mass in system = 4.56158e-09
Number of parcels shifted at least once = 3303
Number of parcel shifts towards cell center = 3306
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00650463, Final user-defined norm residual = 0.000123998
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.66021e-05, Final user-defined norm residual = 4.62471e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.92192e-08, Final user-defined norm residual = 8.49194e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000602084, Final residual = 6.15828e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000506379, Final residual = 4.51276e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0515807, Final residual = 1.93905e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0509861, Final residual = 9.56811e-07, No Iterations 257
time step continuity errors : sum local = 1.24773e-10, global = -2.09761e-20, cumulative = -1.43722e-18
DICPCG: Solving for p, Initial residual = 0.00638203, Final residual = 9.26327e-07, No Iterations 104
time step continuity errors : sum local = 1.29884e-10, global = 2.02372e-21, cumulative = -1.4352e-18
BiCGStab: Solving for omega, Initial residual = 0.000521904, Final residual = 5.6342e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000682164, Final residual = 8.5639e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.14046e-05, Final residual = 1.04034e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.15726e-05, Final residual = 5.06721e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00485838, Final residual = 5.72358e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0110217, Final residual = 9.77825e-07, No Iterations 146
time step continuity errors : sum local = 1.46457e-10, global = 4.00589e-20, cumulative = -1.39514e-18
DICPCG: Solving for p, Initial residual = 0.0018893, Final residual = 9.93337e-07, No Iterations 81
time step continuity errors : sum local = 1.47542e-10, global = -2.8079e-20, cumulative = -1.42322e-18
BiCGStab: Solving for omega, Initial residual = 3.78421e-05, Final residual = 9.30868e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.33196e-06, Final residual = 8.33196e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.00656e-06, Final residual = 6.21187e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.03403e-06, Final residual = 3.15556e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000718328, Final residual = 3.16143e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00211969, Final residual = 9.99312e-07, No Iterations 38
time step continuity errors : sum local = 1.48482e-10, global = -2.2145e-20, cumulative = -1.44536e-18
DICPCG: Solving for p, Initial residual = 0.000360045, Final residual = 9.78048e-07, No Iterations 27
time step continuity errors : sum local = 1.45694e-10, global = -3.81379e-20, cumulative = -1.4835e-18
BiCGStab: Solving for omega, Initial residual = 3.05503e-05, Final residual = 9.58434e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.33913e-06, Final residual = 8.33913e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.10823e-06, Final residual = 4.72403e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.21103e-07, Final residual = 3.16786e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000126182, Final residual = 3.30669e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000572973, Final residual = 9.64067e-07, No Iterations 12
time step continuity errors : sum local = 1.43905e-10, global = -6.90888e-20, cumulative = -1.55259e-18
DICPCG: Solving for p, Initial residual = 9.58411e-05, Final residual = 8.90253e-07, No Iterations 6
time step continuity errors : sum local = 1.34369e-10, global = -7.06252e-20, cumulative = -1.62322e-18
BiCGStab: Solving for omega, Initial residual = 2.91502e-05, Final residual = 8.69834e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.36312e-06, Final residual = 8.36312e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.05136e-07, Final residual = 9.44081e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.57991e-07, Final residual = 5.37631e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.57082e-05, Final residual = 5.33449e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00015626, Final residual = 7.22541e-07, No Iterations 6
time step continuity errors : sum local = 1.12716e-10, global = -9.30706e-20, cumulative = -1.71629e-18
DICPCG: Solving for p, Initial residual = 2.66388e-05, Final residual = 9.68156e-07, No Iterations 3
time step continuity errors : sum local = 1.44425e-10, global = -6.25592e-20, cumulative = -1.77885e-18
BiCGStab: Solving for omega, Initial residual = 3.3023e-05, Final residual = 1.12857e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.33403e-06, Final residual = 8.33403e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4818.11 s ClockTime = 4818 s Max(PAc) = 154911 Pa
Courant Number mean: 0.0559575 max: 0.983246 velocity magnitude: 1.29167
deltaT = 0.0004875
Time = 1.56635
--> Cloud: bubbleCloud
Added 174 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 579289
Mass introduced by injector = 5.30256e-10
Number of parcels added continuously = 1164
Mass introduced continuously = 1.08489e-12
Current number of parcels = 4062281
Current mass in system = 4.5623e-09
Number of parcels shifted at least once = 3377
Number of parcel shifts towards cell center = 3381
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00686015, Final user-defined norm residual = 0.00032336
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.93924e-05, Final user-defined norm residual = 8.90172e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.9104e-06, Final user-defined norm residual = 4.54395e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000608237, Final residual = 6.19109e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000511231, Final residual = 4.57397e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0547269, Final residual = 2.01704e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0521638, Final residual = 9.54937e-07, No Iterations 262
time step continuity errors : sum local = 1.24508e-10, global = 1.08539e-19, cumulative = -1.67031e-18
DICPCG: Solving for p, Initial residual = 0.00789946, Final residual = 9.81448e-07, No Iterations 118
time step continuity errors : sum local = 1.31343e-10, global = -1.18324e-19, cumulative = -1.78863e-18
BiCGStab: Solving for omega, Initial residual = 0.000515164, Final residual = 5.73908e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000681878, Final residual = 8.54158e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.38864e-05, Final residual = 1.07765e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.35269e-05, Final residual = 5.40199e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00526755, Final residual = 5.68004e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0125521, Final residual = 9.61072e-07, No Iterations 241
time step continuity errors : sum local = 1.26397e-10, global = 6.32654e-20, cumulative = -1.72537e-18
DICPCG: Solving for p, Initial residual = 0.00240151, Final residual = 9.83647e-07, No Iterations 94
time step continuity errors : sum local = 1.32741e-10, global = 6.5805e-20, cumulative = -1.65956e-18
BiCGStab: Solving for omega, Initial residual = 3.42178e-05, Final residual = 7.8569e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.5337e-06, Final residual = 8.5337e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.1574e-06, Final residual = 6.23468e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.62767e-06, Final residual = 3.38879e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000793078, Final residual = 2.99675e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00266436, Final residual = 9.23159e-07, No Iterations 65
time step continuity errors : sum local = 1.24928e-10, global = -4.78461e-20, cumulative = -1.70741e-18
DICPCG: Solving for p, Initial residual = 0.000475051, Final residual = 9.71695e-07, No Iterations 28
time step continuity errors : sum local = 1.31342e-10, global = -3.97733e-20, cumulative = -1.74718e-18
BiCGStab: Solving for omega, Initial residual = 2.97049e-05, Final residual = 8.78248e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.53208e-06, Final residual = 8.53208e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.38942e-06, Final residual = 6.40323e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.59299e-07, Final residual = 3.89293e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000147911, Final residual = 3.58866e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000757966, Final residual = 9.78816e-07, No Iterations 13
time step continuity errors : sum local = 1.32274e-10, global = -4.30279e-20, cumulative = -1.79021e-18
DICPCG: Solving for p, Initial residual = 0.000133496, Final residual = 8.72724e-07, No Iterations 6
time step continuity errors : sum local = 1.18285e-10, global = -2.6123e-20, cumulative = -1.81633e-18
BiCGStab: Solving for omega, Initial residual = 3.45953e-05, Final residual = 1.22431e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.53633e-06, Final residual = 8.53633e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.36381e-07, Final residual = 1.17856e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.34122e-07, Final residual = 7.50164e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.05539e-05, Final residual = 6.08284e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000232077, Final residual = 9.21925e-07, No Iterations 6
time step continuity errors : sum local = 1.24762e-10, global = -5.41267e-21, cumulative = -1.82174e-18
DICPCG: Solving for p, Initial residual = 3.88915e-05, Final residual = 7.05882e-07, No Iterations 4
time step continuity errors : sum local = 9.63037e-11, global = -4.04488e-20, cumulative = -1.86219e-18
BiCGStab: Solving for omega, Initial residual = 3.64671e-05, Final residual = 1.32232e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.50539e-06, Final residual = 8.50539e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4835.07 s ClockTime = 4835 s Max(PAc) = 155276 Pa
Courant Number mean: 0.0559754 max: 0.990423 velocity magnitude: 1.28769
deltaT = 0.0004875
Time = 1.56684
--> Cloud: bubbleCloud
Added 144 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 579433
Mass introduced by injector = 5.30382e-10
Number of parcels added continuously = 1241
Mass introduced continuously = 1.12701e-12
Current number of parcels = 4063192
Current mass in system = 4.56308e-09
Number of parcels shifted at least once = 3405
Number of parcel shifts towards cell center = 3408
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00637581, Final user-defined norm residual = 0.000120329
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.58155e-05, Final user-defined norm residual = 2.14566e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.60346e-08, Final user-defined norm residual = 2.50382e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000613523, Final residual = 6.62324e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000511264, Final residual = 4.44451e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0579527, Final residual = 2.05475e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0539062, Final residual = 9.72958e-07, No Iterations 256
time step continuity errors : sum local = 1.26968e-10, global = 3.23346e-20, cumulative = -1.82986e-18
DICPCG: Solving for p, Initial residual = 0.00688394, Final residual = 9.45572e-07, No Iterations 132
time step continuity errors : sum local = 1.27373e-10, global = 1.27627e-20, cumulative = -1.81709e-18
BiCGStab: Solving for omega, Initial residual = 0.000530439, Final residual = 5.12294e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000681582, Final residual = 8.58803e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.50972e-05, Final residual = 1.1362e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.38018e-05, Final residual = 5.44487e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00558481, Final residual = 6.28959e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0134148, Final residual = 8.88183e-07, No Iterations 238
time step continuity errors : sum local = 1.15567e-10, global = 1.23849e-19, cumulative = -1.69325e-18
DICPCG: Solving for p, Initial residual = 0.00254066, Final residual = 9.54894e-07, No Iterations 70
time step continuity errors : sum local = 1.27544e-10, global = 1.51058e-20, cumulative = -1.67814e-18
BiCGStab: Solving for omega, Initial residual = 3.82449e-05, Final residual = 1.1493e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.37563e-06, Final residual = 8.37563e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.40036e-06, Final residual = 6.2703e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.86657e-06, Final residual = 3.34013e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000851757, Final residual = 3.18253e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00281992, Final residual = 9.38218e-07, No Iterations 66
time step continuity errors : sum local = 1.25453e-10, global = -1.04468e-20, cumulative = -1.68859e-18
DICPCG: Solving for p, Initial residual = 0.000498512, Final residual = 9.50504e-07, No Iterations 30
time step continuity errors : sum local = 1.27088e-10, global = -9.35601e-20, cumulative = -1.78215e-18
BiCGStab: Solving for omega, Initial residual = 3.14042e-05, Final residual = 1.16032e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.46217e-06, Final residual = 8.46217e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.48212e-06, Final residual = 6.39499e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.4313e-07, Final residual = 3.97157e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00015554, Final residual = 3.80213e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000784415, Final residual = 9.94909e-07, No Iterations 14
time step continuity errors : sum local = 1.32866e-10, global = 7.25775e-20, cumulative = -1.70957e-18
DICPCG: Solving for p, Initial residual = 0.000143093, Final residual = 8.11522e-07, No Iterations 6
time step continuity errors : sum local = 1.08934e-10, global = 1.12832e-20, cumulative = -1.69829e-18
BiCGStab: Solving for omega, Initial residual = 2.72311e-05, Final residual = 1.11542e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.48278e-06, Final residual = 8.48278e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.4728e-07, Final residual = 1.35257e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.36741e-07, Final residual = 8.40703e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.20685e-05, Final residual = 6.23295e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000245576, Final residual = 9.02997e-07, No Iterations 6
time step continuity errors : sum local = 1.20858e-10, global = 5.73503e-21, cumulative = -1.69255e-18
DICPCG: Solving for p, Initial residual = 4.09516e-05, Final residual = 7.17801e-07, No Iterations 4
time step continuity errors : sum local = 9.67062e-11, global = -6.13717e-20, cumulative = -1.75392e-18
BiCGStab: Solving for omega, Initial residual = 3.11191e-05, Final residual = 1.22008e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.46771e-06, Final residual = 8.46771e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4852.44 s ClockTime = 4853 s Max(PAc) = 155175 Pa
Courant Number mean: 0.0559938 max: 0.993428 velocity magnitude: 1.28353
deltaT = 0.0004875
Time = 1.56732
--> Cloud: bubbleCloud
Added 213 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 579646
Mass introduced by injector = 5.30597e-10
Number of parcels added continuously = 1150
Mass introduced continuously = 1.10537e-12
Current number of parcels = 4064080
Current mass in system = 4.56377e-09
Number of parcels shifted at least once = 3451
Number of parcel shifts towards cell center = 3451
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00651737, Final user-defined norm residual = 0.000118153
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.53542e-05, Final user-defined norm residual = 1.14968e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.46711e-08, Final user-defined norm residual = 2.41969e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000609872, Final residual = 6.45344e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000513961, Final residual = 4.41535e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0611767, Final residual = 2.2592e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0495189, Final residual = 9.25494e-07, No Iterations 259
time step continuity errors : sum local = 1.20551e-10, global = -6.58189e-20, cumulative = -1.81974e-18
DICPCG: Solving for p, Initial residual = 0.00651178, Final residual = 9.77499e-07, No Iterations 139
time step continuity errors : sum local = 1.29195e-10, global = -2.82477e-20, cumulative = -1.84799e-18
BiCGStab: Solving for omega, Initial residual = 0.000518037, Final residual = 5.1362e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000681565, Final residual = 8.66657e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.50943e-05, Final residual = 1.04884e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.39794e-05, Final residual = 4.93532e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00595212, Final residual = 6.67057e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.013146, Final residual = 9.70128e-07, No Iterations 240
time step continuity errors : sum local = 1.26889e-10, global = 1.07321e-20, cumulative = -1.83726e-18
DICPCG: Solving for p, Initial residual = 0.00252362, Final residual = 9.73194e-07, No Iterations 84
time step continuity errors : sum local = 1.3091e-10, global = -2.87131e-20, cumulative = -1.86597e-18
BiCGStab: Solving for omega, Initial residual = 3.09497e-05, Final residual = 6.11225e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.5781e-06, Final residual = 8.5781e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.05967e-06, Final residual = 6.37796e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.87575e-06, Final residual = 3.34937e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000934776, Final residual = 3.40712e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00264976, Final residual = 9.71038e-07, No Iterations 70
time step continuity errors : sum local = 1.30755e-10, global = -5.06385e-20, cumulative = -1.91661e-18
DICPCG: Solving for p, Initial residual = 0.000484971, Final residual = 9.8059e-07, No Iterations 30
time step continuity errors : sum local = 1.31952e-10, global = -6.76293e-20, cumulative = -1.98424e-18
BiCGStab: Solving for omega, Initial residual = 1.6618e-05, Final residual = 5.53849e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.67701e-06, Final residual = 8.67701e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.42652e-06, Final residual = 6.78045e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.55876e-07, Final residual = 3.91764e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000177977, Final residual = 3.988e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000772378, Final residual = 9.8236e-07, No Iterations 17
time step continuity errors : sum local = 1.32169e-10, global = 1.0568e-20, cumulative = -1.97367e-18
DICPCG: Solving for p, Initial residual = 0.000131391, Final residual = 9.83881e-07, No Iterations 6
time step continuity errors : sum local = 1.32334e-10, global = 1.32698e-20, cumulative = -1.9604e-18
BiCGStab: Solving for omega, Initial residual = 1.49178e-05, Final residual = 6.09052e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.66212e-06, Final residual = 8.66212e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.00867e-07, Final residual = 1.36501e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.36718e-07, Final residual = 8.99968e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.86047e-05, Final residual = 6.74563e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000204016, Final residual = 7.94691e-07, No Iterations 6
time step continuity errors : sum local = 1.07581e-10, global = -2.87183e-20, cumulative = -1.98912e-18
DICPCG: Solving for p, Initial residual = 3.52267e-05, Final residual = 6.53833e-07, No Iterations 4
time step continuity errors : sum local = 8.91496e-11, global = -2.02612e-20, cumulative = -2.00938e-18
BiCGStab: Solving for omega, Initial residual = 1.44808e-05, Final residual = 6.75771e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.6531e-06, Final residual = 8.6531e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4869.58 s ClockTime = 4870 s Max(PAc) = 156334 Pa
Courant Number mean: 0.0560125 max: 1.00317 velocity magnitude: 1.28369
deltaT = 0.000469444
Time = 1.56779
--> Cloud: bubbleCloud
Added 153 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 579799
Mass introduced by injector = 5.30735e-10
Number of parcels added continuously = 1159
Mass introduced continuously = 1.0715e-12
Current number of parcels = 4064934
Current mass in system = 4.56458e-09
Number of parcels shifted at least once = 3183
Number of parcel shifts towards cell center = 3183
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00666809, Final user-defined norm residual = 0.000300943
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.45329e-05, Final user-defined norm residual = 6.81613e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.46173e-06, Final user-defined norm residual = 3.19726e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000586428, Final residual = 4.85791e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000491577, Final residual = 3.45723e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0629131, Final residual = 1.8982e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0507532, Final residual = 8.91259e-07, No Iterations 178
time step continuity errors : sum local = 1.13982e-10, global = -4.86729e-20, cumulative = -2.05805e-18
DICPCG: Solving for p, Initial residual = 0.00643423, Final residual = 9.97873e-07, No Iterations 145
time step continuity errors : sum local = 1.29204e-10, global = -2.20658e-20, cumulative = -2.08012e-18
BiCGStab: Solving for omega, Initial residual = 0.000503304, Final residual = 4.22381e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000656988, Final residual = 7.48505e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.42967e-05, Final residual = 9.59804e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.36155e-05, Final residual = 4.7125e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00620571, Final residual = 5.44089e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0137489, Final residual = 9.47362e-07, No Iterations 242
time step continuity errors : sum local = 1.1546e-10, global = -2.57884e-20, cumulative = -2.10591e-18
DICPCG: Solving for p, Initial residual = 0.00266727, Final residual = 8.79292e-07, No Iterations 71
time step continuity errors : sum local = 1.0995e-10, global = 2.04665e-20, cumulative = -2.08544e-18
BiCGStab: Solving for omega, Initial residual = 2.54345e-05, Final residual = 6.14277e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.94307e-06, Final residual = 7.94307e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.68225e-06, Final residual = 5.33444e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.52931e-06, Final residual = 2.80282e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000948314, Final residual = 2.85742e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0027279, Final residual = 9.35477e-07, No Iterations 39
time step continuity errors : sum local = 1.16874e-10, global = -1.09784e-19, cumulative = -2.19522e-18
DICPCG: Solving for p, Initial residual = 0.000483824, Final residual = 9.78011e-07, No Iterations 34
time step continuity errors : sum local = 1.22023e-10, global = -4.22345e-20, cumulative = -2.23746e-18
BiCGStab: Solving for omega, Initial residual = 1.38101e-05, Final residual = 5.96971e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.00649e-06, Final residual = 8.00649e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.22167e-06, Final residual = 5.35861e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.00377e-07, Final residual = 2.83375e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000176612, Final residual = 3.48456e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000683907, Final residual = 9.93481e-07, No Iterations 11
time step continuity errors : sum local = 1.23886e-10, global = -6.22749e-20, cumulative = -2.29973e-18
DICPCG: Solving for p, Initial residual = 0.000119186, Final residual = 9.55282e-07, No Iterations 5
time step continuity errors : sum local = 1.19199e-10, global = 2.82939e-20, cumulative = -2.27144e-18
BiCGStab: Solving for omega, Initial residual = 1.30104e-05, Final residual = 6.51157e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.9961e-06, Final residual = 7.9961e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.53157e-07, Final residual = 1.03814e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.91113e-07, Final residual = 6.33835e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.70321e-05, Final residual = 5.47925e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000191573, Final residual = 7.85444e-07, No Iterations 6
time step continuity errors : sum local = 9.84768e-11, global = -2.06174e-20, cumulative = -2.29206e-18
DICPCG: Solving for p, Initial residual = 3.10063e-05, Final residual = 6.67042e-07, No Iterations 4
time step continuity errors : sum local = 8.40283e-11, global = -5.52717e-20, cumulative = -2.34733e-18
BiCGStab: Solving for omega, Initial residual = 1.36359e-05, Final residual = 7.29602e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.98726e-06, Final residual = 7.98726e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4886.42 s ClockTime = 4887 s Max(PAc) = 155910 Pa
Courant Number mean: 0.0539556 max: 0.965329 velocity magnitude: 1.29042
deltaT = 0.000469444
Time = 1.56826
--> Cloud: bubbleCloud
Added 227 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 580026
Mass introduced by injector = 5.30932e-10
Number of parcels added continuously = 1190
Mass introduced continuously = 1.09563e-12
Current number of parcels = 4065891
Current mass in system = 4.56537e-09
Number of parcels shifted at least once = 3266
Number of parcel shifts towards cell center = 3268
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00628383, Final user-defined norm residual = 0.000133929
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.87333e-05, Final user-defined norm residual = 6.03798e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.29544e-07, Final user-defined norm residual = 2.77763e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000589764, Final residual = 4.69355e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000488703, Final residual = 3.31754e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0666828, Final residual = 2.04745e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0536399, Final residual = 9.84644e-07, No Iterations 149
time step continuity errors : sum local = 1.31506e-10, global = 1.61813e-20, cumulative = -2.33115e-18
DICPCG: Solving for p, Initial residual = 0.00712896, Final residual = 9.10345e-07, No Iterations 132
time step continuity errors : sum local = 1.18329e-10, global = 6.44491e-20, cumulative = -2.2667e-18
BiCGStab: Solving for omega, Initial residual = 0.000505845, Final residual = 5.00527e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000657717, Final residual = 7.50939e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.42433e-05, Final residual = 1.0374e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.30131e-05, Final residual = 4.75727e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00653236, Final residual = 5.60038e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0132487, Final residual = 9.60748e-07, No Iterations 243
time step continuity errors : sum local = 1.20514e-10, global = 2.50219e-20, cumulative = -2.24168e-18
DICPCG: Solving for p, Initial residual = 0.0024927, Final residual = 9.29111e-07, No Iterations 68
time step continuity errors : sum local = 1.20384e-10, global = -2.64258e-20, cumulative = -2.2681e-18
BiCGStab: Solving for omega, Initial residual = 2.67916e-05, Final residual = 6.25441e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.16431e-06, Final residual = 8.16431e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.56201e-06, Final residual = 5.57981e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.55466e-06, Final residual = 2.79068e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000978225, Final residual = 2.98895e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00252494, Final residual = 9.8575e-07, No Iterations 59
time step continuity errors : sum local = 1.27736e-10, global = 4.54364e-20, cumulative = -2.22267e-18
DICPCG: Solving for p, Initial residual = 0.000441907, Final residual = 9.87873e-07, No Iterations 39
time step continuity errors : sum local = 1.27932e-10, global = -2.51243e-20, cumulative = -2.24779e-18
BiCGStab: Solving for omega, Initial residual = 1.56871e-05, Final residual = 5.43668e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.21577e-06, Final residual = 8.21577e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.16475e-06, Final residual = 5.25311e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.48351e-07, Final residual = 3.28757e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00017655, Final residual = 3.8322e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000634642, Final residual = 9.90824e-07, No Iterations 15
time step continuity errors : sum local = 1.28286e-10, global = -5.07879e-20, cumulative = -2.29858e-18
DICPCG: Solving for p, Initial residual = 0.000103752, Final residual = 9.88562e-07, No Iterations 5
time step continuity errors : sum local = 1.27976e-10, global = 2.68522e-21, cumulative = -2.29589e-18
BiCGStab: Solving for omega, Initial residual = 1.67206e-05, Final residual = 5.96006e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.2235e-06, Final residual = 8.2235e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.10206e-07, Final residual = 1.18148e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.82463e-07, Final residual = 7.30303e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.59956e-05, Final residual = 6.20704e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000167867, Final residual = 8.08489e-07, No Iterations 6
time step continuity errors : sum local = 1.05338e-10, global = 2.62904e-20, cumulative = -2.2696e-18
DICPCG: Solving for p, Initial residual = 2.75949e-05, Final residual = 6.2654e-07, No Iterations 4
time step continuity errors : sum local = 8.2465e-11, global = -5.54059e-20, cumulative = -2.32501e-18
BiCGStab: Solving for omega, Initial residual = 1.79982e-05, Final residual = 6.94459e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.21788e-06, Final residual = 8.21788e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4903.46 s ClockTime = 4904 s Max(PAc) = 155202 Pa
Courant Number mean: 0.0539729 max: 0.961404 velocity magnitude: 1.29511
deltaT = 0.000469444
Time = 1.56873
--> Cloud: bubbleCloud
Added 118 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 580144
Mass introduced by injector = 5.31024e-10
Number of parcels added continuously = 1134
Mass introduced continuously = 1.05579e-12
Current number of parcels = 4066701
Current mass in system = 4.56607e-09
Number of parcels shifted at least once = 3213
Number of parcel shifts towards cell center = 3218
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00595401, Final user-defined norm residual = 9.53292e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.04503e-05, Final user-defined norm residual = 1.9757e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.23843e-08, Final user-defined norm residual = 8.67233e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000593505, Final residual = 5.57581e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000491118, Final residual = 3.32448e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0672355, Final residual = 2.25744e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0511748, Final residual = 9.40628e-07, No Iterations 262
time step continuity errors : sum local = 1.1777e-10, global = 6.61099e-20, cumulative = -2.2589e-18
DICPCG: Solving for p, Initial residual = 0.00633319, Final residual = 9.67458e-07, No Iterations 143
time step continuity errors : sum local = 1.30007e-10, global = -1.45141e-20, cumulative = -2.27341e-18
BiCGStab: Solving for omega, Initial residual = 0.00050509, Final residual = 7.26457e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00065695, Final residual = 7.50111e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.44789e-05, Final residual = 9.82318e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.34116e-05, Final residual = 4.42345e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00658334, Final residual = 6.11857e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.013717, Final residual = 9.63523e-07, No Iterations 242
time step continuity errors : sum local = 1.20591e-10, global = -1.81319e-20, cumulative = -2.29155e-18
DICPCG: Solving for p, Initial residual = 0.00242489, Final residual = 8.96433e-07, No Iterations 71
time step continuity errors : sum local = 1.15144e-10, global = 8.80066e-21, cumulative = -2.28274e-18
BiCGStab: Solving for omega, Initial residual = 2.64739e-05, Final residual = 8.21237e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.9526e-06, Final residual = 8.9526e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.09713e-06, Final residual = 5.3876e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.60536e-06, Final residual = 2.97584e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000984436, Final residual = 3.07549e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00260876, Final residual = 9.51919e-07, No Iterations 66
time step continuity errors : sum local = 1.22185e-10, global = 1.4392e-20, cumulative = -2.26835e-18
DICPCG: Solving for p, Initial residual = 0.00043165, Final residual = 9.56315e-07, No Iterations 48
time step continuity errors : sum local = 1.22623e-10, global = 1.77293e-20, cumulative = -2.25062e-18
BiCGStab: Solving for omega, Initial residual = 1.6979e-05, Final residual = 6.46037e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.07519e-06, Final residual = 9.07519e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.26995e-06, Final residual = 6.09977e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.9832e-07, Final residual = 4.13728e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00017675, Final residual = 3.78036e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000642528, Final residual = 9.69127e-07, No Iterations 22
time step continuity errors : sum local = 1.24208e-10, global = -7.94527e-20, cumulative = -2.33008e-18
DICPCG: Solving for p, Initial residual = 0.000112602, Final residual = 9.68027e-07, No Iterations 7
time step continuity errors : sum local = 1.24048e-10, global = -1.91588e-20, cumulative = -2.34923e-18
BiCGStab: Solving for omega, Initial residual = 1.83507e-05, Final residual = 6.99178e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.11564e-06, Final residual = 9.11564e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.28724e-07, Final residual = 1.51616e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.89668e-07, Final residual = 9.69239e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.51789e-05, Final residual = 6.03083e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00016981, Final residual = 9.93608e-07, No Iterations 6
time step continuity errors : sum local = 1.27248e-10, global = 1.44539e-20, cumulative = -2.33478e-18
DICPCG: Solving for p, Initial residual = 2.86847e-05, Final residual = 6.19424e-07, No Iterations 4
time step continuity errors : sum local = 8.03708e-11, global = 3.30984e-20, cumulative = -2.30168e-18
BiCGStab: Solving for omega, Initial residual = 2.0999e-05, Final residual = 6.87903e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.08263e-06, Final residual = 9.08263e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4920.73 s ClockTime = 4921 s Max(PAc) = 155404 Pa
Courant Number mean: 0.0539896 max: 0.950409 velocity magnitude: 1.29747
deltaT = 0.000489855
Time = 1.56922
--> Cloud: bubbleCloud
Added 195 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 580339
Mass introduced by injector = 5.3121e-10
Number of parcels added continuously = 1216
Mass introduced continuously = 1.15157e-12
Current number of parcels = 4067642
Current mass in system = 4.56696e-09
Number of parcels shifted at least once = 3375
Number of parcel shifts towards cell center = 3375
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00666795, Final user-defined norm residual = 0.000131691
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.82761e-05, Final user-defined norm residual = 3.2201e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.91437e-08, Final user-defined norm residual = 4.01071e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000618124, Final residual = 7.19318e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000514344, Final residual = 4.43275e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0790303, Final residual = 3.15007e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0500047, Final residual = 9.0841e-07, No Iterations 261
time step continuity errors : sum local = 1.22683e-10, global = 7.13813e-20, cumulative = -2.2303e-18
DICPCG: Solving for p, Initial residual = 0.00651088, Final residual = 9.8298e-07, No Iterations 143
time step continuity errors : sum local = 1.44444e-10, global = 1.17528e-20, cumulative = -2.21855e-18
BiCGStab: Solving for omega, Initial residual = 0.000530521, Final residual = 6.14633e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000685195, Final residual = 8.98435e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.78672e-05, Final residual = 1.11971e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.40523e-05, Final residual = 5.33642e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00788743, Final residual = 8.48768e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0145631, Final residual = 9.48023e-07, No Iterations 244
time step continuity errors : sum local = 1.28087e-10, global = -1.17326e-20, cumulative = -2.23028e-18
DICPCG: Solving for p, Initial residual = 0.00277553, Final residual = 9.71262e-07, No Iterations 80
time step continuity errors : sum local = 1.36488e-10, global = 5.15755e-20, cumulative = -2.17871e-18
BiCGStab: Solving for omega, Initial residual = 3.98195e-05, Final residual = 1.06573e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.08324e-05, Final residual = 1.1893e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.46589e-06, Final residual = 6.62897e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.92673e-06, Final residual = 3.70644e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0012152, Final residual = 4.57949e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00284844, Final residual = 9.74662e-07, No Iterations 72
time step continuity errors : sum local = 1.3718e-10, global = -5.30373e-20, cumulative = -2.23174e-18
DICPCG: Solving for p, Initial residual = 0.000509668, Final residual = 9.99724e-07, No Iterations 52
time step continuity errors : sum local = 1.40332e-10, global = -3.08595e-20, cumulative = -2.2626e-18
BiCGStab: Solving for omega, Initial residual = 2.51964e-05, Final residual = 9.31729e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.89356e-06, Final residual = 2.89356e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.40249e-06, Final residual = 7.93079e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.66095e-07, Final residual = 4.86236e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000227657, Final residual = 5.13725e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000702293, Final residual = 9.58764e-07, No Iterations 18
time step continuity errors : sum local = 1.3479e-10, global = -2.94098e-20, cumulative = -2.29201e-18
DICPCG: Solving for p, Initial residual = 0.000128224, Final residual = 9.41106e-07, No Iterations 8
time step continuity errors : sum local = 1.32382e-10, global = 2.42942e-20, cumulative = -2.26772e-18
BiCGStab: Solving for omega, Initial residual = 2.72156e-05, Final residual = 1.16487e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.86754e-06, Final residual = 2.86754e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.90404e-07, Final residual = 1.67575e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.13809e-07, Final residual = 1.10518e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.84276e-05, Final residual = 8.4539e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000188281, Final residual = 9.80076e-07, No Iterations 5
time step continuity errors : sum local = 1.37638e-10, global = 3.13629e-20, cumulative = -2.23635e-18
DICPCG: Solving for p, Initial residual = 3.41263e-05, Final residual = 5.97686e-07, No Iterations 4
time step continuity errors : sum local = 8.60481e-11, global = 2.99151e-20, cumulative = -2.20644e-18
BiCGStab: Solving for omega, Initial residual = 2.98112e-05, Final residual = 1.19697e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.90925e-06, Final residual = 2.90925e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4937.88 s ClockTime = 4938 s Max(PAc) = 155298 Pa
Courant Number mean: 0.0563544 max: 0.982254 velocity magnitude: 1.29492
deltaT = 0.000489855
Time = 1.56971
--> Cloud: bubbleCloud
Added 150 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 580489
Mass introduced by injector = 5.3135e-10
Number of parcels added continuously = 1160
Mass introduced continuously = 1.10731e-12
Current number of parcels = 4068437
Current mass in system = 4.56771e-09
Number of parcels shifted at least once = 3465
Number of parcel shifts towards cell center = 3469
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00680384, Final user-defined norm residual = 0.000278079
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.96981e-05, Final user-defined norm residual = 4.03815e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.66974e-07, Final user-defined norm residual = 1.65567e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000618516, Final residual = 7.0975e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000516173, Final residual = 4.48643e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0832644, Final residual = 3.65967e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0574146, Final residual = 9.38255e-07, No Iterations 259
time step continuity errors : sum local = 1.25711e-10, global = -1.50758e-20, cumulative = -2.22152e-18
DICPCG: Solving for p, Initial residual = 0.00799878, Final residual = 9.20335e-07, No Iterations 145
time step continuity errors : sum local = 1.29212e-10, global = -1.22874e-19, cumulative = -2.34439e-18
BiCGStab: Solving for omega, Initial residual = 0.000525622, Final residual = 8.6372e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00068401, Final residual = 8.88048e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.94688e-05, Final residual = 1.18195e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.56188e-05, Final residual = 5.69537e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00818905, Final residual = 1.00483e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0155534, Final residual = 9.85229e-07, No Iterations 243
time step continuity errors : sum local = 1.31433e-10, global = -5.87383e-20, cumulative = -2.40313e-18
DICPCG: Solving for p, Initial residual = 0.00300937, Final residual = 9.82864e-07, No Iterations 81
time step continuity errors : sum local = 1.3603e-10, global = 2.86085e-20, cumulative = -2.37452e-18
BiCGStab: Solving for omega, Initial residual = 4.30854e-05, Final residual = 1.21395e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.12909e-05, Final residual = 1.27417e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 6.91919e-06, Final residual = 6.60999e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.41331e-06, Final residual = 3.71615e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00124494, Final residual = 5.09211e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00362027, Final residual = 9.92036e-07, No Iterations 38
time step continuity errors : sum local = 1.37532e-10, global = -5.32849e-20, cumulative = -2.4278e-18
DICPCG: Solving for p, Initial residual = 0.000635617, Final residual = 9.21683e-07, No Iterations 27
time step continuity errors : sum local = 1.28096e-10, global = -3.53615e-20, cumulative = -2.46317e-18
BiCGStab: Solving for omega, Initial residual = 3.26473e-05, Final residual = 1.1293e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.3976e-06, Final residual = 3.3976e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.82058e-06, Final residual = 5.9112e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.9855e-07, Final residual = 4.27565e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000230509, Final residual = 5.30166e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000963956, Final residual = 9.69086e-07, No Iterations 22
time step continuity errors : sum local = 1.34413e-10, global = 3.17439e-20, cumulative = -2.43142e-18
DICPCG: Solving for p, Initial residual = 0.00017808, Final residual = 9.29153e-07, No Iterations 9
time step continuity errors : sum local = 1.2906e-10, global = -5.8992e-22, cumulative = -2.43201e-18
BiCGStab: Solving for omega, Initial residual = 3.71459e-05, Final residual = 1.13068e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.44536e-06, Final residual = 3.44536e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 5.51918e-07, Final residual = 1.3704e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.93199e-07, Final residual = 8.93749e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.86599e-05, Final residual = 8.67613e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000266999, Final residual = 8.08161e-07, No Iterations 8
time step continuity errors : sum local = 1.12918e-10, global = -5.11212e-20, cumulative = -2.48313e-18
DICPCG: Solving for p, Initial residual = 4.79374e-05, Final residual = 7.24926e-07, No Iterations 4
time step continuity errors : sum local = 1.0181e-10, global = -7.51054e-21, cumulative = -2.49064e-18
BiCGStab: Solving for omega, Initial residual = 3.23713e-05, Final residual = 1.13418e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.45267e-06, Final residual = 3.45267e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4955.26 s ClockTime = 4955 s Max(PAc) = 154668 Pa
Courant Number mean: 0.0563725 max: 0.977992 velocity magnitude: 1.2893
deltaT = 0.000489855
Time = 1.5702
--> Cloud: bubbleCloud
Added 134 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 580623
Mass introduced by injector = 5.31459e-10
Number of parcels added continuously = 1179
Mass introduced continuously = 1.04458e-12
Current number of parcels = 4069295
Current mass in system = 4.56843e-09
Number of parcels shifted at least once = 3480
Number of parcel shifts towards cell center = 3485
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00613848, Final user-defined norm residual = 9.90378e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.1244e-05, Final user-defined norm residual = 8.84928e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.89825e-08, Final user-defined norm residual = 6.5078e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00061591, Final residual = 7.0445e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000510121, Final residual = 4.38123e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0882704, Final residual = 3.25068e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0572104, Final residual = 9.49629e-07, No Iterations 263
time step continuity errors : sum local = 1.25402e-10, global = -4.88934e-20, cumulative = -2.53954e-18
DICPCG: Solving for p, Initial residual = 0.00843569, Final residual = 9.87578e-07, No Iterations 129
time step continuity errors : sum local = 1.43575e-10, global = 6.90454e-20, cumulative = -2.47049e-18
BiCGStab: Solving for omega, Initial residual = 0.000531089, Final residual = 4.80436e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000682451, Final residual = 8.80013e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.85086e-05, Final residual = 1.10409e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.43588e-05, Final residual = 5.36351e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00858396, Final residual = 9.07512e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0155802, Final residual = 8.73003e-07, No Iterations 246
time step continuity errors : sum local = 1.14845e-10, global = -3.43505e-20, cumulative = -2.50484e-18
DICPCG: Solving for p, Initial residual = 0.00301873, Final residual = 9.58737e-07, No Iterations 73
time step continuity errors : sum local = 1.29004e-10, global = 8.81653e-20, cumulative = -2.41668e-18
BiCGStab: Solving for omega, Initial residual = 3.19531e-05, Final residual = 6.12037e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.06147e-05, Final residual = 1.22469e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 6.58551e-06, Final residual = 6.47218e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.1606e-06, Final residual = 3.53066e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0013676, Final residual = 4.76077e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00328841, Final residual = 9.6934e-07, No Iterations 66
time step continuity errors : sum local = 1.30475e-10, global = 1.7343e-20, cumulative = -2.39933e-18
DICPCG: Solving for p, Initial residual = 0.000613019, Final residual = 9.84163e-07, No Iterations 54
time step continuity errors : sum local = 1.32493e-10, global = 1.84652e-20, cumulative = -2.38087e-18
BiCGStab: Solving for omega, Initial residual = 1.89495e-05, Final residual = 4.19143e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.2274e-06, Final residual = 3.2274e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.66054e-06, Final residual = 8.0717e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.51448e-07, Final residual = 3.98288e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000278112, Final residual = 5.54682e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000908656, Final residual = 9.73675e-07, No Iterations 35
time step continuity errors : sum local = 1.31105e-10, global = -6.086e-20, cumulative = -2.44173e-18
DICPCG: Solving for p, Initial residual = 0.000167009, Final residual = 9.2e-07, No Iterations 10
time step continuity errors : sum local = 1.24012e-10, global = 2.43969e-20, cumulative = -2.41733e-18
BiCGStab: Solving for omega, Initial residual = 1.39266e-05, Final residual = 3.77186e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.26447e-06, Final residual = 3.26447e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 5.31532e-07, Final residual = 2.4049e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.84817e-07, Final residual = 1.33757e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.04086e-05, Final residual = 9.35335e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.0002617, Final residual = 8.75662e-07, No Iterations 8
time step continuity errors : sum local = 1.18169e-10, global = -1.42023e-20, cumulative = -2.43153e-18
DICPCG: Solving for p, Initial residual = 4.60846e-05, Final residual = 7.97434e-07, No Iterations 4
time step continuity errors : sum local = 1.07862e-10, global = -9.37721e-21, cumulative = -2.44091e-18
BiCGStab: Solving for omega, Initial residual = 1.27343e-05, Final residual = 3.57114e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.29137e-06, Final residual = 3.29137e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4972.53 s ClockTime = 4973 s Max(PAc) = 155016 Pa
Courant Number mean: 0.0563908 max: 0.990235 velocity magnitude: 1.28339
deltaT = 0.000489855
Time = 1.57069
--> Cloud: bubbleCloud
Added 256 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 580879
Mass introduced by injector = 5.317e-10
Number of parcels added continuously = 1161
Mass introduced continuously = 1.18897e-12
Current number of parcels = 4070221
Current mass in system = 4.5694e-09
Number of parcels shifted at least once = 3402
Number of parcel shifts towards cell center = 3406
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00719432, Final user-defined norm residual = 0.000159839
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.43062e-05, Final user-defined norm residual = 6.53065e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.40176e-07, Final user-defined norm residual = 1.55451e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000609674, Final residual = 6.91771e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00050806, Final residual = 4.60044e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.089752, Final residual = 3.58185e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0569861, Final residual = 9.52111e-07, No Iterations 164
time step continuity errors : sum local = 1.26275e-10, global = -7.65272e-20, cumulative = -2.51744e-18
DICPCG: Solving for p, Initial residual = 0.00767372, Final residual = 9.8108e-07, No Iterations 131
time step continuity errors : sum local = 1.35714e-10, global = 5.11668e-20, cumulative = -2.46627e-18
BiCGStab: Solving for omega, Initial residual = 0.000508875, Final residual = 4.5698e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000680679, Final residual = 8.72296e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.59652e-05, Final residual = 1.04658e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.41577e-05, Final residual = 5.24081e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00837858, Final residual = 1.0336e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0142543, Final residual = 9.46269e-07, No Iterations 244
time step continuity errors : sum local = 1.24249e-10, global = 1.46839e-20, cumulative = -2.45159e-18
DICPCG: Solving for p, Initial residual = 0.00272511, Final residual = 8.98988e-07, No Iterations 76
time step continuity errors : sum local = 1.23203e-10, global = 2.4566e-20, cumulative = -2.42702e-18
BiCGStab: Solving for omega, Initial residual = 2.34339e-05, Final residual = 4.04042e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.0211e-05, Final residual = 1.20812e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.66523e-06, Final residual = 6.21186e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.99799e-06, Final residual = 3.1809e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00131085, Final residual = 5.29033e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00301383, Final residual = 9.4297e-07, No Iterations 68
time step continuity errors : sum local = 1.29329e-10, global = -8.4736e-20, cumulative = -2.51176e-18
DICPCG: Solving for p, Initial residual = 0.000529573, Final residual = 9.93881e-07, No Iterations 38
time step continuity errors : sum local = 1.36042e-10, global = 3.11272e-21, cumulative = -2.50864e-18
BiCGStab: Solving for omega, Initial residual = 1.35047e-05, Final residual = 2.16946e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.2372e-06, Final residual = 3.2372e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.6803e-06, Final residual = 7.44833e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.74848e-07, Final residual = 3.65877e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000244371, Final residual = 5.52916e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000802702, Final residual = 9.75548e-07, No Iterations 23
time step continuity errors : sum local = 1.33625e-10, global = 6.38512e-20, cumulative = -2.44479e-18
DICPCG: Solving for p, Initial residual = 0.000146106, Final residual = 8.84473e-07, No Iterations 7
time step continuity errors : sum local = 1.21631e-10, global = -7.2252e-21, cumulative = -2.45202e-18
BiCGStab: Solving for omega, Initial residual = 1.32781e-05, Final residual = 1.78919e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.26875e-06, Final residual = 3.26875e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.7133e-07, Final residual = 1.53364e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.82906e-07, Final residual = 8.45685e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 5.09601e-05, Final residual = 9.29462e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00023847, Final residual = 7.89354e-07, No Iterations 7
time step continuity errors : sum local = 1.09118e-10, global = -7.0361e-20, cumulative = -2.52238e-18
DICPCG: Solving for p, Initial residual = 4.35334e-05, Final residual = 6.8833e-07, No Iterations 4
time step continuity errors : sum local = 9.58279e-11, global = 3.62436e-20, cumulative = -2.48614e-18
BiCGStab: Solving for omega, Initial residual = 1.63424e-05, Final residual = 1.37364e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.26707e-06, Final residual = 3.26707e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 4989.44 s ClockTime = 4990 s Max(PAc) = 155253 Pa
Courant Number mean: 0.0564097 max: 0.997942 velocity magnitude: 1.27907
deltaT = 0.000489855
Time = 1.57118
--> Cloud: bubbleCloud
Added 211 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 581090
Mass introduced by injector = 5.31866e-10
Number of parcels added continuously = 1171
Mass introduced continuously = 1.04042e-12
Current number of parcels = 4071127
Current mass in system = 4.57015e-09
Number of parcels shifted at least once = 3452
Number of parcel shifts towards cell center = 3456
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00724291, Final user-defined norm residual = 0.000263249
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.65324e-05, Final user-defined norm residual = 4.49243e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.64832e-07, Final user-defined norm residual = 8.80944e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000597579, Final residual = 6.23909e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000504405, Final residual = 4.61266e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0863198, Final residual = 3.67195e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.051025, Final residual = 9.64001e-07, No Iterations 251
time step continuity errors : sum local = 1.26717e-10, global = -2.06202e-20, cumulative = -2.50676e-18
DICPCG: Solving for p, Initial residual = 0.00648364, Final residual = 9.70751e-07, No Iterations 139
time step continuity errors : sum local = 1.30888e-10, global = -2.83435e-20, cumulative = -2.5351e-18
BiCGStab: Solving for omega, Initial residual = 0.000504501, Final residual = 4.42707e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000678694, Final residual = 8.71665e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.43168e-05, Final residual = 1.05404e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.40696e-05, Final residual = 5.10392e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00795635, Final residual = 9.26914e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0129935, Final residual = 9.19166e-07, No Iterations 240
time step continuity errors : sum local = 1.21126e-10, global = 4.91384e-20, cumulative = -2.48596e-18
DICPCG: Solving for p, Initial residual = 0.00237703, Final residual = 9.5003e-07, No Iterations 73
time step continuity errors : sum local = 1.30056e-10, global = 2.40342e-20, cumulative = -2.46193e-18
BiCGStab: Solving for omega, Initial residual = 3.00143e-05, Final residual = 3.64048e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.04895e-05, Final residual = 1.17943e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.01625e-06, Final residual = 6.24213e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.02092e-06, Final residual = 3.26243e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00118006, Final residual = 4.83195e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00263308, Final residual = 9.67999e-07, No Iterations 31
time step continuity errors : sum local = 1.32751e-10, global = -3.4568e-20, cumulative = -2.4965e-18
DICPCG: Solving for p, Initial residual = 0.00048262, Final residual = 9.8555e-07, No Iterations 19
time step continuity errors : sum local = 1.35003e-10, global = 2.16903e-20, cumulative = -2.4748e-18
BiCGStab: Solving for omega, Initial residual = 1.40211e-05, Final residual = 2.413e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.55566e-06, Final residual = 3.55566e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.4396e-06, Final residual = 5.30293e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.20277e-07, Final residual = 3.1477e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000216322, Final residual = 5.5374e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000735001, Final residual = 9.39167e-07, No Iterations 11
time step continuity errors : sum local = 1.28882e-10, global = -4.90554e-20, cumulative = -2.52386e-18
DICPCG: Solving for p, Initial residual = 0.000133736, Final residual = 7.78121e-07, No Iterations 6
time step continuity errors : sum local = 1.07628e-10, global = -4.50086e-20, cumulative = -2.56887e-18
BiCGStab: Solving for omega, Initial residual = 1.28747e-05, Final residual = 2.15718e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.54267e-06, Final residual = 3.54267e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.9709e-07, Final residual = 9.74342e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.64293e-07, Final residual = 5.40169e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.50322e-05, Final residual = 9.12579e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000194429, Final residual = 8.41543e-07, No Iterations 5
time step continuity errors : sum local = 1.15987e-10, global = 1.18285e-22, cumulative = -2.56875e-18
DICPCG: Solving for p, Initial residual = 3.65661e-05, Final residual = 8.11265e-07, No Iterations 3
time step continuity errors : sum local = 1.11991e-10, global = -9.47443e-20, cumulative = -2.66349e-18
BiCGStab: Solving for omega, Initial residual = 1.07034e-05, Final residual = 2.14724e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.54254e-06, Final residual = 3.54254e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5006.54 s ClockTime = 5007 s Max(PAc) = 154835 Pa
Courant Number mean: 0.0564284 max: 0.995107 velocity magnitude: 1.27987
deltaT = 0.000489855
Time = 1.57167
--> Cloud: bubbleCloud
Added 221 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 581311
Mass introduced by injector = 5.32052e-10
Number of parcels added continuously = 1251
Mass introduced continuously = 1.11509e-12
Current number of parcels = 4072141
Current mass in system = 4.57101e-09
Number of parcels shifted at least once = 3461
Number of parcel shifts towards cell center = 3467
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00667164, Final user-defined norm residual = 0.000142058
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.05071e-05, Final user-defined norm residual = 5.9168e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.27069e-07, Final user-defined norm residual = 1.51625e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000589528, Final residual = 6.4689e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000495818, Final residual = 4.73287e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0897636, Final residual = 3.38757e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0499183, Final residual = 9.54952e-07, No Iterations 256
time step continuity errors : sum local = 1.26089e-10, global = 4.02335e-20, cumulative = -2.62326e-18
DICPCG: Solving for p, Initial residual = 0.00555781, Final residual = 9.71358e-07, No Iterations 136
time step continuity errors : sum local = 1.42733e-10, global = -1.10021e-19, cumulative = -2.73328e-18
BiCGStab: Solving for omega, Initial residual = 0.000490639, Final residual = 4.11564e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000677381, Final residual = 8.62989e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.90079e-05, Final residual = 1.01504e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.26767e-05, Final residual = 4.9807e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00843242, Final residual = 9.24584e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0103802, Final residual = 9.71493e-07, No Iterations 121
time step continuity errors : sum local = 1.48155e-10, global = 4.66686e-20, cumulative = -2.68661e-18
DICPCG: Solving for p, Initial residual = 0.00177439, Final residual = 9.80698e-07, No Iterations 77
time step continuity errors : sum local = 1.47792e-10, global = -5.34471e-20, cumulative = -2.74006e-18
BiCGStab: Solving for omega, Initial residual = 1.99816e-05, Final residual = 2.28035e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.03461e-05, Final residual = 1.11998e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.70045e-06, Final residual = 6.08109e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.40848e-06, Final residual = 3.05995e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00126774, Final residual = 4.96108e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0021639, Final residual = 9.93174e-07, No Iterations 34
time step continuity errors : sum local = 1.49596e-10, global = -2.22539e-21, cumulative = -2.74229e-18
DICPCG: Solving for p, Initial residual = 0.000339403, Final residual = 9.61395e-07, No Iterations 19
time step continuity errors : sum local = 1.45342e-10, global = 3.92038e-20, cumulative = -2.70308e-18
BiCGStab: Solving for omega, Initial residual = 9.42101e-06, Final residual = 9.42101e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.33234e-06, Final residual = 3.33234e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.59513e-07, Final residual = 5.22545e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.49174e-07, Final residual = 2.75469e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000230608, Final residual = 5.48504e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000549478, Final residual = 9.94893e-07, No Iterations 7
time step continuity errors : sum local = 1.49785e-10, global = 4.31075e-20, cumulative = -2.65997e-18
DICPCG: Solving for p, Initial residual = 8.12424e-05, Final residual = 9.61429e-07, No Iterations 4
time step continuity errors : sum local = 1.45339e-10, global = -9.06314e-20, cumulative = -2.75061e-18
BiCGStab: Solving for omega, Initial residual = 9.60759e-06, Final residual = 9.60759e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.34813e-06, Final residual = 3.34813e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.63863e-07, Final residual = 8.76487e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.74923e-07, Final residual = 4.77972e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.78476e-05, Final residual = 9.17387e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000147097, Final residual = 7.30688e-07, No Iterations 5
time step continuity errors : sum local = 1.14821e-10, global = -5.91596e-20, cumulative = -2.80977e-18
DICPCG: Solving for p, Initial residual = 2.22154e-05, Final residual = 6.84187e-07, No Iterations 3
time step continuity errors : sum local = 1.0867e-10, global = -1.41513e-20, cumulative = -2.82392e-18
BiCGStab: Solving for omega, Initial residual = 9.64527e-06, Final residual = 9.64527e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.35159e-06, Final residual = 3.35159e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5023.48 s ClockTime = 5024 s Max(PAc) = 154655 Pa
Courant Number mean: 0.0564467 max: 0.993857 velocity magnitude: 1.28498
deltaT = 0.000489855
Time = 1.57216
--> Cloud: bubbleCloud
Added 164 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 581475
Mass introduced by injector = 5.3218e-10
Number of parcels added continuously = 1222
Mass introduced continuously = 1.12637e-12
Current number of parcels = 4073052
Current mass in system = 4.57179e-09
Number of parcels shifted at least once = 3370
Number of parcel shifts towards cell center = 3372
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00670947, Final user-defined norm residual = 9.78291e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.09913e-05, Final user-defined norm residual = 1.57555e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.38076e-08, Final user-defined norm residual = 4.5386e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000589645, Final residual = 6.61428e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000492394, Final residual = 4.70693e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0881089, Final residual = 2.8025e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0449427, Final residual = 9.78809e-07, No Iterations 131
time step continuity errors : sum local = 1.3043e-10, global = 3.37456e-21, cumulative = -2.82054e-18
DICPCG: Solving for p, Initial residual = 0.00541613, Final residual = 9.59777e-07, No Iterations 131
time step continuity errors : sum local = 1.3214e-10, global = -6.28657e-20, cumulative = -2.88341e-18
BiCGStab: Solving for omega, Initial residual = 0.00048526, Final residual = 4.35571e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000675185, Final residual = 8.49115e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.79118e-05, Final residual = 1.04569e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.06627e-05, Final residual = 5.00238e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00810179, Final residual = 8.01631e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00886328, Final residual = 9.10504e-07, No Iterations 241
time step continuity errors : sum local = 1.19967e-10, global = -4.52146e-21, cumulative = -2.88793e-18
DICPCG: Solving for p, Initial residual = 0.00144065, Final residual = 9.50004e-07, No Iterations 69
time step continuity errors : sum local = 1.29244e-10, global = -3.21802e-21, cumulative = -2.89115e-18
BiCGStab: Solving for omega, Initial residual = 1.85827e-05, Final residual = 3.02131e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.00221e-05, Final residual = 1.02889e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.14777e-06, Final residual = 6.14393e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.83936e-06, Final residual = 3.14274e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00123079, Final residual = 4.35383e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00157642, Final residual = 9.37641e-07, No Iterations 30
time step continuity errors : sum local = 1.27768e-10, global = -5.27573e-20, cumulative = -2.9439e-18
DICPCG: Solving for p, Initial residual = 0.000241706, Final residual = 9.69722e-07, No Iterations 14
time step continuity errors : sum local = 1.31977e-10, global = -1.72248e-20, cumulative = -2.96113e-18
BiCGStab: Solving for omega, Initial residual = 8.78055e-06, Final residual = 8.78055e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.14636e-06, Final residual = 3.14636e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.48738e-07, Final residual = 5.8065e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.48088e-07, Final residual = 3.19182e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000235323, Final residual = 5.02982e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000405847, Final residual = 9.3962e-07, No Iterations 11
time step continuity errors : sum local = 1.27993e-10, global = -5.11544e-20, cumulative = -3.01228e-18
DICPCG: Solving for p, Initial residual = 6.45299e-05, Final residual = 8.21586e-07, No Iterations 5
time step continuity errors : sum local = 1.12422e-10, global = 5.21305e-21, cumulative = -3.00707e-18
BiCGStab: Solving for omega, Initial residual = 8.88052e-06, Final residual = 8.88052e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.16856e-06, Final residual = 3.16856e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.1886e-07, Final residual = 1.19653e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.19913e-07, Final residual = 6.30461e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.90582e-05, Final residual = 8.29344e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.0001138, Final residual = 7.61029e-07, No Iterations 5
time step continuity errors : sum local = 1.04436e-10, global = 7.43188e-21, cumulative = -2.99964e-18
DICPCG: Solving for p, Initial residual = 1.80684e-05, Final residual = 6.88986e-07, No Iterations 3
time step continuity errors : sum local = 9.49345e-11, global = 4.17661e-20, cumulative = -2.95787e-18
BiCGStab: Solving for omega, Initial residual = 8.8739e-06, Final residual = 8.8739e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.16944e-06, Final residual = 3.16944e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5040.52 s ClockTime = 5041 s Max(PAc) = 154314 Pa
Courant Number mean: 0.0564651 max: 0.992559 velocity magnitude: 1.29207
deltaT = 0.000489855
Time = 1.57265
--> Cloud: bubbleCloud
Added 116 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 581591
Mass introduced by injector = 5.32294e-10
Number of parcels added continuously = 1245
Mass introduced continuously = 1.14602e-12
Current number of parcels = 4073949
Current mass in system = 4.57258e-09
Number of parcels shifted at least once = 3422
Number of parcel shifts towards cell center = 3424
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00600005, Final user-defined norm residual = 0.0001841
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.95275e-05, Final user-defined norm residual = 1.29058e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.77112e-07, Final user-defined norm residual = 1.24212e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000584156, Final residual = 6.26241e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000488004, Final residual = 4.6009e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0863555, Final residual = 2.94825e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0448217, Final residual = 9.20261e-07, No Iterations 257
time step continuity errors : sum local = 1.21198e-10, global = 4.81531e-20, cumulative = -2.90972e-18
DICPCG: Solving for p, Initial residual = 0.00499944, Final residual = 9.44663e-07, No Iterations 114
time step continuity errors : sum local = 1.31638e-10, global = 2.93796e-20, cumulative = -2.88034e-18
BiCGStab: Solving for omega, Initial residual = 0.000481221, Final residual = 4.71285e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000673293, Final residual = 8.41996e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.81553e-05, Final residual = 1.02438e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.77948e-06, Final residual = 5.26915e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0086656, Final residual = 8.02222e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00863832, Final residual = 9.73301e-07, No Iterations 238
time step continuity errors : sum local = 1.28028e-10, global = 1.26636e-20, cumulative = -2.86768e-18
DICPCG: Solving for p, Initial residual = 0.00141574, Final residual = 8.92108e-07, No Iterations 68
time step continuity errors : sum local = 1.21343e-10, global = 5.93911e-22, cumulative = -2.86708e-18
BiCGStab: Solving for omega, Initial residual = 2.24553e-05, Final residual = 4.39779e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.00825e-05, Final residual = 1.09964e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.12833e-06, Final residual = 5.94542e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.61837e-06, Final residual = 3.16632e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00138325, Final residual = 4.33551e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00153614, Final residual = 9.72214e-07, No Iterations 37
time step continuity errors : sum local = 1.31981e-10, global = -4.23214e-20, cumulative = -2.9094e-18
DICPCG: Solving for p, Initial residual = 0.00024631, Final residual = 9.79195e-07, No Iterations 17
time step continuity errors : sum local = 1.32873e-10, global = 5.5827e-20, cumulative = -2.85358e-18
BiCGStab: Solving for omega, Initial residual = 1.45458e-05, Final residual = 3.32754e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.22367e-06, Final residual = 3.22367e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.8348e-07, Final residual = 5.31704e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.99971e-07, Final residual = 2.90412e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000271742, Final residual = 5.18211e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000414748, Final residual = 9.89988e-07, No Iterations 8
time step continuity errors : sum local = 1.34279e-10, global = 7.30384e-20, cumulative = -2.78054e-18
DICPCG: Solving for p, Initial residual = 6.77854e-05, Final residual = 7.04338e-07, No Iterations 5
time step continuity errors : sum local = 9.66969e-11, global = 8.25767e-20, cumulative = -2.69796e-18
BiCGStab: Solving for omega, Initial residual = 1.43267e-05, Final residual = 3.44922e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.22802e-06, Final residual = 3.22802e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.20858e-07, Final residual = 8.88798e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.12312e-07, Final residual = 5.46838e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.0034e-05, Final residual = 8.61398e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000110066, Final residual = 8.59409e-07, No Iterations 5
time step continuity errors : sum local = 1.17095e-10, global = 2.19881e-20, cumulative = -2.67597e-18
DICPCG: Solving for p, Initial residual = 1.87266e-05, Final residual = 7.22957e-07, No Iterations 3
time step continuity errors : sum local = 9.91452e-11, global = -6.01105e-21, cumulative = -2.68198e-18
BiCGStab: Solving for omega, Initial residual = 1.73711e-05, Final residual = 3.48479e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.23405e-06, Final residual = 3.23405e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5057.46 s ClockTime = 5058 s Max(PAc) = 154019 Pa
Courant Number mean: 0.0564834 max: 0.994533 velocity magnitude: 1.29237
deltaT = 0.000489855
Time = 1.57314
--> Cloud: bubbleCloud
Added 222 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 581813
Mass introduced by injector = 5.32485e-10
Number of parcels added continuously = 1237
Mass introduced continuously = 1.12461e-12
Current number of parcels = 4074954
Current mass in system = 4.5734e-09
Number of parcels shifted at least once = 3492
Number of parcel shifts towards cell center = 3496
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00637885, Final user-defined norm residual = 0.000155719
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.3449e-05, Final user-defined norm residual = 6.66548e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.43183e-07, Final user-defined norm residual = 3.31851e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000583823, Final residual = 6.36398e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000486198, Final residual = 4.5452e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0879808, Final residual = 4.15967e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0430146, Final residual = 9.92807e-07, No Iterations 254
time step continuity errors : sum local = 1.29994e-10, global = -9.89719e-21, cumulative = -2.69188e-18
DICPCG: Solving for p, Initial residual = 0.00443729, Final residual = 8.59253e-07, No Iterations 130
time step continuity errors : sum local = 1.20017e-10, global = 3.5475e-20, cumulative = -2.65641e-18
BiCGStab: Solving for omega, Initial residual = 0.000482967, Final residual = 3.65673e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000671824, Final residual = 8.38382e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.68162e-05, Final residual = 1.03861e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.35713e-06, Final residual = 5.44506e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0077878, Final residual = 9.66138e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00797638, Final residual = 9.68065e-07, No Iterations 237
time step continuity errors : sum local = 1.26209e-10, global = -1.79324e-21, cumulative = -2.6582e-18
DICPCG: Solving for p, Initial residual = 0.00135401, Final residual = 8.62403e-07, No Iterations 76
time step continuity errors : sum local = 1.16258e-10, global = 5.46872e-20, cumulative = -2.60351e-18
BiCGStab: Solving for omega, Initial residual = 2.71352e-05, Final residual = 3.01659e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.96558e-06, Final residual = 9.96558e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.61754e-06, Final residual = 6.16653e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.40846e-06, Final residual = 3.21087e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00115297, Final residual = 5.00006e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00134221, Final residual = 9.67567e-07, No Iterations 27
time step continuity errors : sum local = 1.30048e-10, global = 1.14945e-20, cumulative = -2.59202e-18
DICPCG: Solving for p, Initial residual = 0.00022746, Final residual = 9.44734e-07, No Iterations 13
time step continuity errors : sum local = 1.27019e-10, global = 1.20153e-20, cumulative = -2.58e-18
BiCGStab: Solving for omega, Initial residual = 1.7877e-05, Final residual = 2.80785e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.99359e-06, Final residual = 9.99359e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.4832e-07, Final residual = 5.8422e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.52219e-07, Final residual = 3.34988e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000210767, Final residual = 5.2165e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000310781, Final residual = 9.81412e-07, No Iterations 14
time step continuity errors : sum local = 1.31778e-10, global = -2.66946e-20, cumulative = -2.6067e-18
DICPCG: Solving for p, Initial residual = 5.58517e-05, Final residual = 9.96301e-07, No Iterations 5
time step continuity errors : sum local = 1.33713e-10, global = 3.7663e-20, cumulative = -2.56903e-18
BiCGStab: Solving for omega, Initial residual = 1.98009e-05, Final residual = 2.85349e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.00037e-05, Final residual = 1.10429e-09, No Iterations 1
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.15719e-07, Final residual = 2.86303e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.11575e-07, Final residual = 1.87916e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.23081e-05, Final residual = 8.66675e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000104581, Final residual = 8.78056e-07, No Iterations 7
time step continuity errors : sum local = 1.18308e-10, global = -1.57966e-20, cumulative = -2.58483e-18
DICPCG: Solving for p, Initial residual = 1.68116e-05, Final residual = 8.77546e-07, No Iterations 3
time step continuity errors : sum local = 1.18242e-10, global = -2.21309e-20, cumulative = -2.60696e-18
BiCGStab: Solving for omega, Initial residual = 1.81191e-05, Final residual = 3.19003e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.24723e-06, Final residual = 3.24723e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5074.6 s ClockTime = 5075 s Max(PAc) = 153565 Pa
Courant Number mean: 0.0565014 max: 0.992081 velocity magnitude: 1.29228
deltaT = 0.000489855
Time = 1.57363
--> Cloud: bubbleCloud
Added 140 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 581953
Mass introduced by injector = 5.32591e-10
Number of parcels added continuously = 1142
Mass introduced continuously = 1.12324e-12
Current number of parcels = 4075780
Current mass in system = 4.57414e-09
Number of parcels shifted at least once = 3447
Number of parcel shifts towards cell center = 3450
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00581044, Final user-defined norm residual = 8.80106e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.88994e-05, Final user-defined norm residual = 1.62594e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.4916e-08, Final user-defined norm residual = 3.38117e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000582481, Final residual = 6.39747e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000485696, Final residual = 4.52321e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0846799, Final residual = 3.17461e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0442295, Final residual = 9.17734e-07, No Iterations 255
time step continuity errors : sum local = 1.19251e-10, global = 2.4011e-20, cumulative = -2.58295e-18
DICPCG: Solving for p, Initial residual = 0.00470049, Final residual = 8.87403e-07, No Iterations 94
time step continuity errors : sum local = 1.15654e-10, global = 5.62254e-20, cumulative = -2.52673e-18
BiCGStab: Solving for omega, Initial residual = 0.000480424, Final residual = 3.63065e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000671109, Final residual = 8.41143e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.57939e-05, Final residual = 1.02407e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.98219e-06, Final residual = 5.44041e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00824653, Final residual = 8.85037e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00784101, Final residual = 9.59471e-07, No Iterations 242
time step continuity errors : sum local = 1.244e-10, global = -2.7987e-21, cumulative = -2.52952e-18
DICPCG: Solving for p, Initial residual = 0.00138138, Final residual = 9.45502e-07, No Iterations 70
time step continuity errors : sum local = 1.271e-10, global = -1.13578e-20, cumulative = -2.54088e-18
BiCGStab: Solving for omega, Initial residual = 1.80179e-05, Final residual = 2.69098e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.51664e-06, Final residual = 9.51664e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.53463e-06, Final residual = 6.14167e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.34328e-06, Final residual = 3.42988e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00126514, Final residual = 4.60458e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0011446, Final residual = 9.70283e-07, No Iterations 32
time step continuity errors : sum local = 1.30474e-10, global = 2.16401e-20, cumulative = -2.51924e-18
DICPCG: Solving for p, Initial residual = 0.000204612, Final residual = 9.28401e-07, No Iterations 20
time step continuity errors : sum local = 1.24998e-10, global = -1.44118e-20, cumulative = -2.53365e-18
BiCGStab: Solving for omega, Initial residual = 9.34195e-06, Final residual = 9.34195e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.5633e-06, Final residual = 9.5633e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.8935e-07, Final residual = 4.86085e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.17093e-07, Final residual = 3.06383e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000235025, Final residual = 5.55601e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000288155, Final residual = 8.38432e-07, No Iterations 7
time step continuity errors : sum local = 1.13334e-10, global = 4.7592e-20, cumulative = -2.48606e-18
DICPCG: Solving for p, Initial residual = 4.96747e-05, Final residual = 8.05386e-07, No Iterations 4
time step continuity errors : sum local = 1.09047e-10, global = 2.23238e-20, cumulative = -2.46374e-18
BiCGStab: Solving for omega, Initial residual = 9.39366e-06, Final residual = 9.39366e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.56145e-06, Final residual = 9.56145e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.51582e-07, Final residual = 7.35225e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.64673e-08, Final residual = 4.09783e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.88817e-05, Final residual = 9.26454e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.34299e-05, Final residual = 7.63547e-07, No Iterations 4
time step continuity errors : sum local = 1.03627e-10, global = 1.66942e-20, cumulative = -2.44704e-18
DICPCG: Solving for p, Initial residual = 1.39034e-05, Final residual = 5.65119e-07, No Iterations 3
time step continuity errors : sum local = 7.79155e-11, global = 1.10772e-20, cumulative = -2.43597e-18
BiCGStab: Solving for omega, Initial residual = 9.40016e-06, Final residual = 9.40016e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.55893e-06, Final residual = 9.55893e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5091.51 s ClockTime = 5092 s Max(PAc) = 154018 Pa
Courant Number mean: 0.0565194 max: 0.992731 velocity magnitude: 1.29223
deltaT = 0.000489855
Time = 1.57412
--> Cloud: bubbleCloud
Added 178 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 582131
Mass introduced by injector = 5.3275e-10
Number of parcels added continuously = 1231
Mass introduced continuously = 1.07344e-12
Current number of parcels = 4076735
Current mass in system = 4.57496e-09
Number of parcels shifted at least once = 3465
Number of parcel shifts towards cell center = 3470
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00572531, Final user-defined norm residual = 8.18715e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.75972e-05, Final user-defined norm residual = 7.21655e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.55113e-08, Final user-defined norm residual = 5.36028e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000585933, Final residual = 6.23859e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000490586, Final residual = 4.42211e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0845038, Final residual = 3.5424e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0515459, Final residual = 8.9986e-07, No Iterations 154
time step continuity errors : sum local = 1.17967e-10, global = -1.17861e-20, cumulative = -2.44775e-18
DICPCG: Solving for p, Initial residual = 0.00647215, Final residual = 9.62324e-07, No Iterations 112
time step continuity errors : sum local = 1.28963e-10, global = 6.72662e-20, cumulative = -2.38049e-18
BiCGStab: Solving for omega, Initial residual = 0.000478502, Final residual = 3.68613e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000670764, Final residual = 8.43046e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.73021e-05, Final residual = 1.06791e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.91418e-06, Final residual = 5.12387e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00810776, Final residual = 9.82257e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00825014, Final residual = 9.55068e-07, No Iterations 239
time step continuity errors : sum local = 1.23014e-10, global = -5.66751e-21, cumulative = -2.38615e-18
DICPCG: Solving for p, Initial residual = 0.00133441, Final residual = 9.28696e-07, No Iterations 75
time step continuity errors : sum local = 1.2368e-10, global = 8.73619e-23, cumulative = -2.38607e-18
BiCGStab: Solving for omega, Initial residual = 2.21197e-05, Final residual = 2.75233e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.24329e-06, Final residual = 8.24329e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.93411e-06, Final residual = 5.90672e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.67099e-06, Final residual = 3.17381e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00118211, Final residual = 5.08483e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00148757, Final residual = 9.3749e-07, No Iterations 33
time step continuity errors : sum local = 1.24989e-10, global = -4.07802e-20, cumulative = -2.42685e-18
DICPCG: Solving for p, Initial residual = 0.000235668, Final residual = 9.82921e-07, No Iterations 16
time step continuity errors : sum local = 1.30789e-10, global = -3.80569e-20, cumulative = -2.4649e-18
BiCGStab: Solving for omega, Initial residual = 1.55846e-05, Final residual = 1.89523e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.28248e-06, Final residual = 8.28248e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.06019e-07, Final residual = 5.1538e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.15062e-07, Final residual = 3.17542e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00021109, Final residual = 5.52465e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000371932, Final residual = 9.43398e-07, No Iterations 7
time step continuity errors : sum local = 1.25693e-10, global = -3.71402e-20, cumulative = -2.50204e-18
DICPCG: Solving for p, Initial residual = 6.4504e-05, Final residual = 7.59756e-07, No Iterations 5
time step continuity errors : sum local = 1.0206e-10, global = -8.46166e-20, cumulative = -2.58666e-18
BiCGStab: Solving for omega, Initial residual = 1.34145e-05, Final residual = 1.8367e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.29152e-06, Final residual = 8.29152e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.13692e-07, Final residual = 9.14352e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.20318e-07, Final residual = 5.17587e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.44555e-05, Final residual = 9.25112e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000116103, Final residual = 9.30238e-07, No Iterations 5
time step continuity errors : sum local = 1.23998e-10, global = -3.67583e-20, cumulative = -2.62342e-18
DICPCG: Solving for p, Initial residual = 1.96359e-05, Final residual = 7.28023e-07, No Iterations 3
time step continuity errors : sum local = 9.79796e-11, global = 4.49648e-21, cumulative = -2.61892e-18
BiCGStab: Solving for omega, Initial residual = 1.81042e-05, Final residual = 1.90665e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.2835e-06, Final residual = 8.2835e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5108.6 s ClockTime = 5109 s Max(PAc) = 153644 Pa
Courant Number mean: 0.0565373 max: 0.991982 velocity magnitude: 1.2898
deltaT = 0.000489855
Time = 1.57461
--> Cloud: bubbleCloud
Added 199 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 582330
Mass introduced by injector = 5.32939e-10
Number of parcels added continuously = 1192
Mass introduced continuously = 1.11297e-12
Current number of parcels = 4077648
Current mass in system = 4.57578e-09
Number of parcels shifted at least once = 3487
Number of parcel shifts towards cell center = 3491
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00608271, Final user-defined norm residual = 0.000188426
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.05308e-05, Final user-defined norm residual = 1.10122e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.36879e-07, Final user-defined norm residual = 1.60063e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000586931, Final residual = 6.46252e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000490264, Final residual = 4.41699e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0899157, Final residual = 3.63923e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0487684, Final residual = 9.45409e-07, No Iterations 265
time step continuity errors : sum local = 1.20947e-10, global = 5.18971e-20, cumulative = -2.56703e-18
DICPCG: Solving for p, Initial residual = 0.00568608, Final residual = 9.47867e-07, No Iterations 147
time step continuity errors : sum local = 1.2978e-10, global = 1.37091e-20, cumulative = -2.55332e-18
BiCGStab: Solving for omega, Initial residual = 0.000480016, Final residual = 4.95489e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000670655, Final residual = 8.49212e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.84916e-05, Final residual = 1.01495e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.0329e-05, Final residual = 5.28211e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00829675, Final residual = 9.83444e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00908169, Final residual = 9.64802e-07, No Iterations 243
time step continuity errors : sum local = 1.23041e-10, global = 2.45688e-20, cumulative = -2.52875e-18
DICPCG: Solving for p, Initial residual = 0.00163812, Final residual = 9.7643e-07, No Iterations 86
time step continuity errors : sum local = 1.28493e-10, global = -5.74831e-20, cumulative = -2.58623e-18
BiCGStab: Solving for omega, Initial residual = 2.52147e-05, Final residual = 2.95918e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.13973e-06, Final residual = 8.13973e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.347e-06, Final residual = 6.02338e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.85154e-06, Final residual = 3.17217e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00129472, Final residual = 5.07725e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00168781, Final residual = 9.89611e-07, No Iterations 56
time step continuity errors : sum local = 1.30488e-10, global = 8.42456e-20, cumulative = -2.50198e-18
DICPCG: Solving for p, Initial residual = 0.000304588, Final residual = 9.90755e-07, No Iterations 29
time step continuity errors : sum local = 1.30608e-10, global = 5.25358e-20, cumulative = -2.44945e-18
BiCGStab: Solving for omega, Initial residual = 1.54986e-05, Final residual = 2.37689e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.21129e-06, Final residual = 8.21129e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.60983e-07, Final residual = 5.16424e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.05283e-07, Final residual = 2.48934e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000244175, Final residual = 5.49185e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000445444, Final residual = 9.37914e-07, No Iterations 13
time step continuity errors : sum local = 1.23857e-10, global = -3.44702e-20, cumulative = -2.48392e-18
DICPCG: Solving for p, Initial residual = 8.69327e-05, Final residual = 8.88114e-07, No Iterations 5
time step continuity errors : sum local = 1.17504e-10, global = 3.29423e-20, cumulative = -2.45098e-18
BiCGStab: Solving for omega, Initial residual = 1.68885e-05, Final residual = 2.51753e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.21723e-06, Final residual = 8.21723e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.77257e-07, Final residual = 9.12862e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.57077e-07, Final residual = 5.19032e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 5.01316e-05, Final residual = 9.42563e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000146987, Final residual = 9.01774e-07, No Iterations 5
time step continuity errors : sum local = 1.19246e-10, global = -5.76593e-20, cumulative = -2.50864e-18
DICPCG: Solving for p, Initial residual = 2.70318e-05, Final residual = 7.70067e-07, No Iterations 3
time step continuity errors : sum local = 1.0245e-10, global = -3.51752e-20, cumulative = -2.54381e-18
BiCGStab: Solving for omega, Initial residual = 1.52068e-05, Final residual = 2.87667e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.20838e-06, Final residual = 8.20838e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5125.6 s ClockTime = 5126 s Max(PAc) = 155130 Pa
Courant Number mean: 0.0565555 max: 1.00034 velocity magnitude: 1.29017
deltaT = 0.000449034
Time = 1.57506
--> Cloud: bubbleCloud
Added 147 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 582477
Mass introduced by injector = 5.33056e-10
Number of parcels added continuously = 1174
Mass introduced continuously = 1.02973e-12
Current number of parcels = 4078551
Current mass in system = 4.57651e-09
Number of parcels shifted at least once = 3183
Number of parcel shifts towards cell center = 3186
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0055408, Final user-defined norm residual = 0.000131495
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.82601e-05, Final user-defined norm residual = 7.47304e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.60612e-07, Final user-defined norm residual = 2.55169e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00054434, Final residual = 3.55359e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000457212, Final residual = 2.51166e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0826929, Final residual = 1.91557e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0473425, Final residual = 8.54964e-07, No Iterations 268
time step continuity errors : sum local = 9.42881e-11, global = 7.41261e-20, cumulative = -2.46969e-18
DICPCG: Solving for p, Initial residual = 0.00669634, Final residual = 8.84705e-07, No Iterations 253
time step continuity errors : sum local = 9.82511e-11, global = 5.35278e-20, cumulative = -2.41616e-18
BiCGStab: Solving for omega, Initial residual = 0.000440167, Final residual = 2.91094e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000614654, Final residual = 5.93392e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.67372e-05, Final residual = 6.82542e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.22422e-06, Final residual = 3.59558e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.007268, Final residual = 5.07652e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00944198, Final residual = 8.20198e-07, No Iterations 243
time step continuity errors : sum local = 9.10552e-11, global = 2.59134e-20, cumulative = -2.39024e-18
DICPCG: Solving for p, Initial residual = 0.00161913, Final residual = 9.95308e-07, No Iterations 85
time step continuity errors : sum local = 1.13944e-10, global = 1.36124e-20, cumulative = -2.37663e-18
BiCGStab: Solving for omega, Initial residual = 1.71712e-05, Final residual = 2.10054e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.80896e-06, Final residual = 6.80896e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.39696e-06, Final residual = 3.45931e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.69953e-06, Final residual = 1.94754e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00103841, Final residual = 2.56136e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00195679, Final residual = 9.85442e-07, No Iterations 60
time step continuity errors : sum local = 1.13229e-10, global = 4.46848e-21, cumulative = -2.37216e-18
DICPCG: Solving for p, Initial residual = 0.000306179, Final residual = 9.54394e-07, No Iterations 24
time step continuity errors : sum local = 1.09761e-10, global = 4.63502e-20, cumulative = -2.32581e-18
BiCGStab: Solving for omega, Initial residual = 9.30697e-06, Final residual = 9.30697e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.87166e-06, Final residual = 6.87166e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.18583e-07, Final residual = 3.1192e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.68674e-07, Final residual = 1.75256e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000183549, Final residual = 3.50375e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000500721, Final residual = 9.48164e-07, No Iterations 10
time step continuity errors : sum local = 1.09065e-10, global = 2.06255e-20, cumulative = -2.30519e-18
DICPCG: Solving for p, Initial residual = 8.72614e-05, Final residual = 7.55648e-07, No Iterations 5
time step continuity errors : sum local = 8.76703e-11, global = 5.05438e-20, cumulative = -2.25464e-18
BiCGStab: Solving for omega, Initial residual = 9.34415e-06, Final residual = 9.34415e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.87237e-06, Final residual = 6.87237e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.65989e-07, Final residual = 5.03464e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.35633e-07, Final residual = 3.02205e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.73448e-05, Final residual = 5.46662e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00015314, Final residual = 6.57848e-07, No Iterations 5
time step continuity errors : sum local = 7.68044e-11, global = -9.70959e-20, cumulative = -2.35174e-18
DICPCG: Solving for p, Initial residual = 2.58079e-05, Final residual = 7.3554e-07, No Iterations 3
time step continuity errors : sum local = 8.54349e-11, global = -2.69176e-20, cumulative = -2.37866e-18
BiCGStab: Solving for omega, Initial residual = 9.34779e-06, Final residual = 9.34779e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.86928e-06, Final residual = 6.86928e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5142.49 s ClockTime = 5143 s Max(PAc) = 154635 Pa
Courant Number mean: 0.0518587 max: 0.920287 velocity magnitude: 1.29407
deltaT = 0.000449034
Time = 1.57551
--> Cloud: bubbleCloud
Added 119 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 582596
Mass introduced by injector = 5.33168e-10
Number of parcels added continuously = 1109
Mass introduced continuously = 9.92385e-13
Current number of parcels = 4079345
Current mass in system = 4.57722e-09
Number of parcels shifted at least once = 3277
Number of parcel shifts towards cell center = 3278
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00536212, Final user-defined norm residual = 5.67223e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.21851e-05, Final user-defined norm residual = 5.97131e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.28278e-08, Final user-defined norm residual = 9.99759e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000547791, Final residual = 3.51642e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000452784, Final residual = 2.51592e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0809099, Final residual = 1.98156e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0515675, Final residual = 9.77298e-07, No Iterations 260
time step continuity errors : sum local = 1.08108e-10, global = 7.55848e-20, cumulative = -2.30307e-18
DICPCG: Solving for p, Initial residual = 0.00610181, Final residual = 9.6085e-07, No Iterations 133
time step continuity errors : sum local = 1.09325e-10, global = 4.55589e-20, cumulative = -2.25751e-18
BiCGStab: Solving for omega, Initial residual = 0.000440581, Final residual = 2.79256e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000614631, Final residual = 5.9534e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.95798e-05, Final residual = 6.87416e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.02219e-05, Final residual = 3.41456e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00703508, Final residual = 4.66862e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0103906, Final residual = 8.79773e-07, No Iterations 237
time step continuity errors : sum local = 9.71354e-11, global = -1.23016e-20, cumulative = -2.26982e-18
DICPCG: Solving for p, Initial residual = 0.00180633, Final residual = 9.60825e-07, No Iterations 65
time step continuity errors : sum local = 1.10155e-10, global = 3.19311e-20, cumulative = -2.23788e-18
BiCGStab: Solving for omega, Initial residual = 1.94025e-05, Final residual = 2.33503e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.9946e-06, Final residual = 6.9946e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.67882e-06, Final residual = 3.69382e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.00282e-06, Final residual = 2.00267e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00101006, Final residual = 2.32045e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00224312, Final residual = 9.65371e-07, No Iterations 54
time step continuity errors : sum local = 1.1113e-10, global = -4.3418e-20, cumulative = -2.2813e-18
DICPCG: Solving for p, Initial residual = 0.000376866, Final residual = 9.38394e-07, No Iterations 29
time step continuity errors : sum local = 1.08118e-10, global = -2.66968e-20, cumulative = -2.308e-18
BiCGStab: Solving for omega, Initial residual = 1.12241e-05, Final residual = 2.0246e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.03854e-06, Final residual = 7.03854e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.09369e-06, Final residual = 3.11514e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.35217e-07, Final residual = 1.96809e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000185283, Final residual = 3.45445e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000659837, Final residual = 9.79942e-07, No Iterations 13
time step continuity errors : sum local = 1.12701e-10, global = -3.02454e-22, cumulative = -2.3083e-18
DICPCG: Solving for p, Initial residual = 0.00010728, Final residual = 9.58656e-07, No Iterations 5
time step continuity errors : sum local = 1.10343e-10, global = -2.38274e-20, cumulative = -2.33213e-18
BiCGStab: Solving for omega, Initial residual = 8.82917e-06, Final residual = 8.82917e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.04722e-06, Final residual = 7.04722e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.94473e-07, Final residual = 5.57245e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.63816e-07, Final residual = 3.48722e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.71401e-05, Final residual = 5.73236e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000188239, Final residual = 9.74769e-07, No Iterations 5
time step continuity errors : sum local = 1.12122e-10, global = 4.20215e-21, cumulative = -2.32793e-18
DICPCG: Solving for p, Initial residual = 3.02004e-05, Final residual = 8.39299e-07, No Iterations 3
time step continuity errors : sum local = 9.71586e-11, global = -4.48459e-20, cumulative = -2.37277e-18
BiCGStab: Solving for omega, Initial residual = 8.86243e-06, Final residual = 8.86243e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.04198e-06, Final residual = 7.04198e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5159.54 s ClockTime = 5160 s Max(PAc) = 154636 Pa
Courant Number mean: 0.0518745 max: 0.916565 velocity magnitude: 1.29861
deltaT = 0.000449034
Time = 1.57596
--> Cloud: bubbleCloud
Added 208 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 582804
Mass introduced by injector = 5.33336e-10
Number of parcels added continuously = 1179
Mass introduced continuously = 1.15205e-12
Current number of parcels = 4080334
Current mass in system = 4.57813e-09
Number of parcels shifted at least once = 3232
Number of parcel shifts towards cell center = 3232
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00615846, Final user-defined norm residual = 0.000116579
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.50593e-05, Final user-defined norm residual = 3.70203e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.95802e-08, Final user-defined norm residual = 1.3207e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00054689, Final residual = 3.63152e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000454673, Final residual = 2.4365e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0773259, Final residual = 2.01326e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0503603, Final residual = 9.83872e-07, No Iterations 251
time step continuity errors : sum local = 1.08788e-10, global = 2.46049e-20, cumulative = -2.34817e-18
DICPCG: Solving for p, Initial residual = 0.00595779, Final residual = 9.68092e-07, No Iterations 88
time step continuity errors : sum local = 1.09222e-10, global = 2.19772e-20, cumulative = -2.32619e-18
BiCGStab: Solving for omega, Initial residual = 0.000439953, Final residual = 3.5093e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000615196, Final residual = 5.95943e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.8402e-05, Final residual = 7.46778e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.07462e-05, Final residual = 3.55923e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00673454, Final residual = 4.80606e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0103556, Final residual = 9.78292e-07, No Iterations 237
time step continuity errors : sum local = 1.0838e-10, global = -3.37175e-20, cumulative = -2.35991e-18
DICPCG: Solving for p, Initial residual = 0.00178799, Final residual = 9.49984e-07, No Iterations 67
time step continuity errors : sum local = 1.08893e-10, global = -3.21489e-20, cumulative = -2.39206e-18
BiCGStab: Solving for omega, Initial residual = 1.52756e-05, Final residual = 1.89233e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.83262e-06, Final residual = 6.83262e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.84067e-06, Final residual = 3.73758e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.94461e-06, Final residual = 1.90838e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000993155, Final residual = 2.35351e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0021353, Final residual = 9.66305e-07, No Iterations 61
time step continuity errors : sum local = 1.11087e-10, global = 1.01033e-19, cumulative = -2.29102e-18
DICPCG: Solving for p, Initial residual = 0.000349447, Final residual = 9.85828e-07, No Iterations 31
time step continuity errors : sum local = 1.13218e-10, global = 5.58345e-20, cumulative = -2.23519e-18
BiCGStab: Solving for omega, Initial residual = 7.63785e-06, Final residual = 7.63785e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.86888e-06, Final residual = 6.86888e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.63994e-07, Final residual = 3.02733e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.39898e-07, Final residual = 1.76154e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000180563, Final residual = 3.26553e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000561177, Final residual = 9.79388e-07, No Iterations 19
time step continuity errors : sum local = 1.12483e-10, global = 9.18898e-20, cumulative = -2.1433e-18
DICPCG: Solving for p, Initial residual = 9.45776e-05, Final residual = 8.65647e-07, No Iterations 6
time step continuity errors : sum local = 9.98576e-11, global = 5.94052e-20, cumulative = -2.08389e-18
BiCGStab: Solving for omega, Initial residual = 7.81083e-06, Final residual = 7.81083e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.86152e-06, Final residual = 6.86152e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.77991e-07, Final residual = 5.98171e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.44829e-07, Final residual = 3.66316e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.78892e-05, Final residual = 5.12146e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000168196, Final residual = 8.92571e-07, No Iterations 6
time step continuity errors : sum local = 1.02842e-10, global = -4.17306e-21, cumulative = -2.08807e-18
DICPCG: Solving for p, Initial residual = 2.57506e-05, Final residual = 9.49112e-07, No Iterations 3
time step continuity errors : sum local = 1.09109e-10, global = 3.72081e-20, cumulative = -2.05086e-18
BiCGStab: Solving for omega, Initial residual = 7.81769e-06, Final residual = 7.81769e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.8573e-06, Final residual = 6.8573e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5176.4 s ClockTime = 5177 s Max(PAc) = 154890 Pa
Courant Number mean: 0.0518901 max: 0.910054 velocity magnitude: 1.3041
deltaT = 0.000449034
Time = 1.57641
--> Cloud: bubbleCloud
Added 158 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 582962
Mass introduced by injector = 5.33445e-10
Number of parcels added continuously = 1037
Mass introduced continuously = 9.92389e-13
Current number of parcels = 4081107
Current mass in system = 4.57882e-09
Number of parcels shifted at least once = 3145
Number of parcel shifts towards cell center = 3145
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00588499, Final user-defined norm residual = 0.000117704
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.53035e-05, Final user-defined norm residual = 2.34541e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.04214e-08, Final user-defined norm residual = 4.06378e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000547001, Final residual = 3.85013e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000451709, Final residual = 2.38278e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0746223, Final residual = 1.69833e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.050065, Final residual = 9.55097e-07, No Iterations 250
time step continuity errors : sum local = 1.06362e-10, global = -2.02103e-20, cumulative = -2.07107e-18
DICPCG: Solving for p, Initial residual = 0.00556948, Final residual = 8.91107e-07, No Iterations 99
time step continuity errors : sum local = 1.02564e-10, global = -4.9224e-20, cumulative = -2.12029e-18
BiCGStab: Solving for omega, Initial residual = 0.000438896, Final residual = 3.48471e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000614828, Final residual = 5.94723e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.73558e-05, Final residual = 7.43364e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.92104e-06, Final residual = 3.49912e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00666101, Final residual = 4.17343e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00918774, Final residual = 9.00451e-07, No Iterations 244
time step continuity errors : sum local = 1.00431e-10, global = 2.06493e-20, cumulative = -2.09964e-18
DICPCG: Solving for p, Initial residual = 0.00152393, Final residual = 9.78334e-07, No Iterations 70
time step continuity errors : sum local = 1.12576e-10, global = -3.72221e-20, cumulative = -2.13687e-18
BiCGStab: Solving for omega, Initial residual = 1.93689e-05, Final residual = 1.74914e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.92889e-06, Final residual = 6.92889e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.04227e-06, Final residual = 3.56768e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.69379e-06, Final residual = 1.86451e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00100078, Final residual = 2.13451e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00155549, Final residual = 9.70118e-07, No Iterations 68
time step continuity errors : sum local = 1.11997e-10, global = -7.36638e-21, cumulative = -2.14423e-18
DICPCG: Solving for p, Initial residual = 0.000271554, Final residual = 9.49161e-07, No Iterations 48
time step continuity errors : sum local = 1.09566e-10, global = 2.05893e-21, cumulative = -2.14217e-18
BiCGStab: Solving for omega, Initial residual = 1.30271e-05, Final residual = 1.35616e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.97504e-06, Final residual = 6.97504e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.72464e-07, Final residual = 3.4681e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.17955e-07, Final residual = 1.91732e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000187175, Final residual = 3.24717e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000405057, Final residual = 9.64245e-07, No Iterations 23
time step continuity errors : sum local = 1.11237e-10, global = 1.47074e-21, cumulative = -2.1407e-18
DICPCG: Solving for p, Initial residual = 6.66557e-05, Final residual = 8.83902e-07, No Iterations 7
time step continuity errors : sum local = 1.02272e-10, global = 2.51494e-20, cumulative = -2.11555e-18
BiCGStab: Solving for omega, Initial residual = 1.55618e-05, Final residual = 1.36711e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.00163e-06, Final residual = 7.00163e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.75849e-07, Final residual = 8.27323e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.22961e-07, Final residual = 4.59146e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.74619e-05, Final residual = 5.34815e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.89133e-05, Final residual = 8.80975e-07, No Iterations 6
time step continuity errors : sum local = 1.01944e-10, global = 4.47954e-21, cumulative = -2.11107e-18
DICPCG: Solving for p, Initial residual = 1.65825e-05, Final residual = 9.41688e-07, No Iterations 3
time step continuity errors : sum local = 1.08713e-10, global = -3.21938e-20, cumulative = -2.14327e-18
BiCGStab: Solving for omega, Initial residual = 1.44473e-05, Final residual = 1.55056e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.98797e-06, Final residual = 6.98797e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5193.41 s ClockTime = 5194 s Max(PAc) = 155499 Pa
Courant Number mean: 0.0519052 max: 0.91075 velocity magnitude: 1.30981
deltaT = 0.000449034
Time = 1.57686
--> Cloud: bubbleCloud
Added 136 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 583098
Mass introduced by injector = 5.33557e-10
Number of parcels added continuously = 1121
Mass introduced continuously = 1.02645e-12
Current number of parcels = 4081988
Current mass in system = 4.57959e-09
Number of parcels shifted at least once = 3137
Number of parcel shifts towards cell center = 3139
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00567799, Final user-defined norm residual = 0.000152267
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.2698e-05, Final user-defined norm residual = 5.81637e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.24903e-07, Final user-defined norm residual = 1.22075e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000549596, Final residual = 3.79928e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000452447, Final residual = 2.34696e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0708988, Final residual = 1.70827e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0477711, Final residual = 9.25736e-07, No Iterations 263
time step continuity errors : sum local = 1.03826e-10, global = -6.1235e-20, cumulative = -2.2045e-18
DICPCG: Solving for p, Initial residual = 0.00575165, Final residual = 8.99236e-07, No Iterations 146
time step continuity errors : sum local = 1.01402e-10, global = 9.26912e-20, cumulative = -2.11181e-18
BiCGStab: Solving for omega, Initial residual = 0.000446478, Final residual = 2.77983e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000615211, Final residual = 5.92284e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.72617e-05, Final residual = 6.66256e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.86721e-06, Final residual = 3.35873e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00596871, Final residual = 4.29566e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00833427, Final residual = 9.94232e-07, No Iterations 242
time step continuity errors : sum local = 1.11894e-10, global = 4.56262e-20, cumulative = -2.06619e-18
DICPCG: Solving for p, Initial residual = 0.00131994, Final residual = 9.86712e-07, No Iterations 76
time step continuity errors : sum local = 1.14798e-10, global = 8.05398e-20, cumulative = -1.98565e-18
BiCGStab: Solving for omega, Initial residual = 1.78434e-05, Final residual = 1.78485e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.13326e-06, Final residual = 7.13326e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.01995e-06, Final residual = 3.46023e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.44789e-06, Final residual = 1.87928e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000861387, Final residual = 2.10866e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00155732, Final residual = 9.89582e-07, No Iterations 65
time step continuity errors : sum local = 1.15504e-10, global = -5.0607e-20, cumulative = -2.03625e-18
DICPCG: Solving for p, Initial residual = 0.000248153, Final residual = 9.43394e-07, No Iterations 35
time step continuity errors : sum local = 1.10226e-10, global = -2.66159e-20, cumulative = -2.06287e-18
BiCGStab: Solving for omega, Initial residual = 8.97648e-06, Final residual = 8.97648e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.1922e-06, Final residual = 7.1922e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.80627e-07, Final residual = 3.22475e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.71344e-07, Final residual = 1.61806e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000151963, Final residual = 2.92387e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000395071, Final residual = 9.57376e-07, No Iterations 18
time step continuity errors : sum local = 1.11769e-10, global = 4.89219e-21, cumulative = -2.05798e-18
DICPCG: Solving for p, Initial residual = 6.26193e-05, Final residual = 9.21831e-07, No Iterations 6
time step continuity errors : sum local = 1.07755e-10, global = 2.04913e-21, cumulative = -2.05593e-18
BiCGStab: Solving for omega, Initial residual = 9.04176e-06, Final residual = 9.04176e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.18872e-06, Final residual = 7.18872e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.87424e-07, Final residual = 5.72485e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.74681e-08, Final residual = 3.69916e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.13732e-05, Final residual = 4.6269e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000101837, Final residual = 9.70708e-07, No Iterations 5
time step continuity errors : sum local = 1.13256e-10, global = 3.5665e-20, cumulative = -2.02026e-18
DICPCG: Solving for p, Initial residual = 1.6057e-05, Final residual = 8.37046e-07, No Iterations 3
time step continuity errors : sum local = 9.82055e-11, global = 3.23349e-20, cumulative = -1.98793e-18
BiCGStab: Solving for omega, Initial residual = 9.04311e-06, Final residual = 9.04311e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.18489e-06, Final residual = 7.18489e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5210.34 s ClockTime = 5210 s Max(PAc) = 154332 Pa
Courant Number mean: 0.0519207 max: 0.911001 velocity magnitude: 1.31017
deltaT = 0.000449034
Time = 1.57731
--> Cloud: bubbleCloud
Added 139 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 583237
Mass introduced by injector = 5.33696e-10
Number of parcels added continuously = 1082
Mass introduced continuously = 9.8307e-13
Current number of parcels = 4082762
Current mass in system = 4.58028e-09
Number of parcels shifted at least once = 3153
Number of parcel shifts towards cell center = 3154
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00563332, Final user-defined norm residual = 6.69254e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.43738e-05, Final user-defined norm residual = 9.62402e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.06704e-08, Final user-defined norm residual = 9.23614e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000548766, Final residual = 3.57591e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000449719, Final residual = 2.39068e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0705124, Final residual = 1.64099e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0454039, Final residual = 9.69286e-07, No Iterations 263
time step continuity errors : sum local = 1.08695e-10, global = 3.42726e-20, cumulative = -1.95366e-18
DICPCG: Solving for p, Initial residual = 0.00491403, Final residual = 9.81188e-07, No Iterations 146
time step continuity errors : sum local = 1.13102e-10, global = -1.80491e-20, cumulative = -1.9717e-18
BiCGStab: Solving for omega, Initial residual = 0.000449915, Final residual = 2.81373e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000615683, Final residual = 5.90207e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.77862e-05, Final residual = 7.06293e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.65306e-06, Final residual = 3.41764e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00620899, Final residual = 4.1484e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0092012, Final residual = 9.8062e-07, No Iterations 232
time step continuity errors : sum local = 1.0975e-10, global = -4.52665e-20, cumulative = -2.01697e-18
DICPCG: Solving for p, Initial residual = 0.00152099, Final residual = 9.21386e-07, No Iterations 70
time step continuity errors : sum local = 1.06698e-10, global = -4.90525e-20, cumulative = -2.06602e-18
BiCGStab: Solving for omega, Initial residual = 2.02438e-05, Final residual = 2.42007e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.40968e-06, Final residual = 7.40968e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.09634e-06, Final residual = 3.58835e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.6454e-06, Final residual = 1.82329e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000940978, Final residual = 2.15441e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00164194, Final residual = 9.23177e-07, No Iterations 68
time step continuity errors : sum local = 1.07257e-10, global = -1.73089e-20, cumulative = -2.08333e-18
DICPCG: Solving for p, Initial residual = 0.00026346, Final residual = 9.91873e-07, No Iterations 22
time step continuity errors : sum local = 1.14899e-10, global = 1.28e-20, cumulative = -2.07053e-18
BiCGStab: Solving for omega, Initial residual = 1.17113e-05, Final residual = 1.72787e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.45472e-06, Final residual = 7.45472e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.84945e-07, Final residual = 3.56024e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.20622e-07, Final residual = 2.18929e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000174988, Final residual = 2.84961e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000384688, Final residual = 8.98931e-07, No Iterations 12
time step continuity errors : sum local = 1.04495e-10, global = -4.48719e-20, cumulative = -2.1154e-18
DICPCG: Solving for p, Initial residual = 6.52097e-05, Final residual = 9.52394e-07, No Iterations 5
time step continuity errors : sum local = 1.1047e-10, global = -2.5367e-20, cumulative = -2.14077e-18
BiCGStab: Solving for omega, Initial residual = 1.19433e-05, Final residual = 1.85081e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.4585e-06, Final residual = 7.4585e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.97e-07, Final residual = 5.37176e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.12312e-07, Final residual = 3.24182e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.69337e-05, Final residual = 4.82065e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000107427, Final residual = 8.45064e-07, No Iterations 5
time step continuity errors : sum local = 9.84639e-11, global = 4.84415e-20, cumulative = -2.09233e-18
DICPCG: Solving for p, Initial residual = 1.7408e-05, Final residual = 8.35454e-07, No Iterations 3
time step continuity errors : sum local = 9.73881e-11, global = 2.43596e-20, cumulative = -2.06797e-18
BiCGStab: Solving for omega, Initial residual = 1.19831e-05, Final residual = 2.1075e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.44987e-06, Final residual = 7.44987e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5227.4 s ClockTime = 5228 s Max(PAc) = 154355 Pa
Courant Number mean: 0.0519355 max: 0.906303 velocity magnitude: 1.30341
deltaT = 0.000449034
Time = 1.57775
--> Cloud: bubbleCloud
Added 148 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 583385
Mass introduced by injector = 5.3383e-10
Number of parcels added continuously = 1101
Mass introduced continuously = 9.44441e-13
Current number of parcels = 4083591
Current mass in system = 4.58099e-09
Number of parcels shifted at least once = 3281
Number of parcel shifts towards cell center = 3283
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00591749, Final user-defined norm residual = 9.09713e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.95232e-05, Final user-defined norm residual = 1.88886e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.05381e-08, Final user-defined norm residual = 3.07295e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000545462, Final residual = 3.5818e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000455188, Final residual = 2.4766e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0673851, Final residual = 1.67412e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0467761, Final residual = 9.74854e-07, No Iterations 249
time step continuity errors : sum local = 1.0862e-10, global = 5.49564e-21, cumulative = -2.06247e-18
DICPCG: Solving for p, Initial residual = 0.00496947, Final residual = 9.93784e-07, No Iterations 91
time step continuity errors : sum local = 1.11538e-10, global = -6.25514e-21, cumulative = -2.06873e-18
BiCGStab: Solving for omega, Initial residual = 0.000452447, Final residual = 2.55773e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000616164, Final residual = 5.87123e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.99559e-05, Final residual = 6.5633e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.05849e-05, Final residual = 3.28166e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00602337, Final residual = 4.15663e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0106, Final residual = 9.28331e-07, No Iterations 243
time step continuity errors : sum local = 1.03217e-10, global = 2.59829e-20, cumulative = -2.04275e-18
DICPCG: Solving for p, Initial residual = 0.00184026, Final residual = 9.66354e-07, No Iterations 68
time step continuity errors : sum local = 1.11437e-10, global = 4.85661e-20, cumulative = -1.99418e-18
BiCGStab: Solving for omega, Initial residual = 1.94079e-05, Final residual = 2.40308e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.16232e-06, Final residual = 7.16232e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.01644e-06, Final residual = 3.46878e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.14235e-06, Final residual = 1.81428e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000904971, Final residual = 2.13224e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00235532, Final residual = 9.89393e-07, No Iterations 57
time step continuity errors : sum local = 1.14425e-10, global = -7.50706e-20, cumulative = -2.06925e-18
DICPCG: Solving for p, Initial residual = 0.000395761, Final residual = 9.32788e-07, No Iterations 28
time step continuity errors : sum local = 1.08105e-10, global = 1.6789e-20, cumulative = -2.05246e-18
BiCGStab: Solving for omega, Initial residual = 1.29338e-05, Final residual = 2.24004e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.20177e-06, Final residual = 7.20177e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.07332e-06, Final residual = 3.24373e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.67622e-07, Final residual = 1.76489e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000173653, Final residual = 2.8016e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000633397, Final residual = 9.8505e-07, No Iterations 19
time step continuity errors : sum local = 1.13914e-10, global = -2.11308e-20, cumulative = -2.07359e-18
DICPCG: Solving for p, Initial residual = 0.000111548, Final residual = 9.20618e-07, No Iterations 6
time step continuity errors : sum local = 1.06746e-10, global = -6.50829e-20, cumulative = -2.13868e-18
BiCGStab: Solving for omega, Initial residual = 1.45489e-05, Final residual = 2.65182e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.21517e-06, Final residual = 7.21517e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.06333e-07, Final residual = 6.10029e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.58524e-07, Final residual = 3.89326e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.74236e-05, Final residual = 4.38831e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000178522, Final residual = 8.93877e-07, No Iterations 6
time step continuity errors : sum local = 1.03771e-10, global = -2.45288e-20, cumulative = -2.1632e-18
DICPCG: Solving for p, Initial residual = 3.01886e-05, Final residual = 6.32055e-07, No Iterations 4
time step continuity errors : sum local = 7.46578e-11, global = -7.57499e-21, cumulative = -2.17078e-18
BiCGStab: Solving for omega, Initial residual = 1.95615e-05, Final residual = 2.98707e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.2087e-06, Final residual = 7.2087e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5244.19 s ClockTime = 5244 s Max(PAc) = 154261 Pa
Courant Number mean: 0.05195 max: 0.900097 velocity magnitude: 1.29449
deltaT = 0.000449034
Time = 1.5782
--> Cloud: bubbleCloud
Added 185 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 583570
Mass introduced by injector = 5.33986e-10
Number of parcels added continuously = 1138
Mass introduced continuously = 1.03151e-12
Current number of parcels = 4084515
Current mass in system = 4.58174e-09
Number of parcels shifted at least once = 3213
Number of parcel shifts towards cell center = 3215
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00568505, Final user-defined norm residual = 9.20463e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.97728e-05, Final user-defined norm residual = 1.30058e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.79392e-08, Final user-defined norm residual = 1.30508e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000549084, Final residual = 3.6387e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000457093, Final residual = 2.50482e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0667106, Final residual = 1.60938e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0454758, Final residual = 8.64733e-07, No Iterations 258
time step continuity errors : sum local = 9.61264e-11, global = 4.15445e-20, cumulative = -2.12924e-18
DICPCG: Solving for p, Initial residual = 0.00552732, Final residual = 9.36268e-07, No Iterations 139
time step continuity errors : sum local = 1.11392e-10, global = -2.49344e-20, cumulative = -2.15417e-18
BiCGStab: Solving for omega, Initial residual = 0.000462325, Final residual = 2.53538e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000616204, Final residual = 5.88657e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.02738e-05, Final residual = 6.7192e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.14372e-05, Final residual = 3.2889e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00581898, Final residual = 4.06697e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0115384, Final residual = 9.74118e-07, No Iterations 245
time step continuity errors : sum local = 1.08532e-10, global = -1.90305e-20, cumulative = -2.1732e-18
DICPCG: Solving for p, Initial residual = 0.00205514, Final residual = 9.00059e-07, No Iterations 77
time step continuity errors : sum local = 1.03592e-10, global = -5.64363e-20, cumulative = -2.22964e-18
BiCGStab: Solving for omega, Initial residual = 2.31614e-05, Final residual = 3.44026e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.99475e-06, Final residual = 6.99475e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.22308e-06, Final residual = 3.56868e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.22305e-06, Final residual = 1.83984e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000839294, Final residual = 2.11201e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00257038, Final residual = 9.95749e-07, No Iterations 48
time step continuity errors : sum local = 1.14634e-10, global = 1.0122e-19, cumulative = -2.12842e-18
DICPCG: Solving for p, Initial residual = 0.000438922, Final residual = 9.74566e-07, No Iterations 33
time step continuity errors : sum local = 1.12269e-10, global = 9.8893e-20, cumulative = -2.02952e-18
BiCGStab: Solving for omega, Initial residual = 1.43555e-05, Final residual = 2.56446e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.01864e-06, Final residual = 7.01864e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.09327e-06, Final residual = 3.9168e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.58711e-07, Final residual = 1.61044e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00014992, Final residual = 2.69433e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000662846, Final residual = 9.49736e-07, No Iterations 23
time step continuity errors : sum local = 1.09487e-10, global = 8.60895e-20, cumulative = -1.94343e-18
DICPCG: Solving for p, Initial residual = 0.00010757, Final residual = 9.27156e-07, No Iterations 7
time step continuity errors : sum local = 1.06966e-10, global = 3.41576e-20, cumulative = -1.90928e-18
BiCGStab: Solving for omega, Initial residual = 1.31938e-05, Final residual = 2.4424e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.02281e-06, Final residual = 7.02281e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.15188e-07, Final residual = 7.63286e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.49938e-07, Final residual = 3.48568e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.15115e-05, Final residual = 4.37472e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000182892, Final residual = 9.58572e-07, No Iterations 6
time step continuity errors : sum local = 1.10465e-10, global = 7.0666e-20, cumulative = -1.83861e-18
DICPCG: Solving for p, Initial residual = 2.90704e-05, Final residual = 6.72882e-07, No Iterations 4
time step continuity errors : sum local = 7.86178e-11, global = 2.66483e-20, cumulative = -1.81196e-18
BiCGStab: Solving for omega, Initial residual = 1.27375e-05, Final residual = 2.6149e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.02106e-06, Final residual = 7.02106e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5261.19 s ClockTime = 5261 s Max(PAc) = 154370 Pa
Courant Number mean: 0.0519645 max: 0.891354 velocity magnitude: 1.28464
deltaT = 0.000449034
Time = 1.57865
--> Cloud: bubbleCloud
Added 136 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 583706
Mass introduced by injector = 5.34086e-10
Number of parcels added continuously = 1101
Mass introduced continuously = 9.67313e-13
Current number of parcels = 4085325
Current mass in system = 4.58242e-09
Number of parcels shifted at least once = 3134
Number of parcel shifts towards cell center = 3137
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00547954, Final user-defined norm residual = 8.36731e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.79727e-05, Final user-defined norm residual = 1.19289e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.56233e-08, Final user-defined norm residual = 2.86774e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000547557, Final residual = 3.62657e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000455288, Final residual = 2.53953e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.062606, Final residual = 1.54044e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0470768, Final residual = 9.85584e-07, No Iterations 166
time step continuity errors : sum local = 1.10313e-10, global = 3.18714e-20, cumulative = -1.78009e-18
DICPCG: Solving for p, Initial residual = 0.00578568, Final residual = 9.29487e-07, No Iterations 144
time step continuity errors : sum local = 1.05079e-10, global = 2.93059e-20, cumulative = -1.75078e-18
BiCGStab: Solving for omega, Initial residual = 0.000455182, Final residual = 2.15113e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000617467, Final residual = 5.90976e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.96239e-05, Final residual = 6.66752e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.08928e-05, Final residual = 3.2429e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0052397, Final residual = 3.62983e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0109975, Final residual = 9.25899e-07, No Iterations 247
time step continuity errors : sum local = 1.03304e-10, global = -1.73672e-20, cumulative = -1.76815e-18
DICPCG: Solving for p, Initial residual = 0.00192584, Final residual = 9.65783e-07, No Iterations 77
time step continuity errors : sum local = 1.11559e-10, global = -5.7929e-20, cumulative = -1.82608e-18
BiCGStab: Solving for omega, Initial residual = 1.45771e-05, Final residual = 1.71411e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.43821e-06, Final residual = 7.43821e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.71793e-06, Final residual = 3.55816e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.1201e-06, Final residual = 1.86199e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000786182, Final residual = 1.89076e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00223058, Final residual = 9.69246e-07, No Iterations 62
time step continuity errors : sum local = 1.12407e-10, global = -7.3163e-21, cumulative = -1.8334e-18
DICPCG: Solving for p, Initial residual = 0.000382859, Final residual = 9.50983e-07, No Iterations 31
time step continuity errors : sum local = 1.10365e-10, global = 3.40143e-20, cumulative = -1.79938e-18
BiCGStab: Solving for omega, Initial residual = 6.04637e-06, Final residual = 6.04637e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.45825e-06, Final residual = 7.45825e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.0572e-06, Final residual = 3.47707e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.24103e-07, Final residual = 1.8106e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000144098, Final residual = 2.46211e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000591489, Final residual = 9.45645e-07, No Iterations 18
time step continuity errors : sum local = 1.09756e-10, global = 6.69977e-21, cumulative = -1.79268e-18
DICPCG: Solving for p, Initial residual = 9.38584e-05, Final residual = 8.70065e-07, No Iterations 6
time step continuity errors : sum local = 1.01302e-10, global = 2.97521e-21, cumulative = -1.78971e-18
BiCGStab: Solving for omega, Initial residual = 6.25893e-06, Final residual = 6.25893e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.46163e-06, Final residual = 7.46163e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.79005e-07, Final residual = 7.21663e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.58717e-07, Final residual = 4.16996e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.96185e-05, Final residual = 3.72197e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000157039, Final residual = 9.20357e-07, No Iterations 6
time step continuity errors : sum local = 1.06917e-10, global = 4.80593e-20, cumulative = -1.74165e-18
DICPCG: Solving for p, Initial residual = 2.53303e-05, Final residual = 6.47313e-07, No Iterations 4
time step continuity errors : sum local = 7.64183e-11, global = -3.87561e-20, cumulative = -1.7804e-18
BiCGStab: Solving for omega, Initial residual = 6.28706e-06, Final residual = 6.28706e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.46107e-06, Final residual = 7.46107e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5278 s ClockTime = 5278 s Max(PAc) = 154353 Pa
Courant Number mean: 0.0519792 max: 0.896872 velocity magnitude: 1.27756
deltaT = 0.000449034
Time = 1.5791
--> Cloud: bubbleCloud
Added 187 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 583893
Mass introduced by injector = 5.34246e-10
Number of parcels added continuously = 1121
Mass introduced continuously = 1.05273e-12
Current number of parcels = 4086215
Current mass in system = 4.58323e-09
Number of parcels shifted at least once = 3194
Number of parcel shifts towards cell center = 3195
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00563677, Final user-defined norm residual = 8.07731e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.73588e-05, Final user-defined norm residual = 1.3929e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.99355e-08, Final user-defined norm residual = 2.09166e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000554547, Final residual = 3.60805e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000456365, Final residual = 2.52529e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0577519, Final residual = 1.40534e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0474312, Final residual = 9.52217e-07, No Iterations 263
time step continuity errors : sum local = 1.07046e-10, global = 3.72363e-21, cumulative = -1.77668e-18
DICPCG: Solving for p, Initial residual = 0.00568953, Final residual = 9.74196e-07, No Iterations 143
time step continuity errors : sum local = 1.13438e-10, global = 2.75827e-20, cumulative = -1.7491e-18
BiCGStab: Solving for omega, Initial residual = 0.000461178, Final residual = 2.14218e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000618464, Final residual = 5.92774e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.93832e-05, Final residual = 7.00509e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.0175e-05, Final residual = 3.46874e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00492602, Final residual = 3.44972e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0108005, Final residual = 9.78513e-07, No Iterations 241
time step continuity errors : sum local = 1.10806e-10, global = -2.21486e-20, cumulative = -1.77125e-18
DICPCG: Solving for p, Initial residual = 0.00183011, Final residual = 9.82129e-07, No Iterations 71
time step continuity errors : sum local = 1.14877e-10, global = -5.00738e-20, cumulative = -1.82132e-18
BiCGStab: Solving for omega, Initial residual = 1.68193e-05, Final residual = 1.91257e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.61231e-06, Final residual = 7.61231e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.66133e-06, Final residual = 3.79216e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.86895e-06, Final residual = 1.92774e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000699405, Final residual = 1.78339e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00205724, Final residual = 9.2527e-07, No Iterations 65
time step continuity errors : sum local = 1.08943e-10, global = -4.73524e-20, cumulative = -1.86867e-18
DICPCG: Solving for p, Initial residual = 0.000327943, Final residual = 9.99348e-07, No Iterations 34
time step continuity errors : sum local = 1.17334e-10, global = -7.4049e-20, cumulative = -1.94272e-18
BiCGStab: Solving for omega, Initial residual = 7.74855e-06, Final residual = 7.74855e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.62355e-06, Final residual = 7.62355e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.08685e-07, Final residual = 4.57288e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.88682e-07, Final residual = 2.26131e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000125242, Final residual = 2.29988e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000514517, Final residual = 9.54985e-07, No Iterations 18
time step continuity errors : sum local = 1.12284e-10, global = -1.34518e-22, cumulative = -1.94286e-18
DICPCG: Solving for p, Initial residual = 8.38363e-05, Final residual = 9.3257e-07, No Iterations 6
time step continuity errors : sum local = 1.09727e-10, global = -3.01883e-20, cumulative = -1.97305e-18
BiCGStab: Solving for omega, Initial residual = 7.83868e-06, Final residual = 7.83868e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.61398e-06, Final residual = 7.61398e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.55328e-07, Final residual = 8.0808e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.36324e-07, Final residual = 4.8607e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.57031e-05, Final residual = 3.61007e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000144625, Final residual = 8.98571e-07, No Iterations 6
time step continuity errors : sum local = 1.05871e-10, global = -7.6824e-21, cumulative = -1.98073e-18
DICPCG: Solving for p, Initial residual = 2.28728e-05, Final residual = 6.72472e-07, No Iterations 4
time step continuity errors : sum local = 8.02375e-11, global = 1.55988e-20, cumulative = -1.96513e-18
BiCGStab: Solving for omega, Initial residual = 7.85067e-06, Final residual = 7.85067e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.60766e-06, Final residual = 7.60766e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5294.84 s ClockTime = 5295 s Max(PAc) = 154017 Pa
Courant Number mean: 0.0519947 max: 0.906093 velocity magnitude: 1.2683
deltaT = 0.000449034
Time = 1.57955
--> Cloud: bubbleCloud
Added 133 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 584026
Mass introduced by injector = 5.34351e-10
Number of parcels added continuously = 1169
Mass introduced continuously = 1.04657e-12
Current number of parcels = 4087102
Current mass in system = 4.58395e-09
Number of parcels shifted at least once = 3229
Number of parcel shifts towards cell center = 3230
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00533388, Final user-defined norm residual = 6.94749e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.49233e-05, Final user-defined norm residual = 5.20896e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.11891e-08, Final user-defined norm residual = 2.60651e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000554824, Final residual = 3.60999e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000455837, Final residual = 2.37308e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0575005, Final residual = 1.36721e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0477051, Final residual = 9.55579e-07, No Iterations 260
time step continuity errors : sum local = 1.07197e-10, global = -1.334e-21, cumulative = -1.96646e-18
DICPCG: Solving for p, Initial residual = 0.0055917, Final residual = 9.47299e-07, No Iterations 137
time step continuity errors : sum local = 1.17295e-10, global = -1.77792e-20, cumulative = -1.98424e-18
BiCGStab: Solving for omega, Initial residual = 0.000460267, Final residual = 2.08466e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000618742, Final residual = 5.92258e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.959e-05, Final residual = 7.41682e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.06012e-05, Final residual = 3.45653e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00472887, Final residual = 3.57864e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0107341, Final residual = 9.33565e-07, No Iterations 239
time step continuity errors : sum local = 1.04242e-10, global = -3.22224e-20, cumulative = -2.01646e-18
DICPCG: Solving for p, Initial residual = 0.00184731, Final residual = 9.89718e-07, No Iterations 68
time step continuity errors : sum local = 1.13372e-10, global = -1.78864e-20, cumulative = -2.03435e-18
BiCGStab: Solving for omega, Initial residual = 1.75485e-05, Final residual = 2.1605e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.22765e-06, Final residual = 8.22765e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.85608e-06, Final residual = 3.86979e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.06514e-06, Final residual = 1.98654e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00066728, Final residual = 1.81873e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00227436, Final residual = 9.48788e-07, No Iterations 65
time step continuity errors : sum local = 1.09237e-10, global = -5.55833e-20, cumulative = -2.08993e-18
DICPCG: Solving for p, Initial residual = 0.000361955, Final residual = 9.67392e-07, No Iterations 32
time step continuity errors : sum local = 1.11296e-10, global = -2.48092e-20, cumulative = -2.11474e-18
BiCGStab: Solving for omega, Initial residual = 7.4747e-06, Final residual = 7.4747e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.28154e-06, Final residual = 8.28154e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.00866e-06, Final residual = 4.19321e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.52021e-07, Final residual = 2.29506e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0001182, Final residual = 2.31078e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000564054, Final residual = 9.48264e-07, No Iterations 16
time step continuity errors : sum local = 1.09134e-10, global = 4.20405e-20, cumulative = -2.0727e-18
DICPCG: Solving for p, Initial residual = 9.05764e-05, Final residual = 9.01348e-07, No Iterations 6
time step continuity errors : sum local = 1.0387e-10, global = 6.96126e-20, cumulative = -2.00309e-18
BiCGStab: Solving for omega, Initial residual = 7.54677e-06, Final residual = 7.54677e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.29322e-06, Final residual = 8.29322e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.74007e-07, Final residual = 7.5126e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.64404e-07, Final residual = 4.84191e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.36895e-05, Final residual = 3.63518e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000157637, Final residual = 7.65125e-07, No Iterations 6
time step continuity errors : sum local = 8.86429e-11, global = -9.45912e-20, cumulative = -2.09768e-18
DICPCG: Solving for p, Initial residual = 2.52958e-05, Final residual = 6.02051e-07, No Iterations 4
time step continuity errors : sum local = 7.04145e-11, global = -1.00789e-21, cumulative = -2.09869e-18
BiCGStab: Solving for omega, Initial residual = 7.54386e-06, Final residual = 7.54386e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.29343e-06, Final residual = 8.29343e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5311.72 s ClockTime = 5312 s Max(PAc) = 153874 Pa
Courant Number mean: 0.0520104 max: 0.912332 velocity magnitude: 1.26238
deltaT = 0.000449034
Time = 1.58
--> Cloud: bubbleCloud
Added 179 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 584205
Mass introduced by injector = 5.345e-10
Number of parcels added continuously = 1060
Mass introduced continuously = 1.04356e-12
Current number of parcels = 4087918
Current mass in system = 4.58471e-09
Number of parcels shifted at least once = 3253
Number of parcel shifts towards cell center = 3255
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00539089, Final user-defined norm residual = 7.05479e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.51613e-05, Final user-defined norm residual = 1.28794e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.76793e-08, Final user-defined norm residual = 4.14599e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000552733, Final residual = 3.52492e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000454829, Final residual = 2.36727e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0551442, Final residual = 1.30471e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0514385, Final residual = 9.55299e-07, No Iterations 260
time step continuity errors : sum local = 1.06627e-10, global = -2.75e-20, cumulative = -2.12619e-18
DICPCG: Solving for p, Initial residual = 0.00612818, Final residual = 9.84438e-07, No Iterations 141
time step continuity errors : sum local = 1.1376e-10, global = 7.39056e-20, cumulative = -2.05228e-18
BiCGStab: Solving for omega, Initial residual = 0.000461045, Final residual = 2.89004e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000619801, Final residual = 5.93588e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.98409e-05, Final residual = 7.54764e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03221e-05, Final residual = 3.72791e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00466104, Final residual = 3.45579e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0107012, Final residual = 9.38577e-07, No Iterations 239
time step continuity errors : sum local = 1.04813e-10, global = 2.09121e-20, cumulative = -2.03137e-18
DICPCG: Solving for p, Initial residual = 0.00189512, Final residual = 9.52601e-07, No Iterations 77
time step continuity errors : sum local = 1.10004e-10, global = 3.79351e-20, cumulative = -1.99344e-18
BiCGStab: Solving for omega, Initial residual = 1.90253e-05, Final residual = 3.20389e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.09904e-06, Final residual = 8.09904e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.56532e-06, Final residual = 3.83327e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.87823e-06, Final residual = 2.12381e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000673558, Final residual = 1.71553e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00202921, Final residual = 9.9549e-07, No Iterations 42
time step continuity errors : sum local = 1.15274e-10, global = 2.57873e-21, cumulative = -1.99086e-18
DICPCG: Solving for p, Initial residual = 0.000321696, Final residual = 9.99923e-07, No Iterations 14
time step continuity errors : sum local = 1.15748e-10, global = -3.634e-20, cumulative = -2.0272e-18
BiCGStab: Solving for omega, Initial residual = 7.94921e-06, Final residual = 7.94921e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.16505e-06, Final residual = 8.16505e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.88792e-07, Final residual = 4.01065e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.44361e-07, Final residual = 2.63833e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000123709, Final residual = 2.1072e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000490398, Final residual = 9.35911e-07, No Iterations 14
time step continuity errors : sum local = 1.08571e-10, global = -2.94637e-20, cumulative = -2.05666e-18
DICPCG: Solving for p, Initial residual = 7.53729e-05, Final residual = 8.49121e-07, No Iterations 6
time step continuity errors : sum local = 9.885e-11, global = -1.34772e-20, cumulative = -2.07014e-18
BiCGStab: Solving for omega, Initial residual = 8.01892e-06, Final residual = 8.01892e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.17603e-06, Final residual = 8.17603e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.22518e-07, Final residual = 1.0046e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.20454e-07, Final residual = 5.72421e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.66556e-05, Final residual = 3.34948e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000128113, Final residual = 9.8252e-07, No Iterations 5
time step continuity errors : sum local = 1.13766e-10, global = -1.25105e-20, cumulative = -2.08265e-18
DICPCG: Solving for p, Initial residual = 1.95533e-05, Final residual = 9.28397e-07, No Iterations 3
time step continuity errors : sum local = 1.0771e-10, global = -3.72617e-20, cumulative = -2.11991e-18
BiCGStab: Solving for omega, Initial residual = 8.04268e-06, Final residual = 8.04268e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.17579e-06, Final residual = 8.17579e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5359.58 s ClockTime = 5360 s Max(PAc) = 153983 Pa
Courant Number mean: 0.0520257 max: 0.914812 velocity magnitude: 1.26628
deltaT = 0.000487805
Time = 1.58049
--> Cloud: bubbleCloud
Added 193 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 584398
Mass introduced by injector = 5.3464e-10
Number of parcels added continuously = 1149
Mass introduced continuously = 1.05327e-12
Current number of parcels = 4088761
Current mass in system = 4.58539e-09
Number of parcels shifted at least once = 3570
Number of parcel shifts towards cell center = 3573
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00594629, Final user-defined norm residual = 9.91894e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.1312e-05, Final user-defined norm residual = 2.01566e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.33105e-08, Final user-defined norm residual = 2.25572e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00060062, Final residual = 6.08346e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000497355, Final residual = 4.30106e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0565299, Final residual = 2.47642e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0554711, Final residual = 9.33737e-07, No Iterations 249
time step continuity errors : sum local = 1.1989e-10, global = 7.03286e-20, cumulative = -2.04958e-18
DICPCG: Solving for p, Initial residual = 0.00739343, Final residual = 9.46964e-07, No Iterations 239
time step continuity errors : sum local = 1.20802e-10, global = 8.77966e-20, cumulative = -1.96179e-18
BiCGStab: Solving for omega, Initial residual = 0.00050691, Final residual = 4.81473e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000675054, Final residual = 8.35356e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.39264e-05, Final residual = 1.04765e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.29652e-05, Final residual = 5.19831e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0050853, Final residual = 5.94528e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0120234, Final residual = 8.74202e-07, No Iterations 248
time step continuity errors : sum local = 1.11771e-10, global = 3.76873e-20, cumulative = -1.9241e-18
DICPCG: Solving for p, Initial residual = 0.00224039, Final residual = 9.39435e-07, No Iterations 72
time step continuity errors : sum local = 1.25277e-10, global = -1.44189e-19, cumulative = -2.06829e-18
BiCGStab: Solving for omega, Initial residual = 2.40989e-05, Final residual = 4.01281e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.51725e-06, Final residual = 9.51725e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.73579e-06, Final residual = 6.11631e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.51678e-06, Final residual = 3.15827e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00075948, Final residual = 2.9623e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00224699, Final residual = 9.73248e-07, No Iterations 35
time step continuity errors : sum local = 1.30293e-10, global = 4.16153e-20, cumulative = -2.02667e-18
DICPCG: Solving for p, Initial residual = 0.000398113, Final residual = 9.63731e-07, No Iterations 21
time step continuity errors : sum local = 1.2904e-10, global = 2.54637e-20, cumulative = -2.00121e-18
BiCGStab: Solving for omega, Initial residual = 1.34064e-05, Final residual = 3.95332e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.5978e-06, Final residual = 9.5978e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.24916e-06, Final residual = 6.2416e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.71437e-07, Final residual = 3.66647e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000146149, Final residual = 3.27183e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000603724, Final residual = 9.27508e-07, No Iterations 13
time step continuity errors : sum local = 1.2439e-10, global = 2.29504e-20, cumulative = -1.97826e-18
DICPCG: Solving for p, Initial residual = 0.000105832, Final residual = 8.17082e-07, No Iterations 6
time step continuity errors : sum local = 1.10233e-10, global = -3.37902e-20, cumulative = -2.01205e-18
BiCGStab: Solving for omega, Initial residual = 1.55197e-05, Final residual = 4.86697e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.60363e-06, Final residual = 9.60363e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.51962e-07, Final residual = 1.26849e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.87203e-07, Final residual = 7.17732e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.04742e-05, Final residual = 5.44097e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000169055, Final residual = 7.20785e-07, No Iterations 6
time step continuity errors : sum local = 9.78994e-11, global = -1.68541e-20, cumulative = -2.0289e-18
DICPCG: Solving for p, Initial residual = 2.90391e-05, Final residual = 5.70353e-07, No Iterations 4
time step continuity errors : sum local = 7.86328e-11, global = 3.72468e-20, cumulative = -1.99166e-18
BiCGStab: Solving for omega, Initial residual = 1.7159e-05, Final residual = 6.02447e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.60959e-06, Final residual = 9.60959e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5376.64 s ClockTime = 5377 s Max(PAc) = 154145 Pa
Courant Number mean: 0.056536 max: 0.996044 velocity magnitude: 1.27256
deltaT = 0.000487805
Time = 1.58098
--> Cloud: bubbleCloud
Added 219 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 584617
Mass introduced by injector = 5.34831e-10
Number of parcels added continuously = 1156
Mass introduced continuously = 1.11251e-12
Current number of parcels = 4089698
Current mass in system = 4.58622e-09
Number of parcels shifted at least once = 3495
Number of parcel shifts towards cell center = 3497
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00575208, Final user-defined norm residual = 0.00011732
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.5208e-05, Final user-defined norm residual = 3.47929e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.47618e-08, Final user-defined norm residual = 2.03933e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000593455, Final residual = 6.11811e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000494337, Final residual = 4.30991e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.05424, Final residual = 2.19507e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0495895, Final residual = 8.71321e-07, No Iterations 177
time step continuity errors : sum local = 1.18096e-10, global = -1.53314e-20, cumulative = -2.00699e-18
DICPCG: Solving for p, Initial residual = 0.00582008, Final residual = 9.27e-07, No Iterations 143
time step continuity errors : sum local = 1.22361e-10, global = -3.09319e-20, cumulative = -2.03792e-18
BiCGStab: Solving for omega, Initial residual = 0.000512768, Final residual = 6.74099e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000674942, Final residual = 8.37779e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.15824e-05, Final residual = 1.02338e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.19621e-05, Final residual = 5.11819e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00482406, Final residual = 5.19439e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0114488, Final residual = 9.15065e-07, No Iterations 243
time step continuity errors : sum local = 1.18083e-10, global = -2.16277e-21, cumulative = -2.04008e-18
DICPCG: Solving for p, Initial residual = 0.00208265, Final residual = 9.8165e-07, No Iterations 70
time step continuity errors : sum local = 1.31587e-10, global = 1.05185e-20, cumulative = -2.02956e-18
BiCGStab: Solving for omega, Initial residual = 3.10271e-05, Final residual = 8.29105e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.73809e-06, Final residual = 9.73809e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.14957e-06, Final residual = 5.91982e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.15486e-06, Final residual = 3.20656e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000732107, Final residual = 2.7542e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00218588, Final residual = 9.76784e-07, No Iterations 40
time step continuity errors : sum local = 1.31716e-10, global = -7.76085e-21, cumulative = -2.03732e-18
DICPCG: Solving for p, Initial residual = 0.000360127, Final residual = 9.89233e-07, No Iterations 26
time step continuity errors : sum local = 1.33311e-10, global = 3.03441e-20, cumulative = -2.00698e-18
BiCGStab: Solving for omega, Initial residual = 2.66474e-05, Final residual = 9.65084e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.81252e-06, Final residual = 9.81252e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.04338e-06, Final residual = 6.12404e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.40802e-07, Final residual = 3.63174e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000138134, Final residual = 2.837e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00053098, Final residual = 9.43893e-07, No Iterations 11
time step continuity errors : sum local = 1.27439e-10, global = 1.14107e-20, cumulative = -1.99557e-18
DICPCG: Solving for p, Initial residual = 9.5449e-05, Final residual = 8.44826e-07, No Iterations 6
time step continuity errors : sum local = 1.14621e-10, global = -3.0694e-20, cumulative = -2.02626e-18
BiCGStab: Solving for omega, Initial residual = 3.0299e-05, Final residual = 1.06369e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.84891e-06, Final residual = 9.84891e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.11286e-07, Final residual = 1.15627e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.55889e-07, Final residual = 7.10885e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.03929e-05, Final residual = 4.64832e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00015669, Final residual = 7.07831e-07, No Iterations 6
time step continuity errors : sum local = 9.69154e-11, global = -6.97395e-20, cumulative = -2.096e-18
DICPCG: Solving for p, Initial residual = 2.63634e-05, Final residual = 9.67255e-07, No Iterations 3
time step continuity errors : sum local = 1.30432e-10, global = 5.88117e-20, cumulative = -2.03719e-18
BiCGStab: Solving for omega, Initial residual = 3.35791e-05, Final residual = 1.13406e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.83183e-06, Final residual = 9.83183e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5393.66 s ClockTime = 5394 s Max(PAc) = 153578 Pa
Courant Number mean: 0.0565543 max: 0.992311 velocity magnitude: 1.27785
deltaT = 0.000487805
Time = 1.58146
--> Cloud: bubbleCloud
Added 126 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 584743
Mass introduced by injector = 5.34944e-10
Number of parcels added continuously = 1161
Mass introduced continuously = 1.09945e-12
Current number of parcels = 4090517
Current mass in system = 4.58698e-09
Number of parcels shifted at least once = 3528
Number of parcel shifts towards cell center = 3532
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00566131, Final user-defined norm residual = 6.20465e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.33294e-05, Final user-defined norm residual = 5.18757e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.11446e-08, Final user-defined norm residual = 5.22242e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00059232, Final residual = 6.13142e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000492713, Final residual = 4.24816e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.052865, Final residual = 2.18104e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0480346, Final residual = 8.51893e-07, No Iterations 260
time step continuity errors : sum local = 1.09947e-10, global = -1.93044e-20, cumulative = -2.0565e-18
DICPCG: Solving for p, Initial residual = 0.00558144, Final residual = 8.93432e-07, No Iterations 139
time step continuity errors : sum local = 1.19105e-10, global = 3.44611e-21, cumulative = -2.05305e-18
BiCGStab: Solving for omega, Initial residual = 0.00051577, Final residual = 4.47509e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000676046, Final residual = 8.50547e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.09224e-05, Final residual = 1.04826e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.16222e-05, Final residual = 5.18321e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0048573, Final residual = 5.60943e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0100537, Final residual = 9.96561e-07, No Iterations 243
time step continuity errors : sum local = 1.28576e-10, global = 4.65589e-20, cumulative = -2.00649e-18
DICPCG: Solving for p, Initial residual = 0.00186431, Final residual = 9.51062e-07, No Iterations 72
time step continuity errors : sum local = 1.27317e-10, global = -6.66529e-21, cumulative = -2.01316e-18
BiCGStab: Solving for omega, Initial residual = 3.76273e-05, Final residual = 9.62558e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.02618e-05, Final residual = 9.53912e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.76867e-06, Final residual = 6.14968e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.10238e-06, Final residual = 3.38132e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00070832, Final residual = 2.86072e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00182833, Final residual = 9.77523e-07, No Iterations 43
time step continuity errors : sum local = 1.31424e-10, global = 5.83833e-20, cumulative = -1.95477e-18
DICPCG: Solving for p, Initial residual = 0.000329861, Final residual = 9.57041e-07, No Iterations 19
time step continuity errors : sum local = 1.28716e-10, global = -2.32304e-20, cumulative = -1.978e-18
BiCGStab: Solving for omega, Initial residual = 3.00781e-05, Final residual = 8.60159e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.02471e-06, Final residual = 2.02471e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.99492e-07, Final residual = 6.64732e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.69314e-07, Final residual = 4.21315e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000136229, Final residual = 2.70363e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000502613, Final residual = 9.29236e-07, No Iterations 12
time step continuity errors : sum local = 1.25109e-10, global = -1.56072e-21, cumulative = -1.97956e-18
DICPCG: Solving for p, Initial residual = 8.72896e-05, Final residual = 8.96363e-07, No Iterations 5
time step continuity errors : sum local = 1.20852e-10, global = -6.91955e-21, cumulative = -1.98648e-18
BiCGStab: Solving for omega, Initial residual = 2.76116e-05, Final residual = 1.01902e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.95413e-06, Final residual = 1.95413e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.73161e-07, Final residual = 1.29192e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.67441e-07, Final residual = 7.76035e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.02715e-05, Final residual = 4.38292e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000137586, Final residual = 8.92421e-07, No Iterations 5
time step continuity errors : sum local = 1.20342e-10, global = -1.3483e-19, cumulative = -2.12131e-18
DICPCG: Solving for p, Initial residual = 2.51853e-05, Final residual = 9.31929e-07, No Iterations 3
time step continuity errors : sum local = 1.25435e-10, global = 2.64323e-20, cumulative = -2.09488e-18
BiCGStab: Solving for omega, Initial residual = 3.01566e-05, Final residual = 9.78843e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.03739e-06, Final residual = 2.03739e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5410.87 s ClockTime = 5411 s Max(PAc) = 153785 Pa
Courant Number mean: 0.0565726 max: 0.993572 velocity magnitude: 1.28325
deltaT = 0.000487805
Time = 1.58195
--> Cloud: bubbleCloud
Added 178 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 584921
Mass introduced by injector = 5.35076e-10
Number of parcels added continuously = 1168
Mass introduced continuously = 1.09489e-12
Current number of parcels = 4091409
Current mass in system = 4.58779e-09
Number of parcels shifted at least once = 3558
Number of parcel shifts towards cell center = 3560
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00561054, Final user-defined norm residual = 8.80968e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.891e-05, Final user-defined norm residual = 2.2112e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.74644e-08, Final user-defined norm residual = 1.16796e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000592004, Final residual = 6.23842e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000492157, Final residual = 4.21933e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0522994, Final residual = 1.74651e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0442374, Final residual = 9.14663e-07, No Iterations 257
time step continuity errors : sum local = 1.17813e-10, global = -1.47181e-20, cumulative = -2.1096e-18
DICPCG: Solving for p, Initial residual = 0.00589886, Final residual = 9.81173e-07, No Iterations 141
time step continuity errors : sum local = 1.40107e-10, global = -7.15363e-20, cumulative = -2.18113e-18
BiCGStab: Solving for omega, Initial residual = 0.000507996, Final residual = 6.58341e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000676283, Final residual = 8.54383e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.09105e-05, Final residual = 1.07436e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.21566e-05, Final residual = 5.38317e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00458331, Final residual = 4.54584e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0105255, Final residual = 9.30688e-07, No Iterations 242
time step continuity errors : sum local = 1.19951e-10, global = 5.33419e-21, cumulative = -2.1758e-18
DICPCG: Solving for p, Initial residual = 0.00196802, Final residual = 9.54575e-07, No Iterations 69
time step continuity errors : sum local = 1.26698e-10, global = 6.75567e-20, cumulative = -2.10824e-18
BiCGStab: Solving for omega, Initial residual = 2.56003e-05, Final residual = 9.91086e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.04868e-05, Final residual = 9.83145e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.67732e-06, Final residual = 6.05872e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.14438e-06, Final residual = 3.28837e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000655499, Final residual = 2.44054e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0019554, Final residual = 9.78181e-07, No Iterations 58
time step continuity errors : sum local = 1.30278e-10, global = 2.54546e-20, cumulative = -2.08279e-18
DICPCG: Solving for p, Initial residual = 0.00032636, Final residual = 9.53956e-07, No Iterations 26
time step continuity errors : sum local = 1.27082e-10, global = 4.23616e-21, cumulative = -2.07855e-18
BiCGStab: Solving for omega, Initial residual = 1.59317e-05, Final residual = 9.99754e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.45013e-06, Final residual = 2.45013e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.10836e-07, Final residual = 5.80155e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.42246e-07, Final residual = 3.66561e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000118673, Final residual = 2.78729e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000479448, Final residual = 9.74128e-07, No Iterations 13
time step continuity errors : sum local = 1.2966e-10, global = 2.69374e-20, cumulative = -2.05162e-18
DICPCG: Solving for p, Initial residual = 8.4744e-05, Final residual = 8.79397e-07, No Iterations 5
time step continuity errors : sum local = 1.17431e-10, global = 4.53256e-20, cumulative = -2.00629e-18
BiCGStab: Solving for omega, Initial residual = 1.58657e-05, Final residual = 1.02821e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.4429e-06, Final residual = 2.4429e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.53618e-07, Final residual = 1.16846e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.63465e-07, Final residual = 7.7035e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.38839e-05, Final residual = 4.6769e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000135995, Final residual = 8.6474e-07, No Iterations 6
time step continuity errors : sum local = 1.15539e-10, global = -7.03201e-20, cumulative = -2.07661e-18
DICPCG: Solving for p, Initial residual = 2.40592e-05, Final residual = 6.09811e-07, No Iterations 4
time step continuity errors : sum local = 8.26615e-11, global = 7.46133e-21, cumulative = -2.06915e-18
BiCGStab: Solving for omega, Initial residual = 1.52261e-05, Final residual = 1.04942e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.46723e-06, Final residual = 2.46723e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5427.91 s ClockTime = 5428 s Max(PAc) = 153677 Pa
Courant Number mean: 0.0565908 max: 0.99189 velocity magnitude: 1.28679
deltaT = 0.000487805
Time = 1.58244
--> Cloud: bubbleCloud
Added 159 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 585080
Mass introduced by injector = 5.35257e-10
Number of parcels added continuously = 1143
Mass introduced continuously = 1.04163e-12
Current number of parcels = 4092226
Current mass in system = 4.58853e-09
Number of parcels shifted at least once = 3487
Number of parcel shifts towards cell center = 3489
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00604307, Final user-defined norm residual = 0.000106131
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.27899e-05, Final user-defined norm residual = 2.62416e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.63516e-08, Final user-defined norm residual = 1.26604e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00059171, Final residual = 6.1847e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000492273, Final residual = 4.04983e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0491985, Final residual = 1.80713e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0527894, Final residual = 9.12755e-07, No Iterations 255
time step continuity errors : sum local = 1.18169e-10, global = 8.22803e-21, cumulative = -2.06092e-18
DICPCG: Solving for p, Initial residual = 0.00680342, Final residual = 9.4017e-07, No Iterations 127
time step continuity errors : sum local = 1.23482e-10, global = 4.20589e-20, cumulative = -2.01886e-18
BiCGStab: Solving for omega, Initial residual = 0.000499238, Final residual = 4.56637e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000677099, Final residual = 8.58907e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.11684e-05, Final residual = 1.04404e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.1883e-05, Final residual = 5.28502e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00468026, Final residual = 5.4275e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0102933, Final residual = 8.78361e-07, No Iterations 244
time step continuity errors : sum local = 1.14131e-10, global = -3.50369e-20, cumulative = -2.0539e-18
DICPCG: Solving for p, Initial residual = 0.00194584, Final residual = 9.83326e-07, No Iterations 71
time step continuity errors : sum local = 1.32507e-10, global = 4.55587e-20, cumulative = -2.00834e-18
BiCGStab: Solving for omega, Initial residual = 2.16516e-05, Final residual = 6.12188e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.05103e-05, Final residual = 9.89126e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.79844e-06, Final residual = 5.81217e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.11462e-06, Final residual = 3.33852e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000710719, Final residual = 2.81401e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00202072, Final residual = 9.92386e-07, No Iterations 55
time step continuity errors : sum local = 1.34423e-10, global = -8.06143e-21, cumulative = -2.0164e-18
DICPCG: Solving for p, Initial residual = 0.000358981, Final residual = 9.79499e-07, No Iterations 32
time step continuity errors : sum local = 1.3266e-10, global = 3.70834e-20, cumulative = -1.97932e-18
BiCGStab: Solving for omega, Initial residual = 1.0631e-05, Final residual = 4.72441e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.88817e-06, Final residual = 2.88817e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.91276e-07, Final residual = 6.53964e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.61992e-07, Final residual = 4.2378e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000130091, Final residual = 2.68257e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000526451, Final residual = 9.58064e-07, No Iterations 12
time step continuity errors : sum local = 1.29854e-10, global = -4.87095e-20, cumulative = -2.02803e-18
DICPCG: Solving for p, Initial residual = 9.58008e-05, Final residual = 9.87616e-07, No Iterations 6
time step continuity errors : sum local = 1.33683e-10, global = 1.24238e-20, cumulative = -2.0156e-18
BiCGStab: Solving for omega, Initial residual = 8.81915e-06, Final residual = 8.81915e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 2.87726e-06, Final residual = 2.87726e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.74672e-07, Final residual = 1.21304e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.63249e-07, Final residual = 7.41985e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.70013e-05, Final residual = 4.45425e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000146815, Final residual = 8.22661e-07, No Iterations 6
time step continuity errors : sum local = 1.12248e-10, global = -4.31403e-20, cumulative = -2.05874e-18
DICPCG: Solving for p, Initial residual = 2.70471e-05, Final residual = 9.65003e-07, No Iterations 3
time step continuity errors : sum local = 1.30743e-10, global = 1.94057e-20, cumulative = -2.03934e-18
BiCGStab: Solving for omega, Initial residual = 8.85902e-06, Final residual = 8.85902e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 2.88036e-06, Final residual = 2.88036e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5444.95 s ClockTime = 5445 s Max(PAc) = 153354 Pa
Courant Number mean: 0.0566089 max: 0.988646 velocity magnitude: 1.28666
deltaT = 0.000487805
Time = 1.58293
--> Cloud: bubbleCloud
Added 189 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 585269
Mass introduced by injector = 5.35419e-10
Number of parcels added continuously = 1119
Mass introduced continuously = 1.03472e-12
Current number of parcels = 4093097
Current mass in system = 4.58933e-09
Number of parcels shifted at least once = 3510
Number of parcel shifts towards cell center = 3515
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00574379, Final user-defined norm residual = 8.19853e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.76126e-05, Final user-defined norm residual = 8.5296e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.83239e-08, Final user-defined norm residual = 8.62547e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000590543, Final residual = 6.24833e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000487973, Final residual = 4.32377e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0494425, Final residual = 1.90552e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0466468, Final residual = 9.77218e-07, No Iterations 263
time step continuity errors : sum local = 1.26031e-10, global = 1.38621e-20, cumulative = -2.02548e-18
DICPCG: Solving for p, Initial residual = 0.00527207, Final residual = 9.25492e-07, No Iterations 144
time step continuity errors : sum local = 1.2414e-10, global = -1.11487e-20, cumulative = -2.03663e-18
BiCGStab: Solving for omega, Initial residual = 0.00050118, Final residual = 4.45929e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000677637, Final residual = 8.54892e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.97921e-05, Final residual = 1.03494e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.13546e-05, Final residual = 5.2743e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00449868, Final residual = 5.36666e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0102214, Final residual = 8.91491e-07, No Iterations 243
time step continuity errors : sum local = 1.14496e-10, global = 1.08447e-20, cumulative = -2.02578e-18
DICPCG: Solving for p, Initial residual = 0.00189478, Final residual = 9.62127e-07, No Iterations 77
time step continuity errors : sum local = 1.28245e-10, global = -6.72421e-21, cumulative = -2.0325e-18
BiCGStab: Solving for omega, Initial residual = 1.58173e-05, Final residual = 2.33685e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.02642e-05, Final residual = 1.01192e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.41309e-06, Final residual = 5.96458e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.88395e-06, Final residual = 3.31104e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000656782, Final residual = 2.75863e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00181348, Final residual = 9.73934e-07, No Iterations 50
time step continuity errors : sum local = 1.30517e-10, global = -5.55224e-20, cumulative = -2.08803e-18
DICPCG: Solving for p, Initial residual = 0.000318131, Final residual = 9.46173e-07, No Iterations 15
time step continuity errors : sum local = 1.26905e-10, global = -3.35382e-20, cumulative = -2.12157e-18
BiCGStab: Solving for omega, Initial residual = 5.8456e-06, Final residual = 5.8456e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.21285e-06, Final residual = 3.21285e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.08023e-07, Final residual = 6.70042e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.12084e-07, Final residual = 4.59822e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000122664, Final residual = 2.70289e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000464431, Final residual = 9.49798e-07, No Iterations 12
time step continuity errors : sum local = 1.27355e-10, global = -2.07451e-20, cumulative = -2.14231e-18
DICPCG: Solving for p, Initial residual = 8.20985e-05, Final residual = 9.32364e-07, No Iterations 6
time step continuity errors : sum local = 1.25102e-10, global = -1.00678e-19, cumulative = -2.24299e-18
BiCGStab: Solving for omega, Initial residual = 5.9171e-06, Final residual = 5.9171e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.22702e-06, Final residual = 3.22702e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.49889e-07, Final residual = 1.34289e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.46161e-07, Final residual = 8.05258e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.60044e-05, Final residual = 4.41132e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000128264, Final residual = 9.16351e-07, No Iterations 5
time step continuity errors : sum local = 1.23043e-10, global = -1.55908e-20, cumulative = -2.25858e-18
DICPCG: Solving for p, Initial residual = 2.36952e-05, Final residual = 8.57899e-07, No Iterations 3
time step continuity errors : sum local = 1.15526e-10, global = 4.65683e-20, cumulative = -2.21201e-18
BiCGStab: Solving for omega, Initial residual = 5.91298e-06, Final residual = 5.91298e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.22691e-06, Final residual = 3.22691e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5462.01 s ClockTime = 5462 s Max(PAc) = 154479 Pa
Courant Number mean: 0.0566267 max: 0.982778 velocity magnitude: 1.28531
deltaT = 0.000487805
Time = 1.58341
--> Cloud: bubbleCloud
Added 193 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 585462
Mass introduced by injector = 5.35608e-10
Number of parcels added continuously = 1245
Mass introduced continuously = 1.14504e-12
Current number of parcels = 4094140
Current mass in system = 4.59023e-09
Number of parcels shifted at least once = 3465
Number of parcel shifts towards cell center = 3468
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00570735, Final user-defined norm residual = 8.25159e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.77345e-05, Final user-defined norm residual = 1.12428e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.41636e-08, Final user-defined norm residual = 1.91344e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000592035, Final residual = 6.43713e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000492879, Final residual = 4.32105e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0515798, Final residual = 1.89527e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.050779, Final residual = 8.84448e-07, No Iterations 256
time step continuity errors : sum local = 1.13856e-10, global = -3.33638e-20, cumulative = -2.24537e-18
DICPCG: Solving for p, Initial residual = 0.00655126, Final residual = 9.76461e-07, No Iterations 94
time step continuity errors : sum local = 1.35236e-10, global = -1.28699e-20, cumulative = -2.25824e-18
BiCGStab: Solving for omega, Initial residual = 0.000502287, Final residual = 4.72378e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000677723, Final residual = 8.49664e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.07972e-05, Final residual = 1.049e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.14522e-05, Final residual = 5.41282e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0049024, Final residual = 5.59961e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0105745, Final residual = 9.06032e-07, No Iterations 237
time step continuity errors : sum local = 1.16974e-10, global = -6.42833e-20, cumulative = -2.32253e-18
DICPCG: Solving for p, Initial residual = 0.00200906, Final residual = 9.51217e-07, No Iterations 91
time step continuity errors : sum local = 1.26597e-10, global = -8.70989e-21, cumulative = -2.33124e-18
BiCGStab: Solving for omega, Initial residual = 1.9988e-05, Final residual = 3.02413e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.09759e-05, Final residual = 1.01362e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.59914e-06, Final residual = 5.90031e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.12929e-06, Final residual = 3.42535e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000728773, Final residual = 2.87738e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0017736, Final residual = 9.868e-07, No Iterations 54
time step continuity errors : sum local = 1.31811e-10, global = 6.95945e-20, cumulative = -2.26164e-18
DICPCG: Solving for p, Initial residual = 0.000323838, Final residual = 9.5832e-07, No Iterations 29
time step continuity errors : sum local = 1.28053e-10, global = 9.94683e-20, cumulative = -2.16217e-18
BiCGStab: Solving for omega, Initial residual = 9.12825e-06, Final residual = 9.12825e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.7593e-06, Final residual = 3.7593e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.18458e-07, Final residual = 5.70673e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.67703e-07, Final residual = 3.50918e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000134936, Final residual = 2.83561e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000436386, Final residual = 8.84208e-07, No Iterations 11
time step continuity errors : sum local = 1.18468e-10, global = 4.43193e-20, cumulative = -2.11786e-18
DICPCG: Solving for p, Initial residual = 8.31266e-05, Final residual = 8.14346e-07, No Iterations 6
time step continuity errors : sum local = 1.09435e-10, global = -9.16578e-20, cumulative = -2.20951e-18
BiCGStab: Solving for omega, Initial residual = 9.20539e-06, Final residual = 9.20539e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.77122e-06, Final residual = 3.77122e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.50358e-07, Final residual = 1.09523e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.58053e-07, Final residual = 7.01922e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.89046e-05, Final residual = 4.51191e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000124743, Final residual = 8.95506e-07, No Iterations 5
time step continuity errors : sum local = 1.1992e-10, global = 2.14163e-20, cumulative = -2.1881e-18
DICPCG: Solving for p, Initial residual = 2.35347e-05, Final residual = 8.28021e-07, No Iterations 3
time step continuity errors : sum local = 1.11201e-10, global = -2.07911e-20, cumulative = -2.20889e-18
BiCGStab: Solving for omega, Initial residual = 9.20071e-06, Final residual = 9.20071e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.77117e-06, Final residual = 3.77117e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5479.13 s ClockTime = 5479 s Max(PAc) = 154341 Pa
Courant Number mean: 0.0566444 max: 0.975666 velocity magnitude: 1.28532
deltaT = 0.000487805
Time = 1.5839
--> Cloud: bubbleCloud
Added 164 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 585626
Mass introduced by injector = 5.35767e-10
Number of parcels added continuously = 1174
Mass introduced continuously = 1.05922e-12
Current number of parcels = 4094989
Current mass in system = 4.59096e-09
Number of parcels shifted at least once = 3609
Number of parcel shifts towards cell center = 3609
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00622093, Final user-defined norm residual = 8.60392e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.84863e-05, Final user-defined norm residual = 1.16066e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.49383e-08, Final user-defined norm residual = 6.98765e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000590467, Final residual = 6.60733e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000491419, Final residual = 4.11695e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0513507, Final residual = 1.98491e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0436515, Final residual = 9.5304e-07, No Iterations 253
time step continuity errors : sum local = 1.22344e-10, global = 2.46405e-20, cumulative = -2.18425e-18
DICPCG: Solving for p, Initial residual = 0.00523593, Final residual = 9.81216e-07, No Iterations 140
time step continuity errors : sum local = 1.30148e-10, global = 4.87471e-21, cumulative = -2.17937e-18
BiCGStab: Solving for omega, Initial residual = 0.000500109, Final residual = 5.0431e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000678036, Final residual = 8.54008e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.07595e-05, Final residual = 1.01459e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.17447e-05, Final residual = 5.48877e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00476292, Final residual = 5.62978e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0101871, Final residual = 9.90371e-07, No Iterations 243
time step continuity errors : sum local = 1.26768e-10, global = 1.64422e-20, cumulative = -2.16293e-18
DICPCG: Solving for p, Initial residual = 0.00194647, Final residual = 9.38843e-07, No Iterations 69
time step continuity errors : sum local = 1.24364e-10, global = -1.29896e-19, cumulative = -2.29283e-18
BiCGStab: Solving for omega, Initial residual = 2.23798e-05, Final residual = 3.70858e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.10725e-05, Final residual = 1.0203e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.69412e-06, Final residual = 6.07352e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.155e-06, Final residual = 3.3943e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000688963, Final residual = 2.86915e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00189183, Final residual = 9.8964e-07, No Iterations 28
time step continuity errors : sum local = 1.31541e-10, global = 6.7664e-21, cumulative = -2.28606e-18
DICPCG: Solving for p, Initial residual = 0.000331629, Final residual = 9.55148e-07, No Iterations 13
time step continuity errors : sum local = 1.27087e-10, global = -1.65728e-20, cumulative = -2.30263e-18
BiCGStab: Solving for omega, Initial residual = 1.39939e-05, Final residual = 4.1638e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.66412e-06, Final residual = 3.66412e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.07314e-06, Final residual = 7.34762e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.77728e-07, Final residual = 4.04187e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000118416, Final residual = 2.88476e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000527274, Final residual = 9.59946e-07, No Iterations 9
time step continuity errors : sum local = 1.27697e-10, global = 6.41582e-20, cumulative = -2.23848e-18
DICPCG: Solving for p, Initial residual = 9.30479e-05, Final residual = 7.41828e-07, No Iterations 6
time step continuity errors : sum local = 9.97653e-11, global = -3.79318e-20, cumulative = -2.27641e-18
BiCGStab: Solving for omega, Initial residual = 1.58655e-05, Final residual = 4.86903e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.65915e-06, Final residual = 3.65915e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.06474e-07, Final residual = 1.56416e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.76058e-07, Final residual = 8.45161e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.36081e-05, Final residual = 4.74926e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000145462, Final residual = 9.13531e-07, No Iterations 5
time step continuity errors : sum local = 1.21747e-10, global = 4.35426e-21, cumulative = -2.27205e-18
DICPCG: Solving for p, Initial residual = 2.73527e-05, Final residual = 9.1833e-07, No Iterations 3
time step continuity errors : sum local = 1.22359e-10, global = -1.66665e-20, cumulative = -2.28872e-18
BiCGStab: Solving for omega, Initial residual = 1.75881e-05, Final residual = 5.84413e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.67553e-06, Final residual = 3.67553e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5496.25 s ClockTime = 5496 s Max(PAc) = 154181 Pa
Courant Number mean: 0.0566626 max: 0.980087 velocity magnitude: 1.28451
deltaT = 0.000487805
Time = 1.58439
--> Cloud: bubbleCloud
Added 206 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 585832
Mass introduced by injector = 5.35919e-10
Number of parcels added continuously = 1187
Mass introduced continuously = 1.09289e-12
Current number of parcels = 4095961
Current mass in system = 4.59176e-09
Number of parcels shifted at least once = 3573
Number of parcel shifts towards cell center = 3579
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00616747, Final user-defined norm residual = 0.00010272
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.20652e-05, Final user-defined norm residual = 2.33599e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.01804e-08, Final user-defined norm residual = 3.23882e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000594137, Final residual = 6.16211e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000490027, Final residual = 4.05541e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0527517, Final residual = 1.93562e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0476737, Final residual = 9.00624e-07, No Iterations 254
time step continuity errors : sum local = 1.15319e-10, global = 4.66749e-20, cumulative = -2.24204e-18
DICPCG: Solving for p, Initial residual = 0.00595173, Final residual = 9.787e-07, No Iterations 134
time step continuity errors : sum local = 1.31166e-10, global = 6.36431e-20, cumulative = -2.1784e-18
BiCGStab: Solving for omega, Initial residual = 0.00050812, Final residual = 6.16229e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000678279, Final residual = 8.52386e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.15931e-05, Final residual = 1.04449e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.24228e-05, Final residual = 5.48201e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00493036, Final residual = 5.39844e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0111076, Final residual = 9.93742e-07, No Iterations 242
time step continuity errors : sum local = 1.27611e-10, global = 3.04743e-20, cumulative = -2.14793e-18
DICPCG: Solving for p, Initial residual = 0.00212147, Final residual = 9.78802e-07, No Iterations 68
time step continuity errors : sum local = 1.31127e-10, global = -3.60612e-20, cumulative = -2.18399e-18
BiCGStab: Solving for omega, Initial residual = 3.04461e-05, Final residual = 6.34877e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.17883e-05, Final residual = 9.90776e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.10048e-06, Final residual = 6.02914e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.43845e-06, Final residual = 3.38872e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000723237, Final residual = 2.80684e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00218522, Final residual = 9.92972e-07, No Iterations 40
time step continuity errors : sum local = 1.33797e-10, global = 2.5627e-20, cumulative = -2.15836e-18
DICPCG: Solving for p, Initial residual = 0.000384748, Final residual = 9.6723e-07, No Iterations 16
time step continuity errors : sum local = 1.30464e-10, global = 2.94585e-20, cumulative = -2.1289e-18
BiCGStab: Solving for omega, Initial residual = 2.38732e-05, Final residual = 6.43491e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.74387e-06, Final residual = 3.74387e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.08221e-06, Final residual = 6.41328e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.62492e-07, Final residual = 3.94007e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00012938, Final residual = 2.98924e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000564145, Final residual = 9.58681e-07, No Iterations 13
time step continuity errors : sum local = 1.29365e-10, global = -4.35403e-20, cumulative = -2.17244e-18
DICPCG: Solving for p, Initial residual = 0.000104257, Final residual = 8.93897e-07, No Iterations 6
time step continuity errors : sum local = 1.21027e-10, global = 2.06319e-20, cumulative = -2.15181e-18
BiCGStab: Solving for omega, Initial residual = 2.93625e-05, Final residual = 7.65735e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.76396e-06, Final residual = 3.76396e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.40801e-07, Final residual = 1.3822e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.96157e-07, Final residual = 8.63323e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.57819e-05, Final residual = 4.82575e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000182148, Final residual = 8.84254e-07, No Iterations 7
time step continuity errors : sum local = 1.19787e-10, global = 4.82344e-20, cumulative = -2.10358e-18
DICPCG: Solving for p, Initial residual = 3.27983e-05, Final residual = 6.87546e-07, No Iterations 4
time step continuity errors : sum local = 9.44929e-11, global = -3.83878e-20, cumulative = -2.14196e-18
BiCGStab: Solving for omega, Initial residual = 2.80936e-05, Final residual = 8.39573e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.77003e-06, Final residual = 3.77003e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5513.58 s ClockTime = 5514 s Max(PAc) = 154374 Pa
Courant Number mean: 0.0566809 max: 0.977095 velocity magnitude: 1.28317
deltaT = 0.000487805
Time = 1.58488
--> Cloud: bubbleCloud
Added 119 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 585951
Mass introduced by injector = 5.36016e-10
Number of parcels added continuously = 1182
Mass introduced continuously = 1.06125e-12
Current number of parcels = 4096819
Current mass in system = 4.59244e-09
Number of parcels shifted at least once = 3574
Number of parcel shifts towards cell center = 3584
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00607501, Final user-defined norm residual = 9.91621e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.1295e-05, Final user-defined norm residual = 1.54523e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.31844e-08, Final user-defined norm residual = 1.75594e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000591078, Final residual = 6.27706e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000490811, Final residual = 4.09026e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0560453, Final residual = 2.15816e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0476945, Final residual = 9.50119e-07, No Iterations 157
time step continuity errors : sum local = 1.33341e-10, global = 2.41406e-20, cumulative = -2.11782e-18
DICPCG: Solving for p, Initial residual = 0.00570499, Final residual = 9.53603e-07, No Iterations 139
time step continuity errors : sum local = 1.34165e-10, global = 3.14239e-20, cumulative = -2.0864e-18
BiCGStab: Solving for omega, Initial residual = 0.000517915, Final residual = 5.29152e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00067936, Final residual = 8.50081e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.1334e-05, Final residual = 1.01458e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.20119e-05, Final residual = 5.13486e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0054572, Final residual = 5.85054e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0109943, Final residual = 9.50309e-07, No Iterations 245
time step continuity errors : sum local = 1.2236e-10, global = -2.87658e-20, cumulative = -2.11517e-18
DICPCG: Solving for p, Initial residual = 0.00207101, Final residual = 9.00657e-07, No Iterations 71
time step continuity errors : sum local = 1.21523e-10, global = 3.1334e-20, cumulative = -2.08383e-18
BiCGStab: Solving for omega, Initial residual = 3.10265e-05, Final residual = 7.2784e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.18191e-05, Final residual = 9.74771e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.05038e-06, Final residual = 5.80265e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.27652e-06, Final residual = 3.3339e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000819661, Final residual = 2.93463e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00210727, Final residual = 9.97189e-07, No Iterations 58
time step continuity errors : sum local = 1.34866e-10, global = -9.67409e-22, cumulative = -2.0848e-18
DICPCG: Solving for p, Initial residual = 0.000371946, Final residual = 9.81928e-07, No Iterations 30
time step continuity errors : sum local = 1.32832e-10, global = 2.85887e-20, cumulative = -2.05621e-18
BiCGStab: Solving for omega, Initial residual = 2.23519e-05, Final residual = 8.4817e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.75299e-06, Final residual = 3.75299e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.0375e-06, Final residual = 6.77695e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.07344e-07, Final residual = 4.02333e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000157342, Final residual = 3.26768e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000547624, Final residual = 9.64061e-07, No Iterations 19
time step continuity errors : sum local = 1.30517e-10, global = 9.57263e-21, cumulative = -2.04664e-18
DICPCG: Solving for p, Initial residual = 0.000103089, Final residual = 9.24475e-07, No Iterations 7
time step continuity errors : sum local = 1.25406e-10, global = -2.50288e-20, cumulative = -2.07167e-18
BiCGStab: Solving for omega, Initial residual = 2.17408e-05, Final residual = 8.91052e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.76447e-06, Final residual = 3.76447e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.07826e-07, Final residual = 1.41267e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.66467e-07, Final residual = 7.79062e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.36094e-05, Final residual = 5.36922e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000153587, Final residual = 9.50338e-07, No Iterations 6
time step continuity errors : sum local = 1.28737e-10, global = -2.52592e-20, cumulative = -2.09693e-18
DICPCG: Solving for p, Initial residual = 2.91448e-05, Final residual = 5.92622e-07, No Iterations 4
time step continuity errors : sum local = 8.26518e-11, global = 3.06469e-21, cumulative = -2.09386e-18
BiCGStab: Solving for omega, Initial residual = 2.40953e-05, Final residual = 1.16075e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.78729e-06, Final residual = 3.78729e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5530.96 s ClockTime = 5531 s Max(PAc) = 154767 Pa
Courant Number mean: 0.0566989 max: 0.966743 velocity magnitude: 1.27983
deltaT = 0.000504065
Time = 1.58538
--> Cloud: bubbleCloud
Added 245 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 586196
Mass introduced by injector = 5.36209e-10
Number of parcels added continuously = 1281
Mass introduced continuously = 1.21308e-12
Current number of parcels = 4097864
Current mass in system = 4.59336e-09
Number of parcels shifted at least once = 3761
Number of parcel shifts towards cell center = 3764
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00601718, Final user-defined norm residual = 0.000113696
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.44159e-05, Final user-defined norm residual = 1.38107e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.96584e-08, Final user-defined norm residual = 2.38488e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000614138, Final residual = 7.72748e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000512088, Final residual = 5.34824e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0624351, Final residual = 3.27113e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0488538, Final residual = 9.94687e-07, No Iterations 170
time step continuity errors : sum local = 1.39015e-10, global = 1.0111e-19, cumulative = -1.99275e-18
DICPCG: Solving for p, Initial residual = 0.00618609, Final residual = 9.19183e-07, No Iterations 143
time step continuity errors : sum local = 1.32869e-10, global = -4.5597e-20, cumulative = -2.03835e-18
BiCGStab: Solving for omega, Initial residual = 0.000527576, Final residual = 7.1961e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000702948, Final residual = 9.72812e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.22672e-05, Final residual = 1.13853e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.35541e-05, Final residual = 5.89591e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00630932, Final residual = 8.69151e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0117462, Final residual = 9.86062e-07, No Iterations 242
time step continuity errors : sum local = 1.34567e-10, global = -2.56613e-20, cumulative = -2.06401e-18
DICPCG: Solving for p, Initial residual = 0.00226162, Final residual = 9.67415e-07, No Iterations 71
time step continuity errors : sum local = 1.37714e-10, global = 6.23875e-20, cumulative = -2.00162e-18
BiCGStab: Solving for omega, Initial residual = 3.27989e-05, Final residual = 1.04055e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.26302e-05, Final residual = 1.15703e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.47643e-06, Final residual = 6.89561e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.60604e-06, Final residual = 3.92303e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000989714, Final residual = 4.51753e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00235033, Final residual = 9.92136e-07, No Iterations 56
time step continuity errors : sum local = 1.42044e-10, global = -7.67238e-20, cumulative = -2.07835e-18
DICPCG: Solving for p, Initial residual = 0.000413384, Final residual = 9.89351e-07, No Iterations 22
time step continuity errors : sum local = 1.41613e-10, global = 9.82239e-21, cumulative = -2.06852e-18
BiCGStab: Solving for omega, Initial residual = 2.50326e-05, Final residual = 1.07129e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.29443e-06, Final residual = 4.29443e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.13069e-06, Final residual = 7.59411e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.23352e-07, Final residual = 4.24951e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000189004, Final residual = 4.31057e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000661867, Final residual = 8.82923e-07, No Iterations 26
time step continuity errors : sum local = 1.27094e-10, global = 3.09088e-20, cumulative = -2.03761e-18
DICPCG: Solving for p, Initial residual = 0.000120837, Final residual = 8.46704e-07, No Iterations 6
time step continuity errors : sum local = 1.2215e-10, global = -1.06582e-20, cumulative = -2.04827e-18
BiCGStab: Solving for omega, Initial residual = 2.80341e-05, Final residual = 1.27993e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.30374e-06, Final residual = 4.30374e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.63251e-07, Final residual = 1.84224e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.87142e-07, Final residual = 1.06964e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.24626e-05, Final residual = 7.30435e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000190923, Final residual = 8.63163e-07, No Iterations 6
time step continuity errors : sum local = 1.24392e-10, global = -5.66719e-20, cumulative = -2.10495e-18
DICPCG: Solving for p, Initial residual = 3.36981e-05, Final residual = 6.67581e-07, No Iterations 4
time step continuity errors : sum local = 9.77158e-11, global = 4.06263e-21, cumulative = -2.10088e-18
BiCGStab: Solving for omega, Initial residual = 3.05172e-05, Final residual = 1.31625e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.30373e-06, Final residual = 4.30373e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5548.14 s ClockTime = 5548 s Max(PAc) = 153730 Pa
Courant Number mean: 0.058608 max: 0.995511 velocity magnitude: 1.2754
deltaT = 0.000504065
Time = 1.58589
--> Cloud: bubbleCloud
Added 124 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 586320
Mass introduced by injector = 5.36363e-10
Number of parcels added continuously = 1203
Mass introduced continuously = 1.10686e-12
Current number of parcels = 4098722
Current mass in system = 4.59416e-09
Number of parcels shifted at least once = 3730
Number of parcel shifts towards cell center = 3734
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00557011, Final user-defined norm residual = 8.68544e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.8647e-05, Final user-defined norm residual = 8.19164e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.75872e-08, Final user-defined norm residual = 9.94776e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000618038, Final residual = 7.62176e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000507381, Final residual = 5.38939e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.06532, Final residual = 2.65172e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0459299, Final residual = 8.8147e-07, No Iterations 262
time step continuity errors : sum local = 1.20047e-10, global = -2.70014e-20, cumulative = -2.12788e-18
DICPCG: Solving for p, Initial residual = 0.00553174, Final residual = 9.4154e-07, No Iterations 146
time step continuity errors : sum local = 1.35325e-10, global = 2.27764e-20, cumulative = -2.10511e-18
BiCGStab: Solving for omega, Initial residual = 0.000536183, Final residual = 5.52099e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000702977, Final residual = 9.71948e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.37856e-05, Final residual = 1.18926e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.28949e-05, Final residual = 6.10071e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00624724, Final residual = 8.0069e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0117612, Final residual = 9.87932e-07, No Iterations 239
time step continuity errors : sum local = 1.3447e-10, global = -2.4767e-20, cumulative = -2.12987e-18
DICPCG: Solving for p, Initial residual = 0.00221387, Final residual = 9.32541e-07, No Iterations 71
time step continuity errors : sum local = 1.31261e-10, global = 9.73562e-21, cumulative = -2.12014e-18
BiCGStab: Solving for omega, Initial residual = 3.98358e-05, Final residual = 1.1537e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.24499e-05, Final residual = 1.25974e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.4768e-06, Final residual = 7.25568e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.50998e-06, Final residual = 4.0547e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000926434, Final residual = 4.28742e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00225442, Final residual = 9.86172e-07, No Iterations 45
time step continuity errors : sum local = 1.39473e-10, global = 6.67966e-20, cumulative = -2.05334e-18
DICPCG: Solving for p, Initial residual = 0.000410483, Final residual = 9.86865e-07, No Iterations 29
time step continuity errors : sum local = 1.39568e-10, global = 7.10901e-20, cumulative = -1.98225e-18
BiCGStab: Solving for omega, Initial residual = 3.46327e-05, Final residual = 1.25379e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.06917e-06, Final residual = 4.06917e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.24392e-06, Final residual = 6.85942e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.0577e-07, Final residual = 4.40966e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000165996, Final residual = 4.37131e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000623841, Final residual = 9.47718e-07, No Iterations 13
time step continuity errors : sum local = 1.34234e-10, global = 1.51313e-20, cumulative = -1.96712e-18
DICPCG: Solving for p, Initial residual = 0.000113017, Final residual = 8.66218e-07, No Iterations 6
time step continuity errors : sum local = 1.23131e-10, global = -9.32539e-21, cumulative = -1.97645e-18
BiCGStab: Solving for omega, Initial residual = 4.05776e-05, Final residual = 1.333e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.08055e-06, Final residual = 4.08055e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.50913e-07, Final residual = 1.36418e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.8964e-07, Final residual = 7.75618e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.39616e-05, Final residual = 7.29965e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000176908, Final residual = 7.44725e-07, No Iterations 6
time step continuity errors : sum local = 1.06587e-10, global = 4.36111e-20, cumulative = -1.93284e-18
DICPCG: Solving for p, Initial residual = 3.12723e-05, Final residual = 5.74286e-07, No Iterations 4
time step continuity errors : sum local = 8.33767e-11, global = -5.2066e-20, cumulative = -1.9849e-18
BiCGStab: Solving for omega, Initial residual = 4.4412e-05, Final residual = 1.5523e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.10268e-06, Final residual = 4.10268e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5565.53 s ClockTime = 5566 s Max(PAc) = 153337 Pa
Courant Number mean: 0.0586268 max: 0.999342 velocity magnitude: 1.26863
deltaT = 0.000504065
Time = 1.58639
--> Cloud: bubbleCloud
Added 164 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 586484
Mass introduced by injector = 5.36524e-10
Number of parcels added continuously = 1128
Mass introduced continuously = 1.16169e-12
Current number of parcels = 4099567
Current mass in system = 4.5949e-09
Number of parcels shifted at least once = 3727
Number of parcel shifts towards cell center = 3734
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00643519, Final user-defined norm residual = 0.000120946
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.59721e-05, Final user-defined norm residual = 3.70948e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.96595e-08, Final user-defined norm residual = 1.08914e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000623348, Final residual = 7.50057e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000508637, Final residual = 5.19411e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0676861, Final residual = 2.89544e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0469959, Final residual = 9.75467e-07, No Iterations 165
time step continuity errors : sum local = 1.47677e-10, global = -2.1122e-20, cumulative = -2.00602e-18
DICPCG: Solving for p, Initial residual = 0.00572358, Final residual = 9.6492e-07, No Iterations 142
time step continuity errors : sum local = 1.40608e-10, global = -1.98109e-20, cumulative = -2.02583e-18
BiCGStab: Solving for omega, Initial residual = 0.000548011, Final residual = 5.31651e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000703176, Final residual = 9.74201e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.47347e-05, Final residual = 1.2362e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.33261e-05, Final residual = 6.38677e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00676885, Final residual = 8.5255e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0128619, Final residual = 8.6641e-07, No Iterations 242
time step continuity errors : sum local = 1.1781e-10, global = -6.05012e-20, cumulative = -2.08634e-18
DICPCG: Solving for p, Initial residual = 0.00251075, Final residual = 9.04762e-07, No Iterations 70
time step continuity errors : sum local = 1.28769e-10, global = -3.42213e-20, cumulative = -2.12056e-18
BiCGStab: Solving for omega, Initial residual = 4.13882e-05, Final residual = 8.44579e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.19848e-05, Final residual = 1.23578e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.72953e-06, Final residual = 7.69324e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.6308e-06, Final residual = 4.1442e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00103866, Final residual = 4.57998e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00237816, Final residual = 9.80038e-07, No Iterations 64
time step continuity errors : sum local = 1.40117e-10, global = -3.36175e-20, cumulative = -2.15417e-18
DICPCG: Solving for p, Initial residual = 0.000413554, Final residual = 9.46041e-07, No Iterations 30
time step continuity errors : sum local = 1.35476e-10, global = -1.15069e-19, cumulative = -2.26924e-18
BiCGStab: Solving for omega, Initial residual = 3.06747e-05, Final residual = 8.44178e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.74362e-06, Final residual = 3.74362e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.28276e-06, Final residual = 7.61125e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.75366e-07, Final residual = 4.40668e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000193511, Final residual = 4.66557e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000625941, Final residual = 9.01412e-07, No Iterations 18
time step continuity errors : sum local = 1.29395e-10, global = 4.70262e-20, cumulative = -2.22222e-18
DICPCG: Solving for p, Initial residual = 0.000111369, Final residual = 8.7735e-07, No Iterations 6
time step continuity errors : sum local = 1.26101e-10, global = -5.98683e-20, cumulative = -2.28208e-18
BiCGStab: Solving for omega, Initial residual = 2.90408e-05, Final residual = 8.8493e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.77374e-06, Final residual = 3.77374e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.60712e-07, Final residual = 1.69108e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.05624e-07, Final residual = 1.03681e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.10131e-05, Final residual = 7.77606e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000187181, Final residual = 9.53345e-07, No Iterations 6
time step continuity errors : sum local = 1.36448e-10, global = 3.52838e-20, cumulative = -2.2468e-18
DICPCG: Solving for p, Initial residual = 3.19673e-05, Final residual = 7.05989e-07, No Iterations 4
time step continuity errors : sum local = 1.02759e-10, global = 6.06828e-21, cumulative = -2.24073e-18
BiCGStab: Solving for omega, Initial residual = 3.03479e-05, Final residual = 9.2846e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.7746e-06, Final residual = 3.7746e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5582.85 s ClockTime = 5583 s Max(PAc) = 153815 Pa
Courant Number mean: 0.0586458 max: 0.999107 velocity magnitude: 1.26432
deltaT = 0.000504065
Time = 1.58689
--> Cloud: bubbleCloud
Added 168 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 586652
Mass introduced by injector = 5.36672e-10
Number of parcels added continuously = 1195
Mass introduced continuously = 1.15867e-12
Current number of parcels = 4100446
Current mass in system = 4.5957e-09
Number of parcels shifted at least once = 3730
Number of parcel shifts towards cell center = 3731
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00658022, Final user-defined norm residual = 0.000126376
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.7148e-05, Final user-defined norm residual = 1.94994e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.189e-08, Final user-defined norm residual = 2.36887e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000616478, Final residual = 7.70141e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000506408, Final residual = 5.19977e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0726398, Final residual = 3.23396e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0456118, Final residual = 8.9828e-07, No Iterations 258
time step continuity errors : sum local = 1.21746e-10, global = -5.41457e-20, cumulative = -2.29488e-18
DICPCG: Solving for p, Initial residual = 0.00606337, Final residual = 9.69593e-07, No Iterations 139
time step continuity errors : sum local = 1.31117e-10, global = -1.22391e-21, cumulative = -2.2961e-18
BiCGStab: Solving for omega, Initial residual = 0.000536157, Final residual = 4.97365e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000703873, Final residual = 9.76069e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.32357e-05, Final residual = 1.308e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.20856e-05, Final residual = 6.40755e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00688952, Final residual = 8.6403e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.012151, Final residual = 9.21706e-07, No Iterations 238
time step continuity errors : sum local = 1.24924e-10, global = 1.1854e-19, cumulative = -2.17756e-18
DICPCG: Solving for p, Initial residual = 0.00223781, Final residual = 9.40215e-07, No Iterations 70
time step continuity errors : sum local = 1.32401e-10, global = -5.94917e-21, cumulative = -2.18351e-18
BiCGStab: Solving for omega, Initial residual = 3.12527e-05, Final residual = 7.70807e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.18749e-05, Final residual = 1.30842e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.22451e-06, Final residual = 7.18663e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.13805e-06, Final residual = 4.05298e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00102885, Final residual = 4.58748e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00216928, Final residual = 9.8056e-07, No Iterations 62
time step continuity errors : sum local = 1.38711e-10, global = -3.61789e-20, cumulative = -2.21969e-18
DICPCG: Solving for p, Initial residual = 0.000343991, Final residual = 9.99163e-07, No Iterations 29
time step continuity errors : sum local = 1.41212e-10, global = -2.08431e-20, cumulative = -2.24053e-18
BiCGStab: Solving for omega, Initial residual = 2.15688e-05, Final residual = 7.45544e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.84181e-06, Final residual = 3.84181e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.0638e-06, Final residual = 8.03726e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.51729e-07, Final residual = 4.76114e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000192027, Final residual = 4.56438e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00052003, Final residual = 9.62582e-07, No Iterations 19
time step continuity errors : sum local = 1.36241e-10, global = -3.7077e-20, cumulative = -2.27761e-18
DICPCG: Solving for p, Initial residual = 8.83265e-05, Final residual = 9.22603e-07, No Iterations 6
time step continuity errors : sum local = 1.30803e-10, global = -3.06035e-20, cumulative = -2.30821e-18
BiCGStab: Solving for omega, Initial residual = 2.48902e-05, Final residual = 8.1796e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.85814e-06, Final residual = 3.85814e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.93081e-07, Final residual = 1.7567e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.49021e-07, Final residual = 1.07131e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.89529e-05, Final residual = 7.58703e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000141998, Final residual = 9.34465e-07, No Iterations 6
time step continuity errors : sum local = 1.32412e-10, global = -5.52683e-21, cumulative = -2.31374e-18
DICPCG: Solving for p, Initial residual = 2.28276e-05, Final residual = 6.14945e-07, No Iterations 4
time step continuity errors : sum local = 8.90458e-11, global = 6.89832e-20, cumulative = -2.24476e-18
BiCGStab: Solving for omega, Initial residual = 2.47974e-05, Final residual = 9.32301e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.88059e-06, Final residual = 3.88059e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5600.02 s ClockTime = 5600 s Max(PAc) = 154045 Pa
Courant Number mean: 0.058665 max: 1.00064 velocity magnitude: 1.25762
deltaT = 0.000485396
Time = 1.58738
--> Cloud: bubbleCloud
Added 203 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 586855
Mass introduced by injector = 5.36856e-10
Number of parcels added continuously = 1170
Mass introduced continuously = 1.08262e-12
Current number of parcels = 4101354
Current mass in system = 4.59647e-09
Number of parcels shifted at least once = 3616
Number of parcel shifts towards cell center = 3617
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00625774, Final user-defined norm residual = 0.000125331
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.69236e-05, Final user-defined norm residual = 1.8303e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.93199e-08, Final user-defined norm residual = 1.87027e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000588805, Final residual = 5.94995e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000488026, Final residual = 4.09182e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.072716, Final residual = 2.70441e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0494907, Final residual = 9.73888e-07, No Iterations 248
time step continuity errors : sum local = 1.23142e-10, global = -7.07712e-20, cumulative = -2.31553e-18
DICPCG: Solving for p, Initial residual = 0.00608886, Final residual = 9.48294e-07, No Iterations 115
time step continuity errors : sum local = 1.35684e-10, global = -1.53485e-20, cumulative = -2.33088e-18
BiCGStab: Solving for omega, Initial residual = 0.000516615, Final residual = 3.81263e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000677962, Final residual = 8.38612e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.28962e-05, Final residual = 9.54306e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.24269e-05, Final residual = 4.94298e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00669062, Final residual = 7.25e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0126113, Final residual = 9.92309e-07, No Iterations 105
time step continuity errors : sum local = 1.46713e-10, global = -6.99367e-20, cumulative = -2.40081e-18
DICPCG: Solving for p, Initial residual = 0.00233977, Final residual = 9.23099e-07, No Iterations 76
time step continuity errors : sum local = 1.36979e-10, global = 1.34691e-20, cumulative = -2.38734e-18
BiCGStab: Solving for omega, Initial residual = 2.69015e-05, Final residual = 5.12528e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.16796e-05, Final residual = 1.10664e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.31217e-06, Final residual = 5.67592e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.35655e-06, Final residual = 3.13159e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000983258, Final residual = 3.76128e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00235263, Final residual = 9.9557e-07, No Iterations 68
time step continuity errors : sum local = 1.45814e-10, global = 4.6996e-20, cumulative = -2.34035e-18
DICPCG: Solving for p, Initial residual = 0.000402457, Final residual = 9.99482e-07, No Iterations 33
time step continuity errors : sum local = 1.46283e-10, global = 8.78498e-21, cumulative = -2.33156e-18
BiCGStab: Solving for omega, Initial residual = 1.61884e-05, Final residual = 3.73843e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.06351e-06, Final residual = 4.06351e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.09033e-06, Final residual = 6.57196e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.84373e-07, Final residual = 3.78596e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000182171, Final residual = 3.79333e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00058344, Final residual = 9.48984e-07, No Iterations 14
time step continuity errors : sum local = 1.39922e-10, global = -6.70623e-20, cumulative = -2.39863e-18
DICPCG: Solving for p, Initial residual = 0.00010098, Final residual = 9.63194e-07, No Iterations 5
time step continuity errors : sum local = 1.41702e-10, global = -8.80282e-20, cumulative = -2.48665e-18
BiCGStab: Solving for omega, Initial residual = 1.26312e-05, Final residual = 3.52534e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.07894e-06, Final residual = 4.07894e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.13577e-07, Final residual = 1.31651e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.66102e-07, Final residual = 8.39425e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.83217e-05, Final residual = 6.09295e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000161699, Final residual = 9.6131e-07, No Iterations 5
time step continuity errors : sum local = 1.41461e-10, global = 3.12653e-20, cumulative = -2.45539e-18
DICPCG: Solving for p, Initial residual = 2.74071e-05, Final residual = 9.91244e-07, No Iterations 3
time step continuity errors : sum local = 1.45237e-10, global = -7.96242e-21, cumulative = -2.46335e-18
BiCGStab: Solving for omega, Initial residual = 1.22601e-05, Final residual = 3.45733e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.09957e-06, Final residual = 4.09957e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5617.31 s ClockTime = 5617 s Max(PAc) = 154348 Pa
Courant Number mean: 0.0565105 max: 0.967566 velocity magnitude: 1.2547
deltaT = 0.000485396
Time = 1.58787
--> Cloud: bubbleCloud
Added 150 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 587005
Mass introduced by injector = 5.37013e-10
Number of parcels added continuously = 1220
Mass introduced continuously = 1.18329e-12
Current number of parcels = 4102274
Current mass in system = 4.59731e-09
Number of parcels shifted at least once = 3586
Number of parcel shifts towards cell center = 3592
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00568936, Final user-defined norm residual = 6.76992e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.45467e-05, Final user-defined norm residual = 7.65187e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.64421e-08, Final user-defined norm residual = 8.97524e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000592403, Final residual = 6.09231e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000486764, Final residual = 4.03867e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0678601, Final residual = 2.4804e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0497279, Final residual = 9.33926e-07, No Iterations 152
time step continuity errors : sum local = 1.32617e-10, global = 1.897e-20, cumulative = -2.44438e-18
DICPCG: Solving for p, Initial residual = 0.00651657, Final residual = 9.63385e-07, No Iterations 133
time step continuity errors : sum local = 1.31352e-10, global = 3.02412e-20, cumulative = -2.41414e-18
BiCGStab: Solving for omega, Initial residual = 0.000509072, Final residual = 3.80004e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000678061, Final residual = 8.34562e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.32782e-05, Final residual = 1.00093e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.27246e-05, Final residual = 5.12401e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00602337, Final residual = 6.30723e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0133982, Final residual = 9.82986e-07, No Iterations 236
time step continuity errors : sum local = 1.23741e-10, global = 7.57598e-20, cumulative = -2.33838e-18
DICPCG: Solving for p, Initial residual = 0.00251147, Final residual = 9.80306e-07, No Iterations 68
time step continuity errors : sum local = 1.28307e-10, global = 6.99432e-20, cumulative = -2.26844e-18
BiCGStab: Solving for omega, Initial residual = 2.13477e-05, Final residual = 4.93521e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.11622e-05, Final residual = 1.00403e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.40363e-06, Final residual = 5.75556e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.53749e-06, Final residual = 3.26768e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000882519, Final residual = 3.43589e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00247703, Final residual = 9.53571e-07, No Iterations 30
time step continuity errors : sum local = 1.25729e-10, global = 1.48668e-21, cumulative = -2.26695e-18
DICPCG: Solving for p, Initial residual = 0.000438354, Final residual = 9.23106e-07, No Iterations 18
time step continuity errors : sum local = 1.21821e-10, global = 5.89135e-21, cumulative = -2.26106e-18
BiCGStab: Solving for omega, Initial residual = 9.01096e-06, Final residual = 9.01096e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.47714e-06, Final residual = 3.47714e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.28727e-06, Final residual = 6.17162e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.95413e-07, Final residual = 3.84269e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000158805, Final residual = 3.86773e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000675209, Final residual = 9.62868e-07, No Iterations 8
time step continuity errors : sum local = 1.26812e-10, global = 4.71831e-20, cumulative = -2.21388e-18
DICPCG: Solving for p, Initial residual = 0.000116751, Final residual = 8.05557e-07, No Iterations 5
time step continuity errors : sum local = 1.06983e-10, global = 7.71638e-21, cumulative = -2.20616e-18
BiCGStab: Solving for omega, Initial residual = 9.17425e-06, Final residual = 9.17425e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.51607e-06, Final residual = 3.51607e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.58312e-07, Final residual = 1.18422e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.0336e-07, Final residual = 7.41348e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.12891e-05, Final residual = 6.40269e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00019856, Final residual = 8.8404e-07, No Iterations 5
time step continuity errors : sum local = 1.16857e-10, global = -7.39869e-20, cumulative = -2.28015e-18
DICPCG: Solving for p, Initial residual = 3.4349e-05, Final residual = 8.61531e-07, No Iterations 3
time step continuity errors : sum local = 1.14018e-10, global = -1.10633e-19, cumulative = -2.39078e-18
BiCGStab: Solving for omega, Initial residual = 9.22246e-06, Final residual = 9.22246e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.51828e-06, Final residual = 3.51828e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5634.54 s ClockTime = 5635 s Max(PAc) = 154402 Pa
Courant Number mean: 0.0565286 max: 0.966629 velocity magnitude: 1.25984
deltaT = 0.000485396
Time = 1.58835
--> Cloud: bubbleCloud
Added 149 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 587154
Mass introduced by injector = 5.37144e-10
Number of parcels added continuously = 1176
Mass introduced continuously = 1.03344e-12
Current number of parcels = 4103138
Current mass in system = 4.59806e-09
Number of parcels shifted at least once = 3531
Number of parcel shifts towards cell center = 3534
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00568723, Final user-defined norm residual = 0.000117381
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.52253e-05, Final user-defined norm residual = 2.98564e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.41626e-08, Final user-defined norm residual = 8.92088e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00059321, Final residual = 6.14015e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000487524, Final residual = 4.01943e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0739733, Final residual = 2.84438e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0504687, Final residual = 8.52245e-07, No Iterations 237
time step continuity errors : sum local = 1.06776e-10, global = -3.41687e-20, cumulative = -2.42495e-18
DICPCG: Solving for p, Initial residual = 0.00660417, Final residual = 9.25382e-07, No Iterations 109
time step continuity errors : sum local = 1.17566e-10, global = 1.07596e-20, cumulative = -2.41419e-18
BiCGStab: Solving for omega, Initial residual = 0.000508264, Final residual = 4.08926e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000678124, Final residual = 8.33914e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.32144e-05, Final residual = 1.00009e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.30252e-05, Final residual = 5.05627e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00640227, Final residual = 7.41245e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0134602, Final residual = 9.96559e-07, No Iterations 242
time step continuity errors : sum local = 1.24423e-10, global = -2.87476e-20, cumulative = -2.44294e-18
DICPCG: Solving for p, Initial residual = 0.002548, Final residual = 9.17922e-07, No Iterations 69
time step continuity errors : sum local = 1.19003e-10, global = -1.39259e-20, cumulative = -2.45686e-18
BiCGStab: Solving for omega, Initial residual = 2.31418e-05, Final residual = 5.60325e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.05154e-05, Final residual = 1.06854e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.61185e-06, Final residual = 5.73517e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.44719e-06, Final residual = 3.31315e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000992332, Final residual = 3.84056e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00255274, Final residual = 9.91453e-07, No Iterations 35
time step continuity errors : sum local = 1.28984e-10, global = 4.19241e-20, cumulative = -2.41494e-18
DICPCG: Solving for p, Initial residual = 0.000436267, Final residual = 9.66849e-07, No Iterations 19
time step continuity errors : sum local = 1.25889e-10, global = 8.27228e-21, cumulative = -2.40667e-18
BiCGStab: Solving for omega, Initial residual = 1.22273e-05, Final residual = 4.70862e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.78535e-06, Final residual = 2.78535e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.21437e-06, Final residual = 6.28137e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.59767e-07, Final residual = 4.00025e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000185482, Final residual = 3.61791e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00065778, Final residual = 9.74825e-07, No Iterations 8
time step continuity errors : sum local = 1.26881e-10, global = 3.67122e-20, cumulative = -2.36995e-18
DICPCG: Solving for p, Initial residual = 0.000112554, Final residual = 7.74237e-07, No Iterations 5
time step continuity errors : sum local = 1.01801e-10, global = 3.10002e-20, cumulative = -2.33895e-18
BiCGStab: Solving for omega, Initial residual = 1.15774e-05, Final residual = 5.75286e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.80235e-06, Final residual = 2.80235e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.58745e-07, Final residual = 1.18498e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.97592e-07, Final residual = 7.40187e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.83373e-05, Final residual = 5.82736e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00019887, Final residual = 7.6234e-07, No Iterations 5
time step continuity errors : sum local = 1.00313e-10, global = 3.57688e-20, cumulative = -2.30318e-18
DICPCG: Solving for p, Initial residual = 3.34144e-05, Final residual = 8.08e-07, No Iterations 3
time step continuity errors : sum local = 1.06015e-10, global = 6.26282e-20, cumulative = -2.24056e-18
BiCGStab: Solving for omega, Initial residual = 1.29268e-05, Final residual = 5.38945e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.83494e-06, Final residual = 2.83494e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5651.76 s ClockTime = 5652 s Max(PAc) = 155004 Pa
Courant Number mean: 0.0565469 max: 0.968643 velocity magnitude: 1.2659
deltaT = 0.000485396
Time = 1.58884
--> Cloud: bubbleCloud
Added 237 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 587391
Mass introduced by injector = 5.37341e-10
Number of parcels added continuously = 1217
Mass introduced continuously = 1.07319e-12
Current number of parcels = 4104123
Current mass in system = 4.59883e-09
Number of parcels shifted at least once = 3624
Number of parcel shifts towards cell center = 3626
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00563556, Final user-defined norm residual = 0.000139331
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.99328e-05, Final user-defined norm residual = 7.2801e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.56405e-07, Final user-defined norm residual = 1.7899e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000588515, Final residual = 5.99156e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000484747, Final residual = 4.04753e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0697599, Final residual = 2.43248e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0504085, Final residual = 8.92949e-07, No Iterations 258
time step continuity errors : sum local = 1.12387e-10, global = 1.10781e-21, cumulative = -2.23945e-18
DICPCG: Solving for p, Initial residual = 0.0055835, Final residual = 9.0899e-07, No Iterations 142
time step continuity errors : sum local = 1.20777e-10, global = 2.16456e-20, cumulative = -2.2178e-18
BiCGStab: Solving for omega, Initial residual = 0.00050996, Final residual = 6.35255e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000676765, Final residual = 8.21786e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.05013e-05, Final residual = 1.01424e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.14687e-05, Final residual = 5.48462e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00623596, Final residual = 6.20256e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0114888, Final residual = 9.63487e-07, No Iterations 241
time step continuity errors : sum local = 1.22026e-10, global = -1.41046e-20, cumulative = -2.23191e-18
DICPCG: Solving for p, Initial residual = 0.00212814, Final residual = 9.14625e-07, No Iterations 70
time step continuity errors : sum local = 1.19424e-10, global = 6.98108e-20, cumulative = -2.1621e-18
BiCGStab: Solving for omega, Initial residual = 2.81844e-05, Final residual = 7.27971e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.0714e-05, Final residual = 1.09319e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.47368e-06, Final residual = 5.87868e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.83453e-06, Final residual = 3.52887e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000920902, Final residual = 3.3334e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00191027, Final residual = 9.72119e-07, No Iterations 46
time step continuity errors : sum local = 1.27262e-10, global = -1.82448e-20, cumulative = -2.18034e-18
DICPCG: Solving for p, Initial residual = 0.000321458, Final residual = 9.48383e-07, No Iterations 24
time step continuity errors : sum local = 1.24199e-10, global = -1.20451e-20, cumulative = -2.19239e-18
BiCGStab: Solving for omega, Initial residual = 1.99431e-05, Final residual = 7.60872e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.87105e-06, Final residual = 2.87105e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.35014e-07, Final residual = 6.148e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.66856e-07, Final residual = 3.85173e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000167862, Final residual = 3.94485e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000447829, Final residual = 9.79424e-07, No Iterations 9
time step continuity errors : sum local = 1.28117e-10, global = 6.23312e-21, cumulative = -2.18615e-18
DICPCG: Solving for p, Initial residual = 8.25933e-05, Final residual = 7.44917e-07, No Iterations 5
time step continuity errors : sum local = 9.83768e-11, global = 1.08835e-19, cumulative = -2.07732e-18
BiCGStab: Solving for omega, Initial residual = 2.28303e-05, Final residual = 7.62214e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.88527e-06, Final residual = 2.88527e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.37843e-07, Final residual = 1.14411e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.243e-07, Final residual = 6.74415e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.3897e-05, Final residual = 6.43727e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000129581, Final residual = 6.65395e-07, No Iterations 5
time step continuity errors : sum local = 8.82953e-11, global = 2.6833e-20, cumulative = -2.05049e-18
DICPCG: Solving for p, Initial residual = 2.24704e-05, Final residual = 6.99222e-07, No Iterations 3
time step continuity errors : sum local = 9.25808e-11, global = 4.2616e-20, cumulative = -2.00787e-18
BiCGStab: Solving for omega, Initial residual = 2.4537e-05, Final residual = 8.69035e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.89719e-06, Final residual = 2.89719e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5669.07 s ClockTime = 5669 s Max(PAc) = 154214 Pa
Courant Number mean: 0.0565656 max: 0.974599 velocity magnitude: 1.2736
deltaT = 0.000485396
Time = 1.58932
--> Cloud: bubbleCloud
Added 139 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 587530
Mass introduced by injector = 5.37464e-10
Number of parcels added continuously = 1157
Mass introduced continuously = 1.18101e-12
Current number of parcels = 4104984
Current mass in system = 4.5997e-09
Number of parcels shifted at least once = 3664
Number of parcel shifts towards cell center = 3667
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00555419, Final user-defined norm residual = 6.13658e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.31863e-05, Final user-defined norm residual = 7.41847e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.5941e-08, Final user-defined norm residual = 7.54466e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000584576, Final residual = 5.69913e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000479079, Final residual = 3.95531e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0668624, Final residual = 2.59559e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0436163, Final residual = 9.22992e-07, No Iterations 237
time step continuity errors : sum local = 1.17646e-10, global = -4.54608e-20, cumulative = -2.05333e-18
DICPCG: Solving for p, Initial residual = 0.00458712, Final residual = 9.95709e-07, No Iterations 101
time step continuity errors : sum local = 1.38259e-10, global = -3.41079e-20, cumulative = -2.08744e-18
BiCGStab: Solving for omega, Initial residual = 0.000514793, Final residual = 4.8114e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000675603, Final residual = 8.23821e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.97019e-05, Final residual = 9.65863e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.08453e-05, Final residual = 5.42963e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00616124, Final residual = 6.85374e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0105588, Final residual = 9.82896e-07, No Iterations 241
time step continuity errors : sum local = 1.26187e-10, global = 3.92016e-21, cumulative = -2.08352e-18
DICPCG: Solving for p, Initial residual = 0.00188635, Final residual = 9.55949e-07, No Iterations 76
time step continuity errors : sum local = 1.27715e-10, global = -6.56695e-20, cumulative = -2.14919e-18
BiCGStab: Solving for omega, Initial residual = 3.25219e-05, Final residual = 7.3524e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.11837e-05, Final residual = 1.08937e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.22692e-06, Final residual = 5.75516e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.77659e-06, Final residual = 3.45319e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00090312, Final residual = 3.54973e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00167365, Final residual = 9.87668e-07, No Iterations 41
time step continuity errors : sum local = 1.32668e-10, global = 1.83096e-21, cumulative = -2.14736e-18
DICPCG: Solving for p, Initial residual = 0.000289207, Final residual = 9.74391e-07, No Iterations 21
time step continuity errors : sum local = 1.30915e-10, global = 2.61788e-21, cumulative = -2.14474e-18
BiCGStab: Solving for omega, Initial residual = 2.288e-05, Final residual = 6.05976e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.48729e-06, Final residual = 3.48729e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.04465e-07, Final residual = 6.26697e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.08542e-07, Final residual = 3.93489e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000163091, Final residual = 3.53683e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000397588, Final residual = 8.65835e-07, No Iterations 10
time step continuity errors : sum local = 1.16977e-10, global = -2.8681e-20, cumulative = -2.17342e-18
DICPCG: Solving for p, Initial residual = 7.23689e-05, Final residual = 7.38911e-07, No Iterations 5
time step continuity errors : sum local = 1.00669e-10, global = -3.74825e-21, cumulative = -2.17717e-18
BiCGStab: Solving for omega, Initial residual = 2.13898e-05, Final residual = 7.70499e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.47461e-06, Final residual = 3.47461e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.02999e-07, Final residual = 1.12097e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.15194e-07, Final residual = 6.86977e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.43437e-05, Final residual = 5.80512e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000109512, Final residual = 7.49043e-07, No Iterations 5
time step continuity errors : sum local = 1.01972e-10, global = 3.72295e-20, cumulative = -2.13994e-18
DICPCG: Solving for p, Initial residual = 2.02031e-05, Final residual = 7.75037e-07, No Iterations 3
time step continuity errors : sum local = 1.05312e-10, global = 3.37132e-20, cumulative = -2.10623e-18
BiCGStab: Solving for omega, Initial residual = 2.32466e-05, Final residual = 7.76436e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.51038e-06, Final residual = 3.51038e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5686.36 s ClockTime = 5687 s Max(PAc) = 154338 Pa
Courant Number mean: 0.0565845 max: 0.980285 velocity magnitude: 1.27872
deltaT = 0.000485396
Time = 1.58981
--> Cloud: bubbleCloud
Added 150 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 587680
Mass introduced by injector = 5.3758e-10
Number of parcels added continuously = 1214
Mass introduced continuously = 1.09751e-12
Current number of parcels = 4105903
Current mass in system = 4.60047e-09
Number of parcels shifted at least once = 3611
Number of parcel shifts towards cell center = 3612
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00542885, Final user-defined norm residual = 9.46107e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.03169e-05, Final user-defined norm residual = 2.00251e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.30036e-08, Final user-defined norm residual = 6.77699e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000581537, Final residual = 5.76424e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000476182, Final residual = 3.95935e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0676236, Final residual = 2.30994e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0434951, Final residual = 9.56554e-07, No Iterations 254
time step continuity errors : sum local = 1.22168e-10, global = 3.39314e-20, cumulative = -2.07229e-18
DICPCG: Solving for p, Initial residual = 0.00517647, Final residual = 9.86058e-07, No Iterations 124
time step continuity errors : sum local = 1.33685e-10, global = -3.4195e-20, cumulative = -2.10649e-18
BiCGStab: Solving for omega, Initial residual = 0.000502645, Final residual = 4.70984e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000675441, Final residual = 8.22685e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.90639e-05, Final residual = 9.29885e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.02179e-05, Final residual = 5.23845e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00614621, Final residual = 6.23354e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00982054, Final residual = 9.77481e-07, No Iterations 238
time step continuity errors : sum local = 1.24553e-10, global = 2.97102e-20, cumulative = -2.07678e-18
DICPCG: Solving for p, Initial residual = 0.0017641, Final residual = 9.97876e-07, No Iterations 71
time step continuity errors : sum local = 1.30277e-10, global = -2.0341e-20, cumulative = -2.09712e-18
BiCGStab: Solving for omega, Initial residual = 2.70674e-05, Final residual = 7.09872e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.12367e-05, Final residual = 1.06475e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.06863e-06, Final residual = 5.63389e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.60158e-06, Final residual = 3.18996e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000915006, Final residual = 3.31294e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00160595, Final residual = 9.65452e-07, No Iterations 43
time step continuity errors : sum local = 1.26826e-10, global = 3.01291e-20, cumulative = -2.06699e-18
DICPCG: Solving for p, Initial residual = 0.000275667, Final residual = 9.81957e-07, No Iterations 23
time step continuity errors : sum local = 1.28905e-10, global = -2.90746e-20, cumulative = -2.09607e-18
BiCGStab: Solving for omega, Initial residual = 1.81913e-05, Final residual = 7.04917e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.75074e-06, Final residual = 3.75074e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.70774e-07, Final residual = 6.15812e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.84617e-07, Final residual = 3.49701e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000172265, Final residual = 3.81044e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000377952, Final residual = 9.56437e-07, No Iterations 10
time step continuity errors : sum local = 1.25647e-10, global = 7.69418e-20, cumulative = -2.01912e-18
DICPCG: Solving for p, Initial residual = 6.57101e-05, Final residual = 7.68077e-07, No Iterations 5
time step continuity errors : sum local = 1.01621e-10, global = 7.71906e-20, cumulative = -1.94193e-18
BiCGStab: Solving for omega, Initial residual = 2.00167e-05, Final residual = 7.3511e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.75887e-06, Final residual = 3.75887e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.01174e-07, Final residual = 1.05852e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03521e-07, Final residual = 5.98648e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.63121e-05, Final residual = 6.36721e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000100573, Final residual = 9.18426e-07, No Iterations 5
time step continuity errors : sum local = 1.20795e-10, global = -6.87538e-20, cumulative = -2.01069e-18
DICPCG: Solving for p, Initial residual = 1.76065e-05, Final residual = 7.67873e-07, No Iterations 3
time step continuity errors : sum local = 1.01593e-10, global = -5.55916e-20, cumulative = -2.06628e-18
BiCGStab: Solving for omega, Initial residual = 1.97131e-05, Final residual = 7.54685e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.7647e-06, Final residual = 3.7647e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5703.79 s ClockTime = 5704 s Max(PAc) = 154114 Pa
Courant Number mean: 0.056603 max: 0.977093 velocity magnitude: 1.2798
deltaT = 0.000485396
Time = 1.59029
--> Cloud: bubbleCloud
Added 147 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 587827
Mass introduced by injector = 5.37713e-10
Number of parcels added continuously = 1185
Mass introduced continuously = 1.03793e-12
Current number of parcels = 4106786
Current mass in system = 4.60123e-09
Number of parcels shifted at least once = 3575
Number of parcel shifts towards cell center = 3576
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00552011, Final user-defined norm residual = 0.000105904
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.27416e-05, Final user-defined norm residual = 2.11908e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.55061e-08, Final user-defined norm residual = 3.02608e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000579642, Final residual = 5.57681e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000474658, Final residual = 3.91064e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0680922, Final residual = 2.10468e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.044855, Final residual = 8.62538e-07, No Iterations 256
time step continuity errors : sum local = 1.09621e-10, global = 1.16711e-20, cumulative = -2.05461e-18
DICPCG: Solving for p, Initial residual = 0.00509268, Final residual = 8.87998e-07, No Iterations 130
time step continuity errors : sum local = 1.17171e-10, global = -8.1575e-20, cumulative = -2.13618e-18
BiCGStab: Solving for omega, Initial residual = 0.000501255, Final residual = 4.50758e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00067507, Final residual = 8.29311e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.79302e-05, Final residual = 9.77539e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.05396e-05, Final residual = 5.0251e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0065221, Final residual = 5.76839e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00975274, Final residual = 9.92769e-07, No Iterations 235
time step continuity errors : sum local = 1.25845e-10, global = -1.55432e-20, cumulative = -2.15173e-18
DICPCG: Solving for p, Initial residual = 0.0017916, Final residual = 9.99883e-07, No Iterations 66
time step continuity errors : sum local = 1.30218e-10, global = -1.4569e-20, cumulative = -2.16629e-18
BiCGStab: Solving for omega, Initial residual = 2.41236e-05, Final residual = 5.48567e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.11331e-05, Final residual = 1.00093e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.99759e-06, Final residual = 5.72815e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.70877e-06, Final residual = 3.0716e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000998368, Final residual = 3.11186e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00150497, Final residual = 9.7371e-07, No Iterations 57
time step continuity errors : sum local = 1.27565e-10, global = 6.5138e-20, cumulative = -2.10116e-18
DICPCG: Solving for p, Initial residual = 0.000245265, Final residual = 9.70832e-07, No Iterations 29
time step continuity errors : sum local = 1.2713e-10, global = 5.90192e-20, cumulative = -2.04214e-18
BiCGStab: Solving for omega, Initial residual = 1.43101e-05, Final residual = 4.11705e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.77972e-06, Final residual = 3.77972e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.17096e-07, Final residual = 6.24157e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.3419e-07, Final residual = 3.66828e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000191692, Final residual = 3.75467e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000353267, Final residual = 9.57399e-07, No Iterations 13
time step continuity errors : sum local = 1.25413e-10, global = 1.65319e-20, cumulative = -2.02561e-18
DICPCG: Solving for p, Initial residual = 5.9804e-05, Final residual = 9.07552e-07, No Iterations 5
time step continuity errors : sum local = 1.19085e-10, global = -2.38909e-21, cumulative = -2.02799e-18
BiCGStab: Solving for omega, Initial residual = 1.15154e-05, Final residual = 3.93664e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.7787e-06, Final residual = 3.7787e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.85569e-07, Final residual = 1.29334e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.24986e-07, Final residual = 6.80573e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.2452e-05, Final residual = 6.30122e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.65566e-05, Final residual = 8.03701e-07, No Iterations 5
time step continuity errors : sum local = 1.05916e-10, global = -6.93291e-20, cumulative = -2.09732e-18
DICPCG: Solving for p, Initial residual = 1.63541e-05, Final residual = 7.42686e-07, No Iterations 3
time step continuity errors : sum local = 9.81781e-11, global = -4.26102e-20, cumulative = -2.13993e-18
BiCGStab: Solving for omega, Initial residual = 1.14803e-05, Final residual = 3.87656e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.80717e-06, Final residual = 3.80717e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5721.21 s ClockTime = 5721 s Max(PAc) = 154509 Pa
Courant Number mean: 0.0566211 max: 0.974016 velocity magnitude: 1.28125
deltaT = 0.000485396
Time = 1.59078
--> Cloud: bubbleCloud
Added 165 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 587992
Mass introduced by injector = 5.37851e-10
Number of parcels added continuously = 1263
Mass introduced continuously = 1.16092e-12
Current number of parcels = 4107749
Current mass in system = 4.60205e-09
Number of parcels shifted at least once = 3667
Number of parcel shifts towards cell center = 3671
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00573717, Final user-defined norm residual = 9.9283e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.13154e-05, Final user-defined norm residual = 2.39555e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.14317e-08, Final user-defined norm residual = 2.92177e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000573141, Final residual = 5.78801e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000471764, Final residual = 3.95058e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0679428, Final residual = 2.13076e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0457666, Final residual = 9.01592e-07, No Iterations 176
time step continuity errors : sum local = 1.20894e-10, global = 1.9633e-21, cumulative = -2.13797e-18
DICPCG: Solving for p, Initial residual = 0.00593143, Final residual = 9.41736e-07, No Iterations 142
time step continuity errors : sum local = 1.27031e-10, global = 3.20681e-21, cumulative = -2.13476e-18
BiCGStab: Solving for omega, Initial residual = 0.000490485, Final residual = 3.65271e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000674159, Final residual = 8.31458e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.64797e-05, Final residual = 9.24485e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.01992e-05, Final residual = 4.72716e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00620836, Final residual = 6.4066e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00944674, Final residual = 8.64785e-07, No Iterations 237
time step continuity errors : sum local = 1.11012e-10, global = -8.14958e-20, cumulative = -2.21626e-18
DICPCG: Solving for p, Initial residual = 0.00169379, Final residual = 9.98181e-07, No Iterations 72
time step continuity errors : sum local = 1.31406e-10, global = 5.90161e-20, cumulative = -2.15724e-18
BiCGStab: Solving for omega, Initial residual = 1.9524e-05, Final residual = 3.47818e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.09257e-05, Final residual = 1.00033e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.68499e-06, Final residual = 5.14996e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.62938e-06, Final residual = 3.01914e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000930211, Final residual = 3.34912e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00150683, Final residual = 9.62106e-07, No Iterations 65
time step continuity errors : sum local = 1.27293e-10, global = 8.09682e-21, cumulative = -2.14915e-18
DICPCG: Solving for p, Initial residual = 0.000246325, Final residual = 9.97749e-07, No Iterations 38
time step continuity errors : sum local = 1.31752e-10, global = -2.09273e-20, cumulative = -2.17007e-18
BiCGStab: Solving for omega, Initial residual = 9.486e-06, Final residual = 9.486e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.70815e-06, Final residual = 3.70815e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.15518e-07, Final residual = 5.6216e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.80391e-07, Final residual = 2.80862e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000171188, Final residual = 3.75408e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000361804, Final residual = 9.96496e-07, No Iterations 12
time step continuity errors : sum local = 1.31577e-10, global = 3.12767e-20, cumulative = -2.1388e-18
DICPCG: Solving for p, Initial residual = 6.12801e-05, Final residual = 9.08232e-07, No Iterations 6
time step continuity errors : sum local = 1.20241e-10, global = 2.72144e-20, cumulative = -2.11158e-18
BiCGStab: Solving for omega, Initial residual = 9.52969e-06, Final residual = 9.52969e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.73221e-06, Final residual = 3.73221e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.80785e-07, Final residual = 1.12317e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.04874e-07, Final residual = 6.33245e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.43515e-05, Final residual = 6.14714e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000102125, Final residual = 7.46859e-07, No Iterations 5
time step continuity errors : sum local = 9.95289e-11, global = -7.16353e-20, cumulative = -2.18322e-18
DICPCG: Solving for p, Initial residual = 1.72381e-05, Final residual = 6.62075e-07, No Iterations 3
time step continuity errors : sum local = 8.86462e-11, global = -1.91329e-20, cumulative = -2.20235e-18
BiCGStab: Solving for omega, Initial residual = 9.53394e-06, Final residual = 9.53394e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.73669e-06, Final residual = 3.73669e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5738.53 s ClockTime = 5739 s Max(PAc) = 154043 Pa
Courant Number mean: 0.0566392 max: 0.967882 velocity magnitude: 1.283
deltaT = 0.000485396
Time = 1.59126
--> Cloud: bubbleCloud
Added 139 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 588131
Mass introduced by injector = 5.37982e-10
Number of parcels added continuously = 1143
Mass introduced continuously = 1.03363e-12
Current number of parcels = 4108575
Current mass in system = 4.60277e-09
Number of parcels shifted at least once = 3642
Number of parcel shifts towards cell center = 3644
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00579314, Final user-defined norm residual = 8.61154e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.84833e-05, Final user-defined norm residual = 1.0843e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.32734e-08, Final user-defined norm residual = 1.1865e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000579033, Final residual = 5.77015e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000469486, Final residual = 3.92725e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0663917, Final residual = 2.48131e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0449683, Final residual = 9.01906e-07, No Iterations 253
time step continuity errors : sum local = 1.14871e-10, global = 4.05549e-20, cumulative = -2.1618e-18
DICPCG: Solving for p, Initial residual = 0.00555843, Final residual = 9.8764e-07, No Iterations 112
time step continuity errors : sum local = 1.29105e-10, global = -3.54107e-20, cumulative = -2.19721e-18
BiCGStab: Solving for omega, Initial residual = 0.000488733, Final residual = 3.53229e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000673368, Final residual = 8.31524e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.72349e-05, Final residual = 1.00641e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.59611e-06, Final residual = 5.43084e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00622955, Final residual = 6.8386e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00898882, Final residual = 9.97087e-07, No Iterations 236
time step continuity errors : sum local = 1.26265e-10, global = 4.17815e-21, cumulative = -2.19303e-18
DICPCG: Solving for p, Initial residual = 0.00158801, Final residual = 9.94704e-07, No Iterations 67
time step continuity errors : sum local = 1.30044e-10, global = -1.55951e-20, cumulative = -2.20862e-18
BiCGStab: Solving for omega, Initial residual = 2.27514e-05, Final residual = 4.21583e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.06077e-05, Final residual = 1.00701e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.76766e-06, Final residual = 5.35522e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.49039e-06, Final residual = 3.25678e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000935782, Final residual = 3.39545e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00144275, Final residual = 9.59262e-07, No Iterations 58
time step continuity errors : sum local = 1.26302e-10, global = 1.53387e-19, cumulative = -2.05524e-18
DICPCG: Solving for p, Initial residual = 0.000226769, Final residual = 9.50788e-07, No Iterations 19
time step continuity errors : sum local = 1.25159e-10, global = 7.85445e-20, cumulative = -1.97669e-18
BiCGStab: Solving for omega, Initial residual = 1.39106e-05, Final residual = 4.05261e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.40394e-06, Final residual = 3.40394e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.49675e-07, Final residual = 5.87585e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.72519e-07, Final residual = 3.82453e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000174605, Final residual = 3.65203e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000340913, Final residual = 9.13998e-07, No Iterations 11
time step continuity errors : sum local = 1.20503e-10, global = 1.98423e-21, cumulative = -1.97471e-18
DICPCG: Solving for p, Initial residual = 5.72649e-05, Final residual = 8.6316e-07, No Iterations 5
time step continuity errors : sum local = 1.14063e-10, global = 4.83635e-20, cumulative = -1.92634e-18
BiCGStab: Solving for omega, Initial residual = 1.5113e-05, Final residual = 4.11303e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.39665e-06, Final residual = 3.39665e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.80219e-07, Final residual = 1.06499e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03566e-07, Final residual = 6.55697e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.75379e-05, Final residual = 5.91841e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.45947e-05, Final residual = 6.84731e-07, No Iterations 5
time step continuity errors : sum local = 9.1482e-11, global = -7.62779e-20, cumulative = -2.00262e-18
DICPCG: Solving for p, Initial residual = 1.53724e-05, Final residual = 6.6072e-07, No Iterations 3
time step continuity errors : sum local = 8.84428e-11, global = 2.37668e-20, cumulative = -1.97886e-18
BiCGStab: Solving for omega, Initial residual = 1.67372e-05, Final residual = 4.62938e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.41867e-06, Final residual = 3.41867e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5755.76 s ClockTime = 5756 s Max(PAc) = 153884 Pa
Courant Number mean: 0.0566573 max: 0.964154 velocity magnitude: 1.28274
deltaT = 0.000485396
Time = 1.59175
--> Cloud: bubbleCloud
Added 173 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 588304
Mass introduced by injector = 5.38136e-10
Number of parcels added continuously = 1196
Mass introduced continuously = 1.10326e-12
Current number of parcels = 4109468
Current mass in system = 4.60357e-09
Number of parcels shifted at least once = 3628
Number of parcel shifts towards cell center = 3632
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00580204, Final user-defined norm residual = 0.000103375
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.22024e-05, Final user-defined norm residual = 2.22249e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.77352e-08, Final user-defined norm residual = 1.08356e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.0005814, Final residual = 5.53113e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000469944, Final residual = 3.80917e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0674406, Final residual = 2.308e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0470699, Final residual = 9.09204e-07, No Iterations 257
time step continuity errors : sum local = 1.15459e-10, global = -4.01032e-20, cumulative = -2.01896e-18
DICPCG: Solving for p, Initial residual = 0.00575112, Final residual = 9.34927e-07, No Iterations 142
time step continuity errors : sum local = 1.29347e-10, global = 4.62294e-20, cumulative = -1.97273e-18
BiCGStab: Solving for omega, Initial residual = 0.000488836, Final residual = 4.94522e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000672145, Final residual = 8.31175e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.75573e-05, Final residual = 1.04414e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.55657e-06, Final residual = 5.41444e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00624689, Final residual = 6.15203e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00973932, Final residual = 8.70697e-07, No Iterations 237
time step continuity errors : sum local = 1.10954e-10, global = -3.46137e-20, cumulative = -2.00734e-18
DICPCG: Solving for p, Initial residual = 0.00167464, Final residual = 9.40047e-07, No Iterations 71
time step continuity errors : sum local = 1.22618e-10, global = 9.39645e-20, cumulative = -1.91338e-18
BiCGStab: Solving for omega, Initial residual = 2.85932e-05, Final residual = 5.66164e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.02863e-05, Final residual = 1.01165e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.0593e-06, Final residual = 5.34866e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.51365e-06, Final residual = 3.11001e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000920999, Final residual = 3.32202e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00150214, Final residual = 9.64471e-07, No Iterations 58
time step continuity errors : sum local = 1.26223e-10, global = -6.97726e-20, cumulative = -1.98315e-18
DICPCG: Solving for p, Initial residual = 0.000237772, Final residual = 9.88255e-07, No Iterations 19
time step continuity errors : sum local = 1.29191e-10, global = -2.14589e-20, cumulative = -2.00461e-18
BiCGStab: Solving for omega, Initial residual = 2.23356e-05, Final residual = 4.92495e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.31423e-06, Final residual = 3.31423e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.40706e-07, Final residual = 5.81055e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.98206e-07, Final residual = 3.79693e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00017144, Final residual = 3.83049e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.0003854, Final residual = 9.12267e-07, No Iterations 11
time step continuity errors : sum local = 1.19493e-10, global = 1.3518e-20, cumulative = -1.99109e-18
DICPCG: Solving for p, Initial residual = 6.45054e-05, Final residual = 8.20073e-07, No Iterations 5
time step continuity errors : sum local = 1.0774e-10, global = 5.97173e-20, cumulative = -1.93137e-18
BiCGStab: Solving for omega, Initial residual = 2.65379e-05, Final residual = 5.43055e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.32481e-06, Final residual = 3.32481e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.11925e-07, Final residual = 1.11274e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.158e-07, Final residual = 6.32999e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.65405e-05, Final residual = 6.2908e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00011452, Final residual = 6.47775e-07, No Iterations 5
time step continuity errors : sum local = 8.57889e-11, global = -6.03215e-20, cumulative = -1.9917e-18
DICPCG: Solving for p, Initial residual = 1.82905e-05, Final residual = 6.73983e-07, No Iterations 3
time step continuity errors : sum local = 8.91266e-11, global = 4.3753e-20, cumulative = -1.94794e-18
BiCGStab: Solving for omega, Initial residual = 2.45015e-05, Final residual = 5.90466e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.32987e-06, Final residual = 3.32987e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5773.02 s ClockTime = 5773 s Max(PAc) = 153603 Pa
Courant Number mean: 0.0566749 max: 0.961084 velocity magnitude: 1.27865
deltaT = 0.000485396
Time = 1.59223
--> Cloud: bubbleCloud
Added 160 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 588464
Mass introduced by injector = 5.38283e-10
Number of parcels added continuously = 1108
Mass introduced continuously = 1.10364e-12
Current number of parcels = 4110329
Current mass in system = 4.60443e-09
Number of parcels shifted at least once = 3686
Number of parcel shifts towards cell center = 3689
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00593037, Final user-defined norm residual = 9.59403e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.06089e-05, Final user-defined norm residual = 1.32476e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.84577e-08, Final user-defined norm residual = 1.18082e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000583362, Final residual = 5.6154e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000473686, Final residual = 3.72669e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0676143, Final residual = 2.74491e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0514582, Final residual = 8.96099e-07, No Iterations 178
time step continuity errors : sum local = 1.19963e-10, global = -4.92125e-20, cumulative = -1.99716e-18
DICPCG: Solving for p, Initial residual = 0.00625348, Final residual = 9.87733e-07, No Iterations 146
time step continuity errors : sum local = 1.26751e-10, global = -4.41165e-20, cumulative = -2.04127e-18
BiCGStab: Solving for omega, Initial residual = 0.000495066, Final residual = 3.81331e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000670444, Final residual = 8.33171e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.76861e-05, Final residual = 9.94678e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.85831e-06, Final residual = 5.25998e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00635941, Final residual = 6.95114e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00918696, Final residual = 9.58297e-07, No Iterations 244
time step continuity errors : sum local = 1.22734e-10, global = 2.87194e-20, cumulative = -2.01255e-18
DICPCG: Solving for p, Initial residual = 0.00157873, Final residual = 9.92019e-07, No Iterations 75
time step continuity errors : sum local = 1.30668e-10, global = 6.50553e-20, cumulative = -1.9475e-18
BiCGStab: Solving for omega, Initial residual = 2.73295e-05, Final residual = 5.77945e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.00126e-05, Final residual = 9.89638e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.77022e-06, Final residual = 5.44629e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.53608e-06, Final residual = 3.14949e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000969547, Final residual = 3.73768e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00141836, Final residual = 9.99256e-07, No Iterations 66
time step continuity errors : sum local = 1.32341e-10, global = 1.45652e-20, cumulative = -1.93293e-18
DICPCG: Solving for p, Initial residual = 0.000220584, Final residual = 9.90853e-07, No Iterations 29
time step continuity errors : sum local = 1.31205e-10, global = 3.84706e-20, cumulative = -1.89446e-18
BiCGStab: Solving for omega, Initial residual = 1.87858e-05, Final residual = 5.94482e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.15242e-06, Final residual = 3.15242e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.97868e-07, Final residual = 6.64643e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.69086e-07, Final residual = 4.27742e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000176814, Final residual = 3.9195e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000339446, Final residual = 9.81569e-07, No Iterations 15
time step continuity errors : sum local = 1.30009e-10, global = -5.66441e-20, cumulative = -1.95111e-18
DICPCG: Solving for p, Initial residual = 5.58502e-05, Final residual = 9.96034e-07, No Iterations 6
time step continuity errors : sum local = 1.31852e-10, global = 3.8093e-20, cumulative = -1.91301e-18
BiCGStab: Solving for omega, Initial residual = 1.70617e-05, Final residual = 5.84283e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.15266e-06, Final residual = 3.15266e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.83296e-07, Final residual = 1.22826e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.09684e-07, Final residual = 6.00964e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.59911e-05, Final residual = 6.34724e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.14903e-05, Final residual = 7.42832e-07, No Iterations 5
time step continuity errors : sum local = 9.94338e-11, global = -1.65872e-20, cumulative = -1.9296e-18
DICPCG: Solving for p, Initial residual = 1.59442e-05, Final residual = 7.26192e-07, No Iterations 3
time step continuity errors : sum local = 9.73022e-11, global = 1.3068e-20, cumulative = -1.91653e-18
BiCGStab: Solving for omega, Initial residual = 1.79158e-05, Final residual = 7.12156e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.16381e-06, Final residual = 3.16381e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5790.21 s ClockTime = 5790 s Max(PAc) = 153951 Pa
Courant Number mean: 0.0566921 max: 0.956556 velocity magnitude: 1.27263
deltaT = 0.000485396
Time = 1.59272
--> Cloud: bubbleCloud
Added 154 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 588618
Mass introduced by injector = 5.38408e-10
Number of parcels added continuously = 1112
Mass introduced continuously = 1.03729e-12
Current number of parcels = 4111179
Current mass in system = 4.60512e-09
Number of parcels shifted at least once = 3723
Number of parcel shifts towards cell center = 3725
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00580587, Final user-defined norm residual = 9.86538e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.11809e-05, Final user-defined norm residual = 1.70914e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.66963e-08, Final user-defined norm residual = 1.72813e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000580959, Final residual = 5.73665e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00047415, Final residual = 3.87914e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0704506, Final residual = 2.70006e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.054671, Final residual = 8.83478e-07, No Iterations 257
time step continuity errors : sum local = 1.12068e-10, global = 4.56e-20, cumulative = -1.87093e-18
DICPCG: Solving for p, Initial residual = 0.00578988, Final residual = 9.43864e-07, No Iterations 137
time step continuity errors : sum local = 1.29266e-10, global = -2.03883e-20, cumulative = -1.89132e-18
BiCGStab: Solving for omega, Initial residual = 0.000483527, Final residual = 5.56356e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000669314, Final residual = 8.37809e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.92177e-05, Final residual = 9.24928e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.07789e-05, Final residual = 5.10376e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00641137, Final residual = 6.73824e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00941743, Final residual = 9.94976e-07, No Iterations 128
time step continuity errors : sum local = 1.42714e-10, global = -5.29865e-20, cumulative = -1.94431e-18
DICPCG: Solving for p, Initial residual = 0.00167018, Final residual = 9.83348e-07, No Iterations 77
time step continuity errors : sum local = 1.40238e-10, global = -2.0122e-20, cumulative = -1.96443e-18
BiCGStab: Solving for omega, Initial residual = 2.52312e-05, Final residual = 6.72634e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.00424e-05, Final residual = 9.42895e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.35588e-06, Final residual = 5.0581e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.82063e-06, Final residual = 2.91865e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000971045, Final residual = 3.53863e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00167982, Final residual = 9.31468e-07, No Iterations 50
time step continuity errors : sum local = 1.33392e-10, global = -9.29509e-21, cumulative = -1.97372e-18
DICPCG: Solving for p, Initial residual = 0.000299063, Final residual = 9.73523e-07, No Iterations 14
time step continuity errors : sum local = 1.38671e-10, global = -5.44419e-20, cumulative = -2.02817e-18
BiCGStab: Solving for omega, Initial residual = 1.85537e-05, Final residual = 6.75121e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.06107e-06, Final residual = 3.06107e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.14541e-07, Final residual = 5.03399e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.72151e-07, Final residual = 3.54981e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000186478, Final residual = 3.64862e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000426568, Final residual = 9.6797e-07, No Iterations 10
time step continuity errors : sum local = 1.37995e-10, global = -7.50563e-21, cumulative = -2.03567e-18
DICPCG: Solving for p, Initial residual = 8.03303e-05, Final residual = 9.43917e-07, No Iterations 5
time step continuity errors : sum local = 1.34973e-10, global = 5.93622e-21, cumulative = -2.02974e-18
BiCGStab: Solving for omega, Initial residual = 2.18847e-05, Final residual = 7.92939e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.06119e-06, Final residual = 3.06119e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.26069e-07, Final residual = 1.0212e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.29481e-07, Final residual = 6.79628e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.09142e-05, Final residual = 6.05166e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000119619, Final residual = 9.92715e-07, No Iterations 6
time step continuity errors : sum local = 1.41091e-10, global = -3.63667e-20, cumulative = -2.0661e-18
DICPCG: Solving for p, Initial residual = 2.29887e-05, Final residual = 9.06451e-07, No Iterations 3
time step continuity errors : sum local = 1.30276e-10, global = -8.09644e-20, cumulative = -2.14707e-18
BiCGStab: Solving for omega, Initial residual = 2.54383e-05, Final residual = 8.72346e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.07312e-06, Final residual = 3.07312e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5807.51 s ClockTime = 5808 s Max(PAc) = 153965 Pa
Courant Number mean: 0.0567098 max: 0.95257 velocity magnitude: 1.26733
deltaT = 0.000485396
Time = 1.5932
--> Cloud: bubbleCloud
Added 187 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 588805
Mass introduced by injector = 5.38561e-10
Number of parcels added continuously = 1159
Mass introduced continuously = 1.04997e-12
Current number of parcels = 4112085
Current mass in system = 4.60589e-09
Number of parcels shifted at least once = 3570
Number of parcel shifts towards cell center = 3574
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00555192, Final user-defined norm residual = 0.000101539
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.18004e-05, Final user-defined norm residual = 2.64998e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.6897e-08, Final user-defined norm residual = 1.70602e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000573471, Final residual = 5.84205e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000470457, Final residual = 3.88918e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0681832, Final residual = 2.77453e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0469632, Final residual = 9.65383e-07, No Iterations 260
time step continuity errors : sum local = 1.2059e-10, global = 4.12897e-21, cumulative = -2.14294e-18
DICPCG: Solving for p, Initial residual = 0.00523922, Final residual = 9.55208e-07, No Iterations 144
time step continuity errors : sum local = 1.21503e-10, global = -6.50822e-20, cumulative = -2.20802e-18
BiCGStab: Solving for omega, Initial residual = 0.000483095, Final residual = 4.06217e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00066779, Final residual = 8.35964e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.73971e-05, Final residual = 8.59681e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.84363e-06, Final residual = 4.79031e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00603014, Final residual = 7.23281e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00925363, Final residual = 9.55306e-07, No Iterations 240
time step continuity errors : sum local = 1.18928e-10, global = -2.0963e-20, cumulative = -2.22898e-18
DICPCG: Solving for p, Initial residual = 0.00157662, Final residual = 9.9936e-07, No Iterations 74
time step continuity errors : sum local = 1.27783e-10, global = -6.68155e-21, cumulative = -2.23566e-18
BiCGStab: Solving for omega, Initial residual = 3.54585e-05, Final residual = 7.4536e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.75682e-06, Final residual = 9.75682e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.86943e-06, Final residual = 4.81063e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.53827e-06, Final residual = 2.75314e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000845665, Final residual = 3.7196e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00164469, Final residual = 9.63048e-07, No Iterations 59
time step continuity errors : sum local = 1.23908e-10, global = 1.91147e-20, cumulative = -2.21655e-18
DICPCG: Solving for p, Initial residual = 0.000272434, Final residual = 9.47099e-07, No Iterations 33
time step continuity errors : sum local = 1.21889e-10, global = 7.35378e-20, cumulative = -2.14301e-18
BiCGStab: Solving for omega, Initial residual = 2.67085e-05, Final residual = 7.67221e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.78746e-06, Final residual = 9.78746e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.84543e-07, Final residual = 5.67742e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.67299e-07, Final residual = 3.10741e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00015334, Final residual = 3.70186e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000386102, Final residual = 9.84263e-07, No Iterations 20
time step continuity errors : sum local = 1.26503e-10, global = -4.40927e-20, cumulative = -2.1871e-18
DICPCG: Solving for p, Initial residual = 6.96068e-05, Final residual = 9.61762e-07, No Iterations 6
time step continuity errors : sum local = 1.23696e-10, global = -3.26703e-20, cumulative = -2.21977e-18
BiCGStab: Solving for omega, Initial residual = 2.95236e-05, Final residual = 8.17729e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.79781e-06, Final residual = 9.79781e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.90318e-07, Final residual = 1.11146e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.04283e-07, Final residual = 5.96801e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.11932e-05, Final residual = 5.91457e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000114215, Final residual = 9.1326e-07, No Iterations 5
time step continuity errors : sum local = 1.17659e-10, global = -4.59709e-20, cumulative = -2.26575e-18
DICPCG: Solving for p, Initial residual = 1.97724e-05, Final residual = 7.29696e-07, No Iterations 3
time step continuity errors : sum local = 9.48093e-11, global = -2.66847e-20, cumulative = -2.29243e-18
BiCGStab: Solving for omega, Initial residual = 2.76916e-05, Final residual = 8.91322e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.78204e-06, Final residual = 9.78204e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5824.9 s ClockTime = 5825 s Max(PAc) = 153549 Pa
Courant Number mean: 0.0567277 max: 0.951912 velocity magnitude: 1.26441
deltaT = 0.000485396
Time = 1.59369
--> Cloud: bubbleCloud
Added 170 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 588975
Mass introduced by injector = 5.38725e-10
Number of parcels added continuously = 1192
Mass introduced continuously = 1.0541e-12
Current number of parcels = 4113025
Current mass in system = 4.60671e-09
Number of parcels shifted at least once = 3677
Number of parcel shifts towards cell center = 3680
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00601899, Final user-defined norm residual = 0.000122351
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.62816e-05, Final user-defined norm residual = 3.52536e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.57292e-08, Final user-defined norm residual = 1.27051e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000571459, Final residual = 5.45733e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000463694, Final residual = 3.92846e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0682447, Final residual = 2.86453e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0459427, Final residual = 9.40672e-07, No Iterations 253
time step continuity errors : sum local = 1.17453e-10, global = 3.81086e-20, cumulative = -2.25432e-18
DICPCG: Solving for p, Initial residual = 0.00471499, Final residual = 9.98392e-07, No Iterations 136
time step continuity errors : sum local = 1.2681e-10, global = -6.90376e-20, cumulative = -2.32336e-18
BiCGStab: Solving for omega, Initial residual = 0.000482212, Final residual = 4.34776e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000665853, Final residual = 8.34349e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.55183e-05, Final residual = 9.33711e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.57547e-06, Final residual = 5.00763e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00610534, Final residual = 7.05641e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00843045, Final residual = 8.696e-07, No Iterations 226
time step continuity errors : sum local = 1.08858e-10, global = 1.93296e-20, cumulative = -2.30403e-18
DICPCG: Solving for p, Initial residual = 0.00143159, Final residual = 9.82791e-07, No Iterations 67
time step continuity errors : sum local = 1.26461e-10, global = 2.59881e-20, cumulative = -2.27804e-18
BiCGStab: Solving for omega, Initial residual = 2.65761e-05, Final residual = 6.46937e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.39625e-06, Final residual = 8.39625e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.44037e-06, Final residual = 5.10003e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.40406e-06, Final residual = 2.66177e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000876698, Final residual = 3.67668e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00128335, Final residual = 9.88023e-07, No Iterations 42
time step continuity errors : sum local = 1.27832e-10, global = 1.00037e-20, cumulative = -2.26804e-18
DICPCG: Solving for p, Initial residual = 0.000204965, Final residual = 9.71542e-07, No Iterations 25
time step continuity errors : sum local = 1.25737e-10, global = 7.87845e-20, cumulative = -2.18925e-18
BiCGStab: Solving for omega, Initial residual = 2.01728e-05, Final residual = 6.49008e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.40183e-06, Final residual = 8.40183e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.74827e-07, Final residual = 4.43345e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.30043e-07, Final residual = 2.42627e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000155413, Final residual = 3.83434e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000298671, Final residual = 9.85183e-07, No Iterations 12
time step continuity errors : sum local = 1.27449e-10, global = -6.36178e-21, cumulative = -2.19562e-18
DICPCG: Solving for p, Initial residual = 4.95255e-05, Final residual = 9.47342e-07, No Iterations 5
time step continuity errors : sum local = 1.22711e-10, global = 1.47165e-20, cumulative = -2.1809e-18
BiCGStab: Solving for omega, Initial residual = 1.82369e-05, Final residual = 7.1888e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.41173e-06, Final residual = 8.41173e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.50257e-07, Final residual = 7.68782e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.59703e-08, Final residual = 4.28582e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.21676e-05, Final residual = 6.42222e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.0654e-05, Final residual = 7.77204e-07, No Iterations 5
time step continuity errors : sum local = 1.01426e-10, global = 6.31908e-20, cumulative = -2.11771e-18
DICPCG: Solving for p, Initial residual = 1.34034e-05, Final residual = 6.99574e-07, No Iterations 3
time step continuity errors : sum local = 9.17133e-11, global = -7.02777e-21, cumulative = -2.12474e-18
BiCGStab: Solving for omega, Initial residual = 2.15433e-05, Final residual = 8.53059e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.40349e-06, Final residual = 8.40349e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5842.68 s ClockTime = 5843 s Max(PAc) = 153886 Pa
Courant Number mean: 0.0567454 max: 0.958674 velocity magnitude: 1.26225
deltaT = 0.000485396
Time = 1.59418
--> Cloud: bubbleCloud
Added 179 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 589154
Mass introduced by injector = 5.38875e-10
Number of parcels added continuously = 1250
Mass introduced continuously = 1.07799e-12
Current number of parcels = 4114046
Current mass in system = 4.6075e-09
Number of parcels shifted at least once = 3668
Number of parcel shifts towards cell center = 3670
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00570076, Final user-defined norm residual = 9.27226e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.99205e-05, Final user-defined norm residual = 2.02193e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.34401e-08, Final user-defined norm residual = 3.80982e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000567253, Final residual = 5.43693e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000465043, Final residual = 3.96978e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0689191, Final residual = 2.59992e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0464915, Final residual = 9.53542e-07, No Iterations 251
time step continuity errors : sum local = 1.19532e-10, global = 4.94086e-20, cumulative = -2.07533e-18
DICPCG: Solving for p, Initial residual = 0.00514466, Final residual = 9.95532e-07, No Iterations 95
time step continuity errors : sum local = 1.27682e-10, global = -1.90864e-20, cumulative = -2.09441e-18
BiCGStab: Solving for omega, Initial residual = 0.000468832, Final residual = 4.10102e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000664176, Final residual = 8.35847e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.48437e-05, Final residual = 9.18883e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.27885e-06, Final residual = 4.77166e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00627253, Final residual = 6.70509e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00784142, Final residual = 9.55061e-07, No Iterations 237
time step continuity errors : sum local = 1.20009e-10, global = -5.22153e-20, cumulative = -2.14663e-18
DICPCG: Solving for p, Initial residual = 0.00136667, Final residual = 9.9948e-07, No Iterations 66
time step continuity errors : sum local = 1.28553e-10, global = -4.98719e-20, cumulative = -2.1965e-18
BiCGStab: Solving for omega, Initial residual = 2.06676e-05, Final residual = 6.26026e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.03845e-06, Final residual = 8.03845e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.29562e-06, Final residual = 4.76637e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.39123e-06, Final residual = 2.64674e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000910939, Final residual = 3.4924e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00115364, Final residual = 9.86165e-07, No Iterations 39
time step continuity errors : sum local = 1.27471e-10, global = -3.25671e-20, cumulative = -2.22907e-18
DICPCG: Solving for p, Initial residual = 0.000183851, Final residual = 9.81163e-07, No Iterations 17
time step continuity errors : sum local = 1.268e-10, global = 4.14652e-20, cumulative = -2.1876e-18
BiCGStab: Solving for omega, Initial residual = 1.44885e-05, Final residual = 5.98134e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.05986e-06, Final residual = 8.05986e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.10719e-07, Final residual = 3.75267e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.41201e-07, Final residual = 2.50918e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000161497, Final residual = 3.79685e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000268205, Final residual = 9.43256e-07, No Iterations 13
time step continuity errors : sum local = 1.22044e-10, global = -2.89793e-20, cumulative = -2.21658e-18
DICPCG: Solving for p, Initial residual = 4.42837e-05, Final residual = 9.10918e-07, No Iterations 5
time step continuity errors : sum local = 1.17983e-10, global = -8.8091e-21, cumulative = -2.22539e-18
BiCGStab: Solving for omega, Initial residual = 1.5464e-05, Final residual = 6.38295e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.07139e-06, Final residual = 8.07139e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.32947e-07, Final residual = 7.21531e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.19995e-08, Final residual = 5.58251e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.22406e-05, Final residual = 6.27314e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 7.24858e-05, Final residual = 8.66548e-07, No Iterations 5
time step continuity errors : sum local = 1.12415e-10, global = 7.7797e-20, cumulative = -2.14759e-18
DICPCG: Solving for p, Initial residual = 1.22306e-05, Final residual = 7.34991e-07, No Iterations 3
time step continuity errors : sum local = 9.58989e-11, global = 3.02948e-20, cumulative = -2.1173e-18
BiCGStab: Solving for omega, Initial residual = 1.79241e-05, Final residual = 6.75805e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.06324e-06, Final residual = 8.06324e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5860.22 s ClockTime = 5860 s Max(PAc) = 153818 Pa
Courant Number mean: 0.0567633 max: 0.964267 velocity magnitude: 1.26183
deltaT = 0.000485396
Time = 1.59466
--> Cloud: bubbleCloud
Added 145 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 589299
Mass introduced by injector = 5.38998e-10
Number of parcels added continuously = 1213
Mass introduced continuously = 1.06036e-12
Current number of parcels = 4114956
Current mass in system = 4.60824e-09
Number of parcels shifted at least once = 3797
Number of parcel shifts towards cell center = 3800
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0056306, Final user-defined norm residual = 8.7971e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.89009e-05, Final user-defined norm residual = 2.16186e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.64493e-08, Final user-defined norm residual = 2.85621e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000570122, Final residual = 5.75553e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000463918, Final residual = 3.81033e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0685495, Final residual = 2.42024e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0443857, Final residual = 9.66792e-07, No Iterations 261
time step continuity errors : sum local = 1.21028e-10, global = 6.27282e-20, cumulative = -2.05457e-18
DICPCG: Solving for p, Initial residual = 0.00552784, Final residual = 9.09774e-07, No Iterations 145
time step continuity errors : sum local = 1.1653e-10, global = -6.76625e-20, cumulative = -2.12223e-18
BiCGStab: Solving for omega, Initial residual = 0.000467479, Final residual = 3.55443e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000662779, Final residual = 8.32842e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.52237e-05, Final residual = 8.71435e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.11509e-06, Final residual = 4.54476e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00577236, Final residual = 6.17661e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00855847, Final residual = 9.62208e-07, No Iterations 243
time step continuity errors : sum local = 1.20355e-10, global = 1.29622e-20, cumulative = -2.10927e-18
DICPCG: Solving for p, Initial residual = 0.00142156, Final residual = 9.72655e-07, No Iterations 72
time step continuity errors : sum local = 1.24523e-10, global = -4.39826e-20, cumulative = -2.15325e-18
BiCGStab: Solving for omega, Initial residual = 2.31427e-05, Final residual = 4.37014e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.9434e-06, Final residual = 7.9434e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.61463e-06, Final residual = 4.86186e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.31675e-06, Final residual = 2.69597e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000823464, Final residual = 3.24729e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00137878, Final residual = 9.43698e-07, No Iterations 48
time step continuity errors : sum local = 1.21589e-10, global = 6.32663e-20, cumulative = -2.08999e-18
DICPCG: Solving for p, Initial residual = 0.00023372, Final residual = 9.59251e-07, No Iterations 26
time step continuity errors : sum local = 1.23513e-10, global = -5.69049e-20, cumulative = -2.14689e-18
BiCGStab: Solving for omega, Initial residual = 1.72602e-05, Final residual = 4.45007e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.96569e-06, Final residual = 7.96569e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.47511e-07, Final residual = 3.87992e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.38257e-07, Final residual = 2.31902e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000147028, Final residual = 3.59565e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000339055, Final residual = 9.49636e-07, No Iterations 16
time step continuity errors : sum local = 1.22325e-10, global = 6.26626e-21, cumulative = -2.14063e-18
DICPCG: Solving for p, Initial residual = 5.9611e-05, Final residual = 9.7938e-07, No Iterations 6
time step continuity errors : sum local = 1.26048e-10, global = -2.40002e-20, cumulative = -2.16463e-18
BiCGStab: Solving for omega, Initial residual = 1.64427e-05, Final residual = 5.26346e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.97349e-06, Final residual = 7.97349e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.77853e-07, Final residual = 6.81414e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.19237e-08, Final residual = 4.05929e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.00121e-05, Final residual = 5.77433e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.40194e-05, Final residual = 8.97511e-07, No Iterations 5
time step continuity errors : sum local = 1.15807e-10, global = -1.02342e-19, cumulative = -2.26697e-18
DICPCG: Solving for p, Initial residual = 1.64973e-05, Final residual = 7.3572e-07, No Iterations 3
time step continuity errors : sum local = 9.5567e-11, global = 1.58242e-20, cumulative = -2.25114e-18
BiCGStab: Solving for omega, Initial residual = 2.10451e-05, Final residual = 6.35723e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.96789e-06, Final residual = 7.96789e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5877.59 s ClockTime = 5878 s Max(PAc) = 153782 Pa
Courant Number mean: 0.0567812 max: 0.969758 velocity magnitude: 1.26259
deltaT = 0.000485396
Time = 1.59515
--> Cloud: bubbleCloud
Added 155 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 589454
Mass introduced by injector = 5.39149e-10
Number of parcels added continuously = 1160
Mass introduced continuously = 1.04723e-12
Current number of parcels = 4115813
Current mass in system = 4.60901e-09
Number of parcels shifted at least once = 3658
Number of parcel shifts towards cell center = 3660
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00557626, Final user-defined norm residual = 8.7975e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.8901e-05, Final user-defined norm residual = 1.58356e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.40223e-08, Final user-defined norm residual = 2.17295e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000572389, Final residual = 5.78099e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000464255, Final residual = 3.83905e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.068973, Final residual = 2.42888e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.047062, Final residual = 9.41799e-07, No Iterations 257
time step continuity errors : sum local = 1.17345e-10, global = -2.08165e-20, cumulative = -2.27196e-18
DICPCG: Solving for p, Initial residual = 0.00565695, Final residual = 9.04723e-07, No Iterations 133
time step continuity errors : sum local = 1.1404e-10, global = 1.02708e-20, cumulative = -2.26169e-18
BiCGStab: Solving for omega, Initial residual = 0.000465843, Final residual = 3.54478e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000661839, Final residual = 8.31621e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.78048e-05, Final residual = 8.68028e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.9549e-06, Final residual = 5.10108e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00641894, Final residual = 6.36581e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00950248, Final residual = 8.33916e-07, No Iterations 226
time step continuity errors : sum local = 1.03918e-10, global = -3.13029e-20, cumulative = -2.29299e-18
DICPCG: Solving for p, Initial residual = 0.00172673, Final residual = 9.81622e-07, No Iterations 72
time step continuity errors : sum local = 1.25436e-10, global = -7.95842e-20, cumulative = -2.37258e-18
BiCGStab: Solving for omega, Initial residual = 2.3555e-05, Final residual = 3.93236e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.83068e-06, Final residual = 7.83068e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.28201e-06, Final residual = 5.07094e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.65975e-06, Final residual = 3.06642e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0009512, Final residual = 3.37983e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00169505, Final residual = 9.9673e-07, No Iterations 28
time step continuity errors : sum local = 1.27966e-10, global = 1.13426e-19, cumulative = -2.25915e-18
DICPCG: Solving for p, Initial residual = 0.000297599, Final residual = 8.85251e-07, No Iterations 12
time step continuity errors : sum local = 1.14034e-10, global = 7.42154e-20, cumulative = -2.18494e-18
BiCGStab: Solving for omega, Initial residual = 1.49625e-05, Final residual = 3.90207e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.85988e-06, Final residual = 7.85988e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.97842e-07, Final residual = 5.59864e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.42638e-07, Final residual = 3.27294e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000179101, Final residual = 3.6656e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000439489, Final residual = 9.60074e-07, No Iterations 11
time step continuity errors : sum local = 1.23376e-10, global = 2.82292e-20, cumulative = -2.15671e-18
DICPCG: Solving for p, Initial residual = 7.76171e-05, Final residual = 9.63735e-07, No Iterations 6
time step continuity errors : sum local = 1.23824e-10, global = -1.65455e-20, cumulative = -2.17325e-18
BiCGStab: Solving for omega, Initial residual = 1.52735e-05, Final residual = 4.14381e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.86433e-06, Final residual = 7.86433e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.41924e-07, Final residual = 1.43284e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.20834e-07, Final residual = 7.03952e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.75746e-05, Final residual = 6.20846e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000130265, Final residual = 8.27966e-07, No Iterations 5
time step continuity errors : sum local = 1.06876e-10, global = 2.03846e-20, cumulative = -2.15287e-18
DICPCG: Solving for p, Initial residual = 2.23523e-05, Final residual = 8.64171e-07, No Iterations 3
time step continuity errors : sum local = 1.11393e-10, global = 2.61271e-20, cumulative = -2.12674e-18
BiCGStab: Solving for omega, Initial residual = 1.45027e-05, Final residual = 4.37807e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.86213e-06, Final residual = 7.86213e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5894.87 s ClockTime = 5895 s Max(PAc) = 154590 Pa
Courant Number mean: 0.0567989 max: 0.972478 velocity magnitude: 1.26464
deltaT = 0.000485396
Time = 1.59563
--> Cloud: bubbleCloud
Added 167 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 589621
Mass introduced by injector = 5.39292e-10
Number of parcels added continuously = 1149
Mass introduced continuously = 1.12306e-12
Current number of parcels = 4116698
Current mass in system = 4.6098e-09
Number of parcels shifted at least once = 3854
Number of parcel shifts towards cell center = 3856
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00558637, Final user-defined norm residual = 5.62156e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.20775e-05, Final user-defined norm residual = 6.65665e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.43014e-08, Final user-defined norm residual = 1.05942e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000575793, Final residual = 6.01901e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000466974, Final residual = 3.73223e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0691673, Final residual = 2.7786e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0524471, Final residual = 8.75881e-07, No Iterations 261
time step continuity errors : sum local = 1.09305e-10, global = -4.12588e-20, cumulative = -2.168e-18
DICPCG: Solving for p, Initial residual = 0.00650509, Final residual = 9.55861e-07, No Iterations 144
time step continuity errors : sum local = 1.22998e-10, global = -1.45694e-20, cumulative = -2.18257e-18
BiCGStab: Solving for omega, Initial residual = 0.000464664, Final residual = 3.0041e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000660915, Final residual = 8.32388e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.85583e-05, Final residual = 9.08422e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.96935e-06, Final residual = 5.51658e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0056616, Final residual = 7.09866e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00989328, Final residual = 9.61775e-07, No Iterations 94
time step continuity errors : sum local = 1.41865e-10, global = 1.69399e-20, cumulative = -2.16563e-18
DICPCG: Solving for p, Initial residual = 0.00187404, Final residual = 9.98769e-07, No Iterations 71
time step continuity errors : sum local = 1.45655e-10, global = -9.60909e-20, cumulative = -2.26172e-18
BiCGStab: Solving for omega, Initial residual = 2.06992e-05, Final residual = 3.49434e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.62426e-06, Final residual = 7.62426e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.47304e-06, Final residual = 5.08329e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.78505e-06, Final residual = 2.97375e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000823462, Final residual = 3.51779e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00175519, Final residual = 9.32968e-07, No Iterations 34
time step continuity errors : sum local = 1.37131e-10, global = -9.8475e-20, cumulative = -2.36019e-18
DICPCG: Solving for p, Initial residual = 0.000328695, Final residual = 9.78423e-07, No Iterations 19
time step continuity errors : sum local = 1.4282e-10, global = -4.8912e-20, cumulative = -2.40911e-18
BiCGStab: Solving for omega, Initial residual = 1.16172e-05, Final residual = 3.11087e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.6455e-06, Final residual = 7.6455e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.4294e-07, Final residual = 4.43203e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.52732e-07, Final residual = 3.0296e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000147529, Final residual = 3.70356e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000467336, Final residual = 8.85095e-07, No Iterations 11
time step continuity errors : sum local = 1.31151e-10, global = -3.20964e-20, cumulative = -2.4412e-18
DICPCG: Solving for p, Initial residual = 8.36358e-05, Final residual = 9.80699e-07, No Iterations 5
time step continuity errors : sum local = 1.43107e-10, global = -1.27419e-20, cumulative = -2.45394e-18
BiCGStab: Solving for omega, Initial residual = 1.08791e-05, Final residual = 3.64021e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.64842e-06, Final residual = 7.64842e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.35473e-07, Final residual = 7.56804e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.3345e-07, Final residual = 5.30843e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.97717e-05, Final residual = 5.96133e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00013156, Final residual = 8.78834e-07, No Iterations 5
time step continuity errors : sum local = 1.30356e-10, global = -9.66522e-21, cumulative = -2.46361e-18
DICPCG: Solving for p, Initial residual = 2.21386e-05, Final residual = 9.55676e-07, No Iterations 3
time step continuity errors : sum local = 1.3997e-10, global = -6.0047e-20, cumulative = -2.52366e-18
BiCGStab: Solving for omega, Initial residual = 1.29309e-05, Final residual = 4.43939e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.63818e-06, Final residual = 7.63818e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5912.2 s ClockTime = 5912 s Max(PAc) = 154148 Pa
Courant Number mean: 0.0568166 max: 0.971616 velocity magnitude: 1.26446
deltaT = 0.000485396
Time = 1.59612
--> Cloud: bubbleCloud
Added 172 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 589793
Mass introduced by injector = 5.39445e-10
Number of parcels added continuously = 1184
Mass introduced continuously = 1.12448e-12
Current number of parcels = 4117642
Current mass in system = 4.61065e-09
Number of parcels shifted at least once = 3739
Number of parcel shifts towards cell center = 3742
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00560419, Final user-defined norm residual = 8.9199e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.91728e-05, Final user-defined norm residual = 1.20449e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.58902e-08, Final user-defined norm residual = 4.31854e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000582851, Final residual = 5.65112e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000471702, Final residual = 3.48733e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0639974, Final residual = 2.5446e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0549494, Final residual = 9.43532e-07, No Iterations 152
time step continuity errors : sum local = 1.33903e-10, global = -2.07304e-20, cumulative = -2.54439e-18
DICPCG: Solving for p, Initial residual = 0.00718896, Final residual = 8.76959e-07, No Iterations 99
time step continuity errors : sum local = 1.25354e-10, global = -1.43772e-20, cumulative = -2.55876e-18
BiCGStab: Solving for omega, Initial residual = 0.000464371, Final residual = 3.52424e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000660114, Final residual = 8.32726e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.03396e-05, Final residual = 9.58607e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.14911e-05, Final residual = 5.2599e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0055721, Final residual = 6.38099e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0109551, Final residual = 9.3954e-07, No Iterations 243
time step continuity errors : sum local = 1.1989e-10, global = -8.88299e-20, cumulative = -2.64759e-18
DICPCG: Solving for p, Initial residual = 0.00205424, Final residual = 9.90616e-07, No Iterations 70
time step continuity errors : sum local = 1.30327e-10, global = -3.18961e-20, cumulative = -2.67949e-18
BiCGStab: Solving for omega, Initial residual = 2.11799e-05, Final residual = 3.82613e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.4137e-06, Final residual = 7.4137e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.02472e-06, Final residual = 5.09045e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.19291e-06, Final residual = 2.89671e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000837451, Final residual = 3.38714e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0022023, Final residual = 9.73684e-07, No Iterations 57
time step continuity errors : sum local = 1.29126e-10, global = 1.0468e-20, cumulative = -2.66902e-18
DICPCG: Solving for p, Initial residual = 0.000381471, Final residual = 9.71995e-07, No Iterations 31
time step continuity errors : sum local = 1.28863e-10, global = -2.19974e-20, cumulative = -2.69102e-18
BiCGStab: Solving for omega, Initial residual = 1.19813e-05, Final residual = 3.67632e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.48778e-06, Final residual = 7.48778e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.05596e-06, Final residual = 4.6436e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.16411e-07, Final residual = 3.45392e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000156686, Final residual = 3.49391e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000591577, Final residual = 9.76964e-07, No Iterations 20
time step continuity errors : sum local = 1.29484e-10, global = -6.3658e-20, cumulative = -2.75468e-18
DICPCG: Solving for p, Initial residual = 0.000104209, Final residual = 9.96042e-07, No Iterations 5
time step continuity errors : sum local = 1.31909e-10, global = 1.39475e-20, cumulative = -2.74073e-18
BiCGStab: Solving for omega, Initial residual = 1.17538e-05, Final residual = 4.06197e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.49598e-06, Final residual = 7.49598e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.21273e-07, Final residual = 1.13905e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.81088e-07, Final residual = 7.1476e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.34022e-05, Final residual = 5.91038e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000166271, Final residual = 9.61931e-07, No Iterations 6
time step continuity errors : sum local = 1.27548e-10, global = -6.08052e-20, cumulative = -2.80154e-18
DICPCG: Solving for p, Initial residual = 3.02912e-05, Final residual = 6.26945e-07, No Iterations 4
time step continuity errors : sum local = 8.47449e-11, global = -7.69163e-21, cumulative = -2.80923e-18
BiCGStab: Solving for omega, Initial residual = 1.18518e-05, Final residual = 4.43889e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.48994e-06, Final residual = 7.48994e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5929.47 s ClockTime = 5930 s Max(PAc) = 153541 Pa
Courant Number mean: 0.0568339 max: 0.966735 velocity magnitude: 1.26552
deltaT = 0.000485396
Time = 1.5966
--> Cloud: bubbleCloud
Added 151 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 589944
Mass introduced by injector = 5.39594e-10
Number of parcels added continuously = 1106
Mass introduced continuously = 9.67896e-13
Current number of parcels = 4118467
Current mass in system = 4.61135e-09
Number of parcels shifted at least once = 3783
Number of parcel shifts towards cell center = 3786
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00641865, Final user-defined norm residual = 0.000178087
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.834e-05, Final user-defined norm residual = 6.91489e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.48876e-07, Final user-defined norm residual = 7.15389e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.0005848, Final residual = 5.77787e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000474667, Final residual = 3.70321e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0615182, Final residual = 2.50559e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0607634, Final residual = 8.5866e-07, No Iterations 262
time step continuity errors : sum local = 1.09476e-10, global = 8.91911e-21, cumulative = -2.80031e-18
DICPCG: Solving for p, Initial residual = 0.00750801, Final residual = 9.39569e-07, No Iterations 145
time step continuity errors : sum local = 1.21673e-10, global = -9.95044e-20, cumulative = -2.89981e-18
BiCGStab: Solving for omega, Initial residual = 0.000462424, Final residual = 3.39558e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000659593, Final residual = 8.34683e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.20539e-05, Final residual = 9.43052e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.2058e-05, Final residual = 5.2603e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00573065, Final residual = 6.61675e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0123048, Final residual = 9.5842e-07, No Iterations 245
time step continuity errors : sum local = 1.22037e-10, global = 1.1632e-20, cumulative = -2.88818e-18
DICPCG: Solving for p, Initial residual = 0.00228782, Final residual = 9.29533e-07, No Iterations 76
time step continuity errors : sum local = 1.21562e-10, global = 4.00752e-20, cumulative = -2.84811e-18
BiCGStab: Solving for omega, Initial residual = 1.92366e-05, Final residual = 3.9048e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.47996e-06, Final residual = 7.47996e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.50181e-06, Final residual = 4.86314e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.47852e-06, Final residual = 2.81388e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000840934, Final residual = 3.46275e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00254118, Final residual = 9.77543e-07, No Iterations 67
time step continuity errors : sum local = 1.28272e-10, global = -1.03826e-20, cumulative = -2.85849e-18
DICPCG: Solving for p, Initial residual = 0.000473514, Final residual = 9.71837e-07, No Iterations 38
time step continuity errors : sum local = 1.27431e-10, global = 3.16028e-20, cumulative = -2.82688e-18
BiCGStab: Solving for omega, Initial residual = 1.14084e-05, Final residual = 4.175e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.53385e-06, Final residual = 7.53385e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.28398e-06, Final residual = 5.90849e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.04223e-07, Final residual = 3.71374e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000155432, Final residual = 3.45583e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000704148, Final residual = 9.65634e-07, No Iterations 21
time step continuity errors : sum local = 1.26618e-10, global = 9.42439e-20, cumulative = -2.73264e-18
DICPCG: Solving for p, Initial residual = 0.000124859, Final residual = 9.24192e-07, No Iterations 7
time step continuity errors : sum local = 1.21321e-10, global = -1.69963e-21, cumulative = -2.73434e-18
BiCGStab: Solving for omega, Initial residual = 1.18884e-05, Final residual = 5.08221e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.54049e-06, Final residual = 7.54049e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.55681e-07, Final residual = 1.16036e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.29829e-07, Final residual = 6.64759e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.28934e-05, Final residual = 5.56629e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000199137, Final residual = 8.2319e-07, No Iterations 6
time step continuity errors : sum local = 1.08458e-10, global = -1.12337e-21, cumulative = -2.73546e-18
DICPCG: Solving for p, Initial residual = 3.67194e-05, Final residual = 5.88823e-07, No Iterations 4
time step continuity errors : sum local = 7.86161e-11, global = 5.15713e-20, cumulative = -2.68389e-18
BiCGStab: Solving for omega, Initial residual = 1.39012e-05, Final residual = 6.09134e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.53827e-06, Final residual = 7.53827e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5946.9 s ClockTime = 5947 s Max(PAc) = 154088 Pa
Courant Number mean: 0.0568505 max: 0.952677 velocity magnitude: 1.26434
deltaT = 0.000485396
Time = 1.59709
--> Cloud: bubbleCloud
Added 158 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 590102
Mass introduced by injector = 5.39731e-10
Number of parcels added continuously = 1183
Mass introduced continuously = 1.10404e-12
Current number of parcels = 4119399
Current mass in system = 4.61217e-09
Number of parcels shifted at least once = 3782
Number of parcel shifts towards cell center = 3783
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00779271, Final user-defined norm residual = 0.000139406
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.00279e-05, Final user-defined norm residual = 5.10774e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.10026e-07, Final user-defined norm residual = 7.295e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000588579, Final residual = 5.98707e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00047304, Final residual = 3.85149e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0617206, Final residual = 2.64442e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0608449, Final residual = 9.23923e-07, No Iterations 262
time step continuity errors : sum local = 1.17394e-10, global = 1.10665e-20, cumulative = -2.67283e-18
DICPCG: Solving for p, Initial residual = 0.00748621, Final residual = 9.06383e-07, No Iterations 145
time step continuity errors : sum local = 1.19311e-10, global = -1.6489e-20, cumulative = -2.68932e-18
BiCGStab: Solving for omega, Initial residual = 0.000460755, Final residual = 4.93808e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000659475, Final residual = 8.34391e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.16364e-05, Final residual = 8.65375e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.25949e-05, Final residual = 4.84974e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00570045, Final residual = 6.58882e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0128176, Final residual = 9.90893e-07, No Iterations 105
time step continuity errors : sum local = 1.43739e-10, global = -1.92539e-20, cumulative = -2.70857e-18
DICPCG: Solving for p, Initial residual = 0.00218915, Final residual = 9.66988e-07, No Iterations 76
time step continuity errors : sum local = 1.39935e-10, global = -1.31877e-21, cumulative = -2.70989e-18
BiCGStab: Solving for omega, Initial residual = 2.1499e-05, Final residual = 4.76783e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.66998e-06, Final residual = 7.66998e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.85251e-06, Final residual = 4.52504e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.50761e-06, Final residual = 2.662e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00088567, Final residual = 3.35756e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00294676, Final residual = 9.27084e-07, No Iterations 29
time step continuity errors : sum local = 1.34521e-10, global = 1.36672e-20, cumulative = -2.69622e-18
DICPCG: Solving for p, Initial residual = 0.000511661, Final residual = 9.73373e-07, No Iterations 17
time step continuity errors : sum local = 1.4041e-10, global = -1.02646e-20, cumulative = -2.70649e-18
BiCGStab: Solving for omega, Initial residual = 1.33086e-05, Final residual = 4.51759e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.71215e-06, Final residual = 7.71215e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.35692e-06, Final residual = 4.1931e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.22849e-07, Final residual = 2.73226e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000170321, Final residual = 3.24507e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000857692, Final residual = 9.76938e-07, No Iterations 11
time step continuity errors : sum local = 1.40856e-10, global = 2.38254e-20, cumulative = -2.68266e-18
DICPCG: Solving for p, Initial residual = 0.000144887, Final residual = 8.3476e-07, No Iterations 5
time step continuity errors : sum local = 1.22783e-10, global = -5.39917e-20, cumulative = -2.73665e-18
BiCGStab: Solving for omega, Initial residual = 1.48361e-05, Final residual = 4.8722e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.72201e-06, Final residual = 7.72201e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.13591e-07, Final residual = 8.43323e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.20077e-07, Final residual = 5.11841e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.70423e-05, Final residual = 5.26123e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000241699, Final residual = 9.2359e-07, No Iterations 5
time step continuity errors : sum local = 1.34057e-10, global = 1.06308e-19, cumulative = -2.63034e-18
DICPCG: Solving for p, Initial residual = 3.96911e-05, Final residual = 9.00885e-07, No Iterations 3
time step continuity errors : sum local = 1.31167e-10, global = 8.26507e-21, cumulative = -2.62208e-18
BiCGStab: Solving for omega, Initial residual = 1.88232e-05, Final residual = 5.29386e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.70673e-06, Final residual = 7.70673e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5964.03 s ClockTime = 5964 s Max(PAc) = 153838 Pa
Courant Number mean: 0.0568674 max: 0.953308 velocity magnitude: 1.2597
deltaT = 0.000485396
Time = 1.59757
--> Cloud: bubbleCloud
Added 146 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 590248
Mass introduced by injector = 5.39874e-10
Number of parcels added continuously = 1177
Mass introduced continuously = 1.09743e-12
Current number of parcels = 4120298
Current mass in system = 4.61297e-09
Number of parcels shifted at least once = 3792
Number of parcel shifts towards cell center = 3796
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0065419, Final user-defined norm residual = 0.000115583
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.48922e-05, Final user-defined norm residual = 2.6523e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.7123e-08, Final user-defined norm residual = 3.56819e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000580949, Final residual = 6.18836e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000465378, Final residual = 3.86925e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0621134, Final residual = 2.46995e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0634706, Final residual = 8.37228e-07, No Iterations 255
time step continuity errors : sum local = 1.05881e-10, global = -2.16883e-20, cumulative = -2.64377e-18
DICPCG: Solving for p, Initial residual = 0.00706419, Final residual = 9.64375e-07, No Iterations 101
time step continuity errors : sum local = 1.28014e-10, global = -1.29905e-20, cumulative = -2.65676e-18
BiCGStab: Solving for omega, Initial residual = 0.000465642, Final residual = 3.30412e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000659412, Final residual = 8.30891e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.00105e-05, Final residual = 9.57538e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.06546e-05, Final residual = 5.06348e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00545419, Final residual = 5.72623e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0110538, Final residual = 9.50394e-07, No Iterations 133
time step continuity errors : sum local = 1.36371e-10, global = -2.36011e-20, cumulative = -2.68036e-18
DICPCG: Solving for p, Initial residual = 0.00191538, Final residual = 9.71005e-07, No Iterations 72
time step continuity errors : sum local = 1.38162e-10, global = -2.46164e-20, cumulative = -2.70497e-18
BiCGStab: Solving for omega, Initial residual = 2.30762e-05, Final residual = 3.06006e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.41501e-06, Final residual = 7.41501e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.96054e-06, Final residual = 4.82124e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.00807e-06, Final residual = 2.5189e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000824833, Final residual = 3.02173e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00217369, Final residual = 9.28721e-07, No Iterations 47
time step continuity errors : sum local = 1.32403e-10, global = 7.06566e-20, cumulative = -2.63432e-18
DICPCG: Solving for p, Initial residual = 0.00037166, Final residual = 9.65491e-07, No Iterations 30
time step continuity errors : sum local = 1.37023e-10, global = 1.52221e-20, cumulative = -2.6191e-18
BiCGStab: Solving for omega, Initial residual = 1.39818e-05, Final residual = 2.86572e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.44234e-06, Final residual = 7.44234e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.001e-06, Final residual = 4.7117e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.15788e-07, Final residual = 2.08995e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000152131, Final residual = 3.22346e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000543737, Final residual = 9.28016e-07, No Iterations 18
time step continuity errors : sum local = 1.3228e-10, global = -3.51169e-20, cumulative = -2.65421e-18
DICPCG: Solving for p, Initial residual = 9.26437e-05, Final residual = 8.95871e-07, No Iterations 6
time step continuity errors : sum local = 1.28203e-10, global = -5.97305e-20, cumulative = -2.71394e-18
BiCGStab: Solving for omega, Initial residual = 1.34319e-05, Final residual = 3.0064e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.43499e-06, Final residual = 7.43499e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.7977e-07, Final residual = 8.63573e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.4519e-07, Final residual = 4.41013e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.34494e-05, Final residual = 5.22232e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000148426, Final residual = 7.68296e-07, No Iterations 6
time step continuity errors : sum local = 1.12069e-10, global = -4.45701e-20, cumulative = -2.75851e-18
DICPCG: Solving for p, Initial residual = 2.40487e-05, Final residual = 9.25019e-07, No Iterations 3
time step continuity errors : sum local = 1.31885e-10, global = 6.3683e-20, cumulative = -2.69483e-18
BiCGStab: Solving for omega, Initial residual = 1.40984e-05, Final residual = 3.33691e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.42851e-06, Final residual = 7.42851e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5981.26 s ClockTime = 5981 s Max(PAc) = 153117 Pa
Courant Number mean: 0.0568843 max: 0.961081 velocity magnitude: 1.25038
deltaT = 0.000485396
Time = 1.59806
--> Cloud: bubbleCloud
Added 200 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 590448
Mass introduced by injector = 5.40037e-10
Number of parcels added continuously = 1152
Mass introduced continuously = 1.02474e-12
Current number of parcels = 4121270
Current mass in system = 4.61378e-09
Number of parcels shifted at least once = 3748
Number of parcel shifts towards cell center = 3754
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00598168, Final user-defined norm residual = 8.89441e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.9157e-05, Final user-defined norm residual = 1.56903e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.37959e-08, Final user-defined norm residual = 2.84708e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000579868, Final residual = 6.23822e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00047432, Final residual = 3.89067e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.057133, Final residual = 2.13027e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0566321, Final residual = 9.51957e-07, No Iterations 180
time step continuity errors : sum local = 1.38339e-10, global = -3.64377e-20, cumulative = -2.73127e-18
DICPCG: Solving for p, Initial residual = 0.00583613, Final residual = 9.94124e-07, No Iterations 148
time step continuity errors : sum local = 1.39454e-10, global = -3.24597e-20, cumulative = -2.76373e-18
BiCGStab: Solving for omega, Initial residual = 0.00046339, Final residual = 3.32978e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00065868, Final residual = 8.21832e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.02897e-05, Final residual = 9.10544e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.20589e-05, Final residual = 4.84987e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00472919, Final residual = 5.18004e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0108327, Final residual = 9.99204e-07, No Iterations 225
time step continuity errors : sum local = 1.25781e-10, global = 9.11465e-21, cumulative = -2.75461e-18
DICPCG: Solving for p, Initial residual = 0.00193741, Final residual = 9.88916e-07, No Iterations 73
time step continuity errors : sum local = 1.27791e-10, global = 5.25953e-20, cumulative = -2.70202e-18
BiCGStab: Solving for omega, Initial residual = 1.82535e-05, Final residual = 3.3646e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.52907e-06, Final residual = 7.52907e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.93801e-06, Final residual = 4.63486e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.34681e-06, Final residual = 2.67593e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000675075, Final residual = 2.60691e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00218411, Final residual = 9.62366e-07, No Iterations 64
time step continuity errors : sum local = 1.25229e-10, global = 6.49556e-20, cumulative = -2.63706e-18
DICPCG: Solving for p, Initial residual = 0.000378007, Final residual = 9.92906e-07, No Iterations 34
time step continuity errors : sum local = 1.29067e-10, global = 5.94427e-20, cumulative = -2.57762e-18
BiCGStab: Solving for omega, Initial residual = 1.22676e-05, Final residual = 2.92381e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.53487e-06, Final residual = 7.53487e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.04579e-06, Final residual = 4.39361e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.23395e-07, Final residual = 2.36329e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000125672, Final residual = 2.9788e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000595418, Final residual = 9.9758e-07, No Iterations 22
time step continuity errors : sum local = 1.29664e-10, global = 3.08065e-20, cumulative = -2.54681e-18
DICPCG: Solving for p, Initial residual = 0.000104129, Final residual = 9.36953e-07, No Iterations 7
time step continuity errors : sum local = 1.22022e-10, global = 2.42116e-20, cumulative = -2.5226e-18
BiCGStab: Solving for omega, Initial residual = 1.48259e-05, Final residual = 3.25787e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.53752e-06, Final residual = 7.53752e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.19445e-07, Final residual = 9.54476e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.77834e-07, Final residual = 5.73043e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.6208e-05, Final residual = 5.04792e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000173038, Final residual = 8.54537e-07, No Iterations 7
time step continuity errors : sum local = 1.1165e-10, global = 3.47195e-20, cumulative = -2.48788e-18
DICPCG: Solving for p, Initial residual = 2.91157e-05, Final residual = 6.31629e-07, No Iterations 4
time step continuity errors : sum local = 8.35967e-11, global = 5.55761e-21, cumulative = -2.48232e-18
BiCGStab: Solving for omega, Initial residual = 1.80994e-05, Final residual = 3.47959e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.53653e-06, Final residual = 7.53653e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 5998.55 s ClockTime = 5999 s Max(PAc) = 153482 Pa
Courant Number mean: 0.0569018 max: 0.972268 velocity magnitude: 1.24339
deltaT = 0.000485396
Time = 1.59854
--> Cloud: bubbleCloud
Added 188 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 590636
Mass introduced by injector = 5.40216e-10
Number of parcels added continuously = 1190
Mass introduced continuously = 1.14781e-12
Current number of parcels = 4122244
Current mass in system = 4.6147e-09
Number of parcels shifted at least once = 3778
Number of parcel shifts towards cell center = 3781
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00585018, Final user-defined norm residual = 0.000135876
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.92745e-05, Final user-defined norm residual = 3.70646e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.98598e-08, Final user-defined norm residual = 9.87622e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000582061, Final residual = 5.59845e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000472483, Final residual = 3.84861e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0561047, Final residual = 1.86465e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0504452, Final residual = 9.83156e-07, No Iterations 252
time step continuity errors : sum local = 1.2401e-10, global = 2.98385e-20, cumulative = -2.45249e-18
DICPCG: Solving for p, Initial residual = 0.0059112, Final residual = 9.978e-07, No Iterations 96
time step continuity errors : sum local = 1.29529e-10, global = 3.98591e-20, cumulative = -2.41263e-18
BiCGStab: Solving for omega, Initial residual = 0.000463067, Final residual = 3.47054e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00065787, Final residual = 8.1362e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.03957e-05, Final residual = 9.00055e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.21686e-05, Final residual = 4.71894e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00470779, Final residual = 4.87872e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0116077, Final residual = 9.32317e-07, No Iterations 238
time step continuity errors : sum local = 1.18347e-10, global = -5.11943e-20, cumulative = -2.46382e-18
DICPCG: Solving for p, Initial residual = 0.00208103, Final residual = 9.53325e-07, No Iterations 70
time step continuity errors : sum local = 1.23979e-10, global = 7.658e-21, cumulative = -2.45616e-18
BiCGStab: Solving for omega, Initial residual = 2.41239e-05, Final residual = 3.43559e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.11597e-06, Final residual = 7.11597e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.99302e-06, Final residual = 4.66465e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.45334e-06, Final residual = 2.72806e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000669919, Final residual = 2.61845e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0022709, Final residual = 9.98285e-07, No Iterations 71
time step continuity errors : sum local = 1.30392e-10, global = 6.00306e-20, cumulative = -2.39613e-18
DICPCG: Solving for p, Initial residual = 0.000407177, Final residual = 9.71053e-07, No Iterations 49
time step continuity errors : sum local = 1.26974e-10, global = 2.29669e-20, cumulative = -2.37317e-18
BiCGStab: Solving for omega, Initial residual = 1.93714e-05, Final residual = 3.99984e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.19172e-06, Final residual = 7.19172e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.18475e-06, Final residual = 6.11038e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.36514e-07, Final residual = 2.80616e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000123937, Final residual = 2.86269e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000668991, Final residual = 9.71838e-07, No Iterations 20
time step continuity errors : sum local = 1.27085e-10, global = -8.25617e-21, cumulative = -2.38142e-18
DICPCG: Solving for p, Initial residual = 0.000115115, Final residual = 9.50644e-07, No Iterations 7
time step continuity errors : sum local = 1.24386e-10, global = -4.71992e-20, cumulative = -2.42862e-18
BiCGStab: Solving for omega, Initial residual = 1.65063e-05, Final residual = 4.53303e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.2172e-06, Final residual = 7.2172e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.29196e-07, Final residual = 1.26005e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.92329e-07, Final residual = 5.89129e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.50171e-05, Final residual = 4.79519e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000187503, Final residual = 9.12984e-07, No Iterations 6
time step continuity errors : sum local = 1.19595e-10, global = 1.37823e-20, cumulative = -2.41484e-18
DICPCG: Solving for p, Initial residual = 3.32335e-05, Final residual = 6.41607e-07, No Iterations 4
time step continuity errors : sum local = 8.50741e-11, global = -1.00982e-20, cumulative = -2.42494e-18
BiCGStab: Solving for omega, Initial residual = 2.02437e-05, Final residual = 5.24791e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.21082e-06, Final residual = 7.21082e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6015.93 s ClockTime = 6016 s Max(PAc) = 153840 Pa
Courant Number mean: 0.05692 max: 0.978795 velocity magnitude: 1.23945
deltaT = 0.000485396
Time = 1.59903
--> Cloud: bubbleCloud
Added 157 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 590793
Mass introduced by injector = 5.40335e-10
Number of parcels added continuously = 1210
Mass introduced continuously = 1.10596e-12
Current number of parcels = 4123232
Current mass in system = 4.61555e-09
Number of parcels shifted at least once = 3896
Number of parcel shifts towards cell center = 3900
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0059522, Final user-defined norm residual = 0.000112768
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.42867e-05, Final user-defined norm residual = 2.98247e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.42351e-08, Final user-defined norm residual = 5.28022e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000586832, Final residual = 5.5392e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000472061, Final residual = 3.86389e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.051448, Final residual = 1.78584e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.04941, Final residual = 9.46712e-07, No Iterations 261
time step continuity errors : sum local = 1.20476e-10, global = -7.08563e-20, cumulative = -2.49579e-18
DICPCG: Solving for p, Initial residual = 0.00581643, Final residual = 9.57417e-07, No Iterations 136
time step continuity errors : sum local = 1.24941e-10, global = 1.8341e-20, cumulative = -2.47745e-18
BiCGStab: Solving for omega, Initial residual = 0.000460981, Final residual = 3.5214e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000657188, Final residual = 8.11839e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.16364e-05, Final residual = 9.16495e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.23868e-05, Final residual = 5.22763e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00438421, Final residual = 4.57658e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0116975, Final residual = 9.77183e-07, No Iterations 134
time step continuity errors : sum local = 1.40463e-10, global = -7.81222e-22, cumulative = -2.47823e-18
DICPCG: Solving for p, Initial residual = 0.0021585, Final residual = 9.94755e-07, No Iterations 71
time step continuity errors : sum local = 1.41951e-10, global = 4.11419e-20, cumulative = -2.43709e-18
BiCGStab: Solving for omega, Initial residual = 2.16956e-05, Final residual = 3.22701e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.36905e-06, Final residual = 7.36905e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.8863e-06, Final residual = 4.75671e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.48431e-06, Final residual = 2.87469e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000663607, Final residual = 2.42252e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00270487, Final residual = 9.90281e-07, No Iterations 69
time step continuity errors : sum local = 1.4105e-10, global = 2.65759e-20, cumulative = -2.41052e-18
DICPCG: Solving for p, Initial residual = 0.000466232, Final residual = 9.49407e-07, No Iterations 27
time step continuity errors : sum local = 1.35818e-10, global = 4.87224e-20, cumulative = -2.36179e-18
BiCGStab: Solving for omega, Initial residual = 1.08905e-05, Final residual = 2.59319e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.43888e-06, Final residual = 7.43888e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.26728e-06, Final residual = 4.78058e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.00998e-07, Final residual = 2.81203e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000123326, Final residual = 2.55137e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000749811, Final residual = 9.38562e-07, No Iterations 13
time step continuity errors : sum local = 1.34427e-10, global = -6.71145e-20, cumulative = -2.42891e-18
DICPCG: Solving for p, Initial residual = 0.000128947, Final residual = 8.64369e-07, No Iterations 6
time step continuity errors : sum local = 1.24923e-10, global = 1.61141e-20, cumulative = -2.41279e-18
BiCGStab: Solving for omega, Initial residual = 9.27693e-06, Final residual = 9.27693e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.46516e-06, Final residual = 7.46516e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.81374e-07, Final residual = 8.85552e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.99626e-07, Final residual = 5.45084e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.59374e-05, Final residual = 4.17884e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000219478, Final residual = 7.4253e-07, No Iterations 6
time step continuity errors : sum local = 1.0934e-10, global = -6.20165e-20, cumulative = -2.47481e-18
DICPCG: Solving for p, Initial residual = 3.67699e-05, Final residual = 6.52036e-07, No Iterations 4
time step continuity errors : sum local = 9.77631e-11, global = 1.98325e-20, cumulative = -2.45498e-18
BiCGStab: Solving for omega, Initial residual = 9.34577e-06, Final residual = 9.34577e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.45767e-06, Final residual = 7.45767e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6033.26 s ClockTime = 6033 s Max(PAc) = 153730 Pa
Courant Number mean: 0.056938 max: 0.979551 velocity magnitude: 1.24687
deltaT = 0.000485396
Time = 1.59951
--> Cloud: bubbleCloud
Added 125 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 590918
Mass introduced by injector = 5.40457e-10
Number of parcels added continuously = 1188
Mass introduced continuously = 1.15925e-12
Current number of parcels = 4124136
Current mass in system = 4.61643e-09
Number of parcels shifted at least once = 3847
Number of parcel shifts towards cell center = 3848
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00617076, Final user-defined norm residual = 0.0001052
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.26668e-05, Final user-defined norm residual = 2.42653e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.22852e-08, Final user-defined norm residual = 4.03464e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00058177, Final residual = 5.67165e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00046672, Final residual = 3.59685e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0492163, Final residual = 1.75359e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0522761, Final residual = 9.94635e-07, No Iterations 149
time step continuity errors : sum local = 1.34894e-10, global = 4.69409e-20, cumulative = -2.40804e-18
DICPCG: Solving for p, Initial residual = 0.00615419, Final residual = 9.45758e-07, No Iterations 102
time step continuity errors : sum local = 1.25629e-10, global = 4.8118e-20, cumulative = -2.35992e-18
BiCGStab: Solving for omega, Initial residual = 0.000461723, Final residual = 3.71264e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000657289, Final residual = 8.09583e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.01481e-05, Final residual = 9.95955e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.12846e-05, Final residual = 5.51854e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00416064, Final residual = 4.23984e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0113405, Final residual = 9.60872e-07, No Iterations 244
time step continuity errors : sum local = 1.2224e-10, global = 2.70296e-20, cumulative = -2.33289e-18
DICPCG: Solving for p, Initial residual = 0.00205267, Final residual = 9.68126e-07, No Iterations 63
time step continuity errors : sum local = 1.26009e-10, global = -2.16387e-20, cumulative = -2.35453e-18
BiCGStab: Solving for omega, Initial residual = 1.57648e-05, Final residual = 1.86795e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.02711e-06, Final residual = 7.02711e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.24948e-06, Final residual = 5.00052e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.1635e-06, Final residual = 2.79321e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000607279, Final residual = 2.29539e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00236611, Final residual = 9.26871e-07, No Iterations 41
time step continuity errors : sum local = 1.21426e-10, global = 1.26537e-20, cumulative = -2.34187e-18
DICPCG: Solving for p, Initial residual = 0.000408167, Final residual = 9.57654e-07, No Iterations 28
time step continuity errors : sum local = 1.2534e-10, global = 4.52923e-20, cumulative = -2.29658e-18
BiCGStab: Solving for omega, Initial residual = 6.35679e-06, Final residual = 6.35679e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.01003e-06, Final residual = 7.01003e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.10401e-06, Final residual = 4.62054e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.78875e-07, Final residual = 2.74181e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000108933, Final residual = 2.64369e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00060636, Final residual = 9.97602e-07, No Iterations 15
time step continuity errors : sum local = 1.30434e-10, global = -7.28931e-20, cumulative = -2.36947e-18
DICPCG: Solving for p, Initial residual = 0.000102863, Final residual = 8.55788e-07, No Iterations 6
time step continuity errors : sum local = 1.12338e-10, global = -9.06943e-21, cumulative = -2.37854e-18
BiCGStab: Solving for omega, Initial residual = 6.53677e-06, Final residual = 6.53677e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.99349e-06, Final residual = 6.99349e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.1228e-07, Final residual = 8.02783e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.68218e-07, Final residual = 4.55835e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.17188e-05, Final residual = 4.44781e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000166128, Final residual = 7.233e-07, No Iterations 6
time step continuity errors : sum local = 9.5443e-11, global = -2.1501e-20, cumulative = -2.40005e-18
DICPCG: Solving for p, Initial residual = 2.76765e-05, Final residual = 5.85473e-07, No Iterations 4
time step continuity errors : sum local = 7.78668e-11, global = -6.39467e-21, cumulative = -2.40644e-18
BiCGStab: Solving for omega, Initial residual = 6.58194e-06, Final residual = 6.58194e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.9848e-06, Final residual = 6.9848e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6050.68 s ClockTime = 6051 s Max(PAc) = 153739 Pa
Courant Number mean: 0.0569558 max: 0.975469 velocity magnitude: 1.25624
deltaT = 0.000485396
Time = 1.6
--> Cloud: bubbleCloud
Added 195 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 591113
Mass introduced by injector = 5.40603e-10
Number of parcels added continuously = 1128
Mass introduced continuously = 1.02377e-12
Current number of parcels = 4125062
Current mass in system = 4.6172e-09
Number of parcels shifted at least once = 3799
Number of parcel shifts towards cell center = 3803
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00588927, Final user-defined norm residual = 0.000120981
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.60542e-05, Final user-defined norm residual = 3.05086e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.57051e-08, Final user-defined norm residual = 5.61835e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000578341, Final residual = 5.65794e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000465748, Final residual = 3.7462e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0464689, Final residual = 1.52236e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.051635, Final residual = 9.41242e-07, No Iterations 263
time step continuity errors : sum local = 1.19737e-10, global = 1.01387e-19, cumulative = -2.30505e-18
DICPCG: Solving for p, Initial residual = 0.00645866, Final residual = 8.9625e-07, No Iterations 146
time step continuity errors : sum local = 1.20787e-10, global = 7.14027e-20, cumulative = -2.23365e-18
BiCGStab: Solving for omega, Initial residual = 0.000459325, Final residual = 3.88897e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000657535, Final residual = 8.06489e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.82085e-05, Final residual = 8.83412e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.05632e-05, Final residual = 5.01565e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00420903, Final residual = 3.85733e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.010844, Final residual = 9.69256e-07, No Iterations 244
time step continuity errors : sum local = 1.23222e-10, global = 2.86073e-20, cumulative = -2.20504e-18
DICPCG: Solving for p, Initial residual = 0.00188592, Final residual = 9.73511e-07, No Iterations 77
time step continuity errors : sum local = 1.26617e-10, global = 5.59478e-20, cumulative = -2.1491e-18
BiCGStab: Solving for omega, Initial residual = 1.62041e-05, Final residual = 2.85107e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.18862e-06, Final residual = 7.18862e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.51594e-06, Final residual = 4.41288e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.84998e-06, Final residual = 2.69875e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000646003, Final residual = 2.08532e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00210819, Final residual = 9.41821e-07, No Iterations 47
time step continuity errors : sum local = 1.23204e-10, global = 5.33924e-20, cumulative = -2.0957e-18
DICPCG: Solving for p, Initial residual = 0.00034443, Final residual = 9.65051e-07, No Iterations 29
time step continuity errors : sum local = 1.26135e-10, global = -5.28243e-21, cumulative = -2.10099e-18
BiCGStab: Solving for omega, Initial residual = 8.12019e-06, Final residual = 8.12019e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.1848e-06, Final residual = 7.1848e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.22689e-07, Final residual = 4.26903e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.90194e-07, Final residual = 2.8139e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000121617, Final residual = 2.54458e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000532327, Final residual = 9.28519e-07, No Iterations 16
time step continuity errors : sum local = 1.21482e-10, global = 5.09231e-20, cumulative = -2.05006e-18
DICPCG: Solving for p, Initial residual = 8.84163e-05, Final residual = 8.81744e-07, No Iterations 6
time step continuity errors : sum local = 1.15519e-10, global = -6.45297e-20, cumulative = -2.11459e-18
BiCGStab: Solving for omega, Initial residual = 8.26011e-06, Final residual = 8.26011e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.17875e-06, Final residual = 7.17875e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.67585e-07, Final residual = 8.65343e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.44103e-07, Final residual = 4.89285e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.63727e-05, Final residual = 4.14183e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000151283, Final residual = 8.26464e-07, No Iterations 6
time step continuity errors : sum local = 1.08482e-10, global = 5.23652e-20, cumulative = -2.06223e-18
DICPCG: Solving for p, Initial residual = 2.53578e-05, Final residual = 9.82407e-07, No Iterations 3
time step continuity errors : sum local = 1.28319e-10, global = 6.26132e-20, cumulative = -1.99961e-18
BiCGStab: Solving for omega, Initial residual = 8.27648e-06, Final residual = 8.27648e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.17514e-06, Final residual = 7.17514e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6099.28 s ClockTime = 6100 s Max(PAc) = 153683 Pa
Courant Number mean: 0.0569735 max: 0.970955 velocity magnitude: 1.26784
deltaT = 0.000487805
Time = 1.60049
--> Cloud: bubbleCloud
Added 199 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 591312
Mass introduced by injector = 5.40753e-10
Number of parcels added continuously = 1148
Mass introduced continuously = 1.04725e-12
Current number of parcels = 4125955
Current mass in system = 4.6176e-09
Number of parcels shifted at least once = 3896
Number of parcel shifts towards cell center = 3898
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00640655, Final user-defined norm residual = 0.000208387
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.49147e-05, Final user-defined norm residual = 5.69413e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.2274e-07, Final user-defined norm residual = 8.60574e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000577661, Final residual = 5.91389e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000459823, Final residual = 3.93426e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0467195, Final residual = 1.8596e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0476324, Final residual = 9.69794e-07, No Iterations 248
time step continuity errors : sum local = 1.24477e-10, global = 1.88301e-21, cumulative = -1.99773e-18
DICPCG: Solving for p, Initial residual = 0.00538105, Final residual = 8.91336e-07, No Iterations 115
time step continuity errors : sum local = 1.21463e-10, global = 9.43382e-20, cumulative = -1.90339e-18
BiCGStab: Solving for omega, Initial residual = 0.000458975, Final residual = 4.04862e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000660188, Final residual = 8.21916e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.69073e-05, Final residual = 9.22611e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.05134e-05, Final residual = 5.06829e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00404441, Final residual = 4.94738e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00976956, Final residual = 9.95665e-07, No Iterations 104
time step continuity errors : sum local = 1.3691e-10, global = 1.17204e-20, cumulative = -1.89167e-18
DICPCG: Solving for p, Initial residual = 0.00168141, Final residual = 9.99684e-07, No Iterations 69
time step continuity errors : sum local = 1.36855e-10, global = -1.41282e-20, cumulative = -1.9058e-18
BiCGStab: Solving for omega, Initial residual = 1.85732e-05, Final residual = 4.60728e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.15506e-06, Final residual = 7.15506e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.26107e-06, Final residual = 4.64794e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.8442e-06, Final residual = 2.79941e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000592412, Final residual = 2.72512e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00184231, Final residual = 9.88868e-07, No Iterations 59
time step continuity errors : sum local = 1.35069e-10, global = -3.74737e-20, cumulative = -1.94327e-18
DICPCG: Solving for p, Initial residual = 0.000304395, Final residual = 9.37905e-07, No Iterations 30
time step continuity errors : sum local = 1.28514e-10, global = 1.93895e-21, cumulative = -1.94133e-18
BiCGStab: Solving for omega, Initial residual = 1.22406e-05, Final residual = 4.15697e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.17056e-06, Final residual = 7.17056e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.73837e-07, Final residual = 4.52987e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.02347e-07, Final residual = 3.08531e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000112268, Final residual = 2.55286e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000496708, Final residual = 9.34273e-07, No Iterations 13
time step continuity errors : sum local = 1.28049e-10, global = 5.55595e-20, cumulative = -1.88578e-18
DICPCG: Solving for p, Initial residual = 8.5067e-05, Final residual = 9.54166e-07, No Iterations 5
time step continuity errors : sum local = 1.30595e-10, global = -3.02981e-20, cumulative = -1.91607e-18
BiCGStab: Solving for omega, Initial residual = 1.28454e-05, Final residual = 5.42728e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.17307e-06, Final residual = 7.17307e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.56415e-07, Final residual = 9.25705e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.35368e-07, Final residual = 6.24234e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.36103e-05, Final residual = 4.34784e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000144886, Final residual = 9.69917e-07, No Iterations 5
time step continuity errors : sum local = 1.3262e-10, global = -2.51662e-20, cumulative = -1.94124e-18
DICPCG: Solving for p, Initial residual = 2.3732e-05, Final residual = 8.85229e-07, No Iterations 3
time step continuity errors : sum local = 1.21716e-10, global = -8.48835e-21, cumulative = -1.94973e-18
BiCGStab: Solving for omega, Initial residual = 1.52418e-05, Final residual = 6.2561e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.18321e-06, Final residual = 7.18321e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6116.68 s ClockTime = 6117 s Max(PAc) = 153893 Pa
Courant Number mean: 0.0572737 max: 0.969498 velocity magnitude: 1.27311
deltaT = 0.000500313
Time = 1.60099
--> Cloud: bubbleCloud
Added 199 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 591511
Mass introduced by injector = 5.40919e-10
Number of parcels added continuously = 1243
Mass introduced continuously = 1.132e-12
Current number of parcels = 4126780
Current mass in system = 4.61744e-09
Number of parcels shifted at least once = 4075
Number of parcel shifts towards cell center = 4077
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00650584, Final user-defined norm residual = 0.000576258
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.000124101, Final user-defined norm residual = 5.14051e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.10733e-06, Final user-defined norm residual = 1.82e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000592179, Final residual = 6.87844e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000468881, Final residual = 4.4629e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0452963, Final residual = 2.48897e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0544675, Final residual = 9.10791e-07, No Iterations 256
time step continuity errors : sum local = 1.22011e-10, global = -8.0646e-20, cumulative = -2.03037e-18
DICPCG: Solving for p, Initial residual = 0.00665731, Final residual = 9.43219e-07, No Iterations 141
time step continuity errors : sum local = 1.38727e-10, global = -1.30648e-20, cumulative = -2.04344e-18
BiCGStab: Solving for omega, Initial residual = 0.000473968, Final residual = 4.96736e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000676885, Final residual = 9.15168e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.74162e-05, Final residual = 1.10257e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.01653e-05, Final residual = 5.90566e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0040818, Final residual = 5.7988e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00903132, Final residual = 9.61656e-07, No Iterations 233
time step continuity errors : sum local = 1.28532e-10, global = 9.67764e-20, cumulative = -1.94666e-18
DICPCG: Solving for p, Initial residual = 0.00157638, Final residual = 9.85436e-07, No Iterations 65
time step continuity errors : sum local = 1.35404e-10, global = -7.55063e-21, cumulative = -1.95421e-18
BiCGStab: Solving for omega, Initial residual = 2.29931e-05, Final residual = 5.44066e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.63614e-06, Final residual = 7.63614e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.31009e-06, Final residual = 5.31555e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.7101e-06, Final residual = 3.25277e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000619806, Final residual = 2.83504e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00183545, Final residual = 9.93727e-07, No Iterations 59
time step continuity errors : sum local = 1.37184e-10, global = 9.41712e-20, cumulative = -1.86004e-18
DICPCG: Solving for p, Initial residual = 0.000300825, Final residual = 9.63484e-07, No Iterations 21
time step continuity errors : sum local = 1.33074e-10, global = 6.5103e-21, cumulative = -1.85353e-18
BiCGStab: Solving for omega, Initial residual = 1.44036e-05, Final residual = 5.09097e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.67971e-06, Final residual = 7.67971e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.10704e-07, Final residual = 5.75461e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.70529e-07, Final residual = 4.0613e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000115895, Final residual = 2.83994e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000452381, Final residual = 8.99645e-07, No Iterations 13
time step continuity errors : sum local = 1.24544e-10, global = -3.79711e-20, cumulative = -1.8915e-18
DICPCG: Solving for p, Initial residual = 7.61494e-05, Final residual = 8.55678e-07, No Iterations 6
time step continuity errors : sum local = 1.18653e-10, global = -4.09076e-20, cumulative = -1.93241e-18
BiCGStab: Solving for omega, Initial residual = 1.57616e-05, Final residual = 5.37856e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.69702e-06, Final residual = 7.69702e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.65016e-07, Final residual = 1.08273e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.28773e-07, Final residual = 6.91895e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.42779e-05, Final residual = 5.02584e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000133023, Final residual = 8.62431e-07, No Iterations 5
time step continuity errors : sum local = 1.19554e-10, global = 2.72092e-20, cumulative = -1.9052e-18
DICPCG: Solving for p, Initial residual = 2.05997e-05, Final residual = 8.29545e-07, No Iterations 3
time step continuity errors : sum local = 1.15154e-10, global = -4.92253e-20, cumulative = -1.95443e-18
BiCGStab: Solving for omega, Initial residual = 1.73913e-05, Final residual = 5.89036e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.68538e-06, Final residual = 7.68538e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6134.17 s ClockTime = 6134 s Max(PAc) = 154433 Pa
Courant Number mean: 0.0587605 max: 0.990066 velocity magnitude: 1.27522
deltaT = 0.000500313
Time = 1.60149
--> Cloud: bubbleCloud
Added 124 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 591635
Mass introduced by injector = 5.41029e-10
Number of parcels added continuously = 1222
Mass introduced continuously = 1.07623e-12
Current number of parcels = 4127225
Current mass in system = 4.61709e-09
Number of parcels shifted at least once = 3976
Number of parcel shifts towards cell center = 3980
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00624357, Final user-defined norm residual = 0.00120844
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.000259888, Final user-defined norm residual = 1.50965e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.24765e-06, Final user-defined norm residual = 1.73491e-08
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000584125, Final residual = 6.62247e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000466464, Final residual = 4.46279e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0439637, Final residual = 1.98116e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0515794, Final residual = 9.38195e-07, No Iterations 261
time step continuity errors : sum local = 1.24421e-10, global = -2.35693e-20, cumulative = -1.978e-18
DICPCG: Solving for p, Initial residual = 0.00596901, Final residual = 9.20689e-07, No Iterations 144
time step continuity errors : sum local = 1.23738e-10, global = 1.71047e-20, cumulative = -1.96089e-18
BiCGStab: Solving for omega, Initial residual = 0.000474128, Final residual = 5.29662e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000677005, Final residual = 9.12598e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.63204e-05, Final residual = 9.77146e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.01808e-05, Final residual = 5.44014e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00422247, Final residual = 5.77182e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00880864, Final residual = 9.59418e-07, No Iterations 140
time step continuity errors : sum local = 1.39204e-10, global = 5.62403e-20, cumulative = -1.90465e-18
DICPCG: Solving for p, Initial residual = 0.00150174, Final residual = 9.51546e-07, No Iterations 79
time step continuity errors : sum local = 1.37196e-10, global = -2.85337e-20, cumulative = -1.93318e-18
BiCGStab: Solving for omega, Initial residual = 2.70807e-05, Final residual = 4.22414e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.58881e-06, Final residual = 7.58881e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.07332e-06, Final residual = 5.06224e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.72128e-06, Final residual = 3.0488e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000647599, Final residual = 3.06337e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00150472, Final residual = 9.97622e-07, No Iterations 38
time step continuity errors : sum local = 1.42918e-10, global = 7.53528e-21, cumulative = -1.92565e-18
DICPCG: Solving for p, Initial residual = 0.000260228, Final residual = 9.65211e-07, No Iterations 15
time step continuity errors : sum local = 1.38648e-10, global = 6.54462e-20, cumulative = -1.8602e-18
BiCGStab: Solving for omega, Initial residual = 2.24793e-05, Final residual = 4.45464e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.6069e-06, Final residual = 7.6069e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.78834e-07, Final residual = 5.16167e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.59445e-07, Final residual = 3.1541e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000130446, Final residual = 2.76897e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000403912, Final residual = 9.6567e-07, No Iterations 14
time step continuity errors : sum local = 1.38708e-10, global = -7.7712e-21, cumulative = -1.86797e-18
DICPCG: Solving for p, Initial residual = 7.10463e-05, Final residual = 8.97578e-07, No Iterations 5
time step continuity errors : sum local = 1.29744e-10, global = -2.95555e-20, cumulative = -1.89753e-18
BiCGStab: Solving for omega, Initial residual = 2.7922e-05, Final residual = 5.15297e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.6119e-06, Final residual = 7.6119e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.27647e-07, Final residual = 1.24757e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.4659e-07, Final residual = 7.45256e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.83263e-05, Final residual = 4.58905e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000123958, Final residual = 6.68128e-07, No Iterations 5
time step continuity errors : sum local = 9.95529e-11, global = -5.88211e-20, cumulative = -1.95635e-18
DICPCG: Solving for p, Initial residual = 2.09684e-05, Final residual = 7.37636e-07, No Iterations 3
time step continuity errors : sum local = 1.08698e-10, global = 6.21249e-21, cumulative = -1.95014e-18
BiCGStab: Solving for omega, Initial residual = 2.6383e-05, Final residual = 6.32409e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.59219e-06, Final residual = 7.59219e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6151.69 s ClockTime = 6152 s Max(PAc) = 155117 Pa
Courant Number mean: 0.0587795 max: 0.993102 velocity magnitude: 1.2769
deltaT = 0.000500313
Time = 1.60199
--> Cloud: bubbleCloud
Added 201 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 591836
Mass introduced by injector = 5.41184e-10
Number of parcels added continuously = 1246
Mass introduced continuously = 1.16637e-12
Current number of parcels = 4127888
Current mass in system = 4.61748e-09
Number of parcels shifted at least once = 4056
Number of parcel shifts towards cell center = 4062
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00607771, Final user-defined norm residual = 0.000280885
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.04061e-05, Final user-defined norm residual = 9.53373e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.05052e-07, Final user-defined norm residual = 5.58126e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000583445, Final residual = 6.67683e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000465453, Final residual = 4.45927e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0431452, Final residual = 1.62766e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0509585, Final residual = 9.87934e-07, No Iterations 257
time step continuity errors : sum local = 1.30639e-10, global = 8.26144e-20, cumulative = -1.86752e-18
DICPCG: Solving for p, Initial residual = 0.00616163, Final residual = 9.36968e-07, No Iterations 133
time step continuity errors : sum local = 1.36395e-10, global = 3.59462e-20, cumulative = -1.83158e-18
BiCGStab: Solving for omega, Initial residual = 0.000476279, Final residual = 6.86904e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000677424, Final residual = 9.1782e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.64103e-05, Final residual = 1.05507e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.05862e-05, Final residual = 5.76701e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00400166, Final residual = 4.64133e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00879471, Final residual = 9.96396e-07, No Iterations 134
time step continuity errors : sum local = 1.35716e-10, global = 1.03321e-19, cumulative = -1.72826e-18
DICPCG: Solving for p, Initial residual = 0.00147863, Final residual = 9.69451e-07, No Iterations 76
time step continuity errors : sum local = 1.33314e-10, global = 6.73326e-20, cumulative = -1.66092e-18
BiCGStab: Solving for omega, Initial residual = 2.77243e-05, Final residual = 6.01583e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.07409e-06, Final residual = 7.07409e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.0298e-06, Final residual = 5.03695e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.90235e-06, Final residual = 3.01799e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000604554, Final residual = 2.54361e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00163903, Final residual = 9.70656e-07, No Iterations 54
time step continuity errors : sum local = 1.33983e-10, global = -6.77913e-20, cumulative = -1.72871e-18
DICPCG: Solving for p, Initial residual = 0.000270389, Final residual = 9.97643e-07, No Iterations 20
time step continuity errors : sum local = 1.37547e-10, global = -4.71293e-20, cumulative = -1.77584e-18
BiCGStab: Solving for omega, Initial residual = 2.05492e-05, Final residual = 6.62927e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.13386e-06, Final residual = 7.13386e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.66593e-07, Final residual = 4.77501e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.64778e-07, Final residual = 3.02444e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000116408, Final residual = 2.72529e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000424392, Final residual = 9.78512e-07, No Iterations 12
time step continuity errors : sum local = 1.35003e-10, global = -1.0375e-20, cumulative = -1.78622e-18
DICPCG: Solving for p, Initial residual = 7.70468e-05, Final residual = 8.65476e-07, No Iterations 5
time step continuity errors : sum local = 1.19973e-10, global = -6.78226e-20, cumulative = -1.85404e-18
BiCGStab: Solving for omega, Initial residual = 1.78928e-05, Final residual = 7.20397e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.16979e-06, Final residual = 7.16979e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.48131e-07, Final residual = 8.78763e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.46642e-07, Final residual = 6.7632e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.53001e-05, Final residual = 4.70425e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00013478, Final residual = 9.41563e-07, No Iterations 4
time step continuity errors : sum local = 1.30081e-10, global = -1.03436e-20, cumulative = -1.86439e-18
DICPCG: Solving for p, Initial residual = 2.40262e-05, Final residual = 7.13144e-07, No Iterations 3
time step continuity errors : sum local = 9.97261e-11, global = 7.05996e-20, cumulative = -1.79379e-18
BiCGStab: Solving for omega, Initial residual = 1.93078e-05, Final residual = 8.14462e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.15332e-06, Final residual = 7.15332e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6169.39 s ClockTime = 6170 s Max(PAc) = 155265 Pa
Courant Number mean: 0.0587993 max: 1.00069 velocity magnitude: 1.27788
deltaT = 0.000486791
Time = 1.60248
--> Cloud: bubbleCloud
Added 138 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 591974
Mass introduced by injector = 5.41297e-10
Number of parcels added continuously = 1170
Mass introduced continuously = 1.0738e-12
Current number of parcels = 4128447
Current mass in system = 4.61786e-09
Number of parcels shifted at least once = 3888
Number of parcel shifts towards cell center = 3893
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00654826, Final user-defined norm residual = 0.000265454
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.70125e-05, Final user-defined norm residual = 5.07565e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.09017e-07, Final user-defined norm residual = 7.95474e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000564584, Final residual = 5.82505e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000448828, Final residual = 3.76544e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.040765, Final residual = 1.31721e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0482656, Final residual = 9.46224e-07, No Iterations 248
time step continuity errors : sum local = 1.19739e-10, global = -2.00046e-20, cumulative = -1.81379e-18
DICPCG: Solving for p, Initial residual = 0.00556939, Final residual = 9.9639e-07, No Iterations 124
time step continuity errors : sum local = 1.34755e-10, global = 5.7135e-20, cumulative = -1.75666e-18
BiCGStab: Solving for omega, Initial residual = 0.000456048, Final residual = 9.91099e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000658617, Final residual = 8.21782e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.51606e-05, Final residual = 8.4262e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.81024e-06, Final residual = 4.95692e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00375008, Final residual = 3.71142e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00792183, Final residual = 8.76343e-07, No Iterations 139
time step continuity errors : sum local = 1.14387e-10, global = 2.6155e-20, cumulative = -1.7305e-18
DICPCG: Solving for p, Initial residual = 0.00133587, Final residual = 9.88139e-07, No Iterations 82
time step continuity errors : sum local = 1.27901e-10, global = 3.95368e-20, cumulative = -1.69096e-18
BiCGStab: Solving for omega, Initial residual = 2.37881e-05, Final residual = 6.58921e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.99276e-06, Final residual = 6.99276e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.64916e-06, Final residual = 4.24535e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.68229e-06, Final residual = 2.71592e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000568634, Final residual = 2.09075e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00152839, Final residual = 9.24141e-07, No Iterations 44
time step continuity errors : sum local = 1.19529e-10, global = 7.36645e-20, cumulative = -1.6173e-18
DICPCG: Solving for p, Initial residual = 0.000273148, Final residual = 9.45129e-07, No Iterations 25
time step continuity errors : sum local = 1.22186e-10, global = 2.03441e-20, cumulative = -1.59695e-18
BiCGStab: Solving for omega, Initial residual = 1.8509e-05, Final residual = 6.92232e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.07637e-06, Final residual = 7.07637e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.53715e-07, Final residual = 3.60949e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.01094e-07, Final residual = 2.83686e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000106938, Final residual = 2.47505e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000403729, Final residual = 8.96897e-07, No Iterations 10
time step continuity errors : sum local = 1.16073e-10, global = 3.47007e-20, cumulative = -1.56225e-18
DICPCG: Solving for p, Initial residual = 7.16276e-05, Final residual = 7.5563e-07, No Iterations 5
time step continuity errors : sum local = 9.81647e-11, global = 6.9104e-20, cumulative = -1.49315e-18
BiCGStab: Solving for omega, Initial residual = 2.08265e-05, Final residual = 7.92178e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.08652e-06, Final residual = 7.08652e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.09846e-07, Final residual = 6.41797e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.26068e-07, Final residual = 4.1961e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.28015e-05, Final residual = 4.0892e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00011727, Final residual = 9.09131e-07, No Iterations 5
time step continuity errors : sum local = 1.17613e-10, global = -1.1341e-20, cumulative = -1.50449e-18
DICPCG: Solving for p, Initial residual = 2.07083e-05, Final residual = 6.50319e-07, No Iterations 3
time step continuity errors : sum local = 8.48187e-11, global = -5.50698e-20, cumulative = -1.55956e-18
BiCGStab: Solving for omega, Initial residual = 2.62277e-05, Final residual = 9.11774e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.07913e-06, Final residual = 7.07913e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6187.35 s ClockTime = 6188 s Max(PAc) = 155194 Pa
Courant Number mean: 0.0572291 max: 0.975016 velocity magnitude: 1.28114
deltaT = 0.000486791
Time = 1.60296
--> Cloud: bubbleCloud
Added 224 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 592198
Mass introduced by injector = 5.41472e-10
Number of parcels added continuously = 1158
Mass introduced continuously = 1.08417e-12
Current number of parcels = 4129091
Current mass in system = 4.61849e-09
Number of parcels shifted at least once = 3957
Number of parcel shifts towards cell center = 3962
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00609252, Final user-defined norm residual = 0.000255106
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.47953e-05, Final user-defined norm residual = 8.83776e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.89846e-07, Final user-defined norm residual = 2.25444e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000564179, Final residual = 5.64064e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000447477, Final residual = 3.75878e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0408604, Final residual = 1.25052e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0480013, Final residual = 8.73232e-07, No Iterations 262
time step continuity errors : sum local = 1.10768e-10, global = -2.25665e-20, cumulative = -1.58213e-18
DICPCG: Solving for p, Initial residual = 0.00549733, Final residual = 9.98557e-07, No Iterations 145
time step continuity errors : sum local = 1.36455e-10, global = -2.48646e-20, cumulative = -1.60699e-18
BiCGStab: Solving for omega, Initial residual = 0.000461929, Final residual = 4.86679e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000658567, Final residual = 8.2057e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.54455e-05, Final residual = 8.04239e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.36495e-06, Final residual = 4.79421e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00411774, Final residual = 3.55959e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00808356, Final residual = 9.78495e-07, No Iterations 89
time step continuity errors : sum local = 1.24633e-10, global = -4.83841e-21, cumulative = -1.61183e-18
DICPCG: Solving for p, Initial residual = 0.00131074, Final residual = 9.34386e-07, No Iterations 62
time step continuity errors : sum local = 1.18516e-10, global = 9.79175e-20, cumulative = -1.51391e-18
BiCGStab: Solving for omega, Initial residual = 3.23519e-05, Final residual = 5.93264e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.08497e-06, Final residual = 7.08497e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.65004e-06, Final residual = 4.19726e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.57695e-06, Final residual = 2.43942e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000651442, Final residual = 2.01464e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00137544, Final residual = 9.96468e-07, No Iterations 40
time step continuity errors : sum local = 1.26744e-10, global = -1.06251e-19, cumulative = -1.62016e-18
DICPCG: Solving for p, Initial residual = 0.000235289, Final residual = 9.79865e-07, No Iterations 25
time step continuity errors : sum local = 1.24597e-10, global = -1.91964e-20, cumulative = -1.63936e-18
BiCGStab: Solving for omega, Initial residual = 2.42249e-05, Final residual = 6.65572e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.11095e-06, Final residual = 7.11095e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.76492e-07, Final residual = 3.40402e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.79192e-07, Final residual = 1.83297e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000125477, Final residual = 2.68056e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000387115, Final residual = 9.5167e-07, No Iterations 13
time step continuity errors : sum local = 1.21028e-10, global = -3.32482e-20, cumulative = -1.67261e-18
DICPCG: Solving for p, Initial residual = 6.13962e-05, Final residual = 9.27197e-07, No Iterations 6
time step continuity errors : sum local = 1.17922e-10, global = -5.53556e-20, cumulative = -1.72796e-18
BiCGStab: Solving for omega, Initial residual = 2.74287e-05, Final residual = 7.24774e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.13894e-06, Final residual = 7.13894e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.95001e-07, Final residual = 5.64592e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.31789e-07, Final residual = 3.57007e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.69703e-05, Final residual = 4.52211e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000115277, Final residual = 7.16393e-07, No Iterations 6
time step continuity errors : sum local = 9.1226e-11, global = 2.75652e-20, cumulative = -1.7004e-18
DICPCG: Solving for p, Initial residual = 1.96904e-05, Final residual = 7.42962e-07, No Iterations 3
time step continuity errors : sum local = 9.45908e-11, global = 8.96135e-21, cumulative = -1.69144e-18
BiCGStab: Solving for omega, Initial residual = 2.57471e-05, Final residual = 7.99692e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.10977e-06, Final residual = 7.10977e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6205.36 s ClockTime = 6206 s Max(PAc) = 155634 Pa
Courant Number mean: 0.0572477 max: 0.974387 velocity magnitude: 1.2871
deltaT = 0.000486791
Time = 1.60345
--> Cloud: bubbleCloud
Added 151 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 592349
Mass introduced by injector = 5.41606e-10
Number of parcels added continuously = 1215
Mass introduced continuously = 1.14313e-12
Current number of parcels = 4129789
Current mass in system = 4.61916e-09
Number of parcels shifted at least once = 3975
Number of parcel shifts towards cell center = 3978
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0060506, Final user-defined norm residual = 0.00011301
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.42675e-05, Final user-defined norm residual = 1.1177e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.40018e-08, Final user-defined norm residual = 1.09972e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000569367, Final residual = 5.62866e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000452464, Final residual = 3.79602e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.042812, Final residual = 1.43358e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0502708, Final residual = 8.62029e-07, No Iterations 258
time step continuity errors : sum local = 1.10299e-10, global = -7.41974e-20, cumulative = -1.76564e-18
DICPCG: Solving for p, Initial residual = 0.0052651, Final residual = 9.80818e-07, No Iterations 124
time step continuity errors : sum local = 1.2931e-10, global = -4.77771e-20, cumulative = -1.81341e-18
BiCGStab: Solving for omega, Initial residual = 0.000459492, Final residual = 6.77027e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000658867, Final residual = 8.15588e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.57503e-05, Final residual = 8.24491e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.9374e-06, Final residual = 4.62577e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00394495, Final residual = 3.96689e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00767271, Final residual = 9.46949e-07, No Iterations 99
time step continuity errors : sum local = 1.35799e-10, global = -4.23936e-21, cumulative = -1.81765e-18
DICPCG: Solving for p, Initial residual = 0.00133825, Final residual = 9.42746e-07, No Iterations 71
time step continuity errors : sum local = 1.3443e-10, global = 6.75138e-20, cumulative = -1.75014e-18
BiCGStab: Solving for omega, Initial residual = 2.20535e-05, Final residual = 5.15944e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.07621e-06, Final residual = 7.07621e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.98375e-06, Final residual = 4.30403e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.77995e-06, Final residual = 2.55574e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00057899, Final residual = 2.12761e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00145719, Final residual = 9.86551e-07, No Iterations 36
time step continuity errors : sum local = 1.39763e-10, global = 1.92627e-20, cumulative = -1.73088e-18
DICPCG: Solving for p, Initial residual = 0.000254517, Final residual = 9.68999e-07, No Iterations 24
time step continuity errors : sum local = 1.37473e-10, global = 8.64313e-20, cumulative = -1.64444e-18
BiCGStab: Solving for omega, Initial residual = 1.53393e-05, Final residual = 4.6151e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.11195e-06, Final residual = 7.11195e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.11597e-07, Final residual = 3.63606e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.126e-07, Final residual = 2.4868e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000108979, Final residual = 2.34361e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000393056, Final residual = 9.80239e-07, No Iterations 13
time step continuity errors : sum local = 1.38916e-10, global = 1.69179e-20, cumulative = -1.62753e-18
DICPCG: Solving for p, Initial residual = 7.27586e-05, Final residual = 9.76903e-07, No Iterations 6
time step continuity errors : sum local = 1.38481e-10, global = 8.17825e-20, cumulative = -1.54574e-18
BiCGStab: Solving for omega, Initial residual = 1.42355e-05, Final residual = 5.28723e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.1087e-06, Final residual = 7.1087e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.28668e-07, Final residual = 5.94424e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.35409e-07, Final residual = 3.81314e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.30721e-05, Final residual = 3.94232e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000119494, Final residual = 8.25553e-07, No Iterations 6
time step continuity errors : sum local = 1.18993e-10, global = 9.2305e-20, cumulative = -1.45344e-18
DICPCG: Solving for p, Initial residual = 2.22695e-05, Final residual = 8.49179e-07, No Iterations 3
time step continuity errors : sum local = 1.22036e-10, global = 3.01133e-20, cumulative = -1.42333e-18
BiCGStab: Solving for omega, Initial residual = 1.60945e-05, Final residual = 5.90608e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.11211e-06, Final residual = 7.11211e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6222.98 s ClockTime = 6223 s Max(PAc) = 155245 Pa
Courant Number mean: 0.0572666 max: 0.97441 velocity magnitude: 1.29267
deltaT = 0.000486791
Time = 1.60394
--> Cloud: bubbleCloud
Added 184 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 592533
Mass introduced by injector = 5.41775e-10
Number of parcels added continuously = 1196
Mass introduced continuously = 1.086e-12
Current number of parcels = 4130605
Current mass in system = 4.61997e-09
Number of parcels shifted at least once = 3930
Number of parcel shifts towards cell center = 3934
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00567746, Final user-defined norm residual = 9.55118e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.04909e-05, Final user-defined norm residual = 7.11338e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.52613e-08, Final user-defined norm residual = 8.64042e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000570783, Final residual = 6.289e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000454426, Final residual = 3.54788e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0434738, Final residual = 1.53864e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.046617, Final residual = 9.90106e-07, No Iterations 146
time step continuity errors : sum local = 1.44934e-10, global = -3.70345e-20, cumulative = -1.46036e-18
DICPCG: Solving for p, Initial residual = 0.00521513, Final residual = 9.13908e-07, No Iterations 142
time step continuity errors : sum local = 1.3734e-10, global = -7.35857e-20, cumulative = -1.53395e-18
BiCGStab: Solving for omega, Initial residual = 0.000459757, Final residual = 4.50136e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000659339, Final residual = 8.11486e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.66457e-05, Final residual = 1.00507e-09, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.04326e-05, Final residual = 5.25822e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00411636, Final residual = 4.25603e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00895467, Final residual = 9.83693e-07, No Iterations 105
time step continuity errors : sum local = 1.38587e-10, global = 1.13727e-19, cumulative = -1.42022e-18
DICPCG: Solving for p, Initial residual = 0.00154943, Final residual = 9.94808e-07, No Iterations 74
time step continuity errors : sum local = 1.40606e-10, global = 7.90045e-20, cumulative = -1.34121e-18
BiCGStab: Solving for omega, Initial residual = 2.33115e-05, Final residual = 6.71173e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.66105e-06, Final residual = 6.66105e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.1398e-06, Final residual = 4.60761e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.82796e-06, Final residual = 2.69866e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0006334, Final residual = 2.22295e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0017798, Final residual = 9.8357e-07, No Iterations 56
time step continuity errors : sum local = 1.39549e-10, global = -2.97987e-20, cumulative = -1.37101e-18
DICPCG: Solving for p, Initial residual = 0.000302801, Final residual = 9.43836e-07, No Iterations 30
time step continuity errors : sum local = 1.34458e-10, global = -3.85968e-20, cumulative = -1.40961e-18
BiCGStab: Solving for omega, Initial residual = 1.89153e-05, Final residual = 7.61289e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.70749e-06, Final residual = 6.70749e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.89517e-07, Final residual = 4.30461e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.02588e-07, Final residual = 2.22343e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000119985, Final residual = 2.63694e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000495721, Final residual = 9.87462e-07, No Iterations 15
time step continuity errors : sum local = 1.39961e-10, global = -3.27499e-20, cumulative = -1.44236e-18
DICPCG: Solving for p, Initial residual = 9.07995e-05, Final residual = 7.93453e-07, No Iterations 6
time step continuity errors : sum local = 1.15462e-10, global = 3.81367e-20, cumulative = -1.40422e-18
BiCGStab: Solving for omega, Initial residual = 2.46453e-05, Final residual = 9.15339e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.73055e-06, Final residual = 6.73055e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.47387e-07, Final residual = 8.22234e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.48352e-07, Final residual = 4.57345e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.66683e-05, Final residual = 4.49017e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000142512, Final residual = 9.60926e-07, No Iterations 5
time step continuity errors : sum local = 1.36609e-10, global = -2.16517e-20, cumulative = -1.42587e-18
DICPCG: Solving for p, Initial residual = 2.57024e-05, Final residual = 8.77045e-07, No Iterations 3
time step continuity errors : sum local = 1.26019e-10, global = 2.88474e-20, cumulative = -1.39703e-18
BiCGStab: Solving for omega, Initial residual = 3.03562e-05, Final residual = 1.1054e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.71037e-06, Final residual = 6.71037e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6241.03 s ClockTime = 6241 s Max(PAc) = 155279 Pa
Courant Number mean: 0.0572857 max: 0.980033 velocity magnitude: 1.29184
deltaT = 0.000486791
Time = 1.60442
--> Cloud: bubbleCloud
Added 166 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 592699
Mass introduced by injector = 5.41911e-10
Number of parcels added continuously = 1158
Mass introduced continuously = 1.08581e-12
Current number of parcels = 4131336
Current mass in system = 4.62069e-09
Number of parcels shifted at least once = 4049
Number of parcel shifts towards cell center = 4052
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00588789, Final user-defined norm residual = 7.99506e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.71479e-05, Final user-defined norm residual = 9.96815e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.13802e-08, Final user-defined norm residual = 5.63185e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000574819, Final residual = 5.75378e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000454532, Final residual = 3.64083e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0453758, Final residual = 1.68233e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0488312, Final residual = 9.73368e-07, No Iterations 259
time step continuity errors : sum local = 1.21858e-10, global = 3.20733e-20, cumulative = -1.36495e-18
DICPCG: Solving for p, Initial residual = 0.00605335, Final residual = 9.91575e-07, No Iterations 143
time step continuity errors : sum local = 1.36475e-10, global = -1.13221e-20, cumulative = -1.37628e-18
BiCGStab: Solving for omega, Initial residual = 0.000472112, Final residual = 6.47638e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000659473, Final residual = 8.10421e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.72014e-05, Final residual = 8.22349e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.08421e-05, Final residual = 4.72288e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00403343, Final residual = 4.46157e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.010259, Final residual = 9.87357e-07, No Iterations 244
time step continuity errors : sum local = 1.23053e-10, global = -2.03337e-21, cumulative = -1.37831e-18
DICPCG: Solving for p, Initial residual = 0.00190001, Final residual = 8.83882e-07, No Iterations 75
time step continuity errors : sum local = 1.12742e-10, global = -3.47588e-20, cumulative = -1.41307e-18
BiCGStab: Solving for omega, Initial residual = 3.98102e-05, Final residual = 9.67517e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.59482e-06, Final residual = 6.59482e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.56673e-06, Final residual = 4.20483e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.87405e-06, Final residual = 2.74248e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000630496, Final residual = 2.49643e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00197415, Final residual = 9.82184e-07, No Iterations 60
time step continuity errors : sum local = 1.2549e-10, global = -2.0681e-20, cumulative = -1.43375e-18
DICPCG: Solving for p, Initial residual = 0.000359303, Final residual = 9.6327e-07, No Iterations 34
time step continuity errors : sum local = 1.23145e-10, global = 2.04566e-20, cumulative = -1.41329e-18
BiCGStab: Solving for omega, Initial residual = 3.51491e-05, Final residual = 1.12404e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.59972e-06, Final residual = 6.59972e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.17108e-07, Final residual = 5.20276e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.89729e-07, Final residual = 2.62972e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000119004, Final residual = 2.45173e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00053982, Final residual = 9.56025e-07, No Iterations 23
time step continuity errors : sum local = 1.22255e-10, global = -6.11026e-20, cumulative = -1.47439e-18
DICPCG: Solving for p, Initial residual = 9.91435e-05, Final residual = 9.56651e-07, No Iterations 6
time step continuity errors : sum local = 1.22335e-10, global = 1.8878e-20, cumulative = -1.45552e-18
BiCGStab: Solving for omega, Initial residual = 4.01094e-05, Final residual = 1.33014e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.64508e-06, Final residual = 6.64508e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.10679e-07, Final residual = 1.08398e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.66226e-07, Final residual = 5.82581e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.54745e-05, Final residual = 4.01409e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00017109, Final residual = 8.2277e-07, No Iterations 6
time step continuity errors : sum local = 1.05639e-10, global = 4.08847e-20, cumulative = -1.41463e-18
DICPCG: Solving for p, Initial residual = 3.05228e-05, Final residual = 9.83389e-07, No Iterations 3
time step continuity errors : sum local = 1.25669e-10, global = 3.19431e-20, cumulative = -1.38269e-18
BiCGStab: Solving for omega, Initial residual = 4.16577e-05, Final residual = 1.50219e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.58416e-06, Final residual = 6.58416e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6258.74 s ClockTime = 6259 s Max(PAc) = 155846 Pa
Courant Number mean: 0.0573045 max: 0.984428 velocity magnitude: 1.28842
deltaT = 0.000486791
Time = 1.60491
--> Cloud: bubbleCloud
Added 162 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 592861
Mass introduced by injector = 5.42055e-10
Number of parcels added continuously = 1215
Mass introduced continuously = 1.1746e-12
Current number of parcels = 4132175
Current mass in system = 4.62152e-09
Number of parcels shifted at least once = 4071
Number of parcel shifts towards cell center = 4072
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00621284, Final user-defined norm residual = 0.000145803
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.12745e-05, Final user-defined norm residual = 5.09742e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.09342e-07, Final user-defined norm residual = 1.16415e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000579225, Final residual = 6.04971e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000460368, Final residual = 3.6347e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0432984, Final residual = 1.50935e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0488379, Final residual = 9.69677e-07, No Iterations 259
time step continuity errors : sum local = 1.21822e-10, global = -2.54126e-20, cumulative = -1.4081e-18
DICPCG: Solving for p, Initial residual = 0.0062561, Final residual = 9.61038e-07, No Iterations 129
time step continuity errors : sum local = 1.3398e-10, global = -4.08689e-20, cumulative = -1.44897e-18
BiCGStab: Solving for omega, Initial residual = 0.000483301, Final residual = 5.22592e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000659374, Final residual = 8.19285e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.9952e-05, Final residual = 8.68267e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.22008e-05, Final residual = 5.46488e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00397962, Final residual = 4.05867e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0107464, Final residual = 9.60733e-07, No Iterations 90
time step continuity errors : sum local = 1.28269e-10, global = -1.86019e-20, cumulative = -1.46757e-18
DICPCG: Solving for p, Initial residual = 0.00208582, Final residual = 9.40282e-07, No Iterations 80
time step continuity errors : sum local = 1.26509e-10, global = -2.41379e-20, cumulative = -1.49171e-18
BiCGStab: Solving for omega, Initial residual = 3.74935e-05, Final residual = 1.10819e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.97293e-06, Final residual = 6.97293e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.17143e-06, Final residual = 4.65654e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.56119e-06, Final residual = 3.0574e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00058822, Final residual = 2.23668e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00225444, Final residual = 9.73918e-07, No Iterations 62
time step continuity errors : sum local = 1.31026e-10, global = -5.26251e-20, cumulative = -1.54434e-18
DICPCG: Solving for p, Initial residual = 0.000440484, Final residual = 9.73905e-07, No Iterations 19
time step continuity errors : sum local = 1.31005e-10, global = -6.16363e-20, cumulative = -1.60597e-18
BiCGStab: Solving for omega, Initial residual = 3.14244e-05, Final residual = 1.15818e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.01115e-06, Final residual = 7.01115e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.2613e-06, Final residual = 6.47291e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.92666e-07, Final residual = 3.19077e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000107981, Final residual = 2.46243e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000678584, Final residual = 9.90158e-07, No Iterations 11
time step continuity errors : sum local = 1.33071e-10, global = -7.76046e-20, cumulative = -1.68358e-18
DICPCG: Solving for p, Initial residual = 0.000127469, Final residual = 7.73734e-07, No Iterations 7
time step continuity errors : sum local = 1.05587e-10, global = 9.4714e-20, cumulative = -1.58886e-18
BiCGStab: Solving for omega, Initial residual = 2.92816e-05, Final residual = 1.05894e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.08262e-06, Final residual = 7.08262e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.40693e-07, Final residual = 1.19469e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.08836e-07, Final residual = 7.0934e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.13394e-05, Final residual = 4.12687e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000201618, Final residual = 7.62298e-07, No Iterations 6
time step continuity errors : sum local = 1.04134e-10, global = 1.10549e-19, cumulative = -1.47831e-18
DICPCG: Solving for p, Initial residual = 3.8145e-05, Final residual = 5.93845e-07, No Iterations 4
time step continuity errors : sum local = 8.27466e-11, global = 6.33e-21, cumulative = -1.47198e-18
BiCGStab: Solving for omega, Initial residual = 3.15235e-05, Final residual = 1.1702e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.03118e-06, Final residual = 7.03118e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6276.28 s ClockTime = 6277 s Max(PAc) = 155484 Pa
Courant Number mean: 0.0573234 max: 0.990776 velocity magnitude: 1.28446
deltaT = 0.000486791
Time = 1.6054
--> Cloud: bubbleCloud
Added 139 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 593000
Mass introduced by injector = 5.42165e-10
Number of parcels added continuously = 1150
Mass introduced continuously = 1.09253e-12
Current number of parcels = 4132950
Current mass in system = 4.62229e-09
Number of parcels shifted at least once = 4055
Number of parcel shifts towards cell center = 4059
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00630714, Final user-defined norm residual = 0.000136246
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.91763e-05, Final user-defined norm residual = 2.38486e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.10711e-08, Final user-defined norm residual = 2.92065e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000583652, Final residual = 5.95859e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000456096, Final residual = 3.47643e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0439867, Final residual = 1.51568e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0545726, Final residual = 9.84179e-07, No Iterations 257
time step continuity errors : sum local = 1.25081e-10, global = -1.17444e-20, cumulative = -1.48373e-18
DICPCG: Solving for p, Initial residual = 0.00602133, Final residual = 9.34003e-07, No Iterations 144
time step continuity errors : sum local = 1.25169e-10, global = 2.17222e-20, cumulative = -1.46201e-18
BiCGStab: Solving for omega, Initial residual = 0.000471091, Final residual = 8.94013e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000659291, Final residual = 8.28339e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.17402e-05, Final residual = 8.89724e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.1721e-05, Final residual = 5.50087e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00418823, Final residual = 3.98197e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.011484, Final residual = 9.96267e-07, No Iterations 135
time step continuity errors : sum local = 1.39854e-10, global = 1.16891e-20, cumulative = -1.45032e-18
DICPCG: Solving for p, Initial residual = 0.00232195, Final residual = 9.66239e-07, No Iterations 75
time step continuity errors : sum local = 1.3538e-10, global = 4.67081e-20, cumulative = -1.40361e-18
BiCGStab: Solving for omega, Initial residual = 2.63185e-05, Final residual = 6.90666e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.0627e-06, Final residual = 7.0627e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.83147e-06, Final residual = 4.62388e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.38356e-06, Final residual = 2.84179e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000636625, Final residual = 2.22958e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00254044, Final residual = 9.86372e-07, No Iterations 38
time step continuity errors : sum local = 1.377e-10, global = 1.98952e-20, cumulative = -1.38371e-18
DICPCG: Solving for p, Initial residual = 0.000476602, Final residual = 9.62518e-07, No Iterations 28
time step continuity errors : sum local = 1.34663e-10, global = 1.05641e-20, cumulative = -1.37315e-18
BiCGStab: Solving for omega, Initial residual = 1.94961e-05, Final residual = 6.98484e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.21421e-06, Final residual = 7.21421e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.28275e-06, Final residual = 4.30988e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.99708e-07, Final residual = 2.86115e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000120672, Final residual = 2.7119e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000718698, Final residual = 9.75166e-07, No Iterations 12
time step continuity errors : sum local = 1.36261e-10, global = -1.99228e-20, cumulative = -1.39307e-18
DICPCG: Solving for p, Initial residual = 0.000137822, Final residual = 8.37702e-07, No Iterations 7
time step continuity errors : sum local = 1.18748e-10, global = -9.60105e-20, cumulative = -1.48908e-18
BiCGStab: Solving for omega, Initial residual = 2.23858e-05, Final residual = 8.71917e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.20422e-06, Final residual = 7.20422e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.01281e-07, Final residual = 8.20294e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.04945e-07, Final residual = 5.41029e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.52748e-05, Final residual = 4.6126e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000211275, Final residual = 8.37446e-07, No Iterations 5
time step continuity errors : sum local = 1.18712e-10, global = 3.23096e-20, cumulative = -1.45677e-18
DICPCG: Solving for p, Initial residual = 3.89145e-05, Final residual = 5.81973e-07, No Iterations 4
time step continuity errors : sum local = 8.6187e-11, global = -5.36932e-20, cumulative = -1.51047e-18
BiCGStab: Solving for omega, Initial residual = 2.44908e-05, Final residual = 9.93528e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.21466e-06, Final residual = 7.21466e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6294.08 s ClockTime = 6294 s Max(PAc) = 154574 Pa
Courant Number mean: 0.0573428 max: 0.993128 velocity magnitude: 1.28518
deltaT = 0.000486791
Time = 1.60588
--> Cloud: bubbleCloud
Added 219 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 593219
Mass introduced by injector = 5.42382e-10
Number of parcels added continuously = 1155
Mass introduced continuously = 1.04228e-12
Current number of parcels = 4133783
Current mass in system = 4.62305e-09
Number of parcels shifted at least once = 3907
Number of parcel shifts towards cell center = 3909
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00628293, Final user-defined norm residual = 0.00013036
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.7932e-05, Final user-defined norm residual = 1.65211e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.53999e-08, Final user-defined norm residual = 2.09764e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00058711, Final residual = 5.69283e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000453978, Final residual = 3.23085e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0444404, Final residual = 1.57567e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0475597, Final residual = 8.59666e-07, No Iterations 262
time step continuity errors : sum local = 1.10035e-10, global = 1.72473e-20, cumulative = -1.49322e-18
DICPCG: Solving for p, Initial residual = 0.00595374, Final residual = 9.04899e-07, No Iterations 104
time step continuity errors : sum local = 1.16617e-10, global = -8.4198e-20, cumulative = -1.57742e-18
BiCGStab: Solving for omega, Initial residual = 0.000476728, Final residual = 5.05689e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000659603, Final residual = 8.38449e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.04987e-05, Final residual = 8.84497e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.16628e-05, Final residual = 5.32168e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0042243, Final residual = 4.04456e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0112559, Final residual = 9.86429e-07, No Iterations 132
time step continuity errors : sum local = 1.34188e-10, global = -3.46888e-20, cumulative = -1.61211e-18
DICPCG: Solving for p, Initial residual = 0.00212889, Final residual = 9.2478e-07, No Iterations 76
time step continuity errors : sum local = 1.25483e-10, global = -3.39385e-20, cumulative = -1.64604e-18
BiCGStab: Solving for omega, Initial residual = 3.08728e-05, Final residual = 9.47824e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.27573e-06, Final residual = 7.27573e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.75579e-06, Final residual = 4.40762e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.40476e-06, Final residual = 2.78871e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000654489, Final residual = 2.19205e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00248113, Final residual = 9.97947e-07, No Iterations 66
time step continuity errors : sum local = 1.34646e-10, global = -5.50246e-20, cumulative = -1.70107e-18
DICPCG: Solving for p, Initial residual = 0.000457627, Final residual = 9.9835e-07, No Iterations 41
time step continuity errors : sum local = 1.34738e-10, global = -1.23907e-19, cumulative = -1.82498e-18
BiCGStab: Solving for omega, Initial residual = 2.15854e-05, Final residual = 9.27607e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.31355e-06, Final residual = 7.31355e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.18855e-06, Final residual = 4.84364e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.75402e-07, Final residual = 2.9355e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000122549, Final residual = 2.62348e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000626851, Final residual = 9.4341e-07, No Iterations 23
time step continuity errors : sum local = 1.27658e-10, global = 1.58791e-21, cumulative = -1.82339e-18
DICPCG: Solving for p, Initial residual = 0.00012631, Final residual = 9.24096e-07, No Iterations 6
time step continuity errors : sum local = 1.25155e-10, global = 1.86627e-20, cumulative = -1.80472e-18
BiCGStab: Solving for omega, Initial residual = 2.08199e-05, Final residual = 9.56795e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.32348e-06, Final residual = 7.32348e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.72336e-07, Final residual = 1.10231e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.09953e-07, Final residual = 6.95535e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.62431e-05, Final residual = 4.41167e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000190905, Final residual = 9.73886e-07, No Iterations 6
time step continuity errors : sum local = 1.31567e-10, global = -2.66451e-21, cumulative = -1.80739e-18
DICPCG: Solving for p, Initial residual = 3.57372e-05, Final residual = 9.50346e-07, No Iterations 3
time step continuity errors : sum local = 1.28527e-10, global = 3.10931e-20, cumulative = -1.7763e-18
BiCGStab: Solving for omega, Initial residual = 2.23765e-05, Final residual = 9.97563e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.27682e-06, Final residual = 7.27682e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6311.82 s ClockTime = 6312 s Max(PAc) = 153537 Pa
Courant Number mean: 0.0573614 max: 0.983105 velocity magnitude: 1.28592
deltaT = 0.000486791
Time = 1.60637
--> Cloud: bubbleCloud
Added 181 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 593400
Mass introduced by injector = 5.42542e-10
Number of parcels added continuously = 1108
Mass introduced continuously = 1.02299e-12
Current number of parcels = 4134574
Current mass in system = 4.62377e-09
Number of parcels shifted at least once = 4035
Number of parcel shifts towards cell center = 4041
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00608214, Final user-defined norm residual = 9.953e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.13092e-05, Final user-defined norm residual = 1.41485e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.0292e-08, Final user-defined norm residual = 2.67596e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000590244, Final residual = 6.40016e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000456604, Final residual = 3.47958e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0449552, Final residual = 1.3273e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0482711, Final residual = 8.86387e-07, No Iterations 260
time step continuity errors : sum local = 1.13466e-10, global = -8.22803e-21, cumulative = -1.78452e-18
DICPCG: Solving for p, Initial residual = 0.00599376, Final residual = 9.72971e-07, No Iterations 143
time step continuity errors : sum local = 1.27288e-10, global = 1.09595e-19, cumulative = -1.67493e-18
BiCGStab: Solving for omega, Initial residual = 0.000472023, Final residual = 7.27589e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00066093, Final residual = 8.38208e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.10132e-05, Final residual = 8.55108e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.23467e-05, Final residual = 5.11731e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0040952, Final residual = 3.94195e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0113122, Final residual = 9.9756e-07, No Iterations 130
time step continuity errors : sum local = 1.27732e-10, global = -1.34035e-20, cumulative = -1.68833e-18
DICPCG: Solving for p, Initial residual = 0.00206328, Final residual = 9.49591e-07, No Iterations 87
time step continuity errors : sum local = 1.22023e-10, global = -7.57611e-20, cumulative = -1.76409e-18
BiCGStab: Solving for omega, Initial residual = 2.58224e-05, Final residual = 8.02268e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.90021e-06, Final residual = 6.90021e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.12774e-06, Final residual = 4.4711e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.5499e-06, Final residual = 2.86273e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000598902, Final residual = 2.13654e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00224362, Final residual = 9.81347e-07, No Iterations 65
time step continuity errors : sum local = 1.26462e-10, global = -1.35346e-20, cumulative = -1.77763e-18
DICPCG: Solving for p, Initial residual = 0.000442369, Final residual = 9.71568e-07, No Iterations 35
time step continuity errors : sum local = 1.25152e-10, global = 3.28656e-20, cumulative = -1.74476e-18
BiCGStab: Solving for omega, Initial residual = 1.7575e-05, Final residual = 7.91273e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.97239e-06, Final residual = 6.97239e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.23243e-06, Final residual = 5.90884e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.12545e-07, Final residual = 4.20526e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000109373, Final residual = 2.63992e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000635232, Final residual = 9.80293e-07, No Iterations 20
time step continuity errors : sum local = 1.26243e-10, global = -1.63082e-20, cumulative = -1.76107e-18
DICPCG: Solving for p, Initial residual = 0.000118155, Final residual = 9.77854e-07, No Iterations 6
time step continuity errors : sum local = 1.25906e-10, global = -1.11774e-20, cumulative = -1.77225e-18
BiCGStab: Solving for omega, Initial residual = 1.99199e-05, Final residual = 9.14048e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.96745e-06, Final residual = 6.96745e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.31592e-07, Final residual = 1.24016e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.15614e-07, Final residual = 6.91521e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.30319e-05, Final residual = 4.53864e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000180839, Final residual = 9.45122e-07, No Iterations 5
time step continuity errors : sum local = 1.2172e-10, global = -4.15226e-20, cumulative = -1.81377e-18
DICPCG: Solving for p, Initial residual = 3.2461e-05, Final residual = 9.17341e-07, No Iterations 3
time step continuity errors : sum local = 1.18164e-10, global = -8.74766e-20, cumulative = -1.90125e-18
BiCGStab: Solving for omega, Initial residual = 2.43523e-05, Final residual = 1.05943e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.97456e-06, Final residual = 6.97456e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6329.49 s ClockTime = 6330 s Max(PAc) = 154335 Pa
Courant Number mean: 0.0573797 max: 0.970431 velocity magnitude: 1.28591
deltaT = 0.000486791
Time = 1.60686
--> Cloud: bubbleCloud
Added 220 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 593620
Mass introduced by injector = 5.42716e-10
Number of parcels added continuously = 1221
Mass introduced continuously = 1.16086e-12
Current number of parcels = 4135557
Current mass in system = 4.62464e-09
Number of parcels shifted at least once = 4125
Number of parcel shifts towards cell center = 4126
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00641233, Final user-defined norm residual = 0.000152094
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.26048e-05, Final user-defined norm residual = 4.59543e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.85166e-08, Final user-defined norm residual = 9.98278e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000582627, Final residual = 6.10931e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00045446, Final residual = 3.52141e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0444438, Final residual = 1.74172e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0473522, Final residual = 9.62839e-07, No Iterations 157
time step continuity errors : sum local = 1.43027e-10, global = -1.66091e-20, cumulative = -1.91786e-18
DICPCG: Solving for p, Initial residual = 0.0051549, Final residual = 9.38383e-07, No Iterations 246
time step continuity errors : sum local = 1.20681e-10, global = 3.74809e-20, cumulative = -1.88038e-18
BiCGStab: Solving for omega, Initial residual = 0.000479049, Final residual = 6.14422e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000662009, Final residual = 8.32319e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.90352e-05, Final residual = 7.8683e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.15125e-05, Final residual = 4.86173e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00408154, Final residual = 4.4261e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0104799, Final residual = 9.2541e-07, No Iterations 132
time step continuity errors : sum local = 1.2259e-10, global = 3.59386e-20, cumulative = -1.84444e-18
DICPCG: Solving for p, Initial residual = 0.00192059, Final residual = 9.69817e-07, No Iterations 72
time step continuity errors : sum local = 1.27731e-10, global = -3.22079e-20, cumulative = -1.87665e-18
BiCGStab: Solving for omega, Initial residual = 3.04787e-05, Final residual = 9.99288e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.04032e-06, Final residual = 7.04032e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.0173e-06, Final residual = 4.18733e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.13383e-06, Final residual = 2.49152e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000615596, Final residual = 2.27135e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00216087, Final residual = 9.93832e-07, No Iterations 54
time step continuity errors : sum local = 1.30462e-10, global = -5.15715e-20, cumulative = -1.92822e-18
DICPCG: Solving for p, Initial residual = 0.000358765, Final residual = 9.65564e-07, No Iterations 23
time step continuity errors : sum local = 1.26777e-10, global = 9.70192e-21, cumulative = -1.91851e-18
BiCGStab: Solving for omega, Initial residual = 2.40361e-05, Final residual = 1.06318e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.11773e-06, Final residual = 7.11773e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.02455e-06, Final residual = 4.58607e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.79869e-07, Final residual = 2.57421e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000115016, Final residual = 2.63233e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000561914, Final residual = 9.53414e-07, No Iterations 12
time step continuity errors : sum local = 1.25193e-10, global = -2.12549e-21, cumulative = -1.92064e-18
DICPCG: Solving for p, Initial residual = 9.78894e-05, Final residual = 8.26337e-07, No Iterations 6
time step continuity errors : sum local = 1.08837e-10, global = -2.81938e-20, cumulative = -1.94883e-18
BiCGStab: Solving for omega, Initial residual = 2.66969e-05, Final residual = 1.19122e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.12328e-06, Final residual = 7.12328e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.08589e-07, Final residual = 8.50232e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.65374e-07, Final residual = 4.84806e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.40883e-05, Final residual = 4.41882e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000168822, Final residual = 7.21742e-07, No Iterations 6
time step continuity errors : sum local = 9.53873e-11, global = -2.49523e-20, cumulative = -1.97379e-18
DICPCG: Solving for p, Initial residual = 2.81232e-05, Final residual = 9.39198e-07, No Iterations 3
time step continuity errors : sum local = 1.23347e-10, global = -2.01832e-20, cumulative = -1.99397e-18
BiCGStab: Solving for omega, Initial residual = 2.94315e-05, Final residual = 1.28198e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.12945e-06, Final residual = 7.12945e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6347.14 s ClockTime = 6347 s Max(PAc) = 153705 Pa
Courant Number mean: 0.0573977 max: 0.964815 velocity magnitude: 1.27994
deltaT = 0.000486791
Time = 1.60734
--> Cloud: bubbleCloud
Added 156 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 593776
Mass introduced by injector = 5.42837e-10
Number of parcels added continuously = 1230
Mass introduced continuously = 1.15465e-12
Current number of parcels = 4136478
Current mass in system = 4.62548e-09
Number of parcels shifted at least once = 3968
Number of parcel shifts towards cell center = 3971
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00606265, Final user-defined norm residual = 8.9312e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.91406e-05, Final user-defined norm residual = 1.25996e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.70028e-08, Final user-defined norm residual = 1.59454e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000583204, Final residual = 5.97233e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000450828, Final residual = 3.48931e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0453301, Final residual = 1.48471e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0479431, Final residual = 9.18426e-07, No Iterations 261
time step continuity errors : sum local = 1.16999e-10, global = 3.22682e-21, cumulative = -1.99074e-18
DICPCG: Solving for p, Initial residual = 0.00577835, Final residual = 8.90114e-07, No Iterations 143
time step continuity errors : sum local = 1.20241e-10, global = -3.03451e-20, cumulative = -2.02109e-18
BiCGStab: Solving for omega, Initial residual = 0.000478569, Final residual = 5.74902e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000661974, Final residual = 8.31725e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.81744e-05, Final residual = 8.58228e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.08367e-05, Final residual = 5.12002e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0042817, Final residual = 4.30849e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00996652, Final residual = 8.53115e-07, No Iterations 130
time step continuity errors : sum local = 1.1212e-10, global = -3.32678e-20, cumulative = -2.05436e-18
DICPCG: Solving for p, Initial residual = 0.00172934, Final residual = 9.37728e-07, No Iterations 80
time step continuity errors : sum local = 1.23498e-10, global = 4.16606e-21, cumulative = -2.05019e-18
BiCGStab: Solving for omega, Initial residual = 3.43824e-05, Final residual = 8.37161e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.09121e-06, Final residual = 7.09121e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.55046e-06, Final residual = 4.45954e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.80422e-06, Final residual = 2.71359e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000636045, Final residual = 2.33124e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00182298, Final residual = 9.76421e-07, No Iterations 66
time step continuity errors : sum local = 1.28666e-10, global = 1.84771e-20, cumulative = -2.03171e-18
DICPCG: Solving for p, Initial residual = 0.000312675, Final residual = 9.76694e-07, No Iterations 35
time step continuity errors : sum local = 1.28682e-10, global = 8.39105e-20, cumulative = -1.9478e-18
BiCGStab: Solving for omega, Initial residual = 3.06599e-05, Final residual = 8.93309e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.09752e-06, Final residual = 7.09752e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.2058e-07, Final residual = 3.7417e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.51101e-07, Final residual = 2.76134e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000120978, Final residual = 2.81499e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000480488, Final residual = 9.68007e-07, No Iterations 20
time step continuity errors : sum local = 1.27582e-10, global = -4.71342e-20, cumulative = -1.99494e-18
DICPCG: Solving for p, Initial residual = 8.21359e-05, Final residual = 8.93429e-07, No Iterations 7
time step continuity errors : sum local = 1.18156e-10, global = -1.10025e-20, cumulative = -2.00594e-18
BiCGStab: Solving for omega, Initial residual = 3.40431e-05, Final residual = 9.87495e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.12432e-06, Final residual = 7.12432e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.39639e-07, Final residual = 8.73407e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.36872e-07, Final residual = 5.14004e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.53354e-05, Final residual = 4.7966e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000126617, Final residual = 9.35382e-07, No Iterations 6
time step continuity errors : sum local = 1.23455e-10, global = 3.05702e-20, cumulative = -1.97537e-18
DICPCG: Solving for p, Initial residual = 2.26566e-05, Final residual = 6.54563e-07, No Iterations 4
time step continuity errors : sum local = 8.79837e-11, global = 2.13633e-20, cumulative = -1.95401e-18
BiCGStab: Solving for omega, Initial residual = 3.43817e-05, Final residual = 1.05823e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.09513e-06, Final residual = 7.09513e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6365.19 s ClockTime = 6365 s Max(PAc) = 154001 Pa
Courant Number mean: 0.0574162 max: 0.966476 velocity magnitude: 1.2722
deltaT = 0.000486791
Time = 1.60783
--> Cloud: bubbleCloud
Added 173 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 593949
Mass introduced by injector = 5.42993e-10
Number of parcels added continuously = 1146
Mass introduced continuously = 1.08161e-12
Current number of parcels = 4137337
Current mass in system = 4.6262e-09
Number of parcels shifted at least once = 4075
Number of parcel shifts towards cell center = 4079
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00567069, Final user-defined norm residual = 0.000119451
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.5619e-05, Final user-defined norm residual = 3.54278e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.5985e-08, Final user-defined norm residual = 1.36928e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000575719, Final residual = 5.77893e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00044578, Final residual = 3.48467e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0442456, Final residual = 1.44125e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0442984, Final residual = 9.91495e-07, No Iterations 251
time step continuity errors : sum local = 1.25067e-10, global = 4.75879e-20, cumulative = -1.90642e-18
DICPCG: Solving for p, Initial residual = 0.00506684, Final residual = 9.88845e-07, No Iterations 127
time step continuity errors : sum local = 1.29726e-10, global = -4.10574e-20, cumulative = -1.94747e-18
BiCGStab: Solving for omega, Initial residual = 0.000482573, Final residual = 8.37245e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000661964, Final residual = 8.23623e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.71697e-05, Final residual = 8.937e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.4973e-06, Final residual = 5.1627e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00419479, Final residual = 3.98747e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0084737, Final residual = 9.34073e-07, No Iterations 112
time step continuity errors : sum local = 1.22841e-10, global = 9.53317e-20, cumulative = -1.85214e-18
DICPCG: Solving for p, Initial residual = 0.00138542, Final residual = 9.96261e-07, No Iterations 79
time step continuity errors : sum local = 1.31407e-10, global = 1.26713e-19, cumulative = -1.72543e-18
BiCGStab: Solving for omega, Initial residual = 3.61964e-05, Final residual = 8.73807e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.19765e-06, Final residual = 7.19765e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.20199e-06, Final residual = 4.39776e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.52036e-06, Final residual = 2.6899e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000645506, Final residual = 2.10848e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00166957, Final residual = 9.90507e-07, No Iterations 59
time step continuity errors : sum local = 1.31026e-10, global = -1.83352e-20, cumulative = -1.74377e-18
DICPCG: Solving for p, Initial residual = 0.000257399, Final residual = 9.27275e-07, No Iterations 32
time step continuity errors : sum local = 1.23028e-10, global = -1.27561e-20, cumulative = -1.75652e-18
BiCGStab: Solving for omega, Initial residual = 3.1112e-05, Final residual = 9.0701e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.21532e-06, Final residual = 7.21532e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.19677e-07, Final residual = 4.7323e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.12028e-07, Final residual = 2.4214e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000119904, Final residual = 2.76469e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000417674, Final residual = 9.40106e-07, No Iterations 20
time step continuity errors : sum local = 1.24653e-10, global = -1.41091e-20, cumulative = -1.77063e-18
DICPCG: Solving for p, Initial residual = 6.91759e-05, Final residual = 9.49073e-07, No Iterations 7
time step continuity errors : sum local = 1.25782e-10, global = 2.81688e-21, cumulative = -1.76781e-18
BiCGStab: Solving for omega, Initial residual = 2.953e-05, Final residual = 9.40838e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.23122e-06, Final residual = 7.23122e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.30625e-07, Final residual = 8.82308e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.11721e-07, Final residual = 5.78018e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.56418e-05, Final residual = 4.73419e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000125347, Final residual = 9.53149e-07, No Iterations 6
time step continuity errors : sum local = 1.26298e-10, global = 6.6766e-20, cumulative = -1.70105e-18
DICPCG: Solving for p, Initial residual = 1.93707e-05, Final residual = 6.29434e-07, No Iterations 4
time step continuity errors : sum local = 8.53957e-11, global = -3.1968e-20, cumulative = -1.73302e-18
BiCGStab: Solving for omega, Initial residual = 3.28488e-05, Final residual = 1.04787e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.21672e-06, Final residual = 7.21672e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6383.69 s ClockTime = 6384 s Max(PAc) = 154759 Pa
Courant Number mean: 0.0574352 max: 0.973956 velocity magnitude: 1.26673
deltaT = 0.000486791
Time = 1.60832
--> Cloud: bubbleCloud
Added 178 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 594127
Mass introduced by injector = 5.43147e-10
Number of parcels added continuously = 1166
Mass introduced continuously = 1.03748e-12
Current number of parcels = 4138220
Current mass in system = 4.62698e-09
Number of parcels shifted at least once = 4106
Number of parcel shifts towards cell center = 4108
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00591449, Final user-defined norm residual = 0.000101523
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.17776e-05, Final user-defined norm residual = 1.81071e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.8842e-08, Final user-defined norm residual = 2.61312e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000574799, Final residual = 6.38244e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000451047, Final residual = 3.51187e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0445833, Final residual = 1.50536e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0503282, Final residual = 9.79362e-07, No Iterations 250
time step continuity errors : sum local = 1.22247e-10, global = -4.64286e-20, cumulative = -1.77944e-18
DICPCG: Solving for p, Initial residual = 0.00661152, Final residual = 9.93279e-07, No Iterations 80
time step continuity errors : sum local = 1.26066e-10, global = 5.54878e-20, cumulative = -1.72396e-18
BiCGStab: Solving for omega, Initial residual = 0.000477379, Final residual = 5.63696e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000662063, Final residual = 8.20882e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.66817e-05, Final residual = 8.89748e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.07256e-05, Final residual = 4.94157e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00407636, Final residual = 3.85764e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00842214, Final residual = 9.73773e-07, No Iterations 134
time step continuity errors : sum local = 1.2734e-10, global = -2.10593e-21, cumulative = -1.72606e-18
DICPCG: Solving for p, Initial residual = 0.00148493, Final residual = 9.96576e-07, No Iterations 86
time step continuity errors : sum local = 1.29574e-10, global = 6.63253e-20, cumulative = -1.65974e-18
BiCGStab: Solving for omega, Initial residual = 3.09077e-05, Final residual = 7.32968e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.12978e-06, Final residual = 7.12978e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.05634e-06, Final residual = 4.3542e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.79248e-06, Final residual = 2.85893e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000609731, Final residual = 2.13035e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00151193, Final residual = 9.82196e-07, No Iterations 70
time step continuity errors : sum local = 1.27561e-10, global = -5.09549e-20, cumulative = -1.71069e-18
DICPCG: Solving for p, Initial residual = 0.000245425, Final residual = 9.8999e-07, No Iterations 42
time step continuity errors : sum local = 1.28494e-10, global = -1.32113e-19, cumulative = -1.8428e-18
BiCGStab: Solving for omega, Initial residual = 2.28979e-05, Final residual = 7.2162e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.15327e-06, Final residual = 7.15327e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.70232e-07, Final residual = 4.75419e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.57015e-07, Final residual = 3.0232e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000111011, Final residual = 2.79819e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000392358, Final residual = 9.91233e-07, No Iterations 19
time step continuity errors : sum local = 1.2864e-10, global = 3.5314e-20, cumulative = -1.80749e-18
DICPCG: Solving for p, Initial residual = 6.63829e-05, Final residual = 9.17751e-07, No Iterations 8
time step continuity errors : sum local = 1.19517e-10, global = -1.37112e-20, cumulative = -1.8212e-18
BiCGStab: Solving for omega, Initial residual = 2.49726e-05, Final residual = 8.18318e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.17323e-06, Final residual = 7.17323e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.26495e-07, Final residual = 8.97389e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.34741e-07, Final residual = 6.07459e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.24324e-05, Final residual = 4.70908e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000120889, Final residual = 8.26523e-07, No Iterations 7
time step continuity errors : sum local = 1.08195e-10, global = 2.14191e-20, cumulative = -1.79978e-18
DICPCG: Solving for p, Initial residual = 1.97195e-05, Final residual = 6.90743e-07, No Iterations 4
time step continuity errors : sum local = 9.13423e-11, global = -2.553e-20, cumulative = -1.82531e-18
BiCGStab: Solving for omega, Initial residual = 2.43062e-05, Final residual = 8.47214e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.15625e-06, Final residual = 7.15625e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6401.53 s ClockTime = 6402 s Max(PAc) = 155627 Pa
Courant Number mean: 0.0574545 max: 0.979275 velocity magnitude: 1.26582
deltaT = 0.000486791
Time = 1.6088
--> Cloud: bubbleCloud
Added 227 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 594354
Mass introduced by injector = 5.43314e-10
Number of parcels added continuously = 1248
Mass introduced continuously = 1.12397e-12
Current number of parcels = 4139232
Current mass in system = 4.62782e-09
Number of parcels shifted at least once = 4091
Number of parcel shifts towards cell center = 4096
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00599085, Final user-defined norm residual = 0.000121731
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.61215e-05, Final user-defined norm residual = 4.45941e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.56943e-08, Final user-defined norm residual = 7.10117e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000569676, Final residual = 5.91192e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000446669, Final residual = 3.61259e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0421342, Final residual = 1.56288e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0456993, Final residual = 9.35815e-07, No Iterations 264
time step continuity errors : sum local = 1.17451e-10, global = 1.1406e-19, cumulative = -1.71125e-18
DICPCG: Solving for p, Initial residual = 0.00554, Final residual = 9.0787e-07, No Iterations 145
time step continuity errors : sum local = 1.16345e-10, global = -7.06412e-22, cumulative = -1.71196e-18
BiCGStab: Solving for omega, Initial residual = 0.000478446, Final residual = 7.51832e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000662512, Final residual = 8.21685e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.52534e-05, Final residual = 7.95625e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.65915e-06, Final residual = 4.63521e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00394146, Final residual = 3.91356e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00775695, Final residual = 9.85862e-07, No Iterations 139
time step continuity errors : sum local = 1.25533e-10, global = 3.73341e-20, cumulative = -1.67463e-18
DICPCG: Solving for p, Initial residual = 0.00127791, Final residual = 9.4379e-07, No Iterations 81
time step continuity errors : sum local = 1.19726e-10, global = 8.90369e-20, cumulative = -1.58559e-18
BiCGStab: Solving for omega, Initial residual = 2.54114e-05, Final residual = 7.0136e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.13224e-06, Final residual = 7.13224e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.79783e-06, Final residual = 4.14736e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.58984e-06, Final residual = 2.57614e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000617682, Final residual = 2.08693e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00146255, Final residual = 9.97874e-07, No Iterations 65
time step continuity errors : sum local = 1.26462e-10, global = 1.46558e-19, cumulative = -1.43903e-18
DICPCG: Solving for p, Initial residual = 0.000215888, Final residual = 9.92968e-07, No Iterations 24
time step continuity errors : sum local = 1.25883e-10, global = 1.16433e-19, cumulative = -1.3226e-18
BiCGStab: Solving for omega, Initial residual = 1.80679e-05, Final residual = 6.85857e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.14416e-06, Final residual = 7.14416e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.88328e-07, Final residual = 5.00623e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.91311e-07, Final residual = 2.60863e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000117141, Final residual = 2.62795e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000361921, Final residual = 9.80805e-07, No Iterations 15
time step continuity errors : sum local = 1.24342e-10, global = 3.05734e-20, cumulative = -1.29202e-18
DICPCG: Solving for p, Initial residual = 5.45529e-05, Final residual = 8.99146e-07, No Iterations 7
time step continuity errors : sum local = 1.14e-10, global = 2.1111e-20, cumulative = -1.27091e-18
BiCGStab: Solving for omega, Initial residual = 1.6362e-05, Final residual = 7.46376e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.15051e-06, Final residual = 7.15051e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.89345e-07, Final residual = 8.81435e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.06894e-07, Final residual = 5.23401e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.45154e-05, Final residual = 4.51711e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000100921, Final residual = 7.30764e-07, No Iterations 6
time step continuity errors : sum local = 9.26676e-11, global = -2.89923e-20, cumulative = -1.29991e-18
DICPCG: Solving for p, Initial residual = 1.50718e-05, Final residual = 8.24465e-07, No Iterations 3
time step continuity errors : sum local = 1.04539e-10, global = 6.07393e-20, cumulative = -1.23917e-18
BiCGStab: Solving for omega, Initial residual = 1.83717e-05, Final residual = 8.02687e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.13458e-06, Final residual = 7.13458e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6419.9 s ClockTime = 6420 s Max(PAc) = 155105 Pa
Courant Number mean: 0.0574742 max: 0.983782 velocity magnitude: 1.27053
deltaT = 0.000486791
Time = 1.60929
--> Cloud: bubbleCloud
Added 188 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 594542
Mass introduced by injector = 5.43487e-10
Number of parcels added continuously = 1230
Mass introduced continuously = 1.12925e-12
Current number of parcels = 4140191
Current mass in system = 4.62869e-09
Number of parcels shifted at least once = 4166
Number of parcel shifts towards cell center = 4171
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00605926, Final user-defined norm residual = 0.000119562
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.56567e-05, Final user-defined norm residual = 4.49885e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.65417e-08, Final user-defined norm residual = 8.17472e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000575582, Final residual = 6.1051e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000445563, Final residual = 3.7241e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0422864, Final residual = 1.35996e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0476532, Final residual = 8.90125e-07, No Iterations 254
time step continuity errors : sum local = 1.13959e-10, global = -4.89741e-20, cumulative = -1.28814e-18
DICPCG: Solving for p, Initial residual = 0.00526907, Final residual = 9.91262e-07, No Iterations 117
time step continuity errors : sum local = 1.2938e-10, global = 9.39089e-21, cumulative = -1.27875e-18
BiCGStab: Solving for omega, Initial residual = 0.000478099, Final residual = 4.665e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000662856, Final residual = 8.28191e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.62357e-05, Final residual = 7.86231e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.07712e-05, Final residual = 4.75968e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00381956, Final residual = 3.61989e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0080975, Final residual = 9.67436e-07, No Iterations 140
time step continuity errors : sum local = 1.28282e-10, global = -2.58178e-20, cumulative = -1.30457e-18
DICPCG: Solving for p, Initial residual = 0.00141679, Final residual = 9.80528e-07, No Iterations 85
time step continuity errors : sum local = 1.2937e-10, global = -5.16741e-20, cumulative = -1.35624e-18
BiCGStab: Solving for omega, Initial residual = 2.15453e-05, Final residual = 6.37608e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.85459e-06, Final residual = 6.85459e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.96124e-06, Final residual = 4.27796e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.79396e-06, Final residual = 2.67925e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000583759, Final residual = 2.05792e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00151796, Final residual = 9.56746e-07, No Iterations 61
time step continuity errors : sum local = 1.26049e-10, global = 7.01217e-20, cumulative = -1.28612e-18
DICPCG: Solving for p, Initial residual = 0.00024278, Final residual = 9.5393e-07, No Iterations 29
time step continuity errors : sum local = 1.25716e-10, global = -3.53068e-20, cumulative = -1.32143e-18
BiCGStab: Solving for omega, Initial residual = 1.28287e-05, Final residual = 5.37276e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.87518e-06, Final residual = 6.87518e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.27059e-07, Final residual = 4.18384e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.43506e-07, Final residual = 2.69111e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00011264, Final residual = 2.5024e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000388893, Final residual = 9.69075e-07, No Iterations 13
time step continuity errors : sum local = 1.27664e-10, global = 3.47041e-20, cumulative = -1.28672e-18
DICPCG: Solving for p, Initial residual = 6.16134e-05, Final residual = 9.13742e-07, No Iterations 6
time step continuity errors : sum local = 1.20509e-10, global = 7.06313e-20, cumulative = -1.21609e-18
BiCGStab: Solving for omega, Initial residual = 1.24182e-05, Final residual = 5.87008e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.87781e-06, Final residual = 6.87781e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.11173e-07, Final residual = 7.91419e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.14021e-07, Final residual = 5.70699e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.34643e-05, Final residual = 4.33313e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000110319, Final residual = 9.05046e-07, No Iterations 5
time step continuity errors : sum local = 1.19384e-10, global = -1.42492e-20, cumulative = -1.23034e-18
DICPCG: Solving for p, Initial residual = 1.7072e-05, Final residual = 8.01917e-07, No Iterations 3
time step continuity errors : sum local = 1.06059e-10, global = -4.46818e-20, cumulative = -1.27502e-18
BiCGStab: Solving for omega, Initial residual = 1.33162e-05, Final residual = 6.18163e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.87754e-06, Final residual = 6.87754e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6437.75 s ClockTime = 6438 s Max(PAc) = 154344 Pa
Courant Number mean: 0.0574943 max: 0.995596 velocity magnitude: 1.28312
deltaT = 0.000486791
Time = 1.60978
--> Cloud: bubbleCloud
Added 193 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 594735
Mass introduced by injector = 5.43659e-10
Number of parcels added continuously = 1245
Mass introduced continuously = 1.16401e-12
Current number of parcels = 4141217
Current mass in system = 4.6296e-09
Number of parcels shifted at least once = 4152
Number of parcel shifts towards cell center = 4157
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00593002, Final user-defined norm residual = 0.00010177
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.18364e-05, Final user-defined norm residual = 9.07113e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.94639e-08, Final user-defined norm residual = 3.47656e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000575417, Final residual = 6.29269e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000443227, Final residual = 3.40226e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0403528, Final residual = 1.63268e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0475907, Final residual = 9.33701e-07, No Iterations 259
time step continuity errors : sum local = 1.19522e-10, global = 2.67256e-20, cumulative = -1.2483e-18
DICPCG: Solving for p, Initial residual = 0.00612591, Final residual = 9.21096e-07, No Iterations 143
time step continuity errors : sum local = 1.30593e-10, global = -6.36662e-20, cumulative = -1.31196e-18
BiCGStab: Solving for omega, Initial residual = 0.000475499, Final residual = 5.16419e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000663321, Final residual = 8.31797e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.73031e-05, Final residual = 8.28807e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.02243e-05, Final residual = 4.83348e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00376269, Final residual = 3.90291e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00901955, Final residual = 9.43406e-07, No Iterations 141
time step continuity errors : sum local = 1.34556e-10, global = 7.73434e-20, cumulative = -1.23462e-18
DICPCG: Solving for p, Initial residual = 0.0015331, Final residual = 9.82325e-07, No Iterations 131
time step continuity errors : sum local = 1.40336e-10, global = 1.07088e-19, cumulative = -1.12753e-18
BiCGStab: Solving for omega, Initial residual = 1.91147e-05, Final residual = 4.63665e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.94107e-06, Final residual = 6.94107e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.26248e-06, Final residual = 4.56075e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.90698e-06, Final residual = 2.80115e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000568409, Final residual = 2.09979e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0017148, Final residual = 9.59715e-07, No Iterations 58
time step continuity errors : sum local = 1.37618e-10, global = -1.73055e-20, cumulative = -1.14484e-18
DICPCG: Solving for p, Initial residual = 0.000284273, Final residual = 9.47973e-07, No Iterations 29
time step continuity errors : sum local = 1.36074e-10, global = -1.06292e-19, cumulative = -1.25113e-18
BiCGStab: Solving for omega, Initial residual = 1.0513e-05, Final residual = 4.91218e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.96147e-06, Final residual = 6.96147e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.06684e-07, Final residual = 4.55205e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.58108e-07, Final residual = 2.80103e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000113432, Final residual = 2.303e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000493742, Final residual = 8.8111e-07, No Iterations 13
time step continuity errors : sum local = 1.27559e-10, global = 5.4814e-20, cumulative = -1.19631e-18
DICPCG: Solving for p, Initial residual = 8.22629e-05, Final residual = 8.75318e-07, No Iterations 6
time step continuity errors : sum local = 1.26807e-10, global = -4.00185e-20, cumulative = -1.23633e-18
BiCGStab: Solving for omega, Initial residual = 1.02818e-05, Final residual = 5.79216e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.95663e-06, Final residual = 6.95663e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.77816e-07, Final residual = 9.77813e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.70082e-07, Final residual = 6.5509e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.51876e-05, Final residual = 4.11303e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000145556, Final residual = 8.56487e-07, No Iterations 6
time step continuity errors : sum local = 1.24409e-10, global = -3.6963e-20, cumulative = -1.2733e-18
DICPCG: Solving for p, Initial residual = 2.56925e-05, Final residual = 6.3018e-07, No Iterations 4
time step continuity errors : sum local = 9.55982e-11, global = -9.7798e-20, cumulative = -1.37109e-18
BiCGStab: Solving for omega, Initial residual = 1.12247e-05, Final residual = 6.52985e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.94715e-06, Final residual = 6.94715e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6455.5 s ClockTime = 6456 s Max(PAc) = 155343 Pa
Courant Number mean: 0.0575141 max: 1.00396 velocity magnitude: 1.29495
deltaT = 0.000464664
Time = 1.61024
--> Cloud: bubbleCloud
Added 219 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 594954
Mass introduced by injector = 5.43851e-10
Number of parcels added continuously = 1155
Mass introduced continuously = 1.06985e-12
Current number of parcels = 4142181
Current mass in system = 4.63048e-09
Number of parcels shifted at least once = 3935
Number of parcel shifts towards cell center = 3942
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00640531, Final user-defined norm residual = 0.000114358
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.45454e-05, Final user-defined norm residual = 2.13801e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.58901e-08, Final user-defined norm residual = 3.1897e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000556685, Final residual = 4.45348e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00042707, Final residual = 2.41654e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0382381, Final residual = 9.44139e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0493478, Final residual = 9.64533e-07, No Iterations 175
time step continuity errors : sum local = 1.25892e-10, global = -7.92578e-20, cumulative = -1.45035e-18
DICPCG: Solving for p, Initial residual = 0.00682607, Final residual = 9.91352e-07, No Iterations 141
time step continuity errors : sum local = 1.26792e-10, global = 7.81196e-20, cumulative = -1.37223e-18
BiCGStab: Solving for omega, Initial residual = 0.000451429, Final residual = 3.31054e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000633346, Final residual = 6.8633e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.81686e-05, Final residual = 7.15215e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.07953e-05, Final residual = 4.10156e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00343958, Final residual = 2.74516e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0102607, Final residual = 9.58134e-07, No Iterations 108
time step continuity errors : sum local = 1.26067e-10, global = 4.04141e-20, cumulative = -1.33182e-18
DICPCG: Solving for p, Initial residual = 0.00179217, Final residual = 9.63523e-07, No Iterations 77
time step continuity errors : sum local = 1.26525e-10, global = -3.78812e-21, cumulative = -1.33561e-18
BiCGStab: Solving for omega, Initial residual = 1.85576e-05, Final residual = 3.97463e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.43541e-06, Final residual = 6.43541e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.8057e-06, Final residual = 3.75808e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.10835e-06, Final residual = 2.09883e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000523528, Final residual = 1.46598e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00201635, Final residual = 9.77016e-07, No Iterations 59
time step continuity errors : sum local = 1.28085e-10, global = -2.98432e-20, cumulative = -1.36545e-18
DICPCG: Solving for p, Initial residual = 0.000352898, Final residual = 9.87731e-07, No Iterations 27
time step continuity errors : sum local = 1.29374e-10, global = -1.04214e-19, cumulative = -1.46966e-18
BiCGStab: Solving for omega, Initial residual = 1.02135e-05, Final residual = 3.67249e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.45417e-06, Final residual = 6.45417e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.03252e-06, Final residual = 4.15281e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.27523e-07, Final residual = 2.28095e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.77478e-05, Final residual = 1.91164e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000573544, Final residual = 8.60763e-07, No Iterations 11
time step continuity errors : sum local = 1.14372e-10, global = -2.63326e-20, cumulative = -1.496e-18
DICPCG: Solving for p, Initial residual = 9.76034e-05, Final residual = 9.19929e-07, No Iterations 5
time step continuity errors : sum local = 1.21363e-10, global = -8.83728e-20, cumulative = -1.58437e-18
BiCGStab: Solving for omega, Initial residual = 9.83314e-06, Final residual = 9.83314e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.47452e-06, Final residual = 6.47452e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.25039e-07, Final residual = 8.07365e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.07003e-07, Final residual = 4.63303e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.06843e-05, Final residual = 3.08808e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000191068, Final residual = 8.55511e-07, No Iterations 5
time step continuity errors : sum local = 1.1375e-10, global = 6.47442e-20, cumulative = -1.51962e-18
DICPCG: Solving for p, Initial residual = 3.18802e-05, Final residual = 9.76946e-07, No Iterations 3
time step continuity errors : sum local = 1.28099e-10, global = -1.14204e-19, cumulative = -1.63383e-18
BiCGStab: Solving for omega, Initial residual = 9.86659e-06, Final residual = 9.86659e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.47169e-06, Final residual = 6.47169e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6473.22 s ClockTime = 6473 s Max(PAc) = 154785 Pa
Courant Number mean: 0.054918 max: 0.961324 velocity magnitude: 1.30403
deltaT = 0.000464664
Time = 1.61071
--> Cloud: bubbleCloud
Added 166 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 595120
Mass introduced by injector = 5.43993e-10
Number of parcels added continuously = 1283
Mass introduced continuously = 1.17275e-12
Current number of parcels = 4143219
Current mass in system = 4.63141e-09
Number of parcels shifted at least once = 3938
Number of parcel shifts towards cell center = 3943
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00632782, Final user-defined norm residual = 0.00010294
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.20946e-05, Final user-defined norm residual = 2.47626e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.31502e-08, Final user-defined norm residual = 2.36909e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000558129, Final residual = 4.22145e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000428047, Final residual = 2.27498e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0356149, Final residual = 8.26208e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0511087, Final residual = 9.63429e-07, No Iterations 155
time step continuity errors : sum local = 1.15835e-10, global = -4.62637e-20, cumulative = -1.68009e-18
DICPCG: Solving for p, Initial residual = 0.00646537, Final residual = 9.99492e-07, No Iterations 134
time step continuity errors : sum local = 1.19995e-10, global = 5.90792e-21, cumulative = -1.67418e-18
BiCGStab: Solving for omega, Initial residual = 0.000448873, Final residual = 3.90808e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000633635, Final residual = 6.80979e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.82554e-05, Final residual = 7.11801e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.06648e-05, Final residual = 4.08102e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00320363, Final residual = 2.33798e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00937241, Final residual = 9.31739e-07, No Iterations 100
time step continuity errors : sum local = 1.15458e-10, global = 1.1436e-19, cumulative = -1.55983e-18
DICPCG: Solving for p, Initial residual = 0.00163702, Final residual = 9.95037e-07, No Iterations 56
time step continuity errors : sum local = 1.22864e-10, global = 2.07078e-20, cumulative = -1.53912e-18
BiCGStab: Solving for omega, Initial residual = 1.61339e-05, Final residual = 2.57787e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.56439e-06, Final residual = 6.56439e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.82173e-06, Final residual = 3.42527e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.12674e-06, Final residual = 2.06855e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000474717, Final residual = 1.27945e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00182589, Final residual = 9.8739e-07, No Iterations 57
time step continuity errors : sum local = 1.21981e-10, global = -6.66597e-20, cumulative = -1.60578e-18
DICPCG: Solving for p, Initial residual = 0.00031299, Final residual = 9.58624e-07, No Iterations 31
time step continuity errors : sum local = 1.18568e-10, global = -1.28768e-19, cumulative = -1.73454e-18
BiCGStab: Solving for omega, Initial residual = 7.11508e-06, Final residual = 7.11508e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.62207e-06, Final residual = 6.62207e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.50532e-07, Final residual = 3.68137e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.99724e-07, Final residual = 2.58397e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.83287e-05, Final residual = 1.66704e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000510876, Final residual = 9.77253e-07, No Iterations 18
time step continuity errors : sum local = 1.20805e-10, global = -1.45543e-19, cumulative = -1.88009e-18
DICPCG: Solving for p, Initial residual = 9.44129e-05, Final residual = 9.37546e-07, No Iterations 6
time step continuity errors : sum local = 1.16048e-10, global = -4.16196e-20, cumulative = -1.92171e-18
BiCGStab: Solving for omega, Initial residual = 7.19505e-06, Final residual = 7.19505e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.6228e-06, Final residual = 6.6228e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.11948e-07, Final residual = 8.63102e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.78482e-07, Final residual = 5.84437e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.86635e-05, Final residual = 2.74444e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000167995, Final residual = 9.22981e-07, No Iterations 6
time step continuity errors : sum local = 1.14305e-10, global = -4.94991e-20, cumulative = -1.97121e-18
DICPCG: Solving for p, Initial residual = 3.01503e-05, Final residual = 6.22336e-07, No Iterations 4
time step continuity errors : sum local = 7.83446e-11, global = -1.08132e-20, cumulative = -1.98202e-18
BiCGStab: Solving for omega, Initial residual = 7.20167e-06, Final residual = 7.20167e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.62111e-06, Final residual = 6.62111e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6490.87 s ClockTime = 6491 s Max(PAc) = 154080 Pa
Courant Number mean: 0.0549355 max: 0.963434 velocity magnitude: 1.30972
deltaT = 0.000464664
Time = 1.61117
--> Cloud: bubbleCloud
Added 128 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 595248
Mass introduced by injector = 5.44106e-10
Number of parcels added continuously = 1191
Mass introduced continuously = 1.01438e-12
Current number of parcels = 4144116
Current mass in system = 4.6321e-09
Number of parcels shifted at least once = 3952
Number of parcel shifts towards cell center = 3955
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00597253, Final user-defined norm residual = 0.000110079
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.36226e-05, Final user-defined norm residual = 3.77056e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.09161e-08, Final user-defined norm residual = 8.29478e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000558276, Final residual = 4.4184e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000423885, Final residual = 2.44671e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0364608, Final residual = 8.31312e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0490748, Final residual = 9.85788e-07, No Iterations 247
time step continuity errors : sum local = 1.17709e-10, global = -9.02702e-20, cumulative = -2.07229e-18
DICPCG: Solving for p, Initial residual = 0.00609106, Final residual = 9.7757e-07, No Iterations 93
time step continuity errors : sum local = 1.21895e-10, global = -1.76774e-20, cumulative = -2.08997e-18
BiCGStab: Solving for omega, Initial residual = 0.000450691, Final residual = 5.02816e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000634249, Final residual = 6.76998e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.78029e-05, Final residual = 6.14953e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.00565e-05, Final residual = 3.68958e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00323433, Final residual = 2.31414e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00952171, Final residual = 9.24558e-07, No Iterations 135
time step continuity errors : sum local = 1.1362e-10, global = 7.37344e-20, cumulative = -2.01623e-18
DICPCG: Solving for p, Initial residual = 0.00164172, Final residual = 9.92404e-07, No Iterations 73
time step continuity errors : sum local = 1.22175e-10, global = -2.43817e-20, cumulative = -2.04062e-18
BiCGStab: Solving for omega, Initial residual = 1.85686e-05, Final residual = 3.15209e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.81906e-06, Final residual = 6.81906e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.57981e-06, Final residual = 3.23505e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.95659e-06, Final residual = 1.94635e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000473066, Final residual = 1.27556e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00180113, Final residual = 9.65574e-07, No Iterations 58
time step continuity errors : sum local = 1.19151e-10, global = -3.78475e-20, cumulative = -2.07846e-18
DICPCG: Solving for p, Initial residual = 0.000322335, Final residual = 9.89327e-07, No Iterations 35
time step continuity errors : sum local = 1.2194e-10, global = 1.09912e-21, cumulative = -2.07736e-18
BiCGStab: Solving for omega, Initial residual = 9.94485e-06, Final residual = 9.94485e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.86319e-06, Final residual = 6.86319e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.27631e-07, Final residual = 3.57108e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.99078e-07, Final residual = 2.58926e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.42918e-05, Final residual = 1.74711e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000460137, Final residual = 9.95232e-07, No Iterations 22
time step continuity errors : sum local = 1.22631e-10, global = -2.78536e-20, cumulative = -2.10522e-18
DICPCG: Solving for p, Initial residual = 8.94804e-05, Final residual = 9.28242e-07, No Iterations 8
time step continuity errors : sum local = 1.14631e-10, global = 6.45256e-22, cumulative = -2.10457e-18
BiCGStab: Solving for omega, Initial residual = 9.95715e-06, Final residual = 9.95715e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.86379e-06, Final residual = 6.86379e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.78214e-07, Final residual = 7.44285e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.48363e-07, Final residual = 4.81411e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.80922e-05, Final residual = 2.84244e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000142724, Final residual = 9.50173e-07, No Iterations 6
time step continuity errors : sum local = 1.17247e-10, global = -2.82439e-20, cumulative = -2.13282e-18
DICPCG: Solving for p, Initial residual = 2.62447e-05, Final residual = 9.89036e-07, No Iterations 3
time step continuity errors : sum local = 1.21883e-10, global = -3.91657e-20, cumulative = -2.17198e-18
BiCGStab: Solving for omega, Initial residual = 9.96974e-06, Final residual = 9.96974e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.86193e-06, Final residual = 6.86193e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6508.98 s ClockTime = 6509 s Max(PAc) = 153563 Pa
Courant Number mean: 0.054953 max: 0.956498 velocity magnitude: 1.31506
deltaT = 0.000464664
Time = 1.61164
--> Cloud: bubbleCloud
Added 206 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 595454
Mass introduced by injector = 5.44267e-10
Number of parcels added continuously = 1182
Mass introduced continuously = 1.09965e-12
Current number of parcels = 4145133
Current mass in system = 4.63303e-09
Number of parcels shifted at least once = 3871
Number of parcel shifts towards cell center = 3875
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00573772, Final user-defined norm residual = 6.11002e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.31192e-05, Final user-defined norm residual = 5.6242e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.20762e-08, Final user-defined norm residual = 2.51767e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000551782, Final residual = 4.07571e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000420766, Final residual = 2.61093e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0344006, Final residual = 8.3935e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0496792, Final residual = 9.92488e-07, No Iterations 147
time step continuity errors : sum local = 1.30882e-10, global = 4.41232e-20, cumulative = -2.12786e-18
DICPCG: Solving for p, Initial residual = 0.00562734, Final residual = 9.67707e-07, No Iterations 111
time step continuity errors : sum local = 1.32508e-10, global = 5.73353e-20, cumulative = -2.07052e-18
BiCGStab: Solving for omega, Initial residual = 0.000452726, Final residual = 6.08132e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000634806, Final residual = 6.7885e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.68051e-05, Final residual = 6.39886e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.04277e-06, Final residual = 3.59603e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00303433, Final residual = 2.12164e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00983074, Final residual = 9.72702e-07, No Iterations 142
time step continuity errors : sum local = 1.35734e-10, global = 2.27143e-20, cumulative = -2.04781e-18
DICPCG: Solving for p, Initial residual = 0.00161453, Final residual = 9.95579e-07, No Iterations 89
time step continuity errors : sum local = 1.37992e-10, global = 9.9563e-20, cumulative = -1.94825e-18
BiCGStab: Solving for omega, Initial residual = 1.926e-05, Final residual = 3.12815e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.76086e-06, Final residual = 6.76086e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.31587e-06, Final residual = 3.34248e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.59755e-06, Final residual = 1.97515e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000446306, Final residual = 1.13956e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00170354, Final residual = 9.94738e-07, No Iterations 50
time step continuity errors : sum local = 1.37718e-10, global = -1.69797e-20, cumulative = -1.96523e-18
DICPCG: Solving for p, Initial residual = 0.000275862, Final residual = 9.65284e-07, No Iterations 18
time step continuity errors : sum local = 1.34175e-10, global = -7.6131e-20, cumulative = -2.04136e-18
BiCGStab: Solving for omega, Initial residual = 1.09004e-05, Final residual = 3.39549e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.78819e-06, Final residual = 6.78819e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.34469e-07, Final residual = 3.56724e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.22402e-07, Final residual = 2.5314e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.33594e-05, Final residual = 1.57474e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000434019, Final residual = 9.84763e-07, No Iterations 12
time step continuity errors : sum local = 1.36485e-10, global = 3.17185e-20, cumulative = -2.00964e-18
DICPCG: Solving for p, Initial residual = 7.16712e-05, Final residual = 9.13255e-07, No Iterations 5
time step continuity errors : sum local = 1.27969e-10, global = 7.4131e-20, cumulative = -1.93551e-18
BiCGStab: Solving for omega, Initial residual = 1.11166e-05, Final residual = 3.89241e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.80125e-06, Final residual = 6.80125e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.31966e-07, Final residual = 6.89792e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.25163e-07, Final residual = 4.25388e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.74613e-05, Final residual = 2.5063e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000115855, Final residual = 8.71404e-07, No Iterations 6
time step continuity errors : sum local = 1.22991e-10, global = 4.45129e-21, cumulative = -1.93106e-18
DICPCG: Solving for p, Initial residual = 2.03732e-05, Final residual = 9.45355e-07, No Iterations 3
time step continuity errors : sum local = 1.31788e-10, global = -6.41966e-20, cumulative = -1.99525e-18
BiCGStab: Solving for omega, Initial residual = 1.21228e-05, Final residual = 5.11439e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.79159e-06, Final residual = 6.79159e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6526.58 s ClockTime = 6527 s Max(PAc) = 153376 Pa
Courant Number mean: 0.0549706 max: 0.955762 velocity magnitude: 1.31866
deltaT = 0.000464664
Time = 1.6121
--> Cloud: bubbleCloud
Added 120 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 595574
Mass introduced by injector = 5.44367e-10
Number of parcels added continuously = 1034
Mass introduced continuously = 1.04354e-12
Current number of parcels = 4145888
Current mass in system = 4.63381e-09
Number of parcels shifted at least once = 3967
Number of parcel shifts towards cell center = 3972
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00580933, Final user-defined norm residual = 0.000122643
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.63271e-05, Final user-defined norm residual = 3.51866e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.55362e-08, Final user-defined norm residual = 3.34445e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000550188, Final residual = 4.45012e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000417549, Final residual = 2.45592e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0340812, Final residual = 7.92606e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0455186, Final residual = 9.64972e-07, No Iterations 162
time step continuity errors : sum local = 1.21987e-10, global = -5.51048e-20, cumulative = -2.05036e-18
DICPCG: Solving for p, Initial residual = 0.00508269, Final residual = 9.29071e-07, No Iterations 141
time step continuity errors : sum local = 1.22629e-10, global = 4.69932e-20, cumulative = -2.00336e-18
BiCGStab: Solving for omega, Initial residual = 0.00045394, Final residual = 8.23856e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00063508, Final residual = 6.83413e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.66144e-05, Final residual = 6.62679e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.32886e-06, Final residual = 3.70992e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00296574, Final residual = 2.142e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00920753, Final residual = 9.77168e-07, No Iterations 140
time step continuity errors : sum local = 1.279e-10, global = -4.8459e-20, cumulative = -2.05182e-18
DICPCG: Solving for p, Initial residual = 0.00158801, Final residual = 9.65644e-07, No Iterations 89
time step continuity errors : sum local = 1.2688e-10, global = 1.53232e-21, cumulative = -2.05029e-18
BiCGStab: Solving for omega, Initial residual = 2.03241e-05, Final residual = 5.76625e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.63973e-06, Final residual = 6.63973e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.04685e-06, Final residual = 3.47414e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.51805e-06, Final residual = 2.06128e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000416921, Final residual = 1.18511e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00160365, Final residual = 9.92092e-07, No Iterations 61
time step continuity errors : sum local = 1.30095e-10, global = 7.18907e-20, cumulative = -1.9784e-18
DICPCG: Solving for p, Initial residual = 0.000264197, Final residual = 9.70778e-07, No Iterations 28
time step continuity errors : sum local = 1.27569e-10, global = 7.85648e-20, cumulative = -1.89984e-18
BiCGStab: Solving for omega, Initial residual = 1.37194e-05, Final residual = 6.10365e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.70197e-06, Final residual = 6.70197e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.03466e-07, Final residual = 3.56419e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.71384e-07, Final residual = 2.08564e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.34371e-05, Final residual = 1.58645e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000414754, Final residual = 9.50572e-07, No Iterations 8
time step continuity errors : sum local = 1.25196e-10, global = -5.11057e-20, cumulative = -1.95094e-18
DICPCG: Solving for p, Initial residual = 6.81989e-05, Final residual = 7.22137e-07, No Iterations 5
time step continuity errors : sum local = 9.8401e-11, global = -4.13444e-21, cumulative = -1.95508e-18
BiCGStab: Solving for omega, Initial residual = 1.64767e-05, Final residual = 7.55319e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.72708e-06, Final residual = 6.72708e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.02041e-07, Final residual = 6.56749e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.04961e-07, Final residual = 4.27318e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.49948e-05, Final residual = 2.52074e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000105367, Final residual = 7.77957e-07, No Iterations 5
time step continuity errors : sum local = 1.04947e-10, global = -7.05089e-20, cumulative = -2.02558e-18
DICPCG: Solving for p, Initial residual = 1.77226e-05, Final residual = 8.59408e-07, No Iterations 3
time step continuity errors : sum local = 1.14499e-10, global = -2.34969e-21, cumulative = -2.02793e-18
BiCGStab: Solving for omega, Initial residual = 2.23288e-05, Final residual = 9.4236e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.7133e-06, Final residual = 6.7133e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6544.08 s ClockTime = 6544 s Max(PAc) = 154030 Pa
Courant Number mean: 0.0549883 max: 0.958125 velocity magnitude: 1.32185
deltaT = 0.000464664
Time = 1.61257
--> Cloud: bubbleCloud
Added 217 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 595791
Mass introduced by injector = 5.44533e-10
Number of parcels added continuously = 1110
Mass introduced continuously = 9.75615e-13
Current number of parcels = 4146792
Current mass in system = 4.63454e-09
Number of parcels shifted at least once = 4037
Number of parcel shifts towards cell center = 4039
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00569075, Final user-defined norm residual = 0.000135438
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.9086e-05, Final user-defined norm residual = 2.23792e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.80613e-08, Final user-defined norm residual = 1.97453e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000551609, Final residual = 4.13019e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000421899, Final residual = 2.60949e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0333851, Final residual = 9.32371e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0472401, Final residual = 9.70698e-07, No Iterations 258
time step continuity errors : sum local = 1.13567e-10, global = -8.65763e-20, cumulative = -2.11451e-18
DICPCG: Solving for p, Initial residual = 0.00475881, Final residual = 9.96199e-07, No Iterations 121
time step continuity errors : sum local = 1.1983e-10, global = 7.71617e-20, cumulative = -2.03735e-18
BiCGStab: Solving for omega, Initial residual = 0.000458036, Final residual = 5.83448e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000634775, Final residual = 6.92741e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.70574e-05, Final residual = 6.65787e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.65246e-06, Final residual = 3.73158e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00302854, Final residual = 2.36811e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00997436, Final residual = 9.81619e-07, No Iterations 114
time step continuity errors : sum local = 1.20724e-10, global = 1.27625e-19, cumulative = -1.90972e-18
DICPCG: Solving for p, Initial residual = 0.00164742, Final residual = 9.96189e-07, No Iterations 76
time step continuity errors : sum local = 1.22291e-10, global = 1.04552e-19, cumulative = -1.80517e-18
BiCGStab: Solving for omega, Initial residual = 3.33183e-05, Final residual = 9.26762e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.32267e-06, Final residual = 6.32267e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.10317e-06, Final residual = 3.34599e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.59469e-06, Final residual = 1.97952e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000458541, Final residual = 1.20919e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00177241, Final residual = 9.45503e-07, No Iterations 68
time step continuity errors : sum local = 1.16322e-10, global = 6.66065e-20, cumulative = -1.73857e-18
DICPCG: Solving for p, Initial residual = 0.000288279, Final residual = 9.88488e-07, No Iterations 27
time step continuity errors : sum local = 1.21334e-10, global = -1.46445e-20, cumulative = -1.75321e-18
BiCGStab: Solving for omega, Initial residual = 2.96189e-05, Final residual = 1.04678e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.37455e-06, Final residual = 6.37455e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.42726e-07, Final residual = 4.32522e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.05247e-07, Final residual = 2.35923e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.57801e-05, Final residual = 1.58626e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000468956, Final residual = 9.34673e-07, No Iterations 17
time step continuity errors : sum local = 1.15038e-10, global = -4.82105e-20, cumulative = -1.80142e-18
DICPCG: Solving for p, Initial residual = 7.56994e-05, Final residual = 9.15353e-07, No Iterations 5
time step continuity errors : sum local = 1.12772e-10, global = 6.47771e-20, cumulative = -1.73664e-18
BiCGStab: Solving for omega, Initial residual = 3.12471e-05, Final residual = 1.19009e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.40491e-06, Final residual = 6.40491e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.37964e-07, Final residual = 8.29862e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.18221e-07, Final residual = 4.88765e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.97043e-05, Final residual = 2.65677e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000130039, Final residual = 8.76173e-07, No Iterations 5
time step continuity errors : sum local = 1.08193e-10, global = -5.02674e-20, cumulative = -1.78691e-18
DICPCG: Solving for p, Initial residual = 1.98719e-05, Final residual = 7.73191e-07, No Iterations 3
time step continuity errors : sum local = 9.61572e-11, global = -2.94596e-20, cumulative = -1.81637e-18
BiCGStab: Solving for omega, Initial residual = 3.94751e-05, Final residual = 1.39542e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.384e-06, Final residual = 6.384e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6561.78 s ClockTime = 6562 s Max(PAc) = 155025 Pa
Courant Number mean: 0.0550067 max: 0.960538 velocity magnitude: 1.3232
deltaT = 0.000464664
Time = 1.61303
--> Cloud: bubbleCloud
Added 220 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 596011
Mass introduced by injector = 5.44723e-10
Number of parcels added continuously = 1093
Mass introduced continuously = 1.00442e-12
Current number of parcels = 4147681
Current mass in system = 4.63531e-09
Number of parcels shifted at least once = 3995
Number of parcel shifts towards cell center = 3999
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00590274, Final user-defined norm residual = 0.000123603
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.65807e-05, Final user-defined norm residual = 3.90029e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.38775e-08, Final user-defined norm residual = 1.01637e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00055304, Final residual = 4.07802e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000422525, Final residual = 2.56384e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0343091, Final residual = 7.70845e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0464327, Final residual = 8.9552e-07, No Iterations 251
time step continuity errors : sum local = 1.04271e-10, global = -5.15247e-21, cumulative = -1.82152e-18
DICPCG: Solving for p, Initial residual = 0.005144, Final residual = 9.07611e-07, No Iterations 100
time step continuity errors : sum local = 1.12968e-10, global = -7.23083e-20, cumulative = -1.89383e-18
BiCGStab: Solving for omega, Initial residual = 0.000462243, Final residual = 7.34392e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000634614, Final residual = 7.08349e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.65046e-05, Final residual = 6.36951e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.68269e-06, Final residual = 3.59633e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00305349, Final residual = 2.06515e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00962585, Final residual = 9.36403e-07, No Iterations 104
time step continuity errors : sum local = 1.19253e-10, global = 4.67646e-20, cumulative = -1.84707e-18
DICPCG: Solving for p, Initial residual = 0.00167089, Final residual = 9.93041e-07, No Iterations 70
time step continuity errors : sum local = 1.26133e-10, global = -5.47311e-21, cumulative = -1.85254e-18
BiCGStab: Solving for omega, Initial residual = 3.62989e-05, Final residual = 9.26373e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.40456e-06, Final residual = 6.40456e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.12547e-06, Final residual = 3.33902e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.62736e-06, Final residual = 1.99926e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000469985, Final residual = 1.13538e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00179306, Final residual = 9.76095e-07, No Iterations 70
time step continuity errors : sum local = 1.24291e-10, global = -1.82702e-20, cumulative = -1.87081e-18
DICPCG: Solving for p, Initial residual = 0.000280859, Final residual = 9.10946e-07, No Iterations 44
time step continuity errors : sum local = 1.16688e-10, global = -9.21501e-20, cumulative = -1.96296e-18
BiCGStab: Solving for omega, Initial residual = 2.87304e-05, Final residual = 9.4821e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.47688e-06, Final residual = 6.47688e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.72259e-07, Final residual = 5.02024e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.45956e-07, Final residual = 2.46937e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.17841e-05, Final residual = 1.4911e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000430509, Final residual = 9.70266e-07, No Iterations 16
time step continuity errors : sum local = 1.23605e-10, global = -3.55371e-20, cumulative = -1.9985e-18
DICPCG: Solving for p, Initial residual = 7.02014e-05, Final residual = 9.80813e-07, No Iterations 5
time step continuity errors : sum local = 1.24824e-10, global = -1.69427e-19, cumulative = -2.16792e-18
BiCGStab: Solving for omega, Initial residual = 3.09037e-05, Final residual = 1.10369e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.49554e-06, Final residual = 6.49554e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.23705e-07, Final residual = 9.31521e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.19151e-07, Final residual = 5.22671e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.97425e-05, Final residual = 2.37064e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000125132, Final residual = 8.77331e-07, No Iterations 5
time step continuity errors : sum local = 1.12765e-10, global = -8.04113e-20, cumulative = -2.24834e-18
DICPCG: Solving for p, Initial residual = 2.04271e-05, Final residual = 7.92315e-07, No Iterations 3
time step continuity errors : sum local = 1.02856e-10, global = -4.83167e-20, cumulative = -2.29665e-18
BiCGStab: Solving for omega, Initial residual = 3.15751e-05, Final residual = 1.15517e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.47715e-06, Final residual = 6.47715e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6579.46 s ClockTime = 6580 s Max(PAc) = 155387 Pa
Courant Number mean: 0.0550254 max: 0.967741 velocity magnitude: 1.32606
deltaT = 0.000464664
Time = 1.61349
--> Cloud: bubbleCloud
Added 196 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 596207
Mass introduced by injector = 5.44879e-10
Number of parcels added continuously = 1213
Mass introduced continuously = 1.10812e-12
Current number of parcels = 4148683
Current mass in system = 4.63616e-09
Number of parcels shifted at least once = 3973
Number of parcel shifts towards cell center = 3976
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00596316, Final user-defined norm residual = 8.47219e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.82168e-05, Final user-defined norm residual = 1.13931e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.44978e-08, Final user-defined norm residual = 1.17235e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000556408, Final residual = 4.34976e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000423554, Final residual = 2.50777e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0324808, Final residual = 9.2823e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0555402, Final residual = 9.65746e-07, No Iterations 256
time step continuity errors : sum local = 1.13144e-10, global = -6.94463e-20, cumulative = -2.3661e-18
DICPCG: Solving for p, Initial residual = 0.00711443, Final residual = 9.78937e-07, No Iterations 139
time step continuity errors : sum local = 1.22627e-10, global = -1.90037e-20, cumulative = -2.3851e-18
BiCGStab: Solving for omega, Initial residual = 0.000454328, Final residual = 5.94756e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000634544, Final residual = 7.2822e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.7239e-05, Final residual = 6.27176e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.85743e-06, Final residual = 3.80473e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00281848, Final residual = 2.30202e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00999127, Final residual = 9.32746e-07, No Iterations 98
time step continuity errors : sum local = 1.18601e-10, global = 4.10128e-20, cumulative = -2.34409e-18
DICPCG: Solving for p, Initial residual = 0.00175617, Final residual = 9.96534e-07, No Iterations 52
time step continuity errors : sum local = 1.25802e-10, global = 2.50043e-20, cumulative = -2.31908e-18
BiCGStab: Solving for omega, Initial residual = 3.06905e-05, Final residual = 8.3172e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.38185e-06, Final residual = 6.38185e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.36918e-06, Final residual = 3.23794e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.74015e-06, Final residual = 1.99183e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000408151, Final residual = 1.16013e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00198644, Final residual = 9.48422e-07, No Iterations 71
time step continuity errors : sum local = 1.20086e-10, global = -6.33813e-20, cumulative = -2.38247e-18
DICPCG: Solving for p, Initial residual = 0.000335635, Final residual = 9.81865e-07, No Iterations 33
time step continuity errors : sum local = 1.23989e-10, global = -4.81777e-20, cumulative = -2.43064e-18
BiCGStab: Solving for omega, Initial residual = 2.3209e-05, Final residual = 9.40786e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.43197e-06, Final residual = 6.43197e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.02718e-07, Final residual = 4.25738e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.36433e-07, Final residual = 2.14258e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.71876e-05, Final residual = 1.4545e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000510983, Final residual = 8.97692e-07, No Iterations 11
time step continuity errors : sum local = 1.14067e-10, global = -7.9061e-20, cumulative = -2.5097e-18
DICPCG: Solving for p, Initial residual = 8.79442e-05, Final residual = 9.44163e-07, No Iterations 5
time step continuity errors : sum local = 1.19531e-10, global = 6.99469e-21, cumulative = -2.50271e-18
BiCGStab: Solving for omega, Initial residual = 2.37266e-05, Final residual = 9.37491e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.47466e-06, Final residual = 6.47466e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.5251e-07, Final residual = 7.47754e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.3522e-07, Final residual = 4.51927e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.66239e-05, Final residual = 2.39016e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000143068, Final residual = 9.25532e-07, No Iterations 5
time step continuity errors : sum local = 1.17335e-10, global = -7.55864e-21, cumulative = -2.51027e-18
DICPCG: Solving for p, Initial residual = 2.42659e-05, Final residual = 8.94528e-07, No Iterations 3
time step continuity errors : sum local = 1.13681e-10, global = 1.94246e-20, cumulative = -2.49084e-18
BiCGStab: Solving for omega, Initial residual = 2.66303e-05, Final residual = 1.14324e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.43363e-06, Final residual = 6.43363e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6597.11 s ClockTime = 6597 s Max(PAc) = 155319 Pa
Courant Number mean: 0.0550437 max: 0.975524 velocity magnitude: 1.33366
deltaT = 0.000464664
Time = 1.61396
--> Cloud: bubbleCloud
Added 161 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 596368
Mass introduced by injector = 5.45021e-10
Number of parcels added continuously = 1135
Mass introduced continuously = 9.80304e-13
Current number of parcels = 4149536
Current mass in system = 4.63685e-09
Number of parcels shifted at least once = 4061
Number of parcel shifts towards cell center = 4066
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00596863, Final user-defined norm residual = 6.78795e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.45932e-05, Final user-defined norm residual = 3.0013e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.45248e-09, Final user-defined norm residual = 1.82504e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000550517, Final residual = 4.35717e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000424029, Final residual = 2.59963e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0308584, Final residual = 8.04336e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0523501, Final residual = 8.82305e-07, No Iterations 259
time step continuity errors : sum local = 1.0351e-10, global = -5.8114e-21, cumulative = -2.49666e-18
DICPCG: Solving for p, Initial residual = 0.00650487, Final residual = 9.03096e-07, No Iterations 141
time step continuity errors : sum local = 1.06481e-10, global = 2.63195e-20, cumulative = -2.47034e-18
BiCGStab: Solving for omega, Initial residual = 0.000454703, Final residual = 7.57675e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000635632, Final residual = 7.39972e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.67097e-05, Final residual = 6.02668e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.05611e-05, Final residual = 3.55773e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00262531, Final residual = 2.16672e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0106284, Final residual = 9.60932e-07, No Iterations 97
time step continuity errors : sum local = 1.13577e-10, global = -1.00969e-19, cumulative = -2.57131e-18
DICPCG: Solving for p, Initial residual = 0.00186704, Final residual = 9.27922e-07, No Iterations 71
time step continuity errors : sum local = 1.09991e-10, global = 7.03596e-20, cumulative = -2.50095e-18
BiCGStab: Solving for omega, Initial residual = 2.79769e-05, Final residual = 8.24453e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.32252e-06, Final residual = 6.32252e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.63785e-06, Final residual = 3.19286e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.98393e-06, Final residual = 1.92963e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000383209, Final residual = 9.85625e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00242266, Final residual = 9.47293e-07, No Iterations 37
time step continuity errors : sum local = 1.12417e-10, global = 1.66454e-20, cumulative = -2.4843e-18
DICPCG: Solving for p, Initial residual = 0.000410287, Final residual = 9.92807e-07, No Iterations 30
time step continuity errors : sum local = 1.17725e-10, global = -1.33544e-19, cumulative = -2.61784e-18
BiCGStab: Solving for omega, Initial residual = 2.15323e-05, Final residual = 8.34447e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.42087e-06, Final residual = 6.42087e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.956e-07, Final residual = 3.37664e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.31094e-07, Final residual = 1.9556e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.98282e-05, Final residual = 1.37662e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000632834, Final residual = 9.5339e-07, No Iterations 22
time step continuity errors : sum local = 1.13108e-10, global = 5.72345e-20, cumulative = -2.56061e-18
DICPCG: Solving for p, Initial residual = 0.000109074, Final residual = 9.48295e-07, No Iterations 8
time step continuity errors : sum local = 1.12498e-10, global = -2.89799e-20, cumulative = -2.58959e-18
BiCGStab: Solving for omega, Initial residual = 2.40754e-05, Final residual = 1.05426e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.40581e-06, Final residual = 6.40581e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.16019e-07, Final residual = 6.9892e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.51568e-07, Final residual = 3.74989e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.41068e-05, Final residual = 2.23703e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000188459, Final residual = 8.71543e-07, No Iterations 7
time step continuity errors : sum local = 1.0352e-10, global = -1.85241e-19, cumulative = -2.77483e-18
DICPCG: Solving for p, Initial residual = 3.14639e-05, Final residual = 8.93381e-07, No Iterations 3
time step continuity errors : sum local = 1.0607e-10, global = -1.3167e-19, cumulative = -2.9065e-18
BiCGStab: Solving for omega, Initial residual = 2.57282e-05, Final residual = 1.08827e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.4256e-06, Final residual = 6.4256e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6614.83 s ClockTime = 6615 s Max(PAc) = 155618 Pa
Courant Number mean: 0.0550618 max: 0.974196 velocity magnitude: 1.34103
deltaT = 0.000464664
Time = 1.61442
--> Cloud: bubbleCloud
Added 208 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 596576
Mass introduced by injector = 5.45207e-10
Number of parcels added continuously = 1211
Mass introduced continuously = 1.12561e-12
Current number of parcels = 4150566
Current mass in system = 4.63776e-09
Number of parcels shifted at least once = 3970
Number of parcel shifts towards cell center = 3974
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00598477, Final user-defined norm residual = 8.75435e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.88393e-05, Final user-defined norm residual = 1.58433e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.40953e-08, Final user-defined norm residual = 4.61299e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000553291, Final residual = 4.26966e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000424897, Final residual = 2.63909e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0302618, Final residual = 7.8885e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0539964, Final residual = 8.91635e-07, No Iterations 257
time step continuity errors : sum local = 1.04872e-10, global = -3.11975e-20, cumulative = -2.9377e-18
DICPCG: Solving for p, Initial residual = 0.00734981, Final residual = 9.47267e-07, No Iterations 141
time step continuity errors : sum local = 1.20026e-10, global = -3.45995e-20, cumulative = -2.9723e-18
BiCGStab: Solving for omega, Initial residual = 0.000456019, Final residual = 5.54459e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000636677, Final residual = 7.43625e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.72786e-05, Final residual = 5.81045e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.10036e-05, Final residual = 3.64065e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00268681, Final residual = 2.02723e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0114926, Final residual = 9.4484e-07, No Iterations 117
time step continuity errors : sum local = 1.2384e-10, global = 9.32728e-20, cumulative = -2.87902e-18
DICPCG: Solving for p, Initial residual = 0.00200952, Final residual = 9.9717e-07, No Iterations 75
time step continuity errors : sum local = 1.29742e-10, global = 5.9583e-20, cumulative = -2.81944e-18
BiCGStab: Solving for omega, Initial residual = 2.77491e-05, Final residual = 9.2321e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.67108e-06, Final residual = 6.67108e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.49904e-06, Final residual = 3.16301e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.13967e-06, Final residual = 1.99149e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000394549, Final residual = 1.11739e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00245826, Final residual = 9.96628e-07, No Iterations 65
time step continuity errors : sum local = 1.29732e-10, global = 1.07906e-20, cumulative = -2.80865e-18
DICPCG: Solving for p, Initial residual = 0.00042351, Final residual = 9.18016e-07, No Iterations 54
time step continuity errors : sum local = 1.20481e-10, global = -6.16321e-20, cumulative = -2.87028e-18
BiCGStab: Solving for omega, Initial residual = 2.21459e-05, Final residual = 1.08347e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.66704e-06, Final residual = 6.66704e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.02805e-06, Final residual = 4.03682e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.45579e-07, Final residual = 2.51521e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.5284e-05, Final residual = 1.47375e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00067843, Final residual = 9.56516e-07, No Iterations 25
time step continuity errors : sum local = 1.25018e-10, global = 1.71843e-20, cumulative = -2.8531e-18
DICPCG: Solving for p, Initial residual = 0.000110165, Final residual = 9.13767e-07, No Iterations 8
time step continuity errors : sum local = 1.19958e-10, global = 5.68986e-21, cumulative = -2.84741e-18
BiCGStab: Solving for omega, Initial residual = 2.42028e-05, Final residual = 1.22695e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.6929e-06, Final residual = 6.6929e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.94297e-07, Final residual = 1.07843e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.62719e-07, Final residual = 5.98584e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.67119e-05, Final residual = 2.38776e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000186615, Final residual = 9.89026e-07, No Iterations 7
time step continuity errors : sum local = 1.28841e-10, global = 5.54304e-20, cumulative = -2.79198e-18
DICPCG: Solving for p, Initial residual = 3.13564e-05, Final residual = 8.1239e-07, No Iterations 4
time step continuity errors : sum local = 1.07981e-10, global = -1.78673e-20, cumulative = -2.80985e-18
BiCGStab: Solving for omega, Initial residual = 2.74807e-05, Final residual = 1.39427e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.65065e-06, Final residual = 6.65065e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6632.7 s ClockTime = 6633 s Max(PAc) = 155555 Pa
Courant Number mean: 0.0550792 max: 0.969081 velocity magnitude: 1.34682
deltaT = 0.000464664
Time = 1.61489
--> Cloud: bubbleCloud
Added 184 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 596760
Mass introduced by injector = 5.45356e-10
Number of parcels added continuously = 1109
Mass introduced continuously = 1.05809e-12
Current number of parcels = 4151393
Current mass in system = 4.63852e-09
Number of parcels shifted at least once = 4045
Number of parcel shifts towards cell center = 4051
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00603616, Final user-defined norm residual = 0.000110543
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.37834e-05, Final user-defined norm residual = 2.26604e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.87555e-08, Final user-defined norm residual = 2.7307e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000551892, Final residual = 4.26376e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00042006, Final residual = 2.53967e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0292354, Final residual = 8.11287e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0485603, Final residual = 8.97894e-07, No Iterations 242
time step continuity errors : sum local = 1.05578e-10, global = -2.60415e-20, cumulative = -2.83589e-18
DICPCG: Solving for p, Initial residual = 0.00549429, Final residual = 9.55637e-07, No Iterations 131
time step continuity errors : sum local = 1.19204e-10, global = 6.30188e-20, cumulative = -2.77287e-18
BiCGStab: Solving for omega, Initial residual = 0.000458703, Final residual = 6.22668e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00063699, Final residual = 7.38482e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.63494e-05, Final residual = 6.03889e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.01757e-05, Final residual = 3.65469e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00243228, Final residual = 1.97627e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0102388, Final residual = 9.51827e-07, No Iterations 100
time step continuity errors : sum local = 1.1893e-10, global = -6.21473e-20, cumulative = -2.83502e-18
DICPCG: Solving for p, Initial residual = 0.00181144, Final residual = 9.93986e-07, No Iterations 72
time step continuity errors : sum local = 1.23901e-10, global = -2.81368e-20, cumulative = -2.86315e-18
BiCGStab: Solving for omega, Initial residual = 2.88914e-05, Final residual = 8.33711e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.05061e-06, Final residual = 7.05061e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.38227e-06, Final residual = 3.31905e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.89795e-06, Final residual = 1.99457e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000344656, Final residual = 9.70026e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.0021729, Final residual = 9.71809e-07, No Iterations 44
time step continuity errors : sum local = 1.21385e-10, global = -8.70233e-21, cumulative = -2.87186e-18
DICPCG: Solving for p, Initial residual = 0.0003479, Final residual = 9.6194e-07, No Iterations 16
time step continuity errors : sum local = 1.20198e-10, global = 5.96789e-21, cumulative = -2.86589e-18
BiCGStab: Solving for omega, Initial residual = 2.30955e-05, Final residual = 8.32795e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.14225e-06, Final residual = 7.14225e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.9128e-07, Final residual = 4.01652e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.12005e-07, Final residual = 2.05764e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.08936e-05, Final residual = 1.34521e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000564622, Final residual = 9.99075e-07, No Iterations 20
time step continuity errors : sum local = 1.24559e-10, global = -9.70448e-20, cumulative = -2.96293e-18
DICPCG: Solving for p, Initial residual = 9.79953e-05, Final residual = 9.53702e-07, No Iterations 7
time step continuity errors : sum local = 1.19233e-10, global = -3.74782e-20, cumulative = -3.00041e-18
BiCGStab: Solving for omega, Initial residual = 2.43844e-05, Final residual = 9.39461e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.16158e-06, Final residual = 7.16158e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.70293e-07, Final residual = 9.71777e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.51835e-07, Final residual = 4.8598e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.21163e-05, Final residual = 2.1571e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00017019, Final residual = 9.47943e-07, No Iterations 6
time step continuity errors : sum local = 1.18557e-10, global = -1.7625e-20, cumulative = -3.01804e-18
DICPCG: Solving for p, Initial residual = 2.89165e-05, Final residual = 6.80447e-07, No Iterations 4
time step continuity errors : sum local = 8.71742e-11, global = 1.96124e-20, cumulative = -2.99842e-18
BiCGStab: Solving for omega, Initial residual = 2.85687e-05, Final residual = 9.69198e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.14643e-06, Final residual = 7.14643e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6650.24 s ClockTime = 6651 s Max(PAc) = 155866 Pa
Courant Number mean: 0.0550964 max: 0.970721 velocity magnitude: 1.34878
deltaT = 0.000464664
Time = 1.61535
--> Cloud: bubbleCloud
Added 181 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 596941
Mass introduced by injector = 5.45503e-10
Number of parcels added continuously = 1172
Mass introduced continuously = 1.01675e-12
Current number of parcels = 4152350
Current mass in system = 4.63925e-09
Number of parcels shifted at least once = 4076
Number of parcel shifts towards cell center = 4078
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00599479, Final user-defined norm residual = 0.000140827
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.02902e-05, Final user-defined norm residual = 7.34475e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.57982e-07, Final user-defined norm residual = 2.10459e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000547206, Final residual = 4.31138e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000416079, Final residual = 2.54388e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0278887, Final residual = 7.50149e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0463979, Final residual = 8.93605e-07, No Iterations 259
time step continuity errors : sum local = 1.05301e-10, global = 8.03074e-20, cumulative = -2.91812e-18
DICPCG: Solving for p, Initial residual = 0.00473559, Final residual = 9.79586e-07, No Iterations 138
time step continuity errors : sum local = 1.16713e-10, global = 1.31862e-20, cumulative = -2.90493e-18
BiCGStab: Solving for omega, Initial residual = 0.000462671, Final residual = 6.42376e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000637439, Final residual = 7.46135e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.41859e-05, Final residual = 5.83657e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.71822e-06, Final residual = 3.56393e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00245113, Final residual = 2.0315e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0081959, Final residual = 9.75755e-07, No Iterations 96
time step continuity errors : sum local = 1.16196e-10, global = -7.91753e-21, cumulative = -2.91285e-18
DICPCG: Solving for p, Initial residual = 0.00135736, Final residual = 9.93851e-07, No Iterations 54
time step continuity errors : sum local = 1.18334e-10, global = -5.29488e-20, cumulative = -2.9658e-18
BiCGStab: Solving for omega, Initial residual = 3.00442e-05, Final residual = 8.48536e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.72546e-06, Final residual = 6.72546e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.55632e-06, Final residual = 3.21248e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.4288e-06, Final residual = 1.9741e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000351101, Final residual = 9.90531e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00155919, Final residual = 9.52956e-07, No Iterations 61
time step continuity errors : sum local = 1.13433e-10, global = -1.2928e-20, cumulative = -2.97872e-18
DICPCG: Solving for p, Initial residual = 0.000247621, Final residual = 9.44967e-07, No Iterations 18
time step continuity errors : sum local = 1.12451e-10, global = -2.14309e-20, cumulative = -3.00015e-18
BiCGStab: Solving for omega, Initial residual = 2.23134e-05, Final residual = 7.76327e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.78772e-06, Final residual = 6.78772e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.61002e-07, Final residual = 3.13558e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.5513e-07, Final residual = 1.9765e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.54592e-05, Final residual = 1.43504e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00038012, Final residual = 9.97347e-07, No Iterations 17
time step continuity errors : sum local = 1.18632e-10, global = 2.65358e-20, cumulative = -2.97362e-18
DICPCG: Solving for p, Initial residual = 6.38015e-05, Final residual = 8.49651e-07, No Iterations 7
time step continuity errors : sum local = 1.01203e-10, global = -4.20034e-21, cumulative = -2.97782e-18
BiCGStab: Solving for omega, Initial residual = 2.30111e-05, Final residual = 7.72154e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.78333e-06, Final residual = 6.78333e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.90152e-07, Final residual = 6.33593e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.87263e-08, Final residual = 4.36585e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.308e-05, Final residual = 2.45094e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000109436, Final residual = 9.80866e-07, No Iterations 5
time step continuity errors : sum local = 1.16685e-10, global = 7.34891e-20, cumulative = -2.90433e-18
DICPCG: Solving for p, Initial residual = 1.74171e-05, Final residual = 7.82947e-07, No Iterations 3
time step continuity errors : sum local = 9.33318e-11, global = -9.61492e-21, cumulative = -2.91395e-18
BiCGStab: Solving for omega, Initial residual = 2.55831e-05, Final residual = 8.80948e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.78281e-06, Final residual = 6.78281e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6667.8 s ClockTime = 6668 s Max(PAc) = 155667 Pa
Courant Number mean: 0.0551135 max: 0.97153 velocity magnitude: 1.34337
deltaT = 0.000464664
Time = 1.61582
--> Cloud: bubbleCloud
Added 222 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 597163
Mass introduced by injector = 5.45688e-10
Number of parcels added continuously = 1184
Mass introduced continuously = 1.1025e-12
Current number of parcels = 4153270
Current mass in system = 4.63998e-09
Number of parcels shifted at least once = 4046
Number of parcel shifts towards cell center = 4050
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00586019, Final user-defined norm residual = 0.000148255
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.18741e-05, Final user-defined norm residual = 6.33691e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.36245e-07, Final user-defined norm residual = 6.37067e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000546914, Final residual = 4.27735e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000414335, Final residual = 2.58424e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0273658, Final residual = 8.19103e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0474849, Final residual = 9.5099e-07, No Iterations 178
time step continuity errors : sum local = 1.17904e-10, global = 3.6542e-20, cumulative = -2.8774e-18
DICPCG: Solving for p, Initial residual = 0.00455244, Final residual = 9.9335e-07, No Iterations 146
time step continuity errors : sum local = 1.25714e-10, global = 2.76795e-20, cumulative = -2.84972e-18
BiCGStab: Solving for omega, Initial residual = 0.000464775, Final residual = 7.09604e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000638191, Final residual = 7.62405e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.49114e-05, Final residual = 5.99542e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.1925e-06, Final residual = 3.50157e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00233482, Final residual = 1.90054e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00884359, Final residual = 9.19502e-07, No Iterations 139
time step continuity errors : sum local = 1.18328e-10, global = -8.05038e-20, cumulative = -2.93023e-18
DICPCG: Solving for p, Initial residual = 0.0014576, Final residual = 9.27717e-07, No Iterations 83
time step continuity errors : sum local = 1.1926e-10, global = -6.26205e-20, cumulative = -2.99285e-18
BiCGStab: Solving for omega, Initial residual = 2.91242e-05, Final residual = 5.71198e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.71623e-06, Final residual = 6.71623e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.68778e-06, Final residual = 3.25098e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.44756e-06, Final residual = 1.94752e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000333554, Final residual = 9.04283e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00161019, Final residual = 9.90806e-07, No Iterations 33
time step continuity errors : sum local = 1.26655e-10, global = 6.89773e-20, cumulative = -2.92387e-18
DICPCG: Solving for p, Initial residual = 0.000255557, Final residual = 9.78441e-07, No Iterations 11
time step continuity errors : sum local = 1.2518e-10, global = 8.8941e-21, cumulative = -2.91498e-18
BiCGStab: Solving for omega, Initial residual = 2.6561e-05, Final residual = 5.89441e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.73914e-06, Final residual = 6.73914e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.8079e-07, Final residual = 4.03751e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.90521e-07, Final residual = 2.32072e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.02733e-05, Final residual = 1.28444e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000410492, Final residual = 9.92943e-07, No Iterations 11
time step continuity errors : sum local = 1.26882e-10, global = -5.00052e-20, cumulative = -2.96498e-18
DICPCG: Solving for p, Initial residual = 6.25219e-05, Final residual = 9.05944e-07, No Iterations 6
time step continuity errors : sum local = 1.16606e-10, global = 1.87002e-20, cumulative = -2.94628e-18
BiCGStab: Solving for omega, Initial residual = 3.23483e-05, Final residual = 6.60063e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.75501e-06, Final residual = 6.75501e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.99356e-07, Final residual = 1.09406e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.16986e-07, Final residual = 6.01249e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.25592e-05, Final residual = 2.08661e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000113855, Final residual = 9.04637e-07, No Iterations 5
time step continuity errors : sum local = 1.16449e-10, global = -4.18811e-20, cumulative = -2.98816e-18
DICPCG: Solving for p, Initial residual = 1.86385e-05, Final residual = 8.17301e-07, No Iterations 3
time step continuity errors : sum local = 1.06142e-10, global = -6.81338e-20, cumulative = -3.0563e-18
BiCGStab: Solving for omega, Initial residual = 3.08059e-05, Final residual = 7.1409e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.73174e-06, Final residual = 6.73174e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6687.15 s ClockTime = 6687 s Max(PAc) = 154833 Pa
Courant Number mean: 0.0551308 max: 0.971626 velocity magnitude: 1.33418
deltaT = 0.000464664
Time = 1.61628
--> Cloud: bubbleCloud
Added 149 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 597312
Mass introduced by injector = 5.45808e-10
Number of parcels added continuously = 1112
Mass introduced continuously = 1.05482e-12
Current number of parcels = 4154138
Current mass in system = 4.64077e-09
Number of parcels shifted at least once = 4161
Number of parcel shifts towards cell center = 4163
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00607892, Final user-defined norm residual = 0.000110785
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.38067e-05, Final user-defined norm residual = 2.07002e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.4484e-08, Final user-defined norm residual = 4.67152e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000551317, Final residual = 4.19651e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000413212, Final residual = 2.41142e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0261574, Final residual = 6.86631e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0489041, Final residual = 9.47224e-07, No Iterations 264
time step continuity errors : sum local = 1.11236e-10, global = 1.0639e-19, cumulative = -2.94991e-18
DICPCG: Solving for p, Initial residual = 0.00473289, Final residual = 9.93077e-07, No Iterations 146
time step continuity errors : sum local = 1.24897e-10, global = 8.4831e-20, cumulative = -2.86508e-18
BiCGStab: Solving for omega, Initial residual = 0.000471029, Final residual = 6.23637e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.0006387, Final residual = 7.83937e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.60908e-05, Final residual = 6.58313e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.84323e-06, Final residual = 3.87725e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00228593, Final residual = 1.88131e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00917037, Final residual = 9.85382e-07, No Iterations 111
time step continuity errors : sum local = 1.24784e-10, global = 4.88108e-20, cumulative = -2.81627e-18
DICPCG: Solving for p, Initial residual = 0.0014889, Final residual = 9.53193e-07, No Iterations 72
time step continuity errors : sum local = 1.21047e-10, global = -4.21136e-20, cumulative = -2.85838e-18
BiCGStab: Solving for omega, Initial residual = 2.85072e-05, Final residual = 5.39966e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.08445e-06, Final residual = 7.08445e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.12484e-06, Final residual = 3.30697e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.72396e-06, Final residual = 2.05957e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00032668, Final residual = 9.45401e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00184414, Final residual = 9.71672e-07, No Iterations 47
time step continuity errors : sum local = 1.23267e-10, global = 7.75102e-20, cumulative = -2.78087e-18
DICPCG: Solving for p, Initial residual = 0.000292212, Final residual = 9.67866e-07, No Iterations 21
time step continuity errors : sum local = 1.22793e-10, global = -4.05761e-20, cumulative = -2.82144e-18
BiCGStab: Solving for omega, Initial residual = 2.11519e-05, Final residual = 5.87278e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.13182e-06, Final residual = 7.13182e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.56791e-07, Final residual = 3.25905e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.70533e-07, Final residual = 2.18729e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.05544e-05, Final residual = 1.30006e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000528972, Final residual = 9.68623e-07, No Iterations 13
time step continuity errors : sum local = 1.2289e-10, global = -5.32176e-20, cumulative = -2.87466e-18
DICPCG: Solving for p, Initial residual = 8.28581e-05, Final residual = 9.66515e-07, No Iterations 6
time step continuity errors : sum local = 1.22643e-10, global = -1.00628e-20, cumulative = -2.88473e-18
BiCGStab: Solving for omega, Initial residual = 1.90165e-05, Final residual = 5.5008e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.15402e-06, Final residual = 7.15402e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.45689e-07, Final residual = 6.30008e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.32315e-07, Final residual = 3.753e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.22739e-05, Final residual = 2.10093e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000158654, Final residual = 8.6841e-07, No Iterations 5
time step continuity errors : sum local = 1.11153e-10, global = 3.63463e-21, cumulative = -2.88109e-18
DICPCG: Solving for p, Initial residual = 2.4378e-05, Final residual = 7.8645e-07, No Iterations 3
time step continuity errors : sum local = 1.01553e-10, global = -3.04564e-22, cumulative = -2.88139e-18
BiCGStab: Solving for omega, Initial residual = 2.01053e-05, Final residual = 7.23066e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.1461e-06, Final residual = 7.1461e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6705.61 s ClockTime = 6706 s Max(PAc) = 155373 Pa
Courant Number mean: 0.0551473 max: 0.967223 velocity magnitude: 1.32524
deltaT = 0.000464664
Time = 1.61675
--> Cloud: bubbleCloud
Added 191 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 597503
Mass introduced by injector = 5.45949e-10
Number of parcels added continuously = 1179
Mass introduced continuously = 1.0021e-12
Current number of parcels = 4155063
Current mass in system = 4.6415e-09
Number of parcels shifted at least once = 4059
Number of parcel shifts towards cell center = 4060
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00609079, Final user-defined norm residual = 9.94066e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.13611e-05, Final user-defined norm residual = 1.64236e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.52928e-08, Final user-defined norm residual = 1.52163e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000547943, Final residual = 4.1889e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00041725, Final residual = 2.44026e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0252377, Final residual = 6.72897e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0466347, Final residual = 9.10609e-07, No Iterations 262
time step continuity errors : sum local = 1.06876e-10, global = 4.01789e-20, cumulative = -2.84122e-18
DICPCG: Solving for p, Initial residual = 0.0053212, Final residual = 9.50208e-07, No Iterations 136
time step continuity errors : sum local = 1.19973e-10, global = -2.86748e-20, cumulative = -2.86989e-18
BiCGStab: Solving for omega, Initial residual = 0.000456613, Final residual = 6.20057e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000639367, Final residual = 7.9949e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.52224e-05, Final residual = 5.66882e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.82694e-06, Final residual = 3.59211e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00227953, Final residual = 1.69971e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00910981, Final residual = 9.02909e-07, No Iterations 93
time step continuity errors : sum local = 1.15696e-10, global = 1.05876e-19, cumulative = -2.76401e-18
DICPCG: Solving for p, Initial residual = 0.00144168, Final residual = 9.94046e-07, No Iterations 74
time step continuity errors : sum local = 1.26351e-10, global = 9.26865e-20, cumulative = -2.67133e-18
BiCGStab: Solving for omega, Initial residual = 2.08712e-05, Final residual = 5.19627e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.17987e-06, Final residual = 7.17987e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.7251e-06, Final residual = 3.30859e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.67122e-06, Final residual = 2.0277e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000334062, Final residual = 8.96473e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00162942, Final residual = 9.81112e-07, No Iterations 44
time step continuity errors : sum local = 1.24814e-10, global = 8.77187e-21, cumulative = -2.66256e-18
DICPCG: Solving for p, Initial residual = 0.000266263, Final residual = 9.90723e-07, No Iterations 21
time step continuity errors : sum local = 1.25933e-10, global = 1.00862e-19, cumulative = -2.56169e-18
BiCGStab: Solving for omega, Initial residual = 1.43332e-05, Final residual = 4.81088e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.23031e-06, Final residual = 7.23031e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.16434e-07, Final residual = 3.51772e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.36209e-07, Final residual = 2.03697e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 5.96704e-05, Final residual = 1.26088e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00047779, Final residual = 9.01156e-07, No Iterations 16
time step continuity errors : sum local = 1.15423e-10, global = 4.54812e-20, cumulative = -2.51621e-18
DICPCG: Solving for p, Initial residual = 7.74252e-05, Final residual = 9.25023e-07, No Iterations 6
time step continuity errors : sum local = 1.18216e-10, global = -7.8971e-20, cumulative = -2.59518e-18
BiCGStab: Solving for omega, Initial residual = 1.62241e-05, Final residual = 5.19712e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.23079e-06, Final residual = 7.23079e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.11628e-07, Final residual = 6.26837e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.21302e-07, Final residual = 4.47141e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.18472e-05, Final residual = 2.03439e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00013497, Final residual = 7.22578e-07, No Iterations 6
time step continuity errors : sum local = 9.44769e-11, global = -9.00242e-21, cumulative = -2.60419e-18
DICPCG: Solving for p, Initial residual = 2.2837e-05, Final residual = 7.93641e-07, No Iterations 3
time step continuity errors : sum local = 1.02808e-10, global = 2.42899e-20, cumulative = -2.5799e-18
BiCGStab: Solving for omega, Initial residual = 1.80019e-05, Final residual = 4.98131e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.2272e-06, Final residual = 7.2272e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6723.29 s ClockTime = 6724 s Max(PAc) = 154662 Pa
Courant Number mean: 0.055164 max: 0.958067 velocity magnitude: 1.31747
deltaT = 0.000464664
Time = 1.61721
--> Cloud: bubbleCloud
Added 165 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 597668
Mass introduced by injector = 5.46143e-10
Number of parcels added continuously = 1157
Mass introduced continuously = 1.1329e-12
Current number of parcels = 4155967
Current mass in system = 4.6424e-09
Number of parcels shifted at least once = 4018
Number of parcel shifts towards cell center = 4020
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00576679, Final user-defined norm residual = 0.000115441
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.48193e-05, Final user-defined norm residual = 6.86861e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.47677e-07, Final user-defined norm residual = 2.57334e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000549777, Final residual = 4.23799e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000410336, Final residual = 2.52298e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0258453, Final residual = 6.44455e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.043075, Final residual = 9.53078e-07, No Iterations 248
time step continuity errors : sum local = 1.1194e-10, global = -5.6993e-20, cumulative = -2.63689e-18
DICPCG: Solving for p, Initial residual = 0.00392433, Final residual = 9.82961e-07, No Iterations 130
time step continuity errors : sum local = 1.23921e-10, global = 4.35173e-21, cumulative = -2.63254e-18
BiCGStab: Solving for omega, Initial residual = 0.000466932, Final residual = 5.34379e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000640743, Final residual = 8.00164e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.52869e-05, Final residual = 5.832e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.25009e-06, Final residual = 3.57386e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00237339, Final residual = 1.73326e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00903074, Final residual = 9.63342e-07, No Iterations 132
time step continuity errors : sum local = 1.2243e-10, global = 1.77605e-20, cumulative = -2.61478e-18
DICPCG: Solving for p, Initial residual = 0.00143612, Final residual = 9.87489e-07, No Iterations 71
time step continuity errors : sum local = 1.25301e-10, global = -6.09457e-20, cumulative = -2.67572e-18
BiCGStab: Solving for omega, Initial residual = 2.81034e-05, Final residual = 3.70787e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.28067e-06, Final residual = 7.28067e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.85014e-06, Final residual = 3.2087e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.43055e-06, Final residual = 1.97482e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000345448, Final residual = 8.96188e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.0017021, Final residual = 9.37671e-07, No Iterations 46
time step continuity errors : sum local = 1.19554e-10, global = -1.00828e-19, cumulative = -2.77655e-18
DICPCG: Solving for p, Initial residual = 0.00027432, Final residual = 9.83558e-07, No Iterations 27
time step continuity errors : sum local = 1.24961e-10, global = 9.73196e-21, cumulative = -2.76682e-18
BiCGStab: Solving for omega, Initial residual = 1.99102e-05, Final residual = 2.17327e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.3038e-06, Final residual = 7.3038e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.45785e-07, Final residual = 3.7069e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.74769e-07, Final residual = 1.83453e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.25459e-05, Final residual = 1.2351e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000449424, Final residual = 9.85289e-07, No Iterations 12
time step continuity errors : sum local = 1.25172e-10, global = -1.79691e-21, cumulative = -2.76862e-18
DICPCG: Solving for p, Initial residual = 7.51067e-05, Final residual = 9.20468e-07, No Iterations 6
time step continuity errors : sum local = 1.17537e-10, global = -2.84886e-20, cumulative = -2.7971e-18
BiCGStab: Solving for omega, Initial residual = 2.30326e-05, Final residual = 1.70847e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.31369e-06, Final residual = 7.31369e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.12042e-07, Final residual = 6.23106e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.21522e-08, Final residual = 3.62184e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.31922e-05, Final residual = 1.99874e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000132652, Final residual = 9.99756e-07, No Iterations 5
time step continuity errors : sum local = 1.26875e-10, global = -2.45902e-20, cumulative = -2.82169e-18
DICPCG: Solving for p, Initial residual = 2.17339e-05, Final residual = 7.86997e-07, No Iterations 3
time step continuity errors : sum local = 1.01814e-10, global = -1.98722e-20, cumulative = -2.84157e-18
BiCGStab: Solving for omega, Initial residual = 1.90032e-05, Final residual = 1.45435e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.29975e-06, Final residual = 7.29975e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6740.98 s ClockTime = 6741 s Max(PAc) = 154580 Pa
Courant Number mean: 0.0551805 max: 0.959705 velocity magnitude: 1.30848
deltaT = 0.000464664
Time = 1.61768
--> Cloud: bubbleCloud
Added 176 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 597844
Mass introduced by injector = 5.46289e-10
Number of parcels added continuously = 1143
Mass introduced continuously = 9.945e-13
Current number of parcels = 4156886
Current mass in system = 4.64317e-09
Number of parcels shifted at least once = 4107
Number of parcel shifts towards cell center = 4107
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00596399, Final user-defined norm residual = 0.000102541
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.20418e-05, Final user-defined norm residual = 3.421e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.35382e-08, Final user-defined norm residual = 1.38937e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000550449, Final residual = 4.38195e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000417063, Final residual = 2.53523e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0247171, Final residual = 6.95843e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0463474, Final residual = 9.23582e-07, No Iterations 257
time step continuity errors : sum local = 1.08619e-10, global = 1.05605e-20, cumulative = -2.83101e-18
DICPCG: Solving for p, Initial residual = 0.00479759, Final residual = 8.84763e-07, No Iterations 142
time step continuity errors : sum local = 1.08973e-10, global = -3.04199e-20, cumulative = -2.86143e-18
BiCGStab: Solving for omega, Initial residual = 0.00047179, Final residual = 5.40603e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000641479, Final residual = 8.03661e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.5228e-05, Final residual = 6.00014e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.33317e-06, Final residual = 3.62051e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00213953, Final residual = 1.7727e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00830849, Final residual = 9.32869e-07, No Iterations 94
time step continuity errors : sum local = 1.13433e-10, global = -4.1521e-22, cumulative = -2.86184e-18
DICPCG: Solving for p, Initial residual = 0.00130358, Final residual = 9.87967e-07, No Iterations 59
time step continuity errors : sum local = 1.19889e-10, global = -1.65945e-20, cumulative = -2.87844e-18
BiCGStab: Solving for omega, Initial residual = 1.89207e-05, Final residual = 2.25842e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.04124e-06, Final residual = 7.04124e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.8283e-06, Final residual = 3.2726e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.45656e-06, Final residual = 2.07007e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000304156, Final residual = 8.9332e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00143945, Final residual = 9.73736e-07, No Iterations 43
time step continuity errors : sum local = 1.18126e-10, global = 5.04208e-20, cumulative = -2.82802e-18
DICPCG: Solving for p, Initial residual = 0.000200607, Final residual = 9.57239e-07, No Iterations 24
time step continuity errors : sum local = 1.16187e-10, global = 6.51054e-20, cumulative = -2.76291e-18
BiCGStab: Solving for omega, Initial residual = 9.41492e-06, Final residual = 9.41492e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.08529e-06, Final residual = 7.08529e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.21818e-07, Final residual = 3.18542e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.04763e-07, Final residual = 1.99406e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 5.37939e-05, Final residual = 1.23834e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000334199, Final residual = 9.03546e-07, No Iterations 13
time step continuity errors : sum local = 1.09866e-10, global = 1.25003e-20, cumulative = -2.75041e-18
DICPCG: Solving for p, Initial residual = 4.88835e-05, Final residual = 9.21134e-07, No Iterations 6
time step continuity errors : sum local = 1.11928e-10, global = -1.25985e-20, cumulative = -2.76301e-18
BiCGStab: Solving for omega, Initial residual = 9.54017e-06, Final residual = 9.54017e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.09054e-06, Final residual = 7.09054e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.60124e-07, Final residual = 5.81013e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.37618e-08, Final residual = 3.72415e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.03548e-05, Final residual = 1.95083e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.2927e-05, Final residual = 9.7789e-07, No Iterations 5
time step continuity errors : sum local = 1.18599e-10, global = 9.59611e-21, cumulative = -2.75341e-18
DICPCG: Solving for p, Initial residual = 1.25407e-05, Final residual = 7.69638e-07, No Iterations 3
time step continuity errors : sum local = 9.41177e-11, global = -9.46169e-20, cumulative = -2.84803e-18
BiCGStab: Solving for omega, Initial residual = 9.55854e-06, Final residual = 9.55854e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.09171e-06, Final residual = 7.09171e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6758.6 s ClockTime = 6759 s Max(PAc) = 154039 Pa
Courant Number mean: 0.0551967 max: 0.958644 velocity magnitude: 1.30156
deltaT = 0.000464664
Time = 1.61814
--> Cloud: bubbleCloud
Added 242 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 598086
Mass introduced by injector = 5.4648e-10
Number of parcels added continuously = 1203
Mass introduced continuously = 1.10386e-12
Current number of parcels = 4157910
Current mass in system = 4.64401e-09
Number of parcels shifted at least once = 4171
Number of parcel shifts towards cell center = 4175
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00581014, Final user-defined norm residual = 8.73709e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.8789e-05, Final user-defined norm residual = 6.853e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.47377e-08, Final user-defined norm residual = 4.15085e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000551865, Final residual = 4.13205e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000415959, Final residual = 2.46219e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0257321, Final residual = 5.89237e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0450547, Final residual = 9.93814e-07, No Iterations 256
time step continuity errors : sum local = 1.17067e-10, global = 3.80459e-20, cumulative = -2.80998e-18
DICPCG: Solving for p, Initial residual = 0.00481489, Final residual = 9.93505e-07, No Iterations 134
time step continuity errors : sum local = 1.23655e-10, global = -7.1603e-21, cumulative = -2.81714e-18
BiCGStab: Solving for omega, Initial residual = 0.00046684, Final residual = 5.91189e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00064202, Final residual = 7.94476e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.59139e-05, Final residual = 6.74773e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.88343e-06, Final residual = 3.89344e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00233661, Final residual = 1.69447e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00908846, Final residual = 9.6078e-07, No Iterations 129
time step continuity errors : sum local = 1.21009e-10, global = 8.45538e-20, cumulative = -2.73259e-18
DICPCG: Solving for p, Initial residual = 0.00147335, Final residual = 9.45106e-07, No Iterations 72
time step continuity errors : sum local = 1.1912e-10, global = 4.72509e-20, cumulative = -2.68534e-18
BiCGStab: Solving for omega, Initial residual = 2.23761e-05, Final residual = 3.89916e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.8522e-06, Final residual = 6.8522e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.9739e-06, Final residual = 3.64521e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.67949e-06, Final residual = 2.18534e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000333414, Final residual = 9.85247e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00167422, Final residual = 9.88084e-07, No Iterations 68
time step continuity errors : sum local = 1.24013e-10, global = 6.1921e-20, cumulative = -2.62342e-18
DICPCG: Solving for p, Initial residual = 0.000238031, Final residual = 9.64836e-07, No Iterations 28
time step continuity errors : sum local = 1.21237e-10, global = 1.26114e-19, cumulative = -2.4973e-18
BiCGStab: Solving for omega, Initial residual = 1.67428e-05, Final residual = 4.27441e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.87832e-06, Final residual = 6.87832e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.72202e-07, Final residual = 3.76235e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.85987e-07, Final residual = 2.4715e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 5.91352e-05, Final residual = 1.43032e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000379133, Final residual = 8.93944e-07, No Iterations 16
time step continuity errors : sum local = 1.12843e-10, global = 9.69072e-20, cumulative = -2.4004e-18
DICPCG: Solving for p, Initial residual = 5.91644e-05, Final residual = 9.28313e-07, No Iterations 7
time step continuity errors : sum local = 1.16905e-10, global = -3.27107e-20, cumulative = -2.43311e-18
BiCGStab: Solving for omega, Initial residual = 1.74775e-05, Final residual = 6.36689e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.89813e-06, Final residual = 6.89813e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.88256e-07, Final residual = 7.82308e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.02283e-07, Final residual = 4.67751e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.16089e-05, Final residual = 2.31393e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.98685e-05, Final residual = 9.08069e-07, No Iterations 6
time step continuity errors : sum local = 1.14509e-10, global = 5.79534e-20, cumulative = -2.37515e-18
DICPCG: Solving for p, Initial residual = 1.54252e-05, Final residual = 8.5896e-07, No Iterations 3
time step continuity errors : sum local = 1.08699e-10, global = -2.75865e-20, cumulative = -2.40274e-18
BiCGStab: Solving for omega, Initial residual = 2.11329e-05, Final residual = 6.7689e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.88161e-06, Final residual = 6.88161e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6776.37 s ClockTime = 6777 s Max(PAc) = 153818 Pa
Courant Number mean: 0.0552132 max: 0.961444 velocity magnitude: 1.29429
deltaT = 0.000464664
Time = 1.61861
--> Cloud: bubbleCloud
Added 114 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 598200
Mass introduced by injector = 5.46589e-10
Number of parcels added continuously = 1100
Mass introduced continuously = 1.04722e-12
Current number of parcels = 4158679
Current mass in system = 4.64476e-09
Number of parcels shifted at least once = 4203
Number of parcel shifts towards cell center = 4206
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00609331, Final user-defined norm residual = 0.000180584
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.88379e-05, Final user-defined norm residual = 6.20937e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.33544e-07, Final user-defined norm residual = 1.67036e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000556424, Final residual = 4.04328e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000420601, Final residual = 2.32952e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0254974, Final residual = 5.9655e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0521131, Final residual = 9.62295e-07, No Iterations 264
time step continuity errors : sum local = 1.1234e-10, global = 4.49867e-20, cumulative = -2.35775e-18
DICPCG: Solving for p, Initial residual = 0.00582492, Final residual = 9.82991e-07, No Iterations 147
time step continuity errors : sum local = 1.17761e-10, global = 9.69549e-20, cumulative = -2.2608e-18
BiCGStab: Solving for omega, Initial residual = 0.000472413, Final residual = 8.32721e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000642524, Final residual = 7.96758e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.68297e-05, Final residual = 6.81751e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.89555e-06, Final residual = 4.10997e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00236987, Final residual = 1.75623e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00931601, Final residual = 9.70764e-07, No Iterations 140
time step continuity errors : sum local = 1.17721e-10, global = 6.52665e-20, cumulative = -2.19553e-18
DICPCG: Solving for p, Initial residual = 0.00162089, Final residual = 8.8316e-07, No Iterations 76
time step continuity errors : sum local = 1.07708e-10, global = -7.88774e-21, cumulative = -2.20342e-18
BiCGStab: Solving for omega, Initial residual = 3.28978e-05, Final residual = 9.21979e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.46535e-06, Final residual = 7.46535e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.94342e-06, Final residual = 3.61816e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.73127e-06, Final residual = 2.34656e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000346407, Final residual = 9.96317e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00157806, Final residual = 9.92567e-07, No Iterations 67
time step continuity errors : sum local = 1.20512e-10, global = -4.62128e-20, cumulative = -2.24963e-18
DICPCG: Solving for p, Initial residual = 0.000248935, Final residual = 9.97053e-07, No Iterations 32
time step continuity errors : sum local = 1.21061e-10, global = 5.29041e-20, cumulative = -2.19673e-18
BiCGStab: Solving for omega, Initial residual = 3.02263e-05, Final residual = 1.22434e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.5554e-06, Final residual = 7.5554e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.07259e-07, Final residual = 4.23566e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.23159e-07, Final residual = 2.58385e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.27276e-05, Final residual = 1.38851e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000377591, Final residual = 9.99974e-07, No Iterations 16
time step continuity errors : sum local = 1.21401e-10, global = -5.81411e-20, cumulative = -2.25487e-18
DICPCG: Solving for p, Initial residual = 6.34573e-05, Final residual = 9.43387e-07, No Iterations 7
time step continuity errors : sum local = 1.14852e-10, global = -7.00625e-20, cumulative = -2.32493e-18
BiCGStab: Solving for omega, Initial residual = 3.93235e-05, Final residual = 1.23009e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.5677e-06, Final residual = 7.5677e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.81285e-07, Final residual = 9.31072e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.1041e-07, Final residual = 5.25132e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.27717e-05, Final residual = 2.21991e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000102181, Final residual = 9.57701e-07, No Iterations 6
time step continuity errors : sum local = 1.16509e-10, global = -2.20392e-20, cumulative = -2.34697e-18
DICPCG: Solving for p, Initial residual = 1.69408e-05, Final residual = 9.58628e-07, No Iterations 3
time step continuity errors : sum local = 1.16616e-10, global = -5.4355e-20, cumulative = -2.40133e-18
BiCGStab: Solving for omega, Initial residual = 4.07997e-05, Final residual = 1.4338e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.56701e-06, Final residual = 7.56701e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6794.82 s ClockTime = 6795 s Max(PAc) = 155423 Pa
Courant Number mean: 0.0552296 max: 0.96545 velocity magnitude: 1.28889
deltaT = 0.000464664
Time = 1.61907
--> Cloud: bubbleCloud
Added 203 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 598403
Mass introduced by injector = 5.46806e-10
Number of parcels added continuously = 1158
Mass introduced continuously = 1.15706e-12
Current number of parcels = 4159600
Current mass in system = 4.64575e-09
Number of parcels shifted at least once = 4085
Number of parcel shifts towards cell center = 4088
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00577473, Final user-defined norm residual = 0.000129411
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.78335e-05, Final user-defined norm residual = 4.37411e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.40814e-08, Final user-defined norm residual = 6.91782e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000560345, Final residual = 4.11339e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000424471, Final residual = 2.47436e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0256492, Final residual = 6.19547e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0520467, Final residual = 9.88701e-07, No Iterations 258
time step continuity errors : sum local = 1.13997e-10, global = 4.50394e-20, cumulative = -2.35629e-18
DICPCG: Solving for p, Initial residual = 0.00542942, Final residual = 8.99376e-07, No Iterations 143
time step continuity errors : sum local = 1.06358e-10, global = -4.22715e-20, cumulative = -2.39856e-18
BiCGStab: Solving for omega, Initial residual = 0.000492986, Final residual = 4.11147e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000644118, Final residual = 7.98782e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.83215e-05, Final residual = 6.03531e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.76001e-06, Final residual = 3.73828e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00234625, Final residual = 1.69797e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00996207, Final residual = 9.56804e-07, No Iterations 131
time step continuity errors : sum local = 1.15637e-10, global = 1.72206e-20, cumulative = -2.38134e-18
DICPCG: Solving for p, Initial residual = 0.00176847, Final residual = 9.37809e-07, No Iterations 75
time step continuity errors : sum local = 1.13534e-10, global = -1.17714e-20, cumulative = -2.39311e-18
BiCGStab: Solving for omega, Initial residual = 3.93847e-05, Final residual = 8.18942e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.4121e-06, Final residual = 7.4121e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.36477e-06, Final residual = 3.61941e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.71493e-06, Final residual = 2.40631e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000348351, Final residual = 9.81301e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00174135, Final residual = 9.71086e-07, No Iterations 62
time step continuity errors : sum local = 1.1757e-10, global = 1.46301e-19, cumulative = -2.24681e-18
DICPCG: Solving for p, Initial residual = 0.000289951, Final residual = 9.9917e-07, No Iterations 21
time step continuity errors : sum local = 1.20831e-10, global = 6.41716e-20, cumulative = -2.18264e-18
BiCGStab: Solving for omega, Initial residual = 3.41982e-05, Final residual = 8.89046e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.43887e-06, Final residual = 7.43887e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.0132e-07, Final residual = 4.72323e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.12891e-07, Final residual = 2.90812e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.29757e-05, Final residual = 1.41875e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000440815, Final residual = 9.45876e-07, No Iterations 16
time step continuity errors : sum local = 1.14685e-10, global = 1.22442e-20, cumulative = -2.17039e-18
DICPCG: Solving for p, Initial residual = 7.21785e-05, Final residual = 9.5073e-07, No Iterations 7
time step continuity errors : sum local = 1.15247e-10, global = 3.29292e-21, cumulative = -2.1671e-18
BiCGStab: Solving for omega, Initial residual = 3.12097e-05, Final residual = 1.13118e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.46894e-06, Final residual = 7.46894e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.11463e-07, Final residual = 8.80737e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.13342e-07, Final residual = 6.01889e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.31763e-05, Final residual = 2.31311e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000115879, Final residual = 9.78529e-07, No Iterations 6
time step continuity errors : sum local = 1.18462e-10, global = 9.4446e-21, cumulative = -2.15765e-18
DICPCG: Solving for p, Initial residual = 1.87747e-05, Final residual = 5.94269e-07, No Iterations 4
time step continuity errors : sum local = 7.40388e-11, global = -8.58246e-21, cumulative = -2.16624e-18
BiCGStab: Solving for omega, Initial residual = 3.58461e-05, Final residual = 1.33362e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.43383e-06, Final residual = 7.43383e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6812.71 s ClockTime = 6813 s Max(PAc) = 154832 Pa
Courant Number mean: 0.0552465 max: 0.967217 velocity magnitude: 1.28906
deltaT = 0.000464664
Time = 1.61954
--> Cloud: bubbleCloud
Added 175 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 598578
Mass introduced by injector = 5.46954e-10
Number of parcels added continuously = 1132
Mass introduced continuously = 1.05101e-12
Current number of parcels = 4160469
Current mass in system = 4.64651e-09
Number of parcels shifted at least once = 4136
Number of parcel shifts towards cell center = 4141
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0062771, Final user-defined norm residual = 0.000149708
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.22037e-05, Final user-defined norm residual = 1.01202e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.17702e-07, Final user-defined norm residual = 1.01226e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000559125, Final residual = 4.39623e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000424002, Final residual = 2.40237e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0258309, Final residual = 6.69394e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0521176, Final residual = 9.71365e-07, No Iterations 256
time step continuity errors : sum local = 1.12493e-10, global = 7.68182e-20, cumulative = -2.08942e-18
DICPCG: Solving for p, Initial residual = 0.00657784, Final residual = 9.87442e-07, No Iterations 139
time step continuity errors : sum local = 1.16674e-10, global = 3.65282e-20, cumulative = -2.05289e-18
BiCGStab: Solving for omega, Initial residual = 0.000485189, Final residual = 6.79734e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000645384, Final residual = 8.00262e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.92217e-05, Final residual = 5.9952e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.1265e-05, Final residual = 3.73719e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0023156, Final residual = 1.87733e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0111103, Final residual = 9.13712e-07, No Iterations 93
time step continuity errors : sum local = 1.07851e-10, global = 2.62106e-20, cumulative = -2.02668e-18
DICPCG: Solving for p, Initial residual = 0.00203203, Final residual = 9.52685e-07, No Iterations 62
time step continuity errors : sum local = 1.12671e-10, global = -1.2044e-20, cumulative = -2.03872e-18
BiCGStab: Solving for omega, Initial residual = 2.84942e-05, Final residual = 9.59521e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.63974e-06, Final residual = 7.63974e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.84199e-06, Final residual = 3.7874e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.11164e-06, Final residual = 2.44322e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000337833, Final residual = 9.73671e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00210778, Final residual = 9.59188e-07, No Iterations 37
time step continuity errors : sum local = 1.13428e-10, global = -3.76737e-20, cumulative = -2.0764e-18
DICPCG: Solving for p, Initial residual = 0.000367922, Final residual = 9.90801e-07, No Iterations 14
time step continuity errors : sum local = 1.1712e-10, global = -5.92644e-20, cumulative = -2.13566e-18
BiCGStab: Solving for omega, Initial residual = 1.59949e-05, Final residual = 8.09742e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.7156e-06, Final residual = 7.7156e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.03068e-06, Final residual = 5.20937e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.37707e-07, Final residual = 3.27461e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.08902e-05, Final residual = 1.40634e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000572062, Final residual = 9.79385e-07, No Iterations 13
time step continuity errors : sum local = 1.15792e-10, global = -1.05586e-20, cumulative = -2.14622e-18
DICPCG: Solving for p, Initial residual = 9.35641e-05, Final residual = 9.08109e-07, No Iterations 7
time step continuity errors : sum local = 1.07479e-10, global = -1.77065e-20, cumulative = -2.16393e-18
BiCGStab: Solving for omega, Initial residual = 1.50327e-05, Final residual = 7.58356e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.72454e-06, Final residual = 7.72454e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.64807e-07, Final residual = 1.30183e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.49096e-07, Final residual = 8.27096e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.1965e-05, Final residual = 2.32258e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000150302, Final residual = 8.85036e-07, No Iterations 6
time step continuity errors : sum local = 1.04788e-10, global = -1.89277e-19, cumulative = -2.3532e-18
DICPCG: Solving for p, Initial residual = 2.4723e-05, Final residual = 6.19717e-07, No Iterations 4
time step continuity errors : sum local = 7.38439e-11, global = -1.02916e-19, cumulative = -2.45612e-18
BiCGStab: Solving for omega, Initial residual = 1.43651e-05, Final residual = 6.95139e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.72991e-06, Final residual = 7.72991e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6830.36 s ClockTime = 6831 s Max(PAc) = 154493 Pa
Courant Number mean: 0.0552632 max: 0.968956 velocity magnitude: 1.29243
deltaT = 0.000464664
Time = 1.62
--> Cloud: bubbleCloud
Added 215 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 598793
Mass introduced by injector = 5.47121e-10
Number of parcels added continuously = 1143
Mass introduced continuously = 1.05174e-12
Current number of parcels = 4161391
Current mass in system = 4.64738e-09
Number of parcels shifted at least once = 4112
Number of parcel shifts towards cell center = 4116
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00579944, Final user-defined norm residual = 7.27791e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.56551e-05, Final user-defined norm residual = 7.23199e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.55566e-08, Final user-defined norm residual = 4.32088e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000554962, Final residual = 4.44682e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000420229, Final residual = 2.46169e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0250057, Final residual = 7.02143e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0475593, Final residual = 9.60689e-07, No Iterations 255
time step continuity errors : sum local = 1.12048e-10, global = 7.65559e-21, cumulative = -2.44846e-18
DICPCG: Solving for p, Initial residual = 0.00539905, Final residual = 9.57256e-07, No Iterations 139
time step continuity errors : sum local = 1.16615e-10, global = 2.79414e-20, cumulative = -2.42052e-18
BiCGStab: Solving for omega, Initial residual = 0.000481828, Final residual = 5.53302e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000647015, Final residual = 8.1346e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.98548e-05, Final residual = 6.22358e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.10791e-05, Final residual = 3.81244e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0023613, Final residual = 2.04155e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0110305, Final residual = 9.52947e-07, No Iterations 92
time step continuity errors : sum local = 1.16259e-10, global = -1.26865e-19, cumulative = -2.54739e-18
DICPCG: Solving for p, Initial residual = 0.00206762, Final residual = 9.1832e-07, No Iterations 58
time step continuity errors : sum local = 1.12312e-10, global = -1.14422e-19, cumulative = -2.66181e-18
BiCGStab: Solving for omega, Initial residual = 2.54118e-05, Final residual = 6.7147e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.79337e-06, Final residual = 7.79337e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.01293e-06, Final residual = 3.8085e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.14323e-06, Final residual = 2.35776e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000340981, Final residual = 1.10058e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00210095, Final residual = 9.98303e-07, No Iterations 43
time step continuity errors : sum local = 1.21784e-10, global = 9.80732e-21, cumulative = -2.652e-18
DICPCG: Solving for p, Initial residual = 0.000361141, Final residual = 9.93152e-07, No Iterations 23
time step continuity errors : sum local = 1.21192e-10, global = 6.59611e-20, cumulative = -2.58604e-18
BiCGStab: Solving for omega, Initial residual = 2.11138e-05, Final residual = 8.55654e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.88666e-06, Final residual = 7.88666e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.97837e-07, Final residual = 4.84143e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.73061e-07, Final residual = 3.1166e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.11567e-05, Final residual = 1.50556e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000518298, Final residual = 9.58519e-07, No Iterations 15
time step continuity errors : sum local = 1.17123e-10, global = -9.28466e-21, cumulative = -2.59533e-18
DICPCG: Solving for p, Initial residual = 8.89611e-05, Final residual = 8.42567e-07, No Iterations 6
time step continuity errors : sum local = 1.03506e-10, global = 2.33667e-21, cumulative = -2.59299e-18
BiCGStab: Solving for omega, Initial residual = 2.53871e-05, Final residual = 8.92355e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.95375e-06, Final residual = 7.95375e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.77063e-07, Final residual = 1.02933e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.58008e-07, Final residual = 6.05473e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.20621e-05, Final residual = 2.5082e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000141685, Final residual = 7.37471e-07, No Iterations 6
time step continuity errors : sum local = 9.1171e-11, global = 4.51062e-20, cumulative = -2.54788e-18
DICPCG: Solving for p, Initial residual = 2.24406e-05, Final residual = 5.59472e-07, No Iterations 4
time step continuity errors : sum local = 7.02828e-11, global = 1.55073e-20, cumulative = -2.53238e-18
BiCGStab: Solving for omega, Initial residual = 2.75167e-05, Final residual = 1.07525e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.9043e-06, Final residual = 7.9043e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6879.66 s ClockTime = 6880 s Max(PAc) = 154936 Pa
Courant Number mean: 0.0552796 max: 0.966188 velocity magnitude: 1.29539
deltaT = 0.00047619
Time = 1.62048
--> Cloud: bubbleCloud
Added 195 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 598988
Mass introduced by injector = 5.47283e-10
Number of parcels added continuously = 1220
Mass introduced continuously = 1.08994e-12
Current number of parcels = 4162343
Current mass in system = 4.64822e-09
Number of parcels shifted at least once = 4195
Number of parcel shifts towards cell center = 4200
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00563604, Final user-defined norm residual = 9.32059e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.00564e-05, Final user-defined norm residual = 2.39553e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.15484e-08, Final user-defined norm residual = 7.04509e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000570103, Final residual = 4.9365e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000432164, Final residual = 2.71355e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0261524, Final residual = 7.36794e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0502528, Final residual = 9.31162e-07, No Iterations 259
time step continuity errors : sum local = 1.15183e-10, global = 2.77524e-20, cumulative = -2.50462e-18
DICPCG: Solving for p, Initial residual = 0.00633611, Final residual = 9.42941e-07, No Iterations 144
time step continuity errors : sum local = 1.35546e-10, global = -4.1525e-20, cumulative = -2.54615e-18
BiCGStab: Solving for omega, Initial residual = 0.000498388, Final residual = 4.7468e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000664362, Final residual = 9.24889e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.05061e-05, Final residual = 7.05076e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.12864e-05, Final residual = 4.19505e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0024418, Final residual = 2.13322e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0113009, Final residual = 9.47347e-07, No Iterations 132
time step continuity errors : sum local = 1.351e-10, global = -5.75911e-20, cumulative = -2.60374e-18
DICPCG: Solving for p, Initial residual = 0.00213244, Final residual = 9.94239e-07, No Iterations 75
time step continuity errors : sum local = 1.40956e-10, global = 1.95821e-20, cumulative = -2.58416e-18
BiCGStab: Solving for omega, Initial residual = 3.92442e-05, Final residual = 9.84741e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.46679e-06, Final residual = 8.46679e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.20869e-06, Final residual = 4.3792e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.28316e-06, Final residual = 2.77372e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00036785, Final residual = 1.17673e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00216669, Final residual = 9.51385e-07, No Iterations 60
time step continuity errors : sum local = 1.35377e-10, global = 7.5896e-20, cumulative = -2.50826e-18
DICPCG: Solving for p, Initial residual = 0.000349622, Final residual = 9.95456e-07, No Iterations 36
time step continuity errors : sum local = 1.40886e-10, global = 7.39268e-20, cumulative = -2.43433e-18
BiCGStab: Solving for omega, Initial residual = 3.00587e-05, Final residual = 8.79498e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.53678e-06, Final residual = 8.53678e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.09428e-06, Final residual = 5.60538e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.1935e-07, Final residual = 3.96792e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.10326e-05, Final residual = 1.77489e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000550742, Final residual = 9.71635e-07, No Iterations 19
time step continuity errors : sum local = 1.37895e-10, global = 3.21849e-20, cumulative = -2.40215e-18
DICPCG: Solving for p, Initial residual = 9.4646e-05, Final residual = 9.80893e-07, No Iterations 6
time step continuity errors : sum local = 1.39035e-10, global = 2.07357e-20, cumulative = -2.38141e-18
BiCGStab: Solving for omega, Initial residual = 2.68954e-05, Final residual = 8.3171e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.53847e-06, Final residual = 8.53847e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.13189e-07, Final residual = 1.31428e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.71895e-07, Final residual = 8.07735e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.41723e-05, Final residual = 3.14014e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000157069, Final residual = 8.08256e-07, No Iterations 6
time step continuity errors : sum local = 1.17437e-10, global = 8.13434e-20, cumulative = -2.30007e-18
DICPCG: Solving for p, Initial residual = 2.61946e-05, Final residual = 6.16042e-07, No Iterations 4
time step continuity errors : sum local = 9.33921e-11, global = -1.70335e-20, cumulative = -2.3171e-18
BiCGStab: Solving for omega, Initial residual = 2.85801e-05, Final residual = 9.30999e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.52802e-06, Final residual = 8.52802e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6897.57 s ClockTime = 6898 s Max(PAc) = 154522 Pa
Courant Number mean: 0.0566683 max: 0.981688 velocity magnitude: 1.30078
deltaT = 0.00047619
Time = 1.62095
--> Cloud: bubbleCloud
Added 155 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 599143
Mass introduced by injector = 5.47418e-10
Number of parcels added continuously = 1189
Mass introduced continuously = 1.14739e-12
Current number of parcels = 4163232
Current mass in system = 4.64908e-09
Number of parcels shifted at least once = 4422
Number of parcel shifts towards cell center = 4427
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00607816, Final user-defined norm residual = 7.04531e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.51507e-05, Final user-defined norm residual = 7.08369e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.52334e-08, Final user-defined norm residual = 5.79252e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000570514, Final residual = 4.60543e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000433437, Final residual = 2.76918e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0261923, Final residual = 7.63989e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0547062, Final residual = 9.03816e-07, No Iterations 255
time step continuity errors : sum local = 1.13207e-10, global = -2.37989e-20, cumulative = -2.3409e-18
DICPCG: Solving for p, Initial residual = 0.00679722, Final residual = 9.91545e-07, No Iterations 109
time step continuity errors : sum local = 1.38436e-10, global = 3.74869e-21, cumulative = -2.33715e-18
BiCGStab: Solving for omega, Initial residual = 0.000495267, Final residual = 7.48706e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000666576, Final residual = 9.48216e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.04706e-05, Final residual = 7.78566e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.21008e-05, Final residual = 4.4753e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00255202, Final residual = 2.12422e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0116211, Final residual = 9.70365e-07, No Iterations 110
time step continuity errors : sum local = 1.40439e-10, global = 1.45332e-19, cumulative = -2.19182e-18
DICPCG: Solving for p, Initial residual = 0.00200977, Final residual = 9.82542e-07, No Iterations 93
time step continuity errors : sum local = 1.41949e-10, global = 5.27774e-20, cumulative = -2.13904e-18
BiCGStab: Solving for omega, Initial residual = 2.65199e-05, Final residual = 9.3791e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.23317e-06, Final residual = 8.23317e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.24748e-06, Final residual = 4.76927e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.34229e-06, Final residual = 2.84717e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000360214, Final residual = 1.19279e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00225421, Final residual = 9.76818e-07, No Iterations 62
time step continuity errors : sum local = 1.41332e-10, global = 2.01725e-20, cumulative = -2.11887e-18
DICPCG: Solving for p, Initial residual = 0.000369951, Final residual = 9.5964e-07, No Iterations 30
time step continuity errors : sum local = 1.39134e-10, global = 7.66935e-22, cumulative = -2.1181e-18
BiCGStab: Solving for omega, Initial residual = 1.54663e-05, Final residual = 7.55152e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.26888e-06, Final residual = 8.26888e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.1167e-06, Final residual = 6.5213e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.19667e-07, Final residual = 4.22808e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.34691e-05, Final residual = 1.73965e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000591986, Final residual = 9.87836e-07, No Iterations 21
time step continuity errors : sum local = 1.42647e-10, global = -6.7741e-20, cumulative = -2.18585e-18
DICPCG: Solving for p, Initial residual = 9.85379e-05, Final residual = 8.30056e-07, No Iterations 6
time step continuity errors : sum local = 1.228e-10, global = -4.97231e-20, cumulative = -2.23557e-18
BiCGStab: Solving for omega, Initial residual = 1.50034e-05, Final residual = 6.9436e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.27882e-06, Final residual = 8.27882e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.16061e-07, Final residual = 1.50849e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.79116e-07, Final residual = 9.59657e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.2748e-05, Final residual = 2.83945e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000161064, Final residual = 8.72372e-07, No Iterations 6
time step continuity errors : sum local = 1.28117e-10, global = -4.49996e-21, cumulative = -2.24007e-18
DICPCG: Solving for p, Initial residual = 2.71675e-05, Final residual = 6.92361e-07, No Iterations 4
time step continuity errors : sum local = 1.0549e-10, global = -1.79902e-22, cumulative = -2.24025e-18
BiCGStab: Solving for omega, Initial residual = 1.55929e-05, Final residual = 5.80742e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.26296e-06, Final residual = 8.26296e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6915.93 s ClockTime = 6916 s Max(PAc) = 154600 Pa
Courant Number mean: 0.0566848 max: 0.972813 velocity magnitude: 1.30192
deltaT = 0.0004884
Time = 1.62144
--> Cloud: bubbleCloud
Added 149 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 599292
Mass introduced by injector = 5.47565e-10
Number of parcels added continuously = 1198
Mass introduced continuously = 1.10271e-12
Current number of parcels = 4164097
Current mass in system = 4.64987e-09
Number of parcels shifted at least once = 4313
Number of parcel shifts towards cell center = 4318
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00617092, Final user-defined norm residual = 9.40237e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.02193e-05, Final user-defined norm residual = 2.43224e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.23055e-08, Final user-defined norm residual = 6.41708e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000579818, Final residual = 5.57318e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000444574, Final residual = 3.15676e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0284727, Final residual = 1.101e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0489807, Final residual = 9.76861e-07, No Iterations 258
time step continuity errors : sum local = 1.27815e-10, global = -1.71475e-20, cumulative = -2.2574e-18
DICPCG: Solving for p, Initial residual = 0.00573612, Final residual = 9.79789e-07, No Iterations 110
time step continuity errors : sum local = 1.50264e-10, global = -3.4433e-20, cumulative = -2.29183e-18
BiCGStab: Solving for omega, Initial residual = 0.000506727, Final residual = 6.30259e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000685172, Final residual = 1.06851e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.04993e-05, Final residual = 8.08239e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.24778e-05, Final residual = 4.94624e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00266925, Final residual = 2.82549e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0111401, Final residual = 9.08994e-07, No Iterations 246
time step continuity errors : sum local = 1.188e-10, global = 2.56335e-20, cumulative = -2.2662e-18
DICPCG: Solving for p, Initial residual = 0.00213429, Final residual = 9.27155e-07, No Iterations 76
time step continuity errors : sum local = 1.23038e-10, global = 1.74983e-20, cumulative = -2.2487e-18
BiCGStab: Solving for omega, Initial residual = 2.7596e-05, Final residual = 5.84074e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.29551e-06, Final residual = 8.29551e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.12053e-06, Final residual = 5.03001e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.39669e-06, Final residual = 3.39263e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000379062, Final residual = 1.51116e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00209759, Final residual = 9.52898e-07, No Iterations 67
time step continuity errors : sum local = 1.26658e-10, global = 3.97976e-20, cumulative = -2.2089e-18
DICPCG: Solving for p, Initial residual = 0.000373617, Final residual = 9.97966e-07, No Iterations 38
time step continuity errors : sum local = 1.32486e-10, global = 9.09794e-20, cumulative = -2.11792e-18
BiCGStab: Solving for omega, Initial residual = 1.58808e-05, Final residual = 3.79971e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.31062e-06, Final residual = 8.31062e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.02545e-06, Final residual = 7.67154e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.36102e-07, Final residual = 5.0667e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.87987e-05, Final residual = 1.93295e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000508804, Final residual = 9.89116e-07, No Iterations 16
time step continuity errors : sum local = 1.3133e-10, global = -4.67677e-20, cumulative = -2.16469e-18
DICPCG: Solving for p, Initial residual = 9.64253e-05, Final residual = 9.43517e-07, No Iterations 6
time step continuity errors : sum local = 1.25358e-10, global = 6.7857e-20, cumulative = -2.09683e-18
BiCGStab: Solving for omega, Initial residual = 1.5358e-05, Final residual = 4.66789e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.29431e-06, Final residual = 8.29431e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.85252e-07, Final residual = 1.62982e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.78627e-07, Final residual = 1.04134e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.3787e-05, Final residual = 3.35398e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000143284, Final residual = 7.68743e-07, No Iterations 6
time step continuity errors : sum local = 1.02498e-10, global = 8.59062e-20, cumulative = -2.01092e-18
DICPCG: Solving for p, Initial residual = 2.60467e-05, Final residual = 6.31931e-07, No Iterations 4
time step continuity errors : sum local = 8.46015e-11, global = 9.07265e-20, cumulative = -1.9202e-18
BiCGStab: Solving for omega, Initial residual = 1.64194e-05, Final residual = 3.99521e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.28874e-06, Final residual = 8.28874e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6934.01 s ClockTime = 6934 s Max(PAc) = 154724 Pa
Courant Number mean: 0.0581552 max: 0.988756 velocity magnitude: 1.29801
deltaT = 0.0004884
Time = 1.62193
--> Cloud: bubbleCloud
Added 205 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 599497
Mass introduced by injector = 5.47744e-10
Number of parcels added continuously = 1233
Mass introduced continuously = 1.16015e-12
Current number of parcels = 4165045
Current mass in system = 4.65071e-09
Number of parcels shifted at least once = 4411
Number of parcel shifts towards cell center = 4418
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00596397, Final user-defined norm residual = 0.000141787
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.05181e-05, Final user-defined norm residual = 6.42246e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.38243e-07, Final user-defined norm residual = 2.33737e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000577466, Final residual = 5.91797e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000440521, Final residual = 3.40902e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0287163, Final residual = 1.07473e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0445501, Final residual = 9.3986e-07, No Iterations 257
time step continuity errors : sum local = 1.22438e-10, global = -3.21927e-20, cumulative = -1.95239e-18
DICPCG: Solving for p, Initial residual = 0.00545451, Final residual = 9.72219e-07, No Iterations 133
time step continuity errors : sum local = 1.29561e-10, global = 6.13709e-20, cumulative = -1.89102e-18
BiCGStab: Solving for omega, Initial residual = 0.000507836, Final residual = 6.0619e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000684714, Final residual = 1.06322e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.98048e-05, Final residual = 8.07791e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.24062e-05, Final residual = 4.80653e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00275105, Final residual = 2.92169e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0118222, Final residual = 9.63188e-07, No Iterations 103
time step continuity errors : sum local = 1.31444e-10, global = -4.81619e-20, cumulative = -1.93918e-18
DICPCG: Solving for p, Initial residual = 0.00220973, Final residual = 9.88708e-07, No Iterations 84
time step continuity errors : sum local = 1.3472e-10, global = -1.51258e-20, cumulative = -1.95431e-18
BiCGStab: Solving for omega, Initial residual = 2.82533e-05, Final residual = 3.83332e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.21178e-06, Final residual = 8.21178e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.98002e-06, Final residual = 5.00459e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.5179e-06, Final residual = 3.2001e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000420142, Final residual = 1.54199e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00237304, Final residual = 9.33222e-07, No Iterations 68
time step continuity errors : sum local = 1.2746e-10, global = -1.6133e-21, cumulative = -1.95592e-18
DICPCG: Solving for p, Initial residual = 0.000414133, Final residual = 9.94808e-07, No Iterations 24
time step continuity errors : sum local = 1.35425e-10, global = -9.4792e-20, cumulative = -2.05071e-18
BiCGStab: Solving for omega, Initial residual = 1.95232e-05, Final residual = 3.66406e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.28425e-06, Final residual = 8.28425e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.13171e-06, Final residual = 6.58601e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.39762e-07, Final residual = 4.68171e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.62894e-05, Final residual = 2.01832e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000655565, Final residual = 9.27641e-07, No Iterations 13
time step continuity errors : sum local = 1.26685e-10, global = 1.11113e-20, cumulative = -2.0396e-18
DICPCG: Solving for p, Initial residual = 0.00011258, Final residual = 9.77716e-07, No Iterations 5
time step continuity errors : sum local = 1.33185e-10, global = 1.3486e-19, cumulative = -1.90474e-18
BiCGStab: Solving for omega, Initial residual = 2.00023e-05, Final residual = 3.41502e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.29232e-06, Final residual = 8.29232e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.13082e-07, Final residual = 1.46486e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.88007e-07, Final residual = 9.74979e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.56236e-05, Final residual = 3.31733e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000184378, Final residual = 8.60335e-07, No Iterations 5
time step continuity errors : sum local = 1.17918e-10, global = 1.95406e-20, cumulative = -1.8852e-18
DICPCG: Solving for p, Initial residual = 3.17194e-05, Final residual = 9.65941e-07, No Iterations 3
time step continuity errors : sum local = 1.31648e-10, global = -5.26764e-21, cumulative = -1.89047e-18
BiCGStab: Solving for omega, Initial residual = 1.9956e-05, Final residual = 3.37228e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.28006e-06, Final residual = 8.28006e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6951.71 s ClockTime = 6952 s Max(PAc) = 154383 Pa
Courant Number mean: 0.0581719 max: 0.983858 velocity magnitude: 1.29086
deltaT = 0.0004884
Time = 1.62242
--> Cloud: bubbleCloud
Added 115 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 599612
Mass introduced by injector = 5.47859e-10
Number of parcels added continuously = 1129
Mass introduced continuously = 1.00631e-12
Current number of parcels = 4165806
Current mass in system = 4.65139e-09
Number of parcels shifted at least once = 4607
Number of parcel shifts towards cell center = 4615
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00614325, Final user-defined norm residual = 0.000189748
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.08329e-05, Final user-defined norm residual = 7.49769e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.61352e-07, Final user-defined norm residual = 3.37689e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000578609, Final residual = 5.7959e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000438295, Final residual = 3.43949e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0305827, Final residual = 1.28516e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0485483, Final residual = 9.71555e-07, No Iterations 260
time step continuity errors : sum local = 1.25172e-10, global = 4.82064e-20, cumulative = -1.84226e-18
DICPCG: Solving for p, Initial residual = 0.00695457, Final residual = 8.8662e-07, No Iterations 145
time step continuity errors : sum local = 1.18288e-10, global = -4.76584e-20, cumulative = -1.88992e-18
BiCGStab: Solving for omega, Initial residual = 0.00051228, Final residual = 6.38413e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000684343, Final residual = 1.05058e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.00663e-05, Final residual = 8.47686e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.2222e-05, Final residual = 4.98925e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00296183, Final residual = 3.23309e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0117936, Final residual = 9.12061e-07, No Iterations 112
time step continuity errors : sum local = 1.26565e-10, global = 2.19757e-20, cumulative = -1.86795e-18
DICPCG: Solving for p, Initial residual = 0.00228757, Final residual = 9.45781e-07, No Iterations 91
time step continuity errors : sum local = 1.30969e-10, global = -9.29803e-20, cumulative = -1.96093e-18
BiCGStab: Solving for omega, Initial residual = 2.40713e-05, Final residual = 3.12009e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.53679e-06, Final residual = 8.53679e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.92814e-06, Final residual = 5.12503e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.26028e-06, Final residual = 3.23882e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000439611, Final residual = 1.68992e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0022186, Final residual = 9.53983e-07, No Iterations 61
time step continuity errors : sum local = 1.32138e-10, global = -2.18799e-20, cumulative = -1.98281e-18
DICPCG: Solving for p, Initial residual = 0.000385086, Final residual = 9.2616e-07, No Iterations 29
time step continuity errors : sum local = 1.28552e-10, global = -1.29952e-19, cumulative = -2.11276e-18
BiCGStab: Solving for omega, Initial residual = 1.04181e-05, Final residual = 1.22135e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.61383e-06, Final residual = 8.61383e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.00424e-06, Final residual = 6.58694e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.90966e-07, Final residual = 4.76149e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.09793e-05, Final residual = 2.10303e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000543561, Final residual = 9.13323e-07, No Iterations 11
time step continuity errors : sum local = 1.269e-10, global = -1.22296e-20, cumulative = -2.12499e-18
DICPCG: Solving for p, Initial residual = 9.73889e-05, Final residual = 8.22362e-07, No Iterations 5
time step continuity errors : sum local = 1.15214e-10, global = 5.90515e-20, cumulative = -2.06594e-18
BiCGStab: Solving for omega, Initial residual = 7.99762e-06, Final residual = 7.99762e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.61012e-06, Final residual = 8.61012e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.90695e-07, Final residual = 1.45666e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.69708e-07, Final residual = 9.42919e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.70415e-05, Final residual = 3.55077e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000162337, Final residual = 9.77365e-07, No Iterations 5
time step continuity errors : sum local = 1.3509e-10, global = -3.68927e-20, cumulative = -2.10283e-18
DICPCG: Solving for p, Initial residual = 2.83682e-05, Final residual = 8.55608e-07, No Iterations 3
time step continuity errors : sum local = 1.19469e-10, global = -5.23623e-21, cumulative = -2.10806e-18
BiCGStab: Solving for omega, Initial residual = 8.05685e-06, Final residual = 8.05685e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.60719e-06, Final residual = 8.60719e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6969.46 s ClockTime = 6970 s Max(PAc) = 155376 Pa
Courant Number mean: 0.0581882 max: 0.979898 velocity magnitude: 1.28352
deltaT = 0.0004884
Time = 1.62291
--> Cloud: bubbleCloud
Added 175 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 599787
Mass introduced by injector = 5.48023e-10
Number of parcels added continuously = 1270
Mass introduced continuously = 1.14469e-12
Current number of parcels = 4166817
Current mass in system = 4.65228e-09
Number of parcels shifted at least once = 4490
Number of parcel shifts towards cell center = 4493
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00593079, Final user-defined norm residual = 0.000101053
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.17472e-05, Final user-defined norm residual = 2.3039e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.95823e-08, Final user-defined norm residual = 6.35928e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000581583, Final residual = 5.93381e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000441711, Final residual = 3.31712e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0313909, Final residual = 1.22048e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0514384, Final residual = 9.39183e-07, No Iterations 265
time step continuity errors : sum local = 1.20742e-10, global = -8.74362e-20, cumulative = -2.1955e-18
DICPCG: Solving for p, Initial residual = 0.00731512, Final residual = 9.17197e-07, No Iterations 148
time step continuity errors : sum local = 1.21244e-10, global = 4.28555e-20, cumulative = -2.15265e-18
BiCGStab: Solving for omega, Initial residual = 0.000499137, Final residual = 6.71595e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000685276, Final residual = 1.04251e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.92001e-05, Final residual = 7.71525e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.14513e-05, Final residual = 4.71016e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00298401, Final residual = 3.38664e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0120266, Final residual = 9.02496e-07, No Iterations 132
time step continuity errors : sum local = 1.195e-10, global = 1.06311e-19, cumulative = -2.04633e-18
DICPCG: Solving for p, Initial residual = 0.00211708, Final residual = 9.23379e-07, No Iterations 72
time step continuity errors : sum local = 1.22638e-10, global = -3.56089e-20, cumulative = -2.08194e-18
BiCGStab: Solving for omega, Initial residual = 1.92374e-05, Final residual = 3.95001e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.36872e-06, Final residual = 9.36872e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.59193e-06, Final residual = 5.18661e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.04032e-06, Final residual = 3.14468e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00044801, Final residual = 1.71588e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00217798, Final residual = 9.84844e-07, No Iterations 51
time step continuity errors : sum local = 1.30535e-10, global = 3.97886e-20, cumulative = -2.04215e-18
DICPCG: Solving for p, Initial residual = 0.000354343, Final residual = 9.84932e-07, No Iterations 21
time step continuity errors : sum local = 1.30494e-10, global = 1.19591e-20, cumulative = -2.0302e-18
BiCGStab: Solving for omega, Initial residual = 6.36287e-06, Final residual = 6.36287e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.4205e-06, Final residual = 9.4205e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.13661e-07, Final residual = 6.75909e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.27333e-07, Final residual = 4.00297e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.512e-05, Final residual = 2.02326e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000530339, Final residual = 9.93884e-07, No Iterations 12
time step continuity errors : sum local = 1.31636e-10, global = -6.45481e-20, cumulative = -2.09474e-18
DICPCG: Solving for p, Initial residual = 9.03374e-05, Final residual = 9.60149e-07, No Iterations 6
time step continuity errors : sum local = 1.27267e-10, global = 6.13542e-20, cumulative = -2.03339e-18
BiCGStab: Solving for omega, Initial residual = 6.46806e-06, Final residual = 6.46806e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.43922e-06, Final residual = 9.43922e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.57752e-07, Final residual = 1.44165e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.48089e-07, Final residual = 8.20764e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.72588e-05, Final residual = 3.52857e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000147363, Final residual = 7.00598e-07, No Iterations 5
time step continuity errors : sum local = 9.38256e-11, global = 1.41235e-20, cumulative = -2.01927e-18
DICPCG: Solving for p, Initial residual = 2.47868e-05, Final residual = 7.43378e-07, No Iterations 3
time step continuity errors : sum local = 9.93339e-11, global = 1.61223e-20, cumulative = -2.00314e-18
BiCGStab: Solving for omega, Initial residual = 6.46853e-06, Final residual = 6.46853e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.44086e-06, Final residual = 9.44086e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 6987.27 s ClockTime = 6988 s Max(PAc) = 155355 Pa
Courant Number mean: 0.0582055 max: 0.97639 velocity magnitude: 1.27718
deltaT = 0.0004884
Time = 1.62339
--> Cloud: bubbleCloud
Added 214 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 600001
Mass introduced by injector = 5.48188e-10
Number of parcels added continuously = 1266
Mass introduced continuously = 1.12212e-12
Current number of parcels = 4167874
Current mass in system = 4.65314e-09
Number of parcels shifted at least once = 4433
Number of parcel shifts towards cell center = 4438
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00609858, Final user-defined norm residual = 0.000109222
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.35102e-05, Final user-defined norm residual = 1.81412e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.90501e-08, Final user-defined norm residual = 2.12368e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000578104, Final residual = 5.99447e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000438042, Final residual = 3.2902e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0323864, Final residual = 9.90576e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0506528, Final residual = 9.7249e-07, No Iterations 256
time step continuity errors : sum local = 1.25719e-10, global = -6.73251e-20, cumulative = -2.07047e-18
DICPCG: Solving for p, Initial residual = 0.00622923, Final residual = 9.45313e-07, No Iterations 140
time step continuity errors : sum local = 1.27362e-10, global = 4.50702e-20, cumulative = -2.0254e-18
BiCGStab: Solving for omega, Initial residual = 0.000494377, Final residual = 7.01726e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000685512, Final residual = 1.04444e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.01215e-05, Final residual = 7.61533e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.20062e-05, Final residual = 4.88095e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00304541, Final residual = 2.84254e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0115634, Final residual = 9.57272e-07, No Iterations 118
time step continuity errors : sum local = 1.28536e-10, global = -2.22342e-20, cumulative = -2.04763e-18
DICPCG: Solving for p, Initial residual = 0.00206886, Final residual = 9.57534e-07, No Iterations 57
time step continuity errors : sum local = 1.28622e-10, global = -1.74522e-20, cumulative = -2.06508e-18
BiCGStab: Solving for omega, Initial residual = 2.27309e-05, Final residual = 5.00846e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.3424e-06, Final residual = 9.3424e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.00152e-06, Final residual = 5.00042e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.14829e-06, Final residual = 3.21657e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000464397, Final residual = 1.53959e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0021697, Final residual = 9.91024e-07, No Iterations 37
time step continuity errors : sum local = 1.3293e-10, global = -7.199e-21, cumulative = -2.07228e-18
DICPCG: Solving for p, Initial residual = 0.000371471, Final residual = 9.28313e-07, No Iterations 22
time step continuity errors : sum local = 1.24776e-10, global = 1.46997e-20, cumulative = -2.05758e-18
BiCGStab: Solving for omega, Initial residual = 1.07226e-05, Final residual = 3.65049e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.42233e-06, Final residual = 9.42233e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.02811e-06, Final residual = 5.63438e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.67782e-07, Final residual = 3.77192e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.46696e-05, Final residual = 2.07324e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00056144, Final residual = 9.94714e-07, No Iterations 18
time step continuity errors : sum local = 1.33383e-10, global = 2.65907e-20, cumulative = -2.03099e-18
DICPCG: Solving for p, Initial residual = 9.8244e-05, Final residual = 9.42146e-07, No Iterations 6
time step continuity errors : sum local = 1.26563e-10, global = -1.06484e-19, cumulative = -2.13748e-18
BiCGStab: Solving for omega, Initial residual = 9.83909e-06, Final residual = 9.83909e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.42502e-06, Final residual = 9.42502e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.6834e-07, Final residual = 1.27321e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.58082e-07, Final residual = 9.08554e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.7686e-05, Final residual = 3.36353e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000141117, Final residual = 8.43443e-07, No Iterations 5
time step continuity errors : sum local = 1.13768e-10, global = 9.56724e-20, cumulative = -2.0418e-18
DICPCG: Solving for p, Initial residual = 2.67269e-05, Final residual = 7.55779e-07, No Iterations 3
time step continuity errors : sum local = 1.02403e-10, global = -7.81122e-21, cumulative = -2.04962e-18
BiCGStab: Solving for omega, Initial residual = 9.88069e-06, Final residual = 9.88069e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.41894e-06, Final residual = 9.41894e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7005.34 s ClockTime = 7006 s Max(PAc) = 154685 Pa
Courant Number mean: 0.0582227 max: 0.976087 velocity magnitude: 1.26973
deltaT = 0.0004884
Time = 1.62388
--> Cloud: bubbleCloud
Added 197 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 600198
Mass introduced by injector = 5.48359e-10
Number of parcels added continuously = 1287
Mass introduced continuously = 1.11294e-12
Current number of parcels = 4168885
Current mass in system = 4.65396e-09
Number of parcels shifted at least once = 4516
Number of parcel shifts towards cell center = 4520
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00645203, Final user-defined norm residual = 0.000133482
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.87309e-05, Final user-defined norm residual = 4.95464e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.06649e-07, Final user-defined norm residual = 1.82249e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000576276, Final residual = 5.96902e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000436725, Final residual = 3.39335e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0329713, Final residual = 1.06251e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0495222, Final residual = 9.56202e-07, No Iterations 259
time step continuity errors : sum local = 1.2339e-10, global = -7.68518e-20, cumulative = -2.12647e-18
DICPCG: Solving for p, Initial residual = 0.00679585, Final residual = 8.87432e-07, No Iterations 108
time step continuity errors : sum local = 1.17188e-10, global = 9.66627e-21, cumulative = -2.1168e-18
BiCGStab: Solving for omega, Initial residual = 0.00049444, Final residual = 7.5212e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000686534, Final residual = 1.04006e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.80455e-05, Final residual = 8.01126e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.07778e-05, Final residual = 4.60061e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00318173, Final residual = 2.87895e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0106578, Final residual = 9.33686e-07, No Iterations 134
time step continuity errors : sum local = 1.2357e-10, global = -1.33306e-20, cumulative = -2.13013e-18
DICPCG: Solving for p, Initial residual = 0.00197058, Final residual = 9.83773e-07, No Iterations 88
time step continuity errors : sum local = 1.29673e-10, global = 3.99455e-20, cumulative = -2.09019e-18
BiCGStab: Solving for omega, Initial residual = 1.94423e-05, Final residual = 2.79731e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.79515e-06, Final residual = 9.79515e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.26391e-06, Final residual = 5.15152e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.89889e-06, Final residual = 3.24334e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000477732, Final residual = 1.61604e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00195367, Final residual = 9.9117e-07, No Iterations 59
time step continuity errors : sum local = 1.30696e-10, global = 2.602e-20, cumulative = -2.06417e-18
DICPCG: Solving for p, Initial residual = 0.000312305, Final residual = 9.55e-07, No Iterations 31
time step continuity errors : sum local = 1.26051e-10, global = 3.74251e-20, cumulative = -2.02674e-18
BiCGStab: Solving for omega, Initial residual = 9.9608e-06, Final residual = 9.9608e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.87374e-06, Final residual = 9.87374e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.84672e-07, Final residual = 6.07927e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.47568e-07, Final residual = 3.71015e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.27582e-05, Final residual = 2.06757e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000432756, Final residual = 9.70254e-07, No Iterations 16
time step continuity errors : sum local = 1.28007e-10, global = 3.65256e-20, cumulative = -1.99022e-18
DICPCG: Solving for p, Initial residual = 7.38705e-05, Final residual = 9.73288e-07, No Iterations 6
time step continuity errors : sum local = 1.28385e-10, global = -1.22462e-19, cumulative = -2.11268e-18
BiCGStab: Solving for omega, Initial residual = 1.00546e-05, Final residual = 2.77638e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.87491e-06, Final residual = 9.87491e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.12169e-07, Final residual = 1.23181e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.21904e-07, Final residual = 8.21493e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.92777e-05, Final residual = 3.60139e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000116028, Final residual = 8.04358e-07, No Iterations 6
time step continuity errors : sum local = 1.06666e-10, global = -1.38651e-20, cumulative = -2.12654e-18
DICPCG: Solving for p, Initial residual = 1.91432e-05, Final residual = 8.07964e-07, No Iterations 3
time step continuity errors : sum local = 1.07126e-10, global = -7.71314e-21, cumulative = -2.13426e-18
BiCGStab: Solving for omega, Initial residual = 1.09879e-05, Final residual = 3.43284e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.86496e-06, Final residual = 9.86496e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7023.3 s ClockTime = 7024 s Max(PAc) = 154458 Pa
Courant Number mean: 0.0582403 max: 0.97809 velocity magnitude: 1.26455
deltaT = 0.0004884
Time = 1.62437
--> Cloud: bubbleCloud
Added 151 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 600349
Mass introduced by injector = 5.48494e-10
Number of parcels added continuously = 1247
Mass introduced continuously = 1.11085e-12
Current number of parcels = 4169818
Current mass in system = 4.65466e-09
Number of parcels shifted at least once = 4396
Number of parcel shifts towards cell center = 4401
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00603358, Final user-defined norm residual = 0.000110661
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.3814e-05, Final user-defined norm residual = 1.34551e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.89558e-08, Final user-defined norm residual = 7.8631e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000570955, Final residual = 5.88497e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000432305, Final residual = 3.29964e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0325445, Final residual = 1.10614e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0471417, Final residual = 9.56248e-07, No Iterations 259
time step continuity errors : sum local = 1.23303e-10, global = -9.35807e-20, cumulative = -2.22784e-18
DICPCG: Solving for p, Initial residual = 0.00504415, Final residual = 9.58215e-07, No Iterations 138
time step continuity errors : sum local = 1.2657e-10, global = -7.33059e-20, cumulative = -2.30114e-18
BiCGStab: Solving for omega, Initial residual = 0.000494095, Final residual = 7.90955e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000686756, Final residual = 1.04501e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.75839e-05, Final residual = 7.6562e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.09254e-05, Final residual = 4.67195e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00307163, Final residual = 2.96451e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0101752, Final residual = 9.4221e-07, No Iterations 112
time step continuity errors : sum local = 1.24675e-10, global = -6.85624e-21, cumulative = -2.308e-18
DICPCG: Solving for p, Initial residual = 0.00181043, Final residual = 9.85604e-07, No Iterations 60
time step continuity errors : sum local = 1.30729e-10, global = -1.18037e-19, cumulative = -2.42604e-18
BiCGStab: Solving for omega, Initial residual = 2.6538e-05, Final residual = 5.78785e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.79719e-06, Final residual = 8.79719e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.03496e-06, Final residual = 4.75537e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.92935e-06, Final residual = 3.15051e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000462345, Final residual = 1.6229e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00181188, Final residual = 9.77904e-07, No Iterations 37
time step continuity errors : sum local = 1.29783e-10, global = -8.42753e-20, cumulative = -2.51031e-18
DICPCG: Solving for p, Initial residual = 0.000288815, Final residual = 9.34242e-07, No Iterations 21
time step continuity errors : sum local = 1.24115e-10, global = -3.28739e-20, cumulative = -2.54319e-18
BiCGStab: Solving for omega, Initial residual = 2.00395e-05, Final residual = 6.71727e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.82582e-06, Final residual = 8.82582e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.39747e-07, Final residual = 5.04502e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.80836e-07, Final residual = 3.71215e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.58977e-05, Final residual = 2.27829e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000438483, Final residual = 9.63253e-07, No Iterations 16
time step continuity errors : sum local = 1.27864e-10, global = 1.01939e-19, cumulative = -2.44125e-18
DICPCG: Solving for p, Initial residual = 7.40867e-05, Final residual = 8.87459e-07, No Iterations 6
time step continuity errors : sum local = 1.18032e-10, global = 2.20737e-20, cumulative = -2.41917e-18
BiCGStab: Solving for omega, Initial residual = 2.09676e-05, Final residual = 8.22068e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.82598e-06, Final residual = 8.82598e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.07074e-07, Final residual = 1.10143e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.29442e-07, Final residual = 7.96583e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.76115e-05, Final residual = 3.85859e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000123899, Final residual = 8.00943e-07, No Iterations 5
time step continuity errors : sum local = 1.06822e-10, global = 2.33424e-21, cumulative = -2.41684e-18
DICPCG: Solving for p, Initial residual = 2.06295e-05, Final residual = 6.80891e-07, No Iterations 3
time step continuity errors : sum local = 9.12669e-11, global = -1.50585e-20, cumulative = -2.4319e-18
BiCGStab: Solving for omega, Initial residual = 2.50995e-05, Final residual = 9.56657e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.8241e-06, Final residual = 8.8241e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7041.22 s ClockTime = 7042 s Max(PAc) = 153925 Pa
Courant Number mean: 0.0582577 max: 0.980927 velocity magnitude: 1.26073
deltaT = 0.0004884
Time = 1.62486
--> Cloud: bubbleCloud
Added 142 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 600491
Mass introduced by injector = 5.48612e-10
Number of parcels added continuously = 1183
Mass introduced continuously = 1.14525e-12
Current number of parcels = 4170684
Current mass in system = 4.65549e-09
Number of parcels shifted at least once = 4543
Number of parcel shifts towards cell center = 4549
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00576163, Final user-defined norm residual = 5.85464e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.2589e-05, Final user-defined norm residual = 5.87271e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.2628e-08, Final user-defined norm residual = 1.08001e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000574411, Final residual = 5.86384e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000427559, Final residual = 3.28967e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0344576, Final residual = 1.08245e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0451573, Final residual = 9.64205e-07, No Iterations 257
time step continuity errors : sum local = 1.24007e-10, global = -1.47103e-20, cumulative = -2.44661e-18
DICPCG: Solving for p, Initial residual = 0.00497287, Final residual = 9.45592e-07, No Iterations 102
time step continuity errors : sum local = 1.24098e-10, global = 9.77371e-20, cumulative = -2.34887e-18
BiCGStab: Solving for omega, Initial residual = 0.000494478, Final residual = 8.48927e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000687391, Final residual = 1.04909e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.8194e-05, Final residual = 7.69293e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.02031e-05, Final residual = 4.85024e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00317826, Final residual = 3.06959e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0103961, Final residual = 9.33731e-07, No Iterations 117
time step continuity errors : sum local = 1.23443e-10, global = 6.86126e-21, cumulative = -2.34201e-18
DICPCG: Solving for p, Initial residual = 0.00189249, Final residual = 9.61836e-07, No Iterations 79
time step continuity errors : sum local = 1.27393e-10, global = -7.49592e-20, cumulative = -2.41697e-18
BiCGStab: Solving for omega, Initial residual = 2.88275e-05, Final residual = 8.36654e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.41523e-06, Final residual = 8.41523e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.25841e-06, Final residual = 4.92751e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.77167e-06, Final residual = 3.19096e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000492549, Final residual = 1.72932e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00178199, Final residual = 9.51367e-07, No Iterations 33
time step continuity errors : sum local = 1.26054e-10, global = 8.89162e-20, cumulative = -2.32805e-18
DICPCG: Solving for p, Initial residual = 0.00029891, Final residual = 9.97305e-07, No Iterations 17
time step continuity errors : sum local = 1.31897e-10, global = 5.37382e-20, cumulative = -2.27431e-18
BiCGStab: Solving for omega, Initial residual = 1.96479e-05, Final residual = 8.39251e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.41939e-06, Final residual = 8.41939e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.71088e-07, Final residual = 5.2649e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.3933e-07, Final residual = 3.92748e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.28752e-05, Final residual = 2.34662e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000431989, Final residual = 9.8493e-07, No Iterations 15
time step continuity errors : sum local = 1.30302e-10, global = 2.46727e-22, cumulative = -2.27407e-18
DICPCG: Solving for p, Initial residual = 7.4493e-05, Final residual = 9.01487e-07, No Iterations 6
time step continuity errors : sum local = 1.1961e-10, global = -2.64592e-20, cumulative = -2.30053e-18
BiCGStab: Solving for omega, Initial residual = 1.969e-05, Final residual = 8.17362e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.44337e-06, Final residual = 8.44337e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.23595e-07, Final residual = 1.17316e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.29994e-07, Final residual = 7.88504e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.95281e-05, Final residual = 3.99415e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000122792, Final residual = 6.90845e-07, No Iterations 5
time step continuity errors : sum local = 9.26583e-11, global = 8.5978e-20, cumulative = -2.21455e-18
DICPCG: Solving for p, Initial residual = 2.03513e-05, Final residual = 6.85158e-07, No Iterations 3
time step continuity errors : sum local = 9.19291e-11, global = 1.43601e-19, cumulative = -2.07095e-18
BiCGStab: Solving for omega, Initial residual = 2.16772e-05, Final residual = 9.42243e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.42751e-06, Final residual = 8.42751e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7058.95 s ClockTime = 7059 s Max(PAc) = 154002 Pa
Courant Number mean: 0.058275 max: 0.979852 velocity magnitude: 1.26207
deltaT = 0.0004884
Time = 1.62535
--> Cloud: bubbleCloud
Added 148 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 600639
Mass introduced by injector = 5.48754e-10
Number of parcels added continuously = 1167
Mass introduced continuously = 1.03941e-12
Current number of parcels = 4171559
Current mass in system = 4.65629e-09
Number of parcels shifted at least once = 4507
Number of parcel shifts towards cell center = 4512
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00553144, Final user-defined norm residual = 6.19732e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.33278e-05, Final user-defined norm residual = 9.18706e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.97577e-08, Final user-defined norm residual = 1.38608e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000573749, Final residual = 6.14744e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000428646, Final residual = 3.3455e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0342446, Final residual = 1.07841e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0481378, Final residual = 9.32055e-07, No Iterations 256
time step continuity errors : sum local = 1.18842e-10, global = -8.4755e-20, cumulative = -2.1557e-18
DICPCG: Solving for p, Initial residual = 0.00614576, Final residual = 9.81072e-07, No Iterations 135
time step continuity errors : sum local = 1.3024e-10, global = -8.93009e-20, cumulative = -2.245e-18
BiCGStab: Solving for omega, Initial residual = 0.000497619, Final residual = 7.87507e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000687181, Final residual = 1.05285e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.86434e-05, Final residual = 7.76517e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.01685e-05, Final residual = 4.88268e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00317005, Final residual = 2.99514e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0108598, Final residual = 9.64732e-07, No Iterations 135
time step continuity errors : sum local = 1.28029e-10, global = 5.03881e-20, cumulative = -2.19461e-18
DICPCG: Solving for p, Initial residual = 0.00200088, Final residual = 9.62998e-07, No Iterations 87
time step continuity errors : sum local = 1.28147e-10, global = 1.29162e-20, cumulative = -2.1817e-18
BiCGStab: Solving for omega, Initial residual = 2.56356e-05, Final residual = 6.71289e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.06303e-06, Final residual = 8.06303e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.2041e-06, Final residual = 4.97783e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.70313e-06, Final residual = 3.1977e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000486461, Final residual = 1.65229e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00176475, Final residual = 9.92394e-07, No Iterations 68
time step continuity errors : sum local = 1.31834e-10, global = -4.97824e-20, cumulative = -2.23148e-18
DICPCG: Solving for p, Initial residual = 0.000310094, Final residual = 9.92229e-07, No Iterations 31
time step continuity errors : sum local = 1.31763e-10, global = 6.27746e-20, cumulative = -2.16871e-18
BiCGStab: Solving for omega, Initial residual = 1.63062e-05, Final residual = 5.14919e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.13182e-06, Final residual = 8.13182e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.25211e-07, Final residual = 6.11757e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.21526e-07, Final residual = 3.54504e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.68486e-05, Final residual = 2.26376e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000419781, Final residual = 9.50037e-07, No Iterations 19
time step continuity errors : sum local = 1.26386e-10, global = -1.6797e-20, cumulative = -2.1855e-18
DICPCG: Solving for p, Initial residual = 7.80542e-05, Final residual = 9.41961e-07, No Iterations 6
time step continuity errors : sum local = 1.25351e-10, global = -4.87004e-21, cumulative = -2.19037e-18
BiCGStab: Solving for omega, Initial residual = 1.47708e-05, Final residual = 5.76405e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.15066e-06, Final residual = 8.15066e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.27132e-07, Final residual = 1.21724e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.19815e-07, Final residual = 8.41295e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.06369e-05, Final residual = 4.00141e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000114388, Final residual = 7.9853e-07, No Iterations 5
time step continuity errors : sum local = 1.07058e-10, global = -7.19456e-20, cumulative = -2.26232e-18
DICPCG: Solving for p, Initial residual = 2.07348e-05, Final residual = 7.25153e-07, No Iterations 3
time step continuity errors : sum local = 9.76996e-11, global = -5.31343e-20, cumulative = -2.31545e-18
BiCGStab: Solving for omega, Initial residual = 1.55099e-05, Final residual = 6.22992e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.13408e-06, Final residual = 8.13408e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7077.01 s ClockTime = 7077 s Max(PAc) = 153727 Pa
Courant Number mean: 0.0582926 max: 0.982372 velocity magnitude: 1.26687
deltaT = 0.0004884
Time = 1.62584
--> Cloud: bubbleCloud
Added 244 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 600883
Mass introduced by injector = 5.48963e-10
Number of parcels added continuously = 1164
Mass introduced continuously = 1.10153e-12
Current number of parcels = 4172526
Current mass in system = 4.65719e-09
Number of parcels shifted at least once = 4482
Number of parcel shifts towards cell center = 4487
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00605955, Final user-defined norm residual = 0.000139634
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.00534e-05, Final user-defined norm residual = 4.01621e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.64433e-08, Final user-defined norm residual = 1.11902e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000575443, Final residual = 5.62144e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000431734, Final residual = 3.13491e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.03452, Final residual = 1.07077e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0489817, Final residual = 9.24158e-07, No Iterations 258
time step continuity errors : sum local = 1.18222e-10, global = 6.26351e-20, cumulative = -2.25282e-18
DICPCG: Solving for p, Initial residual = 0.007019, Final residual = 9.9585e-07, No Iterations 143
time step continuity errors : sum local = 1.38742e-10, global = 6.78594e-20, cumulative = -2.18496e-18
BiCGStab: Solving for omega, Initial residual = 0.00049336, Final residual = 8.33586e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000686623, Final residual = 1.07042e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.87416e-05, Final residual = 8.0628e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.13218e-05, Final residual = 5.19142e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00329604, Final residual = 3.0055e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0109325, Final residual = 9.78995e-07, No Iterations 117
time step continuity errors : sum local = 1.38785e-10, global = -3.44265e-20, cumulative = -2.21938e-18
DICPCG: Solving for p, Initial residual = 0.0020544, Final residual = 9.63923e-07, No Iterations 80
time step continuity errors : sum local = 1.36656e-10, global = -7.14911e-20, cumulative = -2.29088e-18
BiCGStab: Solving for omega, Initial residual = 2.21097e-05, Final residual = 7.84763e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.27607e-06, Final residual = 8.27607e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.45471e-06, Final residual = 5.00622e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.08304e-06, Final residual = 3.32863e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00050759, Final residual = 1.68496e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00204826, Final residual = 9.69821e-07, No Iterations 26
time step continuity errors : sum local = 1.37535e-10, global = 1.40045e-19, cumulative = -2.15083e-18
DICPCG: Solving for p, Initial residual = 0.000359477, Final residual = 9.5443e-07, No Iterations 13
time step continuity errors : sum local = 1.35555e-10, global = 9.25209e-20, cumulative = -2.05831e-18
BiCGStab: Solving for omega, Initial residual = 1.28784e-05, Final residual = 6.20446e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.34848e-06, Final residual = 8.34848e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.52081e-07, Final residual = 6.05205e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.40208e-07, Final residual = 3.84519e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.50068e-05, Final residual = 2.44754e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00053284, Final residual = 9.34388e-07, No Iterations 11
time step continuity errors : sum local = 1.32983e-10, global = 4.4727e-20, cumulative = -2.01358e-18
DICPCG: Solving for p, Initial residual = 0.00010014, Final residual = 8.0303e-07, No Iterations 6
time step continuity errors : sum local = 1.16083e-10, global = 4.10134e-20, cumulative = -1.97257e-18
BiCGStab: Solving for omega, Initial residual = 1.30998e-05, Final residual = 6.79886e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.3667e-06, Final residual = 8.3667e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.76247e-07, Final residual = 1.44049e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.55499e-07, Final residual = 8.44445e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.04768e-05, Final residual = 4.23635e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000155735, Final residual = 9.42788e-07, No Iterations 5
time step continuity errors : sum local = 1.34061e-10, global = -6.44089e-20, cumulative = -2.03698e-18
DICPCG: Solving for p, Initial residual = 2.91553e-05, Final residual = 7.24416e-07, No Iterations 3
time step continuity errors : sum local = 1.0597e-10, global = 2.66388e-20, cumulative = -2.01034e-18
BiCGStab: Solving for omega, Initial residual = 1.42251e-05, Final residual = 7.22568e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.36016e-06, Final residual = 8.36016e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7095.13 s ClockTime = 7095 s Max(PAc) = 154007 Pa
Courant Number mean: 0.0583096 max: 0.978228 velocity magnitude: 1.27126
deltaT = 0.0004884
Time = 1.62632
--> Cloud: bubbleCloud
Added 176 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 601059
Mass introduced by injector = 5.49104e-10
Number of parcels added continuously = 1082
Mass introduced continuously = 1.05233e-12
Current number of parcels = 4173289
Current mass in system = 4.65785e-09
Number of parcels shifted at least once = 4488
Number of parcel shifts towards cell center = 4492
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00591201, Final user-defined norm residual = 0.000130019
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.7985e-05, Final user-defined norm residual = 2.84918e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.13275e-08, Final user-defined norm residual = 6.94568e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000577313, Final residual = 5.66423e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000433121, Final residual = 3.10911e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0341773, Final residual = 1.13583e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0526948, Final residual = 9.29502e-07, No Iterations 248
time step continuity errors : sum local = 1.19815e-10, global = -4.57611e-20, cumulative = -2.0561e-18
DICPCG: Solving for p, Initial residual = 0.00753951, Final residual = 9.83146e-07, No Iterations 135
time step continuity errors : sum local = 1.30439e-10, global = -4.34673e-20, cumulative = -2.09957e-18
BiCGStab: Solving for omega, Initial residual = 0.000489108, Final residual = 8.13804e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00068575, Final residual = 1.11274e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.87752e-05, Final residual = 7.98277e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.13201e-05, Final residual = 5.43828e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00324805, Final residual = 2.96967e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0112563, Final residual = 9.73674e-07, No Iterations 88
time step continuity errors : sum local = 1.28651e-10, global = -1.19115e-20, cumulative = -2.11148e-18
DICPCG: Solving for p, Initial residual = 0.0021531, Final residual = 9.35635e-07, No Iterations 71
time step continuity errors : sum local = 1.23347e-10, global = -3.18179e-20, cumulative = -2.1433e-18
BiCGStab: Solving for omega, Initial residual = 2.10114e-05, Final residual = 5.5746e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.31261e-06, Final residual = 8.31261e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.63782e-06, Final residual = 5.12301e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.00678e-06, Final residual = 3.27013e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000480364, Final residual = 1.71539e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00200849, Final residual = 9.6391e-07, No Iterations 29
time step continuity errors : sum local = 1.26993e-10, global = 3.2445e-21, cumulative = -2.14005e-18
DICPCG: Solving for p, Initial residual = 0.000377316, Final residual = 9.22015e-07, No Iterations 19
time step continuity errors : sum local = 1.21573e-10, global = -3.45437e-20, cumulative = -2.1746e-18
BiCGStab: Solving for omega, Initial residual = 9.61567e-06, Final residual = 9.61567e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.37897e-06, Final residual = 8.37897e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.94557e-07, Final residual = 5.16646e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.78099e-07, Final residual = 3.66076e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.149e-05, Final residual = 2.40182e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000531389, Final residual = 8.40419e-07, No Iterations 11
time step continuity errors : sum local = 1.11038e-10, global = -2.48401e-20, cumulative = -2.19944e-18
DICPCG: Solving for p, Initial residual = 9.90095e-05, Final residual = 7.60168e-07, No Iterations 7
time step continuity errors : sum local = 1.00672e-10, global = 6.49172e-20, cumulative = -2.13452e-18
BiCGStab: Solving for omega, Initial residual = 9.73006e-06, Final residual = 9.73006e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.38784e-06, Final residual = 8.38784e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.87373e-07, Final residual = 9.54912e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.57241e-07, Final residual = 6.43357e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.97906e-05, Final residual = 4.06204e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000158519, Final residual = 9.9849e-07, No Iterations 4
time step continuity errors : sum local = 1.31432e-10, global = 2.828e-20, cumulative = -2.10624e-18
DICPCG: Solving for p, Initial residual = 3.03479e-05, Final residual = 6.83111e-07, No Iterations 3
time step continuity errors : sum local = 9.07234e-11, global = -7.15628e-21, cumulative = -2.1134e-18
BiCGStab: Solving for omega, Initial residual = 9.75345e-06, Final residual = 9.75345e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.38919e-06, Final residual = 8.38919e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7113.08 s ClockTime = 7113 s Max(PAc) = 154053 Pa
Courant Number mean: 0.0583266 max: 0.972976 velocity magnitude: 1.27659
deltaT = 0.0004884
Time = 1.62681
--> Cloud: bubbleCloud
Added 172 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 601231
Mass introduced by injector = 5.49265e-10
Number of parcels added continuously = 1178
Mass introduced continuously = 1.10006e-12
Current number of parcels = 4174164
Current mass in system = 4.65863e-09
Number of parcels shifted at least once = 4592
Number of parcel shifts towards cell center = 4601
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00571031, Final user-defined norm residual = 6.18051e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.33036e-05, Final user-defined norm residual = 1.11014e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.38963e-08, Final user-defined norm residual = 3.69371e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000579139, Final residual = 6.13823e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000432986, Final residual = 3.01492e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0343861, Final residual = 1.0945e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0475663, Final residual = 9.5986e-07, No Iterations 238
time step continuity errors : sum local = 1.22894e-10, global = 8.51876e-21, cumulative = -2.10488e-18
DICPCG: Solving for p, Initial residual = 0.00531314, Final residual = 8.93792e-07, No Iterations 111
time step continuity errors : sum local = 1.20792e-10, global = 8.397e-20, cumulative = -2.02091e-18
BiCGStab: Solving for omega, Initial residual = 0.000485669, Final residual = 8.14192e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000684769, Final residual = 1.12131e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.85769e-05, Final residual = 7.87282e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.11828e-05, Final residual = 5.26252e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00330214, Final residual = 3.16516e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0105031, Final residual = 9.49909e-07, No Iterations 99
time step continuity errors : sum local = 1.27191e-10, global = 5.09783e-20, cumulative = -1.96993e-18
DICPCG: Solving for p, Initial residual = 0.00197192, Final residual = 9.92833e-07, No Iterations 89
time step continuity errors : sum local = 1.32787e-10, global = 7.50122e-20, cumulative = -1.89492e-18
BiCGStab: Solving for omega, Initial residual = 2.04172e-05, Final residual = 5.19536e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.62418e-06, Final residual = 8.62418e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.90755e-06, Final residual = 5.00062e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.04611e-06, Final residual = 3.38744e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000522345, Final residual = 1.76808e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00199287, Final residual = 9.02585e-07, No Iterations 44
time step continuity errors : sum local = 1.21157e-10, global = 6.193e-20, cumulative = -1.83299e-18
DICPCG: Solving for p, Initial residual = 0.000374015, Final residual = 9.66618e-07, No Iterations 24
time step continuity errors : sum local = 1.29254e-10, global = 2.86562e-20, cumulative = -1.80433e-18
BiCGStab: Solving for omega, Initial residual = 8.96816e-06, Final residual = 8.96816e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.70687e-06, Final residual = 8.70687e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.0203e-06, Final residual = 4.59527e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.01843e-07, Final residual = 3.74416e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.92233e-05, Final residual = 2.51791e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000582937, Final residual = 9.27882e-07, No Iterations 15
time step continuity errors : sum local = 1.24319e-10, global = 1.00474e-19, cumulative = -1.70386e-18
DICPCG: Solving for p, Initial residual = 0.000107336, Final residual = 9.5696e-07, No Iterations 6
time step continuity errors : sum local = 1.28001e-10, global = 2.67544e-20, cumulative = -1.6771e-18
BiCGStab: Solving for omega, Initial residual = 9.16282e-06, Final residual = 9.16282e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.71056e-06, Final residual = 8.71056e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.03748e-07, Final residual = 9.4878e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.71792e-07, Final residual = 6.24579e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.06435e-05, Final residual = 4.38914e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000173756, Final residual = 7.16244e-07, No Iterations 5
time step continuity errors : sum local = 9.7425e-11, global = -6.84984e-20, cumulative = -1.7456e-18
DICPCG: Solving for p, Initial residual = 3.22275e-05, Final residual = 7.20988e-07, No Iterations 3
time step continuity errors : sum local = 9.8027e-11, global = 5.01031e-20, cumulative = -1.6955e-18
BiCGStab: Solving for omega, Initial residual = 9.19763e-06, Final residual = 9.19763e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.70941e-06, Final residual = 8.70941e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7130.82 s ClockTime = 7131 s Max(PAc) = 154042 Pa
Courant Number mean: 0.0583438 max: 0.982789 velocity magnitude: 1.28189
deltaT = 0.0004884
Time = 1.6273
--> Cloud: bubbleCloud
Added 129 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 601360
Mass introduced by injector = 5.49427e-10
Number of parcels added continuously = 1154
Mass introduced continuously = 1.08931e-12
Current number of parcels = 4174951
Current mass in system = 4.65936e-09
Number of parcels shifted at least once = 4456
Number of parcel shifts towards cell center = 4459
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00550681, Final user-defined norm residual = 6.64415e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.4303e-05, Final user-defined norm residual = 6.64549e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.43061e-08, Final user-defined norm residual = 1.12753e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000574977, Final residual = 5.81052e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000428596, Final residual = 3.00535e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0353875, Final residual = 1.19487e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0439407, Final residual = 9.62904e-07, No Iterations 254
time step continuity errors : sum local = 1.21937e-10, global = -1.27041e-20, cumulative = -1.7082e-18
DICPCG: Solving for p, Initial residual = 0.00486513, Final residual = 9.14507e-07, No Iterations 104
time step continuity errors : sum local = 1.20069e-10, global = 1.57583e-19, cumulative = -1.55062e-18
BiCGStab: Solving for omega, Initial residual = 0.000482252, Final residual = 8.18931e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000685333, Final residual = 1.11304e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.73916e-05, Final residual = 7.86902e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.02566e-05, Final residual = 5.06787e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00331544, Final residual = 3.27384e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00971217, Final residual = 9.27496e-07, No Iterations 99
time step continuity errors : sum local = 1.24788e-10, global = -5.05654e-20, cumulative = -1.60118e-18
DICPCG: Solving for p, Initial residual = 0.00172261, Final residual = 9.67942e-07, No Iterations 59
time step continuity errors : sum local = 1.29493e-10, global = 8.95711e-20, cumulative = -1.51161e-18
BiCGStab: Solving for omega, Initial residual = 2.06337e-05, Final residual = 4.68552e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.01896e-06, Final residual = 8.01896e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.28133e-06, Final residual = 5.04072e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.76921e-06, Final residual = 3.48047e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000489053, Final residual = 1.74223e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0016443, Final residual = 9.89462e-07, No Iterations 65
time step continuity errors : sum local = 1.32364e-10, global = -1.42602e-20, cumulative = -1.52587e-18
DICPCG: Solving for p, Initial residual = 0.000297799, Final residual = 9.57801e-07, No Iterations 33
time step continuity errors : sum local = 1.28384e-10, global = 1.09899e-20, cumulative = -1.51488e-18
BiCGStab: Solving for omega, Initial residual = 8.871e-06, Final residual = 8.871e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.08141e-06, Final residual = 8.08141e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.16734e-07, Final residual = 5.26443e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.1122e-07, Final residual = 3.29386e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.80743e-05, Final residual = 2.41666e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000449549, Final residual = 9.55532e-07, No Iterations 12
time step continuity errors : sum local = 1.28097e-10, global = -8.95003e-20, cumulative = -1.60438e-18
DICPCG: Solving for p, Initial residual = 8.34471e-05, Final residual = 8.43541e-07, No Iterations 6
time step continuity errors : sum local = 1.13924e-10, global = -3.9252e-20, cumulative = -1.64364e-18
BiCGStab: Solving for omega, Initial residual = 8.98662e-06, Final residual = 8.98662e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.07841e-06, Final residual = 8.07841e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.51076e-07, Final residual = 1.0029e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.53938e-07, Final residual = 6.38681e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.8363e-05, Final residual = 3.89888e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000133364, Final residual = 6.0924e-07, No Iterations 5
time step continuity errors : sum local = 8.42867e-11, global = -9.88748e-20, cumulative = -1.74251e-18
DICPCG: Solving for p, Initial residual = 2.50147e-05, Final residual = 7.10085e-07, No Iterations 3
time step continuity errors : sum local = 9.70433e-11, global = -5.27115e-20, cumulative = -1.79522e-18
BiCGStab: Solving for omega, Initial residual = 8.99985e-06, Final residual = 8.99985e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.07729e-06, Final residual = 8.07729e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7148.78 s ClockTime = 7149 s Max(PAc) = 154333 Pa
Courant Number mean: 0.058361 max: 0.993293 velocity magnitude: 1.28496
deltaT = 0.0004884
Time = 1.62779
--> Cloud: bubbleCloud
Added 203 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 601563
Mass introduced by injector = 5.49603e-10
Number of parcels added continuously = 1197
Mass introduced continuously = 1.12608e-12
Current number of parcels = 4175858
Current mass in system = 4.66018e-09
Number of parcels shifted at least once = 4625
Number of parcel shifts towards cell center = 4633
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00572012, Final user-defined norm residual = 0.000101439
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.18355e-05, Final user-defined norm residual = 2.82455e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.08019e-08, Final user-defined norm residual = 4.46512e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00057038, Final residual = 5.75652e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000426919, Final residual = 3.07289e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0347036, Final residual = 1.24308e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0452872, Final residual = 9.04882e-07, No Iterations 250
time step continuity errors : sum local = 1.14658e-10, global = -5.67908e-20, cumulative = -1.85201e-18
DICPCG: Solving for p, Initial residual = 0.0042663, Final residual = 9.46346e-07, No Iterations 108
time step continuity errors : sum local = 1.25991e-10, global = 5.9615e-20, cumulative = -1.7924e-18
BiCGStab: Solving for omega, Initial residual = 0.000481, Final residual = 8.14945e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000685267, Final residual = 1.09366e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.59607e-05, Final residual = 8.52907e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.01064e-05, Final residual = 5.53822e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0032832, Final residual = 3.44402e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00842497, Final residual = 9.80588e-07, No Iterations 96
time step continuity errors : sum local = 1.30691e-10, global = -3.06323e-20, cumulative = -1.82303e-18
DICPCG: Solving for p, Initial residual = 0.00148101, Final residual = 9.68393e-07, No Iterations 76
time step continuity errors : sum local = 1.29485e-10, global = -8.74936e-20, cumulative = -1.91052e-18
BiCGStab: Solving for omega, Initial residual = 1.98169e-05, Final residual = 4.29188e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.6208e-06, Final residual = 7.6208e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.62903e-06, Final residual = 4.95193e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.61418e-06, Final residual = 3.21361e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000494343, Final residual = 1.86518e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00127409, Final residual = 9.74956e-07, No Iterations 47
time step continuity errors : sum local = 1.30364e-10, global = -6.51476e-20, cumulative = -1.97567e-18
DICPCG: Solving for p, Initial residual = 0.000227205, Final residual = 9.88202e-07, No Iterations 19
time step continuity errors : sum local = 1.3205e-10, global = -2.19589e-20, cumulative = -1.99763e-18
BiCGStab: Solving for omega, Initial residual = 9.34621e-06, Final residual = 9.34621e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.67995e-06, Final residual = 7.67995e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.15775e-07, Final residual = 4.63106e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.25297e-07, Final residual = 3.48551e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.9222e-05, Final residual = 2.60701e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000304572, Final residual = 8.80169e-07, No Iterations 10
time step continuity errors : sum local = 1.1835e-10, global = 5.48924e-20, cumulative = -1.94274e-18
DICPCG: Solving for p, Initial residual = 5.5731e-05, Final residual = 7.58057e-07, No Iterations 6
time step continuity errors : sum local = 1.02859e-10, global = 2.54818e-20, cumulative = -1.91726e-18
BiCGStab: Solving for omega, Initial residual = 9.38233e-06, Final residual = 9.38233e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.67559e-06, Final residual = 7.67559e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.78279e-07, Final residual = 8.10959e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.14533e-07, Final residual = 5.23409e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.8909e-05, Final residual = 4.53697e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.45596e-05, Final residual = 7.7106e-07, No Iterations 5
time step continuity errors : sum local = 1.04508e-10, global = -1.35283e-20, cumulative = -1.93078e-18
DICPCG: Solving for p, Initial residual = 1.7446e-05, Final residual = 7.84551e-07, No Iterations 3
time step continuity errors : sum local = 1.0622e-10, global = -4.32798e-20, cumulative = -1.97406e-18
BiCGStab: Solving for omega, Initial residual = 9.39385e-06, Final residual = 9.39385e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.674e-06, Final residual = 7.674e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7166.55 s ClockTime = 7167 s Max(PAc) = 154435 Pa
Courant Number mean: 0.0583786 max: 0.99397 velocity magnitude: 1.28642
deltaT = 0.0004884
Time = 1.62828
--> Cloud: bubbleCloud
Added 149 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 601712
Mass introduced by injector = 5.49752e-10
Number of parcels added continuously = 1225
Mass introduced continuously = 1.11684e-12
Current number of parcels = 4176661
Current mass in system = 4.66086e-09
Number of parcels shifted at least once = 4535
Number of parcel shifts towards cell center = 4541
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00548355, Final user-defined norm residual = 0.000157934
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.40024e-05, Final user-defined norm residual = 3.05619e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.58009e-08, Final user-defined norm residual = 6.00392e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000569465, Final residual = 5.99015e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000424102, Final residual = 2.98247e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0354658, Final residual = 1.17403e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0507371, Final residual = 9.98427e-07, No Iterations 154
time step continuity errors : sum local = 1.5009e-10, global = -6.81726e-20, cumulative = -2.04224e-18
DICPCG: Solving for p, Initial residual = 0.00635342, Final residual = 8.98373e-07, No Iterations 244
time step continuity errors : sum local = 1.13999e-10, global = 2.19323e-20, cumulative = -2.0203e-18
BiCGStab: Solving for omega, Initial residual = 0.00047858, Final residual = 8.31732e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000684715, Final residual = 1.07388e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.48224e-05, Final residual = 8.68821e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.47145e-06, Final residual = 5.57037e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00334657, Final residual = 3.1438e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00759932, Final residual = 9.35077e-07, No Iterations 101
time step continuity errors : sum local = 1.18773e-10, global = -2.42773e-20, cumulative = -2.04458e-18
DICPCG: Solving for p, Initial residual = 0.00137173, Final residual = 9.69817e-07, No Iterations 82
time step continuity errors : sum local = 1.23421e-10, global = 4.66359e-20, cumulative = -1.99795e-18
BiCGStab: Solving for omega, Initial residual = 1.9709e-05, Final residual = 4.36874e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.49896e-06, Final residual = 7.49896e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.41014e-06, Final residual = 4.8907e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.46336e-06, Final residual = 3.10556e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00050652, Final residual = 1.7369e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00107525, Final residual = 9.99016e-07, No Iterations 51
time step continuity errors : sum local = 1.27154e-10, global = 5.46227e-20, cumulative = -1.94332e-18
DICPCG: Solving for p, Initial residual = 0.000177844, Final residual = 9.64354e-07, No Iterations 26
time step continuity errors : sum local = 1.2273e-10, global = 2.12149e-20, cumulative = -1.92211e-18
BiCGStab: Solving for omega, Initial residual = 1.00358e-05, Final residual = 3.07484e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.5635e-06, Final residual = 7.5635e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.51202e-07, Final residual = 4.78748e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.24137e-07, Final residual = 3.70243e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.36232e-05, Final residual = 2.47446e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000255627, Final residual = 9.17942e-07, No Iterations 14
time step continuity errors : sum local = 1.16829e-10, global = 2.73698e-20, cumulative = -1.89474e-18
DICPCG: Solving for p, Initial residual = 4.60113e-05, Final residual = 8.36052e-07, No Iterations 6
time step continuity errors : sum local = 1.06418e-10, global = 2.0077e-20, cumulative = -1.87466e-18
BiCGStab: Solving for omega, Initial residual = 8.83349e-06, Final residual = 8.83349e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.55571e-06, Final residual = 7.55571e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.40024e-07, Final residual = 8.14024e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.01548e-08, Final residual = 4.79524e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.0652e-05, Final residual = 4.04652e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 7.70455e-05, Final residual = 7.4132e-07, No Iterations 5
time step continuity errors : sum local = 9.43779e-11, global = 1.43907e-20, cumulative = -1.86027e-18
DICPCG: Solving for p, Initial residual = 1.34461e-05, Final residual = 6.84019e-07, No Iterations 3
time step continuity errors : sum local = 8.70951e-11, global = -3.73876e-20, cumulative = -1.89766e-18
BiCGStab: Solving for omega, Initial residual = 8.85917e-06, Final residual = 8.85917e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.55528e-06, Final residual = 7.55528e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7184.5 s ClockTime = 7185 s Max(PAc) = 153906 Pa
Courant Number mean: 0.0583958 max: 0.99244 velocity magnitude: 1.28658
deltaT = 0.0004884
Time = 1.62877
--> Cloud: bubbleCloud
Added 154 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 601866
Mass introduced by injector = 5.49905e-10
Number of parcels added continuously = 1162
Mass introduced continuously = 1.12258e-12
Current number of parcels = 4177258
Current mass in system = 4.66137e-09
Number of parcels shifted at least once = 4589
Number of parcel shifts towards cell center = 4597
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0057642, Final user-defined norm residual = 0.000273899
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.89083e-05, Final user-defined norm residual = 3.63011e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.80805e-08, Final user-defined norm residual = 5.02829e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000563676, Final residual = 5.85837e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000420376, Final residual = 3.17763e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0352363, Final residual = 1.21154e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0448048, Final residual = 9.94449e-07, No Iterations 254
time step continuity errors : sum local = 1.26723e-10, global = -3.72973e-20, cumulative = -1.93495e-18
DICPCG: Solving for p, Initial residual = 0.00566699, Final residual = 9.95542e-07, No Iterations 129
time step continuity errors : sum local = 1.30137e-10, global = 5.43753e-20, cumulative = -1.88058e-18
BiCGStab: Solving for omega, Initial residual = 0.000471532, Final residual = 7.54661e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000684794, Final residual = 1.06593e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.52807e-05, Final residual = 8.09573e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.11145e-06, Final residual = 5.01406e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00342129, Final residual = 3.22353e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00781389, Final residual = 9.57644e-07, No Iterations 97
time step continuity errors : sum local = 1.25178e-10, global = 5.05259e-20, cumulative = -1.83005e-18
DICPCG: Solving for p, Initial residual = 0.00136654, Final residual = 9.94919e-07, No Iterations 77
time step continuity errors : sum local = 1.30419e-10, global = 7.81523e-20, cumulative = -1.7519e-18
BiCGStab: Solving for omega, Initial residual = 1.70769e-05, Final residual = 2.44109e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.18109e-06, Final residual = 8.18109e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.64318e-06, Final residual = 5.1756e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.53102e-06, Final residual = 3.09494e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00051369, Final residual = 1.81057e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0014417, Final residual = 9.95593e-07, No Iterations 46
time step continuity errors : sum local = 1.30413e-10, global = -3.67452e-21, cumulative = -1.75558e-18
DICPCG: Solving for p, Initial residual = 0.000230516, Final residual = 9.30028e-07, No Iterations 13
time step continuity errors : sum local = 1.22007e-10, global = -1.58541e-19, cumulative = -1.91412e-18
BiCGStab: Solving for omega, Initial residual = 8.50631e-06, Final residual = 8.50631e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.25357e-06, Final residual = 8.25357e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.9251e-07, Final residual = 5.51817e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.28672e-07, Final residual = 3.82692e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.51921e-05, Final residual = 2.66713e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000372546, Final residual = 9.57406e-07, No Iterations 13
time step continuity errors : sum local = 1.25506e-10, global = -7.5184e-20, cumulative = -1.9893e-18
DICPCG: Solving for p, Initial residual = 5.98762e-05, Final residual = 9.58852e-07, No Iterations 5
time step continuity errors : sum local = 1.25682e-10, global = -2.86646e-21, cumulative = -1.99217e-18
BiCGStab: Solving for omega, Initial residual = 8.55588e-06, Final residual = 8.55588e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.25575e-06, Final residual = 8.25575e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.07602e-07, Final residual = 1.09388e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.22534e-07, Final residual = 7.43938e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.96856e-05, Final residual = 4.76636e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000108462, Final residual = 7.42344e-07, No Iterations 5
time step continuity errors : sum local = 9.79551e-11, global = -9.02887e-20, cumulative = -2.08246e-18
DICPCG: Solving for p, Initial residual = 1.73679e-05, Final residual = 6.85304e-07, No Iterations 3
time step continuity errors : sum local = 9.0649e-11, global = -1.57405e-19, cumulative = -2.23986e-18
BiCGStab: Solving for omega, Initial residual = 8.55075e-06, Final residual = 8.55075e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.25545e-06, Final residual = 8.25545e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7202.23 s ClockTime = 7203 s Max(PAc) = 154532 Pa
Courant Number mean: 0.0584124 max: 0.990393 velocity magnitude: 1.28541
deltaT = 0.0004884
Time = 1.62926
--> Cloud: bubbleCloud
Added 153 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 602019
Mass introduced by injector = 5.5002e-10
Number of parcels added continuously = 1207
Mass introduced continuously = 1.08441e-12
Current number of parcels = 4177957
Current mass in system = 4.66181e-09
Number of parcels shifted at least once = 4530
Number of parcel shifts towards cell center = 4538
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00599527, Final user-defined norm residual = 0.00031478
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.7631e-05, Final user-defined norm residual = 5.39894e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.16009e-07, Final user-defined norm residual = 1.57297e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00056321, Final residual = 5.85878e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000419129, Final residual = 3.03084e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0351328, Final residual = 1.00297e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0449535, Final residual = 8.67516e-07, No Iterations 260
time step continuity errors : sum local = 1.10563e-10, global = 6.31728e-20, cumulative = -2.17669e-18
DICPCG: Solving for p, Initial residual = 0.00584177, Final residual = 9.19283e-07, No Iterations 139
time step continuity errors : sum local = 1.25218e-10, global = -2.16277e-20, cumulative = -2.19832e-18
BiCGStab: Solving for omega, Initial residual = 0.000465134, Final residual = 7.03842e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000685134, Final residual = 1.06903e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.42176e-05, Final residual = 8.00106e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.75832e-06, Final residual = 4.82923e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00331099, Final residual = 2.83809e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00738408, Final residual = 9.91816e-07, No Iterations 132
time step continuity errors : sum local = 1.37692e-10, global = -4.94889e-20, cumulative = -2.24781e-18
DICPCG: Solving for p, Initial residual = 0.00128629, Final residual = 9.01072e-07, No Iterations 76
time step continuity errors : sum local = 1.25509e-10, global = -1.60209e-19, cumulative = -2.40801e-18
BiCGStab: Solving for omega, Initial residual = 1.85982e-05, Final residual = 2.81156e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.06101e-06, Final residual = 8.06101e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.30336e-06, Final residual = 4.97893e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.33435e-06, Final residual = 2.97536e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000497132, Final residual = 1.63426e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00120737, Final residual = 9.4197e-07, No Iterations 43
time step continuity errors : sum local = 1.30762e-10, global = 2.06175e-20, cumulative = -2.3874e-18
DICPCG: Solving for p, Initial residual = 0.000207545, Final residual = 9.80701e-07, No Iterations 15
time step continuity errors : sum local = 1.35661e-10, global = -6.44197e-20, cumulative = -2.45182e-18
BiCGStab: Solving for omega, Initial residual = 1.24131e-05, Final residual = 3.13737e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.1297e-06, Final residual = 8.1297e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.6787e-07, Final residual = 4.47283e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.4897e-07, Final residual = 3.41934e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.21624e-05, Final residual = 2.43092e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000313716, Final residual = 9.71254e-07, No Iterations 10
time step continuity errors : sum local = 1.34464e-10, global = 4.70881e-20, cumulative = -2.40473e-18
DICPCG: Solving for p, Initial residual = 5.39232e-05, Final residual = 9.88333e-07, No Iterations 5
time step continuity errors : sum local = 1.36628e-10, global = 1.59132e-20, cumulative = -2.38882e-18
BiCGStab: Solving for omega, Initial residual = 1.43514e-05, Final residual = 3.29438e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.13619e-06, Final residual = 8.13619e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.62494e-07, Final residual = 7.88958e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.54393e-08, Final residual = 5.25332e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.00768e-05, Final residual = 3.98125e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.88899e-05, Final residual = 9.52962e-07, No Iterations 4
time step continuity errors : sum local = 1.32138e-10, global = 1.50272e-19, cumulative = -2.23854e-18
DICPCG: Solving for p, Initial residual = 1.60802e-05, Final residual = 5.76499e-07, No Iterations 3
time step continuity errors : sum local = 8.43449e-11, global = 1.3281e-19, cumulative = -2.10573e-18
BiCGStab: Solving for omega, Initial residual = 1.56392e-05, Final residual = 3.91079e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.12615e-06, Final residual = 8.12615e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7219.89 s ClockTime = 7220 s Max(PAc) = 154626 Pa
Courant Number mean: 0.0584291 max: 0.987151 velocity magnitude: 1.28334
deltaT = 0.0004884
Time = 1.62974
--> Cloud: bubbleCloud
Added 146 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 602165
Mass introduced by injector = 5.50144e-10
Number of parcels added continuously = 1173
Mass introduced continuously = 1.07868e-12
Current number of parcels = 4178682
Current mass in system = 4.66235e-09
Number of parcels shifted at least once = 4600
Number of parcel shifts towards cell center = 4605
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00597115, Final user-defined norm residual = 0.000148465
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.18653e-05, Final user-defined norm residual = 2.72269e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.84408e-08, Final user-defined norm residual = 4.68992e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000561766, Final residual = 5.80474e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000420803, Final residual = 3.15425e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.034141, Final residual = 9.73316e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0477596, Final residual = 9.25564e-07, No Iterations 261
time step continuity errors : sum local = 1.16798e-10, global = 3.6724e-21, cumulative = -2.10206e-18
DICPCG: Solving for p, Initial residual = 0.00582562, Final residual = 9.71912e-07, No Iterations 141
time step continuity errors : sum local = 1.30021e-10, global = 6.63104e-20, cumulative = -2.03575e-18
BiCGStab: Solving for omega, Initial residual = 0.000468076, Final residual = 6.86158e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00068528, Final residual = 1.0694e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.48562e-05, Final residual = 7.3677e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.8177e-06, Final residual = 5.0402e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00320643, Final residual = 2.80973e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00858658, Final residual = 9.31093e-07, No Iterations 96
time step continuity errors : sum local = 1.23623e-10, global = 1.13469e-19, cumulative = -1.92228e-18
DICPCG: Solving for p, Initial residual = 0.00148014, Final residual = 9.27222e-07, No Iterations 75
time step continuity errors : sum local = 1.23672e-10, global = 6.59024e-20, cumulative = -1.85638e-18
BiCGStab: Solving for omega, Initial residual = 2.03185e-05, Final residual = 3.89848e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.91931e-06, Final residual = 7.91931e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.41055e-06, Final residual = 4.95134e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.40445e-06, Final residual = 2.98878e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00046626, Final residual = 1.6091e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00144371, Final residual = 9.47875e-07, No Iterations 22
time step continuity errors : sum local = 1.26199e-10, global = 9.08561e-20, cumulative = -1.76552e-18
DICPCG: Solving for p, Initial residual = 0.00025124, Final residual = 9.87204e-07, No Iterations 11
time step continuity errors : sum local = 1.31157e-10, global = 4.44458e-20, cumulative = -1.72108e-18
BiCGStab: Solving for omega, Initial residual = 1.32816e-05, Final residual = 2.8766e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.97997e-06, Final residual = 7.97997e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.4928e-07, Final residual = 4.99729e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.22237e-07, Final residual = 2.86833e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.55837e-05, Final residual = 2.29869e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000385215, Final residual = 9.64985e-07, No Iterations 10
time step continuity errors : sum local = 1.28359e-10, global = 1.10141e-19, cumulative = -1.61094e-18
DICPCG: Solving for p, Initial residual = 6.752e-05, Final residual = 8.57107e-07, No Iterations 6
time step continuity errors : sum local = 1.14763e-10, global = 9.1392e-20, cumulative = -1.51954e-18
BiCGStab: Solving for omega, Initial residual = 1.15907e-05, Final residual = 3.18212e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.98102e-06, Final residual = 7.98102e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.88931e-07, Final residual = 1.2775e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.77204e-08, Final residual = 6.5613e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.73327e-05, Final residual = 4.09717e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000114099, Final residual = 9.67273e-07, No Iterations 4
time step continuity errors : sum local = 1.28642e-10, global = 7.38015e-21, cumulative = -1.51216e-18
DICPCG: Solving for p, Initial residual = 2.06082e-05, Final residual = 6.83102e-07, No Iterations 3
time step continuity errors : sum local = 9.28363e-11, global = -3.30706e-20, cumulative = -1.54524e-18
BiCGStab: Solving for omega, Initial residual = 1.33516e-05, Final residual = 3.46961e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.97299e-06, Final residual = 7.97299e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7237.55 s ClockTime = 7238 s Max(PAc) = 154667 Pa
Courant Number mean: 0.0584461 max: 0.985342 velocity magnitude: 1.281
deltaT = 0.0004884
Time = 1.63023
--> Cloud: bubbleCloud
Added 152 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 602317
Mass introduced by injector = 5.50284e-10
Number of parcels added continuously = 1185
Mass introduced continuously = 1.06708e-12
Current number of parcels = 4179538
Current mass in system = 4.66312e-09
Number of parcels shifted at least once = 4619
Number of parcel shifts towards cell center = 4624
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00549967, Final user-defined norm residual = 8.41729e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.80667e-05, Final user-defined norm residual = 2.03214e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.36186e-08, Final user-defined norm residual = 7.51307e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000564744, Final residual = 5.90771e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000421296, Final residual = 3.08124e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0357652, Final residual = 1.1112e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0509822, Final residual = 9.897e-07, No Iterations 253
time step continuity errors : sum local = 1.24708e-10, global = -7.00269e-20, cumulative = -1.61526e-18
DICPCG: Solving for p, Initial residual = 0.00572355, Final residual = 9.06179e-07, No Iterations 128
time step continuity errors : sum local = 1.16314e-10, global = 1.93773e-20, cumulative = -1.59588e-18
BiCGStab: Solving for omega, Initial residual = 0.00045723, Final residual = 6.12184e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000685527, Final residual = 1.05608e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.58708e-05, Final residual = 8.16956e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.0447e-06, Final residual = 4.99667e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00326373, Final residual = 3.14118e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00891281, Final residual = 8.97241e-07, No Iterations 111
time step continuity errors : sum local = 1.13227e-10, global = -7.17441e-20, cumulative = -1.66763e-18
DICPCG: Solving for p, Initial residual = 0.00151455, Final residual = 9.50932e-07, No Iterations 72
time step continuity errors : sum local = 1.2052e-10, global = 1.79227e-20, cumulative = -1.64971e-18
BiCGStab: Solving for omega, Initial residual = 1.87048e-05, Final residual = 3.45385e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.54765e-06, Final residual = 7.54765e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.85275e-06, Final residual = 4.78879e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.4736e-06, Final residual = 2.92944e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000481489, Final residual = 1.70349e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00172737, Final residual = 9.61051e-07, No Iterations 48
time step continuity errors : sum local = 1.21722e-10, global = -1.05484e-19, cumulative = -1.75519e-18
DICPCG: Solving for p, Initial residual = 0.000287533, Final residual = 9.61806e-07, No Iterations 25
time step continuity errors : sum local = 1.21787e-10, global = -1.36207e-19, cumulative = -1.8914e-18
BiCGStab: Solving for omega, Initial residual = 1.15669e-05, Final residual = 3.53785e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.61605e-06, Final residual = 7.61605e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.15799e-07, Final residual = 4.22267e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.69534e-07, Final residual = 3.20626e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.84324e-05, Final residual = 2.29047e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000475612, Final residual = 9.57561e-07, No Iterations 15
time step continuity errors : sum local = 1.21242e-10, global = -1.67847e-19, cumulative = -2.05924e-18
DICPCG: Solving for p, Initial residual = 8.35351e-05, Final residual = 8.48841e-07, No Iterations 6
time step continuity errors : sum local = 1.0752e-10, global = -4.96641e-20, cumulative = -2.10891e-18
BiCGStab: Solving for omega, Initial residual = 1.30169e-05, Final residual = 3.73211e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.62272e-06, Final residual = 7.62272e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.34309e-07, Final residual = 6.94388e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.23826e-07, Final residual = 4.23545e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.80333e-05, Final residual = 3.75482e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000147007, Final residual = 7.10884e-07, No Iterations 5
time step continuity errors : sum local = 9.01216e-11, global = -7.88406e-20, cumulative = -2.18775e-18
DICPCG: Solving for p, Initial residual = 2.43589e-05, Final residual = 6.03594e-07, No Iterations 3
time step continuity errors : sum local = 7.65901e-11, global = -5.11574e-20, cumulative = -2.23891e-18
BiCGStab: Solving for omega, Initial residual = 1.52078e-05, Final residual = 4.58973e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.61862e-06, Final residual = 7.61862e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7255.28 s ClockTime = 7256 s Max(PAc) = 154758 Pa
Courant Number mean: 0.0584631 max: 0.980911 velocity magnitude: 1.2779
deltaT = 0.0004884
Time = 1.63072
--> Cloud: bubbleCloud
Added 244 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 602561
Mass introduced by injector = 5.50493e-10
Number of parcels added continuously = 1188
Mass introduced continuously = 1.08859e-12
Current number of parcels = 4180522
Current mass in system = 4.66395e-09
Number of parcels shifted at least once = 4736
Number of parcel shifts towards cell center = 4740
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00548354, Final user-defined norm residual = 8.2282e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.76737e-05, Final user-defined norm residual = 1.02096e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.19297e-08, Final user-defined norm residual = 2.71852e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000565418, Final residual = 5.85066e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000422152, Final residual = 3.00376e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0372306, Final residual = 9.78262e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0433129, Final residual = 9.61651e-07, No Iterations 261
time step continuity errors : sum local = 1.2245e-10, global = -1.04502e-20, cumulative = -2.24936e-18
DICPCG: Solving for p, Initial residual = 0.00432258, Final residual = 9.95678e-07, No Iterations 143
time step continuity errors : sum local = 1.28639e-10, global = 2.79392e-20, cumulative = -2.22142e-18
BiCGStab: Solving for omega, Initial residual = 0.000459289, Final residual = 6.5018e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000685477, Final residual = 1.04148e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.64819e-05, Final residual = 7.66978e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.68278e-06, Final residual = 5.18934e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00334658, Final residual = 2.80567e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0086768, Final residual = 9.87505e-07, No Iterations 130
time step continuity errors : sum local = 1.28892e-10, global = 4.33065e-21, cumulative = -2.21709e-18
DICPCG: Solving for p, Initial residual = 0.0013974, Final residual = 9.01019e-07, No Iterations 76
time step continuity errors : sum local = 1.1728e-10, global = 4.68955e-21, cumulative = -2.2124e-18
BiCGStab: Solving for omega, Initial residual = 2.07432e-05, Final residual = 4.57392e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.19149e-06, Final residual = 8.19149e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.0817e-06, Final residual = 4.90945e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.6405e-06, Final residual = 2.82526e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000496455, Final residual = 1.61102e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00171554, Final residual = 9.94307e-07, No Iterations 55
time step continuity errors : sum local = 1.29336e-10, global = -6.14231e-20, cumulative = -2.27382e-18
DICPCG: Solving for p, Initial residual = 0.000291138, Final residual = 9.55644e-07, No Iterations 29
time step continuity errors : sum local = 1.24357e-10, global = 6.95677e-20, cumulative = -2.20425e-18
BiCGStab: Solving for omega, Initial residual = 1.23393e-05, Final residual = 3.56025e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.29154e-06, Final residual = 8.29154e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.01218e-07, Final residual = 4.10628e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.43284e-07, Final residual = 3.0039e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.34648e-05, Final residual = 2.18719e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000442164, Final residual = 9.7755e-07, No Iterations 16
time step continuity errors : sum local = 1.27155e-10, global = 8.85416e-20, cumulative = -2.11571e-18
DICPCG: Solving for p, Initial residual = 7.91885e-05, Final residual = 9.90254e-07, No Iterations 5
time step continuity errors : sum local = 1.28774e-10, global = -5.57849e-20, cumulative = -2.1715e-18
BiCGStab: Solving for omega, Initial residual = 1.05902e-05, Final residual = 3.90777e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.29442e-06, Final residual = 8.29442e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.35809e-07, Final residual = 8.91412e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.22444e-07, Final residual = 5.33123e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.99986e-05, Final residual = 3.87067e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000137922, Final residual = 9.44563e-07, No Iterations 5
time step continuity errors : sum local = 1.22904e-10, global = 1.42267e-19, cumulative = -2.02923e-18
DICPCG: Solving for p, Initial residual = 2.24272e-05, Final residual = 7.65114e-07, No Iterations 3
time step continuity errors : sum local = 9.98521e-11, global = 1.19725e-19, cumulative = -1.9095e-18
BiCGStab: Solving for omega, Initial residual = 1.16434e-05, Final residual = 4.33371e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.28735e-06, Final residual = 8.28735e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7273.16 s ClockTime = 7273 s Max(PAc) = 154146 Pa
Courant Number mean: 0.0584805 max: 0.973613 velocity magnitude: 1.27862
deltaT = 0.0004884
Time = 1.63121
--> Cloud: bubbleCloud
Added 125 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 602686
Mass introduced by injector = 5.50594e-10
Number of parcels added continuously = 1198
Mass introduced continuously = 1.07698e-12
Current number of parcels = 4181404
Current mass in system = 4.66472e-09
Number of parcels shifted at least once = 4649
Number of parcel shifts towards cell center = 4655
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00589008, Final user-defined norm residual = 0.000145259
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.1195e-05, Final user-defined norm residual = 4.12697e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.86311e-08, Final user-defined norm residual = 1.68318e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000569603, Final residual = 5.90834e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000419364, Final residual = 3.08934e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0347732, Final residual = 1.20324e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0450626, Final residual = 9.88689e-07, No Iterations 144
time step continuity errors : sum local = 1.36552e-10, global = 8.22581e-20, cumulative = -1.82725e-18
DICPCG: Solving for p, Initial residual = 0.00568304, Final residual = 9.91049e-07, No Iterations 119
time step continuity errors : sum local = 1.3639e-10, global = -3.05533e-20, cumulative = -1.8578e-18
BiCGStab: Solving for omega, Initial residual = 0.000454988, Final residual = 5.24504e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000684997, Final residual = 1.03627e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.66217e-05, Final residual = 7.55514e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.76209e-06, Final residual = 4.71328e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0032319, Final residual = 3.1797e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00862123, Final residual = 9.14322e-07, No Iterations 131
time step continuity errors : sum local = 1.24725e-10, global = 1.25739e-19, cumulative = -1.73206e-18
DICPCG: Solving for p, Initial residual = 0.00152376, Final residual = 9.71742e-07, No Iterations 81
time step continuity errors : sum local = 1.32761e-10, global = 3.96026e-20, cumulative = -1.69246e-18
BiCGStab: Solving for omega, Initial residual = 1.78795e-05, Final residual = 3.44974e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.36282e-06, Final residual = 8.36282e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.98471e-06, Final residual = 4.76681e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.71768e-06, Final residual = 3.07273e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000481352, Final residual = 1.72033e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00148611, Final residual = 9.45724e-07, No Iterations 63
time step continuity errors : sum local = 1.29268e-10, global = 1.02079e-20, cumulative = -1.68225e-18
DICPCG: Solving for p, Initial residual = 0.000261503, Final residual = 9.76962e-07, No Iterations 21
time step continuity errors : sum local = 1.33247e-10, global = 8.53821e-20, cumulative = -1.59687e-18
BiCGStab: Solving for omega, Initial residual = 8.74239e-06, Final residual = 8.74239e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.44597e-06, Final residual = 8.44597e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.2187e-07, Final residual = 4.68498e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.29149e-07, Final residual = 3.86663e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.69984e-05, Final residual = 2.25325e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000375291, Final residual = 9.93628e-07, No Iterations 11
time step continuity errors : sum local = 1.3538e-10, global = -3.02764e-20, cumulative = -1.62714e-18
DICPCG: Solving for p, Initial residual = 6.59371e-05, Final residual = 9.88752e-07, No Iterations 5
time step continuity errors : sum local = 1.34746e-10, global = -4.22885e-20, cumulative = -1.66943e-18
BiCGStab: Solving for omega, Initial residual = 8.82622e-06, Final residual = 8.82622e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.44412e-06, Final residual = 8.44412e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.17691e-07, Final residual = 7.77215e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.14708e-07, Final residual = 4.963e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.77566e-05, Final residual = 3.76197e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000116671, Final residual = 8.82975e-07, No Iterations 5
time step continuity errors : sum local = 1.2116e-10, global = 4.43423e-22, cumulative = -1.66899e-18
DICPCG: Solving for p, Initial residual = 1.93939e-05, Final residual = 8.65052e-07, No Iterations 3
time step continuity errors : sum local = 1.18857e-10, global = 6.50327e-20, cumulative = -1.60396e-18
BiCGStab: Solving for omega, Initial residual = 8.83491e-06, Final residual = 8.83491e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.44109e-06, Final residual = 8.44109e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7290.92 s ClockTime = 7291 s Max(PAc) = 153817 Pa
Courant Number mean: 0.0584974 max: 0.968008 velocity magnitude: 1.27994
deltaT = 0.0004884
Time = 1.6317
--> Cloud: bubbleCloud
Added 172 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 602858
Mass introduced by injector = 5.50757e-10
Number of parcels added continuously = 1201
Mass introduced continuously = 1.07658e-12
Current number of parcels = 4182326
Current mass in system = 4.66556e-09
Number of parcels shifted at least once = 4670
Number of parcel shifts towards cell center = 4674
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0059676, Final user-defined norm residual = 9.31406e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.00153e-05, Final user-defined norm residual = 1.67073e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.59038e-08, Final user-defined norm residual = 2.42676e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000564034, Final residual = 5.86712e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000417838, Final residual = 3.07538e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0363274, Final residual = 1.06324e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0457044, Final residual = 9.31817e-07, No Iterations 262
time step continuity errors : sum local = 1.19376e-10, global = -6.27853e-20, cumulative = -1.66674e-18
DICPCG: Solving for p, Initial residual = 0.0058323, Final residual = 9.19299e-07, No Iterations 145
time step continuity errors : sum local = 1.17787e-10, global = 1.15518e-19, cumulative = -1.55122e-18
BiCGStab: Solving for omega, Initial residual = 0.000456054, Final residual = 5.24462e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000684656, Final residual = 1.01837e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.5367e-05, Final residual = 7.47318e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.45856e-06, Final residual = 4.62641e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00343314, Final residual = 3.00363e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00771439, Final residual = 9.89767e-07, No Iterations 113
time step continuity errors : sum local = 1.27654e-10, global = -6.18977e-20, cumulative = -1.61312e-18
DICPCG: Solving for p, Initial residual = 0.00129872, Final residual = 9.60295e-07, No Iterations 52
time step continuity errors : sum local = 1.23472e-10, global = 5.47978e-20, cumulative = -1.55832e-18
BiCGStab: Solving for omega, Initial residual = 1.90599e-05, Final residual = 4.46798e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.9174e-06, Final residual = 7.9174e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.49402e-06, Final residual = 4.85045e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.30987e-06, Final residual = 3.01596e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000515578, Final residual = 1.68131e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00142264, Final residual = 9.57024e-07, No Iterations 56
time step continuity errors : sum local = 1.23064e-10, global = 4.82495e-20, cumulative = -1.51007e-18
DICPCG: Solving for p, Initial residual = 0.00023504, Final residual = 9.30552e-07, No Iterations 19
time step continuity errors : sum local = 1.19665e-10, global = 2.29612e-20, cumulative = -1.48711e-18
BiCGStab: Solving for omega, Initial residual = 1.05592e-05, Final residual = 3.74593e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.99963e-06, Final residual = 7.99963e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.54153e-07, Final residual = 4.67784e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.10615e-07, Final residual = 3.36279e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.56018e-05, Final residual = 2.34274e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000354828, Final residual = 8.87777e-07, No Iterations 10
time step continuity errors : sum local = 1.14195e-10, global = 5.88537e-20, cumulative = -1.42826e-18
DICPCG: Solving for p, Initial residual = 5.922e-05, Final residual = 8.10039e-07, No Iterations 5
time step continuity errors : sum local = 1.04247e-10, global = 7.14577e-20, cumulative = -1.3568e-18
BiCGStab: Solving for omega, Initial residual = 1.15922e-05, Final residual = 4.08531e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.00022e-06, Final residual = 8.00022e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.61697e-07, Final residual = 7.46943e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.48641e-08, Final residual = 4.39162e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.01095e-05, Final residual = 4.01684e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.41436e-05, Final residual = 8.2068e-07, No Iterations 5
time step continuity errors : sum local = 1.05609e-10, global = 6.2189e-21, cumulative = -1.35058e-18
DICPCG: Solving for p, Initial residual = 1.57947e-05, Final residual = 7.52994e-07, No Iterations 3
time step continuity errors : sum local = 9.69521e-11, global = -4.26954e-20, cumulative = -1.39328e-18
BiCGStab: Solving for omega, Initial residual = 1.47275e-05, Final residual = 4.61632e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.99785e-06, Final residual = 7.99785e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7308.74 s ClockTime = 7309 s Max(PAc) = 154294 Pa
Courant Number mean: 0.0585141 max: 0.967424 velocity magnitude: 1.27917
deltaT = 0.0004884
Time = 1.63219
--> Cloud: bubbleCloud
Added 206 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 603064
Mass introduced by injector = 5.50925e-10
Number of parcels added continuously = 1154
Mass introduced continuously = 1.12766e-12
Current number of parcels = 4183206
Current mass in system = 4.66643e-09
Number of parcels shifted at least once = 4671
Number of parcel shifts towards cell center = 4676
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00589955, Final user-defined norm residual = 0.000112348
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.41628e-05, Final user-defined norm residual = 1.3967e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.00395e-08, Final user-defined norm residual = 2.28622e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00056966, Final residual = 5.78297e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000420077, Final residual = 3.13393e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0349614, Final residual = 1.29113e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0535901, Final residual = 9.12731e-07, No Iterations 164
time step continuity errors : sum local = 1.16096e-10, global = -1.95733e-21, cumulative = -1.39524e-18
DICPCG: Solving for p, Initial residual = 0.00715579, Final residual = 9.76108e-07, No Iterations 139
time step continuity errors : sum local = 1.24391e-10, global = 7.56386e-20, cumulative = -1.3196e-18
BiCGStab: Solving for omega, Initial residual = 0.000460816, Final residual = 4.86343e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000684518, Final residual = 1.01215e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.56546e-05, Final residual = 7.58429e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.13493e-06, Final residual = 4.76375e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00328174, Final residual = 3.18978e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0085363, Final residual = 9.62782e-07, No Iterations 104
time step continuity errors : sum local = 1.2498e-10, global = 6.50115e-20, cumulative = -1.25459e-18
DICPCG: Solving for p, Initial residual = 0.00144273, Final residual = 9.81522e-07, No Iterations 72
time step continuity errors : sum local = 1.28096e-10, global = 9.85557e-21, cumulative = -1.24473e-18
BiCGStab: Solving for omega, Initial residual = 2.14256e-05, Final residual = 3.30209e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.85082e-06, Final residual = 7.85082e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.65225e-06, Final residual = 4.99685e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.42455e-06, Final residual = 3.03896e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000493808, Final residual = 1.70759e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00146789, Final residual = 9.37889e-07, No Iterations 47
time step continuity errors : sum local = 1.22651e-10, global = -3.77268e-20, cumulative = -1.28246e-18
DICPCG: Solving for p, Initial residual = 0.000234956, Final residual = 9.32398e-07, No Iterations 28
time step continuity errors : sum local = 1.21933e-10, global = -3.32781e-20, cumulative = -1.31573e-18
BiCGStab: Solving for omega, Initial residual = 1.40677e-05, Final residual = 3.28504e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.89997e-06, Final residual = 7.89997e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.99822e-07, Final residual = 4.72222e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.53077e-07, Final residual = 2.47449e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.92682e-05, Final residual = 2.31275e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000361127, Final residual = 9.54073e-07, No Iterations 15
time step continuity errors : sum local = 1.2467e-10, global = -7.27073e-21, cumulative = -1.32301e-18
DICPCG: Solving for p, Initial residual = 6.06299e-05, Final residual = 9.40187e-07, No Iterations 5
time step continuity errors : sum local = 1.22919e-10, global = 9.96214e-20, cumulative = -1.22338e-18
BiCGStab: Solving for omega, Initial residual = 1.39244e-05, Final residual = 3.76246e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.88841e-06, Final residual = 7.88841e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.76474e-07, Final residual = 8.10748e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.33106e-08, Final residual = 4.44233e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.93605e-05, Final residual = 3.8354e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000103922, Final residual = 8.39501e-07, No Iterations 5
time step continuity errors : sum local = 1.10236e-10, global = 4.86711e-21, cumulative = -1.21852e-18
DICPCG: Solving for p, Initial residual = 1.69221e-05, Final residual = 7.3962e-07, No Iterations 3
time step continuity errors : sum local = 9.76533e-11, global = -4.08168e-20, cumulative = -1.25933e-18
BiCGStab: Solving for omega, Initial residual = 1.56419e-05, Final residual = 4.29139e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.89187e-06, Final residual = 7.89187e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7326.46 s ClockTime = 7327 s Max(PAc) = 155072 Pa
Courant Number mean: 0.0585308 max: 0.963364 velocity magnitude: 1.2738
deltaT = 0.0004884
Time = 1.63267
--> Cloud: bubbleCloud
Added 133 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 603197
Mass introduced by injector = 5.5106e-10
Number of parcels added continuously = 1124
Mass introduced continuously = 1.05453e-12
Current number of parcels = 4184067
Current mass in system = 4.66717e-09
Number of parcels shifted at least once = 4682
Number of parcel shifts towards cell center = 4683
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00574475, Final user-defined norm residual = 8.10758e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.74345e-05, Final user-defined norm residual = 1.19682e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.5737e-08, Final user-defined norm residual = 1.12046e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000566028, Final residual = 5.73673e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000420026, Final residual = 3.05636e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0346781, Final residual = 1.22658e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0488131, Final residual = 9.70816e-07, No Iterations 257
time step continuity errors : sum local = 1.22933e-10, global = 5.62944e-20, cumulative = -1.20304e-18
DICPCG: Solving for p, Initial residual = 0.00575319, Final residual = 8.5546e-07, No Iterations 143
time step continuity errors : sum local = 1.12009e-10, global = 2.17628e-20, cumulative = -1.18128e-18
BiCGStab: Solving for omega, Initial residual = 0.000456212, Final residual = 4.30237e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000684499, Final residual = 1.01501e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.58366e-05, Final residual = 7.89805e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.67763e-06, Final residual = 4.95285e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00322783, Final residual = 3.00415e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00785112, Final residual = 9.65429e-07, No Iterations 112
time step continuity errors : sum local = 1.25844e-10, global = -5.78108e-20, cumulative = -1.23909e-18
DICPCG: Solving for p, Initial residual = 0.00125722, Final residual = 9.09766e-07, No Iterations 70
time step continuity errors : sum local = 1.19553e-10, global = 1.11713e-20, cumulative = -1.22792e-18
BiCGStab: Solving for omega, Initial residual = 2.03088e-05, Final residual = 3.348e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.65271e-06, Final residual = 7.65271e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.62769e-06, Final residual = 5.07825e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.33538e-06, Final residual = 3.25414e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000477849, Final residual = 1.70557e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00145128, Final residual = 9.85973e-07, No Iterations 30
time step continuity errors : sum local = 1.29316e-10, global = -7.70161e-20, cumulative = -1.30493e-18
DICPCG: Solving for p, Initial residual = 0.000221668, Final residual = 9.65379e-07, No Iterations 15
time step continuity errors : sum local = 1.26676e-10, global = 1.95987e-20, cumulative = -1.28533e-18
BiCGStab: Solving for omega, Initial residual = 1.54197e-05, Final residual = 2.7731e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.68963e-06, Final residual = 7.68963e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.62723e-07, Final residual = 4.89574e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.19915e-07, Final residual = 3.11483e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.49465e-05, Final residual = 2.44114e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000351163, Final residual = 9.60033e-07, No Iterations 11
time step continuity errors : sum local = 1.2599e-10, global = 1.80324e-22, cumulative = -1.28515e-18
DICPCG: Solving for p, Initial residual = 5.1165e-05, Final residual = 8.49455e-07, No Iterations 5
time step continuity errors : sum local = 1.11889e-10, global = 1.09505e-19, cumulative = -1.17565e-18
BiCGStab: Solving for omega, Initial residual = 1.78581e-05, Final residual = 2.67664e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.6921e-06, Final residual = 7.6921e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.79242e-07, Final residual = 9.93247e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.77882e-08, Final residual = 5.74123e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.73058e-05, Final residual = 4.21024e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.8669e-05, Final residual = 8.75021e-07, No Iterations 5
time step continuity errors : sum local = 1.15146e-10, global = 5.21458e-20, cumulative = -1.1235e-18
DICPCG: Solving for p, Initial residual = 1.57006e-05, Final residual = 8.01372e-07, No Iterations 3
time step continuity errors : sum local = 1.05755e-10, global = 3.80549e-20, cumulative = -1.08545e-18
BiCGStab: Solving for omega, Initial residual = 1.75228e-05, Final residual = 2.78277e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.68179e-06, Final residual = 7.68179e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7344.3 s ClockTime = 7345 s Max(PAc) = 155297 Pa
Courant Number mean: 0.0585481 max: 0.965667 velocity magnitude: 1.26847
deltaT = 0.0004884
Time = 1.63316
--> Cloud: bubbleCloud
Added 159 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 603356
Mass introduced by injector = 5.512e-10
Number of parcels added continuously = 1132
Mass introduced continuously = 1.02512e-12
Current number of parcels = 4184930
Current mass in system = 4.66789e-09
Number of parcels shifted at least once = 4722
Number of parcel shifts towards cell center = 4725
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00518443, Final user-defined norm residual = 0.000102146
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.19695e-05, Final user-defined norm residual = 2.38175e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.12279e-08, Final user-defined norm residual = 3.1992e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000571224, Final residual = 5.45553e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000417873, Final residual = 2.92038e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0350925, Final residual = 1.1252e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0474002, Final residual = 9.25076e-07, No Iterations 260
time step continuity errors : sum local = 1.17074e-10, global = -2.08643e-20, cumulative = -1.10631e-18
DICPCG: Solving for p, Initial residual = 0.00530362, Final residual = 9.68259e-07, No Iterations 144
time step continuity errors : sum local = 1.23518e-10, global = 1.29888e-20, cumulative = -1.09332e-18
BiCGStab: Solving for omega, Initial residual = 0.00045735, Final residual = 4.52463e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000684555, Final residual = 1.00819e-07, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.58635e-05, Final residual = 8.08451e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.62389e-06, Final residual = 5.36924e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00325269, Final residual = 3.01254e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00803952, Final residual = 9.11012e-07, No Iterations 100
time step continuity errors : sum local = 1.14836e-10, global = 6.32076e-20, cumulative = -1.03011e-18
DICPCG: Solving for p, Initial residual = 0.00127151, Final residual = 8.33347e-07, No Iterations 76
time step continuity errors : sum local = 1.05726e-10, global = 9.89824e-20, cumulative = -9.31132e-19
BiCGStab: Solving for omega, Initial residual = 2.0633e-05, Final residual = 2.00289e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.87573e-06, Final residual = 7.87573e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.61927e-06, Final residual = 5.05952e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.25692e-06, Final residual = 3.20607e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000499949, Final residual = 1.75217e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00132297, Final residual = 9.15013e-07, No Iterations 47
time step continuity errors : sum local = 1.15962e-10, global = -6.57151e-20, cumulative = -9.96847e-19
DICPCG: Solving for p, Initial residual = 0.000201142, Final residual = 9.7922e-07, No Iterations 17
time step continuity errors : sum local = 1.24045e-10, global = -6.35464e-20, cumulative = -1.06039e-18
BiCGStab: Solving for omega, Initial residual = 1.31651e-05, Final residual = 1.92845e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.94335e-06, Final residual = 7.94335e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.91105e-07, Final residual = 4.54128e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.9922e-07, Final residual = 3.33804e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.99997e-05, Final residual = 2.49089e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000334836, Final residual = 9.30695e-07, No Iterations 13
time step continuity errors : sum local = 1.1791e-10, global = 6.55466e-20, cumulative = -9.94847e-19
DICPCG: Solving for p, Initial residual = 4.91598e-05, Final residual = 7.78174e-07, No Iterations 5
time step continuity errors : sum local = 9.86561e-11, global = -3.03713e-20, cumulative = -1.02522e-18
BiCGStab: Solving for omega, Initial residual = 9.49408e-06, Final residual = 9.49408e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.93943e-06, Final residual = 7.93943e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.53653e-07, Final residual = 8.00985e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.60075e-08, Final residual = 6.26023e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.85304e-05, Final residual = 4.17573e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.5968e-05, Final residual = 8.09945e-07, No Iterations 5
time step continuity errors : sum local = 1.02662e-10, global = 5.90523e-22, cumulative = -1.02463e-18
DICPCG: Solving for p, Initial residual = 1.27259e-05, Final residual = 7.28952e-07, No Iterations 3
time step continuity errors : sum local = 9.24417e-11, global = 3.05406e-20, cumulative = -9.94087e-19
BiCGStab: Solving for omega, Initial residual = 9.50751e-06, Final residual = 9.50751e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.93657e-06, Final residual = 7.93657e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7362.05 s ClockTime = 7362 s Max(PAc) = 155458 Pa
Courant Number mean: 0.0585652 max: 0.969466 velocity magnitude: 1.26632
deltaT = 0.0004884
Time = 1.63365
--> Cloud: bubbleCloud
Added 179 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 603535
Mass introduced by injector = 5.51336e-10
Number of parcels added continuously = 1149
Mass introduced continuously = 1.02767e-12
Current number of parcels = 4185828
Current mass in system = 4.66863e-09
Number of parcels shifted at least once = 4689
Number of parcel shifts towards cell center = 4692
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00549384, Final user-defined norm residual = 7.89812e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.69809e-05, Final user-defined norm residual = 1.38763e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.98349e-08, Final user-defined norm residual = 1.5881e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000573732, Final residual = 6.01008e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000424099, Final residual = 2.91999e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0334722, Final residual = 1.11494e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0538837, Final residual = 9.40531e-07, No Iterations 155
time step continuity errors : sum local = 1.22115e-10, global = -2.32473e-20, cumulative = -1.01733e-18
DICPCG: Solving for p, Initial residual = 0.00612037, Final residual = 9.03155e-07, No Iterations 95
time step continuity errors : sum local = 1.15654e-10, global = -2.07701e-20, cumulative = -1.0381e-18
BiCGStab: Solving for omega, Initial residual = 0.000448125, Final residual = 4.30603e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000684593, Final residual = 9.87339e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.68732e-05, Final residual = 7.58575e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.05201e-05, Final residual = 4.97049e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00314892, Final residual = 3.06327e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0092513, Final residual = 9.27128e-07, No Iterations 91
time step continuity errors : sum local = 1.17204e-10, global = 6.29448e-20, cumulative = -9.7516e-19
DICPCG: Solving for p, Initial residual = 0.00158556, Final residual = 9.46523e-07, No Iterations 55
time step continuity errors : sum local = 1.19592e-10, global = 5.94444e-20, cumulative = -9.15715e-19
BiCGStab: Solving for omega, Initial residual = 1.54044e-05, Final residual = 2.17541e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.13643e-06, Final residual = 8.13643e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.13403e-06, Final residual = 5.16558e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.85933e-06, Final residual = 3.40493e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000475412, Final residual = 1.72772e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00176182, Final residual = 9.92757e-07, No Iterations 35
time step continuity errors : sum local = 1.25456e-10, global = -6.15641e-20, cumulative = -9.7728e-19
DICPCG: Solving for p, Initial residual = 0.000296618, Final residual = 9.94102e-07, No Iterations 16
time step continuity errors : sum local = 1.25582e-10, global = -3.23011e-20, cumulative = -1.00958e-18
BiCGStab: Solving for omega, Initial residual = 6.23492e-06, Final residual = 6.23492e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.2045e-06, Final residual = 8.2045e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.63163e-07, Final residual = 5.09569e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.92097e-07, Final residual = 3.50969e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.61138e-05, Final residual = 2.49671e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000450448, Final residual = 9.01514e-07, No Iterations 9
time step continuity errors : sum local = 1.13902e-10, global = 9.71672e-21, cumulative = -9.99864e-19
DICPCG: Solving for p, Initial residual = 7.77791e-05, Final residual = 8.63366e-07, No Iterations 5
time step continuity errors : sum local = 1.09083e-10, global = 3.30807e-20, cumulative = -9.66783e-19
BiCGStab: Solving for omega, Initial residual = 6.30828e-06, Final residual = 6.30828e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.20315e-06, Final residual = 8.20315e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.49041e-07, Final residual = 9.99882e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.42768e-07, Final residual = 5.99313e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.75813e-05, Final residual = 4.28252e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000146487, Final residual = 8.09631e-07, No Iterations 5
time step continuity errors : sum local = 1.02308e-10, global = -4.56583e-20, cumulative = -1.01244e-18
DICPCG: Solving for p, Initial residual = 2.40052e-05, Final residual = 8.17906e-07, No Iterations 3
time step continuity errors : sum local = 1.03351e-10, global = -3.41293e-20, cumulative = -1.04657e-18
BiCGStab: Solving for omega, Initial residual = 6.31458e-06, Final residual = 6.31458e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.20155e-06, Final residual = 8.20155e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7379.79 s ClockTime = 7380 s Max(PAc) = 155949 Pa
Courant Number mean: 0.0585821 max: 0.972438 velocity magnitude: 1.26821
deltaT = 0.0004884
Time = 1.63414
--> Cloud: bubbleCloud
Added 236 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 603771
Mass introduced by injector = 5.51569e-10
Number of parcels added continuously = 1175
Mass introduced continuously = 1.15801e-12
Current number of parcels = 4186829
Current mass in system = 4.6696e-09
Number of parcels shifted at least once = 4743
Number of parcel shifts towards cell center = 4750
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0055635, Final user-defined norm residual = 7.98621e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.71834e-05, Final user-defined norm residual = 7.6049e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.63634e-08, Final user-defined norm residual = 5.21862e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000574944, Final residual = 5.24161e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000424445, Final residual = 2.62654e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0319207, Final residual = 9.15982e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0573961, Final residual = 9.63989e-07, No Iterations 181
time step continuity errors : sum local = 1.3181e-10, global = 2.98558e-20, cumulative = -1.01672e-18
DICPCG: Solving for p, Initial residual = 0.00693948, Final residual = 9.57207e-07, No Iterations 149
time step continuity errors : sum local = 1.25958e-10, global = 1.19569e-19, cumulative = -8.97146e-19
BiCGStab: Solving for omega, Initial residual = 0.000448269, Final residual = 4.56094e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000684686, Final residual = 9.76029e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.73768e-05, Final residual = 8.21716e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.043e-05, Final residual = 5.0262e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00297298, Final residual = 2.43164e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00873277, Final residual = 9.23686e-07, No Iterations 132
time step continuity errors : sum local = 1.21001e-10, global = -7.19848e-20, cumulative = -9.69131e-19
DICPCG: Solving for p, Initial residual = 0.00147622, Final residual = 9.30373e-07, No Iterations 79
time step continuity errors : sum local = 1.2129e-10, global = -5.94538e-20, cumulative = -1.02858e-18
BiCGStab: Solving for omega, Initial residual = 1.68595e-05, Final residual = 2.43146e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.85989e-06, Final residual = 7.85989e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.20335e-06, Final residual = 5.35805e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.83461e-06, Final residual = 3.15906e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000445737, Final residual = 1.43797e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0016507, Final residual = 9.83221e-07, No Iterations 42
time step continuity errors : sum local = 1.2807e-10, global = -5.92222e-20, cumulative = -1.08781e-18
DICPCG: Solving for p, Initial residual = 0.000270592, Final residual = 9.55016e-07, No Iterations 21
time step continuity errors : sum local = 1.24485e-10, global = -6.1389e-20, cumulative = -1.1492e-18
BiCGStab: Solving for omega, Initial residual = 7.30967e-06, Final residual = 7.30967e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.91267e-06, Final residual = 7.91267e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.87188e-07, Final residual = 5.35603e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.91208e-07, Final residual = 2.92693e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.0163e-05, Final residual = 2.4443e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000444151, Final residual = 9.06431e-07, No Iterations 10
time step continuity errors : sum local = 1.18261e-10, global = 3.57078e-21, cumulative = -1.14563e-18
DICPCG: Solving for p, Initial residual = 7.31308e-05, Final residual = 7.95522e-07, No Iterations 5
time step continuity errors : sum local = 1.04051e-10, global = 8.98404e-20, cumulative = -1.05579e-18
BiCGStab: Solving for omega, Initial residual = 7.39165e-06, Final residual = 7.39165e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.9106e-06, Final residual = 7.9106e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.63434e-07, Final residual = 9.87786e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.54575e-07, Final residual = 4.76678e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.64812e-05, Final residual = 4.24569e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000141715, Final residual = 9.50646e-07, No Iterations 4
time step continuity errors : sum local = 1.2392e-10, global = -9.30951e-20, cumulative = -1.14888e-18
DICPCG: Solving for p, Initial residual = 2.26897e-05, Final residual = 6.53733e-07, No Iterations 3
time step continuity errors : sum local = 8.58869e-11, global = -1.15366e-19, cumulative = -1.26425e-18
BiCGStab: Solving for omega, Initial residual = 7.40112e-06, Final residual = 7.40112e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.90991e-06, Final residual = 7.90991e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7397.61 s ClockTime = 7398 s Max(PAc) = 155417 Pa
Courant Number mean: 0.0585995 max: 0.979516 velocity magnitude: 1.27019
deltaT = 0.0004884
Time = 1.63463
--> Cloud: bubbleCloud
Added 166 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 603937
Mass introduced by injector = 5.51712e-10
Number of parcels added continuously = 1228
Mass introduced continuously = 1.09229e-12
Current number of parcels = 4187760
Current mass in system = 4.67031e-09
Number of parcels shifted at least once = 4696
Number of parcel shifts towards cell center = 4699
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0057638, Final user-defined norm residual = 0.000106138
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.28203e-05, Final user-defined norm residual = 1.88586e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.05477e-08, Final user-defined norm residual = 2.55906e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000568369, Final residual = 5.54766e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000415922, Final residual = 2.77972e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0327337, Final residual = 1.11336e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0457204, Final residual = 9.39657e-07, No Iterations 251
time step continuity errors : sum local = 1.20651e-10, global = 1.06297e-20, cumulative = -1.25362e-18
DICPCG: Solving for p, Initial residual = 0.0048704, Final residual = 9.71356e-07, No Iterations 108
time step continuity errors : sum local = 1.28486e-10, global = 5.48142e-20, cumulative = -1.1988e-18
BiCGStab: Solving for omega, Initial residual = 0.000444995, Final residual = 4.75687e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000684757, Final residual = 9.62185e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.45222e-05, Final residual = 8.62118e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.97337e-06, Final residual = 5.38707e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00321458, Final residual = 2.90007e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00752395, Final residual = 9.23386e-07, No Iterations 130
time step continuity errors : sum local = 1.22756e-10, global = 7.98005e-21, cumulative = -1.19082e-18
DICPCG: Solving for p, Initial residual = 0.00124571, Final residual = 8.96211e-07, No Iterations 76
time step continuity errors : sum local = 1.18489e-10, global = 3.80637e-20, cumulative = -1.15276e-18
BiCGStab: Solving for omega, Initial residual = 1.74003e-05, Final residual = 2.79241e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.92775e-06, Final residual = 7.92775e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.23837e-06, Final residual = 5.05409e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.40294e-06, Final residual = 3.10648e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000482669, Final residual = 1.64809e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00120903, Final residual = 9.48549e-07, No Iterations 56
time step continuity errors : sum local = 1.25295e-10, global = -1.20533e-21, cumulative = -1.15396e-18
DICPCG: Solving for p, Initial residual = 0.000197447, Final residual = 9.97558e-07, No Iterations 26
time step continuity errors : sum local = 1.31599e-10, global = 3.3617e-20, cumulative = -1.12035e-18
BiCGStab: Solving for omega, Initial residual = 9.34765e-06, Final residual = 9.34765e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.99754e-06, Final residual = 7.99754e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.29871e-07, Final residual = 4.67166e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.29797e-07, Final residual = 3.49116e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.87212e-05, Final residual = 2.59476e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000304987, Final residual = 9.09425e-07, No Iterations 11
time step continuity errors : sum local = 1.20269e-10, global = 5.27754e-20, cumulative = -1.06757e-18
DICPCG: Solving for p, Initial residual = 5.23238e-05, Final residual = 9.88188e-07, No Iterations 4
time step continuity errors : sum local = 1.30386e-10, global = 4.38501e-20, cumulative = -1.02372e-18
BiCGStab: Solving for omega, Initial residual = 9.39889e-06, Final residual = 9.39889e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.99908e-06, Final residual = 7.99908e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.47931e-07, Final residual = 8.3594e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.3298e-08, Final residual = 5.38097e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.8229e-05, Final residual = 4.55944e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.1793e-05, Final residual = 9.1403e-07, No Iterations 4
time step continuity errors : sum local = 1.20855e-10, global = -6.76765e-20, cumulative = -1.0914e-18
DICPCG: Solving for p, Initial residual = 1.61352e-05, Final residual = 6.51798e-07, No Iterations 3
time step continuity errors : sum local = 8.71555e-11, global = -8.64036e-20, cumulative = -1.1778e-18
BiCGStab: Solving for omega, Initial residual = 9.4017e-06, Final residual = 9.4017e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.9973e-06, Final residual = 7.9973e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7415.68 s ClockTime = 7416 s Max(PAc) = 154630 Pa
Courant Number mean: 0.0586166 max: 0.981646 velocity magnitude: 1.27036
deltaT = 0.0004884
Time = 1.63512
--> Cloud: bubbleCloud
Added 209 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 604146
Mass introduced by injector = 5.51886e-10
Number of parcels added continuously = 1120
Mass introduced continuously = 1.10816e-12
Current number of parcels = 4188649
Current mass in system = 4.67115e-09
Number of parcels shifted at least once = 4762
Number of parcel shifts towards cell center = 4765
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00561212, Final user-defined norm residual = 9.36376e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.01362e-05, Final user-defined norm residual = 1.29959e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.79475e-08, Final user-defined norm residual = 9.45404e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00056407, Final residual = 5.79405e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000412312, Final residual = 3.01908e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0334011, Final residual = 8.9182e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0382544, Final residual = 9.37987e-07, No Iterations 249
time step continuity errors : sum local = 1.20425e-10, global = -1.02152e-19, cumulative = -1.27995e-18
DICPCG: Solving for p, Initial residual = 0.00406828, Final residual = 8.90171e-07, No Iterations 95
time step continuity errors : sum local = 1.2046e-10, global = -1.57276e-20, cumulative = -1.29568e-18
BiCGStab: Solving for omega, Initial residual = 0.000442304, Final residual = 4.36367e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00068413, Final residual = 9.60541e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.5353e-05, Final residual = 7.38662e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.95777e-06, Final residual = 4.77285e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00320515, Final residual = 2.51729e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00770671, Final residual = 9.98631e-07, No Iterations 139
time step continuity errors : sum local = 1.3563e-10, global = -1.55994e-21, cumulative = -1.29724e-18
DICPCG: Solving for p, Initial residual = 0.00121013, Final residual = 9.82625e-07, No Iterations 90
time step continuity errors : sum local = 1.34255e-10, global = -1.61062e-19, cumulative = -1.4583e-18
BiCGStab: Solving for omega, Initial residual = 2.0072e-05, Final residual = 3.12811e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.8348e-06, Final residual = 7.8348e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.3865e-06, Final residual = 4.95353e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.41818e-06, Final residual = 3.23986e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000473112, Final residual = 1.49819e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.001337, Final residual = 9.73662e-07, No Iterations 41
time step continuity errors : sum local = 1.33179e-10, global = 9.08927e-21, cumulative = -1.44921e-18
DICPCG: Solving for p, Initial residual = 0.000215282, Final residual = 9.83716e-07, No Iterations 14
time step continuity errors : sum local = 1.34473e-10, global = -5.1505e-20, cumulative = -1.50072e-18
BiCGStab: Solving for omega, Initial residual = 1.37617e-05, Final residual = 3.02255e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.89616e-06, Final residual = 7.89616e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.21594e-07, Final residual = 5.35137e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.32938e-07, Final residual = 3.63066e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.77642e-05, Final residual = 2.41294e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000350648, Final residual = 9.26907e-07, No Iterations 9
time step continuity errors : sum local = 1.27178e-10, global = 1.09493e-21, cumulative = -1.49962e-18
DICPCG: Solving for p, Initial residual = 5.62031e-05, Final residual = 8.15252e-07, No Iterations 5
time step continuity errors : sum local = 1.12843e-10, global = -2.48084e-20, cumulative = -1.52443e-18
BiCGStab: Solving for omega, Initial residual = 1.55519e-05, Final residual = 3.26313e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.89108e-06, Final residual = 7.89108e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.76017e-07, Final residual = 1.12868e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.05261e-07, Final residual = 6.34021e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.82225e-05, Final residual = 4.04591e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000102407, Final residual = 8.92661e-07, No Iterations 4
time step continuity errors : sum local = 1.22777e-10, global = 5.24593e-20, cumulative = -1.47197e-18
DICPCG: Solving for p, Initial residual = 1.62555e-05, Final residual = 6.4237e-07, No Iterations 3
time step continuity errors : sum local = 9.06506e-11, global = -2.35258e-21, cumulative = -1.47433e-18
BiCGStab: Solving for omega, Initial residual = 1.61935e-05, Final residual = 3.49732e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.88688e-06, Final residual = 7.88688e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7433.51 s ClockTime = 7434 s Max(PAc) = 155195 Pa
Courant Number mean: 0.0586335 max: 0.983121 velocity magnitude: 1.27266
deltaT = 0.0004884
Time = 1.6356
--> Cloud: bubbleCloud
Added 143 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 604289
Mass introduced by injector = 5.52015e-10
Number of parcels added continuously = 1158
Mass introduced continuously = 1.06216e-12
Current number of parcels = 4189532
Current mass in system = 4.67194e-09
Number of parcels shifted at least once = 4800
Number of parcel shifts towards cell center = 4809
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00579356, Final user-defined norm residual = 8.00689e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.72074e-05, Final user-defined norm residual = 6.93983e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.49145e-08, Final user-defined norm residual = 4.36639e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000560925, Final residual = 5.93067e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000416744, Final residual = 2.94492e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0330569, Final residual = 9.0941e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0434911, Final residual = 9.12001e-07, No Iterations 249
time step continuity errors : sum local = 1.16601e-10, global = -4.82806e-20, cumulative = -1.52261e-18
DICPCG: Solving for p, Initial residual = 0.00477544, Final residual = 9.41918e-07, No Iterations 100
time step continuity errors : sum local = 1.25253e-10, global = -3.83827e-20, cumulative = -1.56099e-18
BiCGStab: Solving for omega, Initial residual = 0.000446894, Final residual = 4.06665e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000683783, Final residual = 9.50347e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.48587e-05, Final residual = 7.29861e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.23755e-06, Final residual = 4.45028e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00323969, Final residual = 2.63451e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00758327, Final residual = 9.59652e-07, No Iterations 140
time step continuity errors : sum local = 1.27548e-10, global = -5.40615e-21, cumulative = -1.56639e-18
DICPCG: Solving for p, Initial residual = 0.00123524, Final residual = 9.84648e-07, No Iterations 82
time step continuity errors : sum local = 1.2993e-10, global = -4.67782e-20, cumulative = -1.61317e-18
BiCGStab: Solving for omega, Initial residual = 1.97764e-05, Final residual = 3.07614e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.50156e-06, Final residual = 8.50156e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.18705e-06, Final residual = 4.95447e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.31749e-06, Final residual = 3.16182e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000503272, Final residual = 1.55847e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00119498, Final residual = 9.47637e-07, No Iterations 37
time step continuity errors : sum local = 1.25126e-10, global = -3.90853e-20, cumulative = -1.65226e-18
DICPCG: Solving for p, Initial residual = 0.000187395, Final residual = 9.65996e-07, No Iterations 13
time step continuity errors : sum local = 1.27473e-10, global = 5.92613e-22, cumulative = -1.65167e-18
BiCGStab: Solving for omega, Initial residual = 1.19632e-05, Final residual = 2.854e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.52197e-06, Final residual = 8.52197e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.24344e-07, Final residual = 5.73107e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.93401e-07, Final residual = 3.19085e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.6503e-05, Final residual = 2.58254e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000295973, Final residual = 9.67904e-07, No Iterations 14
time step continuity errors : sum local = 1.27724e-10, global = -7.06731e-20, cumulative = -1.72234e-18
DICPCG: Solving for p, Initial residual = 4.52505e-05, Final residual = 7.78875e-07, No Iterations 5
time step continuity errors : sum local = 1.0363e-10, global = -9.90627e-20, cumulative = -1.8214e-18
BiCGStab: Solving for omega, Initial residual = 9.81725e-06, Final residual = 9.81725e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.52809e-06, Final residual = 8.52809e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.38244e-07, Final residual = 1.48049e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.72148e-08, Final residual = 8.47636e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.00022e-05, Final residual = 4.57013e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 7.84906e-05, Final residual = 8.96669e-07, No Iterations 4
time step continuity errors : sum local = 1.18645e-10, global = -2.44671e-20, cumulative = -1.84587e-18
DICPCG: Solving for p, Initial residual = 1.19126e-05, Final residual = 5.56665e-07, No Iterations 3
time step continuity errors : sum local = 7.5308e-11, global = -6.18672e-20, cumulative = -1.90774e-18
BiCGStab: Solving for omega, Initial residual = 9.83487e-06, Final residual = 9.83487e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.52688e-06, Final residual = 8.52688e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7451.46 s ClockTime = 7452 s Max(PAc) = 154629 Pa
Courant Number mean: 0.0586506 max: 0.98258 velocity magnitude: 1.27254
deltaT = 0.0004884
Time = 1.63609
--> Cloud: bubbleCloud
Added 245 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 604534
Mass introduced by injector = 5.52196e-10
Number of parcels added continuously = 1166
Mass introduced continuously = 1.09466e-12
Current number of parcels = 4190491
Current mass in system = 4.67272e-09
Number of parcels shifted at least once = 4754
Number of parcel shifts towards cell center = 4762
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00607199, Final user-defined norm residual = 8.51657e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.83014e-05, Final user-defined norm residual = 1.10186e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.36787e-08, Final user-defined norm residual = 9.54051e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000560181, Final residual = 5.82741e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000415198, Final residual = 3.0124e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0329048, Final residual = 9.82032e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0457837, Final residual = 9.76803e-07, No Iterations 154
time step continuity errors : sum local = 1.3575e-10, global = -6.39476e-20, cumulative = -1.97168e-18
DICPCG: Solving for p, Initial residual = 0.00500334, Final residual = 9.2176e-07, No Iterations 137
time step continuity errors : sum local = 1.32153e-10, global = -5.82786e-20, cumulative = -2.02996e-18
BiCGStab: Solving for omega, Initial residual = 0.000438489, Final residual = 3.34668e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000682363, Final residual = 9.41427e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.42599e-05, Final residual = 7.41319e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.9998e-06, Final residual = 4.74507e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00320077, Final residual = 2.7523e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00775656, Final residual = 9.88893e-07, No Iterations 132
time step continuity errors : sum local = 1.42095e-10, global = 1.07464e-20, cumulative = -2.01922e-18
DICPCG: Solving for p, Initial residual = 0.0012193, Final residual = 9.88003e-07, No Iterations 91
time step continuity errors : sum local = 1.42747e-10, global = 1.32578e-20, cumulative = -2.00596e-18
BiCGStab: Solving for omega, Initial residual = 1.54296e-05, Final residual = 3.03607e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.08861e-06, Final residual = 8.08861e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.3456e-06, Final residual = 5.03997e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.30016e-06, Final residual = 3.24258e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000507968, Final residual = 1.5981e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00131606, Final residual = 9.92825e-07, No Iterations 36
time step continuity errors : sum local = 1.43447e-10, global = -1.18708e-19, cumulative = -2.12467e-18
DICPCG: Solving for p, Initial residual = 0.000187786, Final residual = 9.32741e-07, No Iterations 13
time step continuity errors : sum local = 1.3569e-10, global = -8.60511e-20, cumulative = -2.21072e-18
BiCGStab: Solving for omega, Initial residual = 8.56689e-06, Final residual = 8.56689e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.12654e-06, Final residual = 8.12654e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.63289e-07, Final residual = 5.24403e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.1819e-07, Final residual = 3.5458e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.68676e-05, Final residual = 2.47802e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00032083, Final residual = 9.14296e-07, No Iterations 12
time step continuity errors : sum local = 1.33308e-10, global = 3.58381e-20, cumulative = -2.17488e-18
DICPCG: Solving for p, Initial residual = 4.77585e-05, Final residual = 9.83209e-07, No Iterations 4
time step continuity errors : sum local = 1.4217e-10, global = 1.95412e-20, cumulative = -2.15534e-18
BiCGStab: Solving for omega, Initial residual = 8.6327e-06, Final residual = 8.6327e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.12629e-06, Final residual = 8.12629e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.54272e-07, Final residual = 1.26357e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.29691e-08, Final residual = 7.57233e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.09001e-05, Final residual = 4.09508e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.30808e-05, Final residual = 8.61222e-07, No Iterations 4
time step continuity errors : sum local = 1.26472e-10, global = 5.83192e-20, cumulative = -2.09702e-18
DICPCG: Solving for p, Initial residual = 1.32773e-05, Final residual = 9.7087e-07, No Iterations 2
time step continuity errors : sum local = 1.40583e-10, global = -2.19315e-22, cumulative = -2.09724e-18
BiCGStab: Solving for omega, Initial residual = 8.63876e-06, Final residual = 8.63876e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.12604e-06, Final residual = 8.12604e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7469.34 s ClockTime = 7470 s Max(PAc) = 154691 Pa
Courant Number mean: 0.0586677 max: 0.984662 velocity magnitude: 1.27273
deltaT = 0.0004884
Time = 1.63658
--> Cloud: bubbleCloud
Added 209 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 604743
Mass introduced by injector = 5.5239e-10
Number of parcels added continuously = 1235
Mass introduced continuously = 1.1069e-12
Current number of parcels = 4191525
Current mass in system = 4.67355e-09
Number of parcels shifted at least once = 4736
Number of parcel shifts towards cell center = 4740
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00616537, Final user-defined norm residual = 9.65577e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.07646e-05, Final user-defined norm residual = 1.3679e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.94169e-08, Final user-defined norm residual = 2.1068e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000562321, Final residual = 5.88441e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000417121, Final residual = 2.87173e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0342263, Final residual = 1.1267e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0513878, Final residual = 9.55754e-07, No Iterations 156
time step continuity errors : sum local = 1.32179e-10, global = 6.59718e-20, cumulative = -2.03127e-18
DICPCG: Solving for p, Initial residual = 0.00591801, Final residual = 9.8437e-07, No Iterations 138
time step continuity errors : sum local = 1.38717e-10, global = -5.29441e-20, cumulative = -2.08421e-18
BiCGStab: Solving for omega, Initial residual = 0.000445028, Final residual = 3.78615e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000682011, Final residual = 9.23888e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.55488e-05, Final residual = 7.52526e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.32099e-06, Final residual = 4.78839e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0032209, Final residual = 3.07286e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00789222, Final residual = 9.65326e-07, No Iterations 140
time step continuity errors : sum local = 1.37908e-10, global = -6.01207e-20, cumulative = -2.14433e-18
DICPCG: Solving for p, Initial residual = 0.0012383, Final residual = 9.52106e-07, No Iterations 82
time step continuity errors : sum local = 1.36787e-10, global = -4.4209e-20, cumulative = -2.18854e-18
BiCGStab: Solving for omega, Initial residual = 1.90262e-05, Final residual = 4.22907e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.94655e-06, Final residual = 7.94655e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.62204e-06, Final residual = 5.12273e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.43779e-06, Final residual = 3.17785e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000478977, Final residual = 1.73611e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.001267, Final residual = 9.94906e-07, No Iterations 67
time step continuity errors : sum local = 1.42358e-10, global = -1.26953e-20, cumulative = -2.20123e-18
DICPCG: Solving for p, Initial residual = 0.000183505, Final residual = 9.96577e-07, No Iterations 26
time step continuity errors : sum local = 1.42558e-10, global = -7.47729e-20, cumulative = -2.27601e-18
BiCGStab: Solving for omega, Initial residual = 1.2046e-05, Final residual = 3.64584e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.97901e-06, Final residual = 7.97901e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.07607e-07, Final residual = 6.02064e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.59583e-07, Final residual = 2.56939e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.45096e-05, Final residual = 2.4572e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000310973, Final residual = 9.47553e-07, No Iterations 17
time step continuity errors : sum local = 1.36211e-10, global = -4.51682e-20, cumulative = -2.32118e-18
DICPCG: Solving for p, Initial residual = 4.72962e-05, Final residual = 9.63416e-07, No Iterations 6
time step continuity errors : sum local = 1.38268e-10, global = 1.41199e-20, cumulative = -2.30706e-18
BiCGStab: Solving for omega, Initial residual = 1.42857e-05, Final residual = 3.95095e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.97709e-06, Final residual = 7.97709e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.62845e-07, Final residual = 1.05964e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03706e-07, Final residual = 5.70846e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.65976e-05, Final residual = 3.98552e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.51925e-05, Final residual = 7.76274e-07, No Iterations 5
time step continuity errors : sum local = 1.14034e-10, global = -9.0644e-20, cumulative = -2.3977e-18
DICPCG: Solving for p, Initial residual = 1.26673e-05, Final residual = 7.192e-07, No Iterations 3
time step continuity errors : sum local = 1.06643e-10, global = 2.62473e-20, cumulative = -2.37145e-18
BiCGStab: Solving for omega, Initial residual = 1.52268e-05, Final residual = 4.20327e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.9807e-06, Final residual = 7.9807e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7487.29 s ClockTime = 7488 s Max(PAc) = 154100 Pa
Courant Number mean: 0.058685 max: 0.987569 velocity magnitude: 1.27514
deltaT = 0.0004884
Time = 1.63707
--> Cloud: bubbleCloud
Added 183 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 604926
Mass introduced by injector = 5.5257e-10
Number of parcels added continuously = 1152
Mass introduced continuously = 1.08915e-12
Current number of parcels = 4192399
Current mass in system = 4.67439e-09
Number of parcels shifted at least once = 4731
Number of parcel shifts towards cell center = 4741
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00560967, Final user-defined norm residual = 0.000121334
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.60815e-05, Final user-defined norm residual = 1.46837e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.15631e-08, Final user-defined norm residual = 2.33569e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000561413, Final residual = 5.80548e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000420481, Final residual = 2.91678e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0335038, Final residual = 1.29236e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0502583, Final residual = 8.20148e-07, No Iterations 262
time step continuity errors : sum local = 1.05441e-10, global = -5.77001e-20, cumulative = -2.42915e-18
DICPCG: Solving for p, Initial residual = 0.00626388, Final residual = 9.31466e-07, No Iterations 145
time step continuity errors : sum local = 1.23316e-10, global = 4.20424e-20, cumulative = -2.38711e-18
BiCGStab: Solving for omega, Initial residual = 0.000447844, Final residual = 3.63738e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000682014, Final residual = 9.05425e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.60839e-05, Final residual = 8.1003e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.84913e-06, Final residual = 5.18114e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00322331, Final residual = 3.3777e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0084168, Final residual = 9.94854e-07, No Iterations 112
time step continuity errors : sum local = 1.27661e-10, global = -3.52288e-20, cumulative = -2.42234e-18
DICPCG: Solving for p, Initial residual = 0.00148037, Final residual = 9.61343e-07, No Iterations 90
time step continuity errors : sum local = 1.24362e-10, global = -3.51603e-20, cumulative = -2.4575e-18
BiCGStab: Solving for omega, Initial residual = 2.11532e-05, Final residual = 4.24677e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.92705e-06, Final residual = 7.92705e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.7079e-06, Final residual = 5.20956e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.63689e-06, Final residual = 3.4257e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000483229, Final residual = 1.83787e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00128299, Final residual = 9.52452e-07, No Iterations 70
time step continuity errors : sum local = 1.23358e-10, global = 9.06867e-20, cumulative = -2.36681e-18
DICPCG: Solving for p, Initial residual = 0.000215657, Final residual = 9.61918e-07, No Iterations 36
time step continuity errors : sum local = 1.24525e-10, global = -4.51159e-20, cumulative = -2.41193e-18
BiCGStab: Solving for omega, Initial residual = 1.59725e-05, Final residual = 4.68955e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.94937e-06, Final residual = 7.94937e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.12615e-07, Final residual = 4.96297e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.10015e-07, Final residual = 2.67749e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.68473e-05, Final residual = 2.5374e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00036745, Final residual = 9.16044e-07, No Iterations 11
time step continuity errors : sum local = 1.18627e-10, global = -1.14858e-19, cumulative = -2.52679e-18
DICPCG: Solving for p, Initial residual = 6.40439e-05, Final residual = 8.64974e-07, No Iterations 5
time step continuity errors : sum local = 1.12062e-10, global = -7.34868e-20, cumulative = -2.60027e-18
BiCGStab: Solving for omega, Initial residual = 1.52162e-05, Final residual = 5.17087e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.95935e-06, Final residual = 7.95935e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.04075e-07, Final residual = 8.30799e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.20307e-07, Final residual = 4.78468e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.79363e-05, Final residual = 4.25909e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.0001104, Final residual = 7.34639e-07, No Iterations 5
time step continuity errors : sum local = 9.53087e-11, global = -2.01619e-21, cumulative = -2.60229e-18
DICPCG: Solving for p, Initial residual = 1.92322e-05, Final residual = 7.60104e-07, No Iterations 3
time step continuity errors : sum local = 9.85816e-11, global = -7.44826e-20, cumulative = -2.67677e-18
BiCGStab: Solving for omega, Initial residual = 1.78793e-05, Final residual = 5.86685e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.94214e-06, Final residual = 7.94214e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7505.14 s ClockTime = 7505 s Max(PAc) = 155533 Pa
Courant Number mean: 0.0587024 max: 0.992584 velocity magnitude: 1.2827
deltaT = 0.0004884
Time = 1.63756
--> Cloud: bubbleCloud
Added 138 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 605064
Mass introduced by injector = 5.52679e-10
Number of parcels added continuously = 1177
Mass introduced continuously = 1.08066e-12
Current number of parcels = 4193333
Current mass in system = 4.67521e-09
Number of parcels shifted at least once = 4832
Number of parcel shifts towards cell center = 4838
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00532503, Final user-defined norm residual = 6.93589e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.49093e-05, Final user-defined norm residual = 7.61939e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.63788e-08, Final user-defined norm residual = 1.41154e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000567541, Final residual = 5.64882e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000423428, Final residual = 2.93907e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0331266, Final residual = 1.0543e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0434907, Final residual = 9.02596e-07, No Iterations 249
time step continuity errors : sum local = 1.15535e-10, global = 3.92215e-20, cumulative = -2.63755e-18
DICPCG: Solving for p, Initial residual = 0.0044957, Final residual = 9.72488e-07, No Iterations 80
time step continuity errors : sum local = 1.24319e-10, global = -9.17971e-20, cumulative = -2.72935e-18
BiCGStab: Solving for omega, Initial residual = 0.000449892, Final residual = 4.26857e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000682358, Final residual = 9.13323e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.75141e-05, Final residual = 7.34188e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.80708e-06, Final residual = 4.76132e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00321748, Final residual = 2.92274e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00927691, Final residual = 9.48937e-07, No Iterations 92
time step continuity errors : sum local = 1.21646e-10, global = -4.43392e-20, cumulative = -2.77369e-18
DICPCG: Solving for p, Initial residual = 0.00150049, Final residual = 9.99643e-07, No Iterations 58
time step continuity errors : sum local = 1.28245e-10, global = -4.30776e-20, cumulative = -2.81677e-18
BiCGStab: Solving for omega, Initial residual = 1.9288e-05, Final residual = 3.81661e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.89933e-06, Final residual = 7.89933e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.09379e-06, Final residual = 4.87705e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.62649e-06, Final residual = 3.22581e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000490023, Final residual = 1.71621e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00166619, Final residual = 9.80094e-07, No Iterations 57
time step continuity errors : sum local = 1.25868e-10, global = -5.59222e-20, cumulative = -2.87269e-18
DICPCG: Solving for p, Initial residual = 0.00027158, Final residual = 9.47683e-07, No Iterations 32
time step continuity errors : sum local = 1.21719e-10, global = -6.72575e-20, cumulative = -2.93994e-18
BiCGStab: Solving for omega, Initial residual = 1.01667e-05, Final residual = 2.80465e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.95015e-06, Final residual = 7.95015e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.83762e-07, Final residual = 4.41096e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.2254e-07, Final residual = 2.87122e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.936e-05, Final residual = 2.40974e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000448804, Final residual = 9.76896e-07, No Iterations 12
time step continuity errors : sum local = 1.25463e-10, global = 7.64237e-21, cumulative = -2.9323e-18
DICPCG: Solving for p, Initial residual = 7.79459e-05, Final residual = 8.90174e-07, No Iterations 6
time step continuity errors : sum local = 1.14364e-10, global = 9.7302e-20, cumulative = -2.835e-18
BiCGStab: Solving for omega, Initial residual = 9.69513e-06, Final residual = 9.69513e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.9508e-06, Final residual = 7.9508e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.37257e-07, Final residual = 7.8374e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.30327e-07, Final residual = 4.8477e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.87277e-05, Final residual = 3.94189e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00012777, Final residual = 8.75957e-07, No Iterations 5
time step continuity errors : sum local = 1.12544e-10, global = -3.95648e-20, cumulative = -2.87457e-18
DICPCG: Solving for p, Initial residual = 2.17553e-05, Final residual = 7.95235e-07, No Iterations 3
time step continuity errors : sum local = 1.02213e-10, global = -7.485e-20, cumulative = -2.94942e-18
BiCGStab: Solving for omega, Initial residual = 9.73598e-06, Final residual = 9.73598e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.94901e-06, Final residual = 7.94901e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7523.18 s ClockTime = 7524 s Max(PAc) = 156257 Pa
Courant Number mean: 0.0587199 max: 0.991577 velocity magnitude: 1.29126
deltaT = 0.0004884
Time = 1.63805
--> Cloud: bubbleCloud
Added 242 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 605306
Mass introduced by injector = 5.52884e-10
Number of parcels added continuously = 1168
Mass introduced continuously = 1.12217e-12
Current number of parcels = 4194314
Current mass in system = 4.6761e-09
Number of parcels shifted at least once = 4890
Number of parcel shifts towards cell center = 4896
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00614879, Final user-defined norm residual = 0.000107684
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.31461e-05, Final user-defined norm residual = 1.70432e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.6634e-08, Final user-defined norm residual = 5.47983e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000569871, Final residual = 6.00041e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000428751, Final residual = 3.03652e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0340098, Final residual = 1.02285e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0477677, Final residual = 9.5946e-07, No Iterations 259
time step continuity errors : sum local = 1.23917e-10, global = 9.04598e-20, cumulative = -2.85896e-18
DICPCG: Solving for p, Initial residual = 0.00589712, Final residual = 9.52832e-07, No Iterations 142
time step continuity errors : sum local = 1.24474e-10, global = 2.2005e-20, cumulative = -2.83695e-18
BiCGStab: Solving for omega, Initial residual = 0.000451811, Final residual = 4.89643e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00068366, Final residual = 9.00939e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.78665e-05, Final residual = 7.28847e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.08147e-05, Final residual = 4.55909e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00327234, Final residual = 2.85688e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00933796, Final residual = 8.91971e-07, No Iterations 100
time step continuity errors : sum local = 1.20137e-10, global = -5.07868e-20, cumulative = -2.88774e-18
DICPCG: Solving for p, Initial residual = 0.00168557, Final residual = 9.66412e-07, No Iterations 71
time step continuity errors : sum local = 1.29193e-10, global = -4.10992e-20, cumulative = -2.92884e-18
BiCGStab: Solving for omega, Initial residual = 1.47699e-05, Final residual = 2.5648e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.27804e-06, Final residual = 8.27804e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.21084e-06, Final residual = 5.24863e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.83747e-06, Final residual = 3.20113e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000486192, Final residual = 1.71449e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00172317, Final residual = 9.72424e-07, No Iterations 47
time step continuity errors : sum local = 1.30105e-10, global = -4.13233e-21, cumulative = -2.93297e-18
DICPCG: Solving for p, Initial residual = 0.000290234, Final residual = 9.94614e-07, No Iterations 34
time step continuity errors : sum local = 1.33001e-10, global = 8.93509e-21, cumulative = -2.92403e-18
BiCGStab: Solving for omega, Initial residual = 5.7231e-06, Final residual = 5.7231e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.33622e-06, Final residual = 8.33622e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.96901e-07, Final residual = 5.32564e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.08894e-07, Final residual = 3.03347e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.08526e-05, Final residual = 2.51338e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000433437, Final residual = 9.29196e-07, No Iterations 19
time step continuity errors : sum local = 1.24466e-10, global = -6.49449e-20, cumulative = -2.98898e-18
DICPCG: Solving for p, Initial residual = 7.68845e-05, Final residual = 9.6395e-07, No Iterations 6
time step continuity errors : sum local = 1.28975e-10, global = 2.63674e-20, cumulative = -2.96261e-18
BiCGStab: Solving for omega, Initial residual = 5.89516e-06, Final residual = 5.89516e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.33461e-06, Final residual = 8.33461e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.25239e-07, Final residual = 1.07108e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.45031e-07, Final residual = 5.58959e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.00277e-05, Final residual = 4.22098e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000123422, Final residual = 7.88809e-07, No Iterations 6
time step continuity errors : sum local = 1.06164e-10, global = -1.17917e-19, cumulative = -3.08053e-18
DICPCG: Solving for p, Initial residual = 2.13722e-05, Final residual = 9.08603e-07, No Iterations 3
time step continuity errors : sum local = 1.2176e-10, global = 4.54501e-20, cumulative = -3.03508e-18
BiCGStab: Solving for omega, Initial residual = 5.92838e-06, Final residual = 5.92838e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.33181e-06, Final residual = 8.33181e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7541 s ClockTime = 7541 s Max(PAc) = 155674 Pa
Courant Number mean: 0.0587374 max: 0.992293 velocity magnitude: 1.29984
deltaT = 0.0004884
Time = 1.63853
--> Cloud: bubbleCloud
Added 119 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 605425
Mass introduced by injector = 5.52987e-10
Number of parcels added continuously = 1150
Mass introduced continuously = 1.06597e-12
Current number of parcels = 4195153
Current mass in system = 4.67686e-09
Number of parcels shifted at least once = 4747
Number of parcel shifts towards cell center = 4750
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00595934, Final user-defined norm residual = 9.74152e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.09225e-05, Final user-defined norm residual = 1.28039e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.75004e-08, Final user-defined norm residual = 7.42728e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000571282, Final residual = 5.84087e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00042565, Final residual = 3.01043e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0330989, Final residual = 1.13187e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.051853, Final residual = 8.68706e-07, No Iterations 250
time step continuity errors : sum local = 1.12857e-10, global = 1.33425e-19, cumulative = -2.90165e-18
DICPCG: Solving for p, Initial residual = 0.00661148, Final residual = 9.44791e-07, No Iterations 94
time step continuity errors : sum local = 1.24544e-10, global = 8.48892e-20, cumulative = -2.81676e-18
BiCGStab: Solving for omega, Initial residual = 0.000456671, Final residual = 4.89996e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000685372, Final residual = 8.91373e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.97153e-05, Final residual = 8.03706e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.11314e-05, Final residual = 4.95106e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0030523, Final residual = 3.30238e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0110364, Final residual = 9.27596e-07, No Iterations 132
time step continuity errors : sum local = 1.21684e-10, global = 2.32373e-20, cumulative = -2.79353e-18
DICPCG: Solving for p, Initial residual = 0.00191519, Final residual = 9.7966e-07, No Iterations 84
time step continuity errors : sum local = 1.27596e-10, global = -5.21285e-20, cumulative = -2.84565e-18
BiCGStab: Solving for omega, Initial residual = 1.49895e-05, Final residual = 2.40439e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.55328e-06, Final residual = 8.55328e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.94664e-06, Final residual = 5.26783e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.13978e-06, Final residual = 3.43646e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000454003, Final residual = 1.86605e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00219385, Final residual = 9.25122e-07, No Iterations 60
time step continuity errors : sum local = 1.20413e-10, global = -6.68072e-20, cumulative = -2.91246e-18
DICPCG: Solving for p, Initial residual = 0.000371553, Final residual = 9.67075e-07, No Iterations 25
time step continuity errors : sum local = 1.25813e-10, global = -7.11221e-20, cumulative = -2.98358e-18
BiCGStab: Solving for omega, Initial residual = 6.24312e-06, Final residual = 6.24312e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.608e-06, Final residual = 8.608e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.15377e-06, Final residual = 5.21472e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.9923e-07, Final residual = 3.97548e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.1739e-05, Final residual = 2.28112e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000650829, Final residual = 9.45562e-07, No Iterations 16
time step continuity errors : sum local = 1.23015e-10, global = -1.44633e-19, cumulative = -3.12822e-18
DICPCG: Solving for p, Initial residual = 0.000108921, Final residual = 8.94822e-07, No Iterations 6
time step continuity errors : sum local = 1.16427e-10, global = -1.47416e-20, cumulative = -3.14296e-18
BiCGStab: Solving for omega, Initial residual = 6.48177e-06, Final residual = 6.48177e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.61793e-06, Final residual = 8.61793e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.22243e-07, Final residual = 1.11581e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.86106e-07, Final residual = 6.59473e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.61081e-05, Final residual = 3.71763e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000187633, Final residual = 8.37284e-07, No Iterations 6
time step continuity errors : sum local = 1.08965e-10, global = 1.74123e-19, cumulative = -2.96884e-18
DICPCG: Solving for p, Initial residual = 3.16509e-05, Final residual = 9.60463e-07, No Iterations 3
time step continuity errors : sum local = 1.24939e-10, global = -8.54453e-21, cumulative = -2.97738e-18
BiCGStab: Solving for omega, Initial residual = 6.52665e-06, Final residual = 6.52665e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.61734e-06, Final residual = 8.61734e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7559.04 s ClockTime = 7559 s Max(PAc) = 155605 Pa
Courant Number mean: 0.0587544 max: 0.992265 velocity magnitude: 1.30668
deltaT = 0.0004884
Time = 1.63902
--> Cloud: bubbleCloud
Added 193 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 605618
Mass introduced by injector = 5.5318e-10
Number of parcels added continuously = 1224
Mass introduced continuously = 1.08161e-12
Current number of parcels = 4196154
Current mass in system = 4.67775e-09
Number of parcels shifted at least once = 4845
Number of parcel shifts towards cell center = 4849
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00576848, Final user-defined norm residual = 8.59748e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.84763e-05, Final user-defined norm residual = 1.43843e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.09129e-08, Final user-defined norm residual = 1.2271e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000568573, Final residual = 5.81616e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000422332, Final residual = 2.79306e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0328645, Final residual = 1.13534e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0519766, Final residual = 9.92874e-07, No Iterations 247
time step continuity errors : sum local = 1.28965e-10, global = 3.34901e-20, cumulative = -2.94389e-18
DICPCG: Solving for p, Initial residual = 0.0063581, Final residual = 9.5749e-07, No Iterations 128
time step continuity errors : sum local = 1.32102e-10, global = 2.67059e-20, cumulative = -2.91719e-18
BiCGStab: Solving for omega, Initial residual = 0.000461457, Final residual = 5.28222e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000687093, Final residual = 8.8125e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.88453e-05, Final residual = 7.3434e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.06716e-05, Final residual = 4.85144e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00309767, Final residual = 3.14464e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0106527, Final residual = 9.69146e-07, No Iterations 111
time step continuity errors : sum local = 1.3462e-10, global = -9.08218e-21, cumulative = -2.92627e-18
DICPCG: Solving for p, Initial residual = 0.00186199, Final residual = 8.81498e-07, No Iterations 70
time step continuity errors : sum local = 1.24021e-10, global = 1.88356e-20, cumulative = -2.90743e-18
BiCGStab: Solving for omega, Initial residual = 1.95454e-05, Final residual = 3.0178e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.68599e-06, Final residual = 8.68599e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.82555e-06, Final residual = 5.18032e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.94582e-06, Final residual = 3.36524e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000464422, Final residual = 1.75475e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00209248, Final residual = 9.70308e-07, No Iterations 37
time step continuity errors : sum local = 1.35637e-10, global = 5.24792e-20, cumulative = -2.85495e-18
DICPCG: Solving for p, Initial residual = 0.00037188, Final residual = 9.95481e-07, No Iterations 19
time step continuity errors : sum local = 1.38857e-10, global = 1.10454e-19, cumulative = -2.7445e-18
BiCGStab: Solving for omega, Initial residual = 1.06954e-05, Final residual = 2.76007e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.69384e-06, Final residual = 8.69384e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.03418e-06, Final residual = 5.48042e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.4224e-07, Final residual = 3.38233e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.707e-05, Final residual = 2.28838e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00058644, Final residual = 9.95518e-07, No Iterations 11
time step continuity errors : sum local = 1.38857e-10, global = -4.58119e-20, cumulative = -2.79031e-18
DICPCG: Solving for p, Initial residual = 0.000102303, Final residual = 9.79306e-07, No Iterations 5
time step continuity errors : sum local = 1.36745e-10, global = -9.33994e-20, cumulative = -2.88371e-18
BiCGStab: Solving for omega, Initial residual = 1.2197e-05, Final residual = 3.3376e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.70128e-06, Final residual = 8.70128e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.04515e-07, Final residual = 1.00787e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.60262e-07, Final residual = 6.31847e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.77798e-05, Final residual = 3.91026e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000170164, Final residual = 7.40916e-07, No Iterations 6
time step continuity errors : sum local = 1.05812e-10, global = 1.31883e-19, cumulative = -2.75183e-18
DICPCG: Solving for p, Initial residual = 2.88619e-05, Final residual = 9.05652e-07, No Iterations 3
time step continuity errors : sum local = 1.27185e-10, global = -4.14699e-21, cumulative = -2.75597e-18
BiCGStab: Solving for omega, Initial residual = 1.47933e-05, Final residual = 3.68318e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.69552e-06, Final residual = 8.69552e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7576.99 s ClockTime = 7577 s Max(PAc) = 154879 Pa
Courant Number mean: 0.0587712 max: 0.995536 velocity magnitude: 1.308
deltaT = 0.0004884
Time = 1.63951
--> Cloud: bubbleCloud
Added 162 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 605780
Mass introduced by injector = 5.53317e-10
Number of parcels added continuously = 1168
Mass introduced continuously = 1.08258e-12
Current number of parcels = 4197039
Current mass in system = 4.67854e-09
Number of parcels shifted at least once = 4800
Number of parcel shifts towards cell center = 4806
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00563339, Final user-defined norm residual = 7.04782e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.51335e-05, Final user-defined norm residual = 8.4966e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.82447e-08, Final user-defined norm residual = 4.68513e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000565585, Final residual = 5.84333e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00042376, Final residual = 2.78068e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0322139, Final residual = 1.01369e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0452244, Final residual = 9.93039e-07, No Iterations 256
time step continuity errors : sum local = 1.28586e-10, global = 1.4564e-20, cumulative = -2.74141e-18
DICPCG: Solving for p, Initial residual = 0.00505661, Final residual = 9.5132e-07, No Iterations 104
time step continuity errors : sum local = 1.23872e-10, global = -1.13768e-19, cumulative = -2.85518e-18
BiCGStab: Solving for omega, Initial residual = 0.000465459, Final residual = 5.43477e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00068767, Final residual = 8.71826e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.87501e-05, Final residual = 7.55596e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.06622e-05, Final residual = 5.03566e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00306985, Final residual = 2.84432e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00992309, Final residual = 9.72506e-07, No Iterations 131
time step continuity errors : sum local = 1.27221e-10, global = 1.1327e-19, cumulative = -2.74191e-18
DICPCG: Solving for p, Initial residual = 0.00178717, Final residual = 9.83011e-07, No Iterations 76
time step continuity errors : sum local = 1.27763e-10, global = 8.97543e-20, cumulative = -2.65215e-18
BiCGStab: Solving for omega, Initial residual = 3.0613e-05, Final residual = 4.88064e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.09291e-06, Final residual = 9.09291e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.5984e-06, Final residual = 5.27585e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.82706e-06, Final residual = 3.50761e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000474426, Final residual = 1.69374e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00184373, Final residual = 9.57383e-07, No Iterations 50
time step continuity errors : sum local = 1.2451e-10, global = -7.03364e-20, cumulative = -2.72249e-18
DICPCG: Solving for p, Initial residual = 0.000325672, Final residual = 9.88553e-07, No Iterations 18
time step continuity errors : sum local = 1.28522e-10, global = -4.19818e-21, cumulative = -2.72669e-18
BiCGStab: Solving for omega, Initial residual = 2.35975e-05, Final residual = 5.21373e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.13315e-06, Final residual = 9.13315e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.70117e-07, Final residual = 5.84447e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.05606e-07, Final residual = 3.52555e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.8375e-05, Final residual = 2.2621e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000505657, Final residual = 9.83012e-07, No Iterations 10
time step continuity errors : sum local = 1.27812e-10, global = 4.60143e-20, cumulative = -2.68067e-18
DICPCG: Solving for p, Initial residual = 8.72665e-05, Final residual = 9.92037e-07, No Iterations 5
time step continuity errors : sum local = 1.28973e-10, global = -2.0459e-20, cumulative = -2.70113e-18
BiCGStab: Solving for omega, Initial residual = 2.91789e-05, Final residual = 5.6435e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.14462e-06, Final residual = 9.14462e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.78441e-07, Final residual = 9.93188e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.39663e-07, Final residual = 6.85736e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.83344e-05, Final residual = 3.80534e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000156265, Final residual = 7.62384e-07, No Iterations 5
time step continuity errors : sum local = 9.92876e-11, global = -6.33144e-20, cumulative = -2.76445e-18
DICPCG: Solving for p, Initial residual = 2.48129e-05, Final residual = 7.9857e-07, No Iterations 3
time step continuity errors : sum local = 1.03965e-10, global = -9.88137e-20, cumulative = -2.86326e-18
BiCGStab: Solving for omega, Initial residual = 2.766e-05, Final residual = 6.94368e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.1299e-06, Final residual = 9.1299e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7594.72 s ClockTime = 7595 s Max(PAc) = 154872 Pa
Courant Number mean: 0.058788 max: 0.999981 velocity magnitude: 1.30685
deltaT = 0.0004884
Time = 1.64
--> Cloud: bubbleCloud
Added 198 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 605978
Mass introduced by injector = 5.53475e-10
Number of parcels added continuously = 1189
Mass introduced continuously = 1.12855e-12
Current number of parcels = 4197985
Current mass in system = 4.67932e-09
Number of parcels shifted at least once = 4886
Number of parcel shifts towards cell center = 4891
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00588536, Final user-defined norm residual = 9.10685e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.95632e-05, Final user-defined norm residual = 1.37995e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.96443e-08, Final user-defined norm residual = 1.02803e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000564134, Final residual = 5.76793e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000426012, Final residual = 2.89912e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0328369, Final residual = 1.13534e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0459075, Final residual = 9.88159e-07, No Iterations 263
time step continuity errors : sum local = 1.27164e-10, global = 5.37532e-20, cumulative = -2.80951e-18
DICPCG: Solving for p, Initial residual = 0.00519991, Final residual = 9.60455e-07, No Iterations 146
time step continuity errors : sum local = 1.31697e-10, global = 5.49515e-20, cumulative = -2.75456e-18
BiCGStab: Solving for omega, Initial residual = 0.000472981, Final residual = 7.50601e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000687955, Final residual = 8.77263e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.74778e-05, Final residual = 7.61052e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03874e-05, Final residual = 4.91494e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00309294, Final residual = 2.90174e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00978889, Final residual = 9.93739e-07, No Iterations 128
time step continuity errors : sum local = 1.35994e-10, global = -2.80829e-20, cumulative = -2.78264e-18
DICPCG: Solving for p, Initial residual = 0.00176214, Final residual = 8.92959e-07, No Iterations 75
time step continuity errors : sum local = 1.22208e-10, global = -2.40596e-20, cumulative = -2.8067e-18
BiCGStab: Solving for omega, Initial residual = 2.9718e-05, Final residual = 6.26727e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.77735e-06, Final residual = 8.77735e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.11204e-06, Final residual = 5.11754e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.79681e-06, Final residual = 3.48806e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000458466, Final residual = 1.62846e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00166911, Final residual = 9.42966e-07, No Iterations 54
time step continuity errors : sum local = 1.28638e-10, global = 1.00906e-19, cumulative = -2.70579e-18
DICPCG: Solving for p, Initial residual = 0.000291487, Final residual = 9.78031e-07, No Iterations 15
time step continuity errors : sum local = 1.33159e-10, global = 1.14596e-19, cumulative = -2.5912e-18
BiCGStab: Solving for omega, Initial residual = 2.37665e-05, Final residual = 6.48485e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.89805e-06, Final residual = 8.89805e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.60963e-07, Final residual = 5.88598e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.33152e-07, Final residual = 4.08512e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.59417e-05, Final residual = 2.31866e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000473452, Final residual = 9.98435e-07, No Iterations 11
time step continuity errors : sum local = 1.35778e-10, global = 7.52974e-20, cumulative = -2.5159e-18
DICPCG: Solving for p, Initial residual = 8.10374e-05, Final residual = 8.64875e-07, No Iterations 6
time step continuity errors : sum local = 1.18604e-10, global = -1.39482e-20, cumulative = -2.52985e-18
BiCGStab: Solving for omega, Initial residual = 2.15907e-05, Final residual = 7.46932e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.93891e-06, Final residual = 8.93891e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.36754e-07, Final residual = 1.13032e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.39271e-07, Final residual = 7.87952e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.76411e-05, Final residual = 3.87664e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000134928, Final residual = 8.88907e-07, No Iterations 5
time step continuity errors : sum local = 1.2169e-10, global = -1.19915e-19, cumulative = -2.64976e-18
DICPCG: Solving for p, Initial residual = 2.36447e-05, Final residual = 7.80086e-07, No Iterations 3
time step continuity errors : sum local = 1.07702e-10, global = -9.10971e-20, cumulative = -2.74086e-18
BiCGStab: Solving for omega, Initial residual = 2.50151e-05, Final residual = 8.46488e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.91751e-06, Final residual = 8.91751e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7644.44 s ClockTime = 7645 s Max(PAc) = 154776 Pa
Courant Number mean: 0.0588044 max: 1.00024 velocity magnitude: 1.30325
deltaT = 0.000487805
Time = 1.64049
--> Cloud: bubbleCloud
Added 177 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 606155
Mass introduced by injector = 5.53625e-10
Number of parcels added continuously = 1252
Mass introduced continuously = 1.11429e-12
Current number of parcels = 4198988
Current mass in system = 4.68016e-09
Number of parcels shifted at least once = 4841
Number of parcel shifts towards cell center = 4845
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00566561, Final user-defined norm residual = 7.08865e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.52159e-05, Final user-defined norm residual = 1.16815e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.50747e-08, Final user-defined norm residual = 7.16486e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000563064, Final residual = 5.54115e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000424129, Final residual = 2.81493e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0315602, Final residual = 9.3595e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0470223, Final residual = 9.59046e-07, No Iterations 260
time step continuity errors : sum local = 1.2349e-10, global = -6.34488e-20, cumulative = -2.80431e-18
DICPCG: Solving for p, Initial residual = 0.00591638, Final residual = 9.3522e-07, No Iterations 143
time step continuity errors : sum local = 1.34854e-10, global = -7.09283e-20, cumulative = -2.87524e-18
BiCGStab: Solving for omega, Initial residual = 0.000467645, Final residual = 5.24148e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000687597, Final residual = 8.97175e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.63686e-05, Final residual = 7.41737e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03407e-05, Final residual = 4.53183e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00286799, Final residual = 2.63282e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00927601, Final residual = 9.79589e-07, No Iterations 95
time step continuity errors : sum local = 1.46725e-10, global = 3.65994e-20, cumulative = -2.83864e-18
DICPCG: Solving for p, Initial residual = 0.00156725, Final residual = 9.87693e-07, No Iterations 64
time step continuity errors : sum local = 1.48738e-10, global = -7.7493e-20, cumulative = -2.91613e-18
BiCGStab: Solving for omega, Initial residual = 2.42657e-05, Final residual = 5.82537e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.30187e-06, Final residual = 9.30187e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.71082e-06, Final residual = 5.21294e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.69166e-06, Final residual = 3.38234e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000430305, Final residual = 1.51633e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00148976, Final residual = 9.96693e-07, No Iterations 42
time step continuity errors : sum local = 1.50144e-10, global = 2.78612e-20, cumulative = -2.88827e-18
DICPCG: Solving for p, Initial residual = 0.000225997, Final residual = 9.71318e-07, No Iterations 16
time step continuity errors : sum local = 1.46835e-10, global = -7.80403e-20, cumulative = -2.96631e-18
BiCGStab: Solving for omega, Initial residual = 1.46785e-05, Final residual = 5.47283e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.43477e-06, Final residual = 9.43477e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.51795e-07, Final residual = 5.3759e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.38488e-07, Final residual = 3.87665e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.99302e-05, Final residual = 2.20624e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000383089, Final residual = 9.73137e-07, No Iterations 15
time step continuity errors : sum local = 1.47064e-10, global = -5.78401e-20, cumulative = -3.02415e-18
DICPCG: Solving for p, Initial residual = 6.26768e-05, Final residual = 8.57845e-07, No Iterations 6
time step continuity errors : sum local = 1.32168e-10, global = -4.92339e-20, cumulative = -3.07338e-18
BiCGStab: Solving for omega, Initial residual = 1.46448e-05, Final residual = 5.20423e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.43727e-06, Final residual = 9.43727e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.82707e-07, Final residual = 1.2088e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.25214e-07, Final residual = 9.67568e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.66484e-05, Final residual = 3.72455e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000100262, Final residual = 9.10309e-07, No Iterations 5
time step continuity errors : sum local = 1.38941e-10, global = -5.04418e-20, cumulative = -3.12382e-18
DICPCG: Solving for p, Initial residual = 1.69508e-05, Final residual = 6.48531e-07, No Iterations 3
time step continuity errors : sum local = 1.05143e-10, global = 1.51778e-19, cumulative = -2.97205e-18
BiCGStab: Solving for omega, Initial residual = 1.68297e-05, Final residual = 6.24744e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.44488e-06, Final residual = 9.44488e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7662.49 s ClockTime = 7663 s Max(PAc) = 154498 Pa
Courant Number mean: 0.0587493 max: 0.999004 velocity magnitude: 1.30002
deltaT = 0.000487805
Time = 1.64098
--> Cloud: bubbleCloud
Added 155 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 606310
Mass introduced by injector = 5.53806e-10
Number of parcels added continuously = 1235
Mass introduced continuously = 1.0902e-12
Current number of parcels = 4199912
Current mass in system = 4.68097e-09
Number of parcels shifted at least once = 4810
Number of parcel shifts towards cell center = 4812
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0052307, Final user-defined norm residual = 6.29503e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.35263e-05, Final user-defined norm residual = 5.85007e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.25704e-08, Final user-defined norm residual = 9.25674e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000560186, Final residual = 5.52348e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000422189, Final residual = 2.61416e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0304512, Final residual = 9.23586e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0470581, Final residual = 8.77678e-07, No Iterations 259
time step continuity errors : sum local = 1.1272e-10, global = 4.38493e-20, cumulative = -2.9282e-18
DICPCG: Solving for p, Initial residual = 0.00531837, Final residual = 8.60578e-07, No Iterations 143
time step continuity errors : sum local = 1.19415e-10, global = 1.26737e-20, cumulative = -2.91552e-18
BiCGStab: Solving for omega, Initial residual = 0.000462411, Final residual = 6.81219e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000688395, Final residual = 8.87517e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.60592e-05, Final residual = 7.67635e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.01004e-05, Final residual = 5.13872e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00284461, Final residual = 2.53193e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00860425, Final residual = 9.57597e-07, No Iterations 96
time step continuity errors : sum local = 1.29125e-10, global = 4.96264e-20, cumulative = -2.8659e-18
DICPCG: Solving for p, Initial residual = 0.00146593, Final residual = 9.78188e-07, No Iterations 73
time step continuity errors : sum local = 1.30834e-10, global = -9.4748e-20, cumulative = -2.96064e-18
BiCGStab: Solving for omega, Initial residual = 2.03508e-05, Final residual = 3.87365e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.00945e-06, Final residual = 9.00945e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.77865e-06, Final residual = 5.21765e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.63738e-06, Final residual = 3.47741e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000441981, Final residual = 1.49639e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00152485, Final residual = 9.47212e-07, No Iterations 33
time step continuity errors : sum local = 1.26639e-10, global = -5.60711e-20, cumulative = -3.01672e-18
DICPCG: Solving for p, Initial residual = 0.000245138, Final residual = 9.62375e-07, No Iterations 15
time step continuity errors : sum local = 1.28552e-10, global = -5.87024e-20, cumulative = -3.07542e-18
BiCGStab: Solving for omega, Initial residual = 1.18333e-05, Final residual = 3.25569e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.10757e-06, Final residual = 9.10757e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.0441e-07, Final residual = 4.98232e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.12216e-07, Final residual = 3.58244e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.49183e-05, Final residual = 2.28175e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000376157, Final residual = 9.05405e-07, No Iterations 13
time step continuity errors : sum local = 1.21243e-10, global = 3.06167e-21, cumulative = -3.07236e-18
DICPCG: Solving for p, Initial residual = 6.29298e-05, Final residual = 9.39513e-07, No Iterations 5
time step continuity errors : sum local = 1.25605e-10, global = 5.64344e-20, cumulative = -3.01592e-18
BiCGStab: Solving for omega, Initial residual = 1.16792e-05, Final residual = 3.75924e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.11509e-06, Final residual = 9.11509e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.98605e-07, Final residual = 1.09002e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.18193e-07, Final residual = 7.04735e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.8138e-05, Final residual = 3.91786e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000110947, Final residual = 9.80565e-07, No Iterations 4
time step continuity errors : sum local = 1.30865e-10, global = -1.45271e-20, cumulative = -3.03045e-18
DICPCG: Solving for p, Initial residual = 1.83454e-05, Final residual = 5.49444e-07, No Iterations 3
time step continuity errors : sum local = 7.56202e-11, global = -4.86661e-20, cumulative = -3.07912e-18
BiCGStab: Solving for omega, Initial residual = 1.39243e-05, Final residual = 4.13791e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.1044e-06, Final residual = 9.1044e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7680.54 s ClockTime = 7681 s Max(PAc) = 154686 Pa
Courant Number mean: 0.0587654 max: 0.997257 velocity magnitude: 1.29811
deltaT = 0.000487805
Time = 1.64146
--> Cloud: bubbleCloud
Added 205 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 606515
Mass introduced by injector = 5.5396e-10
Number of parcels added continuously = 1196
Mass introduced continuously = 1.14476e-12
Current number of parcels = 4200867
Current mass in system = 4.68181e-09
Number of parcels shifted at least once = 4857
Number of parcel shifts towards cell center = 4864
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00572444, Final user-defined norm residual = 9.40523e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.01966e-05, Final user-defined norm residual = 1.06537e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.28779e-08, Final user-defined norm residual = 7.17993e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000555726, Final residual = 5.63786e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000420366, Final residual = 2.67856e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0312324, Final residual = 9.11568e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0437738, Final residual = 8.99883e-07, No Iterations 253
time step continuity errors : sum local = 1.15119e-10, global = -1.44628e-20, cumulative = -3.09358e-18
DICPCG: Solving for p, Initial residual = 0.0041485, Final residual = 9.60147e-07, No Iterations 100
time step continuity errors : sum local = 1.30512e-10, global = -4.21729e-21, cumulative = -3.0978e-18
BiCGStab: Solving for omega, Initial residual = 0.000460737, Final residual = 5.31149e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000689531, Final residual = 8.79801e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.51214e-05, Final residual = 7.35104e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.00725e-05, Final residual = 4.95868e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00288183, Final residual = 2.4413e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00819508, Final residual = 9.71751e-07, No Iterations 94
time step continuity errors : sum local = 1.34453e-10, global = 9.70274e-20, cumulative = -3.00077e-18
DICPCG: Solving for p, Initial residual = 0.00144797, Final residual = 9.12571e-07, No Iterations 71
time step continuity errors : sum local = 1.27724e-10, global = 5.02201e-20, cumulative = -2.95055e-18
BiCGStab: Solving for omega, Initial residual = 2.37898e-05, Final residual = 3.81062e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.62344e-06, Final residual = 8.62344e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.5804e-06, Final residual = 4.93764e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.61611e-06, Final residual = 3.42961e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000422333, Final residual = 1.45028e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00143291, Final residual = 9.56939e-07, No Iterations 44
time step continuity errors : sum local = 1.33461e-10, global = 1.52364e-19, cumulative = -2.79818e-18
DICPCG: Solving for p, Initial residual = 0.000243143, Final residual = 9.85928e-07, No Iterations 16
time step continuity errors : sum local = 1.3714e-10, global = 1.22855e-19, cumulative = -2.67533e-18
BiCGStab: Solving for omega, Initial residual = 1.69257e-05, Final residual = 3.80504e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.67236e-06, Final residual = 8.67236e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.73121e-07, Final residual = 4.62939e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.95029e-07, Final residual = 3.38234e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.68971e-05, Final residual = 2.1298e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000380853, Final residual = 9.17076e-07, No Iterations 13
time step continuity errors : sum local = 1.28356e-10, global = 6.51732e-20, cumulative = -2.61016e-18
DICPCG: Solving for p, Initial residual = 6.64236e-05, Final residual = 9.26032e-07, No Iterations 5
time step continuity errors : sum local = 1.29494e-10, global = -5.18338e-20, cumulative = -2.66199e-18
BiCGStab: Solving for omega, Initial residual = 2.10149e-05, Final residual = 3.98959e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.67262e-06, Final residual = 8.67262e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.02548e-07, Final residual = 8.65628e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.18648e-07, Final residual = 6.51314e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.59324e-05, Final residual = 3.55582e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000114817, Final residual = 7.26453e-07, No Iterations 5
time step continuity errors : sum local = 1.04042e-10, global = -8.26063e-20, cumulative = -2.7446e-18
DICPCG: Solving for p, Initial residual = 1.95318e-05, Final residual = 6.19571e-07, No Iterations 3
time step continuity errors : sum local = 9.04113e-11, global = -1.51915e-19, cumulative = -2.89651e-18
BiCGStab: Solving for omega, Initial residual = 1.97192e-05, Final residual = 4.51456e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.66232e-06, Final residual = 8.66232e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7698.42 s ClockTime = 7699 s Max(PAc) = 154014 Pa
Courant Number mean: 0.0587816 max: 0.991999 velocity magnitude: 1.2957
deltaT = 0.000487805
Time = 1.64195
--> Cloud: bubbleCloud
Added 174 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 606689
Mass introduced by injector = 5.54128e-10
Number of parcels added continuously = 1250
Mass introduced continuously = 1.12888e-12
Current number of parcels = 4201887
Current mass in system = 4.68264e-09
Number of parcels shifted at least once = 4881
Number of parcel shifts towards cell center = 4889
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00570858, Final user-defined norm residual = 0.000103682
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.2269e-05, Final user-defined norm residual = 2.14275e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.60228e-08, Final user-defined norm residual = 2.0697e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000558151, Final residual = 5.62512e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.0004171, Final residual = 2.56086e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0296336, Final residual = 9.6492e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0426812, Final residual = 9.46978e-07, No Iterations 258
time step continuity errors : sum local = 1.20812e-10, global = -7.62895e-21, cumulative = -2.90414e-18
DICPCG: Solving for p, Initial residual = 0.00443212, Final residual = 9.0658e-07, No Iterations 142
time step continuity errors : sum local = 1.18236e-10, global = -1.62204e-20, cumulative = -2.92036e-18
BiCGStab: Solving for omega, Initial residual = 0.000463484, Final residual = 5.58991e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000689727, Final residual = 8.65374e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.53175e-05, Final residual = 7.40318e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.62953e-06, Final residual = 4.91897e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00274495, Final residual = 2.74877e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00847357, Final residual = 9.83355e-07, No Iterations 131
time step continuity errors : sum local = 1.31261e-10, global = -3.78028e-21, cumulative = -2.92414e-18
DICPCG: Solving for p, Initial residual = 0.00147882, Final residual = 9.57476e-07, No Iterations 84
time step continuity errors : sum local = 1.28846e-10, global = 2.90581e-20, cumulative = -2.89508e-18
BiCGStab: Solving for omega, Initial residual = 2.16336e-05, Final residual = 3.96984e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.86833e-06, Final residual = 8.86833e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.59581e-06, Final residual = 5.00232e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.46125e-06, Final residual = 3.54703e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000420398, Final residual = 1.53773e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00148608, Final residual = 9.77896e-07, No Iterations 30
time step continuity errors : sum local = 1.31578e-10, global = 1.27703e-19, cumulative = -2.76738e-18
DICPCG: Solving for p, Initial residual = 0.000262988, Final residual = 9.76679e-07, No Iterations 17
time step continuity errors : sum local = 1.31378e-10, global = 8.47864e-20, cumulative = -2.68259e-18
BiCGStab: Solving for omega, Initial residual = 1.45812e-05, Final residual = 4.24248e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.91365e-06, Final residual = 8.91365e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.52809e-07, Final residual = 4.45789e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.88625e-07, Final residual = 3.45256e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.68037e-05, Final residual = 2.14257e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000397541, Final residual = 9.26059e-07, No Iterations 10
time step continuity errors : sum local = 1.24914e-10, global = 4.30568e-20, cumulative = -2.63954e-18
DICPCG: Solving for p, Initial residual = 7.361e-05, Final residual = 7.57837e-07, No Iterations 6
time step continuity errors : sum local = 1.03439e-10, global = -2.75456e-20, cumulative = -2.66708e-18
BiCGStab: Solving for omega, Initial residual = 1.33425e-05, Final residual = 5.03919e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.91937e-06, Final residual = 8.91937e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.96078e-07, Final residual = 8.7663e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.07463e-07, Final residual = 5.74852e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.58606e-05, Final residual = 3.62232e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000109834, Final residual = 7.39144e-07, No Iterations 5
time step continuity errors : sum local = 1.01052e-10, global = 6.45238e-20, cumulative = -2.60256e-18
DICPCG: Solving for p, Initial residual = 2.06261e-05, Final residual = 6.61436e-07, No Iterations 3
time step continuity errors : sum local = 9.11342e-11, global = 1.89266e-20, cumulative = -2.58363e-18
BiCGStab: Solving for omega, Initial residual = 1.50935e-05, Final residual = 6.02828e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.9094e-06, Final residual = 8.9094e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7716.14 s ClockTime = 7717 s Max(PAc) = 153480 Pa
Courant Number mean: 0.058798 max: 0.995867 velocity magnitude: 1.29141
deltaT = 0.000487805
Time = 1.64244
--> Cloud: bubbleCloud
Added 220 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 606909
Mass introduced by injector = 5.54313e-10
Number of parcels added continuously = 1167
Mass introduced continuously = 1.12898e-12
Current number of parcels = 4202819
Current mass in system = 4.6835e-09
Number of parcels shifted at least once = 4906
Number of parcel shifts towards cell center = 4911
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00597965, Final user-defined norm residual = 0.00010206
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.19296e-05, Final user-defined norm residual = 1.97469e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.2431e-08, Final user-defined norm residual = 2.25451e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000560377, Final residual = 4.98988e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000418664, Final residual = 2.81354e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0296894, Final residual = 9.32795e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0507424, Final residual = 9.30946e-07, No Iterations 263
time step continuity errors : sum local = 1.17839e-10, global = -1.32378e-19, cumulative = -2.71601e-18
DICPCG: Solving for p, Initial residual = 0.00634863, Final residual = 9.08049e-07, No Iterations 147
time step continuity errors : sum local = 1.18781e-10, global = 5.12767e-20, cumulative = -2.66473e-18
BiCGStab: Solving for omega, Initial residual = 0.000456907, Final residual = 4.87537e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000690358, Final residual = 8.56698e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.52586e-05, Final residual = 9.34146e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.60861e-06, Final residual = 6.01064e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00274423, Final residual = 2.52179e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00841921, Final residual = 9.48232e-07, No Iterations 101
time step continuity errors : sum local = 1.20341e-10, global = -1.42072e-19, cumulative = -2.8068e-18
DICPCG: Solving for p, Initial residual = 0.00148301, Final residual = 9.26353e-07, No Iterations 76
time step continuity errors : sum local = 1.16811e-10, global = -1.04221e-19, cumulative = -2.91102e-18
BiCGStab: Solving for omega, Initial residual = 1.99989e-05, Final residual = 3.77843e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.74532e-06, Final residual = 8.74532e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.42802e-06, Final residual = 5.94656e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.40553e-06, Final residual = 3.86908e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000399566, Final residual = 1.44184e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0014623, Final residual = 9.98054e-07, No Iterations 43
time step continuity errors : sum local = 1.25917e-10, global = 7.62934e-20, cumulative = -2.83473e-18
DICPCG: Solving for p, Initial residual = 0.000250544, Final residual = 9.56993e-07, No Iterations 25
time step continuity errors : sum local = 1.20693e-10, global = 8.87707e-20, cumulative = -2.74596e-18
BiCGStab: Solving for omega, Initial residual = 1.15189e-05, Final residual = 3.00594e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.80311e-06, Final residual = 8.80311e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.84005e-07, Final residual = 5.06853e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.56163e-07, Final residual = 3.08984e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.58345e-05, Final residual = 2.0226e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000372766, Final residual = 8.40962e-07, No Iterations 12
time step continuity errors : sum local = 1.06068e-10, global = 1.81837e-20, cumulative = -2.72778e-18
DICPCG: Solving for p, Initial residual = 6.69021e-05, Final residual = 8.38408e-07, No Iterations 6
time step continuity errors : sum local = 1.05741e-10, global = 1.99944e-20, cumulative = -2.70778e-18
BiCGStab: Solving for omega, Initial residual = 1.11468e-05, Final residual = 2.73603e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.79745e-06, Final residual = 8.79745e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.83318e-07, Final residual = 8.07073e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.56617e-08, Final residual = 4.93995e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.57722e-05, Final residual = 3.43171e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000104532, Final residual = 7.89584e-07, No Iterations 5
time step continuity errors : sum local = 9.95883e-11, global = -1.7034e-20, cumulative = -2.72482e-18
DICPCG: Solving for p, Initial residual = 1.86768e-05, Final residual = 6.46349e-07, No Iterations 3
time step continuity errors : sum local = 8.15388e-11, global = 7.70889e-20, cumulative = -2.64773e-18
BiCGStab: Solving for omega, Initial residual = 1.21187e-05, Final residual = 2.63556e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.80734e-06, Final residual = 8.80734e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7733.91 s ClockTime = 7734 s Max(PAc) = 154402 Pa
Courant Number mean: 0.0588141 max: 0.998722 velocity magnitude: 1.28818
deltaT = 0.000487805
Time = 1.64293
--> Cloud: bubbleCloud
Added 142 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 607051
Mass introduced by injector = 5.5453e-10
Number of parcels added continuously = 1131
Mass introduced continuously = 1.02216e-12
Current number of parcels = 4203696
Current mass in system = 4.68429e-09
Number of parcels shifted at least once = 4775
Number of parcel shifts towards cell center = 4781
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00541604, Final user-defined norm residual = 8.98181e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.92865e-05, Final user-defined norm residual = 8.97327e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.92684e-08, Final user-defined norm residual = 6.44713e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000560593, Final residual = 5.26327e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000424331, Final residual = 2.40754e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0292551, Final residual = 1.015e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0485316, Final residual = 9.82869e-07, No Iterations 160
time step continuity errors : sum local = 1.34532e-10, global = -6.44009e-20, cumulative = -2.71213e-18
DICPCG: Solving for p, Initial residual = 0.00576727, Final residual = 9.33653e-07, No Iterations 142
time step continuity errors : sum local = 1.34731e-10, global = 1.41966e-20, cumulative = -2.69793e-18
BiCGStab: Solving for omega, Initial residual = 0.000456666, Final residual = 6.24895e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00069081, Final residual = 8.44726e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.84234e-05, Final residual = 8.57363e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03467e-05, Final residual = 5.72486e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00267582, Final residual = 2.74835e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0102176, Final residual = 9.9301e-07, No Iterations 238
time step continuity errors : sum local = 1.24638e-10, global = 5.45603e-20, cumulative = -2.64337e-18
DICPCG: Solving for p, Initial residual = 0.00186825, Final residual = 9.97256e-07, No Iterations 63
time step continuity errors : sum local = 1.25891e-10, global = -1.10355e-19, cumulative = -2.75373e-18
BiCGStab: Solving for omega, Initial residual = 2.16655e-05, Final residual = 1.91007e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.82988e-06, Final residual = 8.82988e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.5735e-06, Final residual = 5.28176e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.89951e-06, Final residual = 3.65017e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000397946, Final residual = 1.52974e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00189913, Final residual = 9.71131e-07, No Iterations 53
time step continuity errors : sum local = 1.22793e-10, global = 1.52272e-20, cumulative = -2.7385e-18
DICPCG: Solving for p, Initial residual = 0.000346445, Final residual = 9.95469e-07, No Iterations 13
time step continuity errors : sum local = 1.25882e-10, global = 4.69202e-20, cumulative = -2.69158e-18
BiCGStab: Solving for omega, Initial residual = 1.47063e-05, Final residual = 1.75208e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.90589e-06, Final residual = 8.90589e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.53188e-07, Final residual = 6.54343e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.18568e-07, Final residual = 4.46024e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.33653e-05, Final residual = 1.89926e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000521844, Final residual = 9.42299e-07, No Iterations 13
time step continuity errors : sum local = 1.19203e-10, global = -6.58535e-20, cumulative = -2.75743e-18
DICPCG: Solving for p, Initial residual = 9.73819e-05, Final residual = 9.77822e-07, No Iterations 5
time step continuity errors : sum local = 1.23666e-10, global = 1.08456e-20, cumulative = -2.74659e-18
BiCGStab: Solving for omega, Initial residual = 1.82289e-05, Final residual = 2.03171e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.91867e-06, Final residual = 8.91867e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.89869e-07, Final residual = 1.4971e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.60847e-07, Final residual = 9.63232e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.53665e-05, Final residual = 3.23685e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000155436, Final residual = 9.21022e-07, No Iterations 5
time step continuity errors : sum local = 1.16527e-10, global = 7.85329e-20, cumulative = -2.66805e-18
DICPCG: Solving for p, Initial residual = 2.92732e-05, Final residual = 9.6073e-07, No Iterations 3
time step continuity errors : sum local = 1.21516e-10, global = 3.92106e-20, cumulative = -2.62884e-18
BiCGStab: Solving for omega, Initial residual = 1.64617e-05, Final residual = 2.50036e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.9115e-06, Final residual = 8.9115e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7751.86 s ClockTime = 7752 s Max(PAc) = 154915 Pa
Courant Number mean: 0.0588305 max: 0.997022 velocity magnitude: 1.28702
deltaT = 0.000487805
Time = 1.64341
--> Cloud: bubbleCloud
Added 299 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 607350
Mass introduced by injector = 5.54762e-10
Number of parcels added continuously = 1234
Mass introduced continuously = 1.16302e-12
Current number of parcels = 4204830
Current mass in system = 4.6853e-09
Number of parcels shifted at least once = 4855
Number of parcel shifts towards cell center = 4860
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00562276, Final user-defined norm residual = 0.000107106
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.30391e-05, Final user-defined norm residual = 1.98595e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.272e-08, Final user-defined norm residual = 1.54844e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000559451, Final residual = 5.35312e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000422686, Final residual = 2.40239e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0288684, Final residual = 1.06806e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0547056, Final residual = 9.7894e-07, No Iterations 254
time step continuity errors : sum local = 1.24301e-10, global = -1.09332e-20, cumulative = -2.63978e-18
DICPCG: Solving for p, Initial residual = 0.00642717, Final residual = 9.76301e-07, No Iterations 135
time step continuity errors : sum local = 1.33461e-10, global = 1.76332e-20, cumulative = -2.62214e-18
BiCGStab: Solving for omega, Initial residual = 0.000459152, Final residual = 6.68653e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000691376, Final residual = 8.3626e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.75314e-05, Final residual = 7.57208e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03343e-05, Final residual = 4.93197e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00264233, Final residual = 2.71128e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00898895, Final residual = 9.71628e-07, No Iterations 130
time step continuity errors : sum local = 1.28385e-10, global = 7.60905e-20, cumulative = -2.54605e-18
DICPCG: Solving for p, Initial residual = 0.00160545, Final residual = 9.76623e-07, No Iterations 70
time step continuity errors : sum local = 1.27937e-10, global = -3.02554e-20, cumulative = -2.57631e-18
BiCGStab: Solving for omega, Initial residual = 2.10983e-05, Final residual = 3.67479e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.80118e-06, Final residual = 8.80118e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.14417e-06, Final residual = 5.12487e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.80731e-06, Final residual = 3.30294e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00039628, Final residual = 1.51126e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00157853, Final residual = 9.61586e-07, No Iterations 27
time step continuity errors : sum local = 1.25821e-10, global = 2.78001e-20, cumulative = -2.54851e-18
DICPCG: Solving for p, Initial residual = 0.000284657, Final residual = 9.9254e-07, No Iterations 21
time step continuity errors : sum local = 1.29797e-10, global = 3.52128e-20, cumulative = -2.5133e-18
BiCGStab: Solving for omega, Initial residual = 1.17535e-05, Final residual = 2.99476e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.89494e-06, Final residual = 8.89494e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.03116e-07, Final residual = 4.77338e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.70171e-07, Final residual = 3.05837e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.03303e-05, Final residual = 1.92172e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000447484, Final residual = 9.31107e-07, No Iterations 11
time step continuity errors : sum local = 1.21906e-10, global = -3.63848e-20, cumulative = -2.54968e-18
DICPCG: Solving for p, Initial residual = 7.95475e-05, Final residual = 7.98562e-07, No Iterations 6
time step continuity errors : sum local = 1.04886e-10, global = -2.02746e-20, cumulative = -2.56995e-18
BiCGStab: Solving for omega, Initial residual = 9.09624e-06, Final residual = 9.09624e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.90188e-06, Final residual = 8.90188e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.44037e-07, Final residual = 9.0701e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.64258e-07, Final residual = 5.92842e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.44507e-05, Final residual = 3.24588e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000125846, Final residual = 7.51078e-07, No Iterations 5
time step continuity errors : sum local = 9.87899e-11, global = -1.74146e-20, cumulative = -2.58737e-18
DICPCG: Solving for p, Initial residual = 2.37286e-05, Final residual = 7.22446e-07, No Iterations 3
time step continuity errors : sum local = 9.51128e-11, global = -1.04808e-19, cumulative = -2.69218e-18
BiCGStab: Solving for omega, Initial residual = 9.1371e-06, Final residual = 9.1371e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.89994e-06, Final residual = 8.89994e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7769.79 s ClockTime = 7770 s Max(PAc) = 154366 Pa
Courant Number mean: 0.0588472 max: 0.991968 velocity magnitude: 1.286
deltaT = 0.000487805
Time = 1.6439
--> Cloud: bubbleCloud
Added 100 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 607450
Mass introduced by injector = 5.54847e-10
Number of parcels added continuously = 1249
Mass introduced continuously = 1.09645e-12
Current number of parcels = 4205769
Current mass in system = 4.68611e-09
Number of parcels shifted at least once = 4821
Number of parcel shifts towards cell center = 4832
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00568225, Final user-defined norm residual = 9.36724e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.01246e-05, Final user-defined norm residual = 2.00854e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.31523e-08, Final user-defined norm residual = 2.77952e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000558006, Final residual = 5.61901e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00041872, Final residual = 2.6363e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0287799, Final residual = 8.16244e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0422675, Final residual = 9.10177e-07, No Iterations 249
time step continuity errors : sum local = 1.16211e-10, global = 5.36078e-20, cumulative = -2.63857e-18
DICPCG: Solving for p, Initial residual = 0.00518562, Final residual = 9.22191e-07, No Iterations 110
time step continuity errors : sum local = 1.19323e-10, global = 1.11087e-20, cumulative = -2.62746e-18
BiCGStab: Solving for omega, Initial residual = 0.000452631, Final residual = 5.91381e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000691651, Final residual = 8.24866e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.64567e-05, Final residual = 7.46609e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.01089e-05, Final residual = 4.77519e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00268035, Final residual = 2.35134e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00829261, Final residual = 9.91455e-07, No Iterations 132
time step continuity errors : sum local = 1.31912e-10, global = -5.49492e-20, cumulative = -2.68241e-18
DICPCG: Solving for p, Initial residual = 0.00149169, Final residual = 9.90172e-07, No Iterations 86
time step continuity errors : sum local = 1.32885e-10, global = -1.87535e-20, cumulative = -2.70116e-18
BiCGStab: Solving for omega, Initial residual = 1.52981e-05, Final residual = 2.83038e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.64107e-06, Final residual = 8.64107e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.20868e-06, Final residual = 4.90926e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.67288e-06, Final residual = 3.46746e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000408102, Final residual = 1.36321e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00150114, Final residual = 9.95166e-07, No Iterations 35
time step continuity errors : sum local = 1.33676e-10, global = -4.48345e-21, cumulative = -2.70565e-18
DICPCG: Solving for p, Initial residual = 0.000246834, Final residual = 9.72145e-07, No Iterations 14
time step continuity errors : sum local = 1.30723e-10, global = 3.52202e-21, cumulative = -2.70213e-18
BiCGStab: Solving for omega, Initial residual = 6.33621e-06, Final residual = 6.33621e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.71922e-06, Final residual = 8.71922e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.90603e-07, Final residual = 4.90304e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.82257e-07, Final residual = 3.74117e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.7111e-05, Final residual = 1.90708e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000396886, Final residual = 8.83965e-07, No Iterations 9
time step continuity errors : sum local = 1.19476e-10, global = 5.18332e-20, cumulative = -2.65029e-18
DICPCG: Solving for p, Initial residual = 7.06897e-05, Final residual = 8.49631e-07, No Iterations 5
time step continuity errors : sum local = 1.1509e-10, global = 1.16594e-19, cumulative = -2.5337e-18
BiCGStab: Solving for omega, Initial residual = 6.46346e-06, Final residual = 6.46346e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.72635e-06, Final residual = 8.72635e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.3923e-07, Final residual = 1.02283e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.44268e-07, Final residual = 6.74561e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.61057e-05, Final residual = 3.25923e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000123175, Final residual = 8.88866e-07, No Iterations 5
time step continuity errors : sum local = 1.20091e-10, global = -8.135e-21, cumulative = -2.54183e-18
DICPCG: Solving for p, Initial residual = 2.06925e-05, Final residual = 7.67072e-07, No Iterations 3
time step continuity errors : sum local = 1.04556e-10, global = 2.67303e-20, cumulative = -2.5151e-18
BiCGStab: Solving for omega, Initial residual = 6.47143e-06, Final residual = 6.47143e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.72591e-06, Final residual = 8.72591e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7787.53 s ClockTime = 7788 s Max(PAc) = 154192 Pa
Courant Number mean: 0.0588637 max: 0.989363 velocity magnitude: 1.29128
deltaT = 0.000487805
Time = 1.64439
--> Cloud: bubbleCloud
Added 220 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 607670
Mass introduced by injector = 5.55038e-10
Number of parcels added continuously = 1171
Mass introduced continuously = 1.1086e-12
Current number of parcels = 4206759
Current mass in system = 4.68701e-09
Number of parcels shifted at least once = 4903
Number of parcel shifts towards cell center = 4911
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00547434, Final user-defined norm residual = 0.000118345
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.54427e-05, Final user-defined norm residual = 1.29689e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.78816e-08, Final user-defined norm residual = 1.03312e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000565376, Final residual = 5.71648e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000422344, Final residual = 2.69028e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0274131, Final residual = 8.84494e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0488489, Final residual = 9.47361e-07, No Iterations 256
time step continuity errors : sum local = 1.20644e-10, global = 1.5998e-20, cumulative = -2.4991e-18
DICPCG: Solving for p, Initial residual = 0.00592846, Final residual = 9.47352e-07, No Iterations 140
time step continuity errors : sum local = 1.23294e-10, global = 6.91245e-20, cumulative = -2.42998e-18
BiCGStab: Solving for omega, Initial residual = 0.000455269, Final residual = 5.481e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000690949, Final residual = 8.27061e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.70777e-05, Final residual = 7.81224e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.02865e-05, Final residual = 5.31392e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00252244, Final residual = 2.48051e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00898316, Final residual = 9.85001e-07, No Iterations 129
time step continuity errors : sum local = 1.34509e-10, global = -1.2068e-20, cumulative = -2.44205e-18
DICPCG: Solving for p, Initial residual = 0.00156179, Final residual = 9.96987e-07, No Iterations 84
time step continuity errors : sum local = 1.37334e-10, global = 7.65775e-21, cumulative = -2.43439e-18
BiCGStab: Solving for omega, Initial residual = 1.8337e-05, Final residual = 3.76002e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.62942e-06, Final residual = 8.62942e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.93396e-06, Final residual = 5.06958e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.58807e-06, Final residual = 3.56277e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000374236, Final residual = 1.38322e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0014612, Final residual = 9.56822e-07, No Iterations 57
time step continuity errors : sum local = 1.32327e-10, global = 1.84812e-19, cumulative = -2.24958e-18
DICPCG: Solving for p, Initial residual = 0.000252343, Final residual = 9.86823e-07, No Iterations 17
time step continuity errors : sum local = 1.36169e-10, global = 2.00174e-19, cumulative = -2.0494e-18
BiCGStab: Solving for omega, Initial residual = 1.05488e-05, Final residual = 2.97289e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.66426e-06, Final residual = 8.66426e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.63535e-07, Final residual = 4.6765e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.10836e-07, Final residual = 4.11343e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.96051e-05, Final residual = 1.7879e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000364822, Final residual = 9.00996e-07, No Iterations 12
time step continuity errors : sum local = 1.25192e-10, global = -1.92696e-20, cumulative = -2.06867e-18
DICPCG: Solving for p, Initial residual = 6.62077e-05, Final residual = 8.72993e-07, No Iterations 5
time step continuity errors : sum local = 1.21606e-10, global = 5.67769e-20, cumulative = -2.0119e-18
BiCGStab: Solving for omega, Initial residual = 1.02991e-05, Final residual = 2.99818e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.66727e-06, Final residual = 8.66727e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.86411e-07, Final residual = 8.95066e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.10291e-07, Final residual = 6.93447e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.42661e-05, Final residual = 3.02248e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000103148, Final residual = 9.71946e-07, No Iterations 5
time step continuity errors : sum local = 1.3426e-10, global = -6.21614e-20, cumulative = -2.07406e-18
DICPCG: Solving for p, Initial residual = 1.77022e-05, Final residual = 8.24598e-07, No Iterations 3
time step continuity errors : sum local = 1.15411e-10, global = -3.20978e-21, cumulative = -2.07727e-18
BiCGStab: Solving for omega, Initial residual = 1.11786e-05, Final residual = 3.23349e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.66231e-06, Final residual = 8.66231e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7805.23 s ClockTime = 7806 s Max(PAc) = 155478 Pa
Courant Number mean: 0.0588799 max: 0.982561 velocity magnitude: 1.29831
deltaT = 0.000487805
Time = 1.64488
--> Cloud: bubbleCloud
Added 134 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 607804
Mass introduced by injector = 5.55143e-10
Number of parcels added continuously = 1141
Mass introduced continuously = 1.09973e-12
Current number of parcels = 4207566
Current mass in system = 4.68779e-09
Number of parcels shifted at least once = 4875
Number of parcel shifts towards cell center = 4882
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00529251, Final user-defined norm residual = 8.21358e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.76547e-05, Final user-defined norm residual = 1.1391e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.44848e-08, Final user-defined norm residual = 2.53598e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000563497, Final residual = 5.22822e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000425255, Final residual = 2.3419e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0274953, Final residual = 1.00678e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0541867, Final residual = 8.48964e-07, No Iterations 261
time step continuity errors : sum local = 1.08757e-10, global = 7.13687e-20, cumulative = -2.0059e-18
DICPCG: Solving for p, Initial residual = 0.00606205, Final residual = 9.8195e-07, No Iterations 142
time step continuity errors : sum local = 1.29052e-10, global = -8.68834e-20, cumulative = -2.09278e-18
BiCGStab: Solving for omega, Initial residual = 0.000455974, Final residual = 5.43262e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000691573, Final residual = 8.25133e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.7592e-05, Final residual = 7.77451e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03915e-05, Final residual = 5.23407e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00257783, Final residual = 2.51018e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00951751, Final residual = 9.18976e-07, No Iterations 94
time step continuity errors : sum local = 1.20473e-10, global = -5.56415e-21, cumulative = -2.09835e-18
DICPCG: Solving for p, Initial residual = 0.00169723, Final residual = 9.36236e-07, No Iterations 57
time step continuity errors : sum local = 1.24036e-10, global = -1.79783e-20, cumulative = -2.11633e-18
BiCGStab: Solving for omega, Initial residual = 1.91314e-05, Final residual = 2.82478e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.29291e-06, Final residual = 8.29291e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.12926e-06, Final residual = 4.86462e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.65487e-06, Final residual = 3.52661e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00038238, Final residual = 1.38969e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0015901, Final residual = 9.52907e-07, No Iterations 64
time step continuity errors : sum local = 1.26314e-10, global = 4.29375e-20, cumulative = -2.07339e-18
DICPCG: Solving for p, Initial residual = 0.000279658, Final residual = 9.99952e-07, No Iterations 45
time step continuity errors : sum local = 1.32357e-10, global = -4.16689e-20, cumulative = -2.11506e-18
BiCGStab: Solving for omega, Initial residual = 9.87112e-06, Final residual = 9.87112e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.38188e-06, Final residual = 8.38188e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.84701e-07, Final residual = 6.15844e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.16288e-07, Final residual = 4.20153e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.05324e-05, Final residual = 1.83648e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000417232, Final residual = 9.88471e-07, No Iterations 17
time step continuity errors : sum local = 1.30879e-10, global = 5.85961e-20, cumulative = -2.05646e-18
DICPCG: Solving for p, Initial residual = 7.22565e-05, Final residual = 9.66128e-07, No Iterations 7
time step continuity errors : sum local = 1.27993e-10, global = 1.57659e-19, cumulative = -1.8988e-18
BiCGStab: Solving for omega, Initial residual = 9.98443e-06, Final residual = 9.98443e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.38348e-06, Final residual = 8.38348e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.9968e-07, Final residual = 1.20176e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.19776e-07, Final residual = 7.70299e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.46173e-05, Final residual = 3.0528e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000103362, Final residual = 9.11172e-07, No Iterations 5
time step continuity errors : sum local = 1.2092e-10, global = 6.81899e-20, cumulative = -1.83061e-18
DICPCG: Solving for p, Initial residual = 1.83855e-05, Final residual = 8.69824e-07, No Iterations 3
time step continuity errors : sum local = 1.15597e-10, global = 2.30946e-20, cumulative = -1.80752e-18
BiCGStab: Solving for omega, Initial residual = 9.9991e-06, Final residual = 9.9991e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.38065e-06, Final residual = 8.38065e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7823.01 s ClockTime = 7823 s Max(PAc) = 155968 Pa
Courant Number mean: 0.0588955 max: 0.980383 velocity magnitude: 1.29789
deltaT = 0.000487805
Time = 1.64537
--> Cloud: bubbleCloud
Added 202 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 608006
Mass introduced by injector = 5.55315e-10
Number of parcels added continuously = 1282
Mass introduced continuously = 1.08051e-12
Current number of parcels = 4208594
Current mass in system = 4.68859e-09
Number of parcels shifted at least once = 4946
Number of parcel shifts towards cell center = 4950
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00616967, Final user-defined norm residual = 0.00023129
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.96834e-05, Final user-defined norm residual = 1.36922e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.94132e-07, Final user-defined norm residual = 4.36224e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000565854, Final residual = 5.64988e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000428425, Final residual = 2.71168e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0279684, Final residual = 9.7213e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0566024, Final residual = 9.8625e-07, No Iterations 253
time step continuity errors : sum local = 1.26668e-10, global = 3.37672e-21, cumulative = -1.80414e-18
DICPCG: Solving for p, Initial residual = 0.00625685, Final residual = 9.21922e-07, No Iterations 138
time step continuity errors : sum local = 1.21973e-10, global = -2.57917e-20, cumulative = -1.82993e-18
BiCGStab: Solving for omega, Initial residual = 0.000455396, Final residual = 4.94696e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00069188, Final residual = 8.23731e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.94579e-05, Final residual = 7.52704e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.08192e-05, Final residual = 4.84611e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00247153, Final residual = 2.49755e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0101922, Final residual = 9.4119e-07, No Iterations 93
time step continuity errors : sum local = 1.2965e-10, global = 1.37823e-19, cumulative = -1.69211e-18
DICPCG: Solving for p, Initial residual = 0.0018537, Final residual = 9.77049e-07, No Iterations 74
time step continuity errors : sum local = 1.35574e-10, global = 5.90174e-20, cumulative = -1.63309e-18
BiCGStab: Solving for omega, Initial residual = 2.16754e-05, Final residual = 3.47464e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.29381e-06, Final residual = 8.29381e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.74607e-06, Final residual = 4.77143e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.93726e-06, Final residual = 3.39308e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000359153, Final residual = 1.39515e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00204324, Final residual = 9.14477e-07, No Iterations 51
time step continuity errors : sum local = 1.27645e-10, global = 7.54045e-20, cumulative = -1.55769e-18
DICPCG: Solving for p, Initial residual = 0.000325724, Final residual = 9.20314e-07, No Iterations 13
time step continuity errors : sum local = 1.28361e-10, global = 1.65781e-20, cumulative = -1.54111e-18
BiCGStab: Solving for omega, Initial residual = 1.27855e-05, Final residual = 2.57054e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.37618e-06, Final residual = 8.37618e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.93806e-07, Final residual = 5.44253e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.92785e-07, Final residual = 4.35741e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.42209e-05, Final residual = 1.76846e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00051621, Final residual = 9.59368e-07, No Iterations 14
time step continuity errors : sum local = 1.33364e-10, global = -2.48314e-20, cumulative = -1.56594e-18
DICPCG: Solving for p, Initial residual = 8.71524e-05, Final residual = 9.31339e-07, No Iterations 5
time step continuity errors : sum local = 1.29763e-10, global = -5.76185e-20, cumulative = -1.62356e-18
BiCGStab: Solving for omega, Initial residual = 1.26564e-05, Final residual = 2.58236e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.36326e-06, Final residual = 8.36326e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.84482e-07, Final residual = 1.32745e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.40676e-07, Final residual = 9.0052e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.27363e-05, Final residual = 2.92668e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000145401, Final residual = 8.90122e-07, No Iterations 5
time step continuity errors : sum local = 1.24486e-10, global = -5.79315e-20, cumulative = -1.68149e-18
DICPCG: Solving for p, Initial residual = 2.45039e-05, Final residual = 8.24064e-07, No Iterations 3
time step continuity errors : sum local = 1.16029e-10, global = -3.92677e-20, cumulative = -1.72076e-18
BiCGStab: Solving for omega, Initial residual = 1.33455e-05, Final residual = 2.71639e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.36254e-06, Final residual = 8.36254e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7840.78 s ClockTime = 7841 s Max(PAc) = 154678 Pa
Courant Number mean: 0.0589113 max: 0.978907 velocity magnitude: 1.29593
deltaT = 0.000487805
Time = 1.64585
--> Cloud: bubbleCloud
Added 214 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 608220
Mass introduced by injector = 5.55495e-10
Number of parcels added continuously = 1280
Mass introduced continuously = 1.19766e-12
Current number of parcels = 4209654
Current mass in system = 4.68947e-09
Number of parcels shifted at least once = 4872
Number of parcel shifts towards cell center = 4882
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00636743, Final user-defined norm residual = 0.000132776
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.85328e-05, Final user-defined norm residual = 4.71951e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.01422e-07, Final user-defined norm residual = 1.38349e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000567289, Final residual = 5.71921e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000427322, Final residual = 2.51902e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0280459, Final residual = 9.55919e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0554978, Final residual = 8.87036e-07, No Iterations 263
time step continuity errors : sum local = 1.14016e-10, global = 2.23648e-20, cumulative = -1.69839e-18
DICPCG: Solving for p, Initial residual = 0.00673319, Final residual = 9.24186e-07, No Iterations 111
time step continuity errors : sum local = 1.19692e-10, global = -1.61248e-19, cumulative = -1.85964e-18
BiCGStab: Solving for omega, Initial residual = 0.000457937, Final residual = 4.12873e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000692939, Final residual = 8.22625e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.95871e-05, Final residual = 7.46629e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.13423e-05, Final residual = 5.01047e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00265458, Final residual = 2.54232e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0106939, Final residual = 9.38257e-07, No Iterations 130
time step continuity errors : sum local = 1.29904e-10, global = -7.98536e-20, cumulative = -1.9395e-18
DICPCG: Solving for p, Initial residual = 0.00191663, Final residual = 9.92129e-07, No Iterations 71
time step continuity errors : sum local = 1.38241e-10, global = -2.2032e-20, cumulative = -1.96153e-18
BiCGStab: Solving for omega, Initial residual = 2.30925e-05, Final residual = 2.77664e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.67663e-06, Final residual = 8.67663e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.82582e-06, Final residual = 5.05361e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.11101e-06, Final residual = 3.37343e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000396771, Final residual = 1.45621e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00222521, Final residual = 9.79699e-07, No Iterations 28
time step continuity errors : sum local = 1.36916e-10, global = -3.58525e-20, cumulative = -1.99738e-18
DICPCG: Solving for p, Initial residual = 0.00037005, Final residual = 9.90869e-07, No Iterations 21
time step continuity errors : sum local = 1.38342e-10, global = 9.49771e-21, cumulative = -1.98788e-18
BiCGStab: Solving for omega, Initial residual = 1.71818e-05, Final residual = 2.38212e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.7543e-06, Final residual = 8.7543e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.04798e-06, Final residual = 5.18232e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.81387e-07, Final residual = 3.16244e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.36535e-05, Final residual = 1.86255e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000576113, Final residual = 8.81594e-07, No Iterations 10
time step continuity errors : sum local = 1.24243e-10, global = 7.24141e-20, cumulative = -1.91547e-18
DICPCG: Solving for p, Initial residual = 0.000103664, Final residual = 9.4108e-07, No Iterations 5
time step continuity errors : sum local = 1.31908e-10, global = -2.46942e-20, cumulative = -1.94016e-18
BiCGStab: Solving for omega, Initial residual = 1.95037e-05, Final residual = 2.8843e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.77005e-06, Final residual = 8.77005e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.10274e-07, Final residual = 9.26665e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.61617e-07, Final residual = 6.46279e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.54929e-05, Final residual = 3.00317e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000174001, Final residual = 7.66373e-07, No Iterations 5
time step continuity errors : sum local = 1.09361e-10, global = 1.56844e-20, cumulative = -1.92448e-18
DICPCG: Solving for p, Initial residual = 3.07377e-05, Final residual = 8.52798e-07, No Iterations 3
time step continuity errors : sum local = 1.20512e-10, global = 6.02108e-20, cumulative = -1.86427e-18
BiCGStab: Solving for omega, Initial residual = 2.08912e-05, Final residual = 3.68843e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.74925e-06, Final residual = 8.74925e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7858.5 s ClockTime = 7859 s Max(PAc) = 154230 Pa
Courant Number mean: 0.0589266 max: 0.978043 velocity magnitude: 1.29479
deltaT = 0.000487805
Time = 1.64634
--> Cloud: bubbleCloud
Added 174 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 608394
Mass introduced by injector = 5.55647e-10
Number of parcels added continuously = 1243
Mass introduced continuously = 1.21665e-12
Current number of parcels = 4210635
Current mass in system = 4.6904e-09
Number of parcels shifted at least once = 4893
Number of parcel shifts towards cell center = 4898
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00615583, Final user-defined norm residual = 7.26087e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.56013e-05, Final user-defined norm residual = 7.69352e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.65311e-08, Final user-defined norm residual = 6.75414e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000570604, Final residual = 5.89334e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000426986, Final residual = 2.53123e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0283283, Final residual = 9.37711e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0530782, Final residual = 9.66427e-07, No Iterations 260
time step continuity errors : sum local = 1.24442e-10, global = 9.23997e-20, cumulative = -1.77187e-18
DICPCG: Solving for p, Initial residual = 0.00652849, Final residual = 9.8472e-07, No Iterations 142
time step continuity errors : sum local = 1.29706e-10, global = 6.06395e-20, cumulative = -1.71123e-18
BiCGStab: Solving for omega, Initial residual = 0.000466965, Final residual = 4.20759e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000693135, Final residual = 8.16641e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.15192e-05, Final residual = 7.95739e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.27426e-05, Final residual = 5.41608e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00268045, Final residual = 2.49102e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0112276, Final residual = 9.41835e-07, No Iterations 104
time step continuity errors : sum local = 1.22532e-10, global = -1.0311e-19, cumulative = -1.81434e-18
DICPCG: Solving for p, Initial residual = 0.00204916, Final residual = 9.90442e-07, No Iterations 78
time step continuity errors : sum local = 1.27847e-10, global = 5.20626e-20, cumulative = -1.76228e-18
BiCGStab: Solving for omega, Initial residual = 2.59547e-05, Final residual = 4.4981e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.49036e-06, Final residual = 8.49036e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.44794e-06, Final residual = 4.97469e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.68465e-06, Final residual = 3.53607e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000385467, Final residual = 1.42995e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00251236, Final residual = 9.46794e-07, No Iterations 43
time step continuity errors : sum local = 1.22184e-10, global = -8.76076e-20, cumulative = -1.84988e-18
DICPCG: Solving for p, Initial residual = 0.000439611, Final residual = 9.39464e-07, No Iterations 28
time step continuity errors : sum local = 1.21252e-10, global = -7.73095e-20, cumulative = -1.92719e-18
BiCGStab: Solving for omega, Initial residual = 1.62153e-05, Final residual = 4.30131e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.57328e-06, Final residual = 8.57328e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.25974e-06, Final residual = 4.76723e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.51739e-07, Final residual = 3.61947e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.10828e-05, Final residual = 1.9596e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000681395, Final residual = 9.40473e-07, No Iterations 12
time step continuity errors : sum local = 1.21378e-10, global = -9.32099e-21, cumulative = -1.93651e-18
DICPCG: Solving for p, Initial residual = 0.00012009, Final residual = 7.8653e-07, No Iterations 6
time step continuity errors : sum local = 1.01553e-10, global = -2.52934e-20, cumulative = -1.96181e-18
BiCGStab: Solving for omega, Initial residual = 1.40907e-05, Final residual = 4.44401e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.57531e-06, Final residual = 8.57531e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.91503e-07, Final residual = 1.05998e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.31895e-07, Final residual = 6.30391e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.44826e-05, Final residual = 3.18798e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000201306, Final residual = 9.06906e-07, No Iterations 5
time step continuity errors : sum local = 1.1705e-10, global = -1.04423e-19, cumulative = -2.06623e-18
DICPCG: Solving for p, Initial residual = 3.62646e-05, Final residual = 8.31343e-07, No Iterations 3
time step continuity errors : sum local = 1.07319e-10, global = -2.75605e-22, cumulative = -2.06651e-18
BiCGStab: Solving for omega, Initial residual = 1.41962e-05, Final residual = 4.92916e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.57783e-06, Final residual = 8.57783e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7876.49 s ClockTime = 7877 s Max(PAc) = 154567 Pa
Courant Number mean: 0.0589417 max: 0.977415 velocity magnitude: 1.29157
deltaT = 0.000487805
Time = 1.64683
--> Cloud: bubbleCloud
Added 133 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 608527
Mass introduced by injector = 5.55773e-10
Number of parcels added continuously = 1195
Mass introduced continuously = 1.14834e-12
Current number of parcels = 4211581
Current mass in system = 4.69132e-09
Number of parcels shifted at least once = 4831
Number of parcel shifts towards cell center = 4843
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00591972, Final user-defined norm residual = 4.75473e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.02133e-05, Final user-defined norm residual = 3.35599e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.20883e-09, Final user-defined norm residual = 3.11565e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00057034, Final residual = 5.90024e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000428081, Final residual = 2.46878e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0288495, Final residual = 1.07757e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0549561, Final residual = 9.76746e-07, No Iterations 262
time step continuity errors : sum local = 1.25478e-10, global = -9.17173e-20, cumulative = -2.15822e-18
DICPCG: Solving for p, Initial residual = 0.00661955, Final residual = 9.58608e-07, No Iterations 146
time step continuity errors : sum local = 1.26941e-10, global = -2.44176e-20, cumulative = -2.18264e-18
BiCGStab: Solving for omega, Initial residual = 0.000458137, Final residual = 4.25094e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000693294, Final residual = 8.23979e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.95909e-05, Final residual = 7.23957e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.19049e-05, Final residual = 5.00838e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00268609, Final residual = 3.08593e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0110607, Final residual = 9.49609e-07, No Iterations 115
time step continuity errors : sum local = 1.29596e-10, global = 7.35106e-20, cumulative = -2.10913e-18
DICPCG: Solving for p, Initial residual = 0.00200622, Final residual = 9.08506e-07, No Iterations 75
time step continuity errors : sum local = 1.2565e-10, global = 1.18246e-19, cumulative = -1.99088e-18
BiCGStab: Solving for omega, Initial residual = 1.96013e-05, Final residual = 4.42468e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.63234e-06, Final residual = 8.63234e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.08043e-06, Final residual = 5.03972e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.29321e-06, Final residual = 3.47103e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000378181, Final residual = 1.72049e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00206302, Final residual = 9.89741e-07, No Iterations 51
time step continuity errors : sum local = 1.36177e-10, global = 9.75915e-21, cumulative = -1.98112e-18
DICPCG: Solving for p, Initial residual = 0.000361439, Final residual = 9.68231e-07, No Iterations 22
time step continuity errors : sum local = 1.33357e-10, global = 1.93394e-20, cumulative = -1.96179e-18
BiCGStab: Solving for omega, Initial residual = 1.34037e-05, Final residual = 4.85843e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.67616e-06, Final residual = 8.67616e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.13271e-06, Final residual = 5.21611e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.38197e-07, Final residual = 3.49518e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.76607e-05, Final residual = 1.85253e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00061018, Final residual = 8.89771e-07, No Iterations 12
time step continuity errors : sum local = 1.2326e-10, global = -7.23123e-20, cumulative = -2.0341e-18
DICPCG: Solving for p, Initial residual = 0.000106715, Final residual = 8.96648e-07, No Iterations 5
time step continuity errors : sum local = 1.24121e-10, global = -8.29231e-20, cumulative = -2.11702e-18
BiCGStab: Solving for omega, Initial residual = 1.65389e-05, Final residual = 5.56114e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.67978e-06, Final residual = 8.67978e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.39649e-07, Final residual = 1.06977e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.0349e-07, Final residual = 6.91266e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.39475e-05, Final residual = 2.97856e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000191857, Final residual = 9.48983e-07, No Iterations 5
time step continuity errors : sum local = 1.30843e-10, global = -6.10635e-20, cumulative = -2.17808e-18
DICPCG: Solving for p, Initial residual = 3.17804e-05, Final residual = 8.31166e-07, No Iterations 3
time step continuity errors : sum local = 1.15699e-10, global = -2.74209e-19, cumulative = -2.45229e-18
BiCGStab: Solving for omega, Initial residual = 1.97702e-05, Final residual = 6.52301e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.68256e-06, Final residual = 8.68256e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7894.4 s ClockTime = 7895 s Max(PAc) = 154745 Pa
Courant Number mean: 0.0589571 max: 0.975475 velocity magnitude: 1.28552
deltaT = 0.000487805
Time = 1.64732
--> Cloud: bubbleCloud
Added 148 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 608675
Mass introduced by injector = 5.55909e-10
Number of parcels added continuously = 1109
Mass introduced continuously = 1.04818e-12
Current number of parcels = 4212394
Current mass in system = 4.6921e-09
Number of parcels shifted at least once = 4808
Number of parcel shifts towards cell center = 4819
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00554531, Final user-defined norm residual = 9.026e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.9392e-05, Final user-defined norm residual = 2.63927e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.67042e-08, Final user-defined norm residual = 5.49336e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000568711, Final residual = 5.91232e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000426746, Final residual = 2.46557e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0294809, Final residual = 8.36243e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0523889, Final residual = 9.52603e-07, No Iterations 257
time step continuity errors : sum local = 1.21988e-10, global = -1.12887e-20, cumulative = -2.46358e-18
DICPCG: Solving for p, Initial residual = 0.00660556, Final residual = 9.38204e-07, No Iterations 115
time step continuity errors : sum local = 1.24122e-10, global = 2.57281e-20, cumulative = -2.43785e-18
BiCGStab: Solving for omega, Initial residual = 0.000462875, Final residual = 3.87559e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000693365, Final residual = 8.29351e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.92674e-05, Final residual = 7.14886e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.20619e-05, Final residual = 4.78477e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00275365, Final residual = 2.63175e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0104234, Final residual = 9.3459e-07, No Iterations 136
time step continuity errors : sum local = 1.20937e-10, global = 6.3091e-20, cumulative = -2.37476e-18
DICPCG: Solving for p, Initial residual = 0.00188886, Final residual = 9.77215e-07, No Iterations 76
time step continuity errors : sum local = 1.27953e-10, global = 8.91532e-20, cumulative = -2.28561e-18
BiCGStab: Solving for omega, Initial residual = 2.99314e-05, Final residual = 4.46088e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.89e-06, Final residual = 8.89e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.62944e-06, Final residual = 5.29876e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.19928e-06, Final residual = 3.35635e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000396189, Final residual = 1.50605e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0020719, Final residual = 9.80335e-07, No Iterations 40
time step continuity errors : sum local = 1.28499e-10, global = 6.86015e-20, cumulative = -2.21701e-18
DICPCG: Solving for p, Initial residual = 0.000347342, Final residual = 9.8758e-07, No Iterations 18
time step continuity errors : sum local = 1.29382e-10, global = 2.66834e-20, cumulative = -2.19032e-18
BiCGStab: Solving for omega, Initial residual = 2.16613e-05, Final residual = 3.79865e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.94193e-06, Final residual = 8.94193e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.0093e-06, Final residual = 6.25199e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.93229e-07, Final residual = 3.01408e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.12594e-05, Final residual = 1.98065e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000563296, Final residual = 8.31984e-07, No Iterations 11
time step continuity errors : sum local = 1.09433e-10, global = -4.67324e-20, cumulative = -2.23706e-18
DICPCG: Solving for p, Initial residual = 9.03361e-05, Final residual = 9.50089e-07, No Iterations 5
time step continuity errors : sum local = 1.24556e-10, global = -5.32128e-21, cumulative = -2.24238e-18
BiCGStab: Solving for omega, Initial residual = 2.50219e-05, Final residual = 3.88649e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.95607e-06, Final residual = 8.95607e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.95008e-07, Final residual = 1.17154e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.7366e-07, Final residual = 7.07465e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.44947e-05, Final residual = 3.28111e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000169242, Final residual = 8.57736e-07, No Iterations 5
time step continuity errors : sum local = 1.12717e-10, global = 1.81426e-20, cumulative = -2.22424e-18
DICPCG: Solving for p, Initial residual = 2.62113e-05, Final residual = 7.87405e-07, No Iterations 3
time step continuity errors : sum local = 1.03701e-10, global = 8.68819e-20, cumulative = -2.13735e-18
BiCGStab: Solving for omega, Initial residual = 2.2356e-05, Final residual = 3.96841e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.94188e-06, Final residual = 8.94188e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7912.34 s ClockTime = 7913 s Max(PAc) = 153967 Pa
Courant Number mean: 0.0589727 max: 0.973642 velocity magnitude: 1.27973
deltaT = 0.000487805
Time = 1.6478
--> Cloud: bubbleCloud
Added 169 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 608844
Mass introduced by injector = 5.56055e-10
Number of parcels added continuously = 1199
Mass introduced continuously = 1.06046e-12
Current number of parcels = 4213343
Current mass in system = 4.69294e-09
Number of parcels shifted at least once = 4891
Number of parcel shifts towards cell center = 4898
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00577998, Final user-defined norm residual = 7.64719e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.64293e-05, Final user-defined norm residual = 9.90658e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.12835e-08, Final user-defined norm residual = 8.16829e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000573182, Final residual = 5.20647e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000426032, Final residual = 2.32611e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0307013, Final residual = 8.63428e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0534707, Final residual = 9.4759e-07, No Iterations 242
time step continuity errors : sum local = 1.21057e-10, global = 2.02685e-20, cumulative = -2.11709e-18
DICPCG: Solving for p, Initial residual = 0.00689845, Final residual = 9.96675e-07, No Iterations 109
time step continuity errors : sum local = 1.33194e-10, global = 5.83787e-21, cumulative = -2.11125e-18
BiCGStab: Solving for omega, Initial residual = 0.000464349, Final residual = 3.56281e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000693904, Final residual = 8.30663e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.91425e-05, Final residual = 8.18654e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.21292e-05, Final residual = 5.27734e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0029106, Final residual = 2.77218e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0111387, Final residual = 9.77888e-07, No Iterations 132
time step continuity errors : sum local = 1.35612e-10, global = -5.32316e-20, cumulative = -2.16448e-18
DICPCG: Solving for p, Initial residual = 0.00188343, Final residual = 9.85447e-07, No Iterations 89
time step continuity errors : sum local = 1.37867e-10, global = 8.05246e-20, cumulative = -2.08395e-18
BiCGStab: Solving for omega, Initial residual = 2.24058e-05, Final residual = 3.14446e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.99663e-06, Final residual = 8.99663e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.91496e-06, Final residual = 5.22188e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.15577e-06, Final residual = 3.48102e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000429085, Final residual = 1.65363e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00212784, Final residual = 9.89982e-07, No Iterations 37
time step continuity errors : sum local = 1.38508e-10, global = 1.1127e-19, cumulative = -1.97268e-18
DICPCG: Solving for p, Initial residual = 0.000350937, Final residual = 9.30652e-07, No Iterations 26
time step continuity errors : sum local = 1.30894e-10, global = 5.22047e-20, cumulative = -1.92048e-18
BiCGStab: Solving for omega, Initial residual = 1.28409e-05, Final residual = 3.27088e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.07047e-06, Final residual = 9.07047e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.04059e-06, Final residual = 5.41381e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.03798e-07, Final residual = 3.54496e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.84638e-05, Final residual = 1.97472e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000594619, Final residual = 9.83379e-07, No Iterations 12
time step continuity errors : sum local = 1.37626e-10, global = 3.19459e-20, cumulative = -1.88853e-18
DICPCG: Solving for p, Initial residual = 9.96855e-05, Final residual = 9.06482e-07, No Iterations 6
time step continuity errors : sum local = 1.27787e-10, global = 2.00359e-20, cumulative = -1.8685e-18
BiCGStab: Solving for omega, Initial residual = 1.02072e-05, Final residual = 3.55437e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.06529e-06, Final residual = 9.06529e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.16096e-07, Final residual = 1.13209e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.9063e-07, Final residual = 5.89254e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.60838e-05, Final residual = 3.14579e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000183484, Final residual = 8.76206e-07, No Iterations 5
time step continuity errors : sum local = 1.23915e-10, global = 5.29406e-20, cumulative = -1.81556e-18
DICPCG: Solving for p, Initial residual = 2.99197e-05, Final residual = 7.81062e-07, No Iterations 3
time step continuity errors : sum local = 1.11753e-10, global = 4.70107e-20, cumulative = -1.76855e-18
BiCGStab: Solving for omega, Initial residual = 1.08691e-05, Final residual = 4.24851e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.06168e-06, Final residual = 9.06168e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7930.12 s ClockTime = 7931 s Max(PAc) = 154264 Pa
Courant Number mean: 0.0589881 max: 0.97673 velocity magnitude: 1.27264
deltaT = 0.000487805
Time = 1.64829
--> Cloud: bubbleCloud
Added 175 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 609019
Mass introduced by injector = 5.56208e-10
Number of parcels added continuously = 1214
Mass introduced continuously = 1.15711e-12
Current number of parcels = 4214313
Current mass in system = 4.69376e-09
Number of parcels shifted at least once = 4807
Number of parcel shifts towards cell center = 4813
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00598697, Final user-defined norm residual = 0.000108688
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.33724e-05, Final user-defined norm residual = 1.02115e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.19595e-08, Final user-defined norm residual = 5.46873e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000576381, Final residual = 5.65982e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000430686, Final residual = 2.36738e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0323898, Final residual = 8.50646e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0523012, Final residual = 9.46369e-07, No Iterations 244
time step continuity errors : sum local = 1.21438e-10, global = 6.60724e-20, cumulative = -1.70247e-18
DICPCG: Solving for p, Initial residual = 0.0065599, Final residual = 9.57266e-07, No Iterations 138
time step continuity errors : sum local = 1.26021e-10, global = 2.70439e-20, cumulative = -1.67543e-18
BiCGStab: Solving for omega, Initial residual = 0.000466484, Final residual = 3.74089e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000694319, Final residual = 8.30171e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.12564e-05, Final residual = 7.49149e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.35868e-05, Final residual = 5.26746e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00317233, Final residual = 2.6811e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0112648, Final residual = 9.37124e-07, No Iterations 137
time step continuity errors : sum local = 1.22469e-10, global = -1.28352e-19, cumulative = -1.80378e-18
DICPCG: Solving for p, Initial residual = 0.00200324, Final residual = 9.70679e-07, No Iterations 83
time step continuity errors : sum local = 1.28289e-10, global = -1.28907e-20, cumulative = -1.81667e-18
BiCGStab: Solving for omega, Initial residual = 2.24458e-05, Final residual = 4.60393e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.05658e-06, Final residual = 9.05658e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.58847e-06, Final residual = 4.88654e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.6556e-06, Final residual = 3.45053e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000476237, Final residual = 1.61584e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00237125, Final residual = 9.66636e-07, No Iterations 33
time step continuity errors : sum local = 1.27817e-10, global = -1.70861e-21, cumulative = -1.81838e-18
DICPCG: Solving for p, Initial residual = 0.000412321, Final residual = 9.3128e-07, No Iterations 20
time step continuity errors : sum local = 1.2321e-10, global = 8.21752e-20, cumulative = -1.73621e-18
BiCGStab: Solving for omega, Initial residual = 1.28636e-05, Final residual = 3.8418e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.11091e-06, Final residual = 9.11091e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.30179e-06, Final residual = 5.53361e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.74867e-07, Final residual = 3.61476e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.11545e-05, Final residual = 2.314e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000666181, Final residual = 9.14867e-07, No Iterations 12
time step continuity errors : sum local = 1.21073e-10, global = 7.74494e-20, cumulative = -1.65876e-18
DICPCG: Solving for p, Initial residual = 0.000118851, Final residual = 9.98614e-07, No Iterations 6
time step continuity errors : sum local = 1.3186e-10, global = 3.83664e-20, cumulative = -1.62039e-18
BiCGStab: Solving for omega, Initial residual = 1.2923e-05, Final residual = 4.24452e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.13923e-06, Final residual = 9.13923e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.87805e-07, Final residual = 1.17631e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.53687e-07, Final residual = 7.56118e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.99154e-05, Final residual = 3.92874e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000203638, Final residual = 9.06027e-07, No Iterations 6
time step continuity errors : sum local = 1.19899e-10, global = 1.18467e-19, cumulative = -1.50192e-18
DICPCG: Solving for p, Initial residual = 3.65249e-05, Final residual = 6.76319e-07, No Iterations 4
time step continuity errors : sum local = 9.02345e-11, global = 1.19976e-19, cumulative = -1.38195e-18
BiCGStab: Solving for omega, Initial residual = 1.43357e-05, Final residual = 4.66933e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.12144e-06, Final residual = 9.12144e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7947.97 s ClockTime = 7948 s Max(PAc) = 154152 Pa
Courant Number mean: 0.0590034 max: 0.972025 velocity magnitude: 1.26473
deltaT = 0.000487805
Time = 1.64878
--> Cloud: bubbleCloud
Added 140 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 609159
Mass introduced by injector = 5.56344e-10
Number of parcels added continuously = 1228
Mass introduced continuously = 1.11646e-12
Current number of parcels = 4215236
Current mass in system = 4.69459e-09
Number of parcels shifted at least once = 4947
Number of parcel shifts towards cell center = 4954
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00601227, Final user-defined norm residual = 0.000140406
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.02192e-05, Final user-defined norm residual = 4.62979e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.96486e-08, Final user-defined norm residual = 3.86706e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000572715, Final residual = 5.52958e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000426391, Final residual = 2.25089e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0329442, Final residual = 9.76141e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0511853, Final residual = 9.66847e-07, No Iterations 181
time step continuity errors : sum local = 1.46725e-10, global = -1.67212e-20, cumulative = -1.39867e-18
DICPCG: Solving for p, Initial residual = 0.00671909, Final residual = 9.99453e-07, No Iterations 150
time step continuity errors : sum local = 1.5002e-10, global = -4.72197e-20, cumulative = -1.44589e-18
BiCGStab: Solving for omega, Initial residual = 0.000470799, Final residual = 5.06957e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000694728, Final residual = 8.30834e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.95608e-05, Final residual = 7.81213e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.1387e-05, Final residual = 5.34144e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00324654, Final residual = 3.11189e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0107566, Final residual = 9.42746e-07, No Iterations 135
time step continuity errors : sum local = 1.38232e-10, global = 1.39171e-19, cumulative = -1.30672e-18
DICPCG: Solving for p, Initial residual = 0.00192916, Final residual = 9.50911e-07, No Iterations 127
time step continuity errors : sum local = 1.38196e-10, global = 1.6191e-19, cumulative = -1.14481e-18
BiCGStab: Solving for omega, Initial residual = 2.34101e-05, Final residual = 4.54814e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.6499e-06, Final residual = 8.6499e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.88408e-06, Final residual = 4.71674e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.08901e-06, Final residual = 3.19973e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000493723, Final residual = 1.83231e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00197801, Final residual = 9.70548e-07, No Iterations 37
time step continuity errors : sum local = 1.40593e-10, global = 2.01375e-21, cumulative = -1.14279e-18
DICPCG: Solving for p, Initial residual = 0.000327406, Final residual = 9.45364e-07, No Iterations 25
time step continuity errors : sum local = 1.37311e-10, global = -4.26049e-20, cumulative = -1.1854e-18
BiCGStab: Solving for omega, Initial residual = 1.4818e-05, Final residual = 4.83142e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.74489e-06, Final residual = 8.74489e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.01684e-06, Final residual = 4.24963e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.49933e-07, Final residual = 2.74223e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.20513e-05, Final residual = 2.44568e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000517041, Final residual = 9.29021e-07, No Iterations 18
time step continuity errors : sum local = 1.35203e-10, global = -4.82726e-20, cumulative = -1.23367e-18
DICPCG: Solving for p, Initial residual = 8.55401e-05, Final residual = 9.96599e-07, No Iterations 6
time step continuity errors : sum local = 1.43868e-10, global = 2.68488e-20, cumulative = -1.20682e-18
BiCGStab: Solving for omega, Initial residual = 1.73968e-05, Final residual = 5.77212e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.74257e-06, Final residual = 8.74257e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.92613e-07, Final residual = 8.91984e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.73009e-07, Final residual = 6.03641e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.90744e-05, Final residual = 4.14472e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000150187, Final residual = 8.21467e-07, No Iterations 6
time step continuity errors : sum local = 1.21381e-10, global = 5.11711e-20, cumulative = -1.15565e-18
DICPCG: Solving for p, Initial residual = 2.68688e-05, Final residual = 5.93322e-07, No Iterations 4
time step continuity errors : sum local = 9.20872e-11, global = -1.12325e-20, cumulative = -1.16688e-18
BiCGStab: Solving for omega, Initial residual = 2.0194e-05, Final residual = 7.22169e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.75536e-06, Final residual = 8.75536e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7965.95 s ClockTime = 7966 s Max(PAc) = 154700 Pa
Courant Number mean: 0.0590186 max: 0.971667 velocity magnitude: 1.26019
deltaT = 0.000487805
Time = 1.64927
--> Cloud: bubbleCloud
Added 163 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 609322
Mass introduced by injector = 5.56505e-10
Number of parcels added continuously = 1243
Mass introduced continuously = 1.19522e-12
Current number of parcels = 4216219
Current mass in system = 4.69554e-09
Number of parcels shifted at least once = 4817
Number of parcel shifts towards cell center = 4826
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00609168, Final user-defined norm residual = 0.00015812
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.40256e-05, Final user-defined norm residual = 4.7062e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.01275e-07, Final user-defined norm residual = 7.13968e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000567061, Final residual = 5.97094e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000425335, Final residual = 2.36099e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0353763, Final residual = 1.04941e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0427231, Final residual = 9.41266e-07, No Iterations 254
time step continuity errors : sum local = 1.20085e-10, global = 3.06021e-20, cumulative = -1.13628e-18
DICPCG: Solving for p, Initial residual = 0.00477255, Final residual = 9.93212e-07, No Iterations 134
time step continuity errors : sum local = 1.31168e-10, global = 4.33957e-20, cumulative = -1.09289e-18
BiCGStab: Solving for omega, Initial residual = 0.000472216, Final residual = 4.44824e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000695491, Final residual = 8.28839e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.96289e-05, Final residual = 7.30167e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.1504e-05, Final residual = 4.83094e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00349148, Final residual = 3.28703e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00998407, Final residual = 9.91458e-07, No Iterations 113
time step continuity errors : sum local = 1.35339e-10, global = -3.20384e-20, cumulative = -1.12492e-18
DICPCG: Solving for p, Initial residual = 0.00181571, Final residual = 9.97236e-07, No Iterations 84
time step continuity errors : sum local = 1.37293e-10, global = -7.02303e-21, cumulative = -1.13195e-18
BiCGStab: Solving for omega, Initial residual = 2.90396e-05, Final residual = 6.91063e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.45354e-06, Final residual = 8.45354e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.59482e-06, Final residual = 4.66646e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.97261e-06, Final residual = 3.49993e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0005371, Final residual = 1.87725e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00177551, Final residual = 9.78303e-07, No Iterations 93
time step continuity errors : sum local = 1.34846e-10, global = -3.53625e-20, cumulative = -1.16731e-18
DICPCG: Solving for p, Initial residual = 0.000308871, Final residual = 9.87379e-07, No Iterations 49
time step continuity errors : sum local = 1.35985e-10, global = 1.58525e-21, cumulative = -1.16573e-18
BiCGStab: Solving for omega, Initial residual = 1.95347e-05, Final residual = 6.67359e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.5351e-06, Final residual = 8.5351e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.66852e-07, Final residual = 4.79855e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.46201e-07, Final residual = 3.84649e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000103293, Final residual = 2.58778e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000465981, Final residual = 9.35956e-07, No Iterations 26
time step continuity errors : sum local = 1.2947e-10, global = 8.01648e-20, cumulative = -1.08556e-18
DICPCG: Solving for p, Initial residual = 8.45454e-05, Final residual = 9.45308e-07, No Iterations 9
time step continuity errors : sum local = 1.30661e-10, global = 1.17319e-19, cumulative = -9.68241e-19
BiCGStab: Solving for omega, Initial residual = 2.00635e-05, Final residual = 7.75278e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.56034e-06, Final residual = 8.56034e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.53329e-07, Final residual = 1.18382e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.68827e-07, Final residual = 7.45752e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.1251e-05, Final residual = 4.52157e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000130666, Final residual = 8.40965e-07, No Iterations 8
time step continuity errors : sum local = 1.17436e-10, global = -4.58916e-20, cumulative = -1.01413e-18
DICPCG: Solving for p, Initial residual = 2.47814e-05, Final residual = 6.99115e-07, No Iterations 4
time step continuity errors : sum local = 9.94577e-11, global = 6.74531e-20, cumulative = -9.4668e-19
BiCGStab: Solving for omega, Initial residual = 2.2428e-05, Final residual = 8.03489e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.54368e-06, Final residual = 8.54368e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 7984.36 s ClockTime = 7985 s Max(PAc) = 155572 Pa
Courant Number mean: 0.059035 max: 0.990158 velocity magnitude: 1.2615
deltaT = 0.000487805
Time = 1.64976
--> Cloud: bubbleCloud
Added 134 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 609456
Mass introduced by injector = 5.56618e-10
Number of parcels added continuously = 1152
Mass introduced continuously = 1.10608e-12
Current number of parcels = 4217084
Current mass in system = 4.69637e-09
Number of parcels shifted at least once = 4919
Number of parcel shifts towards cell center = 4922
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00616775, Final user-defined norm residual = 0.000109543
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.35585e-05, Final user-defined norm residual = 2.48902e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.35306e-08, Final user-defined norm residual = 3.5526e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00057622, Final residual = 6.03153e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000428027, Final residual = 2.59581e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0364133, Final residual = 1.25082e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0440494, Final residual = 9.75029e-07, No Iterations 257
time step continuity errors : sum local = 1.23814e-10, global = 2.70787e-20, cumulative = -9.19601e-19
DICPCG: Solving for p, Initial residual = 0.00562574, Final residual = 9.65842e-07, No Iterations 140
time step continuity errors : sum local = 1.22978e-10, global = 3.33713e-20, cumulative = -8.8623e-19
BiCGStab: Solving for omega, Initial residual = 0.000480093, Final residual = 6.33959e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00069611, Final residual = 8.27999e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.05545e-05, Final residual = 7.46973e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.16111e-05, Final residual = 4.69784e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00371623, Final residual = 3.68554e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0103989, Final residual = 9.51404e-07, No Iterations 139
time step continuity errors : sum local = 1.26094e-10, global = -5.35514e-20, cumulative = -9.39781e-19
DICPCG: Solving for p, Initial residual = 0.00193398, Final residual = 9.47877e-07, No Iterations 87
time step continuity errors : sum local = 1.2725e-10, global = -4.07445e-20, cumulative = -9.80526e-19
BiCGStab: Solving for omega, Initial residual = 3.19913e-05, Final residual = 7.87268e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.79597e-06, Final residual = 8.79597e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.74327e-06, Final residual = 4.70125e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.01826e-06, Final residual = 3.36284e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000571248, Final residual = 2.08814e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00186946, Final residual = 9.48053e-07, No Iterations 81
time step continuity errors : sum local = 1.27439e-10, global = 1.17387e-19, cumulative = -8.63139e-19
DICPCG: Solving for p, Initial residual = 0.000307008, Final residual = 9.82406e-07, No Iterations 46
time step continuity errors : sum local = 1.31784e-10, global = 9.82551e-20, cumulative = -7.64884e-19
BiCGStab: Solving for omega, Initial residual = 2.68973e-05, Final residual = 9.76225e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.86447e-06, Final residual = 8.86447e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.61487e-07, Final residual = 5.55715e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.83215e-07, Final residual = 3.30128e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000107744, Final residual = 2.8318e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000448141, Final residual = 9.77171e-07, No Iterations 21
time step continuity errors : sum local = 1.31112e-10, global = -7.1943e-20, cumulative = -8.36827e-19
DICPCG: Solving for p, Initial residual = 7.56613e-05, Final residual = 9.54294e-07, No Iterations 8
time step continuity errors : sum local = 1.28189e-10, global = 5.54392e-20, cumulative = -7.81387e-19
BiCGStab: Solving for omega, Initial residual = 3.23847e-05, Final residual = 1.08087e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.92979e-06, Final residual = 8.92979e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.6053e-07, Final residual = 1.10129e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.45399e-07, Final residual = 7.77611e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.38954e-05, Final residual = 5.0903e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000129902, Final residual = 9.60259e-07, No Iterations 6
time step continuity errors : sum local = 1.28951e-10, global = 2.76751e-21, cumulative = -7.7862e-19
DICPCG: Solving for p, Initial residual = 2.26704e-05, Final residual = 6.40787e-07, No Iterations 4
time step continuity errors : sum local = 8.81613e-11, global = 1.96978e-20, cumulative = -7.58922e-19
BiCGStab: Solving for omega, Initial residual = 3.49689e-05, Final residual = 1.23813e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.8785e-06, Final residual = 8.8785e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8002.8 s ClockTime = 8003 s Max(PAc) = 155153 Pa
Courant Number mean: 0.0590524 max: 0.999092 velocity magnitude: 1.26733
deltaT = 0.000487805
Time = 1.65024
--> Cloud: bubbleCloud
Added 257 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 609713
Mass introduced by injector = 5.56817e-10
Number of parcels added continuously = 1165
Mass introduced continuously = 1.11505e-12
Current number of parcels = 4218069
Current mass in system = 4.69723e-09
Number of parcels shifted at least once = 4882
Number of parcel shifts towards cell center = 4889
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00578962, Final user-defined norm residual = 8.81239e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.89522e-05, Final user-defined norm residual = 7.32351e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.57504e-08, Final user-defined norm residual = 3.12421e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000575335, Final residual = 6.06649e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000428096, Final residual = 2.49475e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0393545, Final residual = 1.24624e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0478472, Final residual = 8.86349e-07, No Iterations 260
time step continuity errors : sum local = 1.12716e-10, global = -7.87257e-21, cumulative = -7.66795e-19
DICPCG: Solving for p, Initial residual = 0.0056275, Final residual = 9.47632e-07, No Iterations 132
time step continuity errors : sum local = 1.21549e-10, global = 5.05452e-22, cumulative = -7.66289e-19
BiCGStab: Solving for omega, Initial residual = 0.000500787, Final residual = 4.51402e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000695811, Final residual = 8.22891e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.08372e-05, Final residual = 7.65308e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.14043e-05, Final residual = 5.05364e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00372126, Final residual = 3.3216e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0104243, Final residual = 9.70131e-07, No Iterations 136
time step continuity errors : sum local = 1.27655e-10, global = -1.5096e-20, cumulative = -7.81385e-19
DICPCG: Solving for p, Initial residual = 0.00190425, Final residual = 9.93193e-07, No Iterations 93
time step continuity errors : sum local = 1.32122e-10, global = 4.9759e-20, cumulative = -7.31626e-19
BiCGStab: Solving for omega, Initial residual = 4.26351e-05, Final residual = 1.28379e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.2665e-06, Final residual = 9.2665e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.34741e-06, Final residual = 4.79548e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.0402e-06, Final residual = 3.46061e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000548515, Final residual = 1.98806e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0021188, Final residual = 9.88574e-07, No Iterations 88
time step continuity errors : sum local = 1.31608e-10, global = -1.11903e-19, cumulative = -8.4353e-19
DICPCG: Solving for p, Initial residual = 0.000336242, Final residual = 9.56633e-07, No Iterations 44
time step continuity errors : sum local = 1.27493e-10, global = -1.23833e-19, cumulative = -9.67363e-19
BiCGStab: Solving for omega, Initial residual = 3.36243e-05, Final residual = 1.18818e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.34608e-06, Final residual = 9.34608e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.06577e-06, Final residual = 4.87399e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.42794e-07, Final residual = 3.97094e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000100371, Final residual = 2.8943e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000555118, Final residual = 9.26935e-07, No Iterations 19
time step continuity errors : sum local = 1.23699e-10, global = 1.07556e-19, cumulative = -8.59807e-19
DICPCG: Solving for p, Initial residual = 9.12079e-05, Final residual = 9.63007e-07, No Iterations 7
time step continuity errors : sum local = 1.28293e-10, global = 2.47068e-20, cumulative = -8.351e-19
BiCGStab: Solving for omega, Initial residual = 3.25736e-05, Final residual = 1.41358e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.36327e-06, Final residual = 9.36327e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.12116e-07, Final residual = 1.01073e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.53576e-07, Final residual = 7.7504e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.21328e-05, Final residual = 4.99062e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000156442, Final residual = 9.37894e-07, No Iterations 6
time step continuity errors : sum local = 1.25088e-10, global = 1.3767e-19, cumulative = -6.9743e-19
DICPCG: Solving for p, Initial residual = 2.58382e-05, Final residual = 6.56782e-07, No Iterations 4
time step continuity errors : sum local = 8.92319e-11, global = 3.21057e-20, cumulative = -6.65324e-19
BiCGStab: Solving for omega, Initial residual = 3.42628e-05, Final residual = 1.4702e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.36424e-06, Final residual = 9.36424e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8021.22 s ClockTime = 8022 s Max(PAc) = 155850 Pa
Courant Number mean: 0.0590695 max: 1.00905 velocity magnitude: 1.27511
deltaT = 0.000464576
Time = 1.65071
--> Cloud: bubbleCloud
Added 193 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 609906
Mass introduced by injector = 5.57001e-10
Number of parcels added continuously = 1182
Mass introduced continuously = 1.04072e-12
Current number of parcels = 4219024
Current mass in system = 4.69801e-09
Number of parcels shifted at least once = 4756
Number of parcel shifts towards cell center = 4761
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00616796, Final user-defined norm residual = 7.81874e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.68208e-05, Final user-defined norm residual = 7.46174e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.60531e-08, Final user-defined norm residual = 1.81255e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000547515, Final residual = 4.29106e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00040721, Final residual = 1.83822e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0372852, Final residual = 9.07852e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0523526, Final residual = 9.73926e-07, No Iterations 253
time step continuity errors : sum local = 1.1557e-10, global = -8.04089e-20, cumulative = -7.45733e-19
DICPCG: Solving for p, Initial residual = 0.0068623, Final residual = 9.70184e-07, No Iterations 141
time step continuity errors : sum local = 1.32663e-10, global = 1.24002e-20, cumulative = -7.33333e-19
BiCGStab: Solving for omega, Initial residual = 0.000469352, Final residual = 3.62941e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00066208, Final residual = 6.6667e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.95752e-05, Final residual = 5.58564e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.07653e-05, Final residual = 3.82529e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00349196, Final residual = 2.58665e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0104883, Final residual = 9.97689e-07, No Iterations 100
time step continuity errors : sum local = 1.32236e-10, global = 2.48679e-20, cumulative = -7.08465e-19
DICPCG: Solving for p, Initial residual = 0.00187032, Final residual = 8.85038e-07, No Iterations 71
time step continuity errors : sum local = 1.17308e-10, global = 8.10725e-20, cumulative = -6.27392e-19
BiCGStab: Solving for omega, Initial residual = 3.39385e-05, Final residual = 1.00958e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.64963e-06, Final residual = 8.64963e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.80762e-06, Final residual = 3.56658e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.95804e-06, Final residual = 2.5517e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000514561, Final residual = 1.46458e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0019815, Final residual = 9.90461e-07, No Iterations 67
time step continuity errors : sum local = 1.29866e-10, global = 9.59759e-20, cumulative = -5.31417e-19
DICPCG: Solving for p, Initial residual = 0.000309444, Final residual = 9.78086e-07, No Iterations 31
time step continuity errors : sum local = 1.28364e-10, global = 1.32608e-19, cumulative = -3.98809e-19
BiCGStab: Solving for omega, Initial residual = 2.5031e-05, Final residual = 9.42734e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.67177e-06, Final residual = 8.67177e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.42386e-07, Final residual = 4.36432e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.89622e-07, Final residual = 2.29591e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.67886e-05, Final residual = 2.21145e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000525347, Final residual = 8.80109e-07, No Iterations 13
time step continuity errors : sum local = 1.16578e-10, global = -4.45374e-20, cumulative = -4.43346e-19
DICPCG: Solving for p, Initial residual = 7.87409e-05, Final residual = 9.64044e-07, No Iterations 6
time step continuity errors : sum local = 1.26651e-10, global = -3.07209e-20, cumulative = -4.74067e-19
BiCGStab: Solving for omega, Initial residual = 2.43995e-05, Final residual = 9.80991e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.6882e-06, Final residual = 8.6882e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.71291e-07, Final residual = 8.55351e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.41621e-07, Final residual = 5.49704e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.03164e-05, Final residual = 3.77006e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000141424, Final residual = 7.82418e-07, No Iterations 6
time step continuity errors : sum local = 1.04832e-10, global = -6.82445e-20, cumulative = -5.42312e-19
DICPCG: Solving for p, Initial residual = 2.2283e-05, Final residual = 5.98131e-07, No Iterations 4
time step continuity errors : sum local = 8.26945e-11, global = -9.63227e-20, cumulative = -6.38635e-19
BiCGStab: Solving for omega, Initial residual = 2.4739e-05, Final residual = 9.04745e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.67663e-06, Final residual = 8.67663e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8039.11 s ClockTime = 8039 s Max(PAc) = 154971 Pa
Courant Number mean: 0.0562719 max: 0.964151 velocity magnitude: 1.28939
deltaT = 0.000464576
Time = 1.65117
--> Cloud: bubbleCloud
Added 182 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 610088
Mass introduced by injector = 5.57153e-10
Number of parcels added continuously = 1241
Mass introduced continuously = 1.16185e-12
Current number of parcels = 4220053
Current mass in system = 4.69896e-09
Number of parcels shifted at least once = 4663
Number of parcel shifts towards cell center = 4666
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00644568, Final user-defined norm residual = 0.000104532
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.24889e-05, Final user-defined norm residual = 2.09116e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.49903e-08, Final user-defined norm residual = 2.20932e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000543708, Final residual = 4.16734e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000403514, Final residual = 1.73608e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0387257, Final residual = 9.98581e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.044244, Final residual = 9.48026e-07, No Iterations 259
time step continuity errors : sum local = 1.14206e-10, global = -3.29624e-20, cumulative = -6.71597e-19
DICPCG: Solving for p, Initial residual = 0.00507839, Final residual = 9.60325e-07, No Iterations 142
time step continuity errors : sum local = 1.16799e-10, global = 5.3099e-20, cumulative = -6.18498e-19
BiCGStab: Solving for omega, Initial residual = 0.000463836, Final residual = 3.35128e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000662075, Final residual = 6.72083e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.77478e-05, Final residual = 5.52143e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.00429e-05, Final residual = 3.91935e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00367903, Final residual = 2.93404e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0090815, Final residual = 9.48415e-07, No Iterations 100
time step continuity errors : sum local = 1.1807e-10, global = -1.35641e-21, cumulative = -6.19854e-19
DICPCG: Solving for p, Initial residual = 0.00148299, Final residual = 9.56523e-07, No Iterations 71
time step continuity errors : sum local = 1.20311e-10, global = 4.56632e-20, cumulative = -5.74191e-19
BiCGStab: Solving for omega, Initial residual = 2.37175e-05, Final residual = 3.36974e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.61009e-06, Final residual = 8.61009e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.8694e-06, Final residual = 3.48317e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.62769e-06, Final residual = 2.56527e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000541143, Final residual = 1.58347e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00147305, Final residual = 9.59312e-07, No Iterations 46
time step continuity errors : sum local = 1.20739e-10, global = 7.34491e-20, cumulative = -5.00742e-19
DICPCG: Solving for p, Initial residual = 0.000231744, Final residual = 9.53377e-07, No Iterations 29
time step continuity errors : sum local = 1.1997e-10, global = 1.25437e-19, cumulative = -3.75305e-19
BiCGStab: Solving for omega, Initial residual = 1.26936e-05, Final residual = 2.41021e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.61184e-06, Final residual = 8.61184e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.60284e-07, Final residual = 3.70835e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.96031e-07, Final residual = 2.59973e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000102984, Final residual = 2.4211e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000339928, Final residual = 9.78443e-07, No Iterations 13
time step continuity errors : sum local = 1.22994e-10, global = -1.13319e-19, cumulative = -4.88624e-19
DICPCG: Solving for p, Initial residual = 5.43078e-05, Final residual = 8.55573e-07, No Iterations 6
time step continuity errors : sum local = 1.0815e-10, global = -4.72594e-20, cumulative = -5.35884e-19
BiCGStab: Solving for omega, Initial residual = 1.19374e-05, Final residual = 2.10088e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.62648e-06, Final residual = 8.62648e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.60041e-07, Final residual = 7.11793e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.07771e-07, Final residual = 4.69219e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.19923e-05, Final residual = 4.15661e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.42441e-05, Final residual = 7.64706e-07, No Iterations 6
time step continuity errors : sum local = 9.71798e-11, global = 1.54012e-20, cumulative = -5.20483e-19
DICPCG: Solving for p, Initial residual = 1.36313e-05, Final residual = 9.49373e-07, No Iterations 3
time step continuity errors : sum local = 1.19471e-10, global = -1.91876e-20, cumulative = -5.3967e-19
BiCGStab: Solving for omega, Initial residual = 1.10413e-05, Final residual = 2.34841e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.60903e-06, Final residual = 8.60903e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8057.04 s ClockTime = 8057 s Max(PAc) = 154872 Pa
Courant Number mean: 0.0562865 max: 0.968233 velocity magnitude: 1.30583
deltaT = 0.000464576
Time = 1.65164
--> Cloud: bubbleCloud
Added 192 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 610280
Mass introduced by injector = 5.57312e-10
Number of parcels added continuously = 1154
Mass introduced continuously = 1.08912e-12
Current number of parcels = 4221001
Current mass in system = 4.6998e-09
Number of parcels shifted at least once = 4656
Number of parcel shifts towards cell center = 4663
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00651601, Final user-defined norm residual = 0.000142832
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.07166e-05, Final user-defined norm residual = 5.13966e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.10534e-07, Final user-defined norm residual = 9.35482e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00054393, Final residual = 3.95404e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000405775, Final residual = 1.7658e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0393037, Final residual = 9.51921e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0440084, Final residual = 8.83636e-07, No Iterations 255
time step continuity errors : sum local = 1.05759e-10, global = 7.34184e-21, cumulative = -5.32328e-19
DICPCG: Solving for p, Initial residual = 0.00441719, Final residual = 9.2137e-07, No Iterations 140
time step continuity errors : sum local = 1.10695e-10, global = 2.62134e-20, cumulative = -5.06115e-19
BiCGStab: Solving for omega, Initial residual = 0.000460922, Final residual = 3.76931e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000662213, Final residual = 6.68227e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.77604e-05, Final residual = 6.15235e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.00129e-05, Final residual = 3.96276e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00370714, Final residual = 2.74158e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00979194, Final residual = 9.54109e-07, No Iterations 99
time step continuity errors : sum local = 1.13496e-10, global = 4.35298e-20, cumulative = -4.62585e-19
DICPCG: Solving for p, Initial residual = 0.00159661, Final residual = 8.91775e-07, No Iterations 72
time step continuity errors : sum local = 1.07451e-10, global = -5.73142e-20, cumulative = -5.19899e-19
BiCGStab: Solving for omega, Initial residual = 2.03068e-05, Final residual = 3.18581e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.28136e-06, Final residual = 8.28136e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.08205e-06, Final residual = 3.69471e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.51343e-06, Final residual = 2.68184e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000554331, Final residual = 1.57691e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00165687, Final residual = 9.75795e-07, No Iterations 45
time step continuity errors : sum local = 1.17486e-10, global = 2.39565e-20, cumulative = -4.95943e-19
DICPCG: Solving for p, Initial residual = 0.000246925, Final residual = 9.62127e-07, No Iterations 30
time step continuity errors : sum local = 1.15835e-10, global = -1.19353e-20, cumulative = -5.07878e-19
BiCGStab: Solving for omega, Initial residual = 9.81286e-06, Final residual = 9.81286e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.3629e-06, Final residual = 8.3629e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.58299e-07, Final residual = 4.02454e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.62913e-07, Final residual = 2.56365e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000103766, Final residual = 2.43564e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000359333, Final residual = 9.41725e-07, No Iterations 19
time step continuity errors : sum local = 1.13415e-10, global = 1.69052e-20, cumulative = -4.90973e-19
DICPCG: Solving for p, Initial residual = 5.23496e-05, Final residual = 9.32308e-07, No Iterations 7
time step continuity errors : sum local = 1.12293e-10, global = -4.06608e-20, cumulative = -5.31634e-19
BiCGStab: Solving for omega, Initial residual = 9.91871e-06, Final residual = 9.91871e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.37923e-06, Final residual = 8.37923e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.75005e-07, Final residual = 7.69681e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.61245e-08, Final residual = 4.47535e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.16695e-05, Final residual = 4.0951e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.86761e-05, Final residual = 9.20865e-07, No Iterations 6
time step continuity errors : sum local = 1.10933e-10, global = -3.24e-20, cumulative = -5.64034e-19
DICPCG: Solving for p, Initial residual = 1.34626e-05, Final residual = 9.95754e-07, No Iterations 3
time step continuity errors : sum local = 1.19829e-10, global = 2.58437e-20, cumulative = -5.3819e-19
BiCGStab: Solving for omega, Initial residual = 9.93769e-06, Final residual = 9.93769e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.38357e-06, Final residual = 8.38357e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8075.19 s ClockTime = 8076 s Max(PAc) = 154998 Pa
Courant Number mean: 0.0563011 max: 0.968344 velocity magnitude: 1.3194
deltaT = 0.000464576
Time = 1.6521
--> Cloud: bubbleCloud
Added 174 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 610454
Mass introduced by injector = 5.57458e-10
Number of parcels added continuously = 1130
Mass introduced continuously = 1.10678e-12
Current number of parcels = 4221894
Current mass in system = 4.70062e-09
Number of parcels shifted at least once = 4736
Number of parcel shifts towards cell center = 4740
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00636461, Final user-defined norm residual = 0.000101705
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.18688e-05, Final user-defined norm residual = 2.84985e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.12785e-08, Final user-defined norm residual = 6.66532e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000544335, Final residual = 4.0176e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000402208, Final residual = 1.65311e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0395912, Final residual = 1.01153e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0498022, Final residual = 9.48466e-07, No Iterations 265
time step continuity errors : sum local = 1.12754e-10, global = -7.64024e-20, cumulative = -6.14592e-19
DICPCG: Solving for p, Initial residual = 0.00498699, Final residual = 9.87208e-07, No Iterations 149
time step continuity errors : sum local = 1.27034e-10, global = -4.77845e-21, cumulative = -6.19371e-19
BiCGStab: Solving for omega, Initial residual = 0.00045908, Final residual = 4.94904e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000662294, Final residual = 6.57502e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.75995e-05, Final residual = 6.17208e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.8891e-06, Final residual = 3.92814e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00367485, Final residual = 2.91576e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.009429, Final residual = 9.18357e-07, No Iterations 140
time step continuity errors : sum local = 1.23157e-10, global = 4.63196e-21, cumulative = -6.14739e-19
DICPCG: Solving for p, Initial residual = 0.00161798, Final residual = 9.91838e-07, No Iterations 86
time step continuity errors : sum local = 1.33279e-10, global = -1.64135e-20, cumulative = -6.31152e-19
BiCGStab: Solving for omega, Initial residual = 2.03094e-05, Final residual = 3.83132e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.78143e-06, Final residual = 8.78143e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.99839e-06, Final residual = 3.64594e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.5891e-06, Final residual = 2.62224e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000535496, Final residual = 1.60376e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00163048, Final residual = 9.76314e-07, No Iterations 48
time step continuity errors : sum local = 1.31546e-10, global = 1.84805e-20, cumulative = -6.12672e-19
DICPCG: Solving for p, Initial residual = 0.000240751, Final residual = 9.84315e-07, No Iterations 31
time step continuity errors : sum local = 1.32475e-10, global = 2.26539e-20, cumulative = -5.90018e-19
BiCGStab: Solving for omega, Initial residual = 9.73872e-06, Final residual = 9.73872e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.89384e-06, Final residual = 8.89384e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.56043e-07, Final residual = 4.1068e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.79161e-07, Final residual = 2.86981e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.30632e-05, Final residual = 2.63987e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000356079, Final residual = 9.88292e-07, No Iterations 17
time step continuity errors : sum local = 1.32956e-10, global = -7.31421e-20, cumulative = -6.6316e-19
DICPCG: Solving for p, Initial residual = 5.55444e-05, Final residual = 9.90902e-07, No Iterations 6
time step continuity errors : sum local = 1.33264e-10, global = -9.81023e-21, cumulative = -6.7297e-19
BiCGStab: Solving for omega, Initial residual = 9.78316e-06, Final residual = 9.78316e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.90007e-06, Final residual = 8.90007e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.74333e-07, Final residual = 7.69547e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.38613e-08, Final residual = 4.62e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.86701e-05, Final residual = 4.5312e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.08139e-05, Final residual = 9.38276e-07, No Iterations 6
time step continuity errors : sum local = 1.26987e-10, global = 2.33655e-20, cumulative = -6.49605e-19
DICPCG: Solving for p, Initial residual = 1.49003e-05, Final residual = 9.92582e-07, No Iterations 3
time step continuity errors : sum local = 1.33461e-10, global = 3.61164e-20, cumulative = -6.13489e-19
BiCGStab: Solving for omega, Initial residual = 9.78434e-06, Final residual = 9.78434e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.89759e-06, Final residual = 8.89759e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8093.24 s ClockTime = 8094 s Max(PAc) = 154559 Pa
Courant Number mean: 0.0563162 max: 0.966328 velocity magnitude: 1.3275
deltaT = 0.000464576
Time = 1.65257
--> Cloud: bubbleCloud
Added 178 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 610632
Mass introduced by injector = 5.5761e-10
Number of parcels added continuously = 1129
Mass introduced continuously = 9.97518e-13
Current number of parcels = 4222799
Current mass in system = 4.70135e-09
Number of parcels shifted at least once = 4734
Number of parcel shifts towards cell center = 4738
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00596806, Final user-defined norm residual = 0.000139176
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.99403e-05, Final user-defined norm residual = 5.08934e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.09488e-07, Final user-defined norm residual = 1.76172e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000546469, Final residual = 4.05799e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000403264, Final residual = 1.5556e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0393378, Final residual = 1.13338e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0458936, Final residual = 8.90388e-07, No Iterations 265
time step continuity errors : sum local = 1.05561e-10, global = 4.22697e-20, cumulative = -5.71219e-19
DICPCG: Solving for p, Initial residual = 0.00469091, Final residual = 9.88994e-07, No Iterations 147
time step continuity errors : sum local = 1.17359e-10, global = 1.23184e-20, cumulative = -5.589e-19
BiCGStab: Solving for omega, Initial residual = 0.000464234, Final residual = 6.02752e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000662638, Final residual = 6.48571e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.93322e-05, Final residual = 6.94164e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.053e-05, Final residual = 4.58592e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00353949, Final residual = 2.95995e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0106169, Final residual = 9.99263e-07, No Iterations 112
time step continuity errors : sum local = 1.21162e-10, global = 3.43039e-20, cumulative = -5.24597e-19
DICPCG: Solving for p, Initial residual = 0.00181342, Final residual = 9.66021e-07, No Iterations 75
time step continuity errors : sum local = 1.18696e-10, global = 5.88425e-20, cumulative = -4.65754e-19
BiCGStab: Solving for omega, Initial residual = 2.09077e-05, Final residual = 4.11691e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.49428e-06, Final residual = 8.49428e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.44375e-06, Final residual = 3.82034e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.82085e-06, Final residual = 2.78797e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000518869, Final residual = 1.61487e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00174911, Final residual = 9.70421e-07, No Iterations 69
time step continuity errors : sum local = 1.19288e-10, global = -4.15125e-20, cumulative = -5.07267e-19
DICPCG: Solving for p, Initial residual = 0.000263621, Final residual = 9.98998e-07, No Iterations 49
time step continuity errors : sum local = 1.22688e-10, global = 4.41397e-20, cumulative = -4.63127e-19
BiCGStab: Solving for omega, Initial residual = 1.08352e-05, Final residual = 3.5683e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.63536e-06, Final residual = 8.63536e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.96256e-07, Final residual = 5.47434e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.2288e-07, Final residual = 3.4945e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.31692e-05, Final residual = 2.57979e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000378907, Final residual = 9.94363e-07, No Iterations 25
time step continuity errors : sum local = 1.22145e-10, global = -1.28099e-20, cumulative = -4.75937e-19
DICPCG: Solving for p, Initial residual = 5.98761e-05, Final residual = 8.92959e-07, No Iterations 9
time step continuity errors : sum local = 1.10134e-10, global = -3.38984e-20, cumulative = -5.09835e-19
BiCGStab: Solving for omega, Initial residual = 1.04445e-05, Final residual = 3.67894e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.63005e-06, Final residual = 8.63005e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.93163e-07, Final residual = 1.29619e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.091e-07, Final residual = 8.12209e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.85555e-05, Final residual = 4.32201e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.73534e-05, Final residual = 9.15176e-07, No Iterations 7
time step continuity errors : sum local = 1.12762e-10, global = -3.29003e-20, cumulative = -5.42736e-19
DICPCG: Solving for p, Initial residual = 1.44222e-05, Final residual = 7.12826e-07, No Iterations 4
time step continuity errors : sum local = 8.88068e-11, global = -1.36108e-20, cumulative = -5.56346e-19
BiCGStab: Solving for omega, Initial residual = 1.12156e-05, Final residual = 3.8515e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.63578e-06, Final residual = 8.63578e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8111.41 s ClockTime = 8112 s Max(PAc) = 155242 Pa
Courant Number mean: 0.0563298 max: 0.954068 velocity magnitude: 1.3261
deltaT = 0.000464576
Time = 1.65303
--> Cloud: bubbleCloud
Added 163 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 610795
Mass introduced by injector = 5.57741e-10
Number of parcels added continuously = 1206
Mass introduced continuously = 1.08082e-12
Current number of parcels = 4223788
Current mass in system = 4.7022e-09
Number of parcels shifted at least once = 4605
Number of parcel shifts towards cell center = 4612
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00578007, Final user-defined norm residual = 7.18886e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.54713e-05, Final user-defined norm residual = 4.33094e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.3208e-09, Final user-defined norm residual = 2.36206e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000548361, Final residual = 4.1716e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000405028, Final residual = 1.47439e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0419619, Final residual = 9.22329e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0469313, Final residual = 9.19541e-07, No Iterations 258
time step continuity errors : sum local = 1.09522e-10, global = -1.81069e-20, cumulative = -5.74453e-19
DICPCG: Solving for p, Initial residual = 0.00559488, Final residual = 9.94963e-07, No Iterations 135
time step continuity errors : sum local = 1.20346e-10, global = -8.92638e-20, cumulative = -6.63717e-19
BiCGStab: Solving for omega, Initial residual = 0.000466293, Final residual = 6.56147e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000663385, Final residual = 6.49299e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.88376e-05, Final residual = 5.82659e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.00301e-05, Final residual = 3.99313e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00383194, Final residual = 2.55157e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0100844, Final residual = 9.21436e-07, No Iterations 131
time step continuity errors : sum local = 1.13922e-10, global = 2.64389e-21, cumulative = -6.61073e-19
DICPCG: Solving for p, Initial residual = 0.00177097, Final residual = 9.83946e-07, No Iterations 59
time step continuity errors : sum local = 1.22754e-10, global = -4.33138e-20, cumulative = -7.04387e-19
BiCGStab: Solving for omega, Initial residual = 2.33795e-05, Final residual = 3.57375e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.36026e-06, Final residual = 8.36026e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.18152e-06, Final residual = 3.81317e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.64102e-06, Final residual = 2.53527e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000568869, Final residual = 1.51274e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00160647, Final residual = 9.53228e-07, No Iterations 71
time step continuity errors : sum local = 1.19164e-10, global = 2.48809e-20, cumulative = -6.79506e-19
DICPCG: Solving for p, Initial residual = 0.000255173, Final residual = 9.6309e-07, No Iterations 52
time step continuity errors : sum local = 1.20381e-10, global = -1.95536e-20, cumulative = -6.9906e-19
BiCGStab: Solving for omega, Initial residual = 1.58487e-05, Final residual = 3.86375e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.39263e-06, Final residual = 8.39263e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.03464e-07, Final residual = 5.1096e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.70072e-07, Final residual = 2.84717e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000104137, Final residual = 2.65363e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000337883, Final residual = 9.0686e-07, No Iterations 25
time step continuity errors : sum local = 1.13668e-10, global = 4.7775e-20, cumulative = -6.51285e-19
DICPCG: Solving for p, Initial residual = 5.74845e-05, Final residual = 9.20965e-07, No Iterations 9
time step continuity errors : sum local = 1.15346e-10, global = -9.92807e-20, cumulative = -7.50565e-19
BiCGStab: Solving for omega, Initial residual = 1.84564e-05, Final residual = 4.69333e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.38439e-06, Final residual = 8.38439e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.74852e-07, Final residual = 1.25856e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.87908e-08, Final residual = 6.9406e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.12181e-05, Final residual = 4.55958e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.23895e-05, Final residual = 8.13709e-07, No Iterations 7
time step continuity errors : sum local = 1.02532e-10, global = -6.08579e-20, cumulative = -8.11423e-19
DICPCG: Solving for p, Initial residual = 1.38532e-05, Final residual = 9.55945e-07, No Iterations 3
time step continuity errors : sum local = 1.19521e-10, global = -7.65112e-20, cumulative = -8.87934e-19
BiCGStab: Solving for omega, Initial residual = 2.32475e-05, Final residual = 5.84118e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.3961e-06, Final residual = 8.3961e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8129.4 s ClockTime = 8130 s Max(PAc) = 154378 Pa
Courant Number mean: 0.0563437 max: 0.951009 velocity magnitude: 1.32195
deltaT = 0.000464576
Time = 1.6535
--> Cloud: bubbleCloud
Added 171 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 610966
Mass introduced by injector = 5.57869e-10
Number of parcels added continuously = 1193
Mass introduced continuously = 1.12082e-12
Current number of parcels = 4224745
Current mass in system = 4.70307e-09
Number of parcels shifted at least once = 4699
Number of parcel shifts towards cell center = 4703
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00573573, Final user-defined norm residual = 0.000113342
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.43842e-05, Final user-defined norm residual = 6.56414e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.41225e-07, Final user-defined norm residual = 4.18936e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000540223, Final residual = 4.11732e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000399407, Final residual = 1.81977e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0417055, Final residual = 1.29022e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0427, Final residual = 9.83525e-07, No Iterations 253
time step continuity errors : sum local = 1.16895e-10, global = 1.93735e-20, cumulative = -8.68561e-19
DICPCG: Solving for p, Initial residual = 0.00395222, Final residual = 9.42848e-07, No Iterations 99
time step continuity errors : sum local = 1.12007e-10, global = 2.23092e-20, cumulative = -8.46252e-19
BiCGStab: Solving for omega, Initial residual = 0.00047037, Final residual = 5.72731e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000663232, Final residual = 6.54913e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.88396e-05, Final residual = 5.504e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.01094e-05, Final residual = 3.64637e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00379531, Final residual = 2.99037e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0103628, Final residual = 9.15861e-07, No Iterations 131
time step continuity errors : sum local = 1.09945e-10, global = 9.6495e-21, cumulative = -8.36602e-19
DICPCG: Solving for p, Initial residual = 0.00183959, Final residual = 9.40372e-07, No Iterations 80
time step continuity errors : sum local = 1.14246e-10, global = 2.43894e-20, cumulative = -8.12213e-19
BiCGStab: Solving for omega, Initial residual = 2.54795e-05, Final residual = 3.82084e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.15987e-06, Final residual = 9.15987e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.37382e-06, Final residual = 3.56529e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.75955e-06, Final residual = 2.50461e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00056161, Final residual = 1.62694e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00172261, Final residual = 9.62845e-07, No Iterations 62
time step continuity errors : sum local = 1.16885e-10, global = -3.02374e-20, cumulative = -8.4245e-19
DICPCG: Solving for p, Initial residual = 0.000282545, Final residual = 9.87904e-07, No Iterations 19
time step continuity errors : sum local = 1.19831e-10, global = 9.87276e-21, cumulative = -8.32578e-19
BiCGStab: Solving for omega, Initial residual = 1.59527e-05, Final residual = 3.45126e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.21171e-06, Final residual = 9.21171e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.62482e-07, Final residual = 4.20973e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.36777e-07, Final residual = 3.0347e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000101914, Final residual = 2.67359e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000383877, Final residual = 9.35677e-07, No Iterations 14
time step continuity errors : sum local = 1.13637e-10, global = 1.9631e-20, cumulative = -8.12947e-19
DICPCG: Solving for p, Initial residual = 6.78275e-05, Final residual = 8.66685e-07, No Iterations 6
time step continuity errors : sum local = 1.0545e-10, global = 2.62762e-20, cumulative = -7.8667e-19
BiCGStab: Solving for omega, Initial residual = 1.56497e-05, Final residual = 3.64143e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.22562e-06, Final residual = 9.22562e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.15862e-07, Final residual = 8.39595e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.18549e-07, Final residual = 5.2127e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.0455e-05, Final residual = 4.49473e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000115209, Final residual = 9.72765e-07, No Iterations 5
time step continuity errors : sum local = 1.18029e-10, global = -2.62285e-21, cumulative = -7.89293e-19
DICPCG: Solving for p, Initial residual = 1.92358e-05, Final residual = 8.84545e-07, No Iterations 3
time step continuity errors : sum local = 1.07566e-10, global = -7.05638e-20, cumulative = -8.59857e-19
BiCGStab: Solving for omega, Initial residual = 1.57468e-05, Final residual = 3.78552e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.21735e-06, Final residual = 9.21735e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8147.37 s ClockTime = 8148 s Max(PAc) = 154231 Pa
Courant Number mean: 0.0563575 max: 0.94494 velocity magnitude: 1.31351
deltaT = 0.000464576
Time = 1.65396
--> Cloud: bubbleCloud
Added 186 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 611152
Mass introduced by injector = 5.58029e-10
Number of parcels added continuously = 1199
Mass introduced continuously = 1.09581e-12
Current number of parcels = 4225767
Current mass in system = 4.70393e-09
Number of parcels shifted at least once = 4680
Number of parcel shifts towards cell center = 4681
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00524224, Final user-defined norm residual = 6.00509e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.29233e-05, Final user-defined norm residual = 5.37732e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.15725e-08, Final user-defined norm residual = 2.86821e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000541663, Final residual = 4.23011e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000400535, Final residual = 1.78086e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0425072, Final residual = 9.56834e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0414643, Final residual = 9.8262e-07, No Iterations 155
time step continuity errors : sum local = 1.41042e-10, global = 5.94646e-20, cumulative = -8.00392e-19
DICPCG: Solving for p, Initial residual = 0.00510902, Final residual = 8.75152e-07, No Iterations 231
time step continuity errors : sum local = 1.03936e-10, global = -5.15261e-20, cumulative = -8.51919e-19
BiCGStab: Solving for omega, Initial residual = 0.00046912, Final residual = 5.13729e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000662284, Final residual = 6.58552e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.99062e-05, Final residual = 5.45261e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.11167e-05, Final residual = 3.72234e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00410142, Final residual = 2.82506e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0110716, Final residual = 9.75681e-07, No Iterations 132
time step continuity errors : sum local = 1.1647e-10, global = -2.74396e-20, cumulative = -8.79358e-19
DICPCG: Solving for p, Initial residual = 0.00205027, Final residual = 9.57789e-07, No Iterations 71
time step continuity errors : sum local = 1.15055e-10, global = -7.16433e-20, cumulative = -9.51001e-19
BiCGStab: Solving for omega, Initial residual = 2.09498e-05, Final residual = 3.50771e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.74011e-06, Final residual = 8.74011e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.81128e-06, Final residual = 3.71697e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.08812e-06, Final residual = 2.51524e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000605834, Final residual = 1.6136e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00224164, Final residual = 9.8654e-07, No Iterations 40
time step continuity errors : sum local = 1.18556e-10, global = 1.38644e-19, cumulative = -8.12358e-19
DICPCG: Solving for p, Initial residual = 0.000368029, Final residual = 9.27075e-07, No Iterations 22
time step continuity errors : sum local = 1.11461e-10, global = 6.51056e-20, cumulative = -7.47252e-19
BiCGStab: Solving for omega, Initial residual = 1.19952e-05, Final residual = 3.29076e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.76801e-06, Final residual = 8.76801e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.04638e-06, Final residual = 4.56796e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.33219e-07, Final residual = 2.27687e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000111482, Final residual = 2.9848e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000597883, Final residual = 9.54139e-07, No Iterations 12
time step continuity errors : sum local = 1.14679e-10, global = -5.41393e-20, cumulative = -8.01392e-19
DICPCG: Solving for p, Initial residual = 9.7256e-05, Final residual = 8.06233e-07, No Iterations 6
time step continuity errors : sum local = 9.70841e-11, global = 8.37839e-21, cumulative = -7.93013e-19
BiCGStab: Solving for omega, Initial residual = 1.3139e-05, Final residual = 3.82731e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.78393e-06, Final residual = 8.78393e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.89185e-07, Final residual = 7.91532e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.5482e-07, Final residual = 4.98045e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.23292e-05, Final residual = 5.12161e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000164414, Final residual = 6.65471e-07, No Iterations 6
time step continuity errors : sum local = 8.03422e-11, global = 1.47311e-20, cumulative = -7.78282e-19
DICPCG: Solving for p, Initial residual = 2.7472e-05, Final residual = 9.28296e-07, No Iterations 3
time step continuity errors : sum local = 1.11597e-10, global = 3.52472e-20, cumulative = -7.43035e-19
BiCGStab: Solving for omega, Initial residual = 1.63395e-05, Final residual = 4.34914e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.77607e-06, Final residual = 8.77607e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8165.11 s ClockTime = 8166 s Max(PAc) = 154131 Pa
Courant Number mean: 0.056371 max: 0.938369 velocity magnitude: 1.30451
deltaT = 0.000464576
Time = 1.65443
--> Cloud: bubbleCloud
Added 161 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 611313
Mass introduced by injector = 5.58151e-10
Number of parcels added continuously = 1109
Mass introduced continuously = 1.0475e-12
Current number of parcels = 4226612
Current mass in system = 4.70468e-09
Number of parcels shifted at least once = 4658
Number of parcel shifts towards cell center = 4661
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00596422, Final user-defined norm residual = 9.51402e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.04722e-05, Final user-defined norm residual = 1.46331e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.14881e-08, Final user-defined norm residual = 1.24103e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00054386, Final residual = 4.05153e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000401382, Final residual = 1.70872e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0418206, Final residual = 1.11497e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0433983, Final residual = 9.69688e-07, No Iterations 155
time step continuity errors : sum local = 1.28807e-10, global = -8.40731e-21, cumulative = -7.51442e-19
DICPCG: Solving for p, Initial residual = 0.00591538, Final residual = 9.66043e-07, No Iterations 105
time step continuity errors : sum local = 1.25866e-10, global = 8.04533e-20, cumulative = -6.70989e-19
BiCGStab: Solving for omega, Initial residual = 0.000468276, Final residual = 4.03911e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00066293, Final residual = 6.60738e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.94756e-05, Final residual = 5.55809e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.08903e-05, Final residual = 3.81271e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00395774, Final residual = 2.65767e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0114156, Final residual = 9.79209e-07, No Iterations 130
time step continuity errors : sum local = 1.25645e-10, global = 2.93986e-20, cumulative = -6.4159e-19
DICPCG: Solving for p, Initial residual = 0.00207961, Final residual = 9.92378e-07, No Iterations 59
time step continuity errors : sum local = 1.26117e-10, global = -9.25313e-20, cumulative = -7.34122e-19
BiCGStab: Solving for omega, Initial residual = 2.94461e-05, Final residual = 4.7912e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.64608e-06, Final residual = 8.64608e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.8342e-06, Final residual = 3.61978e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.91057e-06, Final residual = 2.65662e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000609671, Final residual = 1.47308e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00216732, Final residual = 8.8225e-07, No Iterations 45
time step continuity errors : sum local = 1.12983e-10, global = -6.7126e-20, cumulative = -8.01248e-19
DICPCG: Solving for p, Initial residual = 0.000343065, Final residual = 9.53511e-07, No Iterations 26
time step continuity errors : sum local = 1.21402e-10, global = -1.29595e-19, cumulative = -9.30843e-19
BiCGStab: Solving for omega, Initial residual = 1.95608e-05, Final residual = 4.3978e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.70505e-06, Final residual = 8.70505e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.66143e-07, Final residual = 4.06561e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.86816e-07, Final residual = 2.71772e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000112574, Final residual = 2.78779e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000531228, Final residual = 9.06078e-07, No Iterations 12
time step continuity errors : sum local = 1.15796e-10, global = 2.5163e-20, cumulative = -9.0568e-19
DICPCG: Solving for p, Initial residual = 8.75253e-05, Final residual = 7.22359e-07, No Iterations 6
time step continuity errors : sum local = 9.40969e-11, global = -9.96683e-20, cumulative = -1.00535e-18
BiCGStab: Solving for omega, Initial residual = 2.014e-05, Final residual = 4.71341e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.70279e-06, Final residual = 8.70279e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.68662e-07, Final residual = 8.43608e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.35402e-07, Final residual = 5.12084e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.2982e-05, Final residual = 4.77552e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000150563, Final residual = 7.14921e-07, No Iterations 6
time step continuity errors : sum local = 9.3217e-11, global = 7.26251e-20, cumulative = -9.32723e-19
DICPCG: Solving for p, Initial residual = 2.34622e-05, Final residual = 9.34062e-07, No Iterations 3
time step continuity errors : sum local = 1.19081e-10, global = 1.4262e-20, cumulative = -9.18461e-19
BiCGStab: Solving for omega, Initial residual = 2.07716e-05, Final residual = 5.07206e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.71388e-06, Final residual = 8.71388e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8182.87 s ClockTime = 8183 s Max(PAc) = 154590 Pa
Courant Number mean: 0.0563847 max: 0.935303 velocity magnitude: 1.29952
deltaT = 0.000464576
Time = 1.65489
--> Cloud: bubbleCloud
Added 166 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 611479
Mass introduced by injector = 5.5828e-10
Number of parcels added continuously = 1113
Mass introduced continuously = 1.06088e-12
Current number of parcels = 4227485
Current mass in system = 4.70548e-09
Number of parcels shifted at least once = 4743
Number of parcel shifts towards cell center = 4748
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0059813, Final user-defined norm residual = 0.000143837
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.09298e-05, Final user-defined norm residual = 7.63265e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.64134e-07, Final user-defined norm residual = 5.00541e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000543603, Final residual = 4.04252e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000401576, Final residual = 1.72722e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.04184, Final residual = 9.67866e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0523894, Final residual = 9.30743e-07, No Iterations 147
time step continuity errors : sum local = 1.10387e-10, global = 8.79112e-21, cumulative = -9.0967e-19
DICPCG: Solving for p, Initial residual = 0.0063597, Final residual = 9.24209e-07, No Iterations 119
time step continuity errors : sum local = 1.08541e-10, global = -3.89287e-20, cumulative = -9.48598e-19
BiCGStab: Solving for omega, Initial residual = 0.000469364, Final residual = 3.96756e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000662385, Final residual = 6.60663e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.96728e-05, Final residual = 5.55268e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.10064e-05, Final residual = 3.90486e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00386969, Final residual = 2.76789e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.011912, Final residual = 9.46805e-07, No Iterations 132
time step continuity errors : sum local = 1.12176e-10, global = 2.78265e-20, cumulative = -9.20772e-19
DICPCG: Solving for p, Initial residual = 0.00211416, Final residual = 9.72839e-07, No Iterations 73
time step continuity errors : sum local = 1.16855e-10, global = -3.81085e-20, cumulative = -9.5888e-19
BiCGStab: Solving for omega, Initial residual = 2.65639e-05, Final residual = 3.87687e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.6959e-06, Final residual = 8.6959e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.6736e-06, Final residual = 3.67011e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.02289e-06, Final residual = 2.68058e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000580261, Final residual = 1.57869e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00209799, Final residual = 9.55463e-07, No Iterations 46
time step continuity errors : sum local = 1.14858e-10, global = 3.29891e-20, cumulative = -9.25891e-19
DICPCG: Solving for p, Initial residual = 0.000342528, Final residual = 9.88001e-07, No Iterations 27
time step continuity errors : sum local = 1.18655e-10, global = 1.07635e-19, cumulative = -8.18257e-19
BiCGStab: Solving for omega, Initial residual = 2.08691e-05, Final residual = 4.09186e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.79479e-06, Final residual = 8.79479e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.63705e-07, Final residual = 4.9116e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.98392e-07, Final residual = 2.46948e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000103778, Final residual = 2.83125e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000530917, Final residual = 9.28451e-07, No Iterations 15
time step continuity errors : sum local = 1.11661e-10, global = 2.45617e-20, cumulative = -7.93695e-19
DICPCG: Solving for p, Initial residual = 8.48877e-05, Final residual = 8.77987e-07, No Iterations 6
time step continuity errors : sum local = 1.05728e-10, global = 9.42689e-20, cumulative = -6.99426e-19
BiCGStab: Solving for omega, Initial residual = 2.41705e-05, Final residual = 5.00567e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.80785e-06, Final residual = 8.80785e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.46787e-07, Final residual = 9.14959e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.43965e-07, Final residual = 5.40131e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.08506e-05, Final residual = 4.9963e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000139785, Final residual = 8.15609e-07, No Iterations 6
time step continuity errors : sum local = 9.8405e-11, global = 8.41887e-20, cumulative = -6.15237e-19
DICPCG: Solving for p, Initial residual = 2.27045e-05, Final residual = 9.90579e-07, No Iterations 3
time step continuity errors : sum local = 1.18934e-10, global = 8.98633e-20, cumulative = -5.25374e-19
BiCGStab: Solving for omega, Initial residual = 2.59517e-05, Final residual = 5.69057e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.79652e-06, Final residual = 8.79652e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8200.92 s ClockTime = 8201 s Max(PAc) = 154869 Pa
Courant Number mean: 0.0563984 max: 0.935922 velocity magnitude: 1.29239
deltaT = 0.000464576
Time = 1.65535
--> Cloud: bubbleCloud
Added 192 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 611671
Mass introduced by injector = 5.58445e-10
Number of parcels added continuously = 1091
Mass introduced continuously = 1.05125e-12
Current number of parcels = 4228381
Current mass in system = 4.70632e-09
Number of parcels shifted at least once = 4638
Number of parcel shifts towards cell center = 4644
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0059337, Final user-defined norm residual = 8.82689e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.89899e-05, Final user-defined norm residual = 1.28627e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.76729e-08, Final user-defined norm residual = 1.13858e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000548989, Final residual = 4.2276e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000408619, Final residual = 1.69389e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.041169, Final residual = 8.83698e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0577563, Final residual = 8.67735e-07, No Iterations 256
time step continuity errors : sum local = 1.02285e-10, global = -2.07028e-20, cumulative = -5.46077e-19
DICPCG: Solving for p, Initial residual = 0.00735427, Final residual = 9.64399e-07, No Iterations 136
time step continuity errors : sum local = 1.163e-10, global = 2.89339e-20, cumulative = -5.17143e-19
BiCGStab: Solving for omega, Initial residual = 0.000476359, Final residual = 3.5342e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000662581, Final residual = 6.54321e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.09351e-05, Final residual = 5.37063e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.25046e-05, Final residual = 3.87765e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00391438, Final residual = 2.65781e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0123506, Final residual = 9.94322e-07, No Iterations 139
time step continuity errors : sum local = 1.21434e-10, global = 3.58268e-20, cumulative = -4.81316e-19
DICPCG: Solving for p, Initial residual = 0.00216632, Final residual = 9.75449e-07, No Iterations 84
time step continuity errors : sum local = 1.20829e-10, global = 9.71417e-20, cumulative = -3.84174e-19
BiCGStab: Solving for omega, Initial residual = 3.0378e-05, Final residual = 5.27918e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.36933e-06, Final residual = 8.36933e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.99484e-06, Final residual = 3.79875e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.3132e-06, Final residual = 2.72278e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000591316, Final residual = 1.55116e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00230355, Final residual = 9.93578e-07, No Iterations 54
time step continuity errors : sum local = 1.22998e-10, global = -1.41793e-20, cumulative = -3.98354e-19
DICPCG: Solving for p, Initial residual = 0.000370816, Final residual = 9.66455e-07, No Iterations 19
time step continuity errors : sum local = 1.19769e-10, global = -1.22829e-20, cumulative = -4.10637e-19
BiCGStab: Solving for omega, Initial residual = 1.85089e-05, Final residual = 4.57651e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.44882e-06, Final residual = 8.44882e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.95024e-07, Final residual = 5.16684e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.63826e-07, Final residual = 2.98979e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000111181, Final residual = 2.85294e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000527764, Final residual = 9.67522e-07, No Iterations 16
time step continuity errors : sum local = 1.19889e-10, global = 2.49629e-20, cumulative = -3.85674e-19
DICPCG: Solving for p, Initial residual = 8.96292e-05, Final residual = 9.9556e-07, No Iterations 6
time step continuity errors : sum local = 1.23204e-10, global = 7.096e-20, cumulative = -3.14714e-19
BiCGStab: Solving for omega, Initial residual = 1.35129e-05, Final residual = 4.16327e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.45705e-06, Final residual = 8.45705e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.58525e-07, Final residual = 1.09942e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.49824e-07, Final residual = 7.07685e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.29005e-05, Final residual = 4.81818e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00014079, Final residual = 8.10437e-07, No Iterations 6
time step continuity errors : sum local = 1.01225e-10, global = 2.67343e-20, cumulative = -2.87979e-19
DICPCG: Solving for p, Initial residual = 2.41254e-05, Final residual = 6.59019e-07, No Iterations 4
time step continuity errors : sum local = 8.32465e-11, global = -4.51169e-20, cumulative = -3.33096e-19
BiCGStab: Solving for omega, Initial residual = 1.25648e-05, Final residual = 4.01875e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.44814e-06, Final residual = 8.44814e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8218.77 s ClockTime = 8219 s Max(PAc) = 154535 Pa
Courant Number mean: 0.0564123 max: 0.940706 velocity magnitude: 1.28338
deltaT = 0.000464576
Time = 1.65582
--> Cloud: bubbleCloud
Added 186 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 611857
Mass introduced by injector = 5.58651e-10
Number of parcels added continuously = 1098
Mass introduced continuously = 1.09286e-12
Current number of parcels = 4229257
Current mass in system = 4.70723e-09
Number of parcels shifted at least once = 4744
Number of parcel shifts towards cell center = 4750
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00609105, Final user-defined norm residual = 9.01082e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.93831e-05, Final user-defined norm residual = 2.64617e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.69227e-08, Final user-defined norm residual = 7.49882e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000544846, Final residual = 3.95542e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000409381, Final residual = 1.61222e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0435808, Final residual = 1.00542e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0599022, Final residual = 9.19492e-07, No Iterations 266
time step continuity errors : sum local = 1.08803e-10, global = -1.14715e-22, cumulative = -3.33211e-19
DICPCG: Solving for p, Initial residual = 0.00881662, Final residual = 9.78354e-07, No Iterations 149
time step continuity errors : sum local = 1.22039e-10, global = -1.98441e-20, cumulative = -3.53055e-19
BiCGStab: Solving for omega, Initial residual = 0.000465576, Final residual = 3.96167e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000661791, Final residual = 6.59147e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.07269e-05, Final residual = 6.12742e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.29586e-05, Final residual = 4.32364e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00394975, Final residual = 2.69877e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0130097, Final residual = 9.54673e-07, No Iterations 121
time step continuity errors : sum local = 1.20994e-10, global = -7.31779e-20, cumulative = -4.26233e-19
DICPCG: Solving for p, Initial residual = 0.00244306, Final residual = 9.85214e-07, No Iterations 94
time step continuity errors : sum local = 1.23415e-10, global = -4.14598e-20, cumulative = -4.67693e-19
BiCGStab: Solving for omega, Initial residual = 2.11951e-05, Final residual = 3.08046e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.19634e-06, Final residual = 8.19634e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.15631e-06, Final residual = 3.83195e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.50568e-06, Final residual = 2.91887e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000589099, Final residual = 1.55502e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00249629, Final residual = 9.89403e-07, No Iterations 43
time step continuity errors : sum local = 1.2393e-10, global = 6.37064e-20, cumulative = -4.03986e-19
DICPCG: Solving for p, Initial residual = 0.000451242, Final residual = 9.5823e-07, No Iterations 17
time step continuity errors : sum local = 1.20253e-10, global = -2.8525e-20, cumulative = -4.32511e-19
BiCGStab: Solving for omega, Initial residual = 9.83618e-06, Final residual = 9.83618e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.30829e-06, Final residual = 8.30829e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.08243e-06, Final residual = 4.33913e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.64217e-07, Final residual = 3.45829e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000105582, Final residual = 3.03362e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00064729, Final residual = 9.82129e-07, No Iterations 14
time step continuity errors : sum local = 1.23082e-10, global = -2.29552e-21, cumulative = -4.34807e-19
DICPCG: Solving for p, Initial residual = 0.00011911, Final residual = 9.37834e-07, No Iterations 6
time step continuity errors : sum local = 1.17824e-10, global = -6.37211e-20, cumulative = -4.98528e-19
BiCGStab: Solving for omega, Initial residual = 9.92344e-06, Final residual = 9.92344e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.31426e-06, Final residual = 8.31426e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.95929e-07, Final residual = 9.87497e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.958e-07, Final residual = 7.11021e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.07797e-05, Final residual = 5.30854e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000186392, Final residual = 8.41901e-07, No Iterations 6
time step continuity errors : sum local = 1.06463e-10, global = 1.06955e-19, cumulative = -3.91573e-19
DICPCG: Solving for p, Initial residual = 3.25737e-05, Final residual = 6.7137e-07, No Iterations 4
time step continuity errors : sum local = 8.62688e-11, global = 4.38359e-20, cumulative = -3.47737e-19
BiCGStab: Solving for omega, Initial residual = 9.91505e-06, Final residual = 9.91505e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.31187e-06, Final residual = 8.31187e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8236.8 s ClockTime = 8237 s Max(PAc) = 154585 Pa
Courant Number mean: 0.0564259 max: 0.94077 velocity magnitude: 1.28113
deltaT = 0.000464576
Time = 1.65628
--> Cloud: bubbleCloud
Added 196 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 612053
Mass introduced by injector = 5.58821e-10
Number of parcels added continuously = 1129
Mass introduced continuously = 1.0447e-12
Current number of parcels = 4230169
Current mass in system = 4.70803e-09
Number of parcels shifted at least once = 4685
Number of parcel shifts towards cell center = 4692
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00571423, Final user-defined norm residual = 5.40183e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.16231e-05, Final user-defined norm residual = 4.78947e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.03056e-08, Final user-defined norm residual = 4.95517e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000548372, Final residual = 3.86361e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00041337, Final residual = 1.44587e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0417207, Final residual = 9.73221e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0551044, Final residual = 9.30499e-07, No Iterations 251
time step continuity errors : sum local = 1.10177e-10, global = 1.91966e-20, cumulative = -3.2854e-19
DICPCG: Solving for p, Initial residual = 0.00767014, Final residual = 9.78881e-07, No Iterations 120
time step continuity errors : sum local = 1.19144e-10, global = 4.13221e-21, cumulative = -3.24408e-19
BiCGStab: Solving for omega, Initial residual = 0.000461248, Final residual = 4.69067e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000662222, Final residual = 6.4622e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.33902e-05, Final residual = 5.70991e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.36593e-05, Final residual = 4.10307e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00396358, Final residual = 2.69525e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.014622, Final residual = 9.73887e-07, No Iterations 127
time step continuity errors : sum local = 1.1677e-10, global = -4.42975e-20, cumulative = -3.68705e-19
DICPCG: Solving for p, Initial residual = 0.00280829, Final residual = 9.77673e-07, No Iterations 83
time step continuity errors : sum local = 1.18773e-10, global = -9.89646e-20, cumulative = -4.6767e-19
BiCGStab: Solving for omega, Initial residual = 2.61141e-05, Final residual = 5.48168e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.71573e-06, Final residual = 8.71573e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.05247e-06, Final residual = 3.76697e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.88364e-06, Final residual = 2.89888e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000598797, Final residual = 1.543e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00291422, Final residual = 9.78074e-07, No Iterations 51
time step continuity errors : sum local = 1.18726e-10, global = -9.81288e-20, cumulative = -5.65799e-19
DICPCG: Solving for p, Initial residual = 0.000555629, Final residual = 9.76285e-07, No Iterations 33
time step continuity errors : sum local = 1.18473e-10, global = -1.011e-19, cumulative = -6.66898e-19
BiCGStab: Solving for omega, Initial residual = 1.62409e-05, Final residual = 6.40359e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.76712e-06, Final residual = 8.76712e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.41565e-06, Final residual = 4.51941e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.4824e-07, Final residual = 3.80889e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000109598, Final residual = 2.91419e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000820586, Final residual = 9.98462e-07, No Iterations 15
time step continuity errors : sum local = 1.21093e-10, global = -6.63239e-20, cumulative = -7.33222e-19
DICPCG: Solving for p, Initial residual = 0.00015308, Final residual = 8.8757e-07, No Iterations 8
time step continuity errors : sum local = 1.07907e-10, global = -3.53262e-20, cumulative = -7.68549e-19
BiCGStab: Solving for omega, Initial residual = 1.89468e-05, Final residual = 7.63954e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.77893e-06, Final residual = 8.77893e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.91151e-07, Final residual = 9.93845e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.51178e-07, Final residual = 6.448e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.15152e-05, Final residual = 5.12262e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00023237, Final residual = 7.89623e-07, No Iterations 6
time step continuity errors : sum local = 9.62753e-11, global = 3.07477e-21, cumulative = -7.65474e-19
DICPCG: Solving for p, Initial residual = 4.32863e-05, Final residual = 6.48952e-07, No Iterations 4
time step continuity errors : sum local = 7.95724e-11, global = -6.49792e-20, cumulative = -8.30453e-19
BiCGStab: Solving for omega, Initial residual = 2.15807e-05, Final residual = 8.61839e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.77662e-06, Final residual = 8.77662e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8254.65 s ClockTime = 8255 s Max(PAc) = 154527 Pa
Courant Number mean: 0.0564393 max: 0.933508 velocity magnitude: 1.28025
deltaT = 0.000464576
Time = 1.65675
--> Cloud: bubbleCloud
Added 110 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 612163
Mass introduced by injector = 5.58943e-10
Number of parcels added continuously = 1112
Mass introduced continuously = 1.06209e-12
Current number of parcels = 4231003
Current mass in system = 4.70887e-09
Number of parcels shifted at least once = 4597
Number of parcel shifts towards cell center = 4602
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00598158, Final user-defined norm residual = 6.06912e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.306e-05, Final user-defined norm residual = 4.21429e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.06875e-09, Final user-defined norm residual = 2.03566e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000547364, Final residual = 4.05091e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000414955, Final residual = 1.64471e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0407137, Final residual = 9.41116e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0560297, Final residual = 9.39174e-07, No Iterations 254
time step continuity errors : sum local = 1.1152e-10, global = -2.53711e-20, cumulative = -8.55824e-19
DICPCG: Solving for p, Initial residual = 0.00787418, Final residual = 9.90103e-07, No Iterations 132
time step continuity errors : sum local = 1.29324e-10, global = 1.71835e-20, cumulative = -8.38641e-19
BiCGStab: Solving for omega, Initial residual = 0.000464057, Final residual = 7.1837e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000661414, Final residual = 6.30711e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.46231e-05, Final residual = 5.56973e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.42668e-05, Final residual = 3.95872e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00391108, Final residual = 2.63506e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0150195, Final residual = 9.92525e-07, No Iterations 129
time step continuity errors : sum local = 1.28916e-10, global = -3.37289e-21, cumulative = -8.42014e-19
DICPCG: Solving for p, Initial residual = 0.00301457, Final residual = 9.9937e-07, No Iterations 86
time step continuity errors : sum local = 1.3115e-10, global = 1.7292e-20, cumulative = -8.24722e-19
BiCGStab: Solving for omega, Initial residual = 3.38523e-05, Final residual = 8.34952e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.64962e-06, Final residual = 8.64962e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.24732e-06, Final residual = 3.74635e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.23839e-06, Final residual = 2.79053e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000569072, Final residual = 1.5038e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0030969, Final residual = 9.78626e-07, No Iterations 50
time step continuity errors : sum local = 1.28623e-10, global = -5.72611e-20, cumulative = -8.81983e-19
DICPCG: Solving for p, Initial residual = 0.000588439, Final residual = 9.9887e-07, No Iterations 13
time step continuity errors : sum local = 1.30944e-10, global = -1.76137e-20, cumulative = -8.99596e-19
BiCGStab: Solving for omega, Initial residual = 2.7527e-05, Final residual = 9.0622e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.75126e-06, Final residual = 8.75126e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.59993e-06, Final residual = 4.57491e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.0412e-07, Final residual = 3.81148e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000101701, Final residual = 2.9575e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00095096, Final residual = 9.52733e-07, No Iterations 9
time step continuity errors : sum local = 1.25444e-10, global = 3.8187e-20, cumulative = -8.61409e-19
DICPCG: Solving for p, Initial residual = 0.000168459, Final residual = 8.19144e-07, No Iterations 6
time step continuity errors : sum local = 1.09562e-10, global = -9.49269e-21, cumulative = -8.70902e-19
BiCGStab: Solving for omega, Initial residual = 3.06175e-05, Final residual = 9.98708e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.71356e-06, Final residual = 8.71356e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.64567e-07, Final residual = 1.04594e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.8452e-07, Final residual = 6.99645e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.05233e-05, Final residual = 4.90534e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000285554, Final residual = 9.26763e-07, No Iterations 6
time step continuity errors : sum local = 1.22322e-10, global = 2.76973e-20, cumulative = -8.43205e-19
DICPCG: Solving for p, Initial residual = 5.1542e-05, Final residual = 7.23112e-07, No Iterations 4
time step continuity errors : sum local = 9.81633e-11, global = 1.31238e-19, cumulative = -7.11967e-19
BiCGStab: Solving for omega, Initial residual = 3.26378e-05, Final residual = 1.10032e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.75885e-06, Final residual = 8.75885e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8272.51 s ClockTime = 8273 s Max(PAc) = 154165 Pa
Courant Number mean: 0.0564531 max: 0.931094 velocity magnitude: 1.28146
deltaT = 0.000464576
Time = 1.65721
--> Cloud: bubbleCloud
Added 149 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 612312
Mass introduced by injector = 5.59102e-10
Number of parcels added continuously = 1201
Mass introduced continuously = 1.10017e-12
Current number of parcels = 4231991
Current mass in system = 4.7098e-09
Number of parcels shifted at least once = 4633
Number of parcel shifts towards cell center = 4638
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00607893, Final user-defined norm residual = 0.000109566
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.35769e-05, Final user-defined norm residual = 3.26095e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.01723e-08, Final user-defined norm residual = 6.38563e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000538642, Final residual = 4.41257e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000407205, Final residual = 1.55676e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0430434, Final residual = 1.09887e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0490317, Final residual = 9.77072e-07, No Iterations 163
time step continuity errors : sum local = 1.24893e-10, global = 3.10513e-20, cumulative = -6.80915e-19
DICPCG: Solving for p, Initial residual = 0.00632435, Final residual = 9.91638e-07, No Iterations 142
time step continuity errors : sum local = 1.26175e-10, global = -2.78377e-20, cumulative = -7.08753e-19
BiCGStab: Solving for omega, Initial residual = 0.000469274, Final residual = 3.43333e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000661143, Final residual = 6.23692e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.25404e-05, Final residual = 5.69443e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.31369e-05, Final residual = 3.99721e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00408617, Final residual = 2.91607e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0138172, Final residual = 9.81551e-07, No Iterations 95
time step continuity errors : sum local = 1.23795e-10, global = 4.27408e-20, cumulative = -6.66012e-19
DICPCG: Solving for p, Initial residual = 0.0026865, Final residual = 9.33905e-07, No Iterations 72
time step continuity errors : sum local = 1.19692e-10, global = -5.22934e-20, cumulative = -7.18306e-19
BiCGStab: Solving for omega, Initial residual = 4.04197e-05, Final residual = 8.71677e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.8008e-06, Final residual = 8.8008e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.91771e-06, Final residual = 3.6666e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.61695e-06, Final residual = 2.84408e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000626319, Final residual = 1.67382e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0029669, Final residual = 9.31271e-07, No Iterations 69
time step continuity errors : sum local = 1.1925e-10, global = -7.83335e-21, cumulative = -7.26139e-19
DICPCG: Solving for p, Initial residual = 0.000523447, Final residual = 9.84113e-07, No Iterations 46
time step continuity errors : sum local = 1.25373e-10, global = 2.08688e-20, cumulative = -7.0527e-19
BiCGStab: Solving for omega, Initial residual = 3.374e-05, Final residual = 9.78803e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.87968e-06, Final residual = 8.87968e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.3806e-06, Final residual = 4.48914e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.05541e-07, Final residual = 3.10769e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000115918, Final residual = 3.02399e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00082233, Final residual = 9.75936e-07, No Iterations 22
time step continuity errors : sum local = 1.24388e-10, global = -2.09201e-20, cumulative = -7.2619e-19
DICPCG: Solving for p, Initial residual = 0.000156114, Final residual = 8.99318e-07, No Iterations 8
time step continuity errors : sum local = 1.15358e-10, global = -2.39222e-20, cumulative = -7.50113e-19
BiCGStab: Solving for omega, Initial residual = 3.18841e-05, Final residual = 1.22317e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.90903e-06, Final residual = 8.90903e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.01383e-07, Final residual = 9.53988e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.3862e-07, Final residual = 6.19699e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.3267e-05, Final residual = 5.45e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000242865, Final residual = 9.77071e-07, No Iterations 6
time step continuity errors : sum local = 1.24496e-10, global = -2.55372e-20, cumulative = -7.7565e-19
DICPCG: Solving for p, Initial residual = 4.46223e-05, Final residual = 6.51372e-07, No Iterations 4
time step continuity errors : sum local = 8.61936e-11, global = -1.15358e-21, cumulative = -7.76803e-19
BiCGStab: Solving for omega, Initial residual = 3.66793e-05, Final residual = 1.45226e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.87364e-06, Final residual = 8.87364e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8290.77 s ClockTime = 8291 s Max(PAc) = 154320 Pa
Courant Number mean: 0.0564665 max: 0.943966 velocity magnitude: 1.28158
deltaT = 0.000464576
Time = 1.65768
--> Cloud: bubbleCloud
Added 169 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 612481
Mass introduced by injector = 5.59241e-10
Number of parcels added continuously = 1165
Mass introduced continuously = 1.012e-12
Current number of parcels = 4232904
Current mass in system = 4.71054e-09
Number of parcels shifted at least once = 4642
Number of parcel shifts towards cell center = 4648
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0064086, Final user-defined norm residual = 0.000116489
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.50781e-05, Final user-defined norm residual = 4.01467e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.64315e-08, Final user-defined norm residual = 9.58278e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000537045, Final residual = 4.16706e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000407753, Final residual = 1.62964e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0439317, Final residual = 9.62964e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0482959, Final residual = 9.77518e-07, No Iterations 253
time step continuity errors : sum local = 1.14645e-10, global = -4.99184e-20, cumulative = -8.26722e-19
DICPCG: Solving for p, Initial residual = 0.00547238, Final residual = 9.37265e-07, No Iterations 125
time step continuity errors : sum local = 1.1292e-10, global = -6.09667e-20, cumulative = -8.87688e-19
BiCGStab: Solving for omega, Initial residual = 0.000460294, Final residual = 6.32378e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000660459, Final residual = 6.21058e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.21619e-05, Final residual = 5.48578e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.20618e-05, Final residual = 3.85277e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00411713, Final residual = 2.67235e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0131842, Final residual = 9.63464e-07, No Iterations 112
time step continuity errors : sum local = 1.17307e-10, global = -6.35636e-20, cumulative = -9.51252e-19
DICPCG: Solving for p, Initial residual = 0.00233678, Final residual = 9.34615e-07, No Iterations 73
time step continuity errors : sum local = 1.12459e-10, global = 9.77713e-20, cumulative = -8.53481e-19
BiCGStab: Solving for omega, Initial residual = 2.98635e-05, Final residual = 8.83566e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.08411e-06, Final residual = 9.08411e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.60993e-06, Final residual = 3.58236e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.40071e-06, Final residual = 2.73612e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000604485, Final residual = 1.54723e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0027322, Final residual = 9.69627e-07, No Iterations 70
time step continuity errors : sum local = 1.16562e-10, global = 4.3668e-20, cumulative = -8.09813e-19
DICPCG: Solving for p, Initial residual = 0.000483053, Final residual = 9.32737e-07, No Iterations 48
time step continuity errors : sum local = 1.12261e-10, global = 1.1344e-19, cumulative = -6.96373e-19
BiCGStab: Solving for omega, Initial residual = 1.60041e-05, Final residual = 6.70918e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.16943e-06, Final residual = 9.16943e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.18525e-06, Final residual = 4.74105e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.67908e-07, Final residual = 2.88079e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00010772, Final residual = 2.9191e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000661187, Final residual = 9.54065e-07, No Iterations 22
time step continuity errors : sum local = 1.14768e-10, global = -5.04838e-20, cumulative = -7.46856e-19
DICPCG: Solving for p, Initial residual = 0.00012727, Final residual = 8.82022e-07, No Iterations 8
time step continuity errors : sum local = 1.06295e-10, global = 4.25936e-20, cumulative = -7.04263e-19
BiCGStab: Solving for omega, Initial residual = 1.54882e-05, Final residual = 6.54241e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.16885e-06, Final residual = 9.16885e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.55151e-07, Final residual = 1.03348e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.96669e-07, Final residual = 5.56621e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.27603e-05, Final residual = 4.73095e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000202328, Final residual = 8.34666e-07, No Iterations 7
time step continuity errors : sum local = 1.00734e-10, global = 1.34466e-19, cumulative = -5.69797e-19
DICPCG: Solving for p, Initial residual = 3.56813e-05, Final residual = 9.80017e-07, No Iterations 3
time step continuity errors : sum local = 1.17804e-10, global = 5.86543e-20, cumulative = -5.11142e-19
BiCGStab: Solving for omega, Initial residual = 1.51486e-05, Final residual = 5.8156e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.17247e-06, Final residual = 9.17247e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8308.56 s ClockTime = 8309 s Max(PAc) = 154547 Pa
Courant Number mean: 0.0564802 max: 0.956475 velocity magnitude: 1.27868
deltaT = 0.000464576
Time = 1.65814
--> Cloud: bubbleCloud
Added 177 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 612658
Mass introduced by injector = 5.59387e-10
Number of parcels added continuously = 1207
Mass introduced continuously = 1.11182e-12
Current number of parcels = 4233917
Current mass in system = 4.71143e-09
Number of parcels shifted at least once = 4700
Number of parcel shifts towards cell center = 4707
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00600751, Final user-defined norm residual = 7.70183e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.65895e-05, Final user-defined norm residual = 1.41727e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.05283e-08, Final user-defined norm residual = 1.12633e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000536309, Final residual = 4.15755e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000402335, Final residual = 1.69943e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0439723, Final residual = 1.06037e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0483161, Final residual = 9.94884e-07, No Iterations 151
time step continuity errors : sum local = 1.3894e-10, global = 1.22519e-19, cumulative = -3.88623e-19
DICPCG: Solving for p, Initial residual = 0.00525196, Final residual = 9.37496e-07, No Iterations 236
time step continuity errors : sum local = 1.10001e-10, global = -1.17071e-20, cumulative = -4.0033e-19
BiCGStab: Solving for omega, Initial residual = 0.000450232, Final residual = 4.75541e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00066083, Final residual = 6.27426e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.04655e-05, Final residual = 5.45015e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.11646e-05, Final residual = 3.88528e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00423085, Final residual = 2.99273e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0119169, Final residual = 9.15358e-07, No Iterations 113
time step continuity errors : sum local = 1.08681e-10, global = -1.52631e-20, cumulative = -4.15593e-19
DICPCG: Solving for p, Initial residual = 0.0020753, Final residual = 9.72632e-07, No Iterations 73
time step continuity errors : sum local = 1.14757e-10, global = -3.74084e-20, cumulative = -4.53002e-19
BiCGStab: Solving for omega, Initial residual = 2.41915e-05, Final residual = 6.04299e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.09432e-06, Final residual = 9.09432e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.87291e-06, Final residual = 3.51063e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.14406e-06, Final residual = 2.6642e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000652816, Final residual = 1.6868e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00212737, Final residual = 9.85687e-07, No Iterations 82
time step continuity errors : sum local = 1.1623e-10, global = 4.01603e-21, cumulative = -4.48986e-19
DICPCG: Solving for p, Initial residual = 0.000406667, Final residual = 9.80024e-07, No Iterations 45
time step continuity errors : sum local = 1.15526e-10, global = -7.90004e-20, cumulative = -5.27986e-19
BiCGStab: Solving for omega, Initial residual = 1.44794e-05, Final residual = 5.10211e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.12864e-06, Final residual = 9.12864e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.07507e-06, Final residual = 4.23662e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.59227e-07, Final residual = 2.88703e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0001278, Final residual = 3.15831e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000609687, Final residual = 9.63787e-07, No Iterations 18
time step continuity errors : sum local = 1.13602e-10, global = 2.58494e-20, cumulative = -5.02137e-19
DICPCG: Solving for p, Initial residual = 0.000109245, Final residual = 9.81329e-07, No Iterations 6
time step continuity errors : sum local = 1.15664e-10, global = -6.89261e-20, cumulative = -5.71063e-19
BiCGStab: Solving for omega, Initial residual = 1.61154e-05, Final residual = 4.96475e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.13461e-06, Final residual = 9.13461e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.8633e-07, Final residual = 9.0785e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.75625e-07, Final residual = 5.34533e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.68231e-05, Final residual = 5.63635e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00017073, Final residual = 8.08893e-07, No Iterations 6
time step continuity errors : sum local = 9.53478e-11, global = 8.41286e-20, cumulative = -4.86934e-19
DICPCG: Solving for p, Initial residual = 3.07903e-05, Final residual = 9.62697e-07, No Iterations 3
time step continuity errors : sum local = 1.13468e-10, global = 6.76894e-21, cumulative = -4.80165e-19
BiCGStab: Solving for omega, Initial residual = 1.69509e-05, Final residual = 6.62689e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.13241e-06, Final residual = 9.13241e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8326.7 s ClockTime = 8327 s Max(PAc) = 154670 Pa
Courant Number mean: 0.0564941 max: 0.961147 velocity magnitude: 1.27422
deltaT = 0.000464576
Time = 1.65861
--> Cloud: bubbleCloud
Added 129 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 612787
Mass introduced by injector = 5.59485e-10
Number of parcels added continuously = 1080
Mass introduced continuously = 9.9266e-13
Current number of parcels = 4234734
Current mass in system = 4.71213e-09
Number of parcels shifted at least once = 4660
Number of parcel shifts towards cell center = 4663
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00575285, Final user-defined norm residual = 8.69528e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.87073e-05, Final user-defined norm residual = 1.01463e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.18293e-08, Final user-defined norm residual = 8.11668e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000536671, Final residual = 4.07472e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000402211, Final residual = 1.68703e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0457403, Final residual = 1.05703e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.04881, Final residual = 9.88169e-07, No Iterations 150
time step continuity errors : sum local = 1.24855e-10, global = -6.14848e-20, cumulative = -5.4165e-19
DICPCG: Solving for p, Initial residual = 0.00530148, Final residual = 9.925e-07, No Iterations 115
time step continuity errors : sum local = 1.25041e-10, global = -1.14579e-19, cumulative = -6.56229e-19
BiCGStab: Solving for omega, Initial residual = 0.000454956, Final residual = 3.56836e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000660588, Final residual = 6.15848e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.93895e-05, Final residual = 5.2254e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.09615e-05, Final residual = 3.79897e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00427376, Final residual = 3.09377e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0108259, Final residual = 9.71901e-07, No Iterations 95
time step continuity errors : sum local = 1.27293e-10, global = 1.0555e-19, cumulative = -5.50679e-19
DICPCG: Solving for p, Initial residual = 0.001972, Final residual = 9.98558e-07, No Iterations 60
time step continuity errors : sum local = 1.28969e-10, global = 2.40095e-21, cumulative = -5.48278e-19
BiCGStab: Solving for omega, Initial residual = 2.59273e-05, Final residual = 4.79949e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.85248e-06, Final residual = 8.85248e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.94837e-06, Final residual = 3.51778e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.13174e-06, Final residual = 2.7014e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000641274, Final residual = 1.75762e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00215826, Final residual = 9.91717e-07, No Iterations 94
time step continuity errors : sum local = 1.28321e-10, global = -1.78114e-20, cumulative = -5.66089e-19
DICPCG: Solving for p, Initial residual = 0.000361168, Final residual = 9.4822e-07, No Iterations 22
time step continuity errors : sum local = 1.23256e-10, global = -6.68663e-20, cumulative = -6.32955e-19
BiCGStab: Solving for omega, Initial residual = 1.59284e-05, Final residual = 3.33645e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.8585e-06, Final residual = 8.8585e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.8253e-07, Final residual = 4.11993e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.68448e-07, Final residual = 3.1732e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000112058, Final residual = 3.25528e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000568749, Final residual = 9.95582e-07, No Iterations 11
time step continuity errors : sum local = 1.28765e-10, global = 3.16363e-20, cumulative = -6.01319e-19
DICPCG: Solving for p, Initial residual = 9.71139e-05, Final residual = 7.56698e-07, No Iterations 6
time step continuity errors : sum local = 1.00972e-10, global = 1.00776e-19, cumulative = -5.00543e-19
BiCGStab: Solving for omega, Initial residual = 1.31383e-05, Final residual = 3.61136e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.86135e-06, Final residual = 8.86135e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.87409e-07, Final residual = 6.92041e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.51915e-07, Final residual = 4.16959e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.24026e-05, Final residual = 5.29086e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000161477, Final residual = 7.34185e-07, No Iterations 6
time step continuity errors : sum local = 9.83537e-11, global = 9.07109e-20, cumulative = -4.09832e-19
DICPCG: Solving for p, Initial residual = 2.70423e-05, Final residual = 6.40572e-07, No Iterations 4
time step continuity errors : sum local = 8.74651e-11, global = 1.47674e-20, cumulative = -3.95065e-19
BiCGStab: Solving for omega, Initial residual = 1.35305e-05, Final residual = 3.32026e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.85609e-06, Final residual = 8.85609e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8344.78 s ClockTime = 8345 s Max(PAc) = 155333 Pa
Courant Number mean: 0.0565081 max: 0.963999 velocity magnitude: 1.27562
deltaT = 0.000464576
Time = 1.65907
--> Cloud: bubbleCloud
Added 199 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 612986
Mass introduced by injector = 5.59659e-10
Number of parcels added continuously = 1168
Mass introduced continuously = 9.83178e-13
Current number of parcels = 4235687
Current mass in system = 4.7129e-09
Number of parcels shifted at least once = 4671
Number of parcel shifts towards cell center = 4679
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00609162, Final user-defined norm residual = 0.000175357
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.77091e-05, Final user-defined norm residual = 9.20083e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.97859e-07, Final user-defined norm residual = 4.74191e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000534329, Final residual = 4.18516e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000403577, Final residual = 1.46312e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0467737, Final residual = 1.27986e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0441872, Final residual = 8.83994e-07, No Iterations 265
time step continuity errors : sum local = 1.03122e-10, global = 2.00832e-20, cumulative = -3.74981e-19
DICPCG: Solving for p, Initial residual = 0.00529153, Final residual = 9.59838e-07, No Iterations 150
time step continuity errors : sum local = 1.2383e-10, global = 4.12017e-20, cumulative = -3.3378e-19
BiCGStab: Solving for omega, Initial residual = 0.000451408, Final residual = 3.47667e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000660876, Final residual = 6.03224e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.93125e-05, Final residual = 5.34661e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.05941e-05, Final residual = 3.83499e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00445311, Final residual = 3.69444e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0108041, Final residual = 9.40921e-07, No Iterations 131
time step continuity errors : sum local = 1.19504e-10, global = 1.9912e-20, cumulative = -3.13868e-19
DICPCG: Solving for p, Initial residual = 0.00196268, Final residual = 9.57801e-07, No Iterations 73
time step continuity errors : sum local = 1.23153e-10, global = -1.04259e-20, cumulative = -3.24294e-19
BiCGStab: Solving for omega, Initial residual = 1.96462e-05, Final residual = 1.94908e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.36983e-06, Final residual = 8.36983e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.90665e-06, Final residual = 3.64542e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.96043e-06, Final residual = 2.48901e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000636623, Final residual = 2.01328e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00207584, Final residual = 8.64792e-07, No Iterations 46
time step continuity errors : sum local = 1.12355e-10, global = -2.36205e-20, cumulative = -3.47914e-19
DICPCG: Solving for p, Initial residual = 0.000340958, Final residual = 9.9415e-07, No Iterations 30
time step continuity errors : sum local = 1.27512e-10, global = 4.50292e-20, cumulative = -3.02885e-19
BiCGStab: Solving for omega, Initial residual = 9.1821e-06, Final residual = 9.1821e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.34899e-06, Final residual = 8.34899e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.63761e-07, Final residual = 3.60086e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.49018e-07, Final residual = 2.35275e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000113302, Final residual = 3.35455e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000530938, Final residual = 9.50598e-07, No Iterations 16
time step continuity errors : sum local = 1.22411e-10, global = -5.61854e-20, cumulative = -3.5907e-19
DICPCG: Solving for p, Initial residual = 9.6345e-05, Final residual = 9.64617e-07, No Iterations 5
time step continuity errors : sum local = 1.2405e-10, global = -1.67239e-20, cumulative = -3.75794e-19
BiCGStab: Solving for omega, Initial residual = 9.32358e-06, Final residual = 9.32358e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.34069e-06, Final residual = 8.34069e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.72099e-07, Final residual = 7.60212e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.54915e-07, Final residual = 4.31004e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.14101e-05, Final residual = 6.11241e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000161276, Final residual = 6.8639e-07, No Iterations 6
time step continuity errors : sum local = 9.14579e-11, global = 3.88806e-20, cumulative = -3.36914e-19
DICPCG: Solving for p, Initial residual = 2.65541e-05, Final residual = 9.43094e-07, No Iterations 3
time step continuity errors : sum local = 1.21527e-10, global = 2.91681e-20, cumulative = -3.07746e-19
BiCGStab: Solving for omega, Initial residual = 9.36539e-06, Final residual = 9.36539e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.33913e-06, Final residual = 8.33913e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8363.04 s ClockTime = 8363 s Max(PAc) = 153813 Pa
Courant Number mean: 0.0565221 max: 0.960952 velocity magnitude: 1.28104
deltaT = 0.000464576
Time = 1.65954
--> Cloud: bubbleCloud
Added 200 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 613186
Mass introduced by injector = 5.59838e-10
Number of parcels added continuously = 1116
Mass introduced continuously = 9.87622e-13
Current number of parcels = 4236648
Current mass in system = 4.71375e-09
Number of parcels shifted at least once = 4713
Number of parcel shifts towards cell center = 4718
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00622636, Final user-defined norm residual = 6.36446e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.36914e-05, Final user-defined norm residual = 6.71025e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.44355e-08, Final user-defined norm residual = 4.60485e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000527013, Final residual = 4.01852e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000396603, Final residual = 1.56558e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.050195, Final residual = 1.17979e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0445178, Final residual = 9.43059e-07, No Iterations 168
time step continuity errors : sum local = 1.28734e-10, global = 2.27509e-20, cumulative = -2.84995e-19
DICPCG: Solving for p, Initial residual = 0.00467205, Final residual = 9.08579e-07, No Iterations 142
time step continuity errors : sum local = 1.18925e-10, global = 6.12055e-20, cumulative = -2.23789e-19
BiCGStab: Solving for omega, Initial residual = 0.000445959, Final residual = 3.53909e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000660231, Final residual = 5.96915e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.74023e-05, Final residual = 5.56182e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.96119e-06, Final residual = 3.91576e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00463908, Final residual = 3.26043e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0101537, Final residual = 9.82979e-07, No Iterations 128
time step continuity errors : sum local = 1.2161e-10, global = -6.3252e-20, cumulative = -2.87041e-19
DICPCG: Solving for p, Initial residual = 0.00178435, Final residual = 9.75264e-07, No Iterations 76
time step continuity errors : sum local = 1.22324e-10, global = -2.34459e-20, cumulative = -3.10487e-19
BiCGStab: Solving for omega, Initial residual = 2.35697e-05, Final residual = 2.92757e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.14735e-06, Final residual = 8.14735e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.20416e-06, Final residual = 3.52098e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.68528e-06, Final residual = 2.63281e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000684212, Final residual = 1.85253e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00185702, Final residual = 9.9521e-07, No Iterations 58
time step continuity errors : sum local = 1.24558e-10, global = -5.42159e-20, cumulative = -3.64703e-19
DICPCG: Solving for p, Initial residual = 0.000303849, Final residual = 9.85396e-07, No Iterations 23
time step continuity errors : sum local = 1.23396e-10, global = -1.18694e-20, cumulative = -3.76572e-19
BiCGStab: Solving for omega, Initial residual = 1.2736e-05, Final residual = 2.48784e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.14911e-06, Final residual = 8.14911e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.48783e-07, Final residual = 4.14089e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.34466e-07, Final residual = 3.06249e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000118339, Final residual = 3.5153e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000436168, Final residual = 9.73395e-07, No Iterations 14
time step continuity errors : sum local = 1.21971e-10, global = 4.669e-20, cumulative = -3.29882e-19
DICPCG: Solving for p, Initial residual = 8.02782e-05, Final residual = 8.75877e-07, No Iterations 5
time step continuity errors : sum local = 1.10476e-10, global = 8.91699e-20, cumulative = -2.40712e-19
BiCGStab: Solving for omega, Initial residual = 1.32738e-05, Final residual = 2.97801e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.15029e-06, Final residual = 8.15029e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.30414e-07, Final residual = 8.857e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.22033e-07, Final residual = 4.82299e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.3533e-05, Final residual = 5.80466e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000132157, Final residual = 7.09177e-07, No Iterations 6
time step continuity errors : sum local = 9.08314e-11, global = 5.58457e-20, cumulative = -1.84867e-19
DICPCG: Solving for p, Initial residual = 2.18414e-05, Final residual = 7.9747e-07, No Iterations 3
time step continuity errors : sum local = 1.01233e-10, global = 1.48874e-20, cumulative = -1.69979e-19
BiCGStab: Solving for omega, Initial residual = 1.26083e-05, Final residual = 3.50734e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.14889e-06, Final residual = 8.14889e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8381.13 s ClockTime = 8382 s Max(PAc) = 153941 Pa
Courant Number mean: 0.0565353 max: 0.957555 velocity magnitude: 1.28689
deltaT = 0.000464576
Time = 1.66
--> Cloud: bubbleCloud
Added 157 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 613343
Mass introduced by injector = 5.59982e-10
Number of parcels added continuously = 1156
Mass introduced continuously = 1.06129e-12
Current number of parcels = 4237541
Current mass in system = 4.71458e-09
Number of parcels shifted at least once = 4676
Number of parcel shifts towards cell center = 4681
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00629533, Final user-defined norm residual = 0.000129647
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.78956e-05, Final user-defined norm residual = 3.12852e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.73175e-08, Final user-defined norm residual = 4.95881e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000527095, Final residual = 3.98452e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000394231, Final residual = 1.63525e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0503342, Final residual = 1.12443e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0453497, Final residual = 9.32162e-07, No Iterations 153
time step continuity errors : sum local = 1.12238e-10, global = -8.27464e-21, cumulative = -1.78254e-19
DICPCG: Solving for p, Initial residual = 0.00524598, Final residual = 9.53709e-07, No Iterations 124
time step continuity errors : sum local = 1.20315e-10, global = -1.96092e-21, cumulative = -1.80215e-19
BiCGStab: Solving for omega, Initial residual = 0.000442565, Final residual = 3.87131e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000659145, Final residual = 6.01035e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.71467e-05, Final residual = 5.28394e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.8993e-06, Final residual = 3.77596e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00481522, Final residual = 3.28858e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00979857, Final residual = 8.97898e-07, No Iterations 113
time step continuity errors : sum local = 1.07699e-10, global = 7.50181e-20, cumulative = -1.05197e-19
DICPCG: Solving for p, Initial residual = 0.00167398, Final residual = 9.98966e-07, No Iterations 50
time step continuity errors : sum local = 1.21218e-10, global = -8.89277e-21, cumulative = -1.1409e-19
BiCGStab: Solving for omega, Initial residual = 2.10635e-05, Final residual = 4.1975e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.6294e-06, Final residual = 8.6294e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.98253e-06, Final residual = 3.46497e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.66855e-06, Final residual = 2.61039e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000684562, Final residual = 1.88872e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00165832, Final residual = 9.65617e-07, No Iterations 59
time step continuity errors : sum local = 1.17165e-10, global = 2.08063e-20, cumulative = -9.32833e-20
DICPCG: Solving for p, Initial residual = 0.000287988, Final residual = 9.62785e-07, No Iterations 31
time step continuity errors : sum local = 1.1679e-10, global = -4.38793e-20, cumulative = -1.37163e-19
BiCGStab: Solving for omega, Initial residual = 1.11927e-05, Final residual = 3.3847e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.6746e-06, Final residual = 8.6746e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.81706e-07, Final residual = 4.44877e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.9756e-07, Final residual = 3.18818e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000126702, Final residual = 3.44452e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000424117, Final residual = 9.51951e-07, No Iterations 13
time step continuity errors : sum local = 1.15498e-10, global = -8.23123e-20, cumulative = -2.19475e-19
DICPCG: Solving for p, Initial residual = 7.34597e-05, Final residual = 9.99286e-07, No Iterations 5
time step continuity errors : sum local = 1.21126e-10, global = -5.54829e-20, cumulative = -2.74958e-19
BiCGStab: Solving for omega, Initial residual = 1.02981e-05, Final residual = 3.66334e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.6791e-06, Final residual = 8.6791e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.90901e-07, Final residual = 8.22319e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.22232e-07, Final residual = 4.73112e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.41513e-05, Final residual = 6.41114e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000114042, Final residual = 8.88802e-07, No Iterations 5
time step continuity errors : sum local = 1.07967e-10, global = -5.3644e-20, cumulative = -3.28602e-19
DICPCG: Solving for p, Initial residual = 2.02602e-05, Final residual = 8.23953e-07, No Iterations 3
time step continuity errors : sum local = 1.00242e-10, global = -4.90858e-20, cumulative = -3.77688e-19
BiCGStab: Solving for omega, Initial residual = 1.03153e-05, Final residual = 3.69411e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.68122e-06, Final residual = 8.68122e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8431.17 s ClockTime = 8432 s Max(PAc) = 153702 Pa
Courant Number mean: 0.056548 max: 0.947893 velocity magnitude: 1.28853
deltaT = 0.000487805
Time = 1.66049
--> Cloud: bubbleCloud
Added 173 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 613516
Mass introduced by injector = 5.60131e-10
Number of parcels added continuously = 1201
Mass introduced continuously = 1.13695e-12
Current number of parcels = 4238515
Current mass in system = 4.71548e-09
Number of parcels shifted at least once = 4956
Number of parcel shifts towards cell center = 4966
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00591831, Final user-defined norm residual = 9.9963e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.15076e-05, Final user-defined norm residual = 3.8281e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.23652e-08, Final user-defined norm residual = 9.03642e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000556964, Final residual = 5.62294e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.0004138, Final residual = 2.32829e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0554537, Final residual = 1.454e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0510804, Final residual = 8.50149e-07, No Iterations 260
time step continuity errors : sum local = 1.09407e-10, global = 1.3191e-20, cumulative = -3.64497e-19
DICPCG: Solving for p, Initial residual = 0.00561824, Final residual = 9.82806e-07, No Iterations 140
time step continuity errors : sum local = 1.37583e-10, global = 5.82941e-20, cumulative = -3.06202e-19
BiCGStab: Solving for omega, Initial residual = 0.000463308, Final residual = 4.87782e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000691766, Final residual = 7.37176e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.8489e-05, Final residual = 7.23596e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.04708e-05, Final residual = 5.21167e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00539372, Final residual = 4.42129e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0105853, Final residual = 9.99452e-07, No Iterations 104
time step continuity errors : sum local = 1.31737e-10, global = 2.07147e-20, cumulative = -2.85488e-19
DICPCG: Solving for p, Initial residual = 0.00185604, Final residual = 9.98143e-07, No Iterations 79
time step continuity errors : sum local = 1.33311e-10, global = 3.96929e-20, cumulative = -2.45795e-19
BiCGStab: Solving for omega, Initial residual = 1.98708e-05, Final residual = 3.43257e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.58201e-06, Final residual = 9.58201e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.58168e-06, Final residual = 4.62006e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.77286e-06, Final residual = 3.66471e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000807266, Final residual = 2.65391e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00198409, Final residual = 9.40833e-07, No Iterations 64
time step continuity errors : sum local = 1.25917e-10, global = 7.45252e-20, cumulative = -1.7127e-19
DICPCG: Solving for p, Initial residual = 0.000332105, Final residual = 9.68924e-07, No Iterations 22
time step continuity errors : sum local = 1.2947e-10, global = 1.12521e-19, cumulative = -5.8749e-20
BiCGStab: Solving for omega, Initial residual = 9.67907e-06, Final residual = 9.67907e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.62882e-06, Final residual = 9.62882e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.12617e-07, Final residual = 6.4789e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.70264e-07, Final residual = 4.77743e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000145907, Final residual = 4.87736e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000498164, Final residual = 9.45488e-07, No Iterations 13
time step continuity errors : sum local = 1.26452e-10, global = 9.81382e-21, cumulative = -4.89352e-20
DICPCG: Solving for p, Initial residual = 8.76526e-05, Final residual = 8.24745e-07, No Iterations 6
time step continuity errors : sum local = 1.10972e-10, global = 7.91533e-20, cumulative = 3.02181e-20
BiCGStab: Solving for omega, Initial residual = 9.75379e-06, Final residual = 9.75379e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.63675e-06, Final residual = 9.63675e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.52595e-07, Final residual = 1.17206e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.3322e-07, Final residual = 7.2329e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.97406e-05, Final residual = 8.15012e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000135728, Final residual = 9.32477e-07, No Iterations 5
time step continuity errors : sum local = 1.24775e-10, global = -9.4936e-20, cumulative = -6.47179e-20
DICPCG: Solving for p, Initial residual = 2.39399e-05, Final residual = 8.44481e-07, No Iterations 3
time step continuity errors : sum local = 1.13498e-10, global = -5.53662e-20, cumulative = -1.20084e-19
BiCGStab: Solving for omega, Initial residual = 9.76288e-06, Final residual = 9.76288e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.63674e-06, Final residual = 9.63674e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8449.08 s ClockTime = 8450 s Max(PAc) = 153657 Pa
Courant Number mean: 0.059389 max: 0.988838 velocity magnitude: 1.2857
deltaT = 0.000487805
Time = 1.66098
--> Cloud: bubbleCloud
Added 172 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 613688
Mass introduced by injector = 5.60299e-10
Number of parcels added continuously = 1118
Mass introduced continuously = 1.01376e-12
Current number of parcels = 4239391
Current mass in system = 4.71627e-09
Number of parcels shifted at least once = 4882
Number of parcel shifts towards cell center = 4893
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00599777, Final user-defined norm residual = 0.000119911
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.58139e-05, Final user-defined norm residual = 1.86766e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.0207e-08, Final user-defined norm residual = 3.27031e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000555162, Final residual = 5.53395e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000413973, Final residual = 2.29311e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0557477, Final residual = 1.79755e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0545838, Final residual = 9.36013e-07, No Iterations 258
time step continuity errors : sum local = 1.19124e-10, global = 1.92429e-20, cumulative = -1.00841e-19
DICPCG: Solving for p, Initial residual = 0.00638518, Final residual = 9.78306e-07, No Iterations 140
time step continuity errors : sum local = 1.33603e-10, global = -7.27607e-20, cumulative = -1.73602e-19
BiCGStab: Solving for omega, Initial residual = 0.000458526, Final residual = 4.82803e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000690825, Final residual = 7.31731e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.76088e-05, Final residual = 7.47397e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.07225e-05, Final residual = 5.04936e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00579215, Final residual = 5.22723e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0102905, Final residual = 9.45743e-07, No Iterations 109
time step continuity errors : sum local = 1.20824e-10, global = 3.93672e-20, cumulative = -1.34235e-19
DICPCG: Solving for p, Initial residual = 0.00182255, Final residual = 9.94805e-07, No Iterations 76
time step continuity errors : sum local = 1.288e-10, global = 1.36908e-20, cumulative = -1.20544e-19
BiCGStab: Solving for omega, Initial residual = 2.23439e-05, Final residual = 4.97404e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.05086e-06, Final residual = 9.05086e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.02018e-06, Final residual = 4.94999e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.73498e-06, Final residual = 3.79366e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000886175, Final residual = 3.0105e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00172375, Final residual = 9.97258e-07, No Iterations 38
time step continuity errors : sum local = 1.2908e-10, global = 1.18621e-19, cumulative = -1.92273e-21
DICPCG: Solving for p, Initial residual = 0.00028946, Final residual = 9.78428e-07, No Iterations 23
time step continuity errors : sum local = 1.26669e-10, global = 5.89499e-20, cumulative = 5.70272e-20
BiCGStab: Solving for omega, Initial residual = 1.40235e-05, Final residual = 5.45931e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.04927e-06, Final residual = 9.04927e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.47936e-07, Final residual = 5.08e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.61774e-07, Final residual = 3.73132e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000165827, Final residual = 4.98872e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000428892, Final residual = 9.99107e-07, No Iterations 8
time step continuity errors : sum local = 1.29273e-10, global = -4.23149e-20, cumulative = 1.47123e-20
DICPCG: Solving for p, Initial residual = 7.23698e-05, Final residual = 7.14342e-07, No Iterations 5
time step continuity errors : sum local = 9.31892e-11, global = -1.32995e-20, cumulative = 1.41276e-21
BiCGStab: Solving for omega, Initial residual = 1.70792e-05, Final residual = 6.6575e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.06425e-06, Final residual = 9.06425e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.11299e-07, Final residual = 9.46041e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.28065e-07, Final residual = 5.44603e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.5521e-05, Final residual = 8.96633e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000122079, Final residual = 6.4147e-07, No Iterations 5
time step continuity errors : sum local = 8.39564e-11, global = 8.10198e-20, cumulative = 8.24326e-20
DICPCG: Solving for p, Initial residual = 2.04882e-05, Final residual = 6.61331e-07, No Iterations 3
time step continuity errors : sum local = 8.64703e-11, global = -9.97957e-20, cumulative = -1.73631e-20
BiCGStab: Solving for omega, Initial residual = 2.11225e-05, Final residual = 8.56943e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.05613e-06, Final residual = 9.05613e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8467.42 s ClockTime = 8468 s Max(PAc) = 154174 Pa
Courant Number mean: 0.0594026 max: 0.989189 velocity magnitude: 1.27893
deltaT = 0.000487805
Time = 1.66146
--> Cloud: bubbleCloud
Added 201 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 613889
Mass introduced by injector = 5.60469e-10
Number of parcels added continuously = 1171
Mass introduced continuously = 1.01877e-12
Current number of parcels = 4240343
Current mass in system = 4.71701e-09
Number of parcels shifted at least once = 4996
Number of parcel shifts towards cell center = 5000
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00554909, Final user-defined norm residual = 8.0584e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.73589e-05, Final user-defined norm residual = 8.50631e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.8324e-08, Final user-defined norm residual = 1.44948e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000555064, Final residual = 5.21684e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000414071, Final residual = 2.26918e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0594186, Final residual = 1.79465e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0591457, Final residual = 8.94536e-07, No Iterations 258
time step continuity errors : sum local = 1.14436e-10, global = 1.51461e-19, cumulative = 1.34097e-19
DICPCG: Solving for p, Initial residual = 0.00714678, Final residual = 9.545e-07, No Iterations 133
time step continuity errors : sum local = 1.2466e-10, global = -1.37271e-20, cumulative = 1.2037e-19
BiCGStab: Solving for omega, Initial residual = 0.000462197, Final residual = 4.87861e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000690378, Final residual = 7.21705e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.72854e-05, Final residual = 6.80991e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.0137e-05, Final residual = 4.82323e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00582909, Final residual = 5.0502e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0104892, Final residual = 9.90559e-07, No Iterations 108
time step continuity errors : sum local = 1.40796e-10, global = 8.14436e-20, cumulative = 2.01814e-19
DICPCG: Solving for p, Initial residual = 0.00182959, Final residual = 9.9781e-07, No Iterations 76
time step continuity errors : sum local = 1.39999e-10, global = -6.15781e-20, cumulative = 1.40236e-19
BiCGStab: Solving for omega, Initial residual = 2.96393e-05, Final residual = 5.6621e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.91753e-06, Final residual = 8.91753e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.09474e-06, Final residual = 4.62635e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.63015e-06, Final residual = 3.58044e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000876124, Final residual = 2.96125e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0019238, Final residual = 9.61669e-07, No Iterations 41
time step continuity errors : sum local = 1.3545e-10, global = -3.01853e-20, cumulative = 1.1005e-19
DICPCG: Solving for p, Initial residual = 0.000307079, Final residual = 9.48706e-07, No Iterations 19
time step continuity errors : sum local = 1.33787e-10, global = -1.01006e-20, cumulative = 9.99499e-20
BiCGStab: Solving for omega, Initial residual = 2.03624e-05, Final residual = 5.26775e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.88992e-06, Final residual = 8.88992e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.88711e-07, Final residual = 4.67602e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.42798e-07, Final residual = 3.62991e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000163198, Final residual = 5.01368e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000475037, Final residual = 8.88117e-07, No Iterations 8
time step continuity errors : sum local = 1.25997e-10, global = -2.16509e-20, cumulative = 7.8299e-20
DICPCG: Solving for p, Initial residual = 7.76383e-05, Final residual = 7.97522e-07, No Iterations 5
time step continuity errors : sum local = 1.14327e-10, global = 2.32519e-21, cumulative = 8.06242e-20
BiCGStab: Solving for omega, Initial residual = 2.19351e-05, Final residual = 5.39818e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.90512e-06, Final residual = 8.90512e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.29309e-07, Final residual = 8.60847e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.24298e-07, Final residual = 6.01681e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.30128e-05, Final residual = 8.7099e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000128104, Final residual = 9.65929e-07, No Iterations 5
time step continuity errors : sum local = 1.36003e-10, global = 4.59623e-20, cumulative = 1.26586e-19
DICPCG: Solving for p, Initial residual = 2.11605e-05, Final residual = 7.09767e-07, No Iterations 3
time step continuity errors : sum local = 1.0303e-10, global = 4.93186e-20, cumulative = 1.75905e-19
BiCGStab: Solving for omega, Initial residual = 2.20515e-05, Final residual = 5.48074e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.89168e-06, Final residual = 8.89168e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8485.6 s ClockTime = 8486 s Max(PAc) = 153886 Pa
Courant Number mean: 0.0594165 max: 0.990656 velocity magnitude: 1.27191
deltaT = 0.000487805
Time = 1.66195
--> Cloud: bubbleCloud
Added 176 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 614065
Mass introduced by injector = 5.60611e-10
Number of parcels added continuously = 1224
Mass introduced continuously = 1.13833e-12
Current number of parcels = 4241316
Current mass in system = 4.71789e-09
Number of parcels shifted at least once = 4996
Number of parcel shifts towards cell center = 5002
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00574672, Final user-defined norm residual = 7.88265e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.69712e-05, Final user-defined norm residual = 1.99658e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.29873e-08, Final user-defined norm residual = 6.60335e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00054877, Final residual = 4.92061e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000412894, Final residual = 1.99161e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0629933, Final residual = 1.96968e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0520083, Final residual = 8.68652e-07, No Iterations 180
time step continuity errors : sum local = 1.32007e-10, global = 2.01642e-20, cumulative = 1.96069e-19
DICPCG: Solving for p, Initial residual = 0.00645904, Final residual = 9.71038e-07, No Iterations 147
time step continuity errors : sum local = 1.44067e-10, global = -2.68452e-20, cumulative = 1.69224e-19
BiCGStab: Solving for omega, Initial residual = 0.000455557, Final residual = 4.72397e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000688785, Final residual = 7.12203e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.80402e-05, Final residual = 7.31062e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.10035e-05, Final residual = 5.32486e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00629945, Final residual = 5.5953e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0106918, Final residual = 9.5346e-07, No Iterations 129
time step continuity errors : sum local = 1.28453e-10, global = -2.93622e-20, cumulative = 1.39862e-19
DICPCG: Solving for p, Initial residual = 0.00183791, Final residual = 9.68414e-07, No Iterations 72
time step continuity errors : sum local = 1.32292e-10, global = 7.04062e-21, cumulative = 1.46902e-19
BiCGStab: Solving for omega, Initial residual = 2.34709e-05, Final residual = 3.53174e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.08336e-06, Final residual = 9.08336e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.46276e-06, Final residual = 4.72266e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.974e-06, Final residual = 3.48248e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00093623, Final residual = 3.14607e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00191944, Final residual = 9.71197e-07, No Iterations 56
time step continuity errors : sum local = 1.3251e-10, global = 6.81063e-20, cumulative = 2.15009e-19
DICPCG: Solving for p, Initial residual = 0.000317475, Final residual = 9.39657e-07, No Iterations 14
time step continuity errors : sum local = 1.2844e-10, global = -3.05545e-20, cumulative = 1.84454e-19
BiCGStab: Solving for omega, Initial residual = 1.2838e-05, Final residual = 3.37169e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.14131e-06, Final residual = 9.14131e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.23084e-07, Final residual = 6.2084e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.50077e-07, Final residual = 3.54658e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000172327, Final residual = 5.29063e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00054689, Final residual = 9.4388e-07, No Iterations 13
time step continuity errors : sum local = 1.28953e-10, global = 1.57598e-20, cumulative = 2.00214e-19
DICPCG: Solving for p, Initial residual = 9.30729e-05, Final residual = 8.19592e-07, No Iterations 6
time step continuity errors : sum local = 1.1305e-10, global = -4.49071e-20, cumulative = 1.55307e-19
BiCGStab: Solving for omega, Initial residual = 1.08359e-05, Final residual = 3.39435e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.13395e-06, Final residual = 9.13395e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.90335e-07, Final residual = 1.18183e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.61521e-07, Final residual = 7.63806e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.58427e-05, Final residual = 9.77769e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000166987, Final residual = 6.83729e-07, No Iterations 5
time step continuity errors : sum local = 9.56845e-11, global = -6.86911e-20, cumulative = 8.66158e-20
DICPCG: Solving for p, Initial residual = 2.69819e-05, Final residual = 7.38187e-07, No Iterations 3
time step continuity errors : sum local = 1.02641e-10, global = 5.10363e-20, cumulative = 1.37652e-19
BiCGStab: Solving for omega, Initial residual = 1.11318e-05, Final residual = 3.81155e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.13092e-06, Final residual = 9.13092e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8504.23 s ClockTime = 8505 s Max(PAc) = 153929 Pa
Courant Number mean: 0.059431 max: 0.988099 velocity magnitude: 1.27108
deltaT = 0.000487805
Time = 1.66244
--> Cloud: bubbleCloud
Added 214 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 614279
Mass introduced by injector = 5.60784e-10
Number of parcels added continuously = 1188
Mass introduced continuously = 1.11075e-12
Current number of parcels = 4242293
Current mass in system = 4.71877e-09
Number of parcels shifted at least once = 5019
Number of parcel shifts towards cell center = 5024
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0057216, Final user-defined norm residual = 0.000130234
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.80412e-05, Final user-defined norm residual = 2.02835e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.36749e-08, Final user-defined norm residual = 3.00073e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000551918, Final residual = 5.13763e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00040833, Final residual = 1.98083e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0658877, Final residual = 1.98283e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0533956, Final residual = 9.99643e-07, No Iterations 254
time step continuity errors : sum local = 1.27018e-10, global = 7.67616e-21, cumulative = 1.45328e-19
DICPCG: Solving for p, Initial residual = 0.00592843, Final residual = 9.45515e-07, No Iterations 108
time step continuity errors : sum local = 1.29478e-10, global = 2.54234e-20, cumulative = 1.70752e-19
BiCGStab: Solving for omega, Initial residual = 0.000440719, Final residual = 4.19902e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000688432, Final residual = 7.06363e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.74936e-05, Final residual = 6.90016e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.02954e-05, Final residual = 5.2313e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00628132, Final residual = 5.46681e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00965924, Final residual = 9.59815e-07, No Iterations 131
time step continuity errors : sum local = 1.23662e-10, global = 8.6367e-20, cumulative = 2.57119e-19
DICPCG: Solving for p, Initial residual = 0.00172772, Final residual = 9.47777e-07, No Iterations 71
time step continuity errors : sum local = 1.20348e-10, global = -9.21528e-21, cumulative = 2.47903e-19
BiCGStab: Solving for omega, Initial residual = 1.96682e-05, Final residual = 3.60672e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.59551e-06, Final residual = 9.59551e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.22254e-06, Final residual = 4.62138e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.76654e-06, Final residual = 3.46406e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000927082, Final residual = 3.16927e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00162882, Final residual = 9.35104e-07, No Iterations 56
time step continuity errors : sum local = 1.18808e-10, global = 1.00495e-21, cumulative = 2.48908e-19
DICPCG: Solving for p, Initial residual = 0.00026991, Final residual = 9.91484e-07, No Iterations 20
time step continuity errors : sum local = 1.25956e-10, global = 5.54818e-20, cumulative = 3.0439e-19
BiCGStab: Solving for omega, Initial residual = 9.78751e-06, Final residual = 9.78751e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.63078e-06, Final residual = 9.63078e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.9752e-07, Final residual = 5.36274e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.95946e-07, Final residual = 2.79361e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000165979, Final residual = 5.28418e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000445973, Final residual = 9.37354e-07, No Iterations 14
time step continuity errors : sum local = 1.19108e-10, global = 1.29205e-19, cumulative = 4.33595e-19
DICPCG: Solving for p, Initial residual = 7.46686e-05, Final residual = 9.78117e-07, No Iterations 5
time step continuity errors : sum local = 1.24265e-10, global = -1.89965e-20, cumulative = 4.14598e-19
BiCGStab: Solving for omega, Initial residual = 9.93327e-06, Final residual = 9.93327e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.62939e-06, Final residual = 9.62939e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.38738e-07, Final residual = 1.08899e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.49509e-07, Final residual = 6.13145e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.27649e-05, Final residual = 8.9411e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000132061, Final residual = 7.09305e-07, No Iterations 5
time step continuity errors : sum local = 9.01813e-11, global = 1.43788e-20, cumulative = 4.28977e-19
DICPCG: Solving for p, Initial residual = 2.1582e-05, Final residual = 7.23905e-07, No Iterations 3
time step continuity errors : sum local = 9.20312e-11, global = -2.19319e-20, cumulative = 4.07045e-19
BiCGStab: Solving for omega, Initial residual = 9.94647e-06, Final residual = 9.94647e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.6265e-06, Final residual = 9.6265e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8522.39 s ClockTime = 8523 s Max(PAc) = 153445 Pa
Courant Number mean: 0.0594457 max: 0.987555 velocity magnitude: 1.27422
deltaT = 0.000487805
Time = 1.66293
--> Cloud: bubbleCloud
Added 159 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 614438
Mass introduced by injector = 5.60944e-10
Number of parcels added continuously = 1233
Mass introduced continuously = 1.13425e-12
Current number of parcels = 4243274
Current mass in system = 4.71961e-09
Number of parcels shifted at least once = 4958
Number of parcel shifts towards cell center = 4963
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00566392, Final user-defined norm residual = 0.000150433
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.23848e-05, Final user-defined norm residual = 6.69543e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.44142e-07, Final user-defined norm residual = 3.8809e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000544802, Final residual = 5.38042e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000405707, Final residual = 2.04973e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0691998, Final residual = 1.91924e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0531881, Final residual = 9.17254e-07, No Iterations 257
time step continuity errors : sum local = 1.16107e-10, global = -3.9346e-20, cumulative = 3.67699e-19
DICPCG: Solving for p, Initial residual = 0.00621144, Final residual = 9.78502e-07, No Iterations 135
time step continuity errors : sum local = 1.23967e-10, global = 1.49696e-19, cumulative = 5.17395e-19
BiCGStab: Solving for omega, Initial residual = 0.000437712, Final residual = 3.8764e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000687232, Final residual = 6.99033e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.50721e-05, Final residual = 7.49645e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.30556e-06, Final residual = 5.34074e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00692405, Final residual = 5.77841e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00879212, Final residual = 9.64186e-07, No Iterations 135
time step continuity errors : sum local = 1.38224e-10, global = 3.51472e-20, cumulative = 5.52543e-19
DICPCG: Solving for p, Initial residual = 0.0015476, Final residual = 9.98816e-07, No Iterations 96
time step continuity errors : sum local = 1.40918e-10, global = -3.83009e-20, cumulative = 5.14242e-19
BiCGStab: Solving for omega, Initial residual = 2.11846e-05, Final residual = 4.514e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.64749e-06, Final residual = 8.64749e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.49383e-06, Final residual = 4.5427e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.34923e-06, Final residual = 3.39324e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00103441, Final residual = 3.38429e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00137209, Final residual = 9.30035e-07, No Iterations 56
time step continuity errors : sum local = 1.32318e-10, global = 2.70201e-20, cumulative = 5.41262e-19
DICPCG: Solving for p, Initial residual = 0.000215095, Final residual = 9.77121e-07, No Iterations 13
time step continuity errors : sum local = 1.38288e-10, global = 5.99614e-20, cumulative = 6.01223e-19
BiCGStab: Solving for omega, Initial residual = 1.19333e-05, Final residual = 4.63377e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.68007e-06, Final residual = 8.68007e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.15397e-07, Final residual = 5.00807e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.39886e-07, Final residual = 4.02208e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000200945, Final residual = 5.78783e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000353468, Final residual = 9.16168e-07, No Iterations 13
time step continuity errors : sum local = 1.30587e-10, global = -1.06652e-19, cumulative = 4.94571e-19
DICPCG: Solving for p, Initial residual = 5.35003e-05, Final residual = 7.90735e-07, No Iterations 5
time step continuity errors : sum local = 1.14709e-10, global = -5.41682e-20, cumulative = 4.40403e-19
BiCGStab: Solving for omega, Initial residual = 1.21753e-05, Final residual = 5.32377e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.67336e-06, Final residual = 8.67336e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.70391e-07, Final residual = 1.05377e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.6001e-08, Final residual = 8.01697e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.15761e-05, Final residual = 1.0573e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.58157e-05, Final residual = 8.82666e-07, No Iterations 5
time step continuity errors : sum local = 1.26342e-10, global = -4.99512e-21, cumulative = 4.35408e-19
DICPCG: Solving for p, Initial residual = 1.51352e-05, Final residual = 6.94705e-07, No Iterations 3
time step continuity errors : sum local = 1.02554e-10, global = 4.32199e-21, cumulative = 4.3973e-19
BiCGStab: Solving for omega, Initial residual = 1.22676e-05, Final residual = 5.33011e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.67183e-06, Final residual = 8.67183e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8540.42 s ClockTime = 8541 s Max(PAc) = 153570 Pa
Courant Number mean: 0.0594599 max: 0.989366 velocity magnitude: 1.27749
deltaT = 0.000487805
Time = 1.66341
--> Cloud: bubbleCloud
Added 174 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 614612
Mass introduced by injector = 5.61089e-10
Number of parcels added continuously = 1159
Mass introduced continuously = 1.06607e-12
Current number of parcels = 4244193
Current mass in system = 4.7204e-09
Number of parcels shifted at least once = 4924
Number of parcel shifts towards cell center = 4932
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0054107, Final user-defined norm residual = 8.70758e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.87469e-05, Final user-defined norm residual = 2.17489e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.68246e-08, Final user-defined norm residual = 3.86738e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000544006, Final residual = 5.40064e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000401031, Final residual = 2.12628e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0699737, Final residual = 1.99144e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0478091, Final residual = 9.75509e-07, No Iterations 257
time step continuity errors : sum local = 1.2285e-10, global = -1.05418e-19, cumulative = 3.34311e-19
DICPCG: Solving for p, Initial residual = 0.00530697, Final residual = 8.93278e-07, No Iterations 141
time step continuity errors : sum local = 1.1786e-10, global = 1.17534e-21, cumulative = 3.35486e-19
BiCGStab: Solving for omega, Initial residual = 0.000436977, Final residual = 3.94925e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000685502, Final residual = 6.88866e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.54583e-05, Final residual = 6.71001e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.16772e-06, Final residual = 4.85072e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00726182, Final residual = 6.26951e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00880135, Final residual = 9.82451e-07, No Iterations 130
time step continuity errors : sum local = 1.30948e-10, global = -6.16958e-20, cumulative = 2.73791e-19
DICPCG: Solving for p, Initial residual = 0.00149157, Final residual = 9.80029e-07, No Iterations 97
time step continuity errors : sum local = 1.28919e-10, global = -4.4963e-20, cumulative = 2.28828e-19
BiCGStab: Solving for omega, Initial residual = 2.17402e-05, Final residual = 5.38339e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.36635e-06, Final residual = 8.36635e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.51735e-06, Final residual = 4.08159e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.39702e-06, Final residual = 3.42486e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00116027, Final residual = 3.75418e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00146651, Final residual = 9.81128e-07, No Iterations 55
time step continuity errors : sum local = 1.29088e-10, global = 7.34287e-22, cumulative = 2.29562e-19
DICPCG: Solving for p, Initial residual = 0.000239781, Final residual = 9.71828e-07, No Iterations 17
time step continuity errors : sum local = 1.27897e-10, global = -2.57529e-20, cumulative = 2.03809e-19
BiCGStab: Solving for omega, Initial residual = 1.30395e-05, Final residual = 5.0572e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.39914e-06, Final residual = 8.39914e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.00764e-07, Final residual = 5.25011e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.48497e-07, Final residual = 4.18345e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000217053, Final residual = 6.19689e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000355578, Final residual = 9.99265e-07, No Iterations 10
time step continuity errors : sum local = 1.31352e-10, global = -4.04554e-20, cumulative = 1.63354e-19
DICPCG: Solving for p, Initial residual = 6.09555e-05, Final residual = 8.93681e-07, No Iterations 5
time step continuity errors : sum local = 1.18101e-10, global = 9.78018e-20, cumulative = 2.61155e-19
BiCGStab: Solving for omega, Initial residual = 1.41684e-05, Final residual = 6.29565e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.40719e-06, Final residual = 8.40719e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.69175e-07, Final residual = 8.48774e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.55419e-08, Final residual = 5.54391e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.69388e-05, Final residual = 1.04115e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000105086, Final residual = 8.64023e-07, No Iterations 5
time step continuity errors : sum local = 1.14381e-10, global = -1.19403e-19, cumulative = 1.41752e-19
DICPCG: Solving for p, Initial residual = 1.77891e-05, Final residual = 7.30239e-07, No Iterations 3
time step continuity errors : sum local = 9.75976e-11, global = -5.73002e-20, cumulative = 8.44517e-20
BiCGStab: Solving for omega, Initial residual = 1.67178e-05, Final residual = 7.52534e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.3993e-06, Final residual = 8.3993e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8558.5 s ClockTime = 8559 s Max(PAc) = 153918 Pa
Courant Number mean: 0.0594737 max: 0.984475 velocity magnitude: 1.28056
deltaT = 0.000487805
Time = 1.6639
--> Cloud: bubbleCloud
Added 145 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 614757
Mass introduced by injector = 5.61217e-10
Number of parcels added continuously = 1215
Mass introduced continuously = 1.11452e-12
Current number of parcels = 4245151
Current mass in system = 4.72125e-09
Number of parcels shifted at least once = 4942
Number of parcel shifts towards cell center = 4947
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00514249, Final user-defined norm residual = 4.19007e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.0198e-06, Final user-defined norm residual = 3.93149e-08
NewtonRaphsonSolver: solution converged in 2 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000539649, Final residual = 5.36695e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000402723, Final residual = 2.14808e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0764197, Final residual = 2.18229e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0438887, Final residual = 9.62325e-07, No Iterations 259
time step continuity errors : sum local = 1.21407e-10, global = -5.50438e-20, cumulative = 2.94079e-20
DICPCG: Solving for p, Initial residual = 0.00538852, Final residual = 9.72711e-07, No Iterations 137
time step continuity errors : sum local = 1.32002e-10, global = 2.16967e-20, cumulative = 5.11046e-20
BiCGStab: Solving for omega, Initial residual = 0.000436322, Final residual = 3.93239e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000683687, Final residual = 6.77368e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.56103e-05, Final residual = 6.13586e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.18879e-06, Final residual = 4.88201e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00803316, Final residual = 6.81335e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00858364, Final residual = 9.39394e-07, No Iterations 129
time step continuity errors : sum local = 1.25171e-10, global = 6.94748e-20, cumulative = 1.20579e-19
DICPCG: Solving for p, Initial residual = 0.00150222, Final residual = 9.45617e-07, No Iterations 80
time step continuity errors : sum local = 1.24228e-10, global = 7.45296e-20, cumulative = 1.95109e-19
BiCGStab: Solving for omega, Initial residual = 2.2236e-05, Final residual = 4.94362e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.28872e-06, Final residual = 8.28872e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.91124e-06, Final residual = 4.15053e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.4853e-06, Final residual = 3.25753e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00116401, Final residual = 3.9338e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0015397, Final residual = 9.4087e-07, No Iterations 51
time step continuity errors : sum local = 1.23766e-10, global = -2.67547e-20, cumulative = 1.68354e-19
DICPCG: Solving for p, Initial residual = 0.000265034, Final residual = 9.99965e-07, No Iterations 13
time step continuity errors : sum local = 1.31238e-10, global = 2.87784e-20, cumulative = 1.97133e-19
BiCGStab: Solving for omega, Initial residual = 1.17004e-05, Final residual = 4.03952e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.33098e-06, Final residual = 8.33098e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.51924e-07, Final residual = 4.56103e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.8502e-07, Final residual = 3.49136e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000218803, Final residual = 6.56331e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000448739, Final residual = 9.91779e-07, No Iterations 8
time step continuity errors : sum local = 1.30213e-10, global = -3.14023e-20, cumulative = 1.6573e-19
DICPCG: Solving for p, Initial residual = 7.5475e-05, Final residual = 7.73467e-07, No Iterations 5
time step continuity errors : sum local = 1.02605e-10, global = 2.89912e-20, cumulative = 1.94722e-19
BiCGStab: Solving for omega, Initial residual = 9.58468e-06, Final residual = 9.58468e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.38228e-06, Final residual = 8.38228e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.19964e-07, Final residual = 9.01362e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03793e-07, Final residual = 5.88489e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.34725e-05, Final residual = 1.17952e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000120586, Final residual = 7.90414e-07, No Iterations 5
time step continuity errors : sum local = 1.04747e-10, global = -7.61926e-21, cumulative = 1.87102e-19
DICPCG: Solving for p, Initial residual = 2.00245e-05, Final residual = 7.46961e-07, No Iterations 3
time step continuity errors : sum local = 9.92516e-11, global = -6.9802e-21, cumulative = 1.80122e-19
BiCGStab: Solving for omega, Initial residual = 9.60376e-06, Final residual = 9.60376e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.38099e-06, Final residual = 8.38099e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8574.97 s ClockTime = 8575 s Max(PAc) = 153580 Pa
Courant Number mean: 0.0594877 max: 0.981984 velocity magnitude: 1.2815
deltaT = 0.000487805
Time = 1.66439
--> Cloud: bubbleCloud
Added 194 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 614951
Mass introduced by injector = 5.61396e-10
Number of parcels added continuously = 1213
Mass introduced continuously = 1.14448e-12
Current number of parcels = 4246120
Current mass in system = 4.72216e-09
Number of parcels shifted at least once = 4993
Number of parcel shifts towards cell center = 5004
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00527431, Final user-defined norm residual = 9.77058e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.10519e-05, Final user-defined norm residual = 3.3818e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.28665e-08, Final user-defined norm residual = 4.94492e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000539861, Final residual = 5.31144e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000401641, Final residual = 2.04495e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0877148, Final residual = 2.78431e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0456674, Final residual = 9.21143e-07, No Iterations 177
time step continuity errors : sum local = 1.18659e-10, global = 1.09493e-19, cumulative = 2.89615e-19
DICPCG: Solving for p, Initial residual = 0.00517412, Final residual = 9.97493e-07, No Iterations 148
time step continuity errors : sum local = 1.28723e-10, global = -3.0455e-20, cumulative = 2.59161e-19
BiCGStab: Solving for omega, Initial residual = 0.000429368, Final residual = 3.76805e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000681993, Final residual = 6.69756e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.5117e-05, Final residual = 6.7452e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.94109e-06, Final residual = 5.14433e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00857263, Final residual = 7.57136e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00845499, Final residual = 9.29329e-07, No Iterations 237
time step continuity errors : sum local = 1.17804e-10, global = 1.38244e-19, cumulative = 3.97404e-19
DICPCG: Solving for p, Initial residual = 0.00151935, Final residual = 9.0911e-07, No Iterations 71
time step continuity errors : sum local = 1.18437e-10, global = -1.41214e-20, cumulative = 3.83283e-19
BiCGStab: Solving for omega, Initial residual = 1.60827e-05, Final residual = 2.30732e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.93963e-06, Final residual = 7.93963e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.7724e-06, Final residual = 4.09885e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.31425e-06, Final residual = 3.12778e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00131827, Final residual = 4.48462e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00149851, Final residual = 9.96723e-07, No Iterations 25
time step continuity errors : sum local = 1.29613e-10, global = 1.0004e-19, cumulative = 4.83323e-19
DICPCG: Solving for p, Initial residual = 0.000257469, Final residual = 9.26202e-07, No Iterations 10
time step continuity errors : sum local = 1.20641e-10, global = -4.53745e-20, cumulative = 4.37949e-19
BiCGStab: Solving for omega, Initial residual = 6.0007e-06, Final residual = 6.0007e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.98168e-06, Final residual = 7.98168e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.41699e-07, Final residual = 4.07949e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.34871e-07, Final residual = 3.10984e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000237447, Final residual = 7.72027e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000372391, Final residual = 9.36015e-07, No Iterations 12
time step continuity errors : sum local = 1.21866e-10, global = -1.05093e-19, cumulative = 3.32856e-19
DICPCG: Solving for p, Initial residual = 6.49846e-05, Final residual = 7.95692e-07, No Iterations 5
time step continuity errors : sum local = 1.04085e-10, global = -3.7819e-20, cumulative = 2.95037e-19
BiCGStab: Solving for omega, Initial residual = 6.08106e-06, Final residual = 6.08106e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.98382e-06, Final residual = 7.98382e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.73299e-07, Final residual = 1.25191e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.51232e-08, Final residual = 9.12776e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.67842e-05, Final residual = 1.36267e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.75513e-05, Final residual = 6.41188e-07, No Iterations 5
time step continuity errors : sum local = 8.45163e-11, global = -6.98547e-20, cumulative = 2.25182e-19
DICPCG: Solving for p, Initial residual = 1.72254e-05, Final residual = 6.96589e-07, No Iterations 3
time step continuity errors : sum local = 9.15313e-11, global = -5.47314e-20, cumulative = 1.70451e-19
BiCGStab: Solving for omega, Initial residual = 6.09177e-06, Final residual = 6.09177e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.98077e-06, Final residual = 7.98077e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8593.27 s ClockTime = 8594 s Max(PAc) = 154379 Pa
Courant Number mean: 0.0595016 max: 0.984902 velocity magnitude: 1.28181
deltaT = 0.000487805
Time = 1.66488
--> Cloud: bubbleCloud
Added 173 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 615124
Mass introduced by injector = 5.61543e-10
Number of parcels added continuously = 1192
Mass introduced continuously = 1.02244e-12
Current number of parcels = 4247088
Current mass in system = 4.72295e-09
Number of parcels shifted at least once = 4932
Number of parcel shifts towards cell center = 4939
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00575994, Final user-defined norm residual = 8.03648e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.73063e-05, Final user-defined norm residual = 5.31052e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.14362e-08, Final user-defined norm residual = 3.34756e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000548125, Final residual = 5.67005e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000403688, Final residual = 2.18645e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0927187, Final residual = 2.58679e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0455574, Final residual = 9.26854e-07, No Iterations 259
time step continuity errors : sum local = 1.17108e-10, global = 3.79032e-20, cumulative = 2.08354e-19
DICPCG: Solving for p, Initial residual = 0.00520495, Final residual = 9.59281e-07, No Iterations 130
time step continuity errors : sum local = 1.27966e-10, global = 1.12045e-19, cumulative = 3.20399e-19
BiCGStab: Solving for omega, Initial residual = 0.00042766, Final residual = 3.36916e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000679668, Final residual = 6.65205e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.66773e-05, Final residual = 6.5347e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.78426e-06, Final residual = 4.66942e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00962443, Final residual = 8.28464e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00983409, Final residual = 9.18379e-07, No Iterations 245
time step continuity errors : sum local = 1.15843e-10, global = -2.26705e-20, cumulative = 2.97729e-19
DICPCG: Solving for p, Initial residual = 0.0016696, Final residual = 9.83896e-07, No Iterations 58
time step continuity errors : sum local = 1.27956e-10, global = -9.82119e-20, cumulative = 1.99517e-19
BiCGStab: Solving for omega, Initial residual = 1.87446e-05, Final residual = 2.96846e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.46553e-06, Final residual = 8.46553e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.19142e-06, Final residual = 3.9803e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.66285e-06, Final residual = 3.20911e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00151351, Final residual = 4.88891e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.001791, Final residual = 9.66685e-07, No Iterations 71
time step continuity errors : sum local = 1.25882e-10, global = -3.23766e-20, cumulative = 1.6714e-19
DICPCG: Solving for p, Initial residual = 0.000303802, Final residual = 9.83641e-07, No Iterations 40
time step continuity errors : sum local = 1.27938e-10, global = -2.18922e-21, cumulative = 1.64951e-19
BiCGStab: Solving for omega, Initial residual = 1.02946e-05, Final residual = 2.55364e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.51091e-06, Final residual = 8.51091e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.85293e-07, Final residual = 4.875e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.39729e-07, Final residual = 2.76429e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000275928, Final residual = 8.09225e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000496666, Final residual = 9.3472e-07, No Iterations 13
time step continuity errors : sum local = 1.21754e-10, global = -9.79343e-21, cumulative = 1.55157e-19
DICPCG: Solving for p, Initial residual = 8.35208e-05, Final residual = 9.68631e-07, No Iterations 5
time step continuity errors : sum local = 1.26024e-10, global = -7.19847e-21, cumulative = 1.47959e-19
BiCGStab: Solving for omega, Initial residual = 1.04242e-05, Final residual = 3.05978e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.51588e-06, Final residual = 8.51588e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.42548e-07, Final residual = 8.75596e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.39619e-07, Final residual = 4.87953e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 5.70663e-05, Final residual = 1.34574e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000142384, Final residual = 8.63153e-07, No Iterations 5
time step continuity errors : sum local = 1.12721e-10, global = 8.08718e-20, cumulative = 2.28831e-19
DICPCG: Solving for p, Initial residual = 2.43398e-05, Final residual = 7.78817e-07, No Iterations 3
time step continuity errors : sum local = 1.02085e-10, global = -9.72951e-20, cumulative = 1.31536e-19
BiCGStab: Solving for omega, Initial residual = 1.25346e-05, Final residual = 3.7429e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.51038e-06, Final residual = 8.51038e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8611.4 s ClockTime = 8612 s Max(PAc) = 154840 Pa
Courant Number mean: 0.0595162 max: 0.991701 velocity magnitude: 1.28525
deltaT = 0.000487805
Time = 1.66537
--> Cloud: bubbleCloud
Added 182 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 615306
Mass introduced by injector = 5.61723e-10
Number of parcels added continuously = 1265
Mass introduced continuously = 1.16706e-12
Current number of parcels = 4248102
Current mass in system = 4.72388e-09
Number of parcels shifted at least once = 5036
Number of parcel shifts towards cell center = 5043
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00583772, Final user-defined norm residual = 0.000159931
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.44545e-05, Final user-defined norm residual = 1.00157e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.15778e-07, Final user-defined norm residual = 7.45447e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000543048, Final residual = 5.3233e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000406103, Final residual = 2.12543e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0989159, Final residual = 3.14062e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0473014, Final residual = 8.74856e-07, No Iterations 263
time step continuity errors : sum local = 1.10108e-10, global = 4.41038e-21, cumulative = 1.35946e-19
DICPCG: Solving for p, Initial residual = 0.00533904, Final residual = 9.25164e-07, No Iterations 149
time step continuity errors : sum local = 1.31142e-10, global = -4.41739e-20, cumulative = 9.17722e-20
BiCGStab: Solving for omega, Initial residual = 0.000431184, Final residual = 3.85272e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000676962, Final residual = 6.67601e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.44965e-05, Final residual = 6.28869e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.64577e-06, Final residual = 4.44441e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0094658, Final residual = 7.90139e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00835981, Final residual = 9.7043e-07, No Iterations 132
time step continuity errors : sum local = 1.24286e-10, global = 7.04607e-21, cumulative = 9.88182e-20
DICPCG: Solving for p, Initial residual = 0.00136675, Final residual = 9.42717e-07, No Iterations 82
time step continuity errors : sum local = 1.19034e-10, global = -1.85626e-20, cumulative = 8.02556e-20
BiCGStab: Solving for omega, Initial residual = 2.27994e-05, Final residual = 3.68616e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.34439e-06, Final residual = 8.34439e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.71934e-06, Final residual = 4.00621e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.31359e-06, Final residual = 3.09244e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00153468, Final residual = 4.79043e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00159123, Final residual = 9.86526e-07, No Iterations 71
time step continuity errors : sum local = 1.24663e-10, global = -1.13512e-20, cumulative = 6.89045e-20
DICPCG: Solving for p, Initial residual = 0.000242362, Final residual = 9.59587e-07, No Iterations 43
time step continuity errors : sum local = 1.21332e-10, global = 4.89334e-20, cumulative = 1.17838e-19
BiCGStab: Solving for omega, Initial residual = 1.24588e-05, Final residual = 3.25854e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.39262e-06, Final residual = 8.39262e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.15136e-07, Final residual = 5.31791e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.50024e-07, Final residual = 2.52073e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000307088, Final residual = 7.96683e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000406659, Final residual = 8.59564e-07, No Iterations 13
time step continuity errors : sum local = 1.08788e-10, global = -8.77122e-21, cumulative = 1.09067e-19
DICPCG: Solving for p, Initial residual = 6.774e-05, Final residual = 8.62482e-07, No Iterations 5
time step continuity errors : sum local = 1.09153e-10, global = -4.00086e-20, cumulative = 6.90581e-20
BiCGStab: Solving for omega, Initial residual = 1.31485e-05, Final residual = 3.21702e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.40157e-06, Final residual = 8.40157e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.13316e-07, Final residual = 9.05549e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.3822e-08, Final residual = 5.37751e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.85e-05, Final residual = 1.45004e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000128002, Final residual = 9.36466e-07, No Iterations 5
time step continuity errors : sum local = 1.18451e-10, global = 8.40038e-20, cumulative = 1.53062e-19
DICPCG: Solving for p, Initial residual = 2.06579e-05, Final residual = 6.77604e-07, No Iterations 3
time step continuity errors : sum local = 8.59264e-11, global = 1.30911e-20, cumulative = 1.66153e-19
BiCGStab: Solving for omega, Initial residual = 1.23997e-05, Final residual = 3.17765e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.40016e-06, Final residual = 8.40016e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8629.39 s ClockTime = 8630 s Max(PAc) = 154431 Pa
Courant Number mean: 0.059531 max: 0.995491 velocity magnitude: 1.2892
deltaT = 0.000487805
Time = 1.66585
--> Cloud: bubbleCloud
Added 171 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 615477
Mass introduced by injector = 5.61852e-10
Number of parcels added continuously = 1269
Mass introduced continuously = 1.08241e-12
Current number of parcels = 4249134
Current mass in system = 4.72469e-09
Number of parcels shifted at least once = 5103
Number of parcel shifts towards cell center = 5111
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00571287, Final user-defined norm residual = 0.000114871
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.47418e-05, Final user-defined norm residual = 2.8312e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.09825e-08, Final user-defined norm residual = 9.32454e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000538542, Final residual = 5.39637e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000396002, Final residual = 2.17081e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0957983, Final residual = 3.14771e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0449683, Final residual = 8.8694e-07, No Iterations 257
time step continuity errors : sum local = 1.12206e-10, global = -2.91984e-20, cumulative = 1.36955e-19
DICPCG: Solving for p, Initial residual = 0.00482932, Final residual = 9.8839e-07, No Iterations 144
time step continuity errors : sum local = 1.27413e-10, global = 4.35827e-21, cumulative = 1.41313e-19
BiCGStab: Solving for omega, Initial residual = 0.000428663, Final residual = 4.36079e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000674798, Final residual = 6.67665e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.43205e-05, Final residual = 6.62276e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.9665e-06, Final residual = 4.81647e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00946187, Final residual = 8.72396e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00779061, Final residual = 9.34346e-07, No Iterations 241
time step continuity errors : sum local = 1.1876e-10, global = -3.69021e-20, cumulative = 1.04411e-19
DICPCG: Solving for p, Initial residual = 0.00125438, Final residual = 9.69129e-07, No Iterations 76
time step continuity errors : sum local = 1.26426e-10, global = -4.21448e-20, cumulative = 6.2266e-20
BiCGStab: Solving for omega, Initial residual = 1.89487e-05, Final residual = 3.09934e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.07333e-06, Final residual = 8.07333e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.59247e-06, Final residual = 3.90678e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.34225e-06, Final residual = 3.06858e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00148955, Final residual = 5.02678e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00137863, Final residual = 9.69838e-07, No Iterations 29
time step continuity errors : sum local = 1.26697e-10, global = -1.7976e-20, cumulative = 4.429e-20
DICPCG: Solving for p, Initial residual = 0.000216842, Final residual = 9.90853e-07, No Iterations 25
time step continuity errors : sum local = 1.29356e-10, global = 1.28962e-20, cumulative = 5.71861e-20
BiCGStab: Solving for omega, Initial residual = 1.14516e-05, Final residual = 3.13088e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.13916e-06, Final residual = 8.13916e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.58309e-07, Final residual = 3.66953e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.11177e-07, Final residual = 2.92311e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000288823, Final residual = 7.72824e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000308691, Final residual = 9.81267e-07, No Iterations 17
time step continuity errors : sum local = 1.28127e-10, global = 3.01927e-20, cumulative = 8.73788e-20
DICPCG: Solving for p, Initial residual = 5.30933e-05, Final residual = 9.83815e-07, No Iterations 6
time step continuity errors : sum local = 1.28448e-10, global = 2.12585e-20, cumulative = 1.08637e-19
BiCGStab: Solving for omega, Initial residual = 1.11506e-05, Final residual = 3.68585e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.15097e-06, Final residual = 8.15097e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.57139e-07, Final residual = 6.68761e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.39779e-08, Final residual = 3.67799e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.35551e-05, Final residual = 1.31098e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.14717e-05, Final residual = 9.43727e-07, No Iterations 5
time step continuity errors : sum local = 1.23351e-10, global = -2.52506e-20, cumulative = 8.33867e-20
DICPCG: Solving for p, Initial residual = 1.43745e-05, Final residual = 7.25989e-07, No Iterations 3
time step continuity errors : sum local = 9.56685e-11, global = 6.57373e-20, cumulative = 1.49124e-19
BiCGStab: Solving for omega, Initial residual = 1.32253e-05, Final residual = 4.49014e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.14859e-06, Final residual = 8.14859e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8647.65 s ClockTime = 8648 s Max(PAc) = 154388 Pa
Courant Number mean: 0.059545 max: 0.994534 velocity magnitude: 1.29576
deltaT = 0.000487805
Time = 1.66634
--> Cloud: bubbleCloud
Added 178 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 615655
Mass introduced by injector = 5.62008e-10
Number of parcels added continuously = 1207
Mass introduced continuously = 1.11105e-12
Current number of parcels = 4250102
Current mass in system = 4.72554e-09
Number of parcels shifted at least once = 5010
Number of parcel shifts towards cell center = 5018
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00576156, Final user-defined norm residual = 7.77959e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.67598e-05, Final user-defined norm residual = 5.0586e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.08981e-08, Final user-defined norm residual = 2.16846e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000546447, Final residual = 5.37788e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000399129, Final residual = 2.2037e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.095223, Final residual = 3.47367e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0475887, Final residual = 9.36728e-07, No Iterations 260
time step continuity errors : sum local = 1.18702e-10, global = 7.61835e-20, cumulative = 2.25308e-19
DICPCG: Solving for p, Initial residual = 0.00491737, Final residual = 9.40923e-07, No Iterations 143
time step continuity errors : sum local = 1.2196e-10, global = 1.05647e-20, cumulative = 2.35872e-19
BiCGStab: Solving for omega, Initial residual = 0.000436148, Final residual = 4.60822e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000673274, Final residual = 6.69017e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.48991e-05, Final residual = 6.20985e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.74978e-06, Final residual = 4.4564e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0092512, Final residual = 8.44124e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00801897, Final residual = 8.85424e-07, No Iterations 248
time step continuity errors : sum local = 1.11945e-10, global = 2.09553e-21, cumulative = 2.37968e-19
DICPCG: Solving for p, Initial residual = 0.00133318, Final residual = 9.4852e-07, No Iterations 87
time step continuity errors : sum local = 1.22978e-10, global = -3.48064e-20, cumulative = 2.03161e-19
BiCGStab: Solving for omega, Initial residual = 1.93376e-05, Final residual = 2.69494e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.92766e-06, Final residual = 7.92766e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.38248e-06, Final residual = 3.88739e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.37721e-06, Final residual = 2.99437e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00137389, Final residual = 4.94027e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00139465, Final residual = 9.79002e-07, No Iterations 63
time step continuity errors : sum local = 1.26896e-10, global = -5.8092e-20, cumulative = 1.45069e-19
DICPCG: Solving for p, Initial residual = 0.000227045, Final residual = 9.94734e-07, No Iterations 38
time step continuity errors : sum local = 1.28844e-10, global = -1.45485e-20, cumulative = 1.30521e-19
BiCGStab: Solving for omega, Initial residual = 1.00484e-05, Final residual = 2.42162e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.98264e-06, Final residual = 7.98264e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.10456e-07, Final residual = 5.10515e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.04667e-07, Final residual = 3.53413e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000258487, Final residual = 7.29999e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00035768, Final residual = 9.67502e-07, No Iterations 25
time step continuity errors : sum local = 1.254e-10, global = 8.05073e-21, cumulative = 1.38572e-19
DICPCG: Solving for p, Initial residual = 5.79806e-05, Final residual = 9.98665e-07, No Iterations 8
time step continuity errors : sum local = 1.29339e-10, global = 5.14069e-21, cumulative = 1.43712e-19
BiCGStab: Solving for omega, Initial residual = 9.15228e-06, Final residual = 9.15228e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.02017e-06, Final residual = 8.02017e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.56551e-07, Final residual = 1.07612e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.16328e-08, Final residual = 6.87538e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 5.5111e-05, Final residual = 1.33938e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000101137, Final residual = 8.12604e-07, No Iterations 7
time step continuity errors : sum local = 1.05816e-10, global = -1.56625e-20, cumulative = 1.2805e-19
DICPCG: Solving for p, Initial residual = 1.65839e-05, Final residual = 9.53931e-07, No Iterations 3
time step continuity errors : sum local = 1.23683e-10, global = -1.03352e-19, cumulative = 2.46974e-20
BiCGStab: Solving for omega, Initial residual = 9.16546e-06, Final residual = 9.16546e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.02067e-06, Final residual = 8.02067e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8665.73 s ClockTime = 8666 s Max(PAc) = 154908 Pa
Courant Number mean: 0.0595583 max: 0.988566 velocity magnitude: 1.3001
deltaT = 0.000487805
Time = 1.66683
--> Cloud: bubbleCloud
Added 180 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 615835
Mass introduced by injector = 5.62165e-10
Number of parcels added continuously = 1175
Mass introduced continuously = 1.11959e-12
Current number of parcels = 4251042
Current mass in system = 4.72637e-09
Number of parcels shifted at least once = 4926
Number of parcel shifts towards cell center = 4933
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00587139, Final user-defined norm residual = 5.58368e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.20231e-05, Final user-defined norm residual = 5.24723e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.12988e-08, Final user-defined norm residual = 5.21229e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000547116, Final residual = 5.24793e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00039998, Final residual = 2.10676e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0926716, Final residual = 2.90943e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0490709, Final residual = 9.23951e-07, No Iterations 262
time step continuity errors : sum local = 1.17085e-10, global = 1.41704e-20, cumulative = 3.88678e-20
DICPCG: Solving for p, Initial residual = 0.00463301, Final residual = 9.89867e-07, No Iterations 143
time step continuity errors : sum local = 1.30521e-10, global = -7.98041e-21, cumulative = 3.08874e-20
BiCGStab: Solving for omega, Initial residual = 0.000436849, Final residual = 4.30717e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000671722, Final residual = 6.6808e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.45694e-05, Final residual = 6.01152e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.8975e-06, Final residual = 4.73131e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00869635, Final residual = 7.26233e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00746231, Final residual = 9.89538e-07, No Iterations 96
time step continuity errors : sum local = 1.42185e-10, global = 5.66647e-20, cumulative = 8.7552e-20
DICPCG: Solving for p, Initial residual = 0.00123471, Final residual = 9.9907e-07, No Iterations 75
time step continuity errors : sum local = 1.41612e-10, global = 7.0254e-20, cumulative = 1.57806e-19
BiCGStab: Solving for omega, Initial residual = 1.41493e-05, Final residual = 1.60086e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.80114e-06, Final residual = 7.80114e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.68154e-06, Final residual = 3.85272e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.32124e-06, Final residual = 3.04755e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00133113, Final residual = 4.31239e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00140129, Final residual = 9.85902e-07, No Iterations 59
time step continuity errors : sum local = 1.39907e-10, global = 6.2717e-20, cumulative = 2.20523e-19
DICPCG: Solving for p, Initial residual = 0.00021336, Final residual = 9.85792e-07, No Iterations 28
time step continuity errors : sum local = 1.39876e-10, global = 3.07272e-20, cumulative = 2.5125e-19
BiCGStab: Solving for omega, Initial residual = 5.19944e-06, Final residual = 5.19944e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.85317e-06, Final residual = 7.85317e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.31759e-07, Final residual = 5.08552e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.36642e-07, Final residual = 3.33142e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000236411, Final residual = 7.71859e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000355974, Final residual = 9.99185e-07, No Iterations 17
time step continuity errors : sum local = 1.41582e-10, global = 9.82882e-20, cumulative = 3.49538e-19
DICPCG: Solving for p, Initial residual = 5.87634e-05, Final residual = 9.00011e-07, No Iterations 7
time step continuity errors : sum local = 1.29002e-10, global = 3.28899e-21, cumulative = 3.52827e-19
BiCGStab: Solving for omega, Initial residual = 5.24205e-06, Final residual = 5.24205e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.85596e-06, Final residual = 7.85596e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.95337e-07, Final residual = 9.26248e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.27714e-08, Final residual = 5.36587e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.96014e-05, Final residual = 1.31823e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.91891e-05, Final residual = 8.89491e-07, No Iterations 6
time step continuity errors : sum local = 1.27666e-10, global = -2.09338e-20, cumulative = 3.31894e-19
DICPCG: Solving for p, Initial residual = 1.66347e-05, Final residual = 9.43015e-07, No Iterations 3
time step continuity errors : sum local = 1.34454e-10, global = 3.92779e-20, cumulative = 3.71172e-19
BiCGStab: Solving for omega, Initial residual = 5.23602e-06, Final residual = 5.23602e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.85551e-06, Final residual = 7.85551e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8683.91 s ClockTime = 8684 s Max(PAc) = 154871 Pa
Courant Number mean: 0.0595719 max: 0.985627 velocity magnitude: 1.29942
deltaT = 0.000487805
Time = 1.66732
--> Cloud: bubbleCloud
Added 200 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 616035
Mass introduced by injector = 5.62341e-10
Number of parcels added continuously = 1264
Mass introduced continuously = 1.14428e-12
Current number of parcels = 4252073
Current mass in system = 4.7273e-09
Number of parcels shifted at least once = 4945
Number of parcel shifts towards cell center = 4952
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00596024, Final user-defined norm residual = 0.000118749
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.55685e-05, Final user-defined norm residual = 2.73492e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.88872e-08, Final user-defined norm residual = 1.27248e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000547452, Final residual = 5.34686e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000397375, Final residual = 2.06036e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.09334, Final residual = 3.1746e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0482352, Final residual = 9.66887e-07, No Iterations 263
time step continuity errors : sum local = 1.22437e-10, global = 9.05238e-20, cumulative = 4.61695e-19
DICPCG: Solving for p, Initial residual = 0.00551189, Final residual = 9.87535e-07, No Iterations 149
time step continuity errors : sum local = 1.31412e-10, global = 5.24758e-21, cumulative = 4.66943e-19
BiCGStab: Solving for omega, Initial residual = 0.000438261, Final residual = 4.0744e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00067001, Final residual = 6.66444e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.55306e-05, Final residual = 6.30145e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.11104e-06, Final residual = 4.47212e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00810508, Final residual = 7.70061e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00853685, Final residual = 9.53954e-07, No Iterations 131
time step continuity errors : sum local = 1.36044e-10, global = -3.85084e-20, cumulative = 4.28434e-19
DICPCG: Solving for p, Initial residual = 0.00137359, Final residual = 9.88773e-07, No Iterations 74
time step continuity errors : sum local = 1.38551e-10, global = 1.85753e-20, cumulative = 4.4701e-19
BiCGStab: Solving for omega, Initial residual = 1.7597e-05, Final residual = 2.65838e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.6552e-06, Final residual = 7.6552e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.69129e-06, Final residual = 4.02932e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.42771e-06, Final residual = 3.1296e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0011897, Final residual = 4.33969e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0015193, Final residual = 9.64573e-07, No Iterations 58
time step continuity errors : sum local = 1.35475e-10, global = -5.0348e-21, cumulative = 4.41975e-19
DICPCG: Solving for p, Initial residual = 0.000228671, Final residual = 9.84293e-07, No Iterations 16
time step continuity errors : sum local = 1.37957e-10, global = -3.42178e-20, cumulative = 4.07757e-19
BiCGStab: Solving for omega, Initial residual = 9.71367e-06, Final residual = 9.71367e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.71356e-06, Final residual = 7.71356e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.88892e-07, Final residual = 4.28028e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.50892e-07, Final residual = 3.37071e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000222835, Final residual = 6.81979e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000355705, Final residual = 9.82184e-07, No Iterations 12
time step continuity errors : sum local = 1.37707e-10, global = -2.7409e-20, cumulative = 3.80348e-19
DICPCG: Solving for p, Initial residual = 5.75859e-05, Final residual = 9.95167e-07, No Iterations 6
time step continuity errors : sum local = 1.39347e-10, global = 2.9278e-20, cumulative = 4.09626e-19
BiCGStab: Solving for omega, Initial residual = 9.79284e-06, Final residual = 9.79284e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.70935e-06, Final residual = 7.70935e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.85188e-07, Final residual = 8.08092e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.93372e-08, Final residual = 5.13269e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.50961e-05, Final residual = 1.2472e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000107366, Final residual = 8.87969e-07, No Iterations 5
time step continuity errors : sum local = 1.25796e-10, global = -2.8585e-20, cumulative = 3.81041e-19
DICPCG: Solving for p, Initial residual = 1.73686e-05, Final residual = 7.58655e-07, No Iterations 3
time step continuity errors : sum local = 1.0945e-10, global = -6.13296e-21, cumulative = 3.74908e-19
BiCGStab: Solving for omega, Initial residual = 9.81709e-06, Final residual = 9.81709e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.70592e-06, Final residual = 7.70592e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8702.24 s ClockTime = 8703 s Max(PAc) = 153993 Pa
Courant Number mean: 0.0595854 max: 0.9852 velocity magnitude: 1.29046
deltaT = 0.000487805
Time = 1.6678
--> Cloud: bubbleCloud
Added 215 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 616250
Mass introduced by injector = 5.62537e-10
Number of parcels added continuously = 1164
Mass introduced continuously = 1.12178e-12
Current number of parcels = 4253064
Current mass in system = 4.7282e-09
Number of parcels shifted at least once = 4989
Number of parcel shifts towards cell center = 4994
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00591045, Final user-defined norm residual = 0.000103497
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.22808e-05, Final user-defined norm residual = 4.30385e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.2655e-08, Final user-defined norm residual = 1.24854e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000545058, Final residual = 5.59819e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000393835, Final residual = 2.15813e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.084736, Final residual = 2.62861e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0422519, Final residual = 9.83474e-07, No Iterations 256
time step continuity errors : sum local = 1.23833e-10, global = 5.72935e-20, cumulative = 4.32202e-19
DICPCG: Solving for p, Initial residual = 0.00495277, Final residual = 9.062e-07, No Iterations 133
time step continuity errors : sum local = 1.20871e-10, global = 2.53648e-20, cumulative = 4.57566e-19
BiCGStab: Solving for omega, Initial residual = 0.000439166, Final residual = 3.99459e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000668061, Final residual = 6.68481e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.53785e-05, Final residual = 6.55869e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.07851e-06, Final residual = 5.16258e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00735526, Final residual = 6.87754e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00758499, Final residual = 9.41551e-07, No Iterations 116
time step continuity errors : sum local = 1.33044e-10, global = 6.3532e-21, cumulative = 4.6392e-19
DICPCG: Solving for p, Initial residual = 0.00130603, Final residual = 9.60231e-07, No Iterations 75
time step continuity errors : sum local = 1.33638e-10, global = -6.37424e-20, cumulative = 4.00177e-19
BiCGStab: Solving for omega, Initial residual = 1.99354e-05, Final residual = 3.33547e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.8022e-06, Final residual = 7.8022e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.65331e-06, Final residual = 4.22438e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.42414e-06, Final residual = 3.20571e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00112948, Final residual = 3.98795e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00136706, Final residual = 9.6586e-07, No Iterations 67
time step continuity errors : sum local = 1.34311e-10, global = -2.24088e-20, cumulative = 3.77768e-19
DICPCG: Solving for p, Initial residual = 0.000214742, Final residual = 9.78471e-07, No Iterations 24
time step continuity errors : sum local = 1.3589e-10, global = 2.62987e-20, cumulative = 4.04067e-19
BiCGStab: Solving for omega, Initial residual = 1.23899e-05, Final residual = 3.33652e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.80368e-06, Final residual = 7.80368e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.19476e-07, Final residual = 4.03783e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.79813e-07, Final residual = 3.52634e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000206007, Final residual = 6.79096e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000347655, Final residual = 9.21021e-07, No Iterations 13
time step continuity errors : sum local = 1.28685e-10, global = 4.42762e-20, cumulative = 4.48343e-19
DICPCG: Solving for p, Initial residual = 5.8963e-05, Final residual = 8.18452e-07, No Iterations 7
time step continuity errors : sum local = 1.1579e-10, global = 5.77542e-20, cumulative = 5.06097e-19
BiCGStab: Solving for omega, Initial residual = 1.39111e-05, Final residual = 3.83702e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.79728e-06, Final residual = 7.79728e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.81318e-07, Final residual = 8.29212e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03922e-07, Final residual = 5.66896e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.25423e-05, Final residual = 1.14666e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000101139, Final residual = 9.45179e-07, No Iterations 5
time step continuity errors : sum local = 1.31716e-10, global = -2.83448e-20, cumulative = 4.77753e-19
DICPCG: Solving for p, Initial residual = 1.71228e-05, Final residual = 8.36111e-07, No Iterations 3
time step continuity errors : sum local = 1.18008e-10, global = 5.01014e-20, cumulative = 5.27854e-19
BiCGStab: Solving for omega, Initial residual = 1.57452e-05, Final residual = 4.442e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.79713e-06, Final residual = 7.79713e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8720.26 s ClockTime = 8721 s Max(PAc) = 153725 Pa
Courant Number mean: 0.0595984 max: 0.981989 velocity magnitude: 1.2838
deltaT = 0.000487805
Time = 1.66829
--> Cloud: bubbleCloud
Added 159 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 616409
Mass introduced by injector = 5.62652e-10
Number of parcels added continuously = 1126
Mass introduced continuously = 1.12155e-12
Current number of parcels = 4253940
Current mass in system = 4.72901e-09
Number of parcels shifted at least once = 5060
Number of parcel shifts towards cell center = 5064
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00581071, Final user-defined norm residual = 0.000222891
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.80037e-05, Final user-defined norm residual = 1.83442e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.95092e-07, Final user-defined norm residual = 1.32648e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000539585, Final residual = 5.05416e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000397375, Final residual = 1.95671e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0819864, Final residual = 2.57535e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0416743, Final residual = 9.81072e-07, No Iterations 260
time step continuity errors : sum local = 1.23697e-10, global = 4.52425e-20, cumulative = 5.73097e-19
DICPCG: Solving for p, Initial residual = 0.00509035, Final residual = 9.97951e-07, No Iterations 143
time step continuity errors : sum local = 1.26468e-10, global = -2.62488e-20, cumulative = 5.46848e-19
BiCGStab: Solving for omega, Initial residual = 0.000441832, Final residual = 3.3793e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000666993, Final residual = 6.75405e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.47217e-05, Final residual = 7.09588e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.59812e-06, Final residual = 5.291e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00724146, Final residual = 6.35868e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00743593, Final residual = 9.83225e-07, No Iterations 245
time step continuity errors : sum local = 1.24472e-10, global = 8.01299e-20, cumulative = 6.26978e-19
DICPCG: Solving for p, Initial residual = 0.00123033, Final residual = 9.54768e-07, No Iterations 83
time step continuity errors : sum local = 1.24406e-10, global = -1.04099e-19, cumulative = 5.22878e-19
BiCGStab: Solving for omega, Initial residual = 2.31982e-05, Final residual = 2.98569e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.8089e-06, Final residual = 7.8089e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.51375e-06, Final residual = 3.81789e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.33892e-06, Final residual = 3.14808e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00110063, Final residual = 3.80082e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0012968, Final residual = 9.98045e-07, No Iterations 63
time step continuity errors : sum local = 1.30112e-10, global = -1.94594e-20, cumulative = 5.03419e-19
DICPCG: Solving for p, Initial residual = 0.000213793, Final residual = 9.43616e-07, No Iterations 26
time step continuity errors : sum local = 1.23178e-10, global = -7.58782e-20, cumulative = 4.27541e-19
BiCGStab: Solving for omega, Initial residual = 1.63036e-05, Final residual = 2.47711e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.80959e-06, Final residual = 7.80959e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.77022e-07, Final residual = 4.70778e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.46515e-07, Final residual = 3.47503e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000205847, Final residual = 6.15001e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000346154, Final residual = 8.90628e-07, No Iterations 13
time step continuity errors : sum local = 1.16455e-10, global = 3.87611e-20, cumulative = 4.66302e-19
DICPCG: Solving for p, Initial residual = 5.66949e-05, Final residual = 9.11222e-07, No Iterations 6
time step continuity errors : sum local = 1.19058e-10, global = 1.86906e-20, cumulative = 4.84993e-19
BiCGStab: Solving for omega, Initial residual = 1.67894e-05, Final residual = 2.36287e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.81416e-06, Final residual = 7.81416e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.85267e-07, Final residual = 9.21092e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.57495e-08, Final residual = 6.00418e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.43139e-05, Final residual = 1.05236e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000101038, Final residual = 9.69521e-07, No Iterations 5
time step continuity errors : sum local = 1.2644e-10, global = 1.51254e-20, cumulative = 5.00118e-19
DICPCG: Solving for p, Initial residual = 1.71804e-05, Final residual = 8.83565e-07, No Iterations 3
time step continuity errors : sum local = 1.1555e-10, global = -1.00288e-20, cumulative = 4.90089e-19
BiCGStab: Solving for omega, Initial residual = 1.6796e-05, Final residual = 2.27791e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.80379e-06, Final residual = 7.80379e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8738.57 s ClockTime = 8739 s Max(PAc) = 154708 Pa
Courant Number mean: 0.059611 max: 0.975749 velocity magnitude: 1.27677
deltaT = 0.000487805
Time = 1.66878
--> Cloud: bubbleCloud
Added 206 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 616615
Mass introduced by injector = 5.62818e-10
Number of parcels added continuously = 1251
Mass introduced continuously = 1.07795e-12
Current number of parcels = 4255006
Current mass in system = 4.72985e-09
Number of parcels shifted at least once = 4989
Number of parcel shifts towards cell center = 4997
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00560602, Final user-defined norm residual = 7.03403e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.51488e-05, Final user-defined norm residual = 1.29608e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.79135e-08, Final user-defined norm residual = 2.79804e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000543035, Final residual = 5.45169e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000396838, Final residual = 2.08086e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0769859, Final residual = 2.19205e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0449743, Final residual = 9.21727e-07, No Iterations 265
time step continuity errors : sum local = 1.16209e-10, global = -2.45451e-20, cumulative = 4.65544e-19
DICPCG: Solving for p, Initial residual = 0.00511095, Final residual = 9.41463e-07, No Iterations 143
time step continuity errors : sum local = 1.2408e-10, global = -1.08454e-20, cumulative = 4.54699e-19
BiCGStab: Solving for omega, Initial residual = 0.000439448, Final residual = 3.55998e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000665982, Final residual = 6.76078e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.50327e-05, Final residual = 5.64904e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.88347e-06, Final residual = 4.5426e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00649842, Final residual = 5.78077e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00795932, Final residual = 9.57244e-07, No Iterations 131
time step continuity errors : sum local = 1.38737e-10, global = -2.24563e-20, cumulative = 4.32242e-19
DICPCG: Solving for p, Initial residual = 0.00130657, Final residual = 9.72416e-07, No Iterations 225
time step continuity errors : sum local = 1.22095e-10, global = -4.69256e-20, cumulative = 3.85317e-19
BiCGStab: Solving for omega, Initial residual = 1.88843e-05, Final residual = 2.29545e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.22461e-06, Final residual = 8.22461e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.61706e-06, Final residual = 3.69972e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.38649e-06, Final residual = 2.72729e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000961111, Final residual = 3.3726e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00126889, Final residual = 9.81807e-07, No Iterations 41
time step continuity errors : sum local = 1.24669e-10, global = -6.06077e-20, cumulative = 3.24709e-19
DICPCG: Solving for p, Initial residual = 0.000207026, Final residual = 9.30205e-07, No Iterations 20
time step continuity errors : sum local = 1.18041e-10, global = 1.98063e-20, cumulative = 3.44515e-19
BiCGStab: Solving for omega, Initial residual = 7.97348e-06, Final residual = 7.97348e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.25772e-06, Final residual = 8.25772e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.36043e-07, Final residual = 4.30198e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.57297e-07, Final residual = 2.25142e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000180725, Final residual = 5.17476e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00030628, Final residual = 8.98476e-07, No Iterations 9
time step continuity errors : sum local = 1.14042e-10, global = -2.94159e-20, cumulative = 3.15099e-19
DICPCG: Solving for p, Initial residual = 5.35751e-05, Final residual = 7.35002e-07, No Iterations 6
time step continuity errors : sum local = 9.3527e-11, global = 3.10355e-21, cumulative = 3.18203e-19
BiCGStab: Solving for omega, Initial residual = 8.01245e-06, Final residual = 8.01245e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.26256e-06, Final residual = 8.26256e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.69437e-07, Final residual = 7.60114e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.91028e-08, Final residual = 4.89509e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.94115e-05, Final residual = 9.06622e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.41494e-05, Final residual = 8.34973e-07, No Iterations 6
time step continuity errors : sum local = 1.06063e-10, global = 3.515e-20, cumulative = 3.53353e-19
DICPCG: Solving for p, Initial residual = 1.59958e-05, Final residual = 9.71231e-07, No Iterations 3
time step continuity errors : sum local = 1.23149e-10, global = 4.40835e-20, cumulative = 3.97436e-19
BiCGStab: Solving for omega, Initial residual = 8.01687e-06, Final residual = 8.01687e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.26348e-06, Final residual = 8.26348e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8757.01 s ClockTime = 8757 s Max(PAc) = 154271 Pa
Courant Number mean: 0.0596247 max: 0.969172 velocity magnitude: 1.26752
deltaT = 0.000487805
Time = 1.66927
--> Cloud: bubbleCloud
Added 124 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 616739
Mass introduced by injector = 5.6295e-10
Number of parcels added continuously = 1249
Mass introduced continuously = 1.1381e-12
Current number of parcels = 4255984
Current mass in system = 4.73074e-09
Number of parcels shifted at least once = 5045
Number of parcel shifts towards cell center = 5051
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00535948, Final user-defined norm residual = 4.10193e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.83429e-06, Final user-defined norm residual = 4.64201e-08
NewtonRaphsonSolver: solution converged in 2 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000541087, Final residual = 5.60054e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000396525, Final residual = 1.93563e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.069347, Final residual = 2.03979e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0441586, Final residual = 9.74298e-07, No Iterations 256
time step continuity errors : sum local = 1.21581e-10, global = -8.13191e-21, cumulative = 3.89305e-19
DICPCG: Solving for p, Initial residual = 0.00518892, Final residual = 9.91886e-07, No Iterations 111
time step continuity errors : sum local = 1.31382e-10, global = -8.95281e-20, cumulative = 2.99776e-19
BiCGStab: Solving for omega, Initial residual = 0.00043533, Final residual = 4.45172e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000664723, Final residual = 6.68166e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.53587e-05, Final residual = 5.80327e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.57233e-06, Final residual = 4.50277e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00582418, Final residual = 5.17221e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00808541, Final residual = 9.85742e-07, No Iterations 139
time step continuity errors : sum local = 1.37426e-10, global = -4.98315e-20, cumulative = 2.49945e-19
DICPCG: Solving for p, Initial residual = 0.00136486, Final residual = 9.92797e-07, No Iterations 126
time step continuity errors : sum local = 1.36616e-10, global = -1.67018e-20, cumulative = 2.33243e-19
BiCGStab: Solving for omega, Initial residual = 1.93359e-05, Final residual = 2.55593e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.00957e-06, Final residual = 8.00957e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.82082e-06, Final residual = 3.68774e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.46633e-06, Final residual = 2.9497e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000852054, Final residual = 2.967e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00133971, Final residual = 9.48607e-07, No Iterations 57
time step continuity errors : sum local = 1.30963e-10, global = -3.88117e-20, cumulative = 1.94431e-19
DICPCG: Solving for p, Initial residual = 0.000211433, Final residual = 9.70288e-07, No Iterations 31
time step continuity errors : sum local = 1.33689e-10, global = -1.64696e-20, cumulative = 1.77962e-19
BiCGStab: Solving for omega, Initial residual = 9.50872e-06, Final residual = 9.50872e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.02301e-06, Final residual = 8.02301e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.60585e-07, Final residual = 4.06701e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.58524e-07, Final residual = 2.22799e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000150319, Final residual = 4.66926e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000292683, Final residual = 9.66953e-07, No Iterations 20
time step continuity errors : sum local = 1.3329e-10, global = -7.44621e-20, cumulative = 1.035e-19
DICPCG: Solving for p, Initial residual = 5.11256e-05, Final residual = 9.73115e-07, No Iterations 7
time step continuity errors : sum local = 1.34057e-10, global = 4.44599e-21, cumulative = 1.07946e-19
BiCGStab: Solving for omega, Initial residual = 9.57918e-06, Final residual = 9.57918e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.0275e-06, Final residual = 8.0275e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.68774e-07, Final residual = 8.086e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03455e-07, Final residual = 5.7239e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.94087e-05, Final residual = 7.75462e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 7.92253e-05, Final residual = 8.64243e-07, No Iterations 6
time step continuity errors : sum local = 1.20506e-10, global = -2.81831e-20, cumulative = 7.97627e-20
DICPCG: Solving for p, Initial residual = 1.43476e-05, Final residual = 8.67756e-07, No Iterations 3
time step continuity errors : sum local = 1.20943e-10, global = 5.63999e-20, cumulative = 1.36163e-19
BiCGStab: Solving for omega, Initial residual = 9.58192e-06, Final residual = 9.58192e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.02784e-06, Final residual = 8.02784e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8773.75 s ClockTime = 8774 s Max(PAc) = 154288 Pa
Courant Number mean: 0.0596387 max: 0.971267 velocity magnitude: 1.26067
deltaT = 0.000487805
Time = 1.66976
--> Cloud: bubbleCloud
Added 169 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 616908
Mass introduced by injector = 5.63083e-10
Number of parcels added continuously = 1271
Mass introduced continuously = 1.09777e-12
Current number of parcels = 4257011
Current mass in system = 4.73149e-09
Number of parcels shifted at least once = 5014
Number of parcel shifts towards cell center = 5022
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00550908, Final user-defined norm residual = 9.04274e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.94729e-05, Final user-defined norm residual = 6.6403e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.42995e-08, Final user-defined norm residual = 3.47554e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000543963, Final residual = 5.76207e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000398227, Final residual = 2.09673e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0651498, Final residual = 1.98625e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0450046, Final residual = 9.37229e-07, No Iterations 255
time step continuity errors : sum local = 1.16888e-10, global = 3.99387e-20, cumulative = 1.76101e-19
DICPCG: Solving for p, Initial residual = 0.00481078, Final residual = 9.61747e-07, No Iterations 139
time step continuity errors : sum local = 1.20517e-10, global = 2.22753e-20, cumulative = 1.98377e-19
BiCGStab: Solving for omega, Initial residual = 0.000433403, Final residual = 5.60017e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000663451, Final residual = 6.60454e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.76182e-05, Final residual = 6.17961e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.05217e-05, Final residual = 4.92521e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00553452, Final residual = 5.16661e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00930972, Final residual = 9.81204e-07, No Iterations 239
time step continuity errors : sum local = 1.2308e-10, global = -3.76066e-20, cumulative = 1.6077e-19
DICPCG: Solving for p, Initial residual = 0.00165636, Final residual = 9.44514e-07, No Iterations 80
time step continuity errors : sum local = 1.22424e-10, global = -2.72724e-20, cumulative = 1.33498e-19
BiCGStab: Solving for omega, Initial residual = 1.89026e-05, Final residual = 2.24466e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.7422e-06, Final residual = 7.7422e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.5319e-06, Final residual = 3.82615e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.94615e-06, Final residual = 3.05215e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000835867, Final residual = 2.88065e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00176065, Final residual = 9.83206e-07, No Iterations 63
time step continuity errors : sum local = 1.27578e-10, global = -4.10358e-20, cumulative = 9.24618e-20
DICPCG: Solving for p, Initial residual = 0.000286366, Final residual = 9.84067e-07, No Iterations 33
time step continuity errors : sum local = 1.2767e-10, global = 1.06204e-20, cumulative = 1.03082e-19
BiCGStab: Solving for omega, Initial residual = 9.58863e-06, Final residual = 9.58863e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.77984e-06, Final residual = 7.77984e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.50061e-07, Final residual = 4.87905e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.35385e-07, Final residual = 2.59178e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00015376, Final residual = 4.2743e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000467564, Final residual = 9.49009e-07, No Iterations 20
time step continuity errors : sum local = 1.2326e-10, global = -7.73106e-20, cumulative = 2.57716e-20
DICPCG: Solving for p, Initial residual = 7.86492e-05, Final residual = 9.90492e-07, No Iterations 7
time step continuity errors : sum local = 1.28474e-10, global = -3.96666e-20, cumulative = -1.3895e-20
BiCGStab: Solving for omega, Initial residual = 9.74107e-06, Final residual = 9.74107e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.78106e-06, Final residual = 7.78106e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.57338e-07, Final residual = 1.02389e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.58879e-07, Final residual = 6.52508e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 3.23817e-05, Final residual = 7.30332e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000133405, Final residual = 9.26823e-07, No Iterations 6
time step continuity errors : sum local = 1.20467e-10, global = -7.4116e-20, cumulative = -8.8011e-20
DICPCG: Solving for p, Initial residual = 2.3712e-05, Final residual = 6.47873e-07, No Iterations 4
time step continuity errors : sum local = 8.5394e-11, global = -5.40347e-20, cumulative = -1.42046e-19
BiCGStab: Solving for omega, Initial residual = 9.7671e-06, Final residual = 9.7671e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.78061e-06, Final residual = 7.78061e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8791.89 s ClockTime = 8792 s Max(PAc) = 155063 Pa
Courant Number mean: 0.0596529 max: 0.979367 velocity magnitude: 1.25551
deltaT = 0.000487805
Time = 1.67024
--> Cloud: bubbleCloud
Added 169 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 617077
Mass introduced by injector = 5.63319e-10
Number of parcels added continuously = 1134
Mass introduced continuously = 1.12536e-12
Current number of parcels = 4257877
Current mass in system = 4.73247e-09
Number of parcels shifted at least once = 5033
Number of parcel shifts towards cell center = 5039
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.005766, Final user-defined norm residual = 0.000138891
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.99176e-05, Final user-defined norm residual = 9.84534e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.12077e-07, Final user-defined norm residual = 7.25961e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000545885, Final residual = 5.2565e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000396934, Final residual = 1.93949e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.060514, Final residual = 1.76318e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0454288, Final residual = 8.80198e-07, No Iterations 260
time step continuity errors : sum local = 1.11023e-10, global = 5.40074e-20, cumulative = -8.80383e-20
DICPCG: Solving for p, Initial residual = 0.00525837, Final residual = 9.24889e-07, No Iterations 108
time step continuity errors : sum local = 1.22046e-10, global = -3.09379e-20, cumulative = -1.18976e-19
BiCGStab: Solving for omega, Initial residual = 0.000435784, Final residual = 5.11235e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000661825, Final residual = 6.55265e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.78687e-05, Final residual = 5.90143e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.09458e-05, Final residual = 4.66368e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00536979, Final residual = 4.62677e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00977184, Final residual = 9.52789e-07, No Iterations 142
time step continuity errors : sum local = 1.41654e-10, global = -9.27726e-20, cumulative = -2.11749e-19
DICPCG: Solving for p, Initial residual = 0.00181857, Final residual = 9.04149e-07, No Iterations 233
time step continuity errors : sum local = 1.14906e-10, global = -5.91552e-21, cumulative = -2.17664e-19
BiCGStab: Solving for omega, Initial residual = 2.07078e-05, Final residual = 2.85883e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.70752e-06, Final residual = 7.70752e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.91961e-06, Final residual = 3.64043e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.07501e-06, Final residual = 2.96122e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000785738, Final residual = 2.75175e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00202383, Final residual = 9.95812e-07, No Iterations 55
time step continuity errors : sum local = 1.28378e-10, global = 1.07723e-19, cumulative = -1.09941e-19
DICPCG: Solving for p, Initial residual = 0.000350618, Final residual = 9.97853e-07, No Iterations 19
time step continuity errors : sum local = 1.28521e-10, global = 2.22699e-20, cumulative = -8.76714e-20
BiCGStab: Solving for omega, Initial residual = 1.28135e-05, Final residual = 2.72661e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.72385e-06, Final residual = 7.72385e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.89682e-07, Final residual = 5.08353e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.01852e-07, Final residual = 3.09139e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000141458, Final residual = 4.27563e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00052327, Final residual = 9.81204e-07, No Iterations 15
time step continuity errors : sum local = 1.26385e-10, global = -2.61997e-21, cumulative = -9.02914e-20
DICPCG: Solving for p, Initial residual = 9.72133e-05, Final residual = 9.92386e-07, No Iterations 6
time step continuity errors : sum local = 1.27798e-10, global = -1.41376e-20, cumulative = -1.04429e-19
BiCGStab: Solving for omega, Initial residual = 1.17716e-05, Final residual = 3.74265e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.71443e-06, Final residual = 7.71443e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.94388e-07, Final residual = 1.14465e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.6724e-07, Final residual = 6.84404e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.93241e-05, Final residual = 7.08304e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000157739, Final residual = 8.88158e-07, No Iterations 6
time step continuity errors : sum local = 1.14549e-10, global = -3.21524e-20, cumulative = -1.36581e-19
DICPCG: Solving for p, Initial residual = 2.84279e-05, Final residual = 6.97859e-07, No Iterations 4
time step continuity errors : sum local = 9.03602e-11, global = -1.00589e-19, cumulative = -2.37171e-19
BiCGStab: Solving for omega, Initial residual = 1.52154e-05, Final residual = 5.69233e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.72323e-06, Final residual = 7.72323e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8810.38 s ClockTime = 8811 s Max(PAc) = 155306 Pa
Courant Number mean: 0.0596674 max: 0.98138 velocity magnitude: 1.2605
deltaT = 0.000487805
Time = 1.67073
--> Cloud: bubbleCloud
Added 130 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 617207
Mass introduced by injector = 5.63417e-10
Number of parcels added continuously = 1166
Mass introduced continuously = 1.11788e-12
Current number of parcels = 4258822
Current mass in system = 4.73334e-09
Number of parcels shifted at least once = 5008
Number of parcel shifts towards cell center = 5012
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00526965, Final user-defined norm residual = 0.00010278
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.21179e-05, Final user-defined norm residual = 2.81772e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.06376e-08, Final user-defined norm residual = 5.39521e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000546371, Final residual = 5.30581e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000396645, Final residual = 1.996e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.057969, Final residual = 1.5892e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0498554, Final residual = 9.42871e-07, No Iterations 255
time step continuity errors : sum local = 1.19294e-10, global = -1.1813e-20, cumulative = -2.48984e-19
DICPCG: Solving for p, Initial residual = 0.00605885, Final residual = 9.99147e-07, No Iterations 101
time step continuity errors : sum local = 1.29002e-10, global = 5.98911e-21, cumulative = -2.42995e-19
BiCGStab: Solving for omega, Initial residual = 0.000440679, Final residual = 4.7147e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000660283, Final residual = 6.55613e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.927e-05, Final residual = 6.51617e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.1296e-05, Final residual = 5.01875e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00514779, Final residual = 4.41777e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0112055, Final residual = 9.27894e-07, No Iterations 238
time step continuity errors : sum local = 1.17454e-10, global = -9.04373e-21, cumulative = -2.52038e-19
DICPCG: Solving for p, Initial residual = 0.00207382, Final residual = 9.95734e-07, No Iterations 99
time step continuity errors : sum local = 1.30339e-10, global = 3.22683e-20, cumulative = -2.1977e-19
BiCGStab: Solving for omega, Initial residual = 2.72625e-05, Final residual = 8.19892e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.91394e-06, Final residual = 7.91394e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.21169e-06, Final residual = 3.98177e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.26461e-06, Final residual = 3.21236e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000738344, Final residual = 2.59888e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00215232, Final residual = 9.97283e-07, No Iterations 44
time step continuity errors : sum local = 1.31e-10, global = -6.64637e-20, cumulative = -2.86234e-19
DICPCG: Solving for p, Initial residual = 0.000385017, Final residual = 9.18905e-07, No Iterations 27
time step continuity errors : sum local = 1.21043e-10, global = -6.51192e-20, cumulative = -3.51353e-19
BiCGStab: Solving for omega, Initial residual = 2.35388e-05, Final residual = 9.35206e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.88787e-06, Final residual = 7.88787e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.0964e-06, Final residual = 5.69008e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.92755e-07, Final residual = 3.70957e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000139231, Final residual = 3.89726e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000585638, Final residual = 9.25669e-07, No Iterations 11
time step continuity errors : sum local = 1.21895e-10, global = -9.30491e-21, cumulative = -3.60658e-19
DICPCG: Solving for p, Initial residual = 0.000104407, Final residual = 7.60464e-07, No Iterations 6
time step continuity errors : sum local = 1.00903e-10, global = 3.59536e-20, cumulative = -3.24704e-19
BiCGStab: Solving for omega, Initial residual = 2.69236e-05, Final residual = 1.00185e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.94794e-06, Final residual = 7.94794e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.14264e-07, Final residual = 1.03025e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.78408e-07, Final residual = 5.81901e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.9128e-05, Final residual = 6.73276e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000163221, Final residual = 7.73148e-07, No Iterations 6
time step continuity errors : sum local = 1.0251e-10, global = -4.87278e-20, cumulative = -3.73432e-19
DICPCG: Solving for p, Initial residual = 3.001e-05, Final residual = 6.19825e-07, No Iterations 4
time step continuity errors : sum local = 8.30365e-11, global = -7.00405e-20, cumulative = -4.43473e-19
BiCGStab: Solving for omega, Initial residual = 2.89767e-05, Final residual = 1.13506e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.89279e-06, Final residual = 7.89279e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8828.59 s ClockTime = 8829 s Max(PAc) = 155254 Pa
Courant Number mean: 0.0596818 max: 0.976321 velocity magnitude: 1.26875
deltaT = 0.000487805
Time = 1.67122
--> Cloud: bubbleCloud
Added 146 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 617353
Mass introduced by injector = 5.6356e-10
Number of parcels added continuously = 1274
Mass introduced continuously = 1.07483e-12
Current number of parcels = 4259807
Current mass in system = 4.73412e-09
Number of parcels shifted at least once = 5005
Number of parcel shifts towards cell center = 5011
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00575707, Final user-defined norm residual = 0.00010619
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.28576e-05, Final user-defined norm residual = 9.88869e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.12857e-08, Final user-defined norm residual = 1.10721e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000552282, Final residual = 5.23366e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000407616, Final residual = 1.89836e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0560542, Final residual = 1.81842e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0568844, Final residual = 8.94423e-07, No Iterations 266
time step continuity errors : sum local = 1.14562e-10, global = 6.88681e-21, cumulative = -4.36586e-19
DICPCG: Solving for p, Initial residual = 0.00735495, Final residual = 9.44856e-07, No Iterations 151
time step continuity errors : sum local = 1.31489e-10, global = 3.55856e-21, cumulative = -4.33027e-19
BiCGStab: Solving for omega, Initial residual = 0.00044743, Final residual = 3.26227e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000659069, Final residual = 6.56404e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.19264e-05, Final residual = 6.27011e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.33382e-05, Final residual = 4.73621e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00492582, Final residual = 4.6167e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.01303, Final residual = 9.81201e-07, No Iterations 140
time step continuity errors : sum local = 1.42957e-10, global = 8.32661e-21, cumulative = -4.24701e-19
DICPCG: Solving for p, Initial residual = 0.00247216, Final residual = 9.50155e-07, No Iterations 128
time step continuity errors : sum local = 1.37464e-10, global = 5.16584e-20, cumulative = -3.73042e-19
BiCGStab: Solving for omega, Initial residual = 3.38258e-05, Final residual = 7.28398e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.01379e-06, Final residual = 8.01379e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.7561e-06, Final residual = 3.98458e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.73234e-06, Final residual = 3.17591e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000732945, Final residual = 2.61036e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00286687, Final residual = 9.42968e-07, No Iterations 69
time step continuity errors : sum local = 1.36427e-10, global = -5.39548e-20, cumulative = -4.26997e-19
DICPCG: Solving for p, Initial residual = 0.000495413, Final residual = 9.68032e-07, No Iterations 54
time step continuity errors : sum local = 1.39619e-10, global = 2.80084e-20, cumulative = -3.98989e-19
BiCGStab: Solving for omega, Initial residual = 2.40532e-05, Final residual = 6.91094e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.06336e-06, Final residual = 8.06336e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.38226e-06, Final residual = 5.73178e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.78107e-07, Final residual = 3.47656e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000132784, Final residual = 3.82939e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000768163, Final residual = 9.86919e-07, No Iterations 33
time step continuity errors : sum local = 1.42068e-10, global = 2.45415e-20, cumulative = -3.74447e-19
DICPCG: Solving for p, Initial residual = 0.00013414, Final residual = 8.48656e-07, No Iterations 7
time step continuity errors : sum local = 1.24204e-10, global = -2.11978e-20, cumulative = -3.95645e-19
BiCGStab: Solving for omega, Initial residual = 2.04824e-05, Final residual = 6.69689e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.08508e-06, Final residual = 8.08508e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.10397e-07, Final residual = 1.70048e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.31773e-07, Final residual = 9.5181e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.72887e-05, Final residual = 6.45282e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000220446, Final residual = 9.99724e-07, No Iterations 7
time step continuity errors : sum local = 1.4369e-10, global = 6.87793e-20, cumulative = -3.26866e-19
DICPCG: Solving for p, Initial residual = 3.80328e-05, Final residual = 7.5481e-07, No Iterations 4
time step continuity errors : sum local = 1.12083e-10, global = 3.78391e-20, cumulative = -2.89026e-19
BiCGStab: Solving for omega, Initial residual = 2.0695e-05, Final residual = 7.24425e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.07262e-06, Final residual = 8.07262e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8846.79 s ClockTime = 8847 s Max(PAc) = 154062 Pa
Courant Number mean: 0.0596963 max: 0.973277 velocity magnitude: 1.27739
deltaT = 0.000487805
Time = 1.67171
--> Cloud: bubbleCloud
Added 214 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 617567
Mass introduced by injector = 5.63741e-10
Number of parcels added continuously = 1245
Mass introduced continuously = 1.21325e-12
Current number of parcels = 4260825
Current mass in system = 4.73511e-09
Number of parcels shifted at least once = 5094
Number of parcel shifts towards cell center = 5098
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00569418, Final user-defined norm residual = 9.65236e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.07652e-05, Final user-defined norm residual = 1.72932e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.7204e-08, Final user-defined norm residual = 7.91094e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000554808, Final residual = 5.34807e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000403397, Final residual = 1.92935e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0535598, Final residual = 1.62807e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0547786, Final residual = 9.40186e-07, No Iterations 263
time step continuity errors : sum local = 1.22015e-10, global = -5.75636e-20, cumulative = -3.4659e-19
DICPCG: Solving for p, Initial residual = 0.00640758, Final residual = 9.12752e-07, No Iterations 148
time step continuity errors : sum local = 1.27031e-10, global = -4.2203e-20, cumulative = -3.88793e-19
BiCGStab: Solving for omega, Initial residual = 0.00044134, Final residual = 4.39954e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000657567, Final residual = 6.67622e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.17938e-05, Final residual = 6.16077e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.35098e-05, Final residual = 5.04187e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00481297, Final residual = 4.27638e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0132608, Final residual = 9.5554e-07, No Iterations 140
time step continuity errors : sum local = 1.42981e-10, global = -1.27257e-20, cumulative = -4.01519e-19
DICPCG: Solving for p, Initial residual = 0.00237709, Final residual = 8.94004e-07, No Iterations 128
time step continuity errors : sum local = 1.33469e-10, global = -2.14071e-20, cumulative = -4.22926e-19
BiCGStab: Solving for omega, Initial residual = 2.62244e-05, Final residual = 8.03523e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.10996e-06, Final residual = 8.10996e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.86965e-06, Final residual = 3.9868e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.86529e-06, Final residual = 3.1861e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000730598, Final residual = 2.47878e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00278433, Final residual = 9.40018e-07, No Iterations 68
time step continuity errors : sum local = 1.3932e-10, global = 4.16899e-20, cumulative = -3.81236e-19
DICPCG: Solving for p, Initial residual = 0.000471741, Final residual = 9.6365e-07, No Iterations 39
time step continuity errors : sum local = 1.42328e-10, global = 4.91414e-20, cumulative = -3.32095e-19
BiCGStab: Solving for omega, Initial residual = 1.54287e-05, Final residual = 6.33736e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.14251e-06, Final residual = 8.14251e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.43167e-06, Final residual = 5.7676e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.10605e-07, Final residual = 3.42878e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000132946, Final residual = 3.746e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000778378, Final residual = 9.83118e-07, No Iterations 11
time step continuity errors : sum local = 1.44863e-10, global = 5.30006e-20, cumulative = -2.79094e-19
DICPCG: Solving for p, Initial residual = 0.000139953, Final residual = 9.04235e-07, No Iterations 6
time step continuity errors : sum local = 1.34555e-10, global = -3.89874e-20, cumulative = -3.18081e-19
BiCGStab: Solving for omega, Initial residual = 1.47007e-05, Final residual = 7.11984e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.1402e-06, Final residual = 8.1402e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.2579e-07, Final residual = 1.0787e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.39542e-07, Final residual = 7.70933e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.87529e-05, Final residual = 6.38218e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000237373, Final residual = 9.07514e-07, No Iterations 6
time step continuity errors : sum local = 1.34977e-10, global = -6.58467e-20, cumulative = -3.83928e-19
DICPCG: Solving for p, Initial residual = 4.14681e-05, Final residual = 6.6083e-07, No Iterations 4
time step continuity errors : sum local = 1.02806e-10, global = -3.17208e-20, cumulative = -4.15649e-19
BiCGStab: Solving for omega, Initial residual = 1.52845e-05, Final residual = 6.88816e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.1308e-06, Final residual = 8.1308e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8864.96 s ClockTime = 8865 s Max(PAc) = 153610 Pa
Courant Number mean: 0.05971 max: 0.969944 velocity magnitude: 1.28334
deltaT = 0.000487805
Time = 1.6722
--> Cloud: bubbleCloud
Added 177 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 617744
Mass introduced by injector = 5.6386e-10
Number of parcels added continuously = 1118
Mass introduced continuously = 1.15705e-12
Current number of parcels = 4261688
Current mass in system = 4.73594e-09
Number of parcels shifted at least once = 4930
Number of parcel shifts towards cell center = 4940
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0057381, Final user-defined norm residual = 0.000153797
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.3099e-05, Final user-defined norm residual = 8.58919e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.84857e-07, Final user-defined norm residual = 3.46903e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000547523, Final residual = 5.1673e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000407609, Final residual = 1.9379e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0510408, Final residual = 1.4875e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0484243, Final residual = 8.8457e-07, No Iterations 182
time step continuity errors : sum local = 1.22431e-10, global = 3.71527e-20, cumulative = -3.78496e-19
DICPCG: Solving for p, Initial residual = 0.0067158, Final residual = 9.64271e-07, No Iterations 153
time step continuity errors : sum local = 1.3578e-10, global = -4.80449e-21, cumulative = -3.83301e-19
BiCGStab: Solving for omega, Initial residual = 0.000434099, Final residual = 3.50586e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000657094, Final residual = 6.78292e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.16209e-05, Final residual = 6.69746e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.37565e-05, Final residual = 5.25143e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00459298, Final residual = 4.17017e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0129191, Final residual = 9.79041e-07, No Iterations 141
time step continuity errors : sum local = 1.41895e-10, global = -1.1075e-20, cumulative = -3.94376e-19
DICPCG: Solving for p, Initial residual = 0.00238704, Final residual = 9.40832e-07, No Iterations 99
time step continuity errors : sum local = 1.35154e-10, global = -2.46319e-20, cumulative = -4.19007e-19
BiCGStab: Solving for omega, Initial residual = 2.53832e-05, Final residual = 6.26071e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.00808e-06, Final residual = 8.00808e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.69845e-06, Final residual = 4.22555e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.93181e-06, Final residual = 3.41667e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000703971, Final residual = 2.41423e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00273975, Final residual = 9.84199e-07, No Iterations 56
time step continuity errors : sum local = 1.40586e-10, global = -6.27758e-20, cumulative = -4.81783e-19
DICPCG: Solving for p, Initial residual = 0.000497222, Final residual = 9.25741e-07, No Iterations 19
time step continuity errors : sum local = 1.32959e-10, global = 1.27248e-20, cumulative = -4.69059e-19
BiCGStab: Solving for omega, Initial residual = 1.45062e-05, Final residual = 5.95192e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.96573e-06, Final residual = 7.96573e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.45768e-06, Final residual = 5.11313e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.91286e-07, Final residual = 3.87241e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000134441, Final residual = 3.59634e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000813027, Final residual = 9.87553e-07, No Iterations 27
time step continuity errors : sum local = 1.40976e-10, global = 4.20908e-21, cumulative = -4.64849e-19
DICPCG: Solving for p, Initial residual = 0.000147893, Final residual = 9.47143e-07, No Iterations 5
time step continuity errors : sum local = 1.35714e-10, global = 3.34619e-20, cumulative = -4.31387e-19
BiCGStab: Solving for omega, Initial residual = 1.54916e-05, Final residual = 6.19722e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.96638e-06, Final residual = 7.96638e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.1412e-07, Final residual = 1.49311e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.45709e-07, Final residual = 8.92776e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.73653e-05, Final residual = 6.22068e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000240979, Final residual = 8.6866e-07, No Iterations 6
time step continuity errors : sum local = 1.2552e-10, global = -2.33269e-21, cumulative = -4.3372e-19
DICPCG: Solving for p, Initial residual = 4.1723e-05, Final residual = 6.08086e-07, No Iterations 4
time step continuity errors : sum local = 9.16817e-11, global = -3.67589e-20, cumulative = -4.70479e-19
BiCGStab: Solving for omega, Initial residual = 1.56493e-05, Final residual = 6.91656e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.94313e-06, Final residual = 7.94313e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8882.98 s ClockTime = 8883 s Max(PAc) = 154142 Pa
Courant Number mean: 0.0597234 max: 0.978909 velocity magnitude: 1.2843
deltaT = 0.000487805
Time = 1.67268
--> Cloud: bubbleCloud
Added 181 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 617925
Mass introduced by injector = 5.63989e-10
Number of parcels added continuously = 1167
Mass introduced continuously = 1.05216e-12
Current number of parcels = 4262610
Current mass in system = 4.73669e-09
Number of parcels shifted at least once = 5028
Number of parcel shifts towards cell center = 5032
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00593515, Final user-defined norm residual = 0.000145201
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.1256e-05, Final user-defined norm residual = 9.0195e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.94159e-07, Final user-defined norm residual = 7.95471e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000553469, Final residual = 5.17938e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000411839, Final residual = 1.92987e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0509423, Final residual = 1.35362e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0545632, Final residual = 8.97709e-07, No Iterations 261
time step continuity errors : sum local = 1.15252e-10, global = -1.20684e-19, cumulative = -5.91163e-19
DICPCG: Solving for p, Initial residual = 0.00702504, Final residual = 9.74077e-07, No Iterations 147
time step continuity errors : sum local = 1.29307e-10, global = -2.70821e-21, cumulative = -5.93871e-19
BiCGStab: Solving for omega, Initial residual = 0.000427643, Final residual = 3.19833e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000656314, Final residual = 6.79573e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.29925e-05, Final residual = 6.47649e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.40182e-05, Final residual = 5.0691e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00470582, Final residual = 3.85427e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0148164, Final residual = 8.43873e-07, No Iterations 243
time step continuity errors : sum local = 1.07564e-10, global = -6.28451e-20, cumulative = -6.56716e-19
DICPCG: Solving for p, Initial residual = 0.00281212, Final residual = 9.51548e-07, No Iterations 73
time step continuity errors : sum local = 1.25967e-10, global = -7.27462e-20, cumulative = -7.29462e-19
BiCGStab: Solving for omega, Initial residual = 2.50463e-05, Final residual = 4.63962e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.90858e-06, Final residual = 7.90858e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.12495e-06, Final residual = 3.81962e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.74305e-06, Final residual = 3.4434e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000716515, Final residual = 2.28782e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00317461, Final residual = 9.8686e-07, No Iterations 69
time step continuity errors : sum local = 1.30931e-10, global = -2.38708e-20, cumulative = -7.53333e-19
DICPCG: Solving for p, Initial residual = 0.00060226, Final residual = 9.1919e-07, No Iterations 51
time step continuity errors : sum local = 1.22165e-10, global = 4.79323e-20, cumulative = -7.05401e-19
BiCGStab: Solving for omega, Initial residual = 1.60326e-05, Final residual = 4.57812e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.93369e-06, Final residual = 7.93369e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.40732e-06, Final residual = 5.86459e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.67229e-07, Final residual = 4.01016e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000131648, Final residual = 3.7283e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000840587, Final residual = 9.75491e-07, No Iterations 33
time step continuity errors : sum local = 1.29332e-10, global = 2.72696e-20, cumulative = -6.78131e-19
DICPCG: Solving for p, Initial residual = 0.000156998, Final residual = 9.35901e-07, No Iterations 10
time step continuity errors : sum local = 1.24262e-10, global = 4.99286e-20, cumulative = -6.28203e-19
BiCGStab: Solving for omega, Initial residual = 1.64839e-05, Final residual = 4.56256e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.93989e-06, Final residual = 7.93989e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.18205e-07, Final residual = 1.9427e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.26743e-07, Final residual = 1.09328e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.73323e-05, Final residual = 6.4428e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000246471, Final residual = 8.70878e-07, No Iterations 9
time step continuity errors : sum local = 1.1597e-10, global = 4.5011e-20, cumulative = -5.83192e-19
DICPCG: Solving for p, Initial residual = 4.41188e-05, Final residual = 8.04144e-07, No Iterations 4
time step continuity errors : sum local = 1.07456e-10, global = -5.38276e-20, cumulative = -6.37019e-19
BiCGStab: Solving for omega, Initial residual = 1.90867e-05, Final residual = 4.48627e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.92054e-06, Final residual = 7.92054e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8901.39 s ClockTime = 8902 s Max(PAc) = 154675 Pa
Courant Number mean: 0.0597368 max: 0.987684 velocity magnitude: 1.28161
deltaT = 0.000487805
Time = 1.67317
--> Cloud: bubbleCloud
Added 228 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 618153
Mass introduced by injector = 5.64198e-10
Number of parcels added continuously = 1174
Mass introduced continuously = 1.103e-12
Current number of parcels = 4263578
Current mass in system = 4.73752e-09
Number of parcels shifted at least once = 5047
Number of parcel shifts towards cell center = 5055
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0060379, Final user-defined norm residual = 0.000109788
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.36453e-05, Final user-defined norm residual = 2.5202e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.42793e-08, Final user-defined norm residual = 4.60094e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000551816, Final residual = 5.36473e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000418105, Final residual = 1.90961e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0502208, Final residual = 1.54315e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0495232, Final residual = 9.9912e-07, No Iterations 258
time step continuity errors : sum local = 1.26722e-10, global = -6.43154e-21, cumulative = -6.43451e-19
DICPCG: Solving for p, Initial residual = 0.00692253, Final residual = 9.74814e-07, No Iterations 143
time step continuity errors : sum local = 1.34599e-10, global = -4.0449e-21, cumulative = -6.47496e-19
BiCGStab: Solving for omega, Initial residual = 0.000429529, Final residual = 4.07339e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000654393, Final residual = 6.67351e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.31056e-05, Final residual = 5.73089e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.40362e-05, Final residual = 4.59516e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00448743, Final residual = 4.07583e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0149399, Final residual = 9.89255e-07, No Iterations 88
time step continuity errors : sum local = 1.38051e-10, global = 8.37966e-20, cumulative = -5.63699e-19
DICPCG: Solving for p, Initial residual = 0.00295403, Final residual = 9.8838e-07, No Iterations 66
time step continuity errors : sum local = 1.35989e-10, global = 2.65921e-20, cumulative = -5.37107e-19
BiCGStab: Solving for omega, Initial residual = 2.6469e-05, Final residual = 2.83881e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.61228e-06, Final residual = 7.61228e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.06378e-06, Final residual = 3.5801e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.02596e-06, Final residual = 3.38449e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000641097, Final residual = 2.30224e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00321069, Final residual = 9.64439e-07, No Iterations 112
time step continuity errors : sum local = 1.32994e-10, global = 1.9426e-21, cumulative = -5.35165e-19
DICPCG: Solving for p, Initial residual = 0.000637517, Final residual = 9.87747e-07, No Iterations 58
time step continuity errors : sum local = 1.35867e-10, global = -6.85483e-20, cumulative = -6.03713e-19
BiCGStab: Solving for omega, Initial residual = 1.70792e-05, Final residual = 2.61611e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.6135e-06, Final residual = 7.6135e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.60445e-06, Final residual = 6.30231e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.50486e-07, Final residual = 3.52619e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000109168, Final residual = 3.27984e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000924535, Final residual = 9.51852e-07, No Iterations 37
time step continuity errors : sum local = 1.31298e-10, global = -3.52057e-20, cumulative = -6.38919e-19
DICPCG: Solving for p, Initial residual = 0.000168789, Final residual = 9.68862e-07, No Iterations 9
time step continuity errors : sum local = 1.33433e-10, global = 1.96299e-20, cumulative = -6.19289e-19
BiCGStab: Solving for omega, Initial residual = 1.37403e-05, Final residual = 2.80802e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.60591e-06, Final residual = 7.60591e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.33976e-07, Final residual = 1.50751e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.67471e-07, Final residual = 1.30076e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.19095e-05, Final residual = 5.30275e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000271715, Final residual = 9.66972e-07, No Iterations 8
time step continuity errors : sum local = 1.33188e-10, global = 3.2631e-20, cumulative = -5.86658e-19
DICPCG: Solving for p, Initial residual = 5.01236e-05, Final residual = 8.35026e-07, No Iterations 4
time step continuity errors : sum local = 1.16416e-10, global = 9.85822e-20, cumulative = -4.88075e-19
BiCGStab: Solving for omega, Initial residual = 1.62994e-05, Final residual = 3.37068e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.59794e-06, Final residual = 7.59794e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8919.69 s ClockTime = 8920 s Max(PAc) = 154716 Pa
Courant Number mean: 0.0597509 max: 0.997145 velocity magnitude: 1.28099
deltaT = 0.000487805
Time = 1.67366
--> Cloud: bubbleCloud
Added 133 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 618286
Mass introduced by injector = 5.64315e-10
Number of parcels added continuously = 1207
Mass introduced continuously = 1.06007e-12
Current number of parcels = 4264479
Current mass in system = 4.73825e-09
Number of parcels shifted at least once = 5175
Number of parcel shifts towards cell center = 5187
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00582492, Final user-defined norm residual = 6.15583e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.32418e-05, Final user-defined norm residual = 4.69014e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.00891e-08, Final user-defined norm residual = 5.86271e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000558006, Final residual = 5.69422e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000411093, Final residual = 2.04443e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0501064, Final residual = 1.56931e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0563177, Final residual = 8.77832e-07, No Iterations 258
time step continuity errors : sum local = 1.10926e-10, global = -7.48074e-20, cumulative = -5.62883e-19
DICPCG: Solving for p, Initial residual = 0.00753088, Final residual = 9.06793e-07, No Iterations 95
time step continuity errors : sum local = 1.19664e-10, global = -4.35126e-20, cumulative = -6.06395e-19
BiCGStab: Solving for omega, Initial residual = 0.000426281, Final residual = 5.79527e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000652964, Final residual = 6.66619e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.33264e-05, Final residual = 5.76387e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.40406e-05, Final residual = 4.81519e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00448314, Final residual = 4.12216e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0149877, Final residual = 9.48299e-07, No Iterations 244
time step continuity errors : sum local = 1.19904e-10, global = -3.79748e-20, cumulative = -6.4437e-19
DICPCG: Solving for p, Initial residual = 0.00286144, Final residual = 9.60112e-07, No Iterations 72
time step continuity errors : sum local = 1.25492e-10, global = -7.83786e-20, cumulative = -7.22749e-19
BiCGStab: Solving for omega, Initial residual = 2.31197e-05, Final residual = 3.18333e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.12089e-06, Final residual = 8.12089e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 6.12516e-06, Final residual = 3.60612e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.09419e-06, Final residual = 3.32671e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000660765, Final residual = 2.29229e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00360756, Final residual = 9.34679e-07, No Iterations 93
time step continuity errors : sum local = 1.2256e-10, global = -8.34377e-20, cumulative = -8.06187e-19
DICPCG: Solving for p, Initial residual = 0.00062707, Final residual = 9.79257e-07, No Iterations 49
time step continuity errors : sum local = 1.28158e-10, global = 1.08602e-20, cumulative = -7.95326e-19
BiCGStab: Solving for omega, Initial residual = 1.03599e-05, Final residual = 3.15267e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.23785e-06, Final residual = 8.23785e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.61557e-06, Final residual = 4.77337e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.43383e-07, Final residual = 3.85662e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000120362, Final residual = 3.28293e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00101308, Final residual = 9.81012e-07, No Iterations 17
time step continuity errors : sum local = 1.28362e-10, global = 2.11291e-20, cumulative = -7.74197e-19
DICPCG: Solving for p, Initial residual = 0.000182571, Final residual = 8.01075e-07, No Iterations 6
time step continuity errors : sum local = 1.05527e-10, global = 6.92918e-20, cumulative = -7.04906e-19
BiCGStab: Solving for omega, Initial residual = 9.83633e-06, Final residual = 9.83633e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.26174e-06, Final residual = 8.26174e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 5.4123e-07, Final residual = 1.09125e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.64654e-07, Final residual = 7.51291e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.39485e-05, Final residual = 5.47391e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000310308, Final residual = 9.98141e-07, No Iterations 6
time step continuity errors : sum local = 1.30501e-10, global = -3.57285e-20, cumulative = -7.40634e-19
DICPCG: Solving for p, Initial residual = 5.33765e-05, Final residual = 7.68725e-07, No Iterations 4
time step continuity errors : sum local = 1.01414e-10, global = 6.57845e-23, cumulative = -7.40568e-19
BiCGStab: Solving for omega, Initial residual = 9.89037e-06, Final residual = 9.89037e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.25745e-06, Final residual = 8.25745e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8938.09 s ClockTime = 8939 s Max(PAc) = 154906 Pa
Courant Number mean: 0.0597649 max: 1.00651 velocity magnitude: 1.28398
deltaT = 0.000452962
Time = 1.67411
--> Cloud: bubbleCloud
Added 221 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 618507
Mass introduced by injector = 5.64491e-10
Number of parcels added continuously = 1105
Mass introduced continuously = 1.02553e-12
Current number of parcels = 4265418
Current mass in system = 4.7391e-09
Number of parcels shifted at least once = 4712
Number of parcel shifts towards cell center = 4717
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00594272, Final user-defined norm residual = 7.46318e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.60538e-05, Final user-defined norm residual = 8.4851e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.82524e-08, Final user-defined norm residual = 1.49419e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000516724, Final residual = 3.33953e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000378384, Final residual = 1.14412e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0413425, Final residual = 7.19306e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0505743, Final residual = 9.73062e-07, No Iterations 252
time step continuity errors : sum local = 1.08529e-10, global = 6.24322e-20, cumulative = -6.78136e-19
DICPCG: Solving for p, Initial residual = 0.00621197, Final residual = 9.59845e-07, No Iterations 241
time step continuity errors : sum local = 1.07496e-10, global = 1.84154e-20, cumulative = -6.59721e-19
BiCGStab: Solving for omega, Initial residual = 0.000394592, Final residual = 4.38678e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000604927, Final residual = 4.89549e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.16199e-05, Final residual = 3.91098e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.1863e-05, Final residual = 3.69409e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00363826, Final residual = 2.00104e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0143014, Final residual = 9.16393e-07, No Iterations 246
time step continuity errors : sum local = 1.02803e-10, global = -4.09898e-20, cumulative = -7.0071e-19
DICPCG: Solving for p, Initial residual = 0.0025167, Final residual = 9.95963e-07, No Iterations 78
time step continuity errors : sum local = 1.14787e-10, global = -2.38181e-20, cumulative = -7.24529e-19
BiCGStab: Solving for omega, Initial residual = 1.97804e-05, Final residual = 2.41625e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.04247e-06, Final residual = 7.04247e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.76006e-06, Final residual = 2.41927e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.43162e-06, Final residual = 2.2067e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000525863, Final residual = 1.16088e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00307047, Final residual = 9.85472e-07, No Iterations 30
time step continuity errors : sum local = 1.1404e-10, global = -4.57548e-20, cumulative = -7.70283e-19
DICPCG: Solving for p, Initial residual = 0.000534004, Final residual = 9.83086e-07, No Iterations 32
time step continuity errors : sum local = 1.13669e-10, global = 1.53637e-21, cumulative = -7.68747e-19
BiCGStab: Solving for omega, Initial residual = 8.39856e-06, Final residual = 8.39856e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.08951e-06, Final residual = 7.08951e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.31606e-06, Final residual = 3.27786e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.23023e-07, Final residual = 2.75349e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.70624e-05, Final residual = 2.11138e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000825723, Final residual = 9.77513e-07, No Iterations 22
time step continuity errors : sum local = 1.13033e-10, global = -4.22342e-20, cumulative = -8.10981e-19
DICPCG: Solving for p, Initial residual = 0.000135251, Final residual = 9.99235e-07, No Iterations 8
time step continuity errors : sum local = 1.15436e-10, global = 1.99366e-20, cumulative = -7.91045e-19
BiCGStab: Solving for omega, Initial residual = 8.52555e-06, Final residual = 8.52555e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.08525e-06, Final residual = 7.08525e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.39937e-07, Final residual = 6.59245e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.89665e-07, Final residual = 4.24759e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.91601e-05, Final residual = 3.54106e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.0002189, Final residual = 9.7847e-07, No Iterations 6
time step continuity errors : sum local = 1.13108e-10, global = -6.91897e-20, cumulative = -8.60234e-19
DICPCG: Solving for p, Initial residual = 3.62149e-05, Final residual = 6.44033e-07, No Iterations 4
time step continuity errors : sum local = 7.56209e-11, global = -1.09989e-19, cumulative = -9.70224e-19
BiCGStab: Solving for omega, Initial residual = 8.56543e-06, Final residual = 8.56543e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.07596e-06, Final residual = 7.07596e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8956.23 s ClockTime = 8957 s Max(PAc) = 155102 Pa
Courant Number mean: 0.0555076 max: 0.928105 velocity magnitude: 1.28881
deltaT = 0.000452962
Time = 1.67456
--> Cloud: bubbleCloud
Added 142 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 618649
Mass introduced by injector = 5.64663e-10
Number of parcels added continuously = 1154
Mass introduced continuously = 1.058e-12
Current number of parcels = 4266332
Current mass in system = 4.73997e-09
Number of parcels shifted at least once = 4582
Number of parcel shifts towards cell center = 4586
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00635308, Final user-defined norm residual = 0.000156642
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.36857e-05, Final user-defined norm residual = 5.13089e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.1034e-07, Final user-defined norm residual = 2.08913e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00051338, Final residual = 2.97787e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000376698, Final residual = 9.76321e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0401082, Final residual = 8.36498e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0604911, Final residual = 9.04765e-07, No Iterations 263
time step continuity errors : sum local = 1.0274e-10, global = -1.37519e-20, cumulative = -9.83976e-19
DICPCG: Solving for p, Initial residual = 0.00794805, Final residual = 9.82482e-07, No Iterations 148
time step continuity errors : sum local = 1.21535e-10, global = -2.0464e-20, cumulative = -1.00444e-18
BiCGStab: Solving for omega, Initial residual = 0.000393121, Final residual = 3.33871e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000604172, Final residual = 4.84735e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.94338e-05, Final residual = 4.02977e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.13252e-05, Final residual = 3.46445e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00343654, Final residual = 2.21048e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0127535, Final residual = 9.94074e-07, No Iterations 131
time step continuity errors : sum local = 1.24579e-10, global = 7.03028e-20, cumulative = -9.34137e-19
DICPCG: Solving for p, Initial residual = 0.00226402, Final residual = 9.58085e-07, No Iterations 72
time step continuity errors : sum local = 1.19003e-10, global = 7.75879e-21, cumulative = -9.26378e-19
BiCGStab: Solving for omega, Initial residual = 2.08167e-05, Final residual = 2.64718e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.27809e-06, Final residual = 7.27809e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.21314e-06, Final residual = 2.2954e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.0998e-06, Final residual = 2.05156e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000479964, Final residual = 1.21902e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00259083, Final residual = 9.40663e-07, No Iterations 64
time step continuity errors : sum local = 1.16905e-10, global = 7.00027e-21, cumulative = -9.19378e-19
DICPCG: Solving for p, Initial residual = 0.000427228, Final residual = 8.95653e-07, No Iterations 54
time step continuity errors : sum local = 1.11628e-10, global = 8.15655e-20, cumulative = -8.37812e-19
BiCGStab: Solving for omega, Initial residual = 1.15517e-05, Final residual = 3.03884e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.28705e-06, Final residual = 7.28705e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.05952e-06, Final residual = 3.926e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.87447e-07, Final residual = 2.48835e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.35093e-05, Final residual = 1.92482e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000660591, Final residual = 9.37253e-07, No Iterations 34
time step continuity errors : sum local = 1.16416e-10, global = -3.17214e-20, cumulative = -8.69534e-19
DICPCG: Solving for p, Initial residual = 0.000106322, Final residual = 9.47483e-07, No Iterations 7
time step continuity errors : sum local = 1.17569e-10, global = -3.06708e-20, cumulative = -9.00204e-19
BiCGStab: Solving for omega, Initial residual = 1.08085e-05, Final residual = 3.52109e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.27558e-06, Final residual = 7.27558e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.94733e-07, Final residual = 1.36577e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.63418e-07, Final residual = 7.67102e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.64901e-05, Final residual = 3.02203e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000167908, Final residual = 8.15741e-07, No Iterations 7
time step continuity errors : sum local = 1.02402e-10, global = -3.46733e-20, cumulative = -9.34878e-19
DICPCG: Solving for p, Initial residual = 2.58376e-05, Final residual = 6.81214e-07, No Iterations 4
time step continuity errors : sum local = 8.69135e-11, global = -3.4876e-21, cumulative = -9.38365e-19
BiCGStab: Solving for omega, Initial residual = 1.11976e-05, Final residual = 3.97979e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.2765e-06, Final residual = 7.2765e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8974.23 s ClockTime = 8975 s Max(PAc) = 153644 Pa
Courant Number mean: 0.055519 max: 0.921372 velocity magnitude: 1.29519
deltaT = 0.000452962
Time = 1.67502
--> Cloud: bubbleCloud
Added 176 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 618825
Mass introduced by injector = 5.64807e-10
Number of parcels added continuously = 1125
Mass introduced continuously = 1.04283e-12
Current number of parcels = 4267242
Current mass in system = 4.74076e-09
Number of parcels shifted at least once = 4578
Number of parcel shifts towards cell center = 4583
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00659891, Final user-defined norm residual = 0.000134096
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.88217e-05, Final user-defined norm residual = 4.22296e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.07663e-08, Final user-defined norm residual = 2.44768e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000512279, Final residual = 3.02167e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000369458, Final residual = 9.90074e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0387761, Final residual = 9.35909e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0569603, Final residual = 8.7657e-07, No Iterations 262
time step continuity errors : sum local = 1.00914e-10, global = 1.91917e-20, cumulative = -9.19174e-19
DICPCG: Solving for p, Initial residual = 0.00727143, Final residual = 9.85711e-07, No Iterations 115
time step continuity errors : sum local = 1.13539e-10, global = 4.49599e-20, cumulative = -8.74214e-19
BiCGStab: Solving for omega, Initial residual = 0.000388466, Final residual = 2.60917e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00060364, Final residual = 4.72204e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.80917e-05, Final residual = 3.83206e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.08047e-05, Final residual = 3.28813e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00334104, Final residual = 2.25622e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0114026, Final residual = 9.89867e-07, No Iterations 131
time step continuity errors : sum local = 1.32288e-10, global = -1.83064e-20, cumulative = -8.9252e-19
DICPCG: Solving for p, Initial residual = 0.00190127, Final residual = 9.95077e-07, No Iterations 128
time step continuity errors : sum local = 1.31309e-10, global = 6.90026e-20, cumulative = -8.23518e-19
BiCGStab: Solving for omega, Initial residual = 1.93227e-05, Final residual = 3.47423e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.01236e-06, Final residual = 7.01236e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.86864e-06, Final residual = 2.12374e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.04988e-06, Final residual = 1.89152e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000467716, Final residual = 1.22357e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0023519, Final residual = 9.703e-07, No Iterations 221
time step continuity errors : sum local = 1.11913e-10, global = -2.28541e-20, cumulative = -8.46372e-19
DICPCG: Solving for p, Initial residual = 0.000356315, Final residual = 9.78817e-07, No Iterations 46
time step continuity errors : sum local = 1.13924e-10, global = 4.01349e-20, cumulative = -8.06237e-19
BiCGStab: Solving for omega, Initial residual = 1.05737e-05, Final residual = 3.355e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.98898e-06, Final residual = 6.98898e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.00397e-06, Final residual = 2.77615e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.50479e-07, Final residual = 2.07532e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.29984e-05, Final residual = 1.92014e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000565972, Final residual = 9.34639e-07, No Iterations 25
time step continuity errors : sum local = 1.08987e-10, global = 4.08846e-20, cumulative = -7.65352e-19
DICPCG: Solving for p, Initial residual = 9.14127e-05, Final residual = 9.44516e-07, No Iterations 7
time step continuity errors : sum local = 1.10115e-10, global = 3.25852e-20, cumulative = -7.32767e-19
BiCGStab: Solving for omega, Initial residual = 9.83462e-06, Final residual = 9.83462e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.01004e-06, Final residual = 7.01004e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.78508e-07, Final residual = 7.25546e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.52709e-07, Final residual = 4.30449e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.64931e-05, Final residual = 3.17491e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000161425, Final residual = 8.42057e-07, No Iterations 7
time step continuity errors : sum local = 9.83147e-11, global = 7.03782e-21, cumulative = -7.25729e-19
DICPCG: Solving for p, Initial residual = 2.49983e-05, Final residual = 6.05843e-07, No Iterations 4
time step continuity errors : sum local = 7.10916e-11, global = -7.74204e-20, cumulative = -8.03149e-19
BiCGStab: Solving for omega, Initial residual = 9.89279e-06, Final residual = 9.89279e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.00746e-06, Final residual = 7.00746e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 8992.32 s ClockTime = 8993 s Max(PAc) = 152599 Pa
Courant Number mean: 0.0555303 max: 0.912224 velocity magnitude: 1.2992
deltaT = 0.000452962
Time = 1.67547
--> Cloud: bubbleCloud
Added 185 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 619010
Mass introduced by injector = 5.64956e-10
Number of parcels added continuously = 1046
Mass introduced continuously = 1.00478e-12
Current number of parcels = 4268049
Current mass in system = 4.7415e-09
Number of parcels shifted at least once = 4610
Number of parcel shifts towards cell center = 4613
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00584528, Final user-defined norm residual = 0.00014588
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.13692e-05, Final user-defined norm residual = 1.03292e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.22123e-07, Final user-defined norm residual = 5.56332e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000512796, Final residual = 3.20569e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00036862, Final residual = 1.13362e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0351773, Final residual = 7.45611e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0517395, Final residual = 9.21508e-07, No Iterations 269
time step continuity errors : sum local = 1.04832e-10, global = 2.39191e-20, cumulative = -7.7923e-19
DICPCG: Solving for p, Initial residual = 0.00611448, Final residual = 9.76259e-07, No Iterations 152
time step continuity errors : sum local = 1.10402e-10, global = -4.68084e-20, cumulative = -8.26039e-19
BiCGStab: Solving for omega, Initial residual = 0.000383941, Final residual = 2.33225e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00060245, Final residual = 4.64335e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.86458e-05, Final residual = 4.28667e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.07185e-05, Final residual = 3.60294e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00297572, Final residual = 1.9456e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0111385, Final residual = 9.26631e-07, No Iterations 249
time step continuity errors : sum local = 1.04502e-10, global = 5.4316e-20, cumulative = -7.71723e-19
DICPCG: Solving for p, Initial residual = 0.00179635, Final residual = 9.91427e-07, No Iterations 94
time step continuity errors : sum local = 1.1479e-10, global = -2.84904e-21, cumulative = -7.74572e-19
BiCGStab: Solving for omega, Initial residual = 1.7116e-05, Final residual = 2.71521e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.18376e-06, Final residual = 6.18376e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.71957e-06, Final residual = 2.22988e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.05241e-06, Final residual = 1.9763e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000415053, Final residual = 1.09232e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00226946, Final residual = 8.87227e-07, No Iterations 69
time step continuity errors : sum local = 1.03299e-10, global = 1.37075e-20, cumulative = -7.60864e-19
DICPCG: Solving for p, Initial residual = 0.000358441, Final residual = 9.71709e-07, No Iterations 35
time step continuity errors : sum local = 1.12804e-10, global = 5.59669e-20, cumulative = -7.04897e-19
BiCGStab: Solving for omega, Initial residual = 8.0354e-06, Final residual = 8.0354e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.2087e-06, Final residual = 6.2087e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.48078e-07, Final residual = 3.45873e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.41376e-07, Final residual = 2.55605e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.16768e-05, Final residual = 1.68039e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000568792, Final residual = 9.77904e-07, No Iterations 21
time step continuity errors : sum local = 1.13509e-10, global = 1.1151e-20, cumulative = -6.93746e-19
DICPCG: Solving for p, Initial residual = 9.3028e-05, Final residual = 9.57581e-07, No Iterations 7
time step continuity errors : sum local = 1.11211e-10, global = -5.92169e-20, cumulative = -7.52963e-19
BiCGStab: Solving for omega, Initial residual = 8.09953e-06, Final residual = 8.09953e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.20117e-06, Final residual = 6.20117e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.7342e-07, Final residual = 6.37697e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.46147e-07, Final residual = 4.03396e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.40587e-05, Final residual = 2.73042e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00015994, Final residual = 8.35897e-07, No Iterations 6
time step continuity errors : sum local = 9.74877e-11, global = 3.42692e-20, cumulative = -7.18694e-19
DICPCG: Solving for p, Initial residual = 2.56667e-05, Final residual = 9.41401e-07, No Iterations 3
time step continuity errors : sum local = 1.09382e-10, global = 1.79204e-20, cumulative = -7.00773e-19
BiCGStab: Solving for omega, Initial residual = 8.1005e-06, Final residual = 8.1005e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.19778e-06, Final residual = 6.19778e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9010.35 s ClockTime = 9011 s Max(PAc) = 152991 Pa
Courant Number mean: 0.0555398 max: 0.906875 velocity magnitude: 1.29293
deltaT = 0.000452962
Time = 1.67592
--> Cloud: bubbleCloud
Added 155 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 619165
Mass introduced by injector = 5.65104e-10
Number of parcels added continuously = 1071
Mass introduced continuously = 9.92523e-13
Current number of parcels = 4268865
Current mass in system = 4.74228e-09
Number of parcels shifted at least once = 4589
Number of parcel shifts towards cell center = 4594
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0059623, Final user-defined norm residual = 7.32618e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.576e-05, Final user-defined norm residual = 1.00305e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.15777e-08, Final user-defined norm residual = 5.64389e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000509438, Final residual = 3.15807e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000373244, Final residual = 1.11565e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0354512, Final residual = 7.9336e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0445711, Final residual = 8.94447e-07, No Iterations 257
time step continuity errors : sum local = 1.0065e-10, global = 5.02252e-20, cumulative = -6.50548e-19
DICPCG: Solving for p, Initial residual = 0.00492449, Final residual = 9.21673e-07, No Iterations 134
time step continuity errors : sum local = 1.03762e-10, global = -7.74241e-20, cumulative = -7.27972e-19
BiCGStab: Solving for omega, Initial residual = 0.000386795, Final residual = 2.23061e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000600887, Final residual = 4.61889e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.7399e-05, Final residual = 3.70013e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.04413e-05, Final residual = 3.30725e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00307066, Final residual = 2.05416e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0103818, Final residual = 8.6152e-07, No Iterations 247
time step continuity errors : sum local = 9.67543e-11, global = 8.13657e-21, cumulative = -7.19836e-19
DICPCG: Solving for p, Initial residual = 0.00172054, Final residual = 9.98976e-07, No Iterations 76
time step continuity errors : sum local = 1.15406e-10, global = -2.07821e-20, cumulative = -7.40618e-19
BiCGStab: Solving for omega, Initial residual = 1.82061e-05, Final residual = 3.0023e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.04832e-06, Final residual = 6.04832e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.40151e-06, Final residual = 2.00373e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.78053e-06, Final residual = 1.94225e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000439327, Final residual = 1.10093e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00208217, Final residual = 9.5136e-07, No Iterations 62
time step continuity errors : sum local = 1.1037e-10, global = 1.06473e-19, cumulative = -6.34144e-19
DICPCG: Solving for p, Initial residual = 0.000333291, Final residual = 9.91049e-07, No Iterations 20
time step continuity errors : sum local = 1.14797e-10, global = 1.1813e-19, cumulative = -5.16014e-19
BiCGStab: Solving for omega, Initial residual = 8.41527e-06, Final residual = 8.41527e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.06638e-06, Final residual = 6.06638e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.65546e-07, Final residual = 2.77052e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.72423e-07, Final residual = 2.46754e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.57275e-05, Final residual = 1.73591e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000515283, Final residual = 9.74209e-07, No Iterations 15
time step continuity errors : sum local = 1.12901e-10, global = -1.12838e-20, cumulative = -5.27298e-19
DICPCG: Solving for p, Initial residual = 8.4534e-05, Final residual = 9.51924e-07, No Iterations 6
time step continuity errors : sum local = 1.1039e-10, global = -5.93475e-20, cumulative = -5.86645e-19
BiCGStab: Solving for omega, Initial residual = 8.49532e-06, Final residual = 8.49532e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.05673e-06, Final residual = 6.05673e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.35478e-07, Final residual = 4.8109e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.23048e-07, Final residual = 3.23918e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.48697e-05, Final residual = 2.67735e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000144394, Final residual = 9.33029e-07, No Iterations 5
time step continuity errors : sum local = 1.08265e-10, global = -1.088e-19, cumulative = -6.95446e-19
DICPCG: Solving for p, Initial residual = 2.32234e-05, Final residual = 8.6462e-07, No Iterations 3
time step continuity errors : sum local = 1.00582e-10, global = 1.96825e-20, cumulative = -6.75763e-19
BiCGStab: Solving for omega, Initial residual = 8.50284e-06, Final residual = 8.50284e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.05275e-06, Final residual = 6.05275e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9028.32 s ClockTime = 9029 s Max(PAc) = 152223 Pa
Courant Number mean: 0.0555491 max: 0.898152 velocity magnitude: 1.28135
deltaT = 0.000452962
Time = 1.67638
--> Cloud: bubbleCloud
Added 172 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 619337
Mass introduced by injector = 5.65264e-10
Number of parcels added continuously = 1090
Mass introduced continuously = 1.00195e-12
Current number of parcels = 4269769
Current mass in system = 4.74302e-09
Number of parcels shifted at least once = 4681
Number of parcel shifts towards cell center = 4688
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00604281, Final user-defined norm residual = 7.19297e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.54712e-05, Final user-defined norm residual = 8.79677e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.89209e-08, Final user-defined norm residual = 7.80718e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000513966, Final residual = 3.34193e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000374822, Final residual = 1.09626e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0354489, Final residual = 7.13741e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0484962, Final residual = 9.83948e-07, No Iterations 260
time step continuity errors : sum local = 1.09863e-10, global = -7.09524e-20, cumulative = -7.46716e-19
DICPCG: Solving for p, Initial residual = 0.00548274, Final residual = 9.32485e-07, No Iterations 143
time step continuity errors : sum local = 1.07621e-10, global = -6.05167e-20, cumulative = -8.07233e-19
BiCGStab: Solving for omega, Initial residual = 0.000388637, Final residual = 2.32571e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00059922, Final residual = 4.56663e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.8867e-05, Final residual = 3.87836e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.06144e-05, Final residual = 3.46862e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00310478, Final residual = 1.88346e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0111811, Final residual = 9.15766e-07, No Iterations 248
time step continuity errors : sum local = 1.0194e-10, global = -3.11024e-20, cumulative = -8.38335e-19
DICPCG: Solving for p, Initial residual = 0.00202942, Final residual = 9.81897e-07, No Iterations 84
time step continuity errors : sum local = 1.12888e-10, global = -9.2805e-21, cumulative = -8.47615e-19
BiCGStab: Solving for omega, Initial residual = 1.84805e-05, Final residual = 3.07112e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.07659e-06, Final residual = 6.07659e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.56581e-06, Final residual = 2.17455e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.96712e-06, Final residual = 1.97439e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00044322, Final residual = 1.05771e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00210678, Final residual = 9.84035e-07, No Iterations 56
time step continuity errors : sum local = 1.13527e-10, global = -6.63714e-20, cumulative = -9.13987e-19
DICPCG: Solving for p, Initial residual = 0.000362766, Final residual = 9.68724e-07, No Iterations 31
time step continuity errors : sum local = 1.11756e-10, global = -1.34051e-19, cumulative = -1.04804e-18
BiCGStab: Solving for omega, Initial residual = 9.34789e-06, Final residual = 9.34789e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.03592e-06, Final residual = 6.03592e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.88172e-07, Final residual = 2.32854e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.07398e-07, Final residual = 1.91237e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.94173e-05, Final residual = 1.71338e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000523035, Final residual = 9.99882e-07, No Iterations 17
time step continuity errors : sum local = 1.15215e-10, global = 7.26378e-20, cumulative = -9.754e-19
DICPCG: Solving for p, Initial residual = 9.18161e-05, Final residual = 9.9531e-07, No Iterations 6
time step continuity errors : sum local = 1.14692e-10, global = 1.23571e-19, cumulative = -8.51829e-19
BiCGStab: Solving for omega, Initial residual = 9.41753e-06, Final residual = 9.41753e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.02881e-06, Final residual = 6.02881e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.39622e-07, Final residual = 5.05216e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.44839e-07, Final residual = 3.28859e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.61613e-05, Final residual = 2.7798e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000135574, Final residual = 9.64101e-07, No Iterations 5
time step continuity errors : sum local = 1.11217e-10, global = 4.69973e-20, cumulative = -8.04832e-19
DICPCG: Solving for p, Initial residual = 2.44221e-05, Final residual = 9.91311e-07, No Iterations 3
time step continuity errors : sum local = 1.14241e-10, global = 4.51435e-21, cumulative = -8.00317e-19
BiCGStab: Solving for omega, Initial residual = 9.42245e-06, Final residual = 9.42245e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.02693e-06, Final residual = 6.02693e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9046.31 s ClockTime = 9047 s Max(PAc) = 152928 Pa
Courant Number mean: 0.0555581 max: 0.887571 velocity magnitude: 1.27566
deltaT = 0.000452962
Time = 1.67683
--> Cloud: bubbleCloud
Added 218 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 619555
Mass introduced by injector = 5.65438e-10
Number of parcels added continuously = 1065
Mass introduced continuously = 1.02257e-12
Current number of parcels = 4270658
Current mass in system = 4.74383e-09
Number of parcels shifted at least once = 4684
Number of parcel shifts towards cell center = 4691
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00616882, Final user-defined norm residual = 0.00012945
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.78475e-05, Final user-defined norm residual = 6.60391e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.42068e-07, Final user-defined norm residual = 2.41178e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000511901, Final residual = 3.16242e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000377356, Final residual = 1.0936e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.033927, Final residual = 6.13137e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0534341, Final residual = 8.27818e-07, No Iterations 257
time step continuity errors : sum local = 9.08906e-11, global = -2.63166e-20, cumulative = -8.26634e-19
DICPCG: Solving for p, Initial residual = 0.00689802, Final residual = 9.59834e-07, No Iterations 147
time step continuity errors : sum local = 1.22841e-10, global = 1.0201e-20, cumulative = -8.16433e-19
BiCGStab: Solving for omega, Initial residual = 0.000389606, Final residual = 2.40635e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00059741, Final residual = 4.54263e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.81345e-05, Final residual = 4.00871e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.06728e-05, Final residual = 3.31299e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00288011, Final residual = 1.7158e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.011846, Final residual = 9.57119e-07, No Iterations 101
time step continuity errors : sum local = 1.05473e-10, global = -4.82155e-20, cumulative = -8.64648e-19
DICPCG: Solving for p, Initial residual = 0.00210231, Final residual = 9.42579e-07, No Iterations 71
time step continuity errors : sum local = 1.03419e-10, global = -3.26819e-20, cumulative = -8.9733e-19
BiCGStab: Solving for omega, Initial residual = 1.99516e-05, Final residual = 3.62273e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.11046e-06, Final residual = 6.11046e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.78796e-06, Final residual = 2.11813e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.05391e-06, Final residual = 2.07457e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000419436, Final residual = 1.01259e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00238081, Final residual = 9.99196e-07, No Iterations 69
time step continuity errors : sum local = 1.09758e-10, global = 1.10587e-19, cumulative = -7.86743e-19
DICPCG: Solving for p, Initial residual = 0.000408446, Final residual = 9.68147e-07, No Iterations 50
time step continuity errors : sum local = 1.06294e-10, global = 5.58808e-20, cumulative = -7.30862e-19
BiCGStab: Solving for omega, Initial residual = 1.11235e-05, Final residual = 3.47159e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.07871e-06, Final residual = 6.07871e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.00289e-07, Final residual = 3.05361e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.39733e-07, Final residual = 2.19597e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.29113e-05, Final residual = 1.67995e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000581545, Final residual = 9.88898e-07, No Iterations 31
time step continuity errors : sum local = 1.08548e-10, global = 8.59424e-20, cumulative = -6.4492e-19
DICPCG: Solving for p, Initial residual = 0.000105278, Final residual = 8.81745e-07, No Iterations 7
time step continuity errors : sum local = 9.68439e-11, global = 9.90966e-20, cumulative = -5.45823e-19
BiCGStab: Solving for omega, Initial residual = 1.08294e-05, Final residual = 3.68546e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.08204e-06, Final residual = 6.08204e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.74161e-07, Final residual = 9.07011e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.47823e-07, Final residual = 4.36379e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.50274e-05, Final residual = 2.61326e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00016282, Final residual = 8.72332e-07, No Iterations 7
time step continuity errors : sum local = 9.58146e-11, global = 1.21288e-19, cumulative = -4.24536e-19
DICPCG: Solving for p, Initial residual = 2.66857e-05, Final residual = 6.88206e-07, No Iterations 4
time step continuity errors : sum local = 7.57148e-11, global = 1.29937e-19, cumulative = -2.94599e-19
BiCGStab: Solving for omega, Initial residual = 1.12967e-05, Final residual = 4.07032e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.07272e-06, Final residual = 6.07272e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9064.25 s ClockTime = 9065 s Max(PAc) = 153498 Pa
Courant Number mean: 0.0555684 max: 0.891427 velocity magnitude: 1.2661
deltaT = 0.000452962
Time = 1.67728
--> Cloud: bubbleCloud
Added 170 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 619725
Mass introduced by injector = 5.65579e-10
Number of parcels added continuously = 1004
Mass introduced continuously = 9.34604e-13
Current number of parcels = 4271408
Current mass in system = 4.74449e-09
Number of parcels shifted at least once = 4558
Number of parcel shifts towards cell center = 4565
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00635661, Final user-defined norm residual = 0.000129272
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.78047e-05, Final user-defined norm residual = 2.29162e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.92901e-08, Final user-defined norm residual = 1.90715e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00051033, Final residual = 3.22294e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000374826, Final residual = 1.17549e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0341062, Final residual = 7.51003e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0618492, Final residual = 9.08246e-07, No Iterations 265
time step continuity errors : sum local = 9.80796e-11, global = 5.52511e-20, cumulative = -2.39347e-19
DICPCG: Solving for p, Initial residual = 0.00835432, Final residual = 9.64584e-07, No Iterations 138
time step continuity errors : sum local = 1.14065e-10, global = 4.50561e-20, cumulative = -1.94291e-19
BiCGStab: Solving for omega, Initial residual = 0.000389259, Final residual = 1.93507e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000596386, Final residual = 4.54424e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.82559e-05, Final residual = 3.99751e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.13283e-05, Final residual = 3.49667e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00295714, Final residual = 1.90957e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0127938, Final residual = 9.20932e-07, No Iterations 250
time step continuity errors : sum local = 9.92725e-11, global = 8.20046e-21, cumulative = -1.86091e-19
DICPCG: Solving for p, Initial residual = 0.002261, Final residual = 9.98362e-07, No Iterations 86
time step continuity errors : sum local = 1.12091e-10, global = 8.49931e-20, cumulative = -1.01098e-19
BiCGStab: Solving for omega, Initial residual = 1.84397e-05, Final residual = 3.48395e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.10552e-06, Final residual = 6.10552e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.68887e-06, Final residual = 2.25114e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.18143e-06, Final residual = 1.99568e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00042824, Final residual = 1.04073e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00253405, Final residual = 9.93733e-07, No Iterations 70
time step continuity errors : sum local = 1.12051e-10, global = 2.15371e-22, cumulative = -1.00882e-19
DICPCG: Solving for p, Initial residual = 0.000452513, Final residual = 9.91114e-07, No Iterations 41
time step continuity errors : sum local = 1.11702e-10, global = 3.66185e-20, cumulative = -6.42639e-20
BiCGStab: Solving for omega, Initial residual = 1.01038e-05, Final residual = 3.08916e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.14874e-06, Final residual = 6.14874e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.08823e-06, Final residual = 2.78651e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.49032e-07, Final residual = 2.03693e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.67536e-05, Final residual = 1.65177e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000711282, Final residual = 9.65751e-07, No Iterations 18
time step continuity errors : sum local = 1.08961e-10, global = 9.87265e-21, cumulative = -5.43912e-20
DICPCG: Solving for p, Initial residual = 0.000117452, Final residual = 8.60975e-07, No Iterations 7
time step continuity errors : sum local = 9.76418e-11, global = -1.74747e-20, cumulative = -7.18659e-20
BiCGStab: Solving for omega, Initial residual = 9.9809e-06, Final residual = 9.9809e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.16739e-06, Final residual = 6.16739e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.79727e-07, Final residual = 6.29464e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.68267e-07, Final residual = 4.22877e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.54904e-05, Final residual = 2.66771e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000190433, Final residual = 8.93231e-07, No Iterations 7
time step continuity errors : sum local = 1.01122e-10, global = 1.00947e-20, cumulative = -6.17712e-20
DICPCG: Solving for p, Initial residual = 3.30841e-05, Final residual = 7.08927e-07, No Iterations 4
time step continuity errors : sum local = 8.12259e-11, global = 4.67651e-20, cumulative = -1.5006e-20
BiCGStab: Solving for omega, Initial residual = 1.00394e-05, Final residual = 3.14322e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.16084e-06, Final residual = 6.16084e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9082.26 s ClockTime = 9083 s Max(PAc) = 154846 Pa
Courant Number mean: 0.0555786 max: 0.893524 velocity magnitude: 1.25245
deltaT = 0.000452962
Time = 1.67774
--> Cloud: bubbleCloud
Added 182 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 619907
Mass introduced by injector = 5.65759e-10
Number of parcels added continuously = 1094
Mass introduced continuously = 9.90736e-13
Current number of parcels = 4272261
Current mass in system = 4.74525e-09
Number of parcels shifted at least once = 4603
Number of parcel shifts towards cell center = 4606
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00628609, Final user-defined norm residual = 7.5133e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.61708e-05, Final user-defined norm residual = 6.70119e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.44229e-08, Final user-defined norm residual = 5.83159e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000514645, Final residual = 3.3471e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000379492, Final residual = 9.96862e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0325731, Final residual = 5.91298e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0638814, Final residual = 8.43629e-07, No Iterations 262
time step continuity errors : sum local = 9.25935e-11, global = 5.55232e-20, cumulative = 4.05172e-20
DICPCG: Solving for p, Initial residual = 0.0077136, Final residual = 9.8259e-07, No Iterations 145
time step continuity errors : sum local = 1.21567e-10, global = -8.25359e-20, cumulative = -4.20187e-20
BiCGStab: Solving for omega, Initial residual = 0.000388814, Final residual = 2.26822e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000596204, Final residual = 4.52189e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.97289e-05, Final residual = 3.97836e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.25119e-05, Final residual = 3.3146e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00276148, Final residual = 1.69702e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0141875, Final residual = 9.56825e-07, No Iterations 132
time step continuity errors : sum local = 1.1603e-10, global = 6.46457e-20, cumulative = 2.26269e-20
DICPCG: Solving for p, Initial residual = 0.00237985, Final residual = 9.92981e-07, No Iterations 75
time step continuity errors : sum local = 1.18516e-10, global = 5.38141e-20, cumulative = 7.64411e-20
BiCGStab: Solving for omega, Initial residual = 2.17336e-05, Final residual = 3.70079e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.55454e-06, Final residual = 6.55454e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.54084e-06, Final residual = 2.43697e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.50898e-06, Final residual = 1.99489e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000378472, Final residual = 9.7447e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00302698, Final residual = 9.69741e-07, No Iterations 43
time step continuity errors : sum local = 1.15755e-10, global = 2.73116e-20, cumulative = 1.03753e-19
DICPCG: Solving for p, Initial residual = 0.00049426, Final residual = 9.92023e-07, No Iterations 23
time step continuity errors : sum local = 1.18248e-10, global = 8.32199e-20, cumulative = 1.86973e-19
BiCGStab: Solving for omega, Initial residual = 1.20691e-05, Final residual = 2.96876e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.66312e-06, Final residual = 6.66312e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.29645e-06, Final residual = 2.6455e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.97734e-07, Final residual = 2.0882e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.36088e-05, Final residual = 1.67662e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00083986, Final residual = 9.04159e-07, No Iterations 9
time step continuity errors : sum local = 1.0842e-10, global = 1.62623e-21, cumulative = 1.88599e-19
DICPCG: Solving for p, Initial residual = 0.000138588, Final residual = 8.05032e-07, No Iterations 6
time step continuity errors : sum local = 9.7318e-11, global = 7.11646e-20, cumulative = 2.59763e-19
BiCGStab: Solving for omega, Initial residual = 1.01613e-05, Final residual = 2.89962e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.679e-06, Final residual = 6.679e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.60932e-07, Final residual = 5.45152e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.11149e-07, Final residual = 3.5975e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.17971e-05, Final residual = 2.56775e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000239129, Final residual = 8.84873e-07, No Iterations 6
time step continuity errors : sum local = 1.06237e-10, global = 6.57842e-20, cumulative = 3.25548e-19
DICPCG: Solving for p, Initial residual = 3.82796e-05, Final residual = 6.4824e-07, No Iterations 4
time step continuity errors : sum local = 7.97859e-11, global = 2.7576e-20, cumulative = 3.53124e-19
BiCGStab: Solving for omega, Initial residual = 1.02182e-05, Final residual = 3.08449e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.67908e-06, Final residual = 6.67908e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9100.21 s ClockTime = 9101 s Max(PAc) = 153964 Pa
Courant Number mean: 0.0555893 max: 0.88844 velocity magnitude: 1.23971
deltaT = 0.000452962
Time = 1.67819
--> Cloud: bubbleCloud
Added 181 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 620088
Mass introduced by injector = 5.65919e-10
Number of parcels added continuously = 1074
Mass introduced continuously = 9.89951e-13
Current number of parcels = 4273078
Current mass in system = 4.74595e-09
Number of parcels shifted at least once = 4582
Number of parcel shifts towards cell center = 4587
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0066538, Final user-defined norm residual = 7.7261e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.66251e-05, Final user-defined norm residual = 8.48544e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.82593e-08, Final user-defined norm residual = 2.39012e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00051266, Final residual = 3.08902e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000371261, Final residual = 1.09326e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.031918, Final residual = 6.149e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0579296, Final residual = 9.55837e-07, No Iterations 152
time step continuity errors : sum local = 1.09097e-10, global = 1.15486e-20, cumulative = 3.64672e-19
DICPCG: Solving for p, Initial residual = 0.00680792, Final residual = 9.59302e-07, No Iterations 131
time step continuity errors : sum local = 1.12974e-10, global = -2.81747e-20, cumulative = 3.36498e-19
BiCGStab: Solving for omega, Initial residual = 0.000382573, Final residual = 3.10701e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000596962, Final residual = 4.50387e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.91103e-05, Final residual = 3.88416e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.19348e-05, Final residual = 3.39505e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00275392, Final residual = 1.62219e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0132575, Final residual = 9.52064e-07, No Iterations 124
time step continuity errors : sum local = 1.168e-10, global = 1.83129e-20, cumulative = 3.54811e-19
DICPCG: Solving for p, Initial residual = 0.00227178, Final residual = 9.71587e-07, No Iterations 105
time step continuity errors : sum local = 1.17093e-10, global = -1.30999e-20, cumulative = 3.41711e-19
BiCGStab: Solving for omega, Initial residual = 1.79357e-05, Final residual = 2.45189e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.4795e-06, Final residual = 6.4795e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.56083e-06, Final residual = 2.2935e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.3835e-06, Final residual = 1.98713e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000389501, Final residual = 9.45363e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00288223, Final residual = 9.89184e-07, No Iterations 59
time step continuity errors : sum local = 1.18684e-10, global = 1.08443e-20, cumulative = 3.52555e-19
DICPCG: Solving for p, Initial residual = 0.0004836, Final residual = 9.39453e-07, No Iterations 32
time step continuity errors : sum local = 1.13109e-10, global = 1.32197e-19, cumulative = 4.84752e-19
BiCGStab: Solving for omega, Initial residual = 7.11188e-06, Final residual = 7.11188e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.54664e-06, Final residual = 6.54664e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.12278e-06, Final residual = 3.2795e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.97142e-07, Final residual = 2.35193e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.67547e-05, Final residual = 1.56193e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000720495, Final residual = 9.63753e-07, No Iterations 18
time step continuity errors : sum local = 1.15793e-10, global = -3.03879e-20, cumulative = 4.54364e-19
DICPCG: Solving for p, Initial residual = 0.00012339, Final residual = 9.01976e-07, No Iterations 5
time step continuity errors : sum local = 1.08876e-10, global = -1.5696e-20, cumulative = 4.38668e-19
BiCGStab: Solving for omega, Initial residual = 7.25821e-06, Final residual = 7.25821e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.54931e-06, Final residual = 6.54931e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.31991e-07, Final residual = 7.18491e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.9422e-07, Final residual = 4.39873e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.31688e-05, Final residual = 2.51646e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000207244, Final residual = 8.94749e-07, No Iterations 5
time step continuity errors : sum local = 1.08064e-10, global = 7.2065e-21, cumulative = 4.45874e-19
DICPCG: Solving for p, Initial residual = 3.18454e-05, Final residual = 9.39915e-07, No Iterations 3
time step continuity errors : sum local = 1.13091e-10, global = -3.15752e-20, cumulative = 4.14299e-19
BiCGStab: Solving for omega, Initial residual = 7.27432e-06, Final residual = 7.27432e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.54712e-06, Final residual = 6.54712e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9118.25 s ClockTime = 9119 s Max(PAc) = 154349 Pa
Courant Number mean: 0.0555995 max: 0.88261 velocity magnitude: 1.23161
deltaT = 0.000452962
Time = 1.67864
--> Cloud: bubbleCloud
Added 187 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 620275
Mass introduced by injector = 5.6609e-10
Number of parcels added continuously = 1057
Mass introduced continuously = 9.67866e-13
Current number of parcels = 4273937
Current mass in system = 4.74672e-09
Number of parcels shifted at least once = 4617
Number of parcel shifts towards cell center = 4623
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0068629, Final user-defined norm residual = 0.000171901
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.69969e-05, Final user-defined norm residual = 3.84226e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.26957e-08, Final user-defined norm residual = 9.80505e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000513338, Final residual = 3.13875e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000370487, Final residual = 1.00602e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0305523, Final residual = 5.84103e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.05787, Final residual = 9.61453e-07, No Iterations 263
time step continuity errors : sum local = 1.07543e-10, global = -1.85021e-20, cumulative = 3.95797e-19
DICPCG: Solving for p, Initial residual = 0.0071897, Final residual = 9.57514e-07, No Iterations 145
time step continuity errors : sum local = 1.11138e-10, global = 1.20712e-19, cumulative = 5.16509e-19
BiCGStab: Solving for omega, Initial residual = 0.000383916, Final residual = 3.79313e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000597675, Final residual = 4.48041e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.0507e-05, Final residual = 3.77928e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.22559e-05, Final residual = 3.23071e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00273167, Final residual = 1.51981e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0132526, Final residual = 8.12649e-07, No Iterations 240
time step continuity errors : sum local = 9.11955e-11, global = -3.53201e-20, cumulative = 4.81189e-19
DICPCG: Solving for p, Initial residual = 0.00238227, Final residual = 9.72489e-07, No Iterations 97
time step continuity errors : sum local = 1.12991e-10, global = -3.74902e-21, cumulative = 4.7744e-19
BiCGStab: Solving for omega, Initial residual = 2.03319e-05, Final residual = 2.93448e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.1505e-06, Final residual = 6.1505e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.64457e-06, Final residual = 2.19818e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.61352e-06, Final residual = 2.00551e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000406008, Final residual = 8.69963e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00287486, Final residual = 9.55368e-07, No Iterations 62
time step continuity errors : sum local = 1.11485e-10, global = 7.47338e-20, cumulative = 5.52174e-19
DICPCG: Solving for p, Initial residual = 0.000510871, Final residual = 9.91281e-07, No Iterations 32
time step continuity errors : sum local = 1.15452e-10, global = 1.11294e-19, cumulative = 6.63467e-19
BiCGStab: Solving for omega, Initial residual = 9.33571e-06, Final residual = 9.33571e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.22796e-06, Final residual = 6.22796e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.30323e-06, Final residual = 3.77319e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.88079e-07, Final residual = 2.95095e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.02869e-05, Final residual = 1.69233e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000812121, Final residual = 9.97109e-07, No Iterations 10
time step continuity errors : sum local = 1.16094e-10, global = -3.35428e-20, cumulative = 6.29925e-19
DICPCG: Solving for p, Initial residual = 0.000135328, Final residual = 8.57051e-07, No Iterations 6
time step continuity errors : sum local = 1.00357e-10, global = -4.15053e-20, cumulative = 5.88419e-19
BiCGStab: Solving for omega, Initial residual = 9.51855e-06, Final residual = 9.51855e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.22144e-06, Final residual = 6.22144e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.59084e-07, Final residual = 7.0073e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.41194e-07, Final residual = 4.43091e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.44235e-05, Final residual = 2.6479e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000224131, Final residual = 9.82113e-07, No Iterations 5
time step continuity errors : sum local = 1.14377e-10, global = -2.09361e-20, cumulative = 5.67483e-19
DICPCG: Solving for p, Initial residual = 3.77936e-05, Final residual = 9.64012e-07, No Iterations 3
time step continuity errors : sum local = 1.12339e-10, global = -3.95378e-20, cumulative = 5.27945e-19
BiCGStab: Solving for omega, Initial residual = 9.5437e-06, Final residual = 9.5437e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.21608e-06, Final residual = 6.21608e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9136.29 s ClockTime = 9137 s Max(PAc) = 153432 Pa
Courant Number mean: 0.0556094 max: 0.871949 velocity magnitude: 1.23353
deltaT = 0.000452962
Time = 1.67909
--> Cloud: bubbleCloud
Added 168 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 620443
Mass introduced by injector = 5.66221e-10
Number of parcels added continuously = 1119
Mass introduced continuously = 1.0141e-12
Current number of parcels = 4274828
Current mass in system = 4.74749e-09
Number of parcels shifted at least once = 4621
Number of parcel shifts towards cell center = 4624
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0065786, Final user-defined norm residual = 0.000120036
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.58478e-05, Final user-defined norm residual = 5.95646e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.28266e-07, Final user-defined norm residual = 3.0718e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000513016, Final residual = 3.3936e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000369421, Final residual = 1.08905e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0299543, Final residual = 7.20353e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.054457, Final residual = 9.62201e-07, No Iterations 259
time step continuity errors : sum local = 1.07533e-10, global = 1.32343e-21, cumulative = 5.29269e-19
DICPCG: Solving for p, Initial residual = 0.00713901, Final residual = 9.02361e-07, No Iterations 140
time step continuity errors : sum local = 1.03338e-10, global = 5.19611e-20, cumulative = 5.8123e-19
BiCGStab: Solving for omega, Initial residual = 0.000385935, Final residual = 4.49297e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000597759, Final residual = 4.48415e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.83347e-05, Final residual = 4.00754e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.23903e-05, Final residual = 3.44665e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00265707, Final residual = 1.66198e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0123377, Final residual = 9.5775e-07, No Iterations 241
time step continuity errors : sum local = 1.07084e-10, global = 9.05497e-21, cumulative = 5.90285e-19
DICPCG: Solving for p, Initial residual = 0.0022544, Final residual = 9.73323e-07, No Iterations 97
time step continuity errors : sum local = 1.12048e-10, global = -3.53596e-20, cumulative = 5.54925e-19
BiCGStab: Solving for omega, Initial residual = 2.05072e-05, Final residual = 3.15988e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.13075e-06, Final residual = 6.13075e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.61177e-06, Final residual = 2.1661e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.34028e-06, Final residual = 1.99534e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000377275, Final residual = 8.94985e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00285535, Final residual = 9.91543e-07, No Iterations 60
time step continuity errors : sum local = 1.14408e-10, global = -8.12419e-20, cumulative = 4.73683e-19
DICPCG: Solving for p, Initial residual = 0.000472442, Final residual = 9.58479e-07, No Iterations 19
time step continuity errors : sum local = 1.10625e-10, global = -2.82622e-20, cumulative = 4.45421e-19
BiCGStab: Solving for omega, Initial residual = 1.30108e-05, Final residual = 3.65819e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.23814e-06, Final residual = 6.23814e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.23653e-06, Final residual = 3.03043e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.75687e-07, Final residual = 2.28092e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.61848e-05, Final residual = 1.54596e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000774955, Final residual = 9.70048e-07, No Iterations 10
time step continuity errors : sum local = 1.11904e-10, global = -3.96002e-20, cumulative = 4.05821e-19
DICPCG: Solving for p, Initial residual = 0.000131208, Final residual = 9.79331e-07, No Iterations 4
time step continuity errors : sum local = 1.12918e-10, global = -5.62596e-21, cumulative = 4.00195e-19
BiCGStab: Solving for omega, Initial residual = 1.42564e-05, Final residual = 4.35359e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.24283e-06, Final residual = 6.24283e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.60508e-07, Final residual = 5.32218e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.15097e-07, Final residual = 3.7278e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.30084e-05, Final residual = 2.51971e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000221158, Final residual = 9.29552e-07, No Iterations 5
time step continuity errors : sum local = 1.07359e-10, global = 5.03816e-20, cumulative = 4.50577e-19
DICPCG: Solving for p, Initial residual = 3.81421e-05, Final residual = 7.35307e-07, No Iterations 3
time step continuity errors : sum local = 8.56714e-11, global = -2.74464e-20, cumulative = 4.2313e-19
BiCGStab: Solving for omega, Initial residual = 1.64892e-05, Final residual = 5.91955e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.24621e-06, Final residual = 6.24621e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9154.42 s ClockTime = 9155 s Max(PAc) = 154163 Pa
Courant Number mean: 0.0556186 max: 0.867457 velocity magnitude: 1.2339
deltaT = 0.000452962
Time = 1.67955
--> Cloud: bubbleCloud
Added 198 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 620641
Mass introduced by injector = 5.66373e-10
Number of parcels added continuously = 1126
Mass introduced continuously = 1.08649e-12
Current number of parcels = 4275768
Current mass in system = 4.74837e-09
Number of parcels shifted at least once = 4674
Number of parcel shifts towards cell center = 4676
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0069543, Final user-defined norm residual = 9.40936e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.02926e-05, Final user-defined norm residual = 1.2786e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.75754e-08, Final user-defined norm residual = 1.08694e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000507788, Final residual = 3.20935e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000368188, Final residual = 1.01976e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0291289, Final residual = 5.9509e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0549392, Final residual = 9.84907e-07, No Iterations 161
time step continuity errors : sum local = 1.27475e-10, global = -6.7271e-21, cumulative = 4.16403e-19
DICPCG: Solving for p, Initial residual = 0.0062746, Final residual = 9.75149e-07, No Iterations 132
time step continuity errors : sum local = 1.19337e-10, global = -6.3688e-20, cumulative = 3.52715e-19
BiCGStab: Solving for omega, Initial residual = 0.000393427, Final residual = 4.24296e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000597735, Final residual = 4.59707e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.7932e-05, Final residual = 4.08865e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.0934e-05, Final residual = 3.4839e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00259749, Final residual = 1.58677e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0113445, Final residual = 8.89084e-07, No Iterations 242
time step continuity errors : sum local = 9.99129e-11, global = -7.21341e-20, cumulative = 2.80581e-19
DICPCG: Solving for p, Initial residual = 0.00191122, Final residual = 9.70302e-07, No Iterations 71
time step continuity errors : sum local = 1.13351e-10, global = -4.06409e-20, cumulative = 2.3994e-19
BiCGStab: Solving for omega, Initial residual = 2.60156e-05, Final residual = 6.53631e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.59505e-06, Final residual = 6.59505e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.85247e-06, Final residual = 2.25612e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.28187e-06, Final residual = 1.97241e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000390603, Final residual = 8.88728e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00240401, Final residual = 9.84754e-07, No Iterations 57
time step continuity errors : sum local = 1.15458e-10, global = -1.11773e-20, cumulative = 2.28763e-19
DICPCG: Solving for p, Initial residual = 0.000413988, Final residual = 9.87036e-07, No Iterations 19
time step continuity errors : sum local = 1.15645e-10, global = -3.54392e-20, cumulative = 1.93324e-19
BiCGStab: Solving for omega, Initial residual = 2.00929e-05, Final residual = 6.30399e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.66531e-06, Final residual = 6.66531e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.02072e-06, Final residual = 2.57089e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.94647e-07, Final residual = 2.30677e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.06091e-05, Final residual = 1.58245e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000659842, Final residual = 8.74204e-07, No Iterations 9
time step continuity errors : sum local = 1.02968e-10, global = 3.12813e-20, cumulative = 2.24605e-19
DICPCG: Solving for p, Initial residual = 0.000112998, Final residual = 7.08289e-07, No Iterations 5
time step continuity errors : sum local = 8.43221e-11, global = -5.98498e-21, cumulative = 2.1862e-19
BiCGStab: Solving for omega, Initial residual = 2.2564e-05, Final residual = 7.17429e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.67858e-06, Final residual = 6.67858e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.9534e-07, Final residual = 4.93752e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.69854e-07, Final residual = 3.18038e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.43277e-05, Final residual = 2.5455e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000178683, Final residual = 9.59812e-07, No Iterations 4
time step continuity errors : sum local = 1.12563e-10, global = 1.76865e-20, cumulative = 2.36307e-19
DICPCG: Solving for p, Initial residual = 3.08692e-05, Final residual = 5.95134e-07, No Iterations 3
time step continuity errors : sum local = 7.16132e-11, global = 3.90737e-20, cumulative = 2.7538e-19
BiCGStab: Solving for omega, Initial residual = 2.5276e-05, Final residual = 7.99323e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.66131e-06, Final residual = 6.66131e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9172.4 s ClockTime = 9173 s Max(PAc) = 153634 Pa
Courant Number mean: 0.0556276 max: 0.866735 velocity magnitude: 1.23165
deltaT = 0.000452962
Time = 1.68
--> Cloud: bubbleCloud
Added 127 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 620768
Mass introduced by injector = 5.66477e-10
Number of parcels added continuously = 1039
Mass introduced continuously = 9.38603e-13
Current number of parcels = 4276509
Current mass in system = 4.74897e-09
Number of parcels shifted at least once = 4584
Number of parcel shifts towards cell center = 4586
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00702169, Final user-defined norm residual = 0.000100242
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.16081e-05, Final user-defined norm residual = 1.47745e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.18483e-08, Final user-defined norm residual = 1.00008e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000508781, Final residual = 3.1668e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000364912, Final residual = 1.02297e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0286576, Final residual = 6.37368e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0486834, Final residual = 8.55505e-07, No Iterations 261
time step continuity errors : sum local = 9.54731e-11, global = -4.27737e-20, cumulative = 2.32607e-19
DICPCG: Solving for p, Initial residual = 0.00606114, Final residual = 9.80866e-07, No Iterations 142
time step continuity errors : sum local = 1.12249e-10, global = 8.16816e-20, cumulative = 3.14288e-19
BiCGStab: Solving for omega, Initial residual = 0.00039579, Final residual = 2.68511e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000597999, Final residual = 4.76043e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.61187e-05, Final residual = 4.08899e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.02559e-05, Final residual = 3.47116e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00247476, Final residual = 1.61751e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0104091, Final residual = 9.37549e-07, No Iterations 246
time step continuity errors : sum local = 1.04507e-10, global = 9.64358e-20, cumulative = 4.10724e-19
DICPCG: Solving for p, Initial residual = 0.00175586, Final residual = 9.44911e-07, No Iterations 97
time step continuity errors : sum local = 1.09361e-10, global = 7.15946e-21, cumulative = 4.17884e-19
BiCGStab: Solving for omega, Initial residual = 2.57954e-05, Final residual = 4.57688e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.45674e-06, Final residual = 6.45674e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.35291e-06, Final residual = 2.17819e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.78129e-06, Final residual = 1.99785e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000345422, Final residual = 8.97956e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00227651, Final residual = 9.87504e-07, No Iterations 65
time step continuity errors : sum local = 1.1468e-10, global = -9.10873e-21, cumulative = 4.08775e-19
DICPCG: Solving for p, Initial residual = 0.000356462, Final residual = 9.48957e-07, No Iterations 26
time step continuity errors : sum local = 1.10354e-10, global = 2.18268e-20, cumulative = 4.30602e-19
BiCGStab: Solving for omega, Initial residual = 1.6958e-05, Final residual = 3.63132e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.48857e-06, Final residual = 6.48857e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.52845e-07, Final residual = 3.37635e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.93717e-07, Final residual = 2.08914e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 5.86595e-05, Final residual = 1.45178e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000531545, Final residual = 9.86941e-07, No Iterations 10
time step continuity errors : sum local = 1.14594e-10, global = 6.19456e-20, cumulative = 4.92547e-19
DICPCG: Solving for p, Initial residual = 8.89251e-05, Final residual = 8.36894e-07, No Iterations 5
time step continuity errors : sum local = 9.78247e-11, global = 7.07602e-20, cumulative = 5.63307e-19
BiCGStab: Solving for omega, Initial residual = 1.26714e-05, Final residual = 3.42573e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.50922e-06, Final residual = 6.50922e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.48699e-07, Final residual = 5.55237e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.39812e-07, Final residual = 3.46751e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.14024e-05, Final residual = 2.35574e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000162996, Final residual = 8.60988e-07, No Iterations 5
time step continuity errors : sum local = 1.00513e-10, global = 2.29363e-20, cumulative = 5.86244e-19
DICPCG: Solving for p, Initial residual = 2.57088e-05, Final residual = 7.39289e-07, No Iterations 3
time step continuity errors : sum local = 8.69198e-11, global = -1.25849e-20, cumulative = 5.73659e-19
BiCGStab: Solving for omega, Initial residual = 1.26942e-05, Final residual = 3.32942e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.49349e-06, Final residual = 6.49349e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9222.84 s ClockTime = 9223 s Max(PAc) = 154256 Pa
Courant Number mean: 0.0556363 max: 0.862624 velocity magnitude: 1.22865
deltaT = 0.0005
Time = 1.6805
--> Cloud: bubbleCloud
Added 198 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 620966
Mass introduced by injector = 5.66656e-10
Number of parcels added continuously = 1175
Mass introduced continuously = 1.10163e-12
Current number of parcels = 4277432
Current mass in system = 4.74981e-09
Number of parcels shifted at least once = 5138
Number of parcel shifts towards cell center = 5142
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00732031, Final user-defined norm residual = 0.0001278
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.75839e-05, Final user-defined norm residual = 3.61763e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.80861e-08, Final user-defined norm residual = 4.6925e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000562512, Final residual = 6.39475e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000406175, Final residual = 2.11338e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0324878, Final residual = 1.28536e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.053979, Final residual = 9.17669e-07, No Iterations 257
time step continuity errors : sum local = 1.21143e-10, global = -9.06937e-20, cumulative = 4.82965e-19
DICPCG: Solving for p, Initial residual = 0.00652213, Final residual = 9.29622e-07, No Iterations 248
time step continuity errors : sum local = 1.22102e-10, global = 5.34497e-20, cumulative = 5.36415e-19
BiCGStab: Solving for omega, Initial residual = 0.000437998, Final residual = 5.88191e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000660533, Final residual = 7.19526e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.92283e-05, Final residual = 6.33116e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.11584e-05, Final residual = 5.46008e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00309048, Final residual = 3.4826e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0109977, Final residual = 9.59077e-07, No Iterations 242
time step continuity errors : sum local = 1.26149e-10, global = -8.66903e-20, cumulative = 4.49725e-19
DICPCG: Solving for p, Initial residual = 0.00181229, Final residual = 9.48874e-07, No Iterations 105
time step continuity errors : sum local = 1.30438e-10, global = 5.21823e-20, cumulative = 5.01907e-19
BiCGStab: Solving for omega, Initial residual = 2.31745e-05, Final residual = 4.07363e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.93662e-06, Final residual = 7.93662e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.68303e-06, Final residual = 3.88099e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.01157e-06, Final residual = 3.52571e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000470989, Final residual = 2.00688e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00218074, Final residual = 9.74845e-07, No Iterations 41
time step continuity errors : sum local = 1.34549e-10, global = -3.41868e-20, cumulative = 4.6772e-19
DICPCG: Solving for p, Initial residual = 0.000358537, Final residual = 9.18746e-07, No Iterations 27
time step continuity errors : sum local = 1.27108e-10, global = -6.40731e-20, cumulative = 4.03647e-19
BiCGStab: Solving for omega, Initial residual = 1.52637e-05, Final residual = 4.18794e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.94029e-06, Final residual = 7.94029e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.01852e-06, Final residual = 4.42852e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.23496e-07, Final residual = 3.31074e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.57657e-05, Final residual = 2.69321e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000554078, Final residual = 9.75442e-07, No Iterations 13
time step continuity errors : sum local = 1.34557e-10, global = 3.64342e-20, cumulative = 4.40081e-19
DICPCG: Solving for p, Initial residual = 9.04016e-05, Final residual = 9.50947e-07, No Iterations 6
time step continuity errors : sum local = 1.31318e-10, global = 1.29889e-19, cumulative = 5.69971e-19
BiCGStab: Solving for omega, Initial residual = 1.59495e-05, Final residual = 4.63267e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.93648e-06, Final residual = 7.93648e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.6413e-07, Final residual = 8.97806e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.52121e-07, Final residual = 5.53418e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.77082e-05, Final residual = 4.66691e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000163238, Final residual = 9.68985e-07, No Iterations 5
time step continuity errors : sum local = 1.33688e-10, global = 8.9015e-20, cumulative = 6.58986e-19
DICPCG: Solving for p, Initial residual = 2.74117e-05, Final residual = 9.65887e-07, No Iterations 3
time step continuity errors : sum local = 1.33279e-10, global = 8.42905e-20, cumulative = 7.43276e-19
BiCGStab: Solving for omega, Initial residual = 1.69724e-05, Final residual = 4.70978e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.93224e-06, Final residual = 7.93224e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9241.35 s ClockTime = 9242 s Max(PAc) = 154254 Pa
Courant Number mean: 0.061425 max: 0.946964 velocity magnitude: 1.22052
deltaT = 0.000527027
Time = 1.68103
--> Cloud: bubbleCloud
Added 144 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 621110
Mass introduced by injector = 5.66785e-10
Number of parcels added continuously = 1265
Mass introduced continuously = 1.17254e-12
Current number of parcels = 4278310
Current mass in system = 4.75049e-09
Number of parcels shifted at least once = 5442
Number of parcel shifts towards cell center = 5451
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00627619, Final user-defined norm residual = 0.000191883
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.13638e-05, Final user-defined norm residual = 1.87192e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.03545e-07, Final user-defined norm residual = 3.04433e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000594902, Final residual = 8.83308e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000423084, Final residual = 3.05006e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0352055, Final residual = 2.00895e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0545346, Final residual = 9.48871e-07, No Iterations 257
time step continuity errors : sum local = 1.36709e-10, global = -7.46491e-20, cumulative = 6.68627e-19
DICPCG: Solving for p, Initial residual = 0.00705997, Final residual = 9.79129e-07, No Iterations 247
time step continuity errors : sum local = 1.41182e-10, global = 5.83238e-20, cumulative = 7.26951e-19
BiCGStab: Solving for omega, Initial residual = 0.000469127, Final residual = 7.31452e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000696019, Final residual = 8.6879e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.09171e-05, Final residual = 8.20246e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.27761e-05, Final residual = 6.87119e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00334125, Final residual = 5.43486e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0108867, Final residual = 9.60396e-07, No Iterations 239
time step continuity errors : sum local = 1.38522e-10, global = 9.17141e-21, cumulative = 7.36122e-19
DICPCG: Solving for p, Initial residual = 0.00201845, Final residual = 9.9496e-07, No Iterations 74
time step continuity errors : sum local = 1.50965e-10, global = -4.18458e-20, cumulative = 6.94277e-19
BiCGStab: Solving for omega, Initial residual = 2.90583e-05, Final residual = 6.9912e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.45573e-06, Final residual = 8.45573e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.30591e-06, Final residual = 5.34917e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.33489e-06, Final residual = 4.64361e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000508686, Final residual = 3.02603e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00216574, Final residual = 9.86139e-07, No Iterations 73
time step continuity errors : sum local = 1.50358e-10, global = 2.11875e-20, cumulative = 7.15464e-19
DICPCG: Solving for p, Initial residual = 0.000380958, Final residual = 9.64294e-07, No Iterations 54
time step continuity errors : sum local = 1.47013e-10, global = -1.19923e-20, cumulative = 7.03472e-19
BiCGStab: Solving for omega, Initial residual = 2.22178e-05, Final residual = 8.59511e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.54094e-06, Final residual = 8.54094e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.05852e-06, Final residual = 7.41164e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.27584e-07, Final residual = 5.19488e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.3254e-05, Final residual = 3.41622e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000566585, Final residual = 9.62467e-07, No Iterations 37
time step continuity errors : sum local = 1.46759e-10, global = -7.14184e-20, cumulative = 6.32053e-19
DICPCG: Solving for p, Initial residual = 0.000109011, Final residual = 9.42346e-07, No Iterations 11
time step continuity errors : sum local = 1.43853e-10, global = 7.04755e-20, cumulative = 7.02529e-19
BiCGStab: Solving for omega, Initial residual = 2.50697e-05, Final residual = 9.14656e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.54502e-06, Final residual = 8.54502e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.11058e-07, Final residual = 2.55662e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.89168e-07, Final residual = 1.15191e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.94402e-05, Final residual = 5.9164e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000160715, Final residual = 8.19317e-07, No Iterations 9
time step continuity errors : sum local = 1.26131e-10, global = 1.80944e-20, cumulative = 7.20623e-19
DICPCG: Solving for p, Initial residual = 3.04257e-05, Final residual = 8.62488e-07, No Iterations 4
time step continuity errors : sum local = 1.32352e-10, global = -2.02581e-20, cumulative = 7.00365e-19
BiCGStab: Solving for omega, Initial residual = 2.80786e-05, Final residual = 1.12539e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.53736e-06, Final residual = 8.53736e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9260.12 s ClockTime = 9261 s Max(PAc) = 153819 Pa
Courant Number mean: 0.0647582 max: 1.01142 velocity magnitude: 1.21223
deltaT = 0.000512783
Time = 1.68154
--> Cloud: bubbleCloud
Added 202 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 621312
Mass introduced by injector = 5.66959e-10
Number of parcels added continuously = 1252
Mass introduced continuously = 1.14637e-12
Current number of parcels = 4279309
Current mass in system = 4.75139e-09
Number of parcels shifted at least once = 5298
Number of parcel shifts towards cell center = 5311
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0069791, Final user-defined norm residual = 0.000170038
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.66551e-05, Final user-defined norm residual = 4.97569e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.0727e-07, Final user-defined norm residual = 1.04194e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000582303, Final residual = 6.93134e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000410008, Final residual = 2.44609e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0335351, Final residual = 1.26642e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0535171, Final residual = 9.17529e-07, No Iterations 254
time step continuity errors : sum local = 1.25657e-10, global = -7.42156e-21, cumulative = 6.92944e-19
DICPCG: Solving for p, Initial residual = 0.00689232, Final residual = 9.41499e-07, No Iterations 131
time step continuity errors : sum local = 1.34632e-10, global = 5.41609e-20, cumulative = 7.47104e-19
BiCGStab: Solving for omega, Initial residual = 0.000465138, Final residual = 6.25137e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000676729, Final residual = 7.74488e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.06174e-05, Final residual = 7.65942e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.21283e-05, Final residual = 6.40453e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00321094, Final residual = 3.81987e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0115766, Final residual = 9.8584e-07, No Iterations 245
time step continuity errors : sum local = 1.34935e-10, global = -1.13063e-19, cumulative = 6.34041e-19
DICPCG: Solving for p, Initial residual = 0.00210038, Final residual = 9.89858e-07, No Iterations 107
time step continuity errors : sum local = 1.42899e-10, global = -2.76452e-20, cumulative = 6.06396e-19
BiCGStab: Solving for omega, Initial residual = 2.89149e-05, Final residual = 6.14996e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.90977e-06, Final residual = 7.90977e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.22753e-06, Final residual = 4.54651e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.35538e-06, Final residual = 4.24076e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000480511, Final residual = 2.29838e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00241281, Final residual = 9.9071e-07, No Iterations 92
time step continuity errors : sum local = 1.43803e-10, global = -7.9284e-20, cumulative = 5.27112e-19
DICPCG: Solving for p, Initial residual = 0.000419398, Final residual = 9.95618e-07, No Iterations 57
time step continuity errors : sum local = 1.44401e-10, global = -1.00947e-19, cumulative = 4.26165e-19
BiCGStab: Solving for omega, Initial residual = 1.96079e-05, Final residual = 5.19814e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.98633e-06, Final residual = 7.98633e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.11782e-06, Final residual = 6.59047e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.73486e-07, Final residual = 4.71991e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.67395e-05, Final residual = 3.01735e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000580922, Final residual = 9.9458e-07, No Iterations 36
time step continuity errors : sum local = 1.44272e-10, global = 2.86731e-21, cumulative = 4.29032e-19
DICPCG: Solving for p, Initial residual = 0.000112453, Final residual = 9.79957e-07, No Iterations 10
time step continuity errors : sum local = 1.4227e-10, global = -6.51566e-20, cumulative = 3.63875e-19
BiCGStab: Solving for omega, Initial residual = 1.68978e-05, Final residual = 5.14617e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.01307e-06, Final residual = 8.01307e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.40275e-07, Final residual = 1.85748e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.80175e-07, Final residual = 1.03289e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.75682e-05, Final residual = 5.07228e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000176201, Final residual = 8.5085e-07, No Iterations 8
time step continuity errors : sum local = 1.24588e-10, global = -2.56595e-20, cumulative = 3.38216e-19
DICPCG: Solving for p, Initial residual = 3.08541e-05, Final residual = 7.5181e-07, No Iterations 4
time step continuity errors : sum local = 1.11021e-10, global = -7.71706e-20, cumulative = 2.61045e-19
BiCGStab: Solving for omega, Initial residual = 1.82312e-05, Final residual = 5.18461e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.99676e-06, Final residual = 7.99676e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9278.74 s ClockTime = 9279 s Max(PAc) = 154318 Pa
Courant Number mean: 0.0630214 max: 1.0024 velocity magnitude: 1.20664
deltaT = 0.000498924
Time = 1.68204
--> Cloud: bubbleCloud
Added 181 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 621493
Mass introduced by injector = 5.67128e-10
Number of parcels added continuously = 1200
Mass introduced continuously = 1.07207e-12
Current number of parcels = 4280181
Current mass in system = 4.75213e-09
Number of parcels shifted at least once = 5178
Number of parcel shifts towards cell center = 5189
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0058577, Final user-defined norm residual = 0.000132942
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.86651e-05, Final user-defined norm residual = 2.19356e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.73002e-08, Final user-defined norm residual = 4.02523e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000564072, Final residual = 5.65477e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000397221, Final residual = 2.04611e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0317619, Final residual = 1.08963e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0525047, Final residual = 7.95564e-07, No Iterations 262
time step continuity errors : sum local = 1.05045e-10, global = 1.04228e-19, cumulative = 3.65273e-19
DICPCG: Solving for p, Initial residual = 0.00597557, Final residual = 9.46782e-07, No Iterations 142
time step continuity errors : sum local = 1.34399e-10, global = -2.07549e-20, cumulative = 3.44519e-19
BiCGStab: Solving for omega, Initial residual = 0.000449016, Final residual = 7.64116e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000659188, Final residual = 6.96915e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.99191e-05, Final residual = 6.6949e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.16972e-05, Final residual = 5.46253e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00296378, Final residual = 3.15776e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0110261, Final residual = 9.19286e-07, No Iterations 247
time step continuity errors : sum local = 1.22542e-10, global = 1.77549e-20, cumulative = 3.62273e-19
DICPCG: Solving for p, Initial residual = 0.00190978, Final residual = 9.42798e-07, No Iterations 84
time step continuity errors : sum local = 1.32702e-10, global = 1.3975e-20, cumulative = 3.76248e-19
BiCGStab: Solving for omega, Initial residual = 1.8103e-05, Final residual = 2.36736e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.71822e-06, Final residual = 7.71822e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.0473e-06, Final residual = 4.03404e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.21774e-06, Final residual = 3.28366e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00044757, Final residual = 1.82438e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0022793, Final residual = 9.62825e-07, No Iterations 68
time step continuity errors : sum local = 1.36261e-10, global = 6.99913e-20, cumulative = 4.4624e-19
DICPCG: Solving for p, Initial residual = 0.000403009, Final residual = 9.96497e-07, No Iterations 33
time step continuity errors : sum local = 1.40738e-10, global = 6.29148e-20, cumulative = 5.09155e-19
BiCGStab: Solving for omega, Initial residual = 7.34849e-06, Final residual = 7.34849e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.77515e-06, Final residual = 7.77515e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.13752e-06, Final residual = 5.78968e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.60547e-07, Final residual = 2.89321e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.26055e-05, Final residual = 2.44038e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000609452, Final residual = 9.56817e-07, No Iterations 21
time step continuity errors : sum local = 1.35452e-10, global = -1.42103e-19, cumulative = 3.67052e-19
DICPCG: Solving for p, Initial residual = 0.000105714, Final residual = 8.64586e-07, No Iterations 8
time step continuity errors : sum local = 1.23135e-10, global = 1.68753e-20, cumulative = 3.83927e-19
BiCGStab: Solving for omega, Initial residual = 7.53943e-06, Final residual = 7.53943e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.76721e-06, Final residual = 7.76721e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.15716e-07, Final residual = 1.03457e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.68608e-07, Final residual = 7.16551e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.76585e-05, Final residual = 4.12133e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000172888, Final residual = 9.57455e-07, No Iterations 6
time step continuity errors : sum local = 1.3554e-10, global = 2.15795e-21, cumulative = 3.86085e-19
DICPCG: Solving for p, Initial residual = 3.02097e-05, Final residual = 6.40899e-07, No Iterations 4
time step continuity errors : sum local = 9.32557e-11, global = 5.37648e-20, cumulative = 4.3985e-19
BiCGStab: Solving for omega, Initial residual = 7.58897e-06, Final residual = 7.58897e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.76349e-06, Final residual = 7.76349e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9297.97 s ClockTime = 9298 s Max(PAc) = 153508 Pa
Courant Number mean: 0.061332 max: 0.979768 velocity magnitude: 1.2029
deltaT = 0.000498924
Time = 1.68254
--> Cloud: bubbleCloud
Added 172 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 621665
Mass introduced by injector = 5.67263e-10
Number of parcels added continuously = 1257
Mass introduced continuously = 1.18602e-12
Current number of parcels = 4281127
Current mass in system = 4.75302e-09
Number of parcels shifted at least once = 5032
Number of parcel shifts towards cell center = 5039
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00624376, Final user-defined norm residual = 0.000176013
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.79596e-05, Final user-defined norm residual = 7.79617e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.68146e-07, Final user-defined norm residual = 3.17026e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00056404, Final residual = 6.11844e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000396353, Final residual = 2.15269e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0327223, Final residual = 1.13692e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0521461, Final residual = 9.02549e-07, No Iterations 259
time step continuity errors : sum local = 1.20362e-10, global = 1.17623e-19, cumulative = 5.57473e-19
DICPCG: Solving for p, Initial residual = 0.00627086, Final residual = 9.41309e-07, No Iterations 148
time step continuity errors : sum local = 1.37536e-10, global = 4.81175e-20, cumulative = 6.05591e-19
BiCGStab: Solving for omega, Initial residual = 0.000455008, Final residual = 7.58179e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000659979, Final residual = 7.10506e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.90943e-05, Final residual = 6.53564e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.11701e-05, Final residual = 5.25903e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00314502, Final residual = 3.2477e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0106112, Final residual = 9.25675e-07, No Iterations 243
time step continuity errors : sum local = 1.23375e-10, global = 5.29699e-20, cumulative = 6.58561e-19
DICPCG: Solving for p, Initial residual = 0.0017976, Final residual = 9.72079e-07, No Iterations 106
time step continuity errors : sum local = 1.34662e-10, global = 6.54454e-21, cumulative = 6.65105e-19
BiCGStab: Solving for omega, Initial residual = 1.99958e-05, Final residual = 2.31378e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.07436e-06, Final residual = 8.07436e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.768e-06, Final residual = 3.78275e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.03633e-06, Final residual = 3.4702e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000477046, Final residual = 1.88328e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00208569, Final residual = 9.83426e-07, No Iterations 68
time step continuity errors : sum local = 1.36755e-10, global = -2.57857e-20, cumulative = 6.3932e-19
DICPCG: Solving for p, Initial residual = 0.000335123, Final residual = 9.84023e-07, No Iterations 26
time step continuity errors : sum local = 1.36836e-10, global = -5.7116e-20, cumulative = 5.82204e-19
BiCGStab: Solving for omega, Initial residual = 1.06261e-05, Final residual = 1.87502e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.08773e-06, Final residual = 8.08773e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.81081e-07, Final residual = 4.67536e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.2215e-07, Final residual = 3.00015e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.25698e-05, Final residual = 2.44073e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000515869, Final residual = 9.40581e-07, No Iterations 17
time step continuity errors : sum local = 1.3102e-10, global = -7.82884e-21, cumulative = 5.74375e-19
DICPCG: Solving for p, Initial residual = 8.35167e-05, Final residual = 9.62737e-07, No Iterations 7
time step continuity errors : sum local = 1.33976e-10, global = -1.81497e-20, cumulative = 5.56225e-19
BiCGStab: Solving for omega, Initial residual = 1.0075e-05, Final residual = 2.50897e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.08664e-06, Final residual = 8.08664e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.64037e-07, Final residual = 9.10858e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.47534e-07, Final residual = 6.12614e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.97232e-05, Final residual = 4.1628e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000142868, Final residual = 7.87166e-07, No Iterations 6
time step continuity errors : sum local = 1.10535e-10, global = -2.52872e-20, cumulative = 5.30938e-19
DICPCG: Solving for p, Initial residual = 2.29457e-05, Final residual = 8.95441e-07, No Iterations 3
time step continuity errors : sum local = 1.24987e-10, global = -7.6545e-20, cumulative = 4.54393e-19
BiCGStab: Solving for omega, Initial residual = 1.15185e-05, Final residual = 3.01055e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.079e-06, Final residual = 8.079e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9317.35 s ClockTime = 9318 s Max(PAc) = 153454 Pa
Courant Number mean: 0.0613454 max: 0.984459 velocity magnitude: 1.20954
deltaT = 0.000498924
Time = 1.68304
--> Cloud: bubbleCloud
Added 173 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 621838
Mass introduced by injector = 5.67427e-10
Number of parcels added continuously = 1181
Mass introduced continuously = 1.039e-12
Current number of parcels = 4282018
Current mass in system = 4.75377e-09
Number of parcels shifted at least once = 5220
Number of parcel shifts towards cell center = 5226
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00632683, Final user-defined norm residual = 0.00018805
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.05978e-05, Final user-defined norm residual = 1.05508e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.27791e-07, Final user-defined norm residual = 1.71045e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000561381, Final residual = 5.99694e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000396359, Final residual = 2.10946e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0321265, Final residual = 1.07478e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0468934, Final residual = 9.63855e-07, No Iterations 257
time step continuity errors : sum local = 1.27563e-10, global = 2.1207e-20, cumulative = 4.756e-19
DICPCG: Solving for p, Initial residual = 0.00543418, Final residual = 9.31197e-07, No Iterations 148
time step continuity errors : sum local = 1.27085e-10, global = 8.77516e-21, cumulative = 4.84375e-19
BiCGStab: Solving for omega, Initial residual = 0.000459682, Final residual = 6.8515e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000660664, Final residual = 7.2207e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.78913e-05, Final residual = 6.47363e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.08593e-05, Final residual = 5.19454e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00302573, Final residual = 3.00645e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0100528, Final residual = 9.30841e-07, No Iterations 241
time step continuity errors : sum local = 1.22595e-10, global = 1.1665e-19, cumulative = 6.01025e-19
DICPCG: Solving for p, Initial residual = 0.00169091, Final residual = 9.52607e-07, No Iterations 100
time step continuity errors : sum local = 1.32435e-10, global = -1.1192e-19, cumulative = 4.89105e-19
BiCGStab: Solving for omega, Initial residual = 2.3138e-05, Final residual = 4.38647e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.22905e-06, Final residual = 8.22905e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.12557e-06, Final residual = 3.92332e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.78031e-06, Final residual = 3.391e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000459402, Final residual = 1.73545e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00165338, Final residual = 9.90906e-07, No Iterations 70
time step continuity errors : sum local = 1.38357e-10, global = 2.41023e-20, cumulative = 5.13207e-19
DICPCG: Solving for p, Initial residual = 0.000253396, Final residual = 9.98805e-07, No Iterations 37
time step continuity errors : sum local = 1.39372e-10, global = -3.85172e-20, cumulative = 4.7469e-19
BiCGStab: Solving for omega, Initial residual = 1.71149e-05, Final residual = 5.00346e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.2288e-06, Final residual = 8.2288e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.11377e-07, Final residual = 5.31826e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.24778e-07, Final residual = 2.65545e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.50414e-05, Final residual = 2.24238e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000394767, Final residual = 9.47509e-07, No Iterations 16
time step continuity errors : sum local = 1.32599e-10, global = -9.40159e-20, cumulative = 3.80674e-19
DICPCG: Solving for p, Initial residual = 6.31806e-05, Final residual = 9.87588e-07, No Iterations 6
time step continuity errors : sum local = 1.37887e-10, global = 3.45418e-20, cumulative = 4.15216e-19
BiCGStab: Solving for omega, Initial residual = 1.91312e-05, Final residual = 5.6603e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.23586e-06, Final residual = 8.23586e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.76874e-07, Final residual = 1.01525e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.14203e-07, Final residual = 6.4918e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.80201e-05, Final residual = 3.73796e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.88393e-05, Final residual = 6.80586e-07, No Iterations 6
time step continuity errors : sum local = 9.73608e-11, global = 3.03232e-20, cumulative = 4.45539e-19
DICPCG: Solving for p, Initial residual = 1.65279e-05, Final residual = 8.72221e-07, No Iterations 3
time step continuity errors : sum local = 1.22654e-10, global = 6.03983e-20, cumulative = 5.05937e-19
BiCGStab: Solving for omega, Initial residual = 2.21389e-05, Final residual = 6.96799e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.22362e-06, Final residual = 8.22362e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9338.38 s ClockTime = 9339 s Max(PAc) = 154737 Pa
Courant Number mean: 0.0613586 max: 0.990657 velocity magnitude: 1.2267
deltaT = 0.000498924
Time = 1.68354
--> Cloud: bubbleCloud
Added 154 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 621992
Mass introduced by injector = 5.6756e-10
Number of parcels added continuously = 1298
Mass introduced continuously = 1.12376e-12
Current number of parcels = 4282893
Current mass in system = 4.75386e-09
Number of parcels shifted at least once = 5122
Number of parcel shifts towards cell center = 5130
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00592752, Final user-defined norm residual = 0.000319619
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.89448e-05, Final user-defined norm residual = 2.32719e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.02077e-07, Final user-defined norm residual = 4.15742e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00056211, Final residual = 6.2759e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000400806, Final residual = 2.16829e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0337155, Final residual = 1.21258e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0426283, Final residual = 8.77441e-07, No Iterations 262
time step continuity errors : sum local = 1.15862e-10, global = 4.34429e-20, cumulative = 5.4938e-19
DICPCG: Solving for p, Initial residual = 0.00493155, Final residual = 9.05311e-07, No Iterations 143
time step continuity errors : sum local = 1.34315e-10, global = 1.33102e-19, cumulative = 6.82482e-19
BiCGStab: Solving for omega, Initial residual = 0.00046226, Final residual = 6.73246e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000660941, Final residual = 7.28587e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.85474e-05, Final residual = 5.83919e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.11196e-05, Final residual = 5.00311e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0031562, Final residual = 3.28488e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.010871, Final residual = 9.83317e-07, No Iterations 135
time step continuity errors : sum local = 1.53402e-10, global = -7.12606e-21, cumulative = 6.75356e-19
DICPCG: Solving for p, Initial residual = 0.00196364, Final residual = 9.9015e-07, No Iterations 130
time step continuity errors : sum local = 1.51151e-10, global = 1.63938e-20, cumulative = 6.9175e-19
BiCGStab: Solving for omega, Initial residual = 2.84577e-05, Final residual = 5.75841e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.10693e-06, Final residual = 8.10693e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.58636e-06, Final residual = 3.92119e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.86808e-06, Final residual = 3.3662e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000480519, Final residual = 1.89133e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00183943, Final residual = 9.72914e-07, No Iterations 77
time step continuity errors : sum local = 1.48557e-10, global = -1.56342e-20, cumulative = 6.76116e-19
DICPCG: Solving for p, Initial residual = 0.000308723, Final residual = 9.90401e-07, No Iterations 31
time step continuity errors : sum local = 1.50888e-10, global = 1.6727e-20, cumulative = 6.92843e-19
BiCGStab: Solving for omega, Initial residual = 1.98328e-05, Final residual = 4.97979e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.13619e-06, Final residual = 8.13619e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.56121e-07, Final residual = 5.1586e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.64541e-07, Final residual = 3.41306e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.04711e-05, Final residual = 2.38362e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000439243, Final residual = 9.71545e-07, No Iterations 14
time step continuity errors : sum local = 1.48406e-10, global = -9.10551e-20, cumulative = 6.01788e-19
DICPCG: Solving for p, Initial residual = 7.73731e-05, Final residual = 8.30841e-07, No Iterations 7
time step continuity errors : sum local = 1.29755e-10, global = -7.27975e-20, cumulative = 5.2899e-19
BiCGStab: Solving for omega, Initial residual = 1.83679e-05, Final residual = 5.52732e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.14047e-06, Final residual = 8.14047e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.41009e-07, Final residual = 9.80754e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.30957e-07, Final residual = 6.39612e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.9478e-05, Final residual = 4.04086e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000126209, Final residual = 8.20749e-07, No Iterations 6
time step continuity errors : sum local = 1.28417e-10, global = 6.29968e-20, cumulative = 5.91987e-19
DICPCG: Solving for p, Initial residual = 2.15894e-05, Final residual = 6.29841e-07, No Iterations 4
time step continuity errors : sum local = 1.0312e-10, global = -2.47026e-20, cumulative = 5.67285e-19
BiCGStab: Solving for omega, Initial residual = 1.99192e-05, Final residual = 5.79274e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.13937e-06, Final residual = 8.13937e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9358.71 s ClockTime = 9359 s Max(PAc) = 154310 Pa
Courant Number mean: 0.0613725 max: 0.997527 velocity magnitude: 1.24282
deltaT = 0.000498924
Time = 1.68403
--> Cloud: bubbleCloud
Added 144 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 622136
Mass introduced by injector = 5.67672e-10
Number of parcels added continuously = 1255
Mass introduced continuously = 1.16067e-12
Current number of parcels = 4283488
Current mass in system = 4.75365e-09
Number of parcels shifted at least once = 5147
Number of parcel shifts towards cell center = 5159
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00586306, Final user-defined norm residual = 0.000804516
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.000173256, Final user-defined norm residual = 1.64649e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.54713e-06, Final user-defined norm residual = 2.42263e-08
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000562459, Final residual = 6.42253e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000401291, Final residual = 2.16497e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0330532, Final residual = 1.08598e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0470891, Final residual = 9.72621e-07, No Iterations 263
time step continuity errors : sum local = 1.28885e-10, global = 2.01965e-20, cumulative = 5.87481e-19
DICPCG: Solving for p, Initial residual = 0.00619403, Final residual = 9.05802e-07, No Iterations 148
time step continuity errors : sum local = 1.34816e-10, global = 7.44535e-20, cumulative = 6.61934e-19
BiCGStab: Solving for omega, Initial residual = 0.00046754, Final residual = 5.50759e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000661228, Final residual = 7.32184e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.04989e-05, Final residual = 6.20354e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.18341e-05, Final residual = 5.11006e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00312013, Final residual = 3.39743e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0117167, Final residual = 9.15136e-07, No Iterations 142
time step continuity errors : sum local = 1.44252e-10, global = 2.35786e-20, cumulative = 6.85513e-19
DICPCG: Solving for p, Initial residual = 0.00219359, Final residual = 9.69964e-07, No Iterations 129
time step continuity errors : sum local = 1.4845e-10, global = -1.03117e-20, cumulative = 6.75201e-19
BiCGStab: Solving for omega, Initial residual = 2.69648e-05, Final residual = 5.57386e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.31278e-06, Final residual = 8.31278e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.15387e-06, Final residual = 4.04399e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.34361e-06, Final residual = 3.57055e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000463087, Final residual = 1.99335e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00236425, Final residual = 9.96193e-07, No Iterations 57
time step continuity errors : sum local = 1.51608e-10, global = -5.31959e-20, cumulative = 6.22006e-19
DICPCG: Solving for p, Initial residual = 0.000401681, Final residual = 9.44623e-07, No Iterations 43
time step continuity errors : sum local = 1.44707e-10, global = -3.1365e-20, cumulative = 5.90641e-19
BiCGStab: Solving for omega, Initial residual = 1.75331e-05, Final residual = 5.04986e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.38625e-06, Final residual = 8.38625e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.13488e-06, Final residual = 5.89063e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.26705e-07, Final residual = 3.75633e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.17476e-05, Final residual = 2.42566e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000634882, Final residual = 9.62325e-07, No Iterations 23
time step continuity errors : sum local = 1.47068e-10, global = 5.5393e-20, cumulative = 6.46034e-19
DICPCG: Solving for p, Initial residual = 0.000110224, Final residual = 8.81906e-07, No Iterations 7
time step continuity errors : sum local = 1.36351e-10, global = 9.69714e-20, cumulative = 7.43005e-19
BiCGStab: Solving for omega, Initial residual = 1.90258e-05, Final residual = 6.18984e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.40142e-06, Final residual = 8.40142e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.12993e-07, Final residual = 1.477e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.84151e-07, Final residual = 8.61949e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.71624e-05, Final residual = 4.05988e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000170825, Final residual = 9.29608e-07, No Iterations 7
time step continuity errors : sum local = 1.427e-10, global = -7.73453e-20, cumulative = 6.6566e-19
DICPCG: Solving for p, Initial residual = 3.14787e-05, Final residual = 7.78341e-07, No Iterations 4
time step continuity errors : sum local = 1.22562e-10, global = -7.31168e-20, cumulative = 5.92543e-19
BiCGStab: Solving for omega, Initial residual = 2.12528e-05, Final residual = 7.24312e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.37857e-06, Final residual = 8.37857e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9379.56 s ClockTime = 9380 s Max(PAc) = 154635 Pa
Courant Number mean: 0.0613868 max: 1.00076 velocity magnitude: 1.25646
deltaT = 0.000483805
Time = 1.68452
--> Cloud: bubbleCloud
Added 154 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 622290
Mass introduced by injector = 5.67803e-10
Number of parcels added continuously = 1180
Mass introduced continuously = 1.12764e-12
Current number of parcels = 4283947
Current mass in system = 4.75381e-09
Number of parcels shifted at least once = 4947
Number of parcel shifts towards cell center = 4950
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00609397, Final user-defined norm residual = 0.000690672
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.000148659, Final user-defined norm residual = 4.65091e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.00127e-06, Final user-defined norm residual = 2.12533e-09
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000543359, Final residual = 5.28812e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000385475, Final residual = 1.75661e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0312949, Final residual = 8.91657e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0461516, Final residual = 9.69915e-07, No Iterations 255
time step continuity errors : sum local = 1.22372e-10, global = -6.3018e-20, cumulative = 5.29525e-19
DICPCG: Solving for p, Initial residual = 0.00585236, Final residual = 9.96321e-07, No Iterations 135
time step continuity errors : sum local = 1.414e-10, global = 7.93218e-20, cumulative = 6.08847e-19
BiCGStab: Solving for omega, Initial residual = 0.000455593, Final residual = 5.29261e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000643026, Final residual = 6.48698e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.95253e-05, Final residual = 5.07968e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.18423e-05, Final residual = 4.4098e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00273276, Final residual = 2.40472e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0122023, Final residual = 9.98217e-07, No Iterations 242
time step continuity errors : sum local = 1.26135e-10, global = 5.54279e-20, cumulative = 6.64274e-19
DICPCG: Solving for p, Initial residual = 0.00226538, Final residual = 9.73654e-07, No Iterations 92
time step continuity errors : sum local = 1.30402e-10, global = -7.97035e-20, cumulative = 5.84571e-19
BiCGStab: Solving for omega, Initial residual = 2.42286e-05, Final residual = 4.4693e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.43014e-06, Final residual = 7.43014e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.30978e-06, Final residual = 3.27458e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.40549e-06, Final residual = 2.92969e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000397772, Final residual = 1.36631e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00262145, Final residual = 9.55857e-07, No Iterations 66
time step continuity errors : sum local = 1.29011e-10, global = 2.63154e-20, cumulative = 6.10886e-19
DICPCG: Solving for p, Initial residual = 0.000432456, Final residual = 9.79446e-07, No Iterations 45
time step continuity errors : sum local = 1.31959e-10, global = -3.66293e-20, cumulative = 5.74257e-19
BiCGStab: Solving for omega, Initial residual = 1.40766e-05, Final residual = 4.06905e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.48039e-06, Final residual = 7.48039e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.16041e-06, Final residual = 4.61292e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.77291e-07, Final residual = 3.13808e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.1088e-05, Final residual = 1.99345e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000698552, Final residual = 9.80904e-07, No Iterations 23
time step continuity errors : sum local = 1.32148e-10, global = -9.17004e-20, cumulative = 4.82557e-19
DICPCG: Solving for p, Initial residual = 0.000120735, Final residual = 9.56645e-07, No Iterations 7
time step continuity errors : sum local = 1.2907e-10, global = -3.11951e-22, cumulative = 4.82245e-19
BiCGStab: Solving for omega, Initial residual = 1.25625e-05, Final residual = 3.99951e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.48186e-06, Final residual = 7.48186e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.60673e-07, Final residual = 1.06907e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.83596e-07, Final residual = 6.18056e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.47568e-05, Final residual = 3.23994e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000208748, Final residual = 8.42195e-07, No Iterations 7
time step continuity errors : sum local = 1.14599e-10, global = -1.00208e-19, cumulative = 3.82037e-19
DICPCG: Solving for p, Initial residual = 3.4744e-05, Final residual = 7.14889e-07, No Iterations 4
time step continuity errors : sum local = 9.8501e-11, global = 2.36407e-20, cumulative = 4.05677e-19
BiCGStab: Solving for omega, Initial residual = 1.31233e-05, Final residual = 4.21047e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.47226e-06, Final residual = 7.47226e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9398.08 s ClockTime = 9399 s Max(PAc) = 154885 Pa
Courant Number mean: 0.0595395 max: 0.964181 velocity magnitude: 1.26844
deltaT = 0.000499412
Time = 1.68502
--> Cloud: bubbleCloud
Added 192 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 622482
Mass introduced by injector = 5.6798e-10
Number of parcels added continuously = 1232
Mass introduced continuously = 1.14576e-12
Current number of parcels = 4284525
Current mass in system = 4.75424e-09
Number of parcels shifted at least once = 5230
Number of parcel shifts towards cell center = 5235
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00583401, Final user-defined norm residual = 0.000341088
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.34009e-05, Final user-defined norm residual = 1.07638e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.31656e-07, Final user-defined norm residual = 4.95356e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000558822, Final residual = 6.49615e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000398525, Final residual = 2.22046e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0321528, Final residual = 1.16218e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0474248, Final residual = 9.97823e-07, No Iterations 249
time step continuity errors : sum local = 1.33333e-10, global = -5.44651e-20, cumulative = 3.51212e-19
DICPCG: Solving for p, Initial residual = 0.0058945, Final residual = 9.6853e-07, No Iterations 81
time step continuity errors : sum local = 1.479e-10, global = 2.66069e-20, cumulative = 3.77819e-19
BiCGStab: Solving for omega, Initial residual = 0.000466337, Final residual = 6.38934e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00066475, Final residual = 7.49352e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.15706e-05, Final residual = 6.01932e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.32565e-05, Final residual = 5.28611e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00294494, Final residual = 3.13059e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0132299, Final residual = 9.58133e-07, No Iterations 140
time step continuity errors : sum local = 1.4617e-10, global = 1.20861e-20, cumulative = 3.89905e-19
DICPCG: Solving for p, Initial residual = 0.00252284, Final residual = 9.41527e-07, No Iterations 121
time step continuity errors : sum local = 1.40459e-10, global = -2.63136e-20, cumulative = 3.63592e-19
BiCGStab: Solving for omega, Initial residual = 2.13435e-05, Final residual = 3.25811e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.14516e-06, Final residual = 8.14516e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.80959e-06, Final residual = 3.99747e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.78024e-06, Final residual = 3.63513e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000424861, Final residual = 1.84168e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00291123, Final residual = 9.75088e-07, No Iterations 67
time step continuity errors : sum local = 1.44455e-10, global = -1.41976e-20, cumulative = 3.49394e-19
DICPCG: Solving for p, Initial residual = 0.000496252, Final residual = 9.68457e-07, No Iterations 51
time step continuity errors : sum local = 1.43452e-10, global = -1.10089e-20, cumulative = 3.38385e-19
BiCGStab: Solving for omega, Initial residual = 1.09122e-05, Final residual = 2.51574e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.22284e-06, Final residual = 8.22284e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.39091e-06, Final residual = 5.71846e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.76016e-07, Final residual = 3.43617e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.01134e-05, Final residual = 2.30138e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000812251, Final residual = 9.61022e-07, No Iterations 14
time step continuity errors : sum local = 1.42469e-10, global = 6.85363e-20, cumulative = 4.06921e-19
DICPCG: Solving for p, Initial residual = 0.000140711, Final residual = 9.29378e-07, No Iterations 7
time step continuity errors : sum local = 1.38225e-10, global = 8.39292e-20, cumulative = 4.90851e-19
BiCGStab: Solving for omega, Initial residual = 9.91157e-06, Final residual = 9.91157e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.23601e-06, Final residual = 8.23601e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.27538e-07, Final residual = 1.22839e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.16803e-07, Final residual = 7.24305e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.7153e-05, Final residual = 3.79815e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000235086, Final residual = 8.27704e-07, No Iterations 7
time step continuity errors : sum local = 1.24619e-10, global = -8.69491e-20, cumulative = 4.03901e-19
DICPCG: Solving for p, Initial residual = 4.08145e-05, Final residual = 7.77798e-07, No Iterations 4
time step continuity errors : sum local = 1.17939e-10, global = -1.32924e-19, cumulative = 2.70978e-19
BiCGStab: Solving for omega, Initial residual = 9.96497e-06, Final residual = 9.96497e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.23936e-06, Final residual = 8.23936e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9416.8 s ClockTime = 9417 s Max(PAc) = 154523 Pa
Courant Number mean: 0.0614738 max: 0.994868 velocity magnitude: 1.27578
deltaT = 0.000499412
Time = 1.68552
--> Cloud: bubbleCloud
Added 138 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 622620
Mass introduced by injector = 5.68103e-10
Number of parcels added continuously = 1263
Mass introduced continuously = 1.15845e-12
Current number of parcels = 4285125
Current mass in system = 4.75481e-09
Number of parcels shifted at least once = 5156
Number of parcel shifts towards cell center = 5165
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00563952, Final user-defined norm residual = 0.000252374
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.42692e-05, Final user-defined norm residual = 7.58019e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.63017e-07, Final user-defined norm residual = 4.29386e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000558567, Final residual = 6.16801e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000398025, Final residual = 2.16207e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0312439, Final residual = 9.90519e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0497478, Final residual = 9.06129e-07, No Iterations 258
time step continuity errors : sum local = 1.21688e-10, global = 3.55355e-20, cumulative = 3.06513e-19
DICPCG: Solving for p, Initial residual = 0.00661904, Final residual = 9.28809e-07, No Iterations 138
time step continuity errors : sum local = 1.31297e-10, global = -6.92451e-20, cumulative = 2.37268e-19
BiCGStab: Solving for omega, Initial residual = 0.000471057, Final residual = 6.47574e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000665538, Final residual = 7.56638e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.11497e-05, Final residual = 6.10775e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.33984e-05, Final residual = 5.24897e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0027572, Final residual = 2.73377e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0129019, Final residual = 9.6443e-07, No Iterations 246
time step continuity errors : sum local = 1.29842e-10, global = -5.73128e-20, cumulative = 1.79955e-19
DICPCG: Solving for p, Initial residual = 0.00246986, Final residual = 9.90885e-07, No Iterations 93
time step continuity errors : sum local = 1.39987e-10, global = -9.40989e-20, cumulative = 8.58566e-20
BiCGStab: Solving for omega, Initial residual = 1.90686e-05, Final residual = 2.66071e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.58121e-06, Final residual = 8.58121e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.58211e-06, Final residual = 3.98737e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.70352e-06, Final residual = 3.70003e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000399637, Final residual = 1.65777e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00272592, Final residual = 9.97421e-07, No Iterations 58
time step continuity errors : sum local = 1.41448e-10, global = -6.26543e-20, cumulative = 2.32023e-20
DICPCG: Solving for p, Initial residual = 0.000487683, Final residual = 9.89922e-07, No Iterations 23
time step continuity errors : sum local = 1.40403e-10, global = -3.57146e-20, cumulative = -1.25123e-20
BiCGStab: Solving for omega, Initial residual = 7.83482e-06, Final residual = 7.83482e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.6073e-06, Final residual = 8.6073e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.35481e-06, Final residual = 6.10812e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.50948e-07, Final residual = 4.82041e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.17702e-05, Final residual = 2.22545e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000752846, Final residual = 9.12869e-07, No Iterations 14
time step continuity errors : sum local = 1.30007e-10, global = 7.37693e-20, cumulative = 6.1257e-20
DICPCG: Solving for p, Initial residual = 0.000130576, Final residual = 8.8457e-07, No Iterations 7
time step continuity errors : sum local = 1.26183e-10, global = 5.392e-20, cumulative = 1.15177e-19
BiCGStab: Solving for omega, Initial residual = 7.92843e-06, Final residual = 7.92843e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.61474e-06, Final residual = 8.61474e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.98214e-07, Final residual = 1.28139e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.25999e-07, Final residual = 8.3647e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.50455e-05, Final residual = 3.66852e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000219571, Final residual = 9.23096e-07, No Iterations 6
time step continuity errors : sum local = 1.3137e-10, global = 1.19743e-19, cumulative = 2.3492e-19
DICPCG: Solving for p, Initial residual = 3.8928e-05, Final residual = 6.52311e-07, No Iterations 4
time step continuity errors : sum local = 9.48904e-11, global = 2.95732e-20, cumulative = 2.64493e-19
BiCGStab: Solving for omega, Initial residual = 7.92289e-06, Final residual = 7.92289e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.61334e-06, Final residual = 8.61334e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9435.36 s ClockTime = 9436 s Max(PAc) = 154269 Pa
Courant Number mean: 0.0614883 max: 1.00018 velocity magnitude: 1.2789
deltaT = 0.000482765
Time = 1.686
--> Cloud: bubbleCloud
Added 173 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 622793
Mass introduced by injector = 5.68245e-10
Number of parcels added continuously = 1149
Mass introduced continuously = 1.07033e-12
Current number of parcels = 4285675
Current mass in system = 4.75538e-09
Number of parcels shifted at least once = 4946
Number of parcel shifts towards cell center = 4951
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00576908, Final user-defined norm residual = 0.000184575
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.9667e-05, Final user-defined norm residual = 1.37947e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.96475e-08, Final user-defined norm residual = 7.47023e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000537361, Final residual = 4.71335e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000384197, Final residual = 1.62801e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0291583, Final residual = 7.32558e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0508611, Final residual = 9.24658e-07, No Iterations 257
time step continuity errors : sum local = 1.17733e-10, global = 3.81729e-21, cumulative = 2.6831e-19
DICPCG: Solving for p, Initial residual = 0.00659861, Final residual = 9.90932e-07, No Iterations 109
time step continuity errors : sum local = 1.34874e-10, global = 9.9954e-21, cumulative = 2.78306e-19
BiCGStab: Solving for omega, Initial residual = 0.000451139, Final residual = 6.07743e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000644866, Final residual = 6.66252e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.87153e-05, Final residual = 5.52399e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.23343e-05, Final residual = 4.60322e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00270388, Final residual = 1.99837e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0115963, Final residual = 9.28187e-07, No Iterations 242
time step continuity errors : sum local = 1.18523e-10, global = -1.41165e-19, cumulative = 1.3714e-19
DICPCG: Solving for p, Initial residual = 0.0021392, Final residual = 9.33074e-07, No Iterations 83
time step continuity errors : sum local = 1.26403e-10, global = -1.72563e-19, cumulative = -3.54224e-20
BiCGStab: Solving for omega, Initial residual = 2.53768e-05, Final residual = 3.09172e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.1976e-06, Final residual = 8.1976e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.82249e-06, Final residual = 3.34041e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.33658e-06, Final residual = 2.89154e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000396363, Final residual = 1.22646e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00242535, Final residual = 9.7126e-07, No Iterations 42
time step continuity errors : sum local = 1.31993e-10, global = 2.29871e-20, cumulative = -1.24353e-20
DICPCG: Solving for p, Initial residual = 0.000407971, Final residual = 9.85943e-07, No Iterations 22
time step continuity errors : sum local = 1.33806e-10, global = 6.72944e-20, cumulative = 5.4859e-20
BiCGStab: Solving for omega, Initial residual = 1.55402e-05, Final residual = 2.66965e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.26401e-06, Final residual = 8.26401e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.05809e-06, Final residual = 4.27631e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.79331e-07, Final residual = 2.94445e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.20634e-05, Final residual = 2.03619e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000646048, Final residual = 9.65009e-07, No Iterations 14
time step continuity errors : sum local = 1.31127e-10, global = 6.94655e-20, cumulative = 1.24325e-19
DICPCG: Solving for p, Initial residual = 0.000107539, Final residual = 8.40741e-07, No Iterations 7
time step continuity errors : sum local = 1.15239e-10, global = 1.97694e-20, cumulative = 1.44094e-19
BiCGStab: Solving for omega, Initial residual = 1.67258e-05, Final residual = 2.95809e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.26458e-06, Final residual = 8.26458e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.21735e-07, Final residual = 9.56671e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.01222e-07, Final residual = 5.12346e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.40636e-05, Final residual = 3.35018e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000182442, Final residual = 9.85774e-07, No Iterations 5
time step continuity errors : sum local = 1.3376e-10, global = 5.38718e-21, cumulative = 1.49481e-19
DICPCG: Solving for p, Initial residual = 3.00862e-05, Final residual = 8.17937e-07, No Iterations 3
time step continuity errors : sum local = 1.12325e-10, global = -5.27657e-20, cumulative = 9.67154e-20
BiCGStab: Solving for omega, Initial residual = 1.9979e-05, Final residual = 3.36588e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.26469e-06, Final residual = 8.26469e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9453.74 s ClockTime = 9454 s Max(PAc) = 154430 Pa
Courant Number mean: 0.0594526 max: 0.965533 velocity magnitude: 1.27876
deltaT = 0.000482765
Time = 1.68648
--> Cloud: bubbleCloud
Added 153 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 622946
Mass introduced by injector = 5.68396e-10
Number of parcels added continuously = 1206
Mass introduced continuously = 1.10638e-12
Current number of parcels = 4286342
Current mass in system = 4.75606e-09
Number of parcels shifted at least once = 5156
Number of parcel shifts towards cell center = 5162
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00642872, Final user-defined norm residual = 0.000208076
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.46828e-05, Final user-defined norm residual = 1.59567e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.42675e-07, Final user-defined norm residual = 1.69685e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000539135, Final residual = 4.40023e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000379653, Final residual = 1.49985e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.029747, Final residual = 8.45263e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0532063, Final residual = 9.54934e-07, No Iterations 259
time step continuity errors : sum local = 1.20781e-10, global = -8.42023e-20, cumulative = 1.25131e-20
DICPCG: Solving for p, Initial residual = 0.00662667, Final residual = 9.16239e-07, No Iterations 133
time step continuity errors : sum local = 1.25451e-10, global = 5.39031e-20, cumulative = 6.64162e-20
BiCGStab: Solving for omega, Initial residual = 0.00046045, Final residual = 7.30598e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00064638, Final residual = 6.78374e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.79525e-05, Final residual = 5.46488e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.14298e-05, Final residual = 4.48897e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0026951, Final residual = 2.21479e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0109575, Final residual = 9.62807e-07, No Iterations 244
time step continuity errors : sum local = 1.20727e-10, global = 1.42291e-20, cumulative = 8.06453e-20
DICPCG: Solving for p, Initial residual = 0.00188312, Final residual = 9.08036e-07, No Iterations 92
time step continuity errors : sum local = 1.19129e-10, global = 8.18823e-21, cumulative = 8.88336e-20
BiCGStab: Solving for omega, Initial residual = 3.3512e-05, Final residual = 4.0297e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.97748e-06, Final residual = 7.97748e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.40854e-06, Final residual = 3.28089e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.01144e-06, Final residual = 2.97248e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000390495, Final residual = 1.27312e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00196368, Final residual = 9.87562e-07, No Iterations 79
time step continuity errors : sum local = 1.29619e-10, global = -2.05895e-20, cumulative = 6.82441e-20
DICPCG: Solving for p, Initial residual = 0.000326554, Final residual = 9.99227e-07, No Iterations 43
time step continuity errors : sum local = 1.30964e-10, global = 1.12213e-19, cumulative = 1.80457e-19
BiCGStab: Solving for omega, Initial residual = 2.17799e-05, Final residual = 3.16544e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.01245e-06, Final residual = 8.01245e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.28944e-07, Final residual = 4.65939e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.52052e-07, Final residual = 3.06241e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.22453e-05, Final residual = 1.96677e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000547246, Final residual = 9.44085e-07, No Iterations 18
time step continuity errors : sum local = 1.24036e-10, global = -6.88373e-20, cumulative = 1.1162e-19
DICPCG: Solving for p, Initial residual = 9.01736e-05, Final residual = 9.19206e-07, No Iterations 7
time step continuity errors : sum local = 1.20905e-10, global = -8.77454e-22, cumulative = 1.10742e-19
BiCGStab: Solving for omega, Initial residual = 2.33453e-05, Final residual = 3.2173e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.99621e-06, Final residual = 7.99621e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.66036e-07, Final residual = 9.10577e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.64074e-07, Final residual = 6.67675e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.53088e-05, Final residual = 3.22436e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00016518, Final residual = 9.2234e-07, No Iterations 5
time step continuity errors : sum local = 1.21297e-10, global = 5.31913e-21, cumulative = 1.16062e-19
DICPCG: Solving for p, Initial residual = 2.69725e-05, Final residual = 8.22459e-07, No Iterations 3
time step continuity errors : sum local = 1.08786e-10, global = -2.69751e-20, cumulative = 8.90864e-20
BiCGStab: Solving for omega, Initial residual = 2.09331e-05, Final residual = 3.39612e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.99801e-06, Final residual = 7.99801e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9472.12 s ClockTime = 9473 s Max(PAc) = 154360 Pa
Courant Number mean: 0.0594674 max: 0.970803 velocity magnitude: 1.27805
deltaT = 0.000482765
Time = 1.68697
--> Cloud: bubbleCloud
Added 197 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 623143
Mass introduced by injector = 5.68542e-10
Number of parcels added continuously = 1195
Mass introduced continuously = 1.05553e-12
Current number of parcels = 4287121
Current mass in system = 4.75672e-09
Number of parcels shifted at least once = 5084
Number of parcel shifts towards cell center = 5087
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00598756, Final user-defined norm residual = 0.000161642
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.46645e-05, Final user-defined norm residual = 4.42529e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.4907e-08, Final user-defined norm residual = 5.40739e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000535834, Final residual = 4.96666e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000375273, Final residual = 1.63528e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0280154, Final residual = 7.09607e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0472999, Final residual = 8.61058e-07, No Iterations 255
time step continuity errors : sum local = 1.06847e-10, global = -9.38803e-20, cumulative = -4.79387e-21
DICPCG: Solving for p, Initial residual = 0.00577816, Final residual = 9.54227e-07, No Iterations 137
time step continuity errors : sum local = 1.21732e-10, global = 4.21327e-20, cumulative = 3.73388e-20
BiCGStab: Solving for omega, Initial residual = 0.000457538, Final residual = 7.28983e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000646783, Final residual = 7.17189e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.57028e-05, Final residual = 5.10731e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.009e-05, Final residual = 4.28938e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00256462, Final residual = 2.05297e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00991087, Final residual = 9.60402e-07, No Iterations 247
time step continuity errors : sum local = 1.18343e-10, global = -2.06546e-20, cumulative = 1.66842e-20
DICPCG: Solving for p, Initial residual = 0.00179952, Final residual = 9.47318e-07, No Iterations 92
time step continuity errors : sum local = 1.22926e-10, global = 3.47397e-20, cumulative = 5.14239e-20
BiCGStab: Solving for omega, Initial residual = 2.4537e-05, Final residual = 3.27571e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.97019e-06, Final residual = 7.97019e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.94706e-06, Final residual = 3.34393e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.54126e-06, Final residual = 2.96325e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00037349, Final residual = 1.22824e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00164323, Final residual = 9.90431e-07, No Iterations 80
time step continuity errors : sum local = 1.28765e-10, global = 1.92394e-20, cumulative = 7.06633e-20
DICPCG: Solving for p, Initial residual = 0.000268406, Final residual = 9.88961e-07, No Iterations 44
time step continuity errors : sum local = 1.28491e-10, global = -7.42799e-20, cumulative = -3.61657e-21
BiCGStab: Solving for omega, Initial residual = 1.27794e-05, Final residual = 2.58458e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.07751e-06, Final residual = 8.07751e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.11472e-07, Final residual = 4.34597e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.14549e-07, Final residual = 3.18829e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.92008e-05, Final residual = 2.00755e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000413485, Final residual = 8.85889e-07, No Iterations 13
time step continuity errors : sum local = 1.15774e-10, global = -1.96709e-20, cumulative = -2.32875e-20
DICPCG: Solving for p, Initial residual = 7.20018e-05, Final residual = 8.05013e-07, No Iterations 6
time step continuity errors : sum local = 1.05805e-10, global = 8.22373e-21, cumulative = -1.50638e-20
BiCGStab: Solving for omega, Initial residual = 9.88866e-06, Final residual = 9.88866e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.08445e-06, Final residual = 8.08445e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.09032e-07, Final residual = 8.26277e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.16164e-07, Final residual = 5.91185e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.45768e-05, Final residual = 3.27946e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000120004, Final residual = 9.15266e-07, No Iterations 5
time step continuity errors : sum local = 1.1939e-10, global = -2.24075e-20, cumulative = -3.74713e-20
DICPCG: Solving for p, Initial residual = 2.10954e-05, Final residual = 7.01525e-07, No Iterations 3
time step continuity errors : sum local = 9.30519e-11, global = -6.87077e-21, cumulative = -4.43421e-20
BiCGStab: Solving for omega, Initial residual = 9.92379e-06, Final residual = 9.92379e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.0853e-06, Final residual = 8.0853e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9490.52 s ClockTime = 9491 s Max(PAc) = 154563 Pa
Courant Number mean: 0.0594825 max: 0.980292 velocity magnitude: 1.28239
deltaT = 0.000482765
Time = 1.68745
--> Cloud: bubbleCloud
Added 174 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 623317
Mass introduced by injector = 5.68695e-10
Number of parcels added continuously = 1223
Mass introduced continuously = 1.03584e-12
Current number of parcels = 4287875
Current mass in system = 4.75733e-09
Number of parcels shifted at least once = 5100
Number of parcel shifts towards cell center = 5106
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00580455, Final user-defined norm residual = 6.98248e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.49735e-05, Final user-defined norm residual = 3.70254e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.93999e-09, Final user-defined norm residual = 1.65227e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000534817, Final residual = 4.61139e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000376726, Final residual = 1.68717e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0284403, Final residual = 7.32508e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.046081, Final residual = 9.99298e-07, No Iterations 261
time step continuity errors : sum local = 1.23498e-10, global = -1.2144e-19, cumulative = -1.65782e-19
DICPCG: Solving for p, Initial residual = 0.0054402, Final residual = 9.48225e-07, No Iterations 153
time step continuity errors : sum local = 1.33683e-10, global = 2.37411e-20, cumulative = -1.42041e-19
BiCGStab: Solving for omega, Initial residual = 0.000451096, Final residual = 7.02969e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000647208, Final residual = 7.58289e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.52587e-05, Final residual = 5.76351e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.02085e-05, Final residual = 4.248e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00271688, Final residual = 2.08545e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00913183, Final residual = 9.67412e-07, No Iterations 244
time step continuity errors : sum local = 1.19957e-10, global = 2.9123e-20, cumulative = -1.12918e-19
DICPCG: Solving for p, Initial residual = 0.00158113, Final residual = 8.47978e-07, No Iterations 70
time step continuity errors : sum local = 1.10238e-10, global = 6.47154e-20, cumulative = -4.82023e-20
BiCGStab: Solving for omega, Initial residual = 1.78374e-05, Final residual = 2.2609e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.29216e-06, Final residual = 8.29216e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.69812e-06, Final residual = 3.56653e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.55764e-06, Final residual = 3.03057e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000404627, Final residual = 1.25109e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00161846, Final residual = 9.128e-07, No Iterations 46
time step continuity errors : sum local = 1.18794e-10, global = -8.6467e-20, cumulative = -1.34669e-19
DICPCG: Solving for p, Initial residual = 0.000253179, Final residual = 9.75264e-07, No Iterations 25
time step continuity errors : sum local = 1.26498e-10, global = -2.61242e-20, cumulative = -1.60793e-19
BiCGStab: Solving for omega, Initial residual = 6.90893e-06, Final residual = 6.90893e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.39162e-06, Final residual = 8.39162e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.70112e-07, Final residual = 3.78063e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.84324e-07, Final residual = 2.54565e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.31339e-05, Final residual = 2.18364e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000383441, Final residual = 9.25236e-07, No Iterations 12
time step continuity errors : sum local = 1.20278e-10, global = 9.4772e-20, cumulative = -6.60214e-20
DICPCG: Solving for p, Initial residual = 6.23574e-05, Final residual = 8.33602e-07, No Iterations 6
time step continuity errors : sum local = 1.08908e-10, global = 9.52227e-20, cumulative = 2.92013e-20
BiCGStab: Solving for omega, Initial residual = 6.91092e-06, Final residual = 6.91092e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.3992e-06, Final residual = 8.3992e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.87445e-07, Final residual = 6.88946e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.31462e-08, Final residual = 4.59879e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.52478e-05, Final residual = 3.61164e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000104632, Final residual = 7.54085e-07, No Iterations 5
time step continuity errors : sum local = 9.90475e-11, global = -1.09478e-19, cumulative = -8.02768e-20
DICPCG: Solving for p, Initial residual = 1.68708e-05, Final residual = 5.76619e-07, No Iterations 3
time step continuity errors : sum local = 7.70413e-11, global = -9.85105e-20, cumulative = -1.78787e-19
BiCGStab: Solving for omega, Initial residual = 6.90646e-06, Final residual = 6.90646e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.3989e-06, Final residual = 8.3989e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9508.99 s ClockTime = 9509 s Max(PAc) = 154353 Pa
Courant Number mean: 0.0594974 max: 0.984792 velocity magnitude: 1.28428
deltaT = 0.000482765
Time = 1.68793
--> Cloud: bubbleCloud
Added 157 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 623474
Mass introduced by injector = 5.68839e-10
Number of parcels added continuously = 1192
Mass introduced continuously = 1.10827e-12
Current number of parcels = 4288696
Current mass in system = 4.7581e-09
Number of parcels shifted at least once = 5081
Number of parcel shifts towards cell center = 5085
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00584433, Final user-defined norm residual = 0.000108641
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.32801e-05, Final user-defined norm residual = 5.54458e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.18815e-07, Final user-defined norm residual = 1.88853e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000538878, Final residual = 4.35932e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000373554, Final residual = 1.48759e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0280382, Final residual = 6.8356e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0463339, Final residual = 9.3157e-07, No Iterations 256
time step continuity errors : sum local = 1.15486e-10, global = -6.66313e-20, cumulative = -2.45419e-19
DICPCG: Solving for p, Initial residual = 0.00562574, Final residual = 9.76151e-07, No Iterations 100
time step continuity errors : sum local = 1.2411e-10, global = -3.11652e-20, cumulative = -2.76584e-19
BiCGStab: Solving for omega, Initial residual = 0.000452707, Final residual = 6.05777e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00064789, Final residual = 7.85323e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.65185e-05, Final residual = 6.23975e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.54828e-06, Final residual = 4.81413e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0026317, Final residual = 1.90626e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00869666, Final residual = 9.86704e-07, No Iterations 242
time step continuity errors : sum local = 1.22396e-10, global = 4.8495e-20, cumulative = -2.28089e-19
DICPCG: Solving for p, Initial residual = 0.00148763, Final residual = 9.70154e-07, No Iterations 71
time step continuity errors : sum local = 1.2733e-10, global = -2.63129e-20, cumulative = -2.54402e-19
BiCGStab: Solving for omega, Initial residual = 1.83772e-05, Final residual = 2.21966e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.50747e-06, Final residual = 8.50747e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.72559e-06, Final residual = 3.44634e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.45081e-06, Final residual = 2.89209e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00039512, Final residual = 1.15608e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0014768, Final residual = 9.87434e-07, No Iterations 36
time step continuity errors : sum local = 1.30191e-10, global = 4.23365e-20, cumulative = -2.12065e-19
DICPCG: Solving for p, Initial residual = 0.000244506, Final residual = 9.89367e-07, No Iterations 23
time step continuity errors : sum local = 1.30385e-10, global = 1.02905e-19, cumulative = -1.0916e-19
BiCGStab: Solving for omega, Initial residual = 8.56667e-06, Final residual = 8.56667e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.60214e-06, Final residual = 8.60214e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.48992e-07, Final residual = 3.87738e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.69079e-07, Final residual = 2.28779e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.30733e-05, Final residual = 2.10236e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000366861, Final residual = 9.84944e-07, No Iterations 17
time step continuity errors : sum local = 1.29827e-10, global = 1.22321e-22, cumulative = -1.09038e-19
DICPCG: Solving for p, Initial residual = 6.37883e-05, Final residual = 9.11278e-07, No Iterations 7
time step continuity errors : sum local = 1.20682e-10, global = -5.13884e-20, cumulative = -1.60426e-19
BiCGStab: Solving for omega, Initial residual = 8.60313e-06, Final residual = 8.60313e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.60886e-06, Final residual = 8.60886e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.63177e-07, Final residual = 7.53609e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.0018e-07, Final residual = 4.09967e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.57822e-05, Final residual = 3.49929e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000103819, Final residual = 7.95003e-07, No Iterations 6
time step continuity errors : sum local = 1.06255e-10, global = -2.88303e-20, cumulative = -1.89256e-19
DICPCG: Solving for p, Initial residual = 1.85499e-05, Final residual = 7.99108e-07, No Iterations 3
time step continuity errors : sum local = 1.06763e-10, global = 1.80736e-20, cumulative = -1.71183e-19
BiCGStab: Solving for omega, Initial residual = 8.60895e-06, Final residual = 8.60895e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.60864e-06, Final residual = 8.60864e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9527.44 s ClockTime = 9528 s Max(PAc) = 153990 Pa
Courant Number mean: 0.0595119 max: 0.983942 velocity magnitude: 1.28628
deltaT = 0.000482765
Time = 1.68841
--> Cloud: bubbleCloud
Added 171 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 623645
Mass introduced by injector = 5.68981e-10
Number of parcels added continuously = 1214
Mass introduced continuously = 1.13963e-12
Current number of parcels = 4289603
Current mass in system = 4.75891e-09
Number of parcels shifted at least once = 5078
Number of parcel shifts towards cell center = 5086
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0053894, Final user-defined norm residual = 0.000150598
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.22852e-05, Final user-defined norm residual = 1.22229e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.62041e-07, Final user-defined norm residual = 1.08048e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000542641, Final residual = 4.21363e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00037527, Final residual = 1.34859e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0280708, Final residual = 7.3897e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0497105, Final residual = 9.85829e-07, No Iterations 258
time step continuity errors : sum local = 1.22966e-10, global = 3.37623e-20, cumulative = -1.3742e-19
DICPCG: Solving for p, Initial residual = 0.00572674, Final residual = 9.67591e-07, No Iterations 139
time step continuity errors : sum local = 1.31864e-10, global = 4.98853e-20, cumulative = -8.7535e-20
BiCGStab: Solving for omega, Initial residual = 0.000455183, Final residual = 5.70633e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000649844, Final residual = 7.96081e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.72814e-05, Final residual = 5.62447e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.74072e-06, Final residual = 4.50277e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00267859, Final residual = 2.02791e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00881713, Final residual = 9.93818e-07, No Iterations 238
time step continuity errors : sum local = 1.24403e-10, global = -9.54234e-20, cumulative = -1.82958e-19
DICPCG: Solving for p, Initial residual = 0.00152166, Final residual = 9.45911e-07, No Iterations 100
time step continuity errors : sum local = 1.23971e-10, global = -5.5716e-20, cumulative = -2.38674e-19
BiCGStab: Solving for omega, Initial residual = 1.92009e-05, Final residual = 2.30383e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.18622e-06, Final residual = 8.18622e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.06914e-06, Final residual = 3.14175e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.54815e-06, Final residual = 2.90272e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000405075, Final residual = 1.21159e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00146107, Final residual = 9.56554e-07, No Iterations 67
time step continuity errors : sum local = 1.25822e-10, global = 4.29514e-20, cumulative = -1.95723e-19
DICPCG: Solving for p, Initial residual = 0.000238268, Final residual = 9.85234e-07, No Iterations 49
time step continuity errors : sum local = 1.29382e-10, global = -1.44937e-20, cumulative = -2.10217e-19
BiCGStab: Solving for omega, Initial residual = 9.26037e-06, Final residual = 9.26037e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.26511e-06, Final residual = 8.26511e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.14938e-07, Final residual = 5.53616e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.97565e-07, Final residual = 3.65319e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.68962e-05, Final residual = 2.19285e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000360106, Final residual = 9.74487e-07, No Iterations 25
time step continuity errors : sum local = 1.28025e-10, global = 7.43117e-20, cumulative = -1.35905e-19
DICPCG: Solving for p, Initial residual = 6.82173e-05, Final residual = 8.61244e-07, No Iterations 9
time step continuity errors : sum local = 1.13847e-10, global = -3.53402e-20, cumulative = -1.71245e-19
BiCGStab: Solving for omega, Initial residual = 9.31745e-06, Final residual = 9.31745e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.2643e-06, Final residual = 8.2643e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.94535e-07, Final residual = 1.31674e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.08505e-07, Final residual = 7.81051e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.61534e-05, Final residual = 3.68143e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.83899e-05, Final residual = 8.3307e-07, No Iterations 7
time step continuity errors : sum local = 1.1032e-10, global = -1.97534e-20, cumulative = -1.90999e-19
DICPCG: Solving for p, Initial residual = 1.84585e-05, Final residual = 9.74688e-07, No Iterations 3
time step continuity errors : sum local = 1.2804e-10, global = -8.25498e-20, cumulative = -2.73549e-19
BiCGStab: Solving for omega, Initial residual = 9.34745e-06, Final residual = 9.34745e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.26343e-06, Final residual = 8.26343e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9545.87 s ClockTime = 9546 s Max(PAc) = 153451 Pa
Courant Number mean: 0.0595258 max: 0.975345 velocity magnitude: 1.28606
deltaT = 0.000482765
Time = 1.6889
--> Cloud: bubbleCloud
Added 141 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 623786
Mass introduced by injector = 5.69092e-10
Number of parcels added continuously = 1235
Mass introduced continuously = 1.12482e-12
Current number of parcels = 4290483
Current mass in system = 4.75962e-09
Number of parcels shifted at least once = 5151
Number of parcel shifts towards cell center = 5157
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0056892, Final user-defined norm residual = 9.03487e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.9364e-05, Final user-defined norm residual = 1.07357e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.30098e-08, Final user-defined norm residual = 8.11063e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000542099, Final residual = 4.73366e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000376639, Final residual = 1.53205e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0278091, Final residual = 7.92472e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0454523, Final residual = 9.21555e-07, No Iterations 261
time step continuity errors : sum local = 1.14606e-10, global = 4.50692e-20, cumulative = -2.28479e-19
DICPCG: Solving for p, Initial residual = 0.00514626, Final residual = 9.40192e-07, No Iterations 143
time step continuity errors : sum local = 1.21971e-10, global = 2.39662e-20, cumulative = -2.04513e-19
BiCGStab: Solving for omega, Initial residual = 0.000457223, Final residual = 5.61399e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000650982, Final residual = 8.03459e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.84528e-05, Final residual = 5.45451e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.01709e-05, Final residual = 4.62859e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00247388, Final residual = 2.22396e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00927373, Final residual = 9.59104e-07, No Iterations 226
time step continuity errors : sum local = 1.18677e-10, global = 2.53364e-20, cumulative = -1.79177e-19
DICPCG: Solving for p, Initial residual = 0.00169562, Final residual = 9.9971e-07, No Iterations 101
time step continuity errors : sum local = 1.29552e-10, global = -3.17442e-20, cumulative = -2.10921e-19
BiCGStab: Solving for omega, Initial residual = 2.10024e-05, Final residual = 2.98846e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.07688e-06, Final residual = 8.07688e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.17055e-06, Final residual = 3.32671e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.63902e-06, Final residual = 2.8836e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000346683, Final residual = 1.30419e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00155813, Final residual = 9.82304e-07, No Iterations 66
time step continuity errors : sum local = 1.28063e-10, global = -2.84694e-20, cumulative = -2.3939e-19
DICPCG: Solving for p, Initial residual = 0.000278416, Final residual = 9.90452e-07, No Iterations 27
time step continuity errors : sum local = 1.29021e-10, global = 8.00247e-20, cumulative = -1.59366e-19
BiCGStab: Solving for omega, Initial residual = 1.13419e-05, Final residual = 2.08016e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.15805e-06, Final residual = 8.15805e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.62704e-07, Final residual = 5.67327e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.0706e-07, Final residual = 3.66825e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.01232e-05, Final residual = 2.05417e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000373064, Final residual = 9.90623e-07, No Iterations 18
time step continuity errors : sum local = 1.29036e-10, global = -2.04619e-20, cumulative = -1.79828e-19
DICPCG: Solving for p, Initial residual = 6.82661e-05, Final residual = 8.59229e-07, No Iterations 8
time step continuity errors : sum local = 1.12786e-10, global = -9.57849e-20, cumulative = -2.75612e-19
BiCGStab: Solving for omega, Initial residual = 1.17847e-05, Final residual = 2.0174e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.15219e-06, Final residual = 8.15219e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.03142e-07, Final residual = 1.00925e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.09163e-07, Final residual = 5.12191e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.17002e-05, Final residual = 3.39233e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000103632, Final residual = 9.25405e-07, No Iterations 6
time step continuity errors : sum local = 1.20969e-10, global = -3.64635e-21, cumulative = -2.79259e-19
DICPCG: Solving for p, Initial residual = 1.88835e-05, Final residual = 5.95992e-07, No Iterations 4
time step continuity errors : sum local = 8.02357e-11, global = -3.3729e-21, cumulative = -2.82632e-19
BiCGStab: Solving for omega, Initial residual = 1.30033e-05, Final residual = 2.26801e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.15539e-06, Final residual = 8.15539e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9564.32 s ClockTime = 9565 s Max(PAc) = 153251 Pa
Courant Number mean: 0.0595391 max: 0.965041 velocity magnitude: 1.28152
deltaT = 0.000482765
Time = 1.68938
--> Cloud: bubbleCloud
Added 143 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 623929
Mass introduced by injector = 5.69256e-10
Number of parcels added continuously = 1201
Mass introduced continuously = 1.04944e-12
Current number of parcels = 4291336
Current mass in system = 4.76039e-09
Number of parcels shifted at least once = 5066
Number of parcel shifts towards cell center = 5072
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00542093, Final user-defined norm residual = 7.85823e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.6849e-05, Final user-defined norm residual = 6.20108e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.32961e-08, Final user-defined norm residual = 3.73526e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000542238, Final residual = 4.95908e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000379057, Final residual = 1.62988e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0271474, Final residual = 8.14821e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0458236, Final residual = 9.96106e-07, No Iterations 252
time step continuity errors : sum local = 1.23244e-10, global = -4.97071e-20, cumulative = -3.32339e-19
DICPCG: Solving for p, Initial residual = 0.00540523, Final residual = 9.94306e-07, No Iterations 98
time step continuity errors : sum local = 1.25035e-10, global = -2.12125e-21, cumulative = -3.3446e-19
BiCGStab: Solving for omega, Initial residual = 0.000459571, Final residual = 5.60863e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000651403, Final residual = 8.09904e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.91377e-05, Final residual = 5.26304e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.09251e-05, Final residual = 4.43032e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00255009, Final residual = 2.20273e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00989527, Final residual = 9.93317e-07, No Iterations 238
time step continuity errors : sum local = 1.22849e-10, global = -8.57842e-21, cumulative = -3.43039e-19
DICPCG: Solving for p, Initial residual = 0.00182986, Final residual = 9.81725e-07, No Iterations 73
time step continuity errors : sum local = 1.28026e-10, global = -4.76062e-20, cumulative = -3.90645e-19
BiCGStab: Solving for omega, Initial residual = 2.62299e-05, Final residual = 2.1807e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.20757e-06, Final residual = 8.20757e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.67619e-06, Final residual = 3.2966e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.86238e-06, Final residual = 2.82671e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000363118, Final residual = 1.25904e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0018365, Final residual = 9.56491e-07, No Iterations 46
time step continuity errors : sum local = 1.25563e-10, global = -1.44962e-20, cumulative = -4.05141e-19
DICPCG: Solving for p, Initial residual = 0.000326171, Final residual = 9.67887e-07, No Iterations 21
time step continuity errors : sum local = 1.26939e-10, global = -3.87133e-20, cumulative = -4.43854e-19
BiCGStab: Solving for omega, Initial residual = 2.03433e-05, Final residual = 2.06238e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.26078e-06, Final residual = 8.26078e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.77857e-07, Final residual = 3.98502e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.26966e-07, Final residual = 2.49186e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.32685e-05, Final residual = 2.15356e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000514752, Final residual = 9.91049e-07, No Iterations 21
time step continuity errors : sum local = 1.29781e-10, global = 7.109e-21, cumulative = -4.36745e-19
DICPCG: Solving for p, Initial residual = 9.50349e-05, Final residual = 8.77595e-07, No Iterations 7
time step continuity errors : sum local = 1.15749e-10, global = 3.92932e-20, cumulative = -3.97452e-19
BiCGStab: Solving for omega, Initial residual = 2.39885e-05, Final residual = 2.46848e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.26681e-06, Final residual = 8.26681e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.55151e-07, Final residual = 9.37123e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.53545e-07, Final residual = 5.33797e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.22994e-05, Final residual = 3.60715e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000137112, Final residual = 8.64167e-07, No Iterations 8
time step continuity errors : sum local = 1.14085e-10, global = 3.67463e-20, cumulative = -3.60706e-19
DICPCG: Solving for p, Initial residual = 2.59515e-05, Final residual = 8.30836e-07, No Iterations 4
time step continuity errors : sum local = 1.09962e-10, global = 1.14086e-19, cumulative = -2.4662e-19
BiCGStab: Solving for omega, Initial residual = 2.28429e-05, Final residual = 2.8469e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.25286e-06, Final residual = 8.25286e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9582.79 s ClockTime = 9583 s Max(PAc) = 153632 Pa
Courant Number mean: 0.0595528 max: 0.962778 velocity magnitude: 1.27793
deltaT = 0.000482765
Time = 1.68986
--> Cloud: bubbleCloud
Added 172 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 624101
Mass introduced by injector = 5.69408e-10
Number of parcels added continuously = 1165
Mass introduced continuously = 1.13807e-12
Current number of parcels = 4292227
Current mass in system = 4.76123e-09
Number of parcels shifted at least once = 5170
Number of parcel shifts towards cell center = 5172
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00572809, Final user-defined norm residual = 0.00019193
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.11742e-05, Final user-defined norm residual = 2.34907e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.03957e-07, Final user-defined norm residual = 3.1736e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000538829, Final residual = 4.85807e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000383253, Final residual = 1.58357e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0284657, Final residual = 7.25663e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0477058, Final residual = 9.95413e-07, No Iterations 261
time step continuity errors : sum local = 1.22676e-10, global = -1.90485e-20, cumulative = -2.65668e-19
DICPCG: Solving for p, Initial residual = 0.00602793, Final residual = 9.22356e-07, No Iterations 143
time step continuity errors : sum local = 1.18245e-10, global = 3.21841e-21, cumulative = -2.6245e-19
BiCGStab: Solving for omega, Initial residual = 0.000465378, Final residual = 5.85231e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000652032, Final residual = 8.16262e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.87321e-05, Final residual = 5.60526e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.12211e-05, Final residual = 4.38456e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.002552, Final residual = 2.08621e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0101669, Final residual = 9.62582e-07, No Iterations 236
time step continuity errors : sum local = 1.18792e-10, global = 4.33011e-20, cumulative = -2.19149e-19
DICPCG: Solving for p, Initial residual = 0.0018949, Final residual = 9.85227e-07, No Iterations 81
time step continuity errors : sum local = 1.2815e-10, global = 3.18436e-20, cumulative = -1.87305e-19
BiCGStab: Solving for omega, Initial residual = 2.32925e-05, Final residual = 3.73663e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.6914e-06, Final residual = 8.6914e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.83129e-06, Final residual = 3.38827e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.03587e-06, Final residual = 2.9066e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000372211, Final residual = 1.27536e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00204591, Final residual = 9.26451e-07, No Iterations 71
time step continuity errors : sum local = 1.21488e-10, global = -3.39005e-20, cumulative = -2.21205e-19
DICPCG: Solving for p, Initial residual = 0.000354112, Final residual = 9.94394e-07, No Iterations 43
time step continuity errors : sum local = 1.29789e-10, global = 8.88241e-20, cumulative = -1.32381e-19
BiCGStab: Solving for omega, Initial residual = 1.22682e-05, Final residual = 2.76719e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.77751e-06, Final residual = 8.77751e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.21312e-07, Final residual = 4.54169e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.70176e-07, Final residual = 3.0843e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.80182e-05, Final residual = 2.0094e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000520088, Final residual = 9.86498e-07, No Iterations 27
time step continuity errors : sum local = 1.28787e-10, global = -6.54001e-20, cumulative = -1.97781e-19
DICPCG: Solving for p, Initial residual = 9.42204e-05, Final residual = 9.48928e-07, No Iterations 7
time step continuity errors : sum local = 1.24137e-10, global = -1.1108e-19, cumulative = -3.08861e-19
BiCGStab: Solving for omega, Initial residual = 9.5021e-06, Final residual = 9.5021e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.78161e-06, Final residual = 8.78161e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.85037e-07, Final residual = 1.06239e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.50586e-07, Final residual = 6.45602e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.36812e-05, Final residual = 3.3168e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000155213, Final residual = 8.62995e-07, No Iterations 7
time step continuity errors : sum local = 1.13512e-10, global = 9.40353e-20, cumulative = -2.14826e-19
DICPCG: Solving for p, Initial residual = 2.60301e-05, Final residual = 7.74855e-07, No Iterations 4
time step continuity errors : sum local = 1.02613e-10, global = 1.12945e-19, cumulative = -1.01881e-19
BiCGStab: Solving for omega, Initial residual = 9.55525e-06, Final residual = 9.55525e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.78043e-06, Final residual = 8.78043e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9601.24 s ClockTime = 9602 s Max(PAc) = 154523 Pa
Courant Number mean: 0.0595666 max: 0.965447 velocity magnitude: 1.27199
deltaT = 0.000482765
Time = 1.69034
--> Cloud: bubbleCloud
Added 149 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 624250
Mass introduced by injector = 5.69544e-10
Number of parcels added continuously = 1201
Mass introduced continuously = 1.08388e-12
Current number of parcels = 4293177
Current mass in system = 4.76208e-09
Number of parcels shifted at least once = 5085
Number of parcel shifts towards cell center = 5096
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00551742, Final user-defined norm residual = 7.72054e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.6569e-05, Final user-defined norm residual = 2.43309e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.22169e-08, Final user-defined norm residual = 4.89355e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000546295, Final residual = 4.83767e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000379415, Final residual = 1.53775e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0275882, Final residual = 6.2033e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0465552, Final residual = 8.28664e-07, No Iterations 254
time step continuity errors : sum local = 1.01996e-10, global = 2.02875e-20, cumulative = -8.15935e-20
DICPCG: Solving for p, Initial residual = 0.00576342, Final residual = 9.98653e-07, No Iterations 140
time step continuity errors : sum local = 1.33739e-10, global = -2.51223e-20, cumulative = -1.06716e-19
BiCGStab: Solving for omega, Initial residual = 0.000453276, Final residual = 5.68557e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000651658, Final residual = 8.23456e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.93306e-05, Final residual = 5.43366e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.06604e-05, Final residual = 4.33077e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00256645, Final residual = 1.82211e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0106472, Final residual = 9.25824e-07, No Iterations 246
time step continuity errors : sum local = 1.1379e-10, global = 2.62156e-21, cumulative = -1.04094e-19
DICPCG: Solving for p, Initial residual = 0.00191422, Final residual = 9.75532e-07, No Iterations 92
time step continuity errors : sum local = 1.25911e-10, global = -1.98821e-20, cumulative = -1.23976e-19
BiCGStab: Solving for omega, Initial residual = 1.94256e-05, Final residual = 1.88814e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.65418e-06, Final residual = 8.65418e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.45107e-06, Final residual = 3.36263e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.90925e-06, Final residual = 2.94204e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000376718, Final residual = 1.17626e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.001933, Final residual = 9.91705e-07, No Iterations 93
time step continuity errors : sum local = 1.28294e-10, global = 5.74649e-20, cumulative = -6.65114e-20
DICPCG: Solving for p, Initial residual = 0.000345065, Final residual = 9.86017e-07, No Iterations 50
time step continuity errors : sum local = 1.27551e-10, global = 4.53067e-20, cumulative = -2.12047e-20
BiCGStab: Solving for omega, Initial residual = 1.09062e-05, Final residual = 1.66019e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.75776e-06, Final residual = 8.75776e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.6802e-07, Final residual = 4.48743e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.81472e-07, Final residual = 3.32618e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.60814e-05, Final residual = 2.18945e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000527474, Final residual = 9.69274e-07, No Iterations 26
time step continuity errors : sum local = 1.25468e-10, global = -2.59965e-20, cumulative = -4.72012e-20
DICPCG: Solving for p, Initial residual = 8.76358e-05, Final residual = 9.87741e-07, No Iterations 7
time step continuity errors : sum local = 1.27739e-10, global = 8.57926e-21, cumulative = -3.86219e-20
BiCGStab: Solving for omega, Initial residual = 1.22015e-05, Final residual = 1.85733e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.77015e-06, Final residual = 8.77015e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.48017e-07, Final residual = 1.13909e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.47955e-07, Final residual = 6.6207e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.31319e-05, Final residual = 3.63317e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000143812, Final residual = 8.25937e-07, No Iterations 7
time step continuity errors : sum local = 1.07816e-10, global = 5.08739e-21, cumulative = -3.35345e-20
DICPCG: Solving for p, Initial residual = 2.46041e-05, Final residual = 7.7176e-07, No Iterations 4
time step continuity errors : sum local = 1.01144e-10, global = 4.56476e-20, cumulative = 1.21131e-20
BiCGStab: Solving for omega, Initial residual = 1.50318e-05, Final residual = 2.28191e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.77138e-06, Final residual = 8.77138e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9619.66 s ClockTime = 9620 s Max(PAc) = 154423 Pa
Courant Number mean: 0.0595813 max: 0.972782 velocity magnitude: 1.26348
deltaT = 0.000482765
Time = 1.69083
--> Cloud: bubbleCloud
Added 158 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 624408
Mass introduced by injector = 5.69682e-10
Number of parcels added continuously = 1250
Mass introduced continuously = 1.15061e-12
Current number of parcels = 4294150
Current mass in system = 4.76297e-09
Number of parcels shifted at least once = 5167
Number of parcel shifts towards cell center = 5170
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00542286, Final user-defined norm residual = 7.95421e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.70717e-05, Final user-defined norm residual = 4.89624e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.05088e-08, Final user-defined norm residual = 2.80356e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000537614, Final residual = 5.06573e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000380119, Final residual = 1.65254e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0282614, Final residual = 8.16996e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0469185, Final residual = 9.43475e-07, No Iterations 252
time step continuity errors : sum local = 1.16326e-10, global = 2.6259e-20, cumulative = 3.8372e-20
DICPCG: Solving for p, Initial residual = 0.0050876, Final residual = 9.6412e-07, No Iterations 130
time step continuity errors : sum local = 1.33685e-10, global = -2.36523e-20, cumulative = 1.47197e-20
BiCGStab: Solving for omega, Initial residual = 0.000458177, Final residual = 5.50387e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000652621, Final residual = 8.33891e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.90325e-05, Final residual = 5.28779e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.13538e-05, Final residual = 4.39615e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00260425, Final residual = 2.09379e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0104874, Final residual = 9.32036e-07, No Iterations 239
time step continuity errors : sum local = 1.15191e-10, global = 1.25939e-19, cumulative = 1.40659e-19
DICPCG: Solving for p, Initial residual = 0.00185454, Final residual = 9.80056e-07, No Iterations 92
time step continuity errors : sum local = 1.26704e-10, global = 3.32949e-20, cumulative = 1.73954e-19
BiCGStab: Solving for omega, Initial residual = 2.88828e-05, Final residual = 4.2357e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.88713e-06, Final residual = 8.88713e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.00432e-06, Final residual = 3.31566e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.05979e-06, Final residual = 3.03176e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00037556, Final residual = 1.29817e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00206988, Final residual = 9.93822e-07, No Iterations 70
time step continuity errors : sum local = 1.29022e-10, global = 8.3043e-21, cumulative = 1.82258e-19
DICPCG: Solving for p, Initial residual = 0.000337944, Final residual = 9.66074e-07, No Iterations 38
time step continuity errors : sum local = 1.25473e-10, global = -4.04807e-20, cumulative = 1.41777e-19
BiCGStab: Solving for omega, Initial residual = 1.57944e-05, Final residual = 3.86573e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.95356e-06, Final residual = 8.95356e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.48032e-07, Final residual = 5.53639e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.6259e-07, Final residual = 2.92017e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.78808e-05, Final residual = 2.14999e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000544134, Final residual = 9.65152e-07, No Iterations 15
time step continuity errors : sum local = 1.2533e-10, global = 2.24135e-20, cumulative = 1.64191e-19
DICPCG: Solving for p, Initial residual = 9.12792e-05, Final residual = 8.38066e-07, No Iterations 7
time step continuity errors : sum local = 1.09597e-10, global = -3.88326e-20, cumulative = 1.25358e-19
BiCGStab: Solving for omega, Initial residual = 1.75557e-05, Final residual = 5.10933e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.96578e-06, Final residual = 8.96578e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.92635e-07, Final residual = 1.03435e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.5375e-07, Final residual = 6.3498e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.38665e-05, Final residual = 3.54236e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00016149, Final residual = 9.01337e-07, No Iterations 6
time step continuity errors : sum local = 1.1742e-10, global = -5.93481e-20, cumulative = 6.60102e-20
DICPCG: Solving for p, Initial residual = 2.59958e-05, Final residual = 6.86233e-07, No Iterations 4
time step continuity errors : sum local = 9.08129e-11, global = -3.4297e-20, cumulative = 3.17132e-20
BiCGStab: Solving for omega, Initial residual = 1.86925e-05, Final residual = 6.53589e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.95203e-06, Final residual = 8.95203e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9638.1 s ClockTime = 9639 s Max(PAc) = 154652 Pa
Courant Number mean: 0.0595961 max: 0.980438 velocity magnitude: 1.25516
deltaT = 0.000482765
Time = 1.69131
--> Cloud: bubbleCloud
Added 181 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 624589
Mass introduced by injector = 5.6986e-10
Number of parcels added continuously = 1199
Mass introduced continuously = 1.08878e-12
Current number of parcels = 4295113
Current mass in system = 4.76383e-09
Number of parcels shifted at least once = 5180
Number of parcel shifts towards cell center = 5188
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00583223, Final user-defined norm residual = 0.000156276
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.35615e-05, Final user-defined norm residual = 4.86912e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.04572e-07, Final user-defined norm residual = 1.05012e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000539585, Final residual = 4.77406e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000377957, Final residual = 1.53878e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0281717, Final residual = 8.0719e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0449591, Final residual = 9.5126e-07, No Iterations 252
time step continuity errors : sum local = 1.16681e-10, global = -1.92444e-20, cumulative = 1.24689e-20
DICPCG: Solving for p, Initial residual = 0.00468919, Final residual = 8.93272e-07, No Iterations 102
time step continuity errors : sum local = 1.09048e-10, global = 2.01525e-20, cumulative = 3.26214e-20
BiCGStab: Solving for omega, Initial residual = 0.000451105, Final residual = 5.95546e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000653367, Final residual = 8.29261e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.04402e-05, Final residual = 5.24394e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.23605e-05, Final residual = 4.32793e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0026692, Final residual = 2.27543e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0116378, Final residual = 8.93269e-07, No Iterations 242
time step continuity errors : sum local = 1.09087e-10, global = 8.92565e-20, cumulative = 1.21878e-19
DICPCG: Solving for p, Initial residual = 0.00212623, Final residual = 9.82873e-07, No Iterations 91
time step continuity errors : sum local = 1.27281e-10, global = -4.03067e-21, cumulative = 1.17847e-19
BiCGStab: Solving for omega, Initial residual = 3.02197e-05, Final residual = 6.63392e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.03482e-06, Final residual = 9.03482e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.10418e-06, Final residual = 3.27962e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.44646e-06, Final residual = 3.00041e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000378833, Final residual = 1.33762e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00245564, Final residual = 9.77812e-07, No Iterations 84
time step continuity errors : sum local = 1.274e-10, global = 7.36221e-21, cumulative = 1.25209e-19
DICPCG: Solving for p, Initial residual = 0.000423286, Final residual = 9.33631e-07, No Iterations 44
time step continuity errors : sum local = 1.21913e-10, global = 4.51262e-20, cumulative = 1.70336e-19
BiCGStab: Solving for omega, Initial residual = 2.34365e-05, Final residual = 8.47488e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.07339e-06, Final residual = 9.07339e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.1863e-06, Final residual = 4.67749e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.39854e-07, Final residual = 3.28149e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.73457e-05, Final residual = 2.12417e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000693678, Final residual = 9.07642e-07, No Iterations 13
time step continuity errors : sum local = 1.18716e-10, global = 3.5356e-20, cumulative = 2.05692e-19
DICPCG: Solving for p, Initial residual = 0.000119734, Final residual = 8.86729e-07, No Iterations 6
time step continuity errors : sum local = 1.16145e-10, global = 7.74206e-21, cumulative = 2.13434e-19
BiCGStab: Solving for omega, Initial residual = 2.44082e-05, Final residual = 9.39292e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.06899e-06, Final residual = 9.06899e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.2972e-07, Final residual = 9.0381e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.96451e-07, Final residual = 6.16455e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.28247e-05, Final residual = 3.54238e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000203525, Final residual = 7.30782e-07, No Iterations 6
time step continuity errors : sum local = 9.70557e-11, global = -1.16871e-19, cumulative = 9.65631e-20
DICPCG: Solving for p, Initial residual = 3.3643e-05, Final residual = 5.93972e-07, No Iterations 4
time step continuity errors : sum local = 8.03071e-11, global = -1.34014e-19, cumulative = -3.74511e-20
BiCGStab: Solving for omega, Initial residual = 2.86986e-05, Final residual = 1.12867e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.08187e-06, Final residual = 9.08187e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9656.52 s ClockTime = 9657 s Max(PAc) = 154996 Pa
Courant Number mean: 0.0596115 max: 0.984092 velocity magnitude: 1.26219
deltaT = 0.000482765
Time = 1.69179
--> Cloud: bubbleCloud
Added 140 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 624729
Mass introduced by injector = 5.69998e-10
Number of parcels added continuously = 1241
Mass introduced continuously = 1.14754e-12
Current number of parcels = 4296075
Current mass in system = 4.76471e-09
Number of parcels shifted at least once = 5042
Number of parcel shifts towards cell center = 5051
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00601895, Final user-defined norm residual = 0.000152503
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.27397e-05, Final user-defined norm residual = 6.05593e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.30015e-07, Final user-defined norm residual = 2.98516e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.0005388, Final residual = 4.79065e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00037581, Final residual = 1.54433e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.028136, Final residual = 8.17683e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0442767, Final residual = 9.50728e-07, No Iterations 145
time step continuity errors : sum local = 1.34536e-10, global = -3.0978e-21, cumulative = -4.05489e-20
DICPCG: Solving for p, Initial residual = 0.00512782, Final residual = 9.82458e-07, No Iterations 235
time step continuity errors : sum local = 1.21453e-10, global = -2.70227e-20, cumulative = -6.75715e-20
BiCGStab: Solving for omega, Initial residual = 0.000465184, Final residual = 5.01547e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000653531, Final residual = 8.21042e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.89113e-05, Final residual = 5.28394e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.18683e-05, Final residual = 4.5378e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00274744, Final residual = 2.24949e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0107801, Final residual = 9.53785e-07, No Iterations 239
time step continuity errors : sum local = 1.17878e-10, global = 2.25288e-20, cumulative = -4.50427e-20
DICPCG: Solving for p, Initial residual = 0.00200924, Final residual = 9.75422e-07, No Iterations 94
time step continuity errors : sum local = 1.27375e-10, global = 5.88988e-20, cumulative = 1.38561e-20
BiCGStab: Solving for omega, Initial residual = 3.22197e-05, Final residual = 7.14094e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.82016e-06, Final residual = 8.82016e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.62364e-06, Final residual = 3.29849e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.9925e-06, Final residual = 3.0269e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000399369, Final residual = 1.33671e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00209607, Final residual = 9.45013e-07, No Iterations 49
time step continuity errors : sum local = 1.24434e-10, global = -9.68368e-20, cumulative = -8.29808e-20
DICPCG: Solving for p, Initial residual = 0.000363461, Final residual = 9.36227e-07, No Iterations 29
time step continuity errors : sum local = 1.23332e-10, global = -1.02638e-19, cumulative = -1.85619e-19
BiCGStab: Solving for omega, Initial residual = 2.19467e-05, Final residual = 6.91949e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.83148e-06, Final residual = 8.83148e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.38145e-07, Final residual = 4.8623e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.49259e-07, Final residual = 3.31469e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.45791e-05, Final residual = 2.16125e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000527415, Final residual = 9.4788e-07, No Iterations 9
time step continuity errors : sum local = 1.24764e-10, global = 1.80417e-20, cumulative = -1.67577e-19
DICPCG: Solving for p, Initial residual = 9.0608e-05, Final residual = 6.91998e-07, No Iterations 6
time step continuity errors : sum local = 9.30732e-11, global = -7.14037e-20, cumulative = -2.38981e-19
BiCGStab: Solving for omega, Initial residual = 2.1575e-05, Final residual = 7.1991e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.82394e-06, Final residual = 8.82394e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.62541e-07, Final residual = 9.677e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.40989e-07, Final residual = 5.38337e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.59345e-05, Final residual = 3.58968e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000150894, Final residual = 9.57248e-07, No Iterations 5
time step continuity errors : sum local = 1.25909e-10, global = 7.69713e-20, cumulative = -1.6201e-19
DICPCG: Solving for p, Initial residual = 2.45871e-05, Final residual = 9.91602e-07, No Iterations 3
time step continuity errors : sum local = 1.30157e-10, global = 1.84845e-21, cumulative = -1.60161e-19
BiCGStab: Solving for omega, Initial residual = 2.20142e-05, Final residual = 8.27892e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.82969e-06, Final residual = 8.82969e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9674.95 s ClockTime = 9675 s Max(PAc) = 155018 Pa
Courant Number mean: 0.0596267 max: 0.9899 velocity magnitude: 1.27332
deltaT = 0.000482765
Time = 1.69228
--> Cloud: bubbleCloud
Added 153 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 624882
Mass introduced by injector = 5.70179e-10
Number of parcels added continuously = 1200
Mass introduced continuously = 1.09473e-12
Current number of parcels = 4296982
Current mass in system = 4.76546e-09
Number of parcels shifted at least once = 5127
Number of parcel shifts towards cell center = 5133
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00587208, Final user-defined norm residual = 0.00010727
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.3051e-05, Final user-defined norm residual = 2.89781e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.22725e-08, Final user-defined norm residual = 3.51063e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000537746, Final residual = 4.96671e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000375758, Final residual = 1.60998e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0277228, Final residual = 6.27468e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0433112, Final residual = 9.31127e-07, No Iterations 251
time step continuity errors : sum local = 1.15778e-10, global = 5.53636e-21, cumulative = -1.54625e-19
DICPCG: Solving for p, Initial residual = 0.00535122, Final residual = 9.67761e-07, No Iterations 89
time step continuity errors : sum local = 1.31439e-10, global = -4.51625e-20, cumulative = -1.99788e-19
BiCGStab: Solving for omega, Initial residual = 0.000451207, Final residual = 5.61941e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00065304, Final residual = 8.18325e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.97071e-05, Final residual = 5.20193e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.20195e-05, Final residual = 4.39358e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00268596, Final residual = 1.91126e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0117398, Final residual = 9.84947e-07, No Iterations 245
time step continuity errors : sum local = 1.23305e-10, global = -3.16323e-20, cumulative = -2.3142e-19
DICPCG: Solving for p, Initial residual = 0.00216238, Final residual = 9.90144e-07, No Iterations 100
time step continuity errors : sum local = 1.30154e-10, global = 6.42848e-21, cumulative = -2.24991e-19
BiCGStab: Solving for omega, Initial residual = 2.36908e-05, Final residual = 5.34065e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.62596e-06, Final residual = 8.62596e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.90422e-06, Final residual = 3.28103e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.21356e-06, Final residual = 2.98999e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000395077, Final residual = 1.18888e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.002361, Final residual = 9.37977e-07, No Iterations 46
time step continuity errors : sum local = 1.24194e-10, global = -8.642e-21, cumulative = -2.33633e-19
DICPCG: Solving for p, Initial residual = 0.000395846, Final residual = 9.24863e-07, No Iterations 28
time step continuity errors : sum local = 1.22473e-10, global = -1.16252e-20, cumulative = -2.45259e-19
BiCGStab: Solving for omega, Initial residual = 1.40696e-05, Final residual = 5.02166e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.6718e-06, Final residual = 8.6718e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.0587e-06, Final residual = 5.46053e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.00682e-07, Final residual = 3.59054e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.31618e-05, Final residual = 2.19936e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000652299, Final residual = 9.46657e-07, No Iterations 15
time step continuity errors : sum local = 1.2518e-10, global = 6.48164e-20, cumulative = -1.80442e-19
DICPCG: Solving for p, Initial residual = 0.000106443, Final residual = 9.35299e-07, No Iterations 5
time step continuity errors : sum local = 1.23738e-10, global = 1.21661e-20, cumulative = -1.68276e-19
BiCGStab: Solving for omega, Initial residual = 1.36337e-05, Final residual = 5.6373e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.6778e-06, Final residual = 8.6778e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.91922e-07, Final residual = 1.11274e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.67932e-07, Final residual = 6.26211e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.51337e-05, Final residual = 3.6581e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000182765, Final residual = 8.4016e-07, No Iterations 6
time step continuity errors : sum local = 1.11815e-10, global = 5.57124e-20, cumulative = -1.12564e-19
DICPCG: Solving for p, Initial residual = 2.91968e-05, Final residual = 5.70414e-07, No Iterations 4
time step continuity errors : sum local = 7.80125e-11, global = 1.05484e-19, cumulative = -7.07964e-21
BiCGStab: Solving for omega, Initial residual = 1.46052e-05, Final residual = 5.98908e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.6824e-06, Final residual = 8.6824e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9693.47 s ClockTime = 9694 s Max(PAc) = 155391 Pa
Courant Number mean: 0.0596416 max: 0.989261 velocity magnitude: 1.28315
deltaT = 0.000482765
Time = 1.69276
--> Cloud: bubbleCloud
Added 118 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 625000
Mass introduced by injector = 5.70296e-10
Number of parcels added continuously = 1233
Mass introduced continuously = 1.09739e-12
Current number of parcels = 4297883
Current mass in system = 4.7662e-09
Number of parcels shifted at least once = 5231
Number of parcel shifts towards cell center = 5233
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00562777, Final user-defined norm residual = 8.80881e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.89163e-05, Final user-defined norm residual = 1.81626e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.90035e-08, Final user-defined norm residual = 1.40654e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000538679, Final residual = 4.8404e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000378431, Final residual = 1.4819e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0265178, Final residual = 7.73578e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0467471, Final residual = 9.61994e-07, No Iterations 161
time step continuity errors : sum local = 1.29566e-10, global = -4.43762e-20, cumulative = -5.14559e-20
DICPCG: Solving for p, Initial residual = 0.00636152, Final residual = 8.93673e-07, No Iterations 143
time step continuity errors : sum local = 1.16454e-10, global = 3.99715e-20, cumulative = -1.14843e-20
BiCGStab: Solving for omega, Initial residual = 0.000445878, Final residual = 5.29434e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000651925, Final residual = 8.14139e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.01761e-05, Final residual = 5.2612e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.25176e-05, Final residual = 4.59959e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00247377, Final residual = 2.1269e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0123034, Final residual = 8.82656e-07, No Iterations 240
time step continuity errors : sum local = 1.10487e-10, global = 1.69446e-20, cumulative = 5.46025e-21
DICPCG: Solving for p, Initial residual = 0.0023452, Final residual = 9.80887e-07, No Iterations 122
time step continuity errors : sum local = 1.30002e-10, global = -8.62435e-20, cumulative = -8.07832e-20
BiCGStab: Solving for omega, Initial residual = 2.44322e-05, Final residual = 5.21046e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.61027e-06, Final residual = 8.61027e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.09985e-06, Final residual = 3.30458e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.50071e-06, Final residual = 2.97543e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000362262, Final residual = 1.24931e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00255672, Final residual = 9.66645e-07, No Iterations 61
time step continuity errors : sum local = 1.29199e-10, global = 8.86696e-20, cumulative = 7.88636e-21
DICPCG: Solving for p, Initial residual = 0.000443528, Final residual = 9.72995e-07, No Iterations 33
time step continuity errors : sum local = 1.29938e-10, global = 1.75102e-19, cumulative = 1.82988e-19
BiCGStab: Solving for omega, Initial residual = 1.58565e-05, Final residual = 6.0135e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.66007e-06, Final residual = 8.66007e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.17328e-06, Final residual = 5.29347e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.72845e-07, Final residual = 3.32497e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.64481e-05, Final residual = 2.02486e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000696809, Final residual = 9.66682e-07, No Iterations 19
time step continuity errors : sum local = 1.29138e-10, global = -4.92366e-20, cumulative = 1.33752e-19
DICPCG: Solving for p, Initial residual = 0.000115833, Final residual = 8.93724e-07, No Iterations 6
time step continuity errors : sum local = 1.19987e-10, global = -7.87967e-20, cumulative = 5.49551e-20
BiCGStab: Solving for omega, Initial residual = 1.78219e-05, Final residual = 7.435e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.66799e-06, Final residual = 8.66799e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.46333e-07, Final residual = 1.25138e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.98738e-07, Final residual = 7.23784e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.34295e-05, Final residual = 3.30768e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000203107, Final residual = 8.25696e-07, No Iterations 6
time step continuity errors : sum local = 1.11463e-10, global = -1.6606e-20, cumulative = 3.83492e-20
DICPCG: Solving for p, Initial residual = 3.42808e-05, Final residual = 6.20366e-07, No Iterations 4
time step continuity errors : sum local = 8.57411e-11, global = -5.36483e-20, cumulative = -1.52991e-20
BiCGStab: Solving for omega, Initial residual = 2.07199e-05, Final residual = 9.07913e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.66759e-06, Final residual = 8.66759e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9711.88 s ClockTime = 9712 s Max(PAc) = 155669 Pa
Courant Number mean: 0.0596566 max: 0.98656 velocity magnitude: 1.28989
deltaT = 0.000482765
Time = 1.69324
--> Cloud: bubbleCloud
Added 197 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 625197
Mass introduced by injector = 5.70449e-10
Number of parcels added continuously = 1176
Mass introduced continuously = 1.13009e-12
Current number of parcels = 4298850
Current mass in system = 4.76707e-09
Number of parcels shifted at least once = 5137
Number of parcel shifts towards cell center = 5146
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00611043, Final user-defined norm residual = 0.000191948
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.12362e-05, Final user-defined norm residual = 2.88552e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.19924e-07, Final user-defined norm residual = 3.53815e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000533743, Final residual = 4.56012e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00037425, Final residual = 1.4624e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.027652, Final residual = 8.23189e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0472491, Final residual = 9.62108e-07, No Iterations 246
time step continuity errors : sum local = 1.21243e-10, global = -3.61312e-20, cumulative = -5.14302e-20
DICPCG: Solving for p, Initial residual = 0.00597344, Final residual = 9.6748e-07, No Iterations 130
time step continuity errors : sum local = 1.35192e-10, global = -7.62058e-21, cumulative = -5.90508e-20
BiCGStab: Solving for omega, Initial residual = 0.000446356, Final residual = 4.48761e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000650929, Final residual = 8.22039e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.89625e-05, Final residual = 5.20595e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.20411e-05, Final residual = 4.48065e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00258275, Final residual = 2.33524e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0115228, Final residual = 9.9436e-07, No Iterations 244
time step continuity errors : sum local = 1.2594e-10, global = 1.49011e-20, cumulative = -4.41498e-20
DICPCG: Solving for p, Initial residual = 0.00214659, Final residual = 9.92582e-07, No Iterations 86
time step continuity errors : sum local = 1.31749e-10, global = 2.78312e-20, cumulative = -1.63186e-20
BiCGStab: Solving for omega, Initial residual = 2.99452e-05, Final residual = 8.1469e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.81528e-06, Final residual = 8.81528e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.93859e-06, Final residual = 3.30542e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.32093e-06, Final residual = 3.00464e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000375796, Final residual = 1.35214e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00235212, Final residual = 9.97331e-07, No Iterations 60
time step continuity errors : sum local = 1.32945e-10, global = -8.57666e-20, cumulative = -1.02085e-19
DICPCG: Solving for p, Initial residual = 0.000404254, Final residual = 9.97353e-07, No Iterations 31
time step continuity errors : sum local = 1.32874e-10, global = -4.04475e-20, cumulative = -1.42533e-19
BiCGStab: Solving for omega, Initial residual = 2.06327e-05, Final residual = 8.57394e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.78941e-06, Final residual = 8.78941e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.03958e-06, Final residual = 5.198e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.51097e-07, Final residual = 3.65314e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.71583e-05, Final residual = 2.13898e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000619243, Final residual = 9.87311e-07, No Iterations 14
time step continuity errors : sum local = 1.3158e-10, global = 7.43368e-20, cumulative = -6.81958e-20
DICPCG: Solving for p, Initial residual = 0.000107709, Final residual = 9.63009e-07, No Iterations 5
time step continuity errors : sum local = 1.28482e-10, global = 1.96357e-20, cumulative = -4.85602e-20
BiCGStab: Solving for omega, Initial residual = 2.24001e-05, Final residual = 8.9646e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.81083e-06, Final residual = 8.81083e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.13909e-07, Final residual = 1.18844e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.88853e-07, Final residual = 7.02913e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.36261e-05, Final residual = 3.4959e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000182334, Final residual = 7.32376e-07, No Iterations 6
time step continuity errors : sum local = 9.92765e-11, global = 7.584e-21, cumulative = -4.09762e-20
DICPCG: Solving for p, Initial residual = 2.98911e-05, Final residual = 9.54312e-07, No Iterations 3
time step continuity errors : sum local = 1.27371e-10, global = 3.53949e-20, cumulative = -5.58125e-21
BiCGStab: Solving for omega, Initial residual = 2.29327e-05, Final residual = 9.93086e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.77387e-06, Final residual = 8.77387e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9730.37 s ClockTime = 9731 s Max(PAc) = 155397 Pa
Courant Number mean: 0.0596714 max: 0.986245 velocity magnitude: 1.29417
deltaT = 0.000482765
Time = 1.69372
--> Cloud: bubbleCloud
Added 169 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 625366
Mass introduced by injector = 5.70593e-10
Number of parcels added continuously = 1193
Mass introduced continuously = 1.10189e-12
Current number of parcels = 4299734
Current mass in system = 4.76785e-09
Number of parcels shifted at least once = 4996
Number of parcel shifts towards cell center = 5000
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00563709, Final user-defined norm residual = 0.000116456
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.50078e-05, Final user-defined norm residual = 3.52535e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.5705e-08, Final user-defined norm residual = 5.17574e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00053055, Final residual = 4.91374e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000368649, Final residual = 1.55725e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0275104, Final residual = 7.29978e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0453638, Final residual = 9.22401e-07, No Iterations 256
time step continuity errors : sum local = 1.16462e-10, global = -1.80548e-20, cumulative = -2.3636e-20
DICPCG: Solving for p, Initial residual = 0.00495477, Final residual = 9.86006e-07, No Iterations 103
time step continuity errors : sum local = 1.27421e-10, global = 4.11983e-20, cumulative = 1.75623e-20
BiCGStab: Solving for omega, Initial residual = 0.000442847, Final residual = 5.22734e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00065099, Final residual = 8.24971e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.70681e-05, Final residual = 5.22279e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.13101e-05, Final residual = 4.43434e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00260497, Final residual = 2.1359e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0107716, Final residual = 9.86108e-07, No Iterations 242
time step continuity errors : sum local = 1.24526e-10, global = -1.02466e-20, cumulative = 7.31575e-21
DICPCG: Solving for p, Initial residual = 0.00197411, Final residual = 9.7471e-07, No Iterations 93
time step continuity errors : sum local = 1.30629e-10, global = -2.3502e-20, cumulative = -1.61863e-20
BiCGStab: Solving for omega, Initial residual = 2.81683e-05, Final residual = 7.4418e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.3617e-06, Final residual = 8.3617e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.21263e-06, Final residual = 3.15884e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.00323e-06, Final residual = 2.95498e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000394742, Final residual = 1.29381e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00198099, Final residual = 9.98202e-07, No Iterations 57
time step continuity errors : sum local = 1.34481e-10, global = -1.32102e-19, cumulative = -1.48289e-19
DICPCG: Solving for p, Initial residual = 0.000335396, Final residual = 9.72951e-07, No Iterations 25
time step continuity errors : sum local = 1.31212e-10, global = -9.56602e-21, cumulative = -1.57855e-19
BiCGStab: Solving for omega, Initial residual = 1.9754e-05, Final residual = 6.50342e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.34199e-06, Final residual = 8.34199e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.16606e-07, Final residual = 5.52131e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.05433e-07, Final residual = 3.96488e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.19842e-05, Final residual = 2.11439e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000490267, Final residual = 9.62697e-07, No Iterations 14
time step continuity errors : sum local = 1.29914e-10, global = -1.5299e-19, cumulative = -3.10845e-19
DICPCG: Solving for p, Initial residual = 8.43109e-05, Final residual = 8.71571e-07, No Iterations 6
time step continuity errors : sum local = 1.18401e-10, global = -4.6187e-20, cumulative = -3.57032e-19
BiCGStab: Solving for omega, Initial residual = 1.91581e-05, Final residual = 8.39945e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.33734e-06, Final residual = 8.33734e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.17882e-07, Final residual = 1.15096e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.49341e-07, Final residual = 6.34953e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.42507e-05, Final residual = 3.4151e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000134713, Final residual = 8.51701e-07, No Iterations 5
time step continuity errors : sum local = 1.15892e-10, global = 1.46128e-20, cumulative = -3.42419e-19
DICPCG: Solving for p, Initial residual = 2.29236e-05, Final residual = 8.12654e-07, No Iterations 3
time step continuity errors : sum local = 1.10961e-10, global = -1.78799e-20, cumulative = -3.60299e-19
BiCGStab: Solving for omega, Initial residual = 2.2193e-05, Final residual = 8.5371e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.34079e-06, Final residual = 8.34079e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9748.85 s ClockTime = 9749 s Max(PAc) = 154714 Pa
Courant Number mean: 0.0596858 max: 0.98118 velocity magnitude: 1.29497
deltaT = 0.000482765
Time = 1.69421
--> Cloud: bubbleCloud
Added 172 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 625538
Mass introduced by injector = 5.70755e-10
Number of parcels added continuously = 1204
Mass introduced continuously = 1.14238e-12
Current number of parcels = 4300639
Current mass in system = 4.76861e-09
Number of parcels shifted at least once = 5194
Number of parcel shifts towards cell center = 5201
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00611536, Final user-defined norm residual = 8.69076e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.86681e-05, Final user-defined norm residual = 1.10989e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.38412e-08, Final user-defined norm residual = 5.90476e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000538206, Final residual = 5.03676e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000368395, Final residual = 1.56663e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0275779, Final residual = 8.32366e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0523869, Final residual = 9.81034e-07, No Iterations 243
time step continuity errors : sum local = 1.24391e-10, global = -1.16408e-19, cumulative = -4.76707e-19
DICPCG: Solving for p, Initial residual = 0.00701705, Final residual = 9.90945e-07, No Iterations 82
time step continuity errors : sum local = 1.39501e-10, global = 1.34095e-20, cumulative = -4.63297e-19
BiCGStab: Solving for omega, Initial residual = 0.000439136, Final residual = 4.56141e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000650854, Final residual = 8.13354e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.77215e-05, Final residual = 4.99024e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.1195e-05, Final residual = 4.41085e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00259107, Final residual = 2.12652e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0114571, Final residual = 9.55982e-07, No Iterations 243
time step continuity errors : sum local = 1.21943e-10, global = 6.18855e-20, cumulative = -4.01412e-19
DICPCG: Solving for p, Initial residual = 0.00208732, Final residual = 9.78876e-07, No Iterations 86
time step continuity errors : sum local = 1.3083e-10, global = -6.09579e-21, cumulative = -4.07508e-19
BiCGStab: Solving for omega, Initial residual = 2.48056e-05, Final residual = 5.35141e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.3831e-06, Final residual = 8.3831e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.52166e-06, Final residual = 3.16035e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.81715e-06, Final residual = 2.96812e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000393002, Final residual = 1.25868e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0021184, Final residual = 9.81923e-07, No Iterations 41
time step continuity errors : sum local = 1.31901e-10, global = 1.5362e-20, cumulative = -3.92146e-19
DICPCG: Solving for p, Initial residual = 0.000369755, Final residual = 9.5491e-07, No Iterations 11
time step continuity errors : sum local = 1.28386e-10, global = -4.19601e-20, cumulative = -4.34106e-19
BiCGStab: Solving for omega, Initial residual = 1.30771e-05, Final residual = 4.73622e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.40461e-06, Final residual = 8.40461e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.7465e-07, Final residual = 4.21919e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.99963e-07, Final residual = 3.41612e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.41038e-05, Final residual = 1.88823e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000565325, Final residual = 9.51384e-07, No Iterations 16
time step continuity errors : sum local = 1.27896e-10, global = -1.52874e-19, cumulative = -5.8698e-19
DICPCG: Solving for p, Initial residual = 9.7318e-05, Final residual = 8.04323e-07, No Iterations 6
time step continuity errors : sum local = 1.09121e-10, global = -6.62253e-20, cumulative = -6.53206e-19
BiCGStab: Solving for omega, Initial residual = 1.27711e-05, Final residual = 4.12857e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.41569e-06, Final residual = 8.41569e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.65634e-07, Final residual = 1.2784e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.41216e-07, Final residual = 1.05719e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.60122e-05, Final residual = 3.25083e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000158483, Final residual = 9.18189e-07, No Iterations 5
time step continuity errors : sum local = 1.23646e-10, global = -7.36087e-21, cumulative = -6.60566e-19
DICPCG: Solving for p, Initial residual = 2.7442e-05, Final residual = 8.74599e-07, No Iterations 3
time step continuity errors : sum local = 1.18085e-10, global = 5.78629e-21, cumulative = -6.5478e-19
BiCGStab: Solving for omega, Initial residual = 1.40925e-05, Final residual = 4.34308e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.3936e-06, Final residual = 8.3936e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9767.33 s ClockTime = 9768 s Max(PAc) = 154060 Pa
Courant Number mean: 0.0596999 max: 0.98414 velocity magnitude: 1.29108
deltaT = 0.000482765
Time = 1.69469
--> Cloud: bubbleCloud
Added 174 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 625712
Mass introduced by injector = 5.70891e-10
Number of parcels added continuously = 1214
Mass introduced continuously = 1.08971e-12
Current number of parcels = 4301572
Current mass in system = 4.76942e-09
Number of parcels shifted at least once = 5193
Number of parcel shifts towards cell center = 5201
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00579475, Final user-defined norm residual = 0.000144979
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.11089e-05, Final user-defined norm residual = 8.37448e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.797e-07, Final user-defined norm residual = 3.1043e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000533542, Final residual = 4.71469e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000365274, Final residual = 1.51669e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0275428, Final residual = 6.94965e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0472469, Final residual = 9.96897e-07, No Iterations 254
time step continuity errors : sum local = 1.26276e-10, global = -4.99238e-20, cumulative = -7.04704e-19
DICPCG: Solving for p, Initial residual = 0.00569252, Final residual = 9.88643e-07, No Iterations 116
time step continuity errors : sum local = 1.37473e-10, global = 5.40305e-20, cumulative = -6.50673e-19
BiCGStab: Solving for omega, Initial residual = 0.000432736, Final residual = 6.18765e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000649832, Final residual = 8.04697e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.67228e-05, Final residual = 5.19166e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.91154e-06, Final residual = 4.5293e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00255016, Final residual = 1.98081e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0102514, Final residual = 9.49169e-07, No Iterations 244
time step continuity errors : sum local = 1.195e-10, global = 1.96431e-20, cumulative = -6.3103e-19
DICPCG: Solving for p, Initial residual = 0.00181687, Final residual = 9.99836e-07, No Iterations 106
time step continuity errors : sum local = 1.31614e-10, global = 1.62303e-20, cumulative = -6.148e-19
BiCGStab: Solving for omega, Initial residual = 2.11596e-05, Final residual = 3.0015e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.51716e-06, Final residual = 8.51716e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.97734e-06, Final residual = 3.14909e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.64567e-06, Final residual = 2.90023e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000378411, Final residual = 1.15096e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00178903, Final residual = 9.90239e-07, No Iterations 44
time step continuity errors : sum local = 1.31289e-10, global = 5.02392e-20, cumulative = -5.64561e-19
DICPCG: Solving for p, Initial residual = 0.000311629, Final residual = 9.6752e-07, No Iterations 15
time step continuity errors : sum local = 1.28399e-10, global = -2.9237e-20, cumulative = -5.93798e-19
BiCGStab: Solving for omega, Initial residual = 1.05883e-05, Final residual = 2.03444e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.54427e-06, Final residual = 8.54427e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.58914e-07, Final residual = 4.35626e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.34898e-07, Final residual = 3.07709e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.97333e-05, Final residual = 1.83137e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000431131, Final residual = 9.69066e-07, No Iterations 9
time step continuity errors : sum local = 1.28588e-10, global = -2.83945e-20, cumulative = -6.22192e-19
DICPCG: Solving for p, Initial residual = 7.60915e-05, Final residual = 9.14937e-07, No Iterations 5
time step continuity errors : sum local = 1.2177e-10, global = -9.14157e-20, cumulative = -7.13608e-19
BiCGStab: Solving for omega, Initial residual = 1.03175e-05, Final residual = 2.2038e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.52303e-06, Final residual = 8.52303e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.09737e-07, Final residual = 8.517e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.2092e-07, Final residual = 5.3449e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.43765e-05, Final residual = 3.09035e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000122288, Final residual = 8.58526e-07, No Iterations 5
time step continuity errors : sum local = 1.14668e-10, global = -2.53887e-20, cumulative = -7.38997e-19
DICPCG: Solving for p, Initial residual = 2.10993e-05, Final residual = 8.41022e-07, No Iterations 3
time step continuity errors : sum local = 1.12463e-10, global = -3.66517e-20, cumulative = -7.75648e-19
BiCGStab: Solving for omega, Initial residual = 1.19613e-05, Final residual = 3.37517e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.52757e-06, Final residual = 8.52757e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9785.84 s ClockTime = 9786 s Max(PAc) = 153289 Pa
Courant Number mean: 0.0597142 max: 0.986832 velocity magnitude: 1.29148
deltaT = 0.000482765
Time = 1.69517
--> Cloud: bubbleCloud
Added 192 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 625904
Mass introduced by injector = 5.71044e-10
Number of parcels added continuously = 1147
Mass introduced continuously = 1.03973e-12
Current number of parcels = 4302480
Current mass in system = 4.77021e-09
Number of parcels shifted at least once = 5115
Number of parcel shifts towards cell center = 5124
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00616332, Final user-defined norm residual = 0.000226372
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.86072e-05, Final user-defined norm residual = 1.72749e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.70946e-07, Final user-defined norm residual = 3.75246e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000535061, Final residual = 4.37738e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000363914, Final residual = 1.3772e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0264736, Final residual = 7.377e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0480965, Final residual = 9.9665e-07, No Iterations 183
time step continuity errors : sum local = 1.50284e-10, global = -3.90451e-20, cumulative = -8.14694e-19
DICPCG: Solving for p, Initial residual = 0.00568527, Final residual = 9.70963e-07, No Iterations 153
time step continuity errors : sum local = 1.42883e-10, global = -1.58285e-19, cumulative = -9.72979e-19
BiCGStab: Solving for omega, Initial residual = 0.000426386, Final residual = 5.97577e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000650077, Final residual = 7.96686e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.76306e-05, Final residual = 5.70715e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.0563e-05, Final residual = 4.80396e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0025329, Final residual = 2.04528e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0102992, Final residual = 8.99472e-07, No Iterations 237
time step continuity errors : sum local = 1.12643e-10, global = 4.897e-20, cumulative = -9.24009e-19
DICPCG: Solving for p, Initial residual = 0.00195203, Final residual = 9.8223e-07, No Iterations 98
time step continuity errors : sum local = 1.31464e-10, global = -1.50581e-19, cumulative = -1.07459e-18
BiCGStab: Solving for omega, Initial residual = 2.43622e-05, Final residual = 4.3398e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.64352e-06, Final residual = 8.64352e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.38868e-06, Final residual = 3.24272e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.91482e-06, Final residual = 2.80199e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000388614, Final residual = 1.22523e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00193838, Final residual = 9.48271e-07, No Iterations 45
time step continuity errors : sum local = 1.28471e-10, global = -6.62608e-20, cumulative = -1.14085e-18
DICPCG: Solving for p, Initial residual = 0.00035179, Final residual = 9.6226e-07, No Iterations 15
time step continuity errors : sum local = 1.30187e-10, global = 6.07924e-21, cumulative = -1.13477e-18
BiCGStab: Solving for omega, Initial residual = 1.52324e-05, Final residual = 2.5054e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.66826e-06, Final residual = 8.66826e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.47615e-07, Final residual = 4.43412e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.54474e-07, Final residual = 3.12543e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.73327e-05, Final residual = 1.8564e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000534376, Final residual = 9.92401e-07, No Iterations 11
time step continuity errors : sum local = 1.33976e-10, global = -5.63028e-22, cumulative = -1.13533e-18
DICPCG: Solving for p, Initial residual = 9.85966e-05, Final residual = 9.80691e-07, No Iterations 5
time step continuity errors : sum local = 1.32502e-10, global = 9.30255e-20, cumulative = -1.04231e-18
BiCGStab: Solving for omega, Initial residual = 1.6653e-05, Final residual = 3.11935e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.67469e-06, Final residual = 8.67469e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.7139e-07, Final residual = 8.99962e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.69393e-07, Final residual = 6.19837e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.66993e-05, Final residual = 3.11003e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000169619, Final residual = 7.29073e-07, No Iterations 5
time step continuity errors : sum local = 1.00972e-10, global = 4.31481e-20, cumulative = -9.99161e-19
DICPCG: Solving for p, Initial residual = 3.03476e-05, Final residual = 8.05721e-07, No Iterations 3
time step continuity errors : sum local = 1.10575e-10, global = 6.16541e-20, cumulative = -9.37507e-19
BiCGStab: Solving for omega, Initial residual = 1.69265e-05, Final residual = 2.41361e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.6675e-06, Final residual = 8.6675e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9804.46 s ClockTime = 9805 s Max(PAc) = 154489 Pa
Courant Number mean: 0.0597276 max: 0.985055 velocity magnitude: 1.29085
deltaT = 0.000482765
Time = 1.69566
--> Cloud: bubbleCloud
Added 202 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 626106
Mass introduced by injector = 5.71224e-10
Number of parcels added continuously = 1146
Mass introduced continuously = 1.033e-12
Current number of parcels = 4303370
Current mass in system = 4.77096e-09
Number of parcels shifted at least once = 5067
Number of parcel shifts towards cell center = 5073
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00619627, Final user-defined norm residual = 8.06525e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.7322e-05, Final user-defined norm residual = 1.09929e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.36102e-08, Final user-defined norm residual = 7.19628e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000538602, Final residual = 4.4347e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000371449, Final residual = 1.34773e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0262581, Final residual = 7.19378e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0518853, Final residual = 9.98473e-07, No Iterations 258
time step continuity errors : sum local = 1.2522e-10, global = -1.48951e-20, cumulative = -9.52402e-19
DICPCG: Solving for p, Initial residual = 0.00652961, Final residual = 9.42908e-07, No Iterations 131
time step continuity errors : sum local = 1.24319e-10, global = 7.52054e-20, cumulative = -8.77196e-19
BiCGStab: Solving for omega, Initial residual = 0.000430787, Final residual = 6.23293e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000649927, Final residual = 7.95644e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.71853e-05, Final residual = 5.30573e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.0592e-05, Final residual = 4.61463e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00244712, Final residual = 1.88508e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.010251, Final residual = 9.9645e-07, No Iterations 241
time step continuity errors : sum local = 1.25312e-10, global = -9.1313e-20, cumulative = -9.68509e-19
DICPCG: Solving for p, Initial residual = 0.00185069, Final residual = 9.82072e-07, No Iterations 87
time step continuity errors : sum local = 1.31243e-10, global = 5.54612e-20, cumulative = -9.13048e-19
BiCGStab: Solving for omega, Initial residual = 2.31993e-05, Final residual = 3.33287e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.37365e-06, Final residual = 8.37365e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.24447e-06, Final residual = 3.30915e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.81212e-06, Final residual = 2.7034e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000369148, Final residual = 1.0855e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00184802, Final residual = 9.49947e-07, No Iterations 50
time step continuity errors : sum local = 1.28187e-10, global = 5.99517e-20, cumulative = -8.53097e-19
DICPCG: Solving for p, Initial residual = 0.000334115, Final residual = 9.99336e-07, No Iterations 25
time step continuity errors : sum local = 1.34344e-10, global = 1.16792e-20, cumulative = -8.41417e-19
BiCGStab: Solving for omega, Initial residual = 1.1727e-05, Final residual = 2.95914e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.43379e-06, Final residual = 8.43379e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.7435e-07, Final residual = 4.10901e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.0389e-07, Final residual = 2.9964e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.02497e-05, Final residual = 1.73092e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000494839, Final residual = 9.82908e-07, No Iterations 13
time step continuity errors : sum local = 1.32271e-10, global = -3.83332e-20, cumulative = -8.79751e-19
DICPCG: Solving for p, Initial residual = 9.24512e-05, Final residual = 9.00689e-07, No Iterations 7
time step continuity errors : sum local = 1.21909e-10, global = -7.21436e-20, cumulative = -9.51894e-19
BiCGStab: Solving for omega, Initial residual = 8.79398e-06, Final residual = 8.79398e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.45614e-06, Final residual = 8.45614e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.47844e-07, Final residual = 8.46792e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.5713e-07, Final residual = 5.40367e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.48886e-05, Final residual = 2.89506e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000147766, Final residual = 7.10494e-07, No Iterations 5
time step continuity errors : sum local = 9.7969e-11, global = -9.25424e-21, cumulative = -9.61148e-19
DICPCG: Solving for p, Initial residual = 2.72817e-05, Final residual = 8.54366e-07, No Iterations 3
time step continuity errors : sum local = 1.16074e-10, global = 1.15171e-20, cumulative = -9.49631e-19
BiCGStab: Solving for omega, Initial residual = 8.82569e-06, Final residual = 8.82569e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.45478e-06, Final residual = 8.45478e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9823.09 s ClockTime = 9824 s Max(PAc) = 154500 Pa
Courant Number mean: 0.0597418 max: 0.975893 velocity magnitude: 1.28965
deltaT = 0.000482765
Time = 1.69614
--> Cloud: bubbleCloud
Added 182 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 626288
Mass introduced by injector = 5.71379e-10
Number of parcels added continuously = 1232
Mass introduced continuously = 1.12693e-12
Current number of parcels = 4304302
Current mass in system = 4.77171e-09
Number of parcels shifted at least once = 5175
Number of parcel shifts towards cell center = 5179
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00533562, Final user-defined norm residual = 6.40917e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.37669e-05, Final user-defined norm residual = 4.70828e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.01136e-08, Final user-defined norm residual = 2.92566e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000542822, Final residual = 5.18763e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000373541, Final residual = 1.47498e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0263612, Final residual = 7.62051e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0454127, Final residual = 9.51796e-07, No Iterations 255
time step continuity errors : sum local = 1.19585e-10, global = -4.72603e-20, cumulative = -9.96892e-19
DICPCG: Solving for p, Initial residual = 0.00589899, Final residual = 9.35567e-07, No Iterations 101
time step continuity errors : sum local = 1.32856e-10, global = 6.62972e-20, cumulative = -9.30594e-19
BiCGStab: Solving for omega, Initial residual = 0.000424896, Final residual = 5.52564e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000650343, Final residual = 8.0151e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.99536e-05, Final residual = 5.31791e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.21728e-05, Final residual = 4.66098e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00246521, Final residual = 2.24268e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0112659, Final residual = 9.58373e-07, No Iterations 245
time step continuity errors : sum local = 1.20388e-10, global = 6.33544e-21, cumulative = -9.24259e-19
DICPCG: Solving for p, Initial residual = 0.00210621, Final residual = 9.99124e-07, No Iterations 105
time step continuity errors : sum local = 1.31115e-10, global = 9.29448e-20, cumulative = -8.31314e-19
BiCGStab: Solving for omega, Initial residual = 1.90992e-05, Final residual = 2.81747e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.66497e-06, Final residual = 8.66497e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.18396e-06, Final residual = 3.21997e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.38689e-06, Final residual = 2.95234e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000363269, Final residual = 1.28007e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00214301, Final residual = 9.95021e-07, No Iterations 59
time step continuity errors : sum local = 1.31262e-10, global = -3.5731e-20, cumulative = -8.67045e-19
DICPCG: Solving for p, Initial residual = 0.000395412, Final residual = 9.7297e-07, No Iterations 29
time step continuity errors : sum local = 1.28356e-10, global = -3.24563e-20, cumulative = -8.99502e-19
BiCGStab: Solving for omega, Initial residual = 7.4005e-06, Final residual = 7.4005e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.73511e-06, Final residual = 8.73511e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.08557e-06, Final residual = 4.15344e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.51821e-07, Final residual = 2.64263e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.68503e-05, Final residual = 1.85709e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000583422, Final residual = 9.90609e-07, No Iterations 17
time step continuity errors : sum local = 1.30539e-10, global = 7.71547e-20, cumulative = -8.22347e-19
DICPCG: Solving for p, Initial residual = 0.000110514, Final residual = 8.50167e-07, No Iterations 6
time step continuity errors : sum local = 1.12894e-10, global = -5.17591e-21, cumulative = -8.27523e-19
BiCGStab: Solving for omega, Initial residual = 7.58605e-06, Final residual = 7.58605e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.73395e-06, Final residual = 8.73395e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.10302e-07, Final residual = 9.07518e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.05692e-07, Final residual = 6.32284e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.41545e-05, Final residual = 3.10827e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000178897, Final residual = 8.00526e-07, No Iterations 6
time step continuity errors : sum local = 1.06666e-10, global = -5.13263e-20, cumulative = -8.78849e-19
DICPCG: Solving for p, Initial residual = 3.55459e-05, Final residual = 6.44453e-07, No Iterations 4
time step continuity errors : sum local = 8.70804e-11, global = 7.01617e-20, cumulative = -8.08687e-19
BiCGStab: Solving for omega, Initial residual = 7.63032e-06, Final residual = 7.63032e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.7323e-06, Final residual = 8.7323e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9841.63 s ClockTime = 9842 s Max(PAc) = 154771 Pa
Courant Number mean: 0.0597567 max: 0.982471 velocity magnitude: 1.28629
deltaT = 0.000482765
Time = 1.69662
--> Cloud: bubbleCloud
Added 178 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 626466
Mass introduced by injector = 5.71561e-10
Number of parcels added continuously = 1262
Mass introduced continuously = 1.15274e-12
Current number of parcels = 4305309
Current mass in system = 4.77261e-09
Number of parcels shifted at least once = 5074
Number of parcel shifts towards cell center = 5085
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00654152, Final user-defined norm residual = 0.000229216
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.92465e-05, Final user-defined norm residual = 3.9652e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.51947e-07, Final user-defined norm residual = 7.94079e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000545272, Final residual = 4.82415e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000374129, Final residual = 1.31763e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0270568, Final residual = 8.56636e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0520064, Final residual = 9.32602e-07, No Iterations 256
time step continuity errors : sum local = 1.17072e-10, global = -2.22092e-20, cumulative = -8.30897e-19
DICPCG: Solving for p, Initial residual = 0.00754087, Final residual = 9.49064e-07, No Iterations 142
time step continuity errors : sum local = 1.25767e-10, global = 2.15783e-20, cumulative = -8.09318e-19
BiCGStab: Solving for omega, Initial residual = 0.00042338, Final residual = 4.88121e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000649401, Final residual = 8.02259e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.21946e-05, Final residual = 5.21192e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.32229e-05, Final residual = 4.4729e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00262143, Final residual = 2.27706e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.012725, Final residual = 9.44937e-07, No Iterations 245
time step continuity errors : sum local = 1.18699e-10, global = 5.04382e-20, cumulative = -7.5888e-19
DICPCG: Solving for p, Initial residual = 0.00244594, Final residual = 9.30738e-07, No Iterations 90
time step continuity errors : sum local = 1.23546e-10, global = 6.96855e-20, cumulative = -6.89195e-19
BiCGStab: Solving for omega, Initial residual = 2.04242e-05, Final residual = 2.91381e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.37233e-06, Final residual = 8.37233e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.09306e-06, Final residual = 3.19834e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.78477e-06, Final residual = 2.89084e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000389898, Final residual = 1.27319e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00277263, Final residual = 9.95541e-07, No Iterations 108
time step continuity errors : sum local = 1.32299e-10, global = -5.83146e-20, cumulative = -7.47509e-19
DICPCG: Solving for p, Initial residual = 0.000519526, Final residual = 9.63744e-07, No Iterations 56
time step continuity errors : sum local = 1.28233e-10, global = -6.96555e-20, cumulative = -8.17165e-19
BiCGStab: Solving for omega, Initial residual = 8.63635e-06, Final residual = 8.63635e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.41706e-06, Final residual = 8.41706e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.39433e-06, Final residual = 5.29416e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.36742e-07, Final residual = 2.41814e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.32018e-05, Final residual = 1.93645e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000806393, Final residual = 9.93789e-07, No Iterations 34
time step continuity errors : sum local = 1.31977e-10, global = 5.45223e-20, cumulative = -7.62642e-19
DICPCG: Solving for p, Initial residual = 0.000153173, Final residual = 9.75711e-07, No Iterations 10
time step continuity errors : sum local = 1.29678e-10, global = -4.8567e-20, cumulative = -8.1121e-19
BiCGStab: Solving for omega, Initial residual = 8.8797e-06, Final residual = 8.8797e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.41667e-06, Final residual = 8.41667e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.12741e-07, Final residual = 1.12977e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.6776e-07, Final residual = 9.93029e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.52961e-05, Final residual = 3.31228e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000244014, Final residual = 9.17768e-07, No Iterations 8
time step continuity errors : sum local = 1.22402e-10, global = -2.00829e-21, cumulative = -8.13218e-19
DICPCG: Solving for p, Initial residual = 4.64604e-05, Final residual = 8.24817e-07, No Iterations 4
time step continuity errors : sum local = 1.10726e-10, global = 2.46762e-20, cumulative = -7.88542e-19
BiCGStab: Solving for omega, Initial residual = 8.89921e-06, Final residual = 8.89921e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.41604e-06, Final residual = 8.41604e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9860.24 s ClockTime = 9861 s Max(PAc) = 154779 Pa
Courant Number mean: 0.0597727 max: 1.00724 velocity magnitude: 1.28782
deltaT = 0.000422419
Time = 1.69704
--> Cloud: bubbleCloud
Added 171 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 626637
Mass introduced by injector = 5.71699e-10
Number of parcels added continuously = 1120
Mass introduced continuously = 1.05008e-12
Current number of parcels = 4306223
Current mass in system = 4.7734e-09
Number of parcels shifted at least once = 4447
Number of parcel shifts towards cell center = 4448
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00570611, Final user-defined norm residual = 0.000102768
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.20791e-05, Final user-defined norm residual = 2.65121e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.69604e-08, Final user-defined norm residual = 4.64644e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000485717, Final residual = 1.65866e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000327422, Final residual = 5.81163e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0235055, Final residual = 3.41216e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0652197, Final residual = 9.26856e-07, No Iterations 261
time step continuity errors : sum local = 9.20427e-11, global = -3.15817e-20, cumulative = -8.20123e-19
DICPCG: Solving for p, Initial residual = 0.00925138, Final residual = 9.36848e-07, No Iterations 241
time step continuity errors : sum local = 9.30238e-11, global = -7.4744e-20, cumulative = -8.94867e-19
BiCGStab: Solving for omega, Initial residual = 0.000369165, Final residual = 2.68462e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00056672, Final residual = 4.51567e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.92574e-05, Final residual = 2.60314e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.16102e-05, Final residual = 2.42585e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00208618, Final residual = 7.98716e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0139816, Final residual = 9.86906e-07, No Iterations 239
time step continuity errors : sum local = 9.82355e-11, global = 3.12439e-20, cumulative = -8.63623e-19
DICPCG: Solving for p, Initial residual = 0.00246339, Final residual = 9.56099e-07, No Iterations 69
time step continuity errors : sum local = 9.94351e-11, global = 3.04605e-20, cumulative = -8.33163e-19
BiCGStab: Solving for omega, Initial residual = 1.74227e-05, Final residual = 1.71312e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.87054e-06, Final residual = 6.87054e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.5509e-06, Final residual = 1.56166e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.48866e-06, Final residual = 1.21361e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000293225, Final residual = 7.10358e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00294019, Final residual = 9.51966e-07, No Iterations 93
time step continuity errors : sum local = 9.95527e-11, global = 2.73056e-20, cumulative = -8.05857e-19
DICPCG: Solving for p, Initial residual = 0.000493576, Final residual = 9.5403e-07, No Iterations 52
time step continuity errors : sum local = 9.97145e-11, global = -1.30385e-20, cumulative = -8.18896e-19
BiCGStab: Solving for omega, Initial residual = 7.44813e-06, Final residual = 7.44813e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.91587e-06, Final residual = 6.91587e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.26227e-06, Final residual = 2.00615e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.04998e-07, Final residual = 1.38965e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.96122e-05, Final residual = 9.96007e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000784031, Final residual = 9.27875e-07, No Iterations 19
time step continuity errors : sum local = 9.70935e-11, global = -3.1301e-20, cumulative = -8.50197e-19
DICPCG: Solving for p, Initial residual = 0.000136492, Final residual = 8.86626e-07, No Iterations 8
time step continuity errors : sum local = 9.29645e-11, global = -2.85873e-20, cumulative = -8.78784e-19
BiCGStab: Solving for omega, Initial residual = 7.61843e-06, Final residual = 7.61843e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.92007e-06, Final residual = 6.92007e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.55528e-07, Final residual = 4.50249e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.21406e-07, Final residual = 2.52985e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.88837e-06, Final residual = 1.54843e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000244051, Final residual = 7.95368e-07, No Iterations 7
time step continuity errors : sum local = 8.38556e-11, global = 3.74429e-20, cumulative = -8.41341e-19
DICPCG: Solving for p, Initial residual = 4.21713e-05, Final residual = 5.79515e-07, No Iterations 4
time step continuity errors : sum local = 6.23115e-11, global = 3.28813e-21, cumulative = -8.38053e-19
BiCGStab: Solving for omega, Initial residual = 7.61863e-06, Final residual = 7.61863e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.91878e-06, Final residual = 6.91878e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9878.43 s ClockTime = 9879 s Max(PAc) = 155025 Pa
Courant Number mean: 0.0523132 max: 0.888712 velocity magnitude: 1.29366
deltaT = 0.000422419
Time = 1.69747
--> Cloud: bubbleCloud
Added 170 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 626807
Mass introduced by injector = 5.71819e-10
Number of parcels added continuously = 1107
Mass introduced continuously = 9.74569e-13
Current number of parcels = 4307097
Current mass in system = 4.77409e-09
Number of parcels shifted at least once = 4551
Number of parcel shifts towards cell center = 4554
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00557858, Final user-defined norm residual = 0.000105728
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.27113e-05, Final user-defined norm residual = 2.72359e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.85062e-08, Final user-defined norm residual = 2.81445e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000491165, Final residual = 1.75157e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000329242, Final residual = 5.38632e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0230107, Final residual = 3.04563e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0649872, Final residual = 9.79305e-07, No Iterations 253
time step continuity errors : sum local = 9.84302e-11, global = 2.58174e-20, cumulative = -8.12236e-19
DICPCG: Solving for p, Initial residual = 0.00853083, Final residual = 9.31615e-07, No Iterations 95
time step continuity errors : sum local = 9.65192e-11, global = 5.04049e-20, cumulative = -7.61831e-19
BiCGStab: Solving for omega, Initial residual = 0.000370598, Final residual = 2.76511e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000566094, Final residual = 4.58285e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.93154e-05, Final residual = 2.58784e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.1634e-05, Final residual = 2.22976e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00205333, Final residual = 8.15473e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0133947, Final residual = 9.87566e-07, No Iterations 240
time step continuity errors : sum local = 1.00134e-10, global = -7.62129e-21, cumulative = -7.69452e-19
DICPCG: Solving for p, Initial residual = 0.00232359, Final residual = 9.84127e-07, No Iterations 64
time step continuity errors : sum local = 1.03792e-10, global = 2.25631e-20, cumulative = -7.46889e-19
BiCGStab: Solving for omega, Initial residual = 1.81461e-05, Final residual = 1.51262e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.39138e-06, Final residual = 6.39138e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.16314e-06, Final residual = 1.47559e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.53815e-06, Final residual = 1.25732e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000291181, Final residual = 6.87876e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00329814, Final residual = 9.96162e-07, No Iterations 67
time step continuity errors : sum local = 1.0565e-10, global = 5.87254e-20, cumulative = -6.88164e-19
DICPCG: Solving for p, Initial residual = 0.000530721, Final residual = 9.69701e-07, No Iterations 22
time step continuity errors : sum local = 1.02928e-10, global = -2.98079e-20, cumulative = -7.17971e-19
BiCGStab: Solving for omega, Initial residual = 8.60675e-06, Final residual = 8.60675e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.42239e-06, Final residual = 6.42239e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.31529e-06, Final residual = 2.4519e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.51231e-07, Final residual = 1.35511e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 5.07884e-05, Final residual = 9.38441e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000905246, Final residual = 9.40767e-07, No Iterations 14
time step continuity errors : sum local = 9.99777e-11, global = -3.64044e-20, cumulative = -7.54376e-19
DICPCG: Solving for p, Initial residual = 0.000148647, Final residual = 9.96369e-07, No Iterations 5
time step continuity errors : sum local = 1.05611e-10, global = -6.52833e-20, cumulative = -8.19659e-19
BiCGStab: Solving for omega, Initial residual = 8.69893e-06, Final residual = 8.69893e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.42525e-06, Final residual = 6.42525e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.06217e-07, Final residual = 4.48453e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.11424e-07, Final residual = 2.88381e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.63831e-06, Final residual = 1.54003e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000257423, Final residual = 8.034e-07, No Iterations 6
time step continuity errors : sum local = 8.60027e-11, global = -3.37368e-20, cumulative = -8.53396e-19
DICPCG: Solving for p, Initial residual = 4.22599e-05, Final residual = 6.25635e-07, No Iterations 4
time step continuity errors : sum local = 6.79379e-11, global = -8.42454e-20, cumulative = -9.37641e-19
BiCGStab: Solving for omega, Initial residual = 8.71101e-06, Final residual = 8.71101e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.42533e-06, Final residual = 6.42533e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9896.42 s ClockTime = 9897 s Max(PAc) = 154672 Pa
Courant Number mean: 0.0523249 max: 0.892524 velocity magnitude: 1.30164
deltaT = 0.000422419
Time = 1.69789
--> Cloud: bubbleCloud
Added 138 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 626945
Mass introduced by injector = 5.71974e-10
Number of parcels added continuously = 1084
Mass introduced continuously = 1.00529e-12
Current number of parcels = 4307911
Current mass in system = 4.77491e-09
Number of parcels shifted at least once = 4477
Number of parcel shifts towards cell center = 4483
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00546253, Final user-defined norm residual = 7.73115e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.66053e-05, Final user-defined norm residual = 7.35209e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.57913e-08, Final user-defined norm residual = 9.62167e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000482481, Final residual = 1.77571e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000328683, Final residual = 5.36825e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0234527, Final residual = 2.84337e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0608236, Final residual = 8.85376e-07, No Iterations 259
time step continuity errors : sum local = 8.92732e-11, global = 2.38235e-21, cumulative = -9.35259e-19
DICPCG: Solving for p, Initial residual = 0.00754806, Final residual = 9.71842e-07, No Iterations 107
time step continuity errors : sum local = 9.98152e-11, global = 3.43389e-20, cumulative = -9.0092e-19
BiCGStab: Solving for omega, Initial residual = 0.000371295, Final residual = 2.79759e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000565592, Final residual = 4.65508e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.81022e-05, Final residual = 2.5729e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.04469e-05, Final residual = 2.1721e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00207556, Final residual = 7.66175e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0118498, Final residual = 9.45678e-07, No Iterations 241
time step continuity errors : sum local = 9.48532e-11, global = -1.16647e-19, cumulative = -1.01757e-18
DICPCG: Solving for p, Initial residual = 0.00200741, Final residual = 9.66394e-07, No Iterations 73
time step continuity errors : sum local = 1.00744e-10, global = -2.44522e-20, cumulative = -1.04202e-18
BiCGStab: Solving for omega, Initial residual = 1.84706e-05, Final residual = 2.0085e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.57478e-06, Final residual = 6.57478e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.05585e-06, Final residual = 1.44447e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.19819e-06, Final residual = 1.24462e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000291953, Final residual = 7.6282e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00261475, Final residual = 9.71702e-07, No Iterations 62
time step continuity errors : sum local = 1.01913e-10, global = -2.56425e-20, cumulative = -1.06766e-18
DICPCG: Solving for p, Initial residual = 0.000431723, Final residual = 9.86584e-07, No Iterations 27
time step continuity errors : sum local = 1.03384e-10, global = -4.05937e-20, cumulative = -1.10826e-18
BiCGStab: Solving for omega, Initial residual = 1.04564e-05, Final residual = 1.30345e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.6283e-06, Final residual = 6.6283e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.03248e-06, Final residual = 2.03631e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.83647e-07, Final residual = 1.04251e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 5.12149e-05, Final residual = 1.04588e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000701953, Final residual = 9.97246e-07, No Iterations 21
time step continuity errors : sum local = 1.04446e-10, global = -3.75281e-20, cumulative = -1.14578e-18
DICPCG: Solving for p, Initial residual = 0.000114277, Final residual = 9.88112e-07, No Iterations 7
time step continuity errors : sum local = 1.03515e-10, global = -4.01622e-20, cumulative = -1.18595e-18
BiCGStab: Solving for omega, Initial residual = 8.61856e-06, Final residual = 8.61856e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.64123e-06, Final residual = 6.64123e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.85131e-07, Final residual = 3.77172e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.67917e-07, Final residual = 2.63179e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.00659e-05, Final residual = 1.64431e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00018061, Final residual = 9.48346e-07, No Iterations 6
time step continuity errors : sum local = 9.95194e-11, global = 1.50043e-19, cumulative = -1.0359e-18
DICPCG: Solving for p, Initial residual = 3.05745e-05, Final residual = 9.40199e-07, No Iterations 3
time step continuity errors : sum local = 9.86972e-11, global = 7.96644e-20, cumulative = -9.56239e-19
BiCGStab: Solving for omega, Initial residual = 8.64854e-06, Final residual = 8.64854e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.63685e-06, Final residual = 6.63685e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9914.51 s ClockTime = 9915 s Max(PAc) = 153937 Pa
Courant Number mean: 0.0523362 max: 0.888111 velocity magnitude: 1.31086
deltaT = 0.000422419
Time = 1.69831
--> Cloud: bubbleCloud
Added 180 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 627125
Mass introduced by injector = 5.7211e-10
Number of parcels added continuously = 1035
Mass introduced continuously = 1.06629e-12
Current number of parcels = 4308753
Current mass in system = 4.77568e-09
Number of parcels shifted at least once = 4457
Number of parcel shifts towards cell center = 4462
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00631137, Final user-defined norm residual = 0.000202784
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.35463e-05, Final user-defined norm residual = 1.95178e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.19145e-07, Final user-defined norm residual = 2.41163e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000475967, Final residual = 1.82088e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000320715, Final residual = 5.5531e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0243927, Final residual = 3.20928e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0559995, Final residual = 9.36434e-07, No Iterations 168
time step continuity errors : sum local = 1.02247e-10, global = -4.53173e-20, cumulative = -1.00156e-18
DICPCG: Solving for p, Initial residual = 0.00686707, Final residual = 9.16307e-07, No Iterations 144
time step continuity errors : sum local = 9.5991e-11, global = -1.82388e-20, cumulative = -1.0198e-18
BiCGStab: Solving for omega, Initial residual = 0.000374138, Final residual = 2.75465e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000565387, Final residual = 4.78116e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.58883e-05, Final residual = 2.84697e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.38109e-06, Final residual = 2.38541e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00214336, Final residual = 7.88791e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00994531, Final residual = 9.79627e-07, No Iterations 244
time step continuity errors : sum local = 9.69132e-11, global = -2.13636e-20, cumulative = -1.04116e-18
DICPCG: Solving for p, Initial residual = 0.0016638, Final residual = 9.6514e-07, No Iterations 77
time step continuity errors : sum local = 9.97103e-11, global = 2.40833e-20, cumulative = -1.01708e-18
BiCGStab: Solving for omega, Initial residual = 1.88082e-05, Final residual = 1.51659e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.288e-06, Final residual = 6.288e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.78663e-06, Final residual = 1.51862e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.72295e-06, Final residual = 1.24571e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000288148, Final residual = 7.25858e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.0018085, Final residual = 9.97413e-07, No Iterations 58
time step continuity errors : sum local = 1.03579e-10, global = -7.62931e-20, cumulative = -1.09337e-18
DICPCG: Solving for p, Initial residual = 0.000294673, Final residual = 9.77736e-07, No Iterations 29
time step continuity errors : sum local = 1.01602e-10, global = -6.92408e-20, cumulative = -1.16261e-18
BiCGStab: Solving for omega, Initial residual = 9.75433e-06, Final residual = 9.75433e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.28108e-06, Final residual = 6.28108e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.41775e-07, Final residual = 2.14292e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.40154e-07, Final residual = 1.40905e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.87788e-05, Final residual = 9.88246e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000459684, Final residual = 9.38728e-07, No Iterations 22
time step continuity errors : sum local = 9.77383e-11, global = -1.22727e-20, cumulative = -1.17488e-18
DICPCG: Solving for p, Initial residual = 7.37042e-05, Final residual = 9.92774e-07, No Iterations 6
time step continuity errors : sum local = 1.03076e-10, global = -5.0599e-20, cumulative = -1.22548e-18
BiCGStab: Solving for omega, Initial residual = 9.8858e-06, Final residual = 9.8858e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.26877e-06, Final residual = 6.26877e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.62611e-07, Final residual = 4.51092e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.19095e-07, Final residual = 2.27034e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.15127e-06, Final residual = 1.60428e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000117089, Final residual = 9.03071e-07, No Iterations 6
time step continuity errors : sum local = 9.41949e-11, global = -4.38346e-20, cumulative = -1.26932e-18
DICPCG: Solving for p, Initial residual = 1.82534e-05, Final residual = 9.48244e-07, No Iterations 3
time step continuity errors : sum local = 9.86632e-11, global = -6.45345e-20, cumulative = -1.33385e-18
BiCGStab: Solving for omega, Initial residual = 9.91638e-06, Final residual = 9.91638e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.26491e-06, Final residual = 6.26491e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9933.01 s ClockTime = 9934 s Max(PAc) = 154711 Pa
Courant Number mean: 0.0523462 max: 0.883653 velocity magnitude: 1.32139
deltaT = 0.000422419
Time = 1.69873
--> Cloud: bubbleCloud
Added 121 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 627246
Mass introduced by injector = 5.72243e-10
Number of parcels added continuously = 991
Mass introduced continuously = 9.4507e-13
Current number of parcels = 4309462
Current mass in system = 4.77635e-09
Number of parcels shifted at least once = 4530
Number of parcel shifts towards cell center = 4532
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0061215, Final user-defined norm residual = 8.49845e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.82441e-05, Final user-defined norm residual = 1.81529e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.89706e-08, Final user-defined norm residual = 2.82141e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000478406, Final residual = 1.76858e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000327282, Final residual = 4.88362e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0246047, Final residual = 3.07631e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0566983, Final residual = 9.4907e-07, No Iterations 164
time step continuity errors : sum local = 1.0902e-10, global = -1.0677e-20, cumulative = -1.34453e-18
DICPCG: Solving for p, Initial residual = 0.00581484, Final residual = 9.93542e-07, No Iterations 145
time step continuity errors : sum local = 1.13738e-10, global = -6.85027e-20, cumulative = -1.41303e-18
BiCGStab: Solving for omega, Initial residual = 0.000375517, Final residual = 2.84246e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000565331, Final residual = 4.75066e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.49932e-05, Final residual = 2.96353e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.0932e-06, Final residual = 2.44706e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00221956, Final residual = 8.36139e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0100308, Final residual = 9.71809e-07, No Iterations 123
time step continuity errors : sum local = 1.10758e-10, global = -8.15747e-20, cumulative = -1.4946e-18
DICPCG: Solving for p, Initial residual = 0.00157239, Final residual = 9.31027e-07, No Iterations 112
time step continuity errors : sum local = 1.05121e-10, global = -4.06285e-20, cumulative = -1.53523e-18
BiCGStab: Solving for omega, Initial residual = 2.11858e-05, Final residual = 1.74148e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.35317e-06, Final residual = 6.35317e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.83765e-06, Final residual = 1.5354e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.57986e-06, Final residual = 1.19346e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000301806, Final residual = 7.96454e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00206111, Final residual = 9.72807e-07, No Iterations 71
time step continuity errors : sum local = 1.08871e-10, global = 5.041e-20, cumulative = -1.48482e-18
DICPCG: Solving for p, Initial residual = 0.000299202, Final residual = 9.28314e-07, No Iterations 51
time step continuity errors : sum local = 1.04379e-10, global = 8.51803e-21, cumulative = -1.47631e-18
BiCGStab: Solving for omega, Initial residual = 1.03869e-05, Final residual = 1.32244e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.41576e-06, Final residual = 6.41576e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.03625e-07, Final residual = 2.3774e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.91086e-07, Final residual = 1.34875e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 5.24163e-05, Final residual = 1.10818e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000499302, Final residual = 9.52099e-07, No Iterations 37
time step continuity errors : sum local = 1.06744e-10, global = 5.71583e-20, cumulative = -1.41915e-18
DICPCG: Solving for p, Initial residual = 7.70255e-05, Final residual = 9.72628e-07, No Iterations 8
time step continuity errors : sum local = 1.08771e-10, global = 1.26456e-19, cumulative = -1.29269e-18
BiCGStab: Solving for omega, Initial residual = 1.0607e-05, Final residual = 1.21938e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.42459e-06, Final residual = 6.42459e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.83969e-07, Final residual = 8.11874e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03191e-07, Final residual = 4.26756e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.85148e-06, Final residual = 1.82242e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000130318, Final residual = 8.60714e-07, No Iterations 7
time step continuity errors : sum local = 9.76879e-11, global = 5.34109e-20, cumulative = -1.23928e-18
DICPCG: Solving for p, Initial residual = 1.94316e-05, Final residual = 9.81672e-07, No Iterations 3
time step continuity errors : sum local = 1.09663e-10, global = 2.73512e-20, cumulative = -1.21193e-18
BiCGStab: Solving for omega, Initial residual = 8.69806e-06, Final residual = 8.69806e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.42362e-06, Final residual = 6.42362e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9951.06 s ClockTime = 9952 s Max(PAc) = 154570 Pa
Courant Number mean: 0.0523562 max: 0.872597 velocity magnitude: 1.32563
deltaT = 0.000422419
Time = 1.69916
--> Cloud: bubbleCloud
Added 233 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 627479
Mass introduced by injector = 5.72466e-10
Number of parcels added continuously = 971
Mass introduced continuously = 8.90689e-13
Current number of parcels = 4310233
Current mass in system = 4.77707e-09
Number of parcels shifted at least once = 4352
Number of parcel shifts towards cell center = 4361
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00563297, Final user-defined norm residual = 6.74507e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.44921e-05, Final user-defined norm residual = 5.73473e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.23216e-08, Final user-defined norm residual = 2.45282e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000477026, Final residual = 1.69584e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000323098, Final residual = 4.8947e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0253522, Final residual = 3.57484e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0511475, Final residual = 9.47654e-07, No Iterations 255
time step continuity errors : sum local = 9.42629e-11, global = 9.4156e-20, cumulative = -1.11777e-18
DICPCG: Solving for p, Initial residual = 0.00509375, Final residual = 9.94917e-07, No Iterations 139
time step continuity errors : sum local = 1.10821e-10, global = -4.08155e-20, cumulative = -1.15859e-18
BiCGStab: Solving for omega, Initial residual = 0.00037363, Final residual = 2.85603e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000565305, Final residual = 4.70077e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.45767e-05, Final residual = 2.73758e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.58831e-06, Final residual = 2.29455e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00229649, Final residual = 9.06264e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00998614, Final residual = 9.69512e-07, No Iterations 238
time step continuity errors : sum local = 9.67852e-11, global = -8.39743e-21, cumulative = -1.16699e-18
DICPCG: Solving for p, Initial residual = 0.001565, Final residual = 9.96012e-07, No Iterations 79
time step continuity errors : sum local = 1.02206e-10, global = 1.9933e-20, cumulative = -1.14705e-18
BiCGStab: Solving for omega, Initial residual = 1.96212e-05, Final residual = 1.58395e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.3966e-06, Final residual = 6.3966e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.5797e-06, Final residual = 1.54623e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.49105e-06, Final residual = 1.20169e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000318277, Final residual = 8.17616e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00169997, Final residual = 9.94987e-07, No Iterations 68
time step continuity errors : sum local = 1.02552e-10, global = 2.28011e-20, cumulative = -1.12425e-18
DICPCG: Solving for p, Initial residual = 0.0002677, Final residual = 9.91519e-07, No Iterations 44
time step continuity errors : sum local = 1.02185e-10, global = -5.46566e-20, cumulative = -1.17891e-18
BiCGStab: Solving for omega, Initial residual = 1.0301e-05, Final residual = 9.25424e-10, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.45073e-06, Final residual = 6.45073e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.70139e-07, Final residual = 2.49249e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.40623e-07, Final residual = 1.70786e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 5.5456e-05, Final residual = 1.10321e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000385899, Final residual = 9.61027e-07, No Iterations 25
time step continuity errors : sum local = 9.91364e-11, global = 4.38122e-20, cumulative = -1.1351e-18
DICPCG: Solving for p, Initial residual = 6.29848e-05, Final residual = 8.97148e-07, No Iterations 8
time step continuity errors : sum local = 9.27573e-11, global = -1.20329e-20, cumulative = -1.14713e-18
BiCGStab: Solving for omega, Initial residual = 9.89392e-06, Final residual = 9.89392e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.44055e-06, Final residual = 6.44055e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.41204e-07, Final residual = 5.40879e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.0887e-08, Final residual = 3.22943e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.13154e-05, Final residual = 1.77736e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.00799e-05, Final residual = 8.6704e-07, No Iterations 6
time step continuity errors : sum local = 8.97523e-11, global = 8.89217e-20, cumulative = -1.05821e-18
DICPCG: Solving for p, Initial residual = 1.42848e-05, Final residual = 8.40724e-07, No Iterations 3
time step continuity errors : sum local = 8.71256e-11, global = -5.0403e-20, cumulative = -1.10861e-18
BiCGStab: Solving for omega, Initial residual = 9.91285e-06, Final residual = 9.91285e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.43999e-06, Final residual = 6.43999e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9969.2 s ClockTime = 9970 s Max(PAc) = 154385 Pa
Courant Number mean: 0.052366 max: 0.86327 velocity magnitude: 1.31975
deltaT = 0.000422419
Time = 1.69958
--> Cloud: bubbleCloud
Added 158 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 627637
Mass introduced by injector = 5.72616e-10
Number of parcels added continuously = 1055
Mass introduced continuously = 9.75678e-13
Current number of parcels = 4311074
Current mass in system = 4.77785e-09
Number of parcels shifted at least once = 4558
Number of parcel shifts towards cell center = 4562
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00539537, Final user-defined norm residual = 8.04805e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.72933e-05, Final user-defined norm residual = 1.91671e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.11864e-08, Final user-defined norm residual = 1.41506e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000478772, Final residual = 1.78281e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000319627, Final residual = 5.1567e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0258491, Final residual = 4.30957e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0478824, Final residual = 8.32183e-07, No Iterations 255
time step continuity errors : sum local = 8.28803e-11, global = -1.01278e-19, cumulative = -1.20989e-18
DICPCG: Solving for p, Initial residual = 0.00498264, Final residual = 9.48271e-07, No Iterations 133
time step continuity errors : sum local = 9.87615e-11, global = -4.43688e-20, cumulative = -1.25426e-18
BiCGStab: Solving for omega, Initial residual = 0.000372495, Final residual = 2.77889e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000565939, Final residual = 4.65819e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.60325e-05, Final residual = 2.56861e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.1179e-06, Final residual = 2.12788e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00232451, Final residual = 1.03499e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0110665, Final residual = 8.78295e-07, No Iterations 239
time step continuity errors : sum local = 8.75278e-11, global = 3.33164e-20, cumulative = -1.22094e-18
DICPCG: Solving for p, Initial residual = 0.00182552, Final residual = 9.69299e-07, No Iterations 77
time step continuity errors : sum local = 1.00845e-10, global = -2.5682e-20, cumulative = -1.24662e-18
BiCGStab: Solving for omega, Initial residual = 1.24458e-05, Final residual = 9.65107e-10, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.08533e-06, Final residual = 6.08533e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.02524e-06, Final residual = 1.4102e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.56155e-06, Final residual = 1.1758e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000338005, Final residual = 8.40427e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.0020158, Final residual = 9.6421e-07, No Iterations 70
time step continuity errors : sum local = 1.00885e-10, global = -6.41406e-20, cumulative = -1.31076e-18
DICPCG: Solving for p, Initial residual = 0.000310284, Final residual = 9.75604e-07, No Iterations 43
time step continuity errors : sum local = 1.0201e-10, global = -5.08624e-20, cumulative = -1.36162e-18
BiCGStab: Solving for omega, Initial residual = 3.72477e-06, Final residual = 3.72477e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.13162e-06, Final residual = 6.13162e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.51613e-07, Final residual = 2.66608e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.72811e-07, Final residual = 1.68222e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.03227e-05, Final residual = 1.21772e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00042421, Final residual = 9.59216e-07, No Iterations 19
time step continuity errors : sum local = 1.00382e-10, global = -4.07449e-20, cumulative = -1.40237e-18
DICPCG: Solving for p, Initial residual = 7.24057e-05, Final residual = 8.9533e-07, No Iterations 7
time step continuity errors : sum local = 9.40115e-11, global = 2.92266e-20, cumulative = -1.37314e-18
BiCGStab: Solving for omega, Initial residual = 3.76446e-06, Final residual = 3.76446e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.12792e-06, Final residual = 6.12792e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.74653e-07, Final residual = 4.37082e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.00234e-07, Final residual = 2.7276e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.24626e-05, Final residual = 1.86717e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.0001063, Final residual = 7.97508e-07, No Iterations 6
time step continuity errors : sum local = 8.42645e-11, global = -6.2328e-20, cumulative = -1.43547e-18
DICPCG: Solving for p, Initial residual = 1.663e-05, Final residual = 8.59677e-07, No Iterations 3
time step continuity errors : sum local = 9.04575e-11, global = -2.99225e-20, cumulative = -1.46539e-18
BiCGStab: Solving for omega, Initial residual = 3.75916e-06, Final residual = 3.75916e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.12455e-06, Final residual = 6.12455e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 9987.29 s ClockTime = 9988 s Max(PAc) = 153847 Pa
Courant Number mean: 0.0523758 max: 0.855062 velocity magnitude: 1.3072
deltaT = 0.000422419
Time = 1.7
--> Cloud: bubbleCloud
Added 173 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 627810
Mass introduced by injector = 5.72778e-10
Number of parcels added continuously = 1060
Mass introduced continuously = 9.28126e-13
Current number of parcels = 4311888
Current mass in system = 4.7785e-09
Number of parcels shifted at least once = 4457
Number of parcel shifts towards cell center = 4459
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00555788, Final user-defined norm residual = 0.000186223
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.00096e-05, Final user-defined norm residual = 2.1757e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.67468e-07, Final user-defined norm residual = 1.64395e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000476667, Final residual = 1.68642e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000319718, Final residual = 5.35104e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0258772, Final residual = 3.81477e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0490794, Final residual = 9.0241e-07, No Iterations 262
time step continuity errors : sum local = 8.92364e-11, global = -8.8191e-21, cumulative = -1.47421e-18
DICPCG: Solving for p, Initial residual = 0.00557297, Final residual = 9.22032e-07, No Iterations 140
time step continuity errors : sum local = 9.80779e-11, global = -2.09071e-20, cumulative = -1.49512e-18
BiCGStab: Solving for omega, Initial residual = 0.000375641, Final residual = 2.44605e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000565852, Final residual = 4.59147e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.56697e-05, Final residual = 2.67226e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.79125e-06, Final residual = 2.26712e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00238527, Final residual = 1.01834e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0108191, Final residual = 9.34726e-07, No Iterations 136
time step continuity errors : sum local = 1.13093e-10, global = 2.24844e-20, cumulative = -1.47264e-18
DICPCG: Solving for p, Initial residual = 0.0017893, Final residual = 9.13443e-07, No Iterations 228
time step continuity errors : sum local = 8.97736e-11, global = -1.93844e-20, cumulative = -1.49202e-18
BiCGStab: Solving for omega, Initial residual = 1.60736e-05, Final residual = 1.17065e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.16823e-06, Final residual = 6.16823e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.78277e-06, Final residual = 1.45836e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.4917e-06, Final residual = 1.10057e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000342502, Final residual = 8.60249e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.0019215, Final residual = 9.31754e-07, No Iterations 69
time step continuity errors : sum local = 9.35155e-11, global = -2.15723e-20, cumulative = -1.51359e-18
DICPCG: Solving for p, Initial residual = 0.000313166, Final residual = 9.64389e-07, No Iterations 27
time step continuity errors : sum local = 9.65682e-11, global = 3.02347e-20, cumulative = -1.48336e-18
BiCGStab: Solving for omega, Initial residual = 7.57637e-06, Final residual = 7.57637e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.185e-06, Final residual = 6.185e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.01596e-07, Final residual = 2.59907e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.50446e-07, Final residual = 1.01832e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.30578e-05, Final residual = 1.2149e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000439909, Final residual = 9.88712e-07, No Iterations 14
time step continuity errors : sum local = 9.89463e-11, global = -8.57134e-20, cumulative = -1.56907e-18
DICPCG: Solving for p, Initial residual = 7.09489e-05, Final residual = 8.27474e-07, No Iterations 6
time step continuity errors : sum local = 8.31121e-11, global = -1.45555e-20, cumulative = -1.58363e-18
BiCGStab: Solving for omega, Initial residual = 7.68045e-06, Final residual = 7.68045e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.18007e-06, Final residual = 6.18007e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.69688e-07, Final residual = 4.37497e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.0162e-08, Final residual = 2.11094e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.38395e-05, Final residual = 1.9396e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00010759, Final residual = 8.78102e-07, No Iterations 5
time step continuity errors : sum local = 8.80819e-11, global = 3.80433e-20, cumulative = -1.54558e-18
DICPCG: Solving for p, Initial residual = 1.78e-05, Final residual = 8.42049e-07, No Iterations 3
time step continuity errors : sum local = 8.45414e-11, global = 1.14816e-20, cumulative = -1.5341e-18
BiCGStab: Solving for omega, Initial residual = 7.70141e-06, Final residual = 7.70141e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.17973e-06, Final residual = 6.17973e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10038.2 s ClockTime = 10039 s Max(PAc) = 154334 Pa
Courant Number mean: 0.0523855 max: 0.845485 velocity magnitude: 1.30106
deltaT = 0.000465116
Time = 1.70047
--> Cloud: bubbleCloud
Added 185 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 627995
Mass introduced by injector = 5.72963e-10
Number of parcels added continuously = 1153
Mass introduced continuously = 1.10854e-12
Current number of parcels = 4312788
Current mass in system = 4.77937e-09
Number of parcels shifted at least once = 4891
Number of parcel shifts towards cell center = 4894
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00580836, Final user-defined norm residual = 0.000119637
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.57305e-05, Final user-defined norm residual = 5.77183e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.24138e-07, Final user-defined norm residual = 1.1815e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000528084, Final residual = 3.39074e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000352551, Final residual = 1.04724e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.030353, Final residual = 6.79098e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0573084, Final residual = 9.77405e-07, No Iterations 260
time step continuity errors : sum local = 1.13792e-10, global = 1.51742e-19, cumulative = -1.38236e-18
DICPCG: Solving for p, Initial residual = 0.00726911, Final residual = 9.423e-07, No Iterations 247
time step continuity errors : sum local = 1.09887e-10, global = 1.86678e-20, cumulative = -1.36369e-18
BiCGStab: Solving for omega, Initial residual = 0.000414097, Final residual = 3.72436e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000621877, Final residual = 6.90159e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.04269e-05, Final residual = 4.4184e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.14373e-05, Final residual = 3.61298e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00286284, Final residual = 1.87707e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0127017, Final residual = 8.93581e-07, No Iterations 240
time step continuity errors : sum local = 1.04452e-10, global = -4.67707e-21, cumulative = -1.36837e-18
DICPCG: Solving for p, Initial residual = 0.00234306, Final residual = 8.64095e-07, No Iterations 72
time step continuity errors : sum local = 1.0669e-10, global = 4.28283e-20, cumulative = -1.32554e-18
BiCGStab: Solving for omega, Initial residual = 2.1218e-05, Final residual = 2.27383e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.72791e-06, Final residual = 7.72791e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.40043e-06, Final residual = 2.6188e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.22867e-06, Final residual = 2.16688e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000427492, Final residual = 1.11177e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00270267, Final residual = 9.30668e-07, No Iterations 69
time step continuity errors : sum local = 1.1536e-10, global = 1.23258e-19, cumulative = -1.20228e-18
DICPCG: Solving for p, Initial residual = 0.000482812, Final residual = 9.70191e-07, No Iterations 43
time step continuity errors : sum local = 1.19876e-10, global = 1.49866e-19, cumulative = -1.05242e-18
BiCGStab: Solving for omega, Initial residual = 1.018e-05, Final residual = 1.36232e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.79542e-06, Final residual = 7.79542e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.13974e-06, Final residual = 3.36763e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.0911e-07, Final residual = 1.97199e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.75656e-05, Final residual = 2.14033e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000694444, Final residual = 9.85775e-07, No Iterations 33
time step continuity errors : sum local = 1.21686e-10, global = 8.80301e-20, cumulative = -9.64386e-19
DICPCG: Solving for p, Initial residual = 0.000118055, Final residual = 9.38662e-07, No Iterations 11
time step continuity errors : sum local = 1.16169e-10, global = 3.77691e-20, cumulative = -9.26617e-19
BiCGStab: Solving for omega, Initial residual = 1.00991e-05, Final residual = 1.07734e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.80487e-06, Final residual = 7.80487e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.206e-07, Final residual = 8.58871e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.76063e-07, Final residual = 4.79379e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.55095e-05, Final residual = 3.60891e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000187488, Final residual = 9.43302e-07, No Iterations 9
time step continuity errors : sum local = 1.16709e-10, global = 9.46398e-20, cumulative = -8.31977e-19
DICPCG: Solving for p, Initial residual = 3.32737e-05, Final residual = 9.11526e-07, No Iterations 4
time step continuity errors : sum local = 1.12991e-10, global = 2.63178e-20, cumulative = -8.05659e-19
BiCGStab: Solving for omega, Initial residual = 8.94279e-06, Final residual = 8.94279e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.80439e-06, Final residual = 7.80439e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10056.8 s ClockTime = 10057 s Max(PAc) = 154746 Pa
Courant Number mean: 0.0576917 max: 0.925488 velocity magnitude: 1.29302
deltaT = 0.000500894
Time = 1.70097
--> Cloud: bubbleCloud
Added 152 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 628147
Mass introduced by injector = 5.73087e-10
Number of parcels added continuously = 1200
Mass introduced continuously = 1.18198e-12
Current number of parcels = 4313651
Current mass in system = 4.78017e-09
Number of parcels shifted at least once = 5347
Number of parcel shifts towards cell center = 5356
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00614099, Final user-defined norm residual = 0.000108714
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.33689e-05, Final user-defined norm residual = 1.56801e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.37062e-08, Final user-defined norm residual = 8.58613e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000572759, Final residual = 5.80836e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000380235, Final residual = 1.78068e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0362879, Final residual = 1.1156e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0539799, Final residual = 8.70116e-07, No Iterations 256
time step continuity errors : sum local = 1.15535e-10, global = -3.73338e-21, cumulative = -8.09392e-19
DICPCG: Solving for p, Initial residual = 0.00779091, Final residual = 9.6157e-07, No Iterations 241
time step continuity errors : sum local = 1.27547e-10, global = -1.5796e-20, cumulative = -8.25188e-19
BiCGStab: Solving for omega, Initial residual = 0.000445637, Final residual = 5.31392e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000669128, Final residual = 9.39773e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.46521e-05, Final residual = 6.39218e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.28458e-05, Final residual = 5.13469e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00346497, Final residual = 3.23904e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0141353, Final residual = 9.40669e-07, No Iterations 244
time step continuity errors : sum local = 1.25126e-10, global = 1.86202e-20, cumulative = -8.06568e-19
DICPCG: Solving for p, Initial residual = 0.0028167, Final residual = 9.8087e-07, No Iterations 73
time step continuity errors : sum local = 1.38288e-10, global = 4.65112e-22, cumulative = -8.06103e-19
BiCGStab: Solving for omega, Initial residual = 2.42569e-05, Final residual = 2.64427e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.74266e-06, Final residual = 8.74266e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.49483e-06, Final residual = 3.97286e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.76874e-06, Final residual = 3.44589e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000538854, Final residual = 1.93411e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00312941, Final residual = 9.81558e-07, No Iterations 93
time step continuity errors : sum local = 1.3942e-10, global = 2.24415e-20, cumulative = -7.83662e-19
DICPCG: Solving for p, Initial residual = 0.00059278, Final residual = 9.60903e-07, No Iterations 60
time step continuity errors : sum local = 1.36553e-10, global = -2.13974e-21, cumulative = -7.85801e-19
BiCGStab: Solving for omega, Initial residual = 1.5082e-05, Final residual = 4.12253e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.88165e-06, Final residual = 8.88165e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.55619e-06, Final residual = 6.5478e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.86231e-07, Final residual = 4.54629e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000104328, Final residual = 3.27919e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000879247, Final residual = 9.91469e-07, No Iterations 50
time step continuity errors : sum local = 1.40619e-10, global = -1.10939e-20, cumulative = -7.96895e-19
DICPCG: Solving for p, Initial residual = 0.000153237, Final residual = 9.79522e-07, No Iterations 11
time step continuity errors : sum local = 1.38998e-10, global = -3.30852e-20, cumulative = -8.2998e-19
BiCGStab: Solving for omega, Initial residual = 1.45408e-05, Final residual = 4.20153e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.88459e-06, Final residual = 8.88459e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.38348e-07, Final residual = 2.09183e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.43624e-07, Final residual = 1.04905e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.2362e-05, Final residual = 5.70218e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000247545, Final residual = 9.83768e-07, No Iterations 10
time step continuity errors : sum local = 1.39557e-10, global = 2.10692e-21, cumulative = -8.27874e-19
DICPCG: Solving for p, Initial residual = 4.25205e-05, Final residual = 9.11705e-07, No Iterations 5
time step continuity errors : sum local = 1.2995e-10, global = -4.95223e-20, cumulative = -8.77396e-19
BiCGStab: Solving for omega, Initial residual = 1.55616e-05, Final residual = 5.98349e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.9015e-06, Final residual = 8.9015e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10076.1 s ClockTime = 10077 s Max(PAc) = 154666 Pa
Courant Number mean: 0.0621438 max: 1.00842 velocity magnitude: 1.28227
deltaT = 0.000488051
Time = 1.70145
--> Cloud: bubbleCloud
Added 217 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 628364
Mass introduced by injector = 5.73263e-10
Number of parcels added continuously = 1257
Mass introduced continuously = 1.05291e-12
Current number of parcels = 4314689
Current mass in system = 4.78097e-09
Number of parcels shifted at least once = 5161
Number of parcel shifts towards cell center = 5170
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00602572, Final user-defined norm residual = 0.000184962
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.97513e-05, Final user-defined norm residual = 9.0583e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.94689e-07, Final user-defined norm residual = 3.23775e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000552783, Final residual = 4.72032e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000372539, Final residual = 1.46663e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0340338, Final residual = 1.05248e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0625832, Final residual = 9.53131e-07, No Iterations 259
time step continuity errors : sum local = 1.20439e-10, global = 2.70401e-20, cumulative = -8.50356e-19
DICPCG: Solving for p, Initial residual = 0.00858344, Final residual = 9.43567e-07, No Iterations 146
time step continuity errors : sum local = 1.3211e-10, global = 5.0095e-20, cumulative = -8.00261e-19
BiCGStab: Solving for omega, Initial residual = 0.000441557, Final residual = 3.90032e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000652619, Final residual = 8.37106e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.11474e-05, Final residual = 5.16838e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.18736e-05, Final residual = 4.34292e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00329467, Final residual = 2.8323e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0129595, Final residual = 9.39736e-07, No Iterations 239
time step continuity errors : sum local = 1.18712e-10, global = -6.40167e-20, cumulative = -8.64277e-19
DICPCG: Solving for p, Initial residual = 0.00246999, Final residual = 9.83687e-07, No Iterations 101
time step continuity errors : sum local = 1.32637e-10, global = 3.49147e-21, cumulative = -8.60786e-19
BiCGStab: Solving for omega, Initial residual = 2.2387e-05, Final residual = 3.63587e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.3951e-06, Final residual = 8.3951e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.94358e-06, Final residual = 3.26739e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.3667e-06, Final residual = 2.92923e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000495571, Final residual = 1.67949e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0029256, Final residual = 9.69414e-07, No Iterations 92
time step continuity errors : sum local = 1.3192e-10, global = -2.83053e-20, cumulative = -8.89091e-19
DICPCG: Solving for p, Initial residual = 0.000503666, Final residual = 9.77743e-07, No Iterations 55
time step continuity errors : sum local = 1.32888e-10, global = -1.04909e-19, cumulative = -9.94e-19
BiCGStab: Solving for omega, Initial residual = 9.71094e-06, Final residual = 9.71094e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.50464e-06, Final residual = 8.50464e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.27791e-06, Final residual = 4.89345e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.9541e-07, Final residual = 3.36897e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.17021e-05, Final residual = 2.86786e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000751868, Final residual = 9.90573e-07, No Iterations 22
time step continuity errors : sum local = 1.345e-10, global = 1.76136e-20, cumulative = -9.76387e-19
DICPCG: Solving for p, Initial residual = 0.000131553, Final residual = 9.9738e-07, No Iterations 7
time step continuity errors : sum local = 1.35341e-10, global = -7.52462e-21, cumulative = -9.83911e-19
BiCGStab: Solving for omega, Initial residual = 9.92635e-06, Final residual = 9.92635e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.52814e-06, Final residual = 8.52814e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.96838e-07, Final residual = 1.34269e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.92058e-07, Final residual = 7.472e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.86978e-05, Final residual = 4.91896e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000225669, Final residual = 9.27593e-07, No Iterations 7
time step continuity errors : sum local = 1.265e-10, global = 1.52222e-20, cumulative = -9.68689e-19
DICPCG: Solving for p, Initial residual = 3.66839e-05, Final residual = 8.281e-07, No Iterations 4
time step continuity errors : sum local = 1.13894e-10, global = 5.01577e-20, cumulative = -9.18532e-19
BiCGStab: Solving for omega, Initial residual = 9.9305e-06, Final residual = 9.9305e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.52872e-06, Final residual = 8.52872e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10095.4 s ClockTime = 10096 s Max(PAc) = 154779 Pa
Courant Number mean: 0.0605641 max: 0.990826 velocity magnitude: 1.27196
deltaT = 0.000488051
Time = 1.70194
--> Cloud: bubbleCloud
Added 166 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 628530
Mass introduced by injector = 5.73458e-10
Number of parcels added continuously = 1233
Mass introduced continuously = 1.12572e-12
Current number of parcels = 4315635
Current mass in system = 4.78187e-09
Number of parcels shifted at least once = 5141
Number of parcel shifts towards cell center = 5153
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.006754, Final user-defined norm residual = 0.000186914
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.01718e-05, Final user-defined norm residual = 1.71878e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.6941e-07, Final user-defined norm residual = 1.7901e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000541937, Final residual = 5.24878e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000366735, Final residual = 1.56325e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0345221, Final residual = 1.28709e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0525886, Final residual = 9.27632e-07, No Iterations 260
time step continuity errors : sum local = 1.18035e-10, global = -2.11741e-20, cumulative = -9.39706e-19
DICPCG: Solving for p, Initial residual = 0.0066148, Final residual = 9.68353e-07, No Iterations 143
time step continuity errors : sum local = 1.35593e-10, global = -6.09653e-20, cumulative = -1.00067e-18
BiCGStab: Solving for omega, Initial residual = 0.000432607, Final residual = 3.79631e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000652891, Final residual = 8.38025e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.09048e-05, Final residual = 5.09329e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.18375e-05, Final residual = 4.33296e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00328267, Final residual = 3.22418e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0125459, Final residual = 8.85495e-07, No Iterations 240
time step continuity errors : sum local = 1.13196e-10, global = 3.41855e-20, cumulative = -9.66485e-19
DICPCG: Solving for p, Initial residual = 0.00231165, Final residual = 9.88838e-07, No Iterations 91
time step continuity errors : sum local = 1.31836e-10, global = -8.5165e-20, cumulative = -1.05165e-18
BiCGStab: Solving for omega, Initial residual = 2.61409e-05, Final residual = 6.04495e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.48684e-06, Final residual = 8.48684e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.45862e-06, Final residual = 3.49618e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.42651e-06, Final residual = 2.93987e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000490671, Final residual = 1.81681e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00267872, Final residual = 9.7666e-07, No Iterations 68
time step continuity errors : sum local = 1.31131e-10, global = -5.92641e-21, cumulative = -1.05758e-18
DICPCG: Solving for p, Initial residual = 0.000456958, Final residual = 9.77437e-07, No Iterations 20
time step continuity errors : sum local = 1.31136e-10, global = -9.21444e-20, cumulative = -1.14972e-18
BiCGStab: Solving for omega, Initial residual = 1.48482e-05, Final residual = 6.04656e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.54521e-06, Final residual = 8.54521e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.31065e-06, Final residual = 5.13519e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.43371e-07, Final residual = 3.11992e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.30509e-05, Final residual = 2.94821e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000746205, Final residual = 9.89687e-07, No Iterations 13
time step continuity errors : sum local = 1.32665e-10, global = 1.26528e-19, cumulative = -1.02319e-18
DICPCG: Solving for p, Initial residual = 0.000126845, Final residual = 9.14572e-07, No Iterations 7
time step continuity errors : sum local = 1.23028e-10, global = -5.49401e-20, cumulative = -1.07813e-18
BiCGStab: Solving for omega, Initial residual = 1.67778e-05, Final residual = 6.75454e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.57276e-06, Final residual = 8.57276e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.38046e-07, Final residual = 1.02909e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.99961e-07, Final residual = 6.90384e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.8564e-05, Final residual = 5.23426e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000201759, Final residual = 9.23441e-07, No Iterations 6
time step continuity errors : sum local = 1.24155e-10, global = 1.97102e-20, cumulative = -1.05842e-18
DICPCG: Solving for p, Initial residual = 3.50093e-05, Final residual = 7.21124e-07, No Iterations 4
time step continuity errors : sum local = 9.82888e-11, global = -4.13661e-20, cumulative = -1.09979e-18
BiCGStab: Solving for omega, Initial residual = 1.73388e-05, Final residual = 7.72932e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.55436e-06, Final residual = 8.55436e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10113.9 s ClockTime = 10114 s Max(PAc) = 153882 Pa
Courant Number mean: 0.0605775 max: 0.995113 velocity magnitude: 1.26645
deltaT = 0.000488051
Time = 1.70243
--> Cloud: bubbleCloud
Added 139 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 628669
Mass introduced by injector = 5.73571e-10
Number of parcels added continuously = 1254
Mass introduced continuously = 1.14819e-12
Current number of parcels = 4316554
Current mass in system = 4.7826e-09
Number of parcels shifted at least once = 5176
Number of parcel shifts towards cell center = 5182
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00569402, Final user-defined norm residual = 7.19778e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.54554e-05, Final user-defined norm residual = 5.85462e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.25715e-08, Final user-defined norm residual = 4.10304e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00054364, Final residual = 4.70873e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000366739, Final residual = 1.59518e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0342558, Final residual = 1.14339e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0508083, Final residual = 8.89171e-07, No Iterations 263
time step continuity errors : sum local = 1.12855e-10, global = 7.15284e-20, cumulative = -1.02826e-18
DICPCG: Solving for p, Initial residual = 0.00599171, Final residual = 9.66777e-07, No Iterations 142
time step continuity errors : sum local = 1.3123e-10, global = -9.36601e-20, cumulative = -1.12192e-18
BiCGStab: Solving for omega, Initial residual = 0.000432178, Final residual = 6.31359e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000652966, Final residual = 8.37801e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.00055e-05, Final residual = 6.22096e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.19289e-05, Final residual = 4.58607e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00342984, Final residual = 3.29207e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.012701, Final residual = 9.04624e-07, No Iterations 247
time step continuity errors : sum local = 1.14365e-10, global = 1.19742e-19, cumulative = -1.00218e-18
DICPCG: Solving for p, Initial residual = 0.00226909, Final residual = 9.82497e-07, No Iterations 95
time step continuity errors : sum local = 1.31533e-10, global = 3.85842e-20, cumulative = -9.63595e-19
BiCGStab: Solving for omega, Initial residual = 3.12549e-05, Final residual = 7.41287e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.35475e-06, Final residual = 8.35475e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.57862e-06, Final residual = 3.6606e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.38672e-06, Final residual = 2.8572e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000545587, Final residual = 1.84743e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00275395, Final residual = 9.67142e-07, No Iterations 66
time step continuity errors : sum local = 1.309e-10, global = 6.15268e-20, cumulative = -9.02068e-19
DICPCG: Solving for p, Initial residual = 0.000456933, Final residual = 9.7085e-07, No Iterations 36
time step continuity errors : sum local = 1.31256e-10, global = 4.6656e-20, cumulative = -8.55412e-19
BiCGStab: Solving for omega, Initial residual = 2.51321e-05, Final residual = 8.20548e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.41797e-06, Final residual = 8.41797e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.18497e-06, Final residual = 5.6823e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.73058e-07, Final residual = 3.46421e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.83968e-05, Final residual = 3.04607e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000746738, Final residual = 9.74017e-07, No Iterations 23
time step continuity errors : sum local = 1.31649e-10, global = -4.65389e-20, cumulative = -9.01951e-19
DICPCG: Solving for p, Initial residual = 0.000128087, Final residual = 9.44855e-07, No Iterations 7
time step continuity errors : sum local = 1.27928e-10, global = -1.9244e-20, cumulative = -9.21195e-19
BiCGStab: Solving for omega, Initial residual = 2.68738e-05, Final residual = 1.1888e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.44196e-06, Final residual = 8.44196e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.63888e-07, Final residual = 1.46592e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.94109e-07, Final residual = 8.73943e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.07835e-05, Final residual = 5.09595e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000216079, Final residual = 9.86776e-07, No Iterations 6
time step continuity errors : sum local = 1.33225e-10, global = 6.57651e-20, cumulative = -8.5543e-19
DICPCG: Solving for p, Initial residual = 3.44386e-05, Final residual = 6.46342e-07, No Iterations 4
time step continuity errors : sum local = 9.01674e-11, global = 4.92563e-20, cumulative = -8.06174e-19
BiCGStab: Solving for omega, Initial residual = 3.37889e-05, Final residual = 1.23697e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.42837e-06, Final residual = 8.42837e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10132.4 s ClockTime = 10133 s Max(PAc) = 153702 Pa
Courant Number mean: 0.0605895 max: 0.986022 velocity magnitude: 1.27357
deltaT = 0.000488051
Time = 1.70292
--> Cloud: bubbleCloud
Added 170 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 628839
Mass introduced by injector = 5.73717e-10
Number of parcels added continuously = 1159
Mass introduced continuously = 1.07527e-12
Current number of parcels = 4317376
Current mass in system = 4.78333e-09
Number of parcels shifted at least once = 5232
Number of parcel shifts towards cell center = 5239
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0059286, Final user-defined norm residual = 6.36465e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.36709e-05, Final user-defined norm residual = 9.64753e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.07228e-08, Final user-defined norm residual = 3.33333e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000542915, Final residual = 4.31143e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000367787, Final residual = 1.434e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0349105, Final residual = 1.06119e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0498253, Final residual = 9.14333e-07, No Iterations 256
time step continuity errors : sum local = 1.16294e-10, global = -5.15832e-20, cumulative = -8.57757e-19
DICPCG: Solving for p, Initial residual = 0.0061787, Final residual = 9.98966e-07, No Iterations 133
time step continuity errors : sum local = 1.40183e-10, global = 1.00603e-19, cumulative = -7.57153e-19
BiCGStab: Solving for omega, Initial residual = 0.00043926, Final residual = 4.00927e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000653087, Final residual = 8.38354e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.99008e-05, Final residual = 5.49521e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.14486e-05, Final residual = 4.38956e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00344853, Final residual = 3.10503e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0123808, Final residual = 9.15324e-07, No Iterations 247
time step continuity errors : sum local = 1.17158e-10, global = 4.41838e-20, cumulative = -7.1297e-19
DICPCG: Solving for p, Initial residual = 0.00223133, Final residual = 9.47518e-07, No Iterations 104
time step continuity errors : sum local = 1.26523e-10, global = -9.03772e-20, cumulative = -8.03347e-19
BiCGStab: Solving for omega, Initial residual = 3.61635e-05, Final residual = 9.53716e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.68494e-06, Final residual = 8.68494e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.15627e-06, Final residual = 3.37212e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.23837e-06, Final residual = 2.98471e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000525559, Final residual = 1.86361e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00243583, Final residual = 9.96807e-07, No Iterations 71
time step continuity errors : sum local = 1.33757e-10, global = -4.49963e-21, cumulative = -8.07846e-19
DICPCG: Solving for p, Initial residual = 0.000414754, Final residual = 9.48295e-07, No Iterations 49
time step continuity errors : sum local = 1.27504e-10, global = -7.7388e-20, cumulative = -8.85234e-19
BiCGStab: Solving for omega, Initial residual = 2.5028e-05, Final residual = 9.74418e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.81617e-06, Final residual = 8.81617e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.12524e-06, Final residual = 6.32807e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.96782e-07, Final residual = 3.9756e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.89037e-05, Final residual = 3.06237e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000647735, Final residual = 9.75074e-07, No Iterations 23
time step continuity errors : sum local = 1.3091e-10, global = -1.69033e-21, cumulative = -8.86925e-19
DICPCG: Solving for p, Initial residual = 0.000110392, Final residual = 9.61321e-07, No Iterations 7
time step continuity errors : sum local = 1.29125e-10, global = 4.69432e-20, cumulative = -8.39982e-19
BiCGStab: Solving for omega, Initial residual = 2.39384e-05, Final residual = 9.03098e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.85409e-06, Final residual = 8.85409e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.23748e-07, Final residual = 1.5564e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.70979e-07, Final residual = 9.55918e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.03032e-05, Final residual = 5.30335e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000181254, Final residual = 9.73258e-07, No Iterations 5
time step continuity errors : sum local = 1.30647e-10, global = 1.42172e-21, cumulative = -8.3856e-19
DICPCG: Solving for p, Initial residual = 2.97046e-05, Final residual = 9.8429e-07, No Iterations 3
time step continuity errors : sum local = 1.32053e-10, global = 9.69376e-20, cumulative = -7.41622e-19
BiCGStab: Solving for omega, Initial residual = 2.33444e-05, Final residual = 9.69149e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.8432e-06, Final residual = 8.8432e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10151 s ClockTime = 10152 s Max(PAc) = 153587 Pa
Courant Number mean: 0.0606014 max: 0.975984 velocity magnitude: 1.2759
deltaT = 0.000488051
Time = 1.70341
--> Cloud: bubbleCloud
Added 194 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 629033
Mass introduced by injector = 5.73881e-10
Number of parcels added continuously = 1241
Mass introduced continuously = 1.11175e-12
Current number of parcels = 4318340
Current mass in system = 4.78412e-09
Number of parcels shifted at least once = 5209
Number of parcel shifts towards cell center = 5217
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0059753, Final user-defined norm residual = 0.000201706
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.3336e-05, Final user-defined norm residual = 2.70923e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.82101e-07, Final user-defined norm residual = 6.15049e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000536502, Final residual = 5.17098e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000365614, Final residual = 1.56015e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.035534, Final residual = 1.23056e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.042028, Final residual = 8.95479e-07, No Iterations 251
time step continuity errors : sum local = 1.13984e-10, global = 4.65813e-20, cumulative = -6.95041e-19
DICPCG: Solving for p, Initial residual = 0.0050631, Final residual = 9.37181e-07, No Iterations 134
time step continuity errors : sum local = 1.30215e-10, global = -3.51702e-20, cumulative = -7.30211e-19
BiCGStab: Solving for omega, Initial residual = 0.000433266, Final residual = 6.01523e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000652837, Final residual = 8.51529e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.95061e-05, Final residual = 5.19252e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.13054e-05, Final residual = 4.5e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00354853, Final residual = 3.24315e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0109395, Final residual = 9.78919e-07, No Iterations 241
time step continuity errors : sum local = 1.24229e-10, global = 5.28409e-20, cumulative = -6.7737e-19
DICPCG: Solving for p, Initial residual = 0.00199544, Final residual = 9.41864e-07, No Iterations 104
time step continuity errors : sum local = 1.24503e-10, global = -8.6666e-20, cumulative = -7.64036e-19
BiCGStab: Solving for omega, Initial residual = 2.55454e-05, Final residual = 6.98861e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.28737e-06, Final residual = 9.28737e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.01913e-06, Final residual = 3.41318e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.25428e-06, Final residual = 2.98559e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000546209, Final residual = 1.83759e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00223685, Final residual = 9.68065e-07, No Iterations 70
time step continuity errors : sum local = 1.2874e-10, global = -1.14221e-19, cumulative = -8.78257e-19
DICPCG: Solving for p, Initial residual = 0.000385598, Final residual = 9.91759e-07, No Iterations 31
time step continuity errors : sum local = 1.31648e-10, global = -1.19884e-19, cumulative = -9.98142e-19
BiCGStab: Solving for omega, Initial residual = 1.57464e-05, Final residual = 6.68361e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.42639e-06, Final residual = 9.42639e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.06957e-06, Final residual = 6.42607e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.26144e-07, Final residual = 4.28743e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.75379e-05, Final residual = 3.2434e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000608988, Final residual = 9.79449e-07, No Iterations 15
time step continuity errors : sum local = 1.30068e-10, global = 3.51612e-20, cumulative = -9.6298e-19
DICPCG: Solving for p, Initial residual = 0.000106353, Final residual = 9.77623e-07, No Iterations 6
time step continuity errors : sum local = 1.29811e-10, global = -2.61469e-20, cumulative = -9.89127e-19
BiCGStab: Solving for omega, Initial residual = 1.7054e-05, Final residual = 8.12098e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.44483e-06, Final residual = 9.44483e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.02863e-07, Final residual = 1.19585e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.9253e-07, Final residual = 6.94215e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.99546e-05, Final residual = 5.49738e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000161393, Final residual = 8.8006e-07, No Iterations 5
time step continuity errors : sum local = 1.17436e-10, global = 6.47469e-20, cumulative = -9.2438e-19
DICPCG: Solving for p, Initial residual = 2.86891e-05, Final residual = 9.31591e-07, No Iterations 3
time step continuity errors : sum local = 1.23967e-10, global = -2.05365e-20, cumulative = -9.44917e-19
BiCGStab: Solving for omega, Initial residual = 2.0432e-05, Final residual = 9.7287e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.42702e-06, Final residual = 9.42702e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10169.5 s ClockTime = 10170 s Max(PAc) = 153150 Pa
Courant Number mean: 0.0606128 max: 0.96745 velocity magnitude: 1.27198
deltaT = 0.00050284
Time = 1.70391
--> Cloud: bubbleCloud
Added 171 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 629204
Mass introduced by injector = 5.74041e-10
Number of parcels added continuously = 1216
Mass introduced continuously = 1.0833e-12
Current number of parcels = 4319261
Current mass in system = 4.78493e-09
Number of parcels shifted at least once = 5326
Number of parcel shifts towards cell center = 5338
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0064913, Final user-defined norm residual = 0.000113416
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.43856e-05, Final user-defined norm residual = 2.48375e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.34044e-08, Final user-defined norm residual = 3.45758e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000553257, Final residual = 6.28894e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000375731, Final residual = 1.92007e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0388697, Final residual = 1.64442e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0418646, Final residual = 9.68908e-07, No Iterations 250
time step continuity errors : sum local = 1.29363e-10, global = 9.5112e-20, cumulative = -8.49805e-19
DICPCG: Solving for p, Initial residual = 0.00467014, Final residual = 9.98686e-07, No Iterations 122
time step continuity errors : sum local = 1.45787e-10, global = -5.23855e-20, cumulative = -9.0219e-19
BiCGStab: Solving for omega, Initial residual = 0.000452255, Final residual = 5.11769e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000672612, Final residual = 9.8915e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.89425e-05, Final residual = 5.92237e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.18889e-05, Final residual = 5.05664e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00372104, Final residual = 4.39908e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0105846, Final residual = 9.37511e-07, No Iterations 242
time step continuity errors : sum local = 1.24961e-10, global = -4.20985e-20, cumulative = -9.44289e-19
DICPCG: Solving for p, Initial residual = 0.00190261, Final residual = 9.96614e-07, No Iterations 108
time step continuity errors : sum local = 1.38492e-10, global = -9.35513e-20, cumulative = -1.03784e-18
BiCGStab: Solving for omega, Initial residual = 3.43678e-05, Final residual = 9.73683e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.38352e-06, Final residual = 9.38352e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.07058e-06, Final residual = 3.9074e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.13692e-06, Final residual = 3.41645e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000550201, Final residual = 2.46413e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00220412, Final residual = 9.7362e-07, No Iterations 53
time step continuity errors : sum local = 1.36431e-10, global = 7.63418e-20, cumulative = -9.61498e-19
DICPCG: Solving for p, Initial residual = 0.00036852, Final residual = 9.67755e-07, No Iterations 31
time step continuity errors : sum local = 1.35557e-10, global = -8.20027e-20, cumulative = -1.0435e-18
BiCGStab: Solving for omega, Initial residual = 2.51067e-05, Final residual = 8.89935e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.43703e-06, Final residual = 9.43703e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.02307e-06, Final residual = 5.06007e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.08999e-07, Final residual = 3.48761e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.94941e-05, Final residual = 3.62157e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000574762, Final residual = 9.28519e-07, No Iterations 19
time step continuity errors : sum local = 1.30311e-10, global = -1.53458e-20, cumulative = -1.05885e-18
DICPCG: Solving for p, Initial residual = 0.000105128, Final residual = 9.1224e-07, No Iterations 7
time step continuity errors : sum local = 1.28137e-10, global = 8.65881e-20, cumulative = -9.72259e-19
BiCGStab: Solving for omega, Initial residual = 2.40988e-05, Final residual = 9.77639e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.46168e-06, Final residual = 9.46168e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.8895e-07, Final residual = 9.97874e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.8151e-07, Final residual = 6.52715e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.05217e-05, Final residual = 6.25982e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000166857, Final residual = 8.26617e-07, No Iterations 6
time step continuity errors : sum local = 1.16732e-10, global = 7.92333e-20, cumulative = -8.93025e-19
DICPCG: Solving for p, Initial residual = 2.84029e-05, Final residual = 9.20172e-07, No Iterations 3
time step continuity errors : sum local = 1.2919e-10, global = -7.73032e-20, cumulative = -9.70329e-19
BiCGStab: Solving for omega, Initial residual = 2.61715e-05, Final residual = 9.14306e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.43944e-06, Final residual = 9.43944e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10188 s ClockTime = 10189 s Max(PAc) = 152671 Pa
Courant Number mean: 0.0624622 max: 0.999723 velocity magnitude: 1.26718
deltaT = 0.00050284
Time = 1.70441
--> Cloud: bubbleCloud
Added 215 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 629419
Mass introduced by injector = 5.74221e-10
Number of parcels added continuously = 1274
Mass introduced continuously = 1.12152e-12
Current number of parcels = 4320221
Current mass in system = 4.78571e-09
Number of parcels shifted at least once = 5448
Number of parcel shifts towards cell center = 5459
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00636168, Final user-defined norm residual = 7.24811e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.55862e-05, Final user-defined norm residual = 6.00681e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.29171e-08, Final user-defined norm residual = 5.92288e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000551888, Final residual = 6.02562e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00037395, Final residual = 1.79736e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0411069, Final residual = 1.492e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0446527, Final residual = 9.91222e-07, No Iterations 258
time step continuity errors : sum local = 1.32656e-10, global = -9.19268e-20, cumulative = -1.06226e-18
DICPCG: Solving for p, Initial residual = 0.00505301, Final residual = 9.53384e-07, No Iterations 105
time step continuity errors : sum local = 1.29487e-10, global = 5.44656e-20, cumulative = -1.00779e-18
BiCGStab: Solving for omega, Initial residual = 0.000448111, Final residual = 6.25992e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000672983, Final residual = 9.91712e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.85896e-05, Final residual = 6.23449e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.05364e-05, Final residual = 5.27655e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00398883, Final residual = 4.09183e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.010061, Final residual = 9.00681e-07, No Iterations 245
time step continuity errors : sum local = 1.21329e-10, global = -1.24189e-20, cumulative = -1.02021e-18
DICPCG: Solving for p, Initial residual = 0.0017909, Final residual = 9.88442e-07, No Iterations 108
time step continuity errors : sum local = 1.40174e-10, global = -7.96083e-20, cumulative = -1.09982e-18
BiCGStab: Solving for omega, Initial residual = 3.11723e-05, Final residual = 8.17741e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.61507e-06, Final residual = 9.61507e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.49614e-06, Final residual = 4.01339e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.99524e-06, Final residual = 3.31852e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000620423, Final residual = 2.39934e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00193858, Final residual = 9.84348e-07, No Iterations 67
time step continuity errors : sum local = 1.40844e-10, global = -1.8642e-20, cumulative = -1.11846e-18
DICPCG: Solving for p, Initial residual = 0.000335846, Final residual = 9.89576e-07, No Iterations 51
time step continuity errors : sum local = 1.41389e-10, global = 1.94941e-20, cumulative = -1.09896e-18
BiCGStab: Solving for omega, Initial residual = 2.49612e-05, Final residual = 9.8107e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.63096e-06, Final residual = 9.63096e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.88917e-07, Final residual = 5.64451e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.27095e-07, Final residual = 3.11326e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00011953, Final residual = 3.88491e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000518906, Final residual = 9.8342e-07, No Iterations 33
time step continuity errors : sum local = 1.40549e-10, global = -9.41021e-20, cumulative = -1.19307e-18
DICPCG: Solving for p, Initial residual = 9.0878e-05, Final residual = 9.75839e-07, No Iterations 8
time step continuity errors : sum local = 1.39522e-10, global = -5.56987e-20, cumulative = -1.24877e-18
BiCGStab: Solving for omega, Initial residual = 3.02029e-05, Final residual = 9.80505e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.66577e-06, Final residual = 9.66577e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.59916e-07, Final residual = 1.80338e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.40013e-07, Final residual = 9.14985e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.50383e-05, Final residual = 6.84339e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000147497, Final residual = 8.5057e-07, No Iterations 7
time step continuity errors : sum local = 1.22633e-10, global = 1.99489e-20, cumulative = -1.22882e-18
DICPCG: Solving for p, Initial residual = 2.48103e-05, Final residual = 6.75502e-07, No Iterations 4
time step continuity errors : sum local = 9.90288e-11, global = -3.74445e-20, cumulative = -1.26626e-18
BiCGStab: Solving for omega, Initial residual = 3.28594e-05, Final residual = 1.35201e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.62972e-06, Final residual = 9.62972e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10206.5 s ClockTime = 10207 s Max(PAc) = 152930 Pa
Courant Number mean: 0.0624755 max: 1.0097 velocity magnitude: 1.26185
deltaT = 0.000487127
Time = 1.7049
--> Cloud: bubbleCloud
Added 139 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 629558
Mass introduced by injector = 5.74386e-10
Number of parcels added continuously = 1165
Mass introduced continuously = 1.12317e-12
Current number of parcels = 4320899
Current mass in system = 4.78641e-09
Number of parcels shifted at least once = 5101
Number of parcel shifts towards cell center = 5112
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00593008, Final user-defined norm residual = 0.000107256
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.30761e-05, Final user-defined norm residual = 1.49128e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.20857e-08, Final user-defined norm residual = 1.70069e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000535294, Final residual = 4.64526e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000365277, Final residual = 1.46766e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0385328, Final residual = 1.19725e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0457358, Final residual = 9.75467e-07, No Iterations 264
time step continuity errors : sum local = 1.22942e-10, global = -9.24245e-20, cumulative = -1.35869e-18
DICPCG: Solving for p, Initial residual = 0.00546492, Final residual = 9.86626e-07, No Iterations 147
time step continuity errors : sum local = 1.3035e-10, global = 9.64121e-20, cumulative = -1.26227e-18
BiCGStab: Solving for omega, Initial residual = 0.000445272, Final residual = 4.41433e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000651719, Final residual = 8.58644e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.72777e-05, Final residual = 5.61463e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.02193e-05, Final residual = 4.54806e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00349114, Final residual = 3.13095e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00984063, Final residual = 9.24475e-07, No Iterations 240
time step continuity errors : sum local = 1.15638e-10, global = 7.43847e-20, cumulative = -1.18789e-18
DICPCG: Solving for p, Initial residual = 0.00172741, Final residual = 9.77295e-07, No Iterations 96
time step continuity errors : sum local = 1.28636e-10, global = -6.68516e-20, cumulative = -1.25474e-18
BiCGStab: Solving for omega, Initial residual = 3.1114e-05, Final residual = 6.77571e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.42393e-06, Final residual = 8.42393e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.32649e-06, Final residual = 3.35707e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.75535e-06, Final residual = 2.85315e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000524773, Final residual = 1.80682e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00192376, Final residual = 9.62142e-07, No Iterations 67
time step continuity errors : sum local = 1.27859e-10, global = -5.17028e-20, cumulative = -1.30644e-18
DICPCG: Solving for p, Initial residual = 0.000320581, Final residual = 9.58962e-07, No Iterations 51
time step continuity errors : sum local = 1.27312e-10, global = 7.80592e-20, cumulative = -1.22838e-18
BiCGStab: Solving for omega, Initial residual = 2.07906e-05, Final residual = 5.77314e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.48007e-06, Final residual = 8.48007e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.70221e-07, Final residual = 4.94273e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.53339e-07, Final residual = 2.39758e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.73437e-05, Final residual = 2.97295e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000518144, Final residual = 9.93919e-07, No Iterations 32
time step continuity errors : sum local = 1.31676e-10, global = -1.05484e-20, cumulative = -1.23893e-18
DICPCG: Solving for p, Initial residual = 8.96709e-05, Final residual = 9.76113e-07, No Iterations 8
time step continuity errors : sum local = 1.29445e-10, global = -2.79658e-20, cumulative = -1.2669e-18
BiCGStab: Solving for omega, Initial residual = 1.68536e-05, Final residual = 5.55795e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.49407e-06, Final residual = 8.49407e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.42986e-07, Final residual = 1.49862e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.28865e-07, Final residual = 7.94945e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.94114e-05, Final residual = 5.19844e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00014631, Final residual = 9.35369e-07, No Iterations 7
time step continuity errors : sum local = 1.24349e-10, global = -8.40308e-20, cumulative = -1.35093e-18
DICPCG: Solving for p, Initial residual = 2.47732e-05, Final residual = 6.89628e-07, No Iterations 4
time step continuity errors : sum local = 9.36002e-11, global = -9.73519e-20, cumulative = -1.44828e-18
BiCGStab: Solving for omega, Initial residual = 1.72255e-05, Final residual = 5.37505e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.476e-06, Final residual = 8.476e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10225.1 s ClockTime = 10226 s Max(PAc) = 153823 Pa
Courant Number mean: 0.0605355 max: 0.985938 velocity magnitude: 1.25454
deltaT = 0.000487127
Time = 1.70539
--> Cloud: bubbleCloud
Added 160 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 629718
Mass introduced by injector = 5.74516e-10
Number of parcels added continuously = 1171
Mass introduced continuously = 1.12548e-12
Current number of parcels = 4321700
Current mass in system = 4.78711e-09
Number of parcels shifted at least once = 5087
Number of parcel shifts towards cell center = 5092
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00639998, Final user-defined norm residual = 0.000160094
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.44488e-05, Final user-defined norm residual = 8.98747e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.934e-07, Final user-defined norm residual = 1.02124e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000540639, Final residual = 4.76383e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000367799, Final residual = 1.54489e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0388744, Final residual = 1.17633e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0417659, Final residual = 8.96282e-07, No Iterations 258
time step continuity errors : sum local = 1.11557e-10, global = 3.24847e-20, cumulative = -1.4158e-18
DICPCG: Solving for p, Initial residual = 0.00511419, Final residual = 9.87365e-07, No Iterations 107
time step continuity errors : sum local = 1.28154e-10, global = -5.22389e-20, cumulative = -1.46804e-18
BiCGStab: Solving for omega, Initial residual = 0.000437449, Final residual = 5.08386e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000651398, Final residual = 8.56461e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.82387e-05, Final residual = 4.93243e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.13533e-05, Final residual = 4.33388e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00355263, Final residual = 3.03401e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0107276, Final residual = 9.79654e-07, No Iterations 240
time step continuity errors : sum local = 1.2186e-10, global = -3.53823e-20, cumulative = -1.50342e-18
DICPCG: Solving for p, Initial residual = 0.00188319, Final residual = 9.85057e-07, No Iterations 91
time step continuity errors : sum local = 1.27862e-10, global = 2.66282e-20, cumulative = -1.47679e-18
BiCGStab: Solving for omega, Initial residual = 2.76789e-05, Final residual = 7.42213e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.50442e-06, Final residual = 8.50442e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.90913e-06, Final residual = 3.33732e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.16911e-06, Final residual = 2.82062e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000547376, Final residual = 1.74659e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00238318, Final residual = 9.93432e-07, No Iterations 92
time step continuity errors : sum local = 1.29762e-10, global = 1.83995e-20, cumulative = -1.45839e-18
DICPCG: Solving for p, Initial residual = 0.000392543, Final residual = 9.53714e-07, No Iterations 52
time step continuity errors : sum local = 1.24724e-10, global = -1.24627e-21, cumulative = -1.45964e-18
BiCGStab: Solving for omega, Initial residual = 1.95331e-05, Final residual = 8.14631e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.59969e-06, Final residual = 8.59969e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.92065e-07, Final residual = 3.87609e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.86295e-07, Final residual = 2.85655e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.986e-05, Final residual = 2.96464e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000655427, Final residual = 9.55084e-07, No Iterations 20
time step continuity errors : sum local = 1.2488e-10, global = -1.80436e-19, cumulative = -1.64007e-18
DICPCG: Solving for p, Initial residual = 0.000113413, Final residual = 8.97074e-07, No Iterations 8
time step continuity errors : sum local = 1.17649e-10, global = -1.1084e-19, cumulative = -1.75091e-18
BiCGStab: Solving for omega, Initial residual = 2.17017e-05, Final residual = 9.91777e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.61307e-06, Final residual = 8.61307e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.18923e-07, Final residual = 9.03205e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.52775e-07, Final residual = 5.09254e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.02706e-05, Final residual = 5.1405e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000192641, Final residual = 8.07318e-07, No Iterations 7
time step continuity errors : sum local = 1.06468e-10, global = 1.23395e-19, cumulative = -1.62752e-18
DICPCG: Solving for p, Initial residual = 3.19627e-05, Final residual = 6.89807e-07, No Iterations 4
time step continuity errors : sum local = 9.18295e-11, global = 1.12273e-19, cumulative = -1.51524e-18
BiCGStab: Solving for omega, Initial residual = 2.46605e-05, Final residual = 1.1572e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.61425e-06, Final residual = 8.61425e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10243.7 s ClockTime = 10244 s Max(PAc) = 154323 Pa
Courant Number mean: 0.0605487 max: 0.992181 velocity magnitude: 1.25161
deltaT = 0.000487127
Time = 1.70587
--> Cloud: bubbleCloud
Added 181 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 629899
Mass introduced by injector = 5.74678e-10
Number of parcels added continuously = 1179
Mass introduced continuously = 1.07873e-12
Current number of parcels = 4322506
Current mass in system = 4.78784e-09
Number of parcels shifted at least once = 5151
Number of parcel shifts towards cell center = 5154
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00573835, Final user-defined norm residual = 8.11917e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.7472e-05, Final user-defined norm residual = 1.28374e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.76263e-08, Final user-defined norm residual = 1.09779e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000542331, Final residual = 4.91822e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000366468, Final residual = 1.52093e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0378018, Final residual = 1.04297e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0438245, Final residual = 8.93863e-07, No Iterations 254
time step continuity errors : sum local = 1.11443e-10, global = -1.0081e-19, cumulative = -1.61605e-18
DICPCG: Solving for p, Initial residual = 0.00543478, Final residual = 9.67446e-07, No Iterations 132
time step continuity errors : sum local = 1.21766e-10, global = 8.96972e-20, cumulative = -1.52636e-18
BiCGStab: Solving for omega, Initial residual = 0.000444477, Final residual = 5.60747e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000650969, Final residual = 8.47059e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.9159e-05, Final residual = 5.10428e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.0903e-05, Final residual = 4.44263e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00347832, Final residual = 2.79679e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0108044, Final residual = 9.42517e-07, No Iterations 241
time step continuity errors : sum local = 1.17931e-10, global = 1.28491e-20, cumulative = -1.51351e-18
DICPCG: Solving for p, Initial residual = 0.00186296, Final residual = 9.8792e-07, No Iterations 91
time step continuity errors : sum local = 1.29573e-10, global = -4.0043e-20, cumulative = -1.55355e-18
BiCGStab: Solving for omega, Initial residual = 3.13923e-05, Final residual = 8.84821e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.83464e-06, Final residual = 8.83464e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.71302e-06, Final residual = 3.49362e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.96157e-06, Final residual = 2.88989e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000532561, Final residual = 1.70777e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00220763, Final residual = 9.738e-07, No Iterations 78
time step continuity errors : sum local = 1.28846e-10, global = 9.92496e-21, cumulative = -1.54363e-18
DICPCG: Solving for p, Initial residual = 0.000378053, Final residual = 9.75447e-07, No Iterations 43
time step continuity errors : sum local = 1.28973e-10, global = 6.09737e-20, cumulative = -1.48265e-18
BiCGStab: Solving for omega, Initial residual = 2.53738e-05, Final residual = 9.97628e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.89969e-06, Final residual = 8.89969e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.04807e-06, Final residual = 4.67581e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.94224e-07, Final residual = 2.5323e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000102126, Final residual = 2.94855e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000599464, Final residual = 9.64256e-07, No Iterations 14
time step continuity errors : sum local = 1.27557e-10, global = 9.13521e-20, cumulative = -1.3913e-18
DICPCG: Solving for p, Initial residual = 0.000100243, Final residual = 8.7947e-07, No Iterations 7
time step continuity errors : sum local = 1.16917e-10, global = -6.52834e-20, cumulative = -1.45658e-18
BiCGStab: Solving for omega, Initial residual = 2.57403e-05, Final residual = 1.04186e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.94582e-06, Final residual = 8.94582e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.71325e-07, Final residual = 7.32115e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.53836e-07, Final residual = 4.84203e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.07033e-05, Final residual = 5.4859e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000158254, Final residual = 7.52723e-07, No Iterations 6
time step continuity errors : sum local = 1.01022e-10, global = 4.16737e-20, cumulative = -1.41491e-18
DICPCG: Solving for p, Initial residual = 2.79524e-05, Final residual = 9.83153e-07, No Iterations 3
time step continuity errors : sum local = 1.29915e-10, global = 1.0259e-19, cumulative = -1.31232e-18
BiCGStab: Solving for omega, Initial residual = 2.84275e-05, Final residual = 1.09288e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.89314e-06, Final residual = 8.89314e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10262.2 s ClockTime = 10263 s Max(PAc) = 154110 Pa
Courant Number mean: 0.0605621 max: 0.996152 velocity magnitude: 1.25873
deltaT = 0.000487127
Time = 1.70636
--> Cloud: bubbleCloud
Added 219 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 630118
Mass introduced by injector = 5.74865e-10
Number of parcels added continuously = 1170
Mass introduced continuously = 1.04072e-12
Current number of parcels = 4323346
Current mass in system = 4.78856e-09
Number of parcels shifted at least once = 5245
Number of parcel shifts towards cell center = 5251
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00624852, Final user-defined norm residual = 9.441e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.03276e-05, Final user-defined norm residual = 1.95647e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.21265e-08, Final user-defined norm residual = 1.78825e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00054348, Final residual = 5.25731e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000367304, Final residual = 1.55316e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0377439, Final residual = 1.18186e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0522589, Final residual = 9.38903e-07, No Iterations 257
time step continuity errors : sum local = 1.18998e-10, global = 8.37472e-20, cumulative = -1.22857e-18
DICPCG: Solving for p, Initial residual = 0.00638888, Final residual = 9.39898e-07, No Iterations 104
time step continuity errors : sum local = 1.29989e-10, global = 1.98267e-19, cumulative = -1.03031e-18
BiCGStab: Solving for omega, Initial residual = 0.000445453, Final residual = 5.34491e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000650698, Final residual = 8.46537e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.03017e-05, Final residual = 5.18149e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.11779e-05, Final residual = 4.6428e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00330396, Final residual = 2.91078e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0118748, Final residual = 9.49506e-07, No Iterations 245
time step continuity errors : sum local = 1.2115e-10, global = 8.40379e-20, cumulative = -9.46267e-19
DICPCG: Solving for p, Initial residual = 0.00212942, Final residual = 9.54739e-07, No Iterations 109
time step continuity errors : sum local = 1.26351e-10, global = 1.10027e-19, cumulative = -8.3624e-19
BiCGStab: Solving for omega, Initial residual = 2.43476e-05, Final residual = 5.23768e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.39468e-06, Final residual = 9.39468e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.2334e-06, Final residual = 3.67565e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.17946e-06, Final residual = 3.03718e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000483692, Final residual = 1.67344e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00249097, Final residual = 9.5058e-07, No Iterations 47
time step continuity errors : sum local = 1.26718e-10, global = -2.58924e-20, cumulative = -8.62133e-19
DICPCG: Solving for p, Initial residual = 0.000443423, Final residual = 9.97328e-07, No Iterations 30
time step continuity errors : sum local = 1.32617e-10, global = 2.24303e-20, cumulative = -8.39702e-19
BiCGStab: Solving for omega, Initial residual = 1.39507e-05, Final residual = 3.84753e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.47009e-06, Final residual = 9.47009e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.10433e-06, Final residual = 4.09067e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.14639e-07, Final residual = 3.0233e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.56566e-05, Final residual = 2.61699e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000660227, Final residual = 9.07249e-07, No Iterations 19
time step continuity errors : sum local = 1.21101e-10, global = 2.48133e-21, cumulative = -8.37221e-19
DICPCG: Solving for p, Initial residual = 0.000118701, Final residual = 9.01332e-07, No Iterations 7
time step continuity errors : sum local = 1.2033e-10, global = -5.64102e-20, cumulative = -8.93631e-19
BiCGStab: Solving for omega, Initial residual = 1.12768e-05, Final residual = 3.41542e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.46789e-06, Final residual = 9.46789e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.48385e-07, Final residual = 8.83797e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.81182e-07, Final residual = 5.16337e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.7399e-05, Final residual = 4.49622e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000203346, Final residual = 8.67941e-07, No Iterations 6
time step continuity errors : sum local = 1.16064e-10, global = 1.80981e-20, cumulative = -8.75533e-19
DICPCG: Solving for p, Initial residual = 3.35505e-05, Final residual = 6.34981e-07, No Iterations 4
time step continuity errors : sum local = 8.63124e-11, global = 6.75753e-20, cumulative = -8.07958e-19
BiCGStab: Solving for omega, Initial residual = 1.08424e-05, Final residual = 3.24033e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.47344e-06, Final residual = 9.47344e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10280.6 s ClockTime = 10281 s Max(PAc) = 154042 Pa
Courant Number mean: 0.0605751 max: 0.996417 velocity magnitude: 1.2698
deltaT = 0.000487127
Time = 1.70685
--> Cloud: bubbleCloud
Added 177 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 630295
Mass introduced by injector = 5.75012e-10
Number of parcels added continuously = 1243
Mass introduced continuously = 1.10368e-12
Current number of parcels = 4324217
Current mass in system = 4.78935e-09
Number of parcels shifted at least once = 5080
Number of parcel shifts towards cell center = 5082
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00667674, Final user-defined norm residual = 0.000167926
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.61517e-05, Final user-defined norm residual = 1.03009e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.21773e-07, Final user-defined norm residual = 6.00675e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000539787, Final residual = 4.6457e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000370445, Final residual = 1.37043e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.036192, Final residual = 1.06728e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0541416, Final residual = 9.11173e-07, No Iterations 258
time step continuity errors : sum local = 1.16578e-10, global = 5.36591e-20, cumulative = -7.54299e-19
DICPCG: Solving for p, Initial residual = 0.00711038, Final residual = 9.26606e-07, No Iterations 143
time step continuity errors : sum local = 1.3046e-10, global = 3.20272e-21, cumulative = -7.51096e-19
BiCGStab: Solving for omega, Initial residual = 0.000435822, Final residual = 6.0265e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000650197, Final residual = 8.53154e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.89862e-05, Final residual = 5.40928e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.08255e-05, Final residual = 4.74005e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00336946, Final residual = 2.83052e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0106792, Final residual = 9.24423e-07, No Iterations 240
time step continuity errors : sum local = 1.18591e-10, global = 9.28752e-20, cumulative = -6.58221e-19
DICPCG: Solving for p, Initial residual = 0.0019571, Final residual = 9.70709e-07, No Iterations 101
time step continuity errors : sum local = 1.28981e-10, global = 1.22731e-19, cumulative = -5.3549e-19
BiCGStab: Solving for omega, Initial residual = 1.73055e-05, Final residual = 2.70621e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.39603e-06, Final residual = 9.39603e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.88966e-06, Final residual = 3.58824e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.17482e-06, Final residual = 3.25845e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000514761, Final residual = 1.6516e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00232893, Final residual = 9.88344e-07, No Iterations 50
time step continuity errors : sum local = 1.32092e-10, global = -6.19851e-20, cumulative = -5.97475e-19
DICPCG: Solving for p, Initial residual = 0.000404439, Final residual = 9.40786e-07, No Iterations 28
time step continuity errors : sum local = 1.25904e-10, global = 3.19173e-20, cumulative = -5.65557e-19
BiCGStab: Solving for omega, Initial residual = 8.57997e-06, Final residual = 8.57997e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.46072e-06, Final residual = 9.46072e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.08845e-06, Final residual = 5.02669e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.53855e-07, Final residual = 3.67864e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.78003e-05, Final residual = 2.88539e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000651367, Final residual = 9.29972e-07, No Iterations 14
time step continuity errors : sum local = 1.24488e-10, global = -2.65623e-20, cumulative = -5.9212e-19
DICPCG: Solving for p, Initial residual = 0.000111361, Final residual = 7.84775e-07, No Iterations 7
time step continuity errors : sum local = 1.05824e-10, global = -1.77622e-20, cumulative = -6.09882e-19
BiCGStab: Solving for omega, Initial residual = 8.69235e-06, Final residual = 8.69235e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.46863e-06, Final residual = 9.46863e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.2097e-07, Final residual = 9.56857e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.82356e-07, Final residual = 5.43051e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.99374e-05, Final residual = 5.20099e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000192787, Final residual = 8.7625e-07, No Iterations 6
time step continuity errors : sum local = 1.17566e-10, global = 6.09118e-20, cumulative = -5.4897e-19
DICPCG: Solving for p, Initial residual = 3.28566e-05, Final residual = 6.69034e-07, No Iterations 4
time step continuity errors : sum local = 9.09589e-11, global = -4.13197e-20, cumulative = -5.9029e-19
BiCGStab: Solving for omega, Initial residual = 8.70678e-06, Final residual = 8.70678e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.47133e-06, Final residual = 9.47133e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10299.1 s ClockTime = 10300 s Max(PAc) = 154663 Pa
Courant Number mean: 0.0605884 max: 1.00064 velocity magnitude: 1.28209
deltaT = 0.000469729
Time = 1.70732
--> Cloud: bubbleCloud
Added 144 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 630439
Mass introduced by injector = 5.75147e-10
Number of parcels added continuously = 1163
Mass introduced continuously = 1.09457e-12
Current number of parcels = 4325000
Current mass in system = 4.79008e-09
Number of parcels shifted at least once = 4998
Number of parcel shifts towards cell center = 5006
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00595469, Final user-defined norm residual = 0.000127728
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.74867e-05, Final user-defined norm residual = 5.45609e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.17418e-07, Final user-defined norm residual = 1.52512e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000525488, Final residual = 3.66268e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000352354, Final residual = 1.10927e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0324521, Final residual = 8.38974e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0557664, Final residual = 9.97544e-07, No Iterations 155
time step continuity errors : sum local = 1.3534e-10, global = -6.12238e-20, cumulative = -6.51514e-19
DICPCG: Solving for p, Initial residual = 0.00685092, Final residual = 9.85791e-07, No Iterations 133
time step continuity errors : sum local = 1.24592e-10, global = -4.41675e-20, cumulative = -6.95681e-19
BiCGStab: Solving for omega, Initial residual = 0.000422472, Final residual = 5.24486e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000626259, Final residual = 7.28861e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.78016e-05, Final residual = 4.44506e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.05313e-05, Final residual = 4.18625e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00296331, Final residual = 2.2583e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0103502, Final residual = 9.15524e-07, No Iterations 236
time step continuity errors : sum local = 1.10497e-10, global = -1.05065e-19, cumulative = -8.00746e-19
DICPCG: Solving for p, Initial residual = 0.00180743, Final residual = 8.41123e-07, No Iterations 72
time step continuity errors : sum local = 1.05895e-10, global = -3.02283e-20, cumulative = -8.30974e-19
BiCGStab: Solving for omega, Initial residual = 2.21684e-05, Final residual = 4.1732e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.8591e-06, Final residual = 8.8591e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.39471e-06, Final residual = 3.20356e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.83133e-06, Final residual = 2.52178e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000443617, Final residual = 1.24471e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00200115, Final residual = 9.7531e-07, No Iterations 37
time step continuity errors : sum local = 1.22958e-10, global = 2.13118e-21, cumulative = -8.28843e-19
DICPCG: Solving for p, Initial residual = 0.000327476, Final residual = 9.51018e-07, No Iterations 23
time step continuity errors : sum local = 1.19941e-10, global = 1.2298e-20, cumulative = -8.16545e-19
BiCGStab: Solving for omega, Initial residual = 1.31073e-05, Final residual = 3.53049e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.92772e-06, Final residual = 8.92772e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.73721e-07, Final residual = 3.4829e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.7151e-07, Final residual = 2.21146e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.97463e-05, Final residual = 2.14857e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000525334, Final residual = 9.70862e-07, No Iterations 9
time step continuity errors : sum local = 1.22329e-10, global = -4.08593e-20, cumulative = -8.57404e-19
DICPCG: Solving for p, Initial residual = 8.8857e-05, Final residual = 7.52867e-07, No Iterations 6
time step continuity errors : sum local = 9.60253e-11, global = -1.37694e-19, cumulative = -9.95099e-19
BiCGStab: Solving for omega, Initial residual = 1.22323e-05, Final residual = 4.42562e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.90895e-06, Final residual = 8.90895e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.60334e-07, Final residual = 5.74408e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.41645e-07, Final residual = 3.47721e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.66994e-05, Final residual = 3.64883e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000150549, Final residual = 8.40832e-07, No Iterations 5
time step continuity errors : sum local = 1.06636e-10, global = 1.48062e-19, cumulative = -8.47037e-19
DICPCG: Solving for p, Initial residual = 2.64095e-05, Final residual = 9.13762e-07, No Iterations 3
time step continuity errors : sum local = 1.15431e-10, global = -5.5186e-21, cumulative = -8.52555e-19
BiCGStab: Solving for omega, Initial residual = 1.35386e-05, Final residual = 3.9878e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.92174e-06, Final residual = 8.92174e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10317.5 s ClockTime = 10318 s Max(PAc) = 154265 Pa
Courant Number mean: 0.0584364 max: 0.967805 velocity magnitude: 1.29092
deltaT = 0.000469729
Time = 1.70779
--> Cloud: bubbleCloud
Added 137 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 630576
Mass introduced by injector = 5.75252e-10
Number of parcels added continuously = 1134
Mass introduced continuously = 1.1172e-12
Current number of parcels = 4325784
Current mass in system = 4.79085e-09
Number of parcels shifted at least once = 4955
Number of parcel shifts towards cell center = 4962
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00638555, Final user-defined norm residual = 6.96186e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.49721e-05, Final user-defined norm residual = 6.17767e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.32858e-08, Final user-defined norm residual = 7.27631e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00052802, Final residual = 3.06677e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000352563, Final residual = 9.82825e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0338248, Final residual = 8.38305e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0575695, Final residual = 8.50223e-07, No Iterations 256
time step continuity errors : sum local = 1.02215e-10, global = 2.476e-20, cumulative = -8.27795e-19
DICPCG: Solving for p, Initial residual = 0.00686603, Final residual = 9.67483e-07, No Iterations 129
time step continuity errors : sum local = 1.16474e-10, global = 7.22718e-20, cumulative = -7.55523e-19
BiCGStab: Solving for omega, Initial residual = 0.000425064, Final residual = 4.21058e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000627062, Final residual = 7.27488e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.77877e-05, Final residual = 4.75084e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03032e-05, Final residual = 4.20766e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00315978, Final residual = 2.326e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00941705, Final residual = 9.11763e-07, No Iterations 240
time step continuity errors : sum local = 1.09649e-10, global = -8.69756e-21, cumulative = -7.64221e-19
DICPCG: Solving for p, Initial residual = 0.00164681, Final residual = 9.7949e-07, No Iterations 105
time step continuity errors : sum local = 1.22114e-10, global = -8.40918e-21, cumulative = -7.7263e-19
BiCGStab: Solving for omega, Initial residual = 2.25151e-05, Final residual = 4.48375e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.41184e-06, Final residual = 8.41184e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.21469e-06, Final residual = 3.05182e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.74347e-06, Final residual = 2.5405e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000464162, Final residual = 1.36976e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00178117, Final residual = 9.0553e-07, No Iterations 57
time step continuity errors : sum local = 1.14147e-10, global = 2.29153e-20, cumulative = -7.49715e-19
DICPCG: Solving for p, Initial residual = 0.000294703, Final residual = 9.95382e-07, No Iterations 22
time step continuity errors : sum local = 1.24912e-10, global = -1.98508e-21, cumulative = -7.517e-19
BiCGStab: Solving for omega, Initial residual = 1.18194e-05, Final residual = 4.12012e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.44835e-06, Final residual = 8.44835e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.62047e-07, Final residual = 4.96462e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.16665e-07, Final residual = 3.05725e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.48699e-05, Final residual = 2.43148e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000404664, Final residual = 9.83921e-07, No Iterations 15
time step continuity errors : sum local = 1.23533e-10, global = 1.06786e-20, cumulative = -7.41021e-19
DICPCG: Solving for p, Initial residual = 7.25208e-05, Final residual = 8.37685e-07, No Iterations 7
time step continuity errors : sum local = 1.05935e-10, global = -1.18765e-20, cumulative = -7.52898e-19
BiCGStab: Solving for omega, Initial residual = 1.1738e-05, Final residual = 3.7665e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.46502e-06, Final residual = 8.46502e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.02394e-07, Final residual = 8.15181e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.10956e-07, Final residual = 4.63461e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.72698e-05, Final residual = 4.26831e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000118174, Final residual = 9.26627e-07, No Iterations 6
time step continuity errors : sum local = 1.16636e-10, global = -1.33067e-19, cumulative = -8.85965e-19
DICPCG: Solving for p, Initial residual = 2.22396e-05, Final residual = 6.44634e-07, No Iterations 4
time step continuity errors : sum local = 8.27097e-11, global = -9.88233e-20, cumulative = -9.84788e-19
BiCGStab: Solving for omega, Initial residual = 1.07825e-05, Final residual = 4.36626e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.45183e-06, Final residual = 8.45183e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10335.9 s ClockTime = 10336 s Max(PAc) = 154507 Pa
Courant Number mean: 0.0584478 max: 0.968481 velocity magnitude: 1.29322
deltaT = 0.000469729
Time = 1.70826
--> Cloud: bubbleCloud
Added 183 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 630759
Mass introduced by injector = 5.75443e-10
Number of parcels added continuously = 1135
Mass introduced continuously = 1.04901e-12
Current number of parcels = 4326570
Current mass in system = 4.79157e-09
Number of parcels shifted at least once = 4995
Number of parcel shifts towards cell center = 4999
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00584601, Final user-defined norm residual = 7.03359e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.51384e-05, Final user-defined norm residual = 1.28095e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.75705e-08, Final user-defined norm residual = 3.60722e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000532598, Final residual = 3.71588e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000354576, Final residual = 9.55963e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0329915, Final residual = 7.16117e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0534305, Final residual = 9.8928e-07, No Iterations 255
time step continuity errors : sum local = 1.18245e-10, global = -7.55868e-20, cumulative = -1.06038e-18
DICPCG: Solving for p, Initial residual = 0.00660517, Final residual = 9.25247e-07, No Iterations 109
time step continuity errors : sum local = 1.10607e-10, global = -3.63482e-20, cumulative = -1.09672e-18
BiCGStab: Solving for omega, Initial residual = 0.000424748, Final residual = 5.7001e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000626917, Final residual = 7.24035e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.93658e-05, Final residual = 4.72027e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.08664e-05, Final residual = 4.08231e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.002973, Final residual = 2.00602e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00990621, Final residual = 9.17357e-07, No Iterations 243
time step continuity errors : sum local = 1.091e-10, global = 3.41729e-20, cumulative = -1.06255e-18
DICPCG: Solving for p, Initial residual = 0.00183919, Final residual = 9.62577e-07, No Iterations 105
time step continuity errors : sum local = 1.1891e-10, global = 2.57403e-20, cumulative = -1.03681e-18
BiCGStab: Solving for omega, Initial residual = 1.73452e-05, Final residual = 2.51278e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.3264e-06, Final residual = 8.3264e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.57733e-06, Final residual = 3.07262e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.99162e-06, Final residual = 2.55203e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000440621, Final residual = 1.18301e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0018123, Final residual = 9.97587e-07, No Iterations 61
time step continuity errors : sum local = 1.23938e-10, global = -4.76816e-20, cumulative = -1.08449e-18
DICPCG: Solving for p, Initial residual = 0.000310776, Final residual = 9.84056e-07, No Iterations 50
time step continuity errors : sum local = 1.22283e-10, global = -3.64727e-20, cumulative = -1.12096e-18
BiCGStab: Solving for omega, Initial residual = 7.68762e-06, Final residual = 7.68762e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.36839e-06, Final residual = 8.36839e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.97244e-07, Final residual = 4.82611e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.03076e-07, Final residual = 3.22176e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.0024e-05, Final residual = 2.14262e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000476046, Final residual = 9.36184e-07, No Iterations 26
time step continuity errors : sum local = 1.16577e-10, global = -2.70393e-20, cumulative = -1.148e-18
DICPCG: Solving for p, Initial residual = 8.53451e-05, Final residual = 9.35203e-07, No Iterations 8
time step continuity errors : sum local = 1.16446e-10, global = 8.89559e-21, cumulative = -1.13911e-18
BiCGStab: Solving for omega, Initial residual = 7.82979e-06, Final residual = 7.82979e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.36631e-06, Final residual = 8.36631e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.32917e-07, Final residual = 1.19194e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.43972e-07, Final residual = 7.31144e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.59093e-05, Final residual = 3.63703e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000128181, Final residual = 8.52017e-07, No Iterations 7
time step continuity errors : sum local = 1.06536e-10, global = 7.19644e-21, cumulative = -1.13191e-18
DICPCG: Solving for p, Initial residual = 2.51752e-05, Final residual = 6.96115e-07, No Iterations 4
time step continuity errors : sum local = 8.79654e-11, global = 9.12922e-20, cumulative = -1.04062e-18
BiCGStab: Solving for omega, Initial residual = 7.85081e-06, Final residual = 7.85081e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.36488e-06, Final residual = 8.36488e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10354.2 s ClockTime = 10355 s Max(PAc) = 154688 Pa
Courant Number mean: 0.0584589 max: 0.958901 velocity magnitude: 1.29098
deltaT = 0.000489301
Time = 1.70875
--> Cloud: bubbleCloud
Added 144 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 630903
Mass introduced by injector = 5.75573e-10
Number of parcels added continuously = 1098
Mass introduced continuously = 1.07028e-12
Current number of parcels = 4327287
Current mass in system = 4.7923e-09
Number of parcels shifted at least once = 5119
Number of parcel shifts towards cell center = 5129
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00592797, Final user-defined norm residual = 0.000158835
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.42035e-05, Final user-defined norm residual = 8.54462e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.84008e-07, Final user-defined norm residual = 1.26815e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000558555, Final residual = 4.17016e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000369492, Final residual = 1.33857e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0338601, Final residual = 1.00858e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0557378, Final residual = 9.82774e-07, No Iterations 263
time step continuity errors : sum local = 1.27503e-10, global = -7.01085e-20, cumulative = -1.11073e-18
DICPCG: Solving for p, Initial residual = 0.0081907, Final residual = 9.51538e-07, No Iterations 253
time step continuity errors : sum local = 1.24818e-10, global = -2.41831e-20, cumulative = -1.13491e-18
BiCGStab: Solving for omega, Initial residual = 0.000445259, Final residual = 6.86132e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000652686, Final residual = 8.54719e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.13111e-05, Final residual = 6.11025e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.11942e-05, Final residual = 5.00905e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00325952, Final residual = 2.79947e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0111665, Final residual = 9.7524e-07, No Iterations 251
time step continuity errors : sum local = 1.27651e-10, global = -2.82669e-20, cumulative = -1.16318e-18
DICPCG: Solving for p, Initial residual = 0.00206217, Final residual = 9.22413e-07, No Iterations 93
time step continuity errors : sum local = 1.25554e-10, global = -5.89088e-22, cumulative = -1.16377e-18
BiCGStab: Solving for omega, Initial residual = 2.19486e-05, Final residual = 2.88206e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.98525e-06, Final residual = 8.98525e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.11688e-06, Final residual = 4.31315e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.12964e-06, Final residual = 3.29582e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00049422, Final residual = 1.71072e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00203455, Final residual = 9.15062e-07, No Iterations 77
time step continuity errors : sum local = 1.25573e-10, global = 1.52083e-19, cumulative = -1.01168e-18
DICPCG: Solving for p, Initial residual = 0.000354941, Final residual = 9.93188e-07, No Iterations 56
time step continuity errors : sum local = 1.35821e-10, global = -3.49301e-20, cumulative = -1.04661e-18
BiCGStab: Solving for omega, Initial residual = 1.15951e-05, Final residual = 2.23566e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.07239e-06, Final residual = 9.07239e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.58755e-07, Final residual = 7.21453e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.55977e-07, Final residual = 3.7222e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.0787e-05, Final residual = 2.8401e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000509842, Final residual = 9.48546e-07, No Iterations 38
time step continuity errors : sum local = 1.29943e-10, global = 4.85197e-21, cumulative = -1.04176e-18
DICPCG: Solving for p, Initial residual = 9.36356e-05, Final residual = 9.80349e-07, No Iterations 10
time step continuity errors : sum local = 1.34091e-10, global = 9.53013e-21, cumulative = -1.03223e-18
BiCGStab: Solving for omega, Initial residual = 1.0344e-05, Final residual = 2.215e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.06121e-06, Final residual = 9.06121e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.65745e-07, Final residual = 2.45662e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.61992e-07, Final residual = 1.28266e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.94699e-05, Final residual = 4.96259e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000134466, Final residual = 8.61635e-07, No Iterations 8
time step continuity errors : sum local = 1.18542e-10, global = -5.0277e-23, cumulative = -1.03228e-18
DICPCG: Solving for p, Initial residual = 2.46527e-05, Final residual = 8.04556e-07, No Iterations 4
time step continuity errors : sum local = 1.11064e-10, global = 1.4154e-19, cumulative = -8.90742e-19
BiCGStab: Solving for omega, Initial residual = 9.99979e-06, Final residual = 9.99979e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.07951e-06, Final residual = 9.07951e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10372.7 s ClockTime = 10373 s Max(PAc) = 154708 Pa
Courant Number mean: 0.0609061 max: 0.979137 velocity magnitude: 1.28772
deltaT = 0.000489301
Time = 1.70924
--> Cloud: bubbleCloud
Added 192 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 631095
Mass introduced by injector = 5.75724e-10
Number of parcels added continuously = 1133
Mass introduced continuously = 1.05135e-12
Current number of parcels = 4328037
Current mass in system = 4.79291e-09
Number of parcels shifted at least once = 5239
Number of parcel shifts towards cell center = 5248
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0062505, Final user-defined norm residual = 0.000108642
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.33897e-05, Final user-defined norm residual = 9.27582e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.99708e-08, Final user-defined norm residual = 7.46392e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000556863, Final residual = 3.82422e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000375387, Final residual = 1.29407e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0340937, Final residual = 9.73744e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0595528, Final residual = 9.36489e-07, No Iterations 259
time step continuity errors : sum local = 1.21266e-10, global = -4.19714e-20, cumulative = -9.32714e-19
DICPCG: Solving for p, Initial residual = 0.00804864, Final residual = 9.70492e-07, No Iterations 106
time step continuity errors : sum local = 1.37871e-10, global = 3.83508e-20, cumulative = -8.94363e-19
BiCGStab: Solving for omega, Initial residual = 0.000445844, Final residual = 5.87014e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000651912, Final residual = 8.43918e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.23556e-05, Final residual = 5.86655e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.21649e-05, Final residual = 4.7001e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00328418, Final residual = 2.76453e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0117505, Final residual = 8.8766e-07, No Iterations 240
time step continuity errors : sum local = 1.14015e-10, global = 1.02851e-19, cumulative = -7.91512e-19
DICPCG: Solving for p, Initial residual = 0.00216352, Final residual = 9.98396e-07, No Iterations 94
time step continuity errors : sum local = 1.34066e-10, global = -2.49949e-20, cumulative = -8.16507e-19
BiCGStab: Solving for omega, Initial residual = 2.56617e-05, Final residual = 3.01163e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.14993e-06, Final residual = 9.14993e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.53385e-06, Final residual = 4.02079e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.40401e-06, Final residual = 3.13896e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000495599, Final residual = 1.66075e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00234737, Final residual = 9.55501e-07, No Iterations 63
time step continuity errors : sum local = 1.29544e-10, global = -1.56302e-20, cumulative = -8.32137e-19
DICPCG: Solving for p, Initial residual = 0.000422381, Final residual = 9.78783e-07, No Iterations 31
time step continuity errors : sum local = 1.32406e-10, global = -3.84613e-21, cumulative = -8.35983e-19
BiCGStab: Solving for omega, Initial residual = 1.64439e-05, Final residual = 2.56362e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.22598e-06, Final residual = 9.22598e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.20587e-06, Final residual = 6.55211e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.75058e-07, Final residual = 4.16743e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.28084e-05, Final residual = 2.70787e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000635924, Final residual = 9.78505e-07, No Iterations 19
time step continuity errors : sum local = 1.32376e-10, global = -7.78185e-20, cumulative = -9.13802e-19
DICPCG: Solving for p, Initial residual = 0.0001164, Final residual = 9.88066e-07, No Iterations 7
time step continuity errors : sum local = 1.33586e-10, global = 3.24309e-20, cumulative = -8.81371e-19
BiCGStab: Solving for omega, Initial residual = 1.59553e-05, Final residual = 2.63522e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.23237e-06, Final residual = 9.23237e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.53288e-07, Final residual = 1.26647e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.10009e-07, Final residual = 6.506e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.87638e-05, Final residual = 4.58601e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000194103, Final residual = 9.73815e-07, No Iterations 6
time step continuity errors : sum local = 1.31757e-10, global = 1.57876e-20, cumulative = -8.65583e-19
DICPCG: Solving for p, Initial residual = 3.47445e-05, Final residual = 6.9988e-07, No Iterations 4
time step continuity errors : sum local = 9.66172e-11, global = 4.28825e-20, cumulative = -8.22701e-19
BiCGStab: Solving for omega, Initial residual = 1.62969e-05, Final residual = 2.7002e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.23201e-06, Final residual = 9.23201e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10391.2 s ClockTime = 10392 s Max(PAc) = 155317 Pa
Courant Number mean: 0.0609179 max: 0.9714 velocity magnitude: 1.28206
deltaT = 0.000489301
Time = 1.70972
--> Cloud: bubbleCloud
Added 163 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 631258
Mass introduced by injector = 5.7586e-10
Number of parcels added continuously = 1227
Mass introduced continuously = 1.17068e-12
Current number of parcels = 4328782
Current mass in system = 4.79354e-09
Number of parcels shifted at least once = 5083
Number of parcel shifts towards cell center = 5090
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00576598, Final user-defined norm residual = 0.000150169
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.2329e-05, Final user-defined norm residual = 3.40218e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.32474e-08, Final user-defined norm residual = 2.33616e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000555516, Final residual = 4.25101e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000366992, Final residual = 1.36239e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0339054, Final residual = 1.05281e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0565192, Final residual = 9.98489e-07, No Iterations 163
time step continuity errors : sum local = 1.38531e-10, global = -4.04206e-20, cumulative = -8.63121e-19
DICPCG: Solving for p, Initial residual = 0.0077318, Final residual = 8.96464e-07, No Iterations 141
time step continuity errors : sum local = 1.18983e-10, global = 2.35009e-20, cumulative = -8.3962e-19
BiCGStab: Solving for omega, Initial residual = 0.000446359, Final residual = 5.20735e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000651658, Final residual = 8.341e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.30446e-05, Final residual = 5.54242e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.24372e-05, Final residual = 4.68643e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00320236, Final residual = 2.91697e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0120655, Final residual = 9.31123e-07, No Iterations 242
time step continuity errors : sum local = 1.19498e-10, global = 7.90324e-20, cumulative = -7.60588e-19
DICPCG: Solving for p, Initial residual = 0.00224028, Final residual = 9.83583e-07, No Iterations 70
time step continuity errors : sum local = 1.31334e-10, global = -6.5273e-20, cumulative = -8.25861e-19
BiCGStab: Solving for omega, Initial residual = 2.12114e-05, Final residual = 2.90637e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.03567e-06, Final residual = 9.03567e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.60643e-06, Final residual = 4.49912e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.83705e-06, Final residual = 3.11047e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000473212, Final residual = 1.65401e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00256141, Final residual = 9.36566e-07, No Iterations 41
time step continuity errors : sum local = 1.26191e-10, global = 1.0584e-22, cumulative = -8.25755e-19
DICPCG: Solving for p, Initial residual = 0.000450713, Final residual = 9.59877e-07, No Iterations 17
time step continuity errors : sum local = 1.2912e-10, global = 5.78716e-20, cumulative = -7.67883e-19
BiCGStab: Solving for omega, Initial residual = 1.09827e-05, Final residual = 2.15103e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.11687e-06, Final residual = 9.11687e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.38901e-06, Final residual = 5.45886e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.58076e-07, Final residual = 2.95972e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.89751e-05, Final residual = 2.78225e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000743233, Final residual = 9.98926e-07, No Iterations 14
time step continuity errors : sum local = 1.34121e-10, global = 1.96196e-19, cumulative = -5.71687e-19
DICPCG: Solving for p, Initial residual = 0.000133628, Final residual = 8.55342e-07, No Iterations 6
time step continuity errors : sum local = 1.15695e-10, global = -5.64945e-20, cumulative = -6.28182e-19
BiCGStab: Solving for omega, Initial residual = 1.05382e-05, Final residual = 2.24346e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.12834e-06, Final residual = 9.12834e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.21161e-07, Final residual = 1.06382e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.37819e-07, Final residual = 6.18429e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.83185e-05, Final residual = 4.9657e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000234257, Final residual = 9.17586e-07, No Iterations 6
time step continuity errors : sum local = 1.23676e-10, global = -2.9623e-20, cumulative = -6.57805e-19
DICPCG: Solving for p, Initial residual = 4.09463e-05, Final residual = 6.80184e-07, No Iterations 4
time step continuity errors : sum local = 9.32173e-11, global = -2.54933e-21, cumulative = -6.60354e-19
BiCGStab: Solving for omega, Initial residual = 1.0153e-05, Final residual = 2.41118e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.12035e-06, Final residual = 9.12035e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10409.7 s ClockTime = 10410 s Max(PAc) = 155896 Pa
Courant Number mean: 0.0609298 max: 0.969064 velocity magnitude: 1.28131
deltaT = 0.000489301
Time = 1.71021
--> Cloud: bubbleCloud
Added 200 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 631458
Mass introduced by injector = 5.7602e-10
Number of parcels added continuously = 1220
Mass introduced continuously = 1.18815e-12
Current number of parcels = 4329468
Current mass in system = 4.79412e-09
Number of parcels shifted at least once = 5125
Number of parcel shifts towards cell center = 5125
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00624911, Final user-defined norm residual = 0.000258465
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.55853e-05, Final user-defined norm residual = 8.34401e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.79466e-07, Final user-defined norm residual = 1.16967e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00055379, Final residual = 4.82299e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000367361, Final residual = 1.40906e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.034915, Final residual = 1.07913e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0564347, Final residual = 8.681e-07, No Iterations 265
time step continuity errors : sum local = 1.1165e-10, global = 1.03532e-19, cumulative = -5.56822e-19
DICPCG: Solving for p, Initial residual = 0.00662635, Final residual = 9.63352e-07, No Iterations 149
time step continuity errors : sum local = 1.36836e-10, global = 8.447e-20, cumulative = -4.72352e-19
BiCGStab: Solving for omega, Initial residual = 0.000449116, Final residual = 4.21901e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000652751, Final residual = 8.26707e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.17216e-05, Final residual = 5.70353e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.27659e-05, Final residual = 4.64912e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00337566, Final residual = 2.98628e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0112958, Final residual = 9.7112e-07, No Iterations 134
time step continuity errors : sum local = 1.441e-10, global = -1.98172e-19, cumulative = -6.70524e-19
DICPCG: Solving for p, Initial residual = 0.00211953, Final residual = 9.07472e-07, No Iterations 127
time step continuity errors : sum local = 1.34289e-10, global = -4.18194e-20, cumulative = -7.12344e-19
BiCGStab: Solving for omega, Initial residual = 1.78853e-05, Final residual = 2.65362e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.03428e-06, Final residual = 9.03428e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.41452e-06, Final residual = 4.40979e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.41586e-06, Final residual = 3.28856e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000500872, Final residual = 1.77136e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00241252, Final residual = 9.74133e-07, No Iterations 50
time step continuity errors : sum local = 1.42265e-10, global = 5.04019e-20, cumulative = -6.61942e-19
DICPCG: Solving for p, Initial residual = 0.000406065, Final residual = 9.96208e-07, No Iterations 21
time step continuity errors : sum local = 1.45162e-10, global = -2.21732e-20, cumulative = -6.84115e-19
BiCGStab: Solving for omega, Initial residual = 6.65883e-06, Final residual = 6.65883e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.13654e-06, Final residual = 9.13654e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.1218e-06, Final residual = 5.29806e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.57079e-07, Final residual = 2.76524e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.96617e-05, Final residual = 2.98346e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000581748, Final residual = 9.4897e-07, No Iterations 11
time step continuity errors : sum local = 1.39049e-10, global = -1.12919e-20, cumulative = -6.95407e-19
DICPCG: Solving for p, Initial residual = 0.000101937, Final residual = 8.55925e-07, No Iterations 6
time step continuity errors : sum local = 1.26971e-10, global = -8.58729e-20, cumulative = -7.8128e-19
BiCGStab: Solving for omega, Initial residual = 6.81615e-06, Final residual = 6.81615e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.15846e-06, Final residual = 9.15846e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.39241e-07, Final residual = 1.02846e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.8628e-07, Final residual = 5.81963e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.80973e-05, Final residual = 5.06832e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000190032, Final residual = 9.11815e-07, No Iterations 6
time step continuity errors : sum local = 1.34215e-10, global = -3.25938e-20, cumulative = -8.13874e-19
DICPCG: Solving for p, Initial residual = 3.20671e-05, Final residual = 6.2687e-07, No Iterations 4
time step continuity errors : sum local = 9.72563e-11, global = -6.59501e-20, cumulative = -8.79824e-19
BiCGStab: Solving for omega, Initial residual = 6.83379e-06, Final residual = 6.83379e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.16188e-06, Final residual = 9.16188e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10428.2 s ClockTime = 10429 s Max(PAc) = 155162 Pa
Courant Number mean: 0.0609428 max: 0.96919 velocity magnitude: 1.27691
deltaT = 0.000489301
Time = 1.7107
--> Cloud: bubbleCloud
Added 119 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 631577
Mass introduced by injector = 5.76133e-10
Number of parcels added continuously = 1213
Mass introduced continuously = 1.16689e-12
Current number of parcels = 4330180
Current mass in system = 4.79478e-09
Number of parcels shifted at least once = 5065
Number of parcel shifts towards cell center = 5073
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00611817, Final user-defined norm residual = 0.000143085
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.07657e-05, Final user-defined norm residual = 3.52567e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.58123e-08, Final user-defined norm residual = 1.83177e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000549942, Final residual = 5.03303e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000365975, Final residual = 1.49405e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0340508, Final residual = 1.01007e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0528378, Final residual = 9.09724e-07, No Iterations 254
time step continuity errors : sum local = 1.17816e-10, global = -3.72545e-20, cumulative = -9.17078e-19
DICPCG: Solving for p, Initial residual = 0.00655002, Final residual = 9.4107e-07, No Iterations 131
time step continuity errors : sum local = 1.23779e-10, global = 2.92003e-21, cumulative = -9.14158e-19
BiCGStab: Solving for omega, Initial residual = 0.000450375, Final residual = 4.10113e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000653457, Final residual = 8.24191e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.13636e-05, Final residual = 5.73297e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.17547e-05, Final residual = 4.90301e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00319295, Final residual = 2.70673e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0108721, Final residual = 9.45623e-07, No Iterations 246
time step continuity errors : sum local = 1.22263e-10, global = -8.52755e-20, cumulative = -9.99434e-19
DICPCG: Solving for p, Initial residual = 0.00205061, Final residual = 9.95251e-07, No Iterations 95
time step continuity errors : sum local = 1.3286e-10, global = -7.62638e-20, cumulative = -1.0757e-18
BiCGStab: Solving for omega, Initial residual = 2.18553e-05, Final residual = 3.08387e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.95705e-06, Final residual = 8.95705e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.82316e-06, Final residual = 4.22592e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.22668e-06, Final residual = 3.44191e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000487335, Final residual = 1.56196e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00199003, Final residual = 9.743e-07, No Iterations 50
time step continuity errors : sum local = 1.30957e-10, global = 1.02414e-19, cumulative = -9.73284e-19
DICPCG: Solving for p, Initial residual = 0.000345347, Final residual = 9.22209e-07, No Iterations 27
time step continuity errors : sum local = 1.24139e-10, global = 1.53292e-20, cumulative = -9.57954e-19
BiCGStab: Solving for omega, Initial residual = 9.18041e-06, Final residual = 9.18041e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.08971e-06, Final residual = 9.08971e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.7493e-07, Final residual = 5.08367e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.81447e-07, Final residual = 3.46058e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.99188e-05, Final residual = 2.60022e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000500334, Final residual = 9.97123e-07, No Iterations 15
time step continuity errors : sum local = 1.33811e-10, global = 5.5014e-20, cumulative = -9.0294e-19
DICPCG: Solving for p, Initial residual = 8.91259e-05, Final residual = 9.73158e-07, No Iterations 6
time step continuity errors : sum local = 1.30693e-10, global = 1.14515e-20, cumulative = -8.91489e-19
BiCGStab: Solving for omega, Initial residual = 9.23653e-06, Final residual = 9.23653e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.09903e-06, Final residual = 9.09903e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.70853e-07, Final residual = 1.04017e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.62515e-07, Final residual = 6.06946e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.85062e-05, Final residual = 4.3613e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000155425, Final residual = 7.67812e-07, No Iterations 6
time step continuity errors : sum local = 1.04123e-10, global = 6.99781e-21, cumulative = -8.84491e-19
DICPCG: Solving for p, Initial residual = 2.66527e-05, Final residual = 6.3978e-07, No Iterations 4
time step continuity errors : sum local = 8.75563e-11, global = -1.26321e-19, cumulative = -1.01081e-18
BiCGStab: Solving for omega, Initial residual = 9.22778e-06, Final residual = 9.22778e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.09544e-06, Final residual = 9.09544e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10446.8 s ClockTime = 10447 s Max(PAc) = 154986 Pa
Courant Number mean: 0.0609557 max: 0.969745 velocity magnitude: 1.26799
deltaT = 0.000489301
Time = 1.71119
--> Cloud: bubbleCloud
Added 175 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 631752
Mass introduced by injector = 5.76266e-10
Number of parcels added continuously = 1163
Mass introduced continuously = 1.1438e-12
Current number of parcels = 4330942
Current mass in system = 4.79554e-09
Number of parcels shifted at least once = 5153
Number of parcel shifts towards cell center = 5163
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0055928, Final user-defined norm residual = 6.82365e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.46621e-05, Final user-defined norm residual = 9.01462e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.93702e-08, Final user-defined norm residual = 2.51073e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000552195, Final residual = 4.91097e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000365263, Final residual = 1.34668e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0344377, Final residual = 1.07586e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0521213, Final residual = 9.37043e-07, No Iterations 154
time step continuity errors : sum local = 1.2211e-10, global = -6.09692e-21, cumulative = -1.01691e-18
DICPCG: Solving for p, Initial residual = 0.0064016, Final residual = 9.52316e-07, No Iterations 133
time step continuity errors : sum local = 1.29168e-10, global = 2.31172e-20, cumulative = -9.93792e-19
BiCGStab: Solving for omega, Initial residual = 0.000448091, Final residual = 4.36291e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000653441, Final residual = 8.22077e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.22016e-05, Final residual = 5.71147e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.21582e-05, Final residual = 4.95629e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0031273, Final residual = 2.93347e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0121791, Final residual = 9.71346e-07, No Iterations 145
time step continuity errors : sum local = 1.50153e-10, global = 2.02928e-20, cumulative = -9.73499e-19
DICPCG: Solving for p, Initial residual = 0.00229661, Final residual = 8.95778e-07, No Iterations 233
time step continuity errors : sum local = 1.15376e-10, global = -2.71961e-21, cumulative = -9.76219e-19
BiCGStab: Solving for omega, Initial residual = 2.40038e-05, Final residual = 3.16036e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.45154e-06, Final residual = 9.45154e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.60935e-06, Final residual = 4.20076e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.4544e-06, Final residual = 3.279e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000445227, Final residual = 1.71782e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00242293, Final residual = 9.97326e-07, No Iterations 58
time step continuity errors : sum local = 1.31078e-10, global = 1.00837e-19, cumulative = -8.75381e-19
DICPCG: Solving for p, Initial residual = 0.000425781, Final residual = 9.89243e-07, No Iterations 29
time step continuity errors : sum local = 1.29758e-10, global = 1.04989e-19, cumulative = -7.70392e-19
BiCGStab: Solving for omega, Initial residual = 1.19498e-05, Final residual = 4.40766e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.56844e-06, Final residual = 9.56844e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.19455e-06, Final residual = 5.67325e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.19729e-07, Final residual = 3.82087e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.02724e-05, Final residual = 2.45155e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000640965, Final residual = 9.41305e-07, No Iterations 19
time step continuity errors : sum local = 1.23551e-10, global = 4.68521e-20, cumulative = -7.2354e-19
DICPCG: Solving for p, Initial residual = 0.000119149, Final residual = 9.8285e-07, No Iterations 7
time step continuity errors : sum local = 1.28878e-10, global = -1.08964e-19, cumulative = -8.32504e-19
BiCGStab: Solving for omega, Initial residual = 1.17038e-05, Final residual = 5.39715e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.54925e-06, Final residual = 9.54925e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.51528e-07, Final residual = 1.29399e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.94364e-07, Final residual = 8.47928e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.56134e-05, Final residual = 4.07618e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000190318, Final residual = 9.10966e-07, No Iterations 6
time step continuity errors : sum local = 1.19628e-10, global = -2.93867e-20, cumulative = -8.61891e-19
DICPCG: Solving for p, Initial residual = 3.59994e-05, Final residual = 6.86343e-07, No Iterations 4
time step continuity errors : sum local = 9.07292e-11, global = -8.16228e-21, cumulative = -8.70053e-19
BiCGStab: Solving for omega, Initial residual = 1.41123e-05, Final residual = 6.89668e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.54952e-06, Final residual = 9.54952e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10466.5 s ClockTime = 10467 s Max(PAc) = 154681 Pa
Courant Number mean: 0.0609691 max: 0.972995 velocity magnitude: 1.25986
deltaT = 0.000489301
Time = 1.71168
--> Cloud: bubbleCloud
Added 209 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 631961
Mass introduced by injector = 5.76452e-10
Number of parcels added continuously = 1149
Mass introduced continuously = 1.03901e-12
Current number of parcels = 4331764
Current mass in system = 4.79625e-09
Number of parcels shifted at least once = 5181
Number of parcel shifts towards cell center = 5190
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00594616, Final user-defined norm residual = 8.97758e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.93007e-05, Final user-defined norm residual = 1.14476e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.46116e-08, Final user-defined norm residual = 1.27411e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000553324, Final residual = 4.92926e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00036886, Final residual = 1.34688e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0356558, Final residual = 1.05633e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0546172, Final residual = 9.60672e-07, No Iterations 258
time step continuity errors : sum local = 1.23077e-10, global = 9.96753e-21, cumulative = -8.60086e-19
DICPCG: Solving for p, Initial residual = 0.00689969, Final residual = 9.75137e-07, No Iterations 109
time step continuity errors : sum local = 1.30398e-10, global = -4.01936e-20, cumulative = -9.00279e-19
BiCGStab: Solving for omega, Initial residual = 0.000454759, Final residual = 3.80171e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000654345, Final residual = 8.18826e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.36623e-05, Final residual = 5.7788e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.23441e-05, Final residual = 4.70492e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00335688, Final residual = 2.87231e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0129657, Final residual = 9.75437e-07, No Iterations 138
time step continuity errors : sum local = 1.47067e-10, global = 5.97219e-21, cumulative = -8.94307e-19
DICPCG: Solving for p, Initial residual = 0.00251316, Final residual = 9.40382e-07, No Iterations 231
time step continuity errors : sum local = 1.20701e-10, global = -3.96467e-20, cumulative = -9.33954e-19
BiCGStab: Solving for omega, Initial residual = 2.39678e-05, Final residual = 5.26685e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.51483e-06, Final residual = 9.51483e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.71821e-06, Final residual = 4.258e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.58688e-06, Final residual = 3.21297e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000490375, Final residual = 1.7168e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00261431, Final residual = 9.63648e-07, No Iterations 66
time step continuity errors : sum local = 1.26192e-10, global = -5.63574e-20, cumulative = -9.90311e-19
DICPCG: Solving for p, Initial residual = 0.00046967, Final residual = 8.92413e-07, No Iterations 54
time step continuity errors : sum local = 1.16738e-10, global = -3.6287e-20, cumulative = -1.0266e-18
BiCGStab: Solving for omega, Initial residual = 1.27288e-05, Final residual = 5.17731e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.57912e-06, Final residual = 9.57912e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.33112e-06, Final residual = 7.17188e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.88484e-07, Final residual = 3.52806e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.13486e-05, Final residual = 2.72416e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000678356, Final residual = 9.33405e-07, No Iterations 36
time step continuity errors : sum local = 1.21992e-10, global = 1.60151e-19, cumulative = -8.66447e-19
DICPCG: Solving for p, Initial residual = 0.000124118, Final residual = 9.87491e-07, No Iterations 9
time step continuity errors : sum local = 1.28929e-10, global = -8.56787e-21, cumulative = -8.75015e-19
BiCGStab: Solving for omega, Initial residual = 1.25531e-05, Final residual = 5.63816e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.5721e-06, Final residual = 9.5721e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.74238e-07, Final residual = 2.15443e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.23978e-07, Final residual = 1.15536e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.87054e-05, Final residual = 4.50323e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000190317, Final residual = 9.9847e-07, No Iterations 7
time step continuity errors : sum local = 1.3034e-10, global = 6.08048e-20, cumulative = -8.1421e-19
DICPCG: Solving for p, Initial residual = 3.47694e-05, Final residual = 8.23649e-07, No Iterations 4
time step continuity errors : sum local = 1.07918e-10, global = 5.1344e-20, cumulative = -7.62866e-19
BiCGStab: Solving for omega, Initial residual = 1.28182e-05, Final residual = 6.25549e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.57496e-06, Final residual = 9.57496e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10486.3 s ClockTime = 10487 s Max(PAc) = 155358 Pa
Courant Number mean: 0.0609824 max: 0.98584 velocity magnitude: 1.25395
deltaT = 0.000489301
Time = 1.71217
--> Cloud: bubbleCloud
Added 193 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 632154
Mass introduced by injector = 5.76614e-10
Number of parcels added continuously = 1210
Mass introduced continuously = 1.10804e-12
Current number of parcels = 4332670
Current mass in system = 4.79702e-09
Number of parcels shifted at least once = 5246
Number of parcel shifts towards cell center = 5254
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00651491, Final user-defined norm residual = 0.000125773
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.70471e-05, Final user-defined norm residual = 1.79963e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.87019e-08, Final user-defined norm residual = 2.58395e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000554173, Final residual = 4.71173e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000367982, Final residual = 1.45945e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0346065, Final residual = 1.00737e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0510561, Final residual = 9.94319e-07, No Iterations 261
time step continuity errors : sum local = 1.28464e-10, global = -5.4962e-20, cumulative = -8.17828e-19
DICPCG: Solving for p, Initial residual = 0.00645495, Final residual = 9.76622e-07, No Iterations 144
time step continuity errors : sum local = 1.33669e-10, global = -4.36558e-20, cumulative = -8.61484e-19
BiCGStab: Solving for omega, Initial residual = 0.000451925, Final residual = 6.10439e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000655706, Final residual = 7.95038e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.43634e-05, Final residual = 5.52849e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.32108e-05, Final residual = 4.80687e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.003211, Final residual = 2.89502e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0131776, Final residual = 9.57513e-07, No Iterations 226
time step continuity errors : sum local = 1.24468e-10, global = -3.81889e-20, cumulative = -8.99673e-19
DICPCG: Solving for p, Initial residual = 0.00253214, Final residual = 9.9402e-07, No Iterations 73
time step continuity errors : sum local = 1.33879e-10, global = 5.41849e-20, cumulative = -8.45488e-19
BiCGStab: Solving for omega, Initial residual = 2.23471e-05, Final residual = 4.53176e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.42179e-06, Final residual = 9.42179e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.23478e-06, Final residual = 4.44927e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.81152e-06, Final residual = 3.40978e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000469744, Final residual = 1.73082e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0027546, Final residual = 8.96179e-07, No Iterations 70
time step continuity errors : sum local = 1.22058e-10, global = 1.55967e-19, cumulative = -6.89521e-19
DICPCG: Solving for p, Initial residual = 0.000511452, Final residual = 9.68229e-07, No Iterations 50
time step continuity errors : sum local = 1.31343e-10, global = 1.11475e-19, cumulative = -5.78046e-19
BiCGStab: Solving for omega, Initial residual = 1.32593e-05, Final residual = 4.79848e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.50368e-06, Final residual = 9.50368e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.47022e-06, Final residual = 6.74322e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.98528e-07, Final residual = 3.78191e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.41239e-05, Final residual = 2.50571e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000762183, Final residual = 9.58557e-07, No Iterations 32
time step continuity errors : sum local = 1.30076e-10, global = 8.38553e-20, cumulative = -4.94191e-19
DICPCG: Solving for p, Initial residual = 0.000135354, Final residual = 9.64269e-07, No Iterations 7
time step continuity errors : sum local = 1.30812e-10, global = 6.24339e-20, cumulative = -4.31757e-19
BiCGStab: Solving for omega, Initial residual = 1.37108e-05, Final residual = 6.18763e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.50777e-06, Final residual = 9.50777e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.0855e-07, Final residual = 1.86456e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.44609e-07, Final residual = 9.37846e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.63783e-05, Final residual = 3.99708e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00021606, Final residual = 9.33948e-07, No Iterations 7
time step continuity errors : sum local = 1.26865e-10, global = -3.99949e-20, cumulative = -4.71752e-19
DICPCG: Solving for p, Initial residual = 3.8872e-05, Final residual = 8.07435e-07, No Iterations 4
time step continuity errors : sum local = 1.10395e-10, global = -1.12286e-19, cumulative = -5.84038e-19
BiCGStab: Solving for omega, Initial residual = 1.66698e-05, Final residual = 7.20559e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.51976e-06, Final residual = 9.51976e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10505.3 s ClockTime = 10506 s Max(PAc) = 154941 Pa
Courant Number mean: 0.0609962 max: 0.991005 velocity magnitude: 1.24759
deltaT = 0.000489301
Time = 1.71266
--> Cloud: bubbleCloud
Added 222 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 632376
Mass introduced by injector = 5.7681e-10
Number of parcels added continuously = 1187
Mass introduced continuously = 1.06746e-12
Current number of parcels = 4333568
Current mass in system = 4.7978e-09
Number of parcels shifted at least once = 5095
Number of parcel shifts towards cell center = 5103
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00618538, Final user-defined norm residual = 7.85701e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.69058e-05, Final user-defined norm residual = 9.85513e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.12056e-08, Final user-defined norm residual = 6.56958e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000550854, Final residual = 4.91651e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000366714, Final residual = 1.48888e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.035584, Final residual = 1.20742e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0489335, Final residual = 9.36902e-07, No Iterations 259
time step continuity errors : sum local = 1.21973e-10, global = -2.89208e-20, cumulative = -6.12959e-19
DICPCG: Solving for p, Initial residual = 0.00689688, Final residual = 9.4372e-07, No Iterations 140
time step continuity errors : sum local = 1.27139e-10, global = -1.13493e-19, cumulative = -7.26452e-19
BiCGStab: Solving for omega, Initial residual = 0.000453894, Final residual = 3.76483e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000656491, Final residual = 7.83771e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.30669e-05, Final residual = 5.75822e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.30777e-05, Final residual = 4.97989e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00342863, Final residual = 3.2319e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0125631, Final residual = 9.70382e-07, No Iterations 133
time step continuity errors : sum local = 1.49867e-10, global = 1.31492e-19, cumulative = -5.9496e-19
DICPCG: Solving for p, Initial residual = 0.0024713, Final residual = 9.48869e-07, No Iterations 129
time step continuity errors : sum local = 1.45989e-10, global = 3.63381e-20, cumulative = -5.58622e-19
BiCGStab: Solving for omega, Initial residual = 2.82526e-05, Final residual = 7.72296e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.7187e-06, Final residual = 9.7187e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.09306e-06, Final residual = 4.62336e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.68131e-06, Final residual = 3.48428e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00049253, Final residual = 1.8874e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00266114, Final residual = 9.60957e-07, No Iterations 70
time step continuity errors : sum local = 1.4716e-10, global = 2.19344e-20, cumulative = -5.36688e-19
DICPCG: Solving for p, Initial residual = 0.000472064, Final residual = 9.75496e-07, No Iterations 43
time step continuity errors : sum local = 1.49154e-10, global = 1.03129e-20, cumulative = -5.26375e-19
BiCGStab: Solving for omega, Initial residual = 1.73772e-05, Final residual = 7.99893e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.79723e-06, Final residual = 9.79723e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.28895e-06, Final residual = 7.37514e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.67446e-07, Final residual = 3.74743e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.85747e-05, Final residual = 2.87049e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000693036, Final residual = 9.61524e-07, No Iterations 14
time step continuity errors : sum local = 1.47342e-10, global = 7.40104e-21, cumulative = -5.18974e-19
DICPCG: Solving for p, Initial residual = 0.000127649, Final residual = 8.7165e-07, No Iterations 7
time step continuity errors : sum local = 1.35554e-10, global = -3.26839e-21, cumulative = -5.22242e-19
BiCGStab: Solving for omega, Initial residual = 1.90036e-05, Final residual = 8.23076e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.78635e-06, Final residual = 9.78635e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.90216e-07, Final residual = 1.31044e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.15553e-07, Final residual = 8.01753e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.7234e-05, Final residual = 4.80928e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000205542, Final residual = 9.33364e-07, No Iterations 6
time step continuity errors : sum local = 1.43638e-10, global = 7.04987e-20, cumulative = -4.51743e-19
DICPCG: Solving for p, Initial residual = 3.63511e-05, Final residual = 7.31137e-07, No Iterations 4
time step continuity errors : sum local = 1.17135e-10, global = -1.37937e-20, cumulative = -4.65537e-19
BiCGStab: Solving for omega, Initial residual = 1.9206e-05, Final residual = 9.85323e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.79625e-06, Final residual = 9.79625e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10524.1 s ClockTime = 10525 s Max(PAc) = 154950 Pa
Courant Number mean: 0.0610101 max: 0.995691 velocity magnitude: 1.24252
deltaT = 0.000489301
Time = 1.71315
--> Cloud: bubbleCloud
Added 151 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 632527
Mass introduced by injector = 5.76927e-10
Number of parcels added continuously = 1225
Mass introduced continuously = 1.10151e-12
Current number of parcels = 4334420
Current mass in system = 4.79855e-09
Number of parcels shifted at least once = 5080
Number of parcel shifts towards cell center = 5087
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00606207, Final user-defined norm residual = 6.91333e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.4868e-05, Final user-defined norm residual = 1.04321e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.24361e-08, Final user-defined norm residual = 8.40857e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000551293, Final residual = 4.95194e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000364829, Final residual = 1.48069e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0366454, Final residual = 1.12215e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0495808, Final residual = 9.04048e-07, No Iterations 255
time step continuity errors : sum local = 1.18349e-10, global = -2.04039e-20, cumulative = -4.85941e-19
DICPCG: Solving for p, Initial residual = 0.00649289, Final residual = 9.51522e-07, No Iterations 140
time step continuity errors : sum local = 1.32147e-10, global = -5.04479e-20, cumulative = -5.36389e-19
BiCGStab: Solving for omega, Initial residual = 0.000459755, Final residual = 5.39359e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000657052, Final residual = 7.74414e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.25819e-05, Final residual = 5.5504e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.31866e-05, Final residual = 4.9437e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00348177, Final residual = 3.28173e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0126056, Final residual = 9.82149e-07, No Iterations 132
time step continuity errors : sum local = 1.46411e-10, global = 7.32728e-20, cumulative = -4.63116e-19
DICPCG: Solving for p, Initial residual = 0.00247484, Final residual = 9.66957e-07, No Iterations 125
time step continuity errors : sum local = 1.43222e-10, global = -3.98112e-20, cumulative = -5.02927e-19
BiCGStab: Solving for omega, Initial residual = 2.83147e-05, Final residual = 7.76755e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.03171e-05, Final residual = 8.37617e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.37447e-06, Final residual = 4.66398e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.68019e-06, Final residual = 3.6302e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000494637, Final residual = 1.94871e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00254164, Final residual = 9.42626e-07, No Iterations 69
time step continuity errors : sum local = 1.39685e-10, global = -6.12165e-20, cumulative = -5.64144e-19
DICPCG: Solving for p, Initial residual = 0.00045064, Final residual = 9.55552e-07, No Iterations 27
time step continuity errors : sum local = 1.41378e-10, global = -8.71309e-20, cumulative = -6.51275e-19
BiCGStab: Solving for omega, Initial residual = 1.95902e-05, Final residual = 7.17906e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.25638e-06, Final residual = 2.25638e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.21576e-06, Final residual = 6.61028e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.2431e-07, Final residual = 3.81104e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.99279e-05, Final residual = 2.81617e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000675177, Final residual = 8.7564e-07, No Iterations 14
time step continuity errors : sum local = 1.30925e-10, global = 3.56845e-20, cumulative = -6.1559e-19
DICPCG: Solving for p, Initial residual = 0.000120777, Final residual = 8.34989e-07, No Iterations 7
time step continuity errors : sum local = 1.25577e-10, global = 7.63989e-21, cumulative = -6.0795e-19
BiCGStab: Solving for omega, Initial residual = 1.89718e-05, Final residual = 8.97926e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.26727e-06, Final residual = 2.26727e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.60433e-07, Final residual = 1.29888e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.11853e-07, Final residual = 8.3811e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.796e-05, Final residual = 4.77083e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000195074, Final residual = 7.42578e-07, No Iterations 6
time step continuity errors : sum local = 1.13474e-10, global = 1.16609e-20, cumulative = -5.96289e-19
DICPCG: Solving for p, Initial residual = 3.34283e-05, Final residual = 5.97674e-07, No Iterations 4
time step continuity errors : sum local = 9.44954e-11, global = -5.24157e-20, cumulative = -6.48705e-19
BiCGStab: Solving for omega, Initial residual = 2.28696e-05, Final residual = 8.52933e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.2914e-06, Final residual = 2.2914e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10543.8 s ClockTime = 10544 s Max(PAc) = 154826 Pa
Courant Number mean: 0.0610245 max: 0.998626 velocity magnitude: 1.2444
deltaT = 0.000489301
Time = 1.71364
--> Cloud: bubbleCloud
Added 187 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 632714
Mass introduced by injector = 5.77093e-10
Number of parcels added continuously = 1263
Mass introduced continuously = 1.08643e-12
Current number of parcels = 4335356
Current mass in system = 4.79933e-09
Number of parcels shifted at least once = 5194
Number of parcel shifts towards cell center = 5200
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00620612, Final user-defined norm residual = 6.24525e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.34348e-05, Final user-defined norm residual = 4.37108e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.40329e-09, Final user-defined norm residual = 2.29051e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000548833, Final residual = 4.30384e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000363888, Final residual = 1.30923e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0398874, Final residual = 1.02225e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0536162, Final residual = 8.69399e-07, No Iterations 256
time step continuity errors : sum local = 1.12955e-10, global = -6.74687e-20, cumulative = -7.16174e-19
DICPCG: Solving for p, Initial residual = 0.00685505, Final residual = 9.94584e-07, No Iterations 92
time step continuity errors : sum local = 1.29123e-10, global = -3.47036e-21, cumulative = -7.19644e-19
BiCGStab: Solving for omega, Initial residual = 0.000458344, Final residual = 3.27161e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000656625, Final residual = 7.72909e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.19846e-05, Final residual = 6.0578e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.2957e-05, Final residual = 5.01126e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00381273, Final residual = 3.2251e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0127199, Final residual = 9.18763e-07, No Iterations 237
time step continuity errors : sum local = 1.18958e-10, global = -1.68647e-20, cumulative = -7.36509e-19
DICPCG: Solving for p, Initial residual = 0.00240486, Final residual = 9.53591e-07, No Iterations 95
time step continuity errors : sum local = 1.27029e-10, global = 8.83776e-20, cumulative = -6.48131e-19
BiCGStab: Solving for omega, Initial residual = 2.92368e-05, Final residual = 6.87533e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.13972e-05, Final residual = 9.76962e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.26453e-06, Final residual = 4.79616e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.49829e-06, Final residual = 3.77294e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000577348, Final residual = 1.92536e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00244711, Final residual = 9.86249e-07, No Iterations 30
time step continuity errors : sum local = 1.32109e-10, global = -4.48736e-20, cumulative = -6.93005e-19
DICPCG: Solving for p, Initial residual = 0.000421906, Final residual = 9.57266e-07, No Iterations 18
time step continuity errors : sum local = 1.28284e-10, global = -7.11275e-20, cumulative = -7.64132e-19
BiCGStab: Solving for omega, Initial residual = 1.80652e-05, Final residual = 7.20041e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.11957e-06, Final residual = 3.11957e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.17661e-06, Final residual = 5.86843e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.679e-07, Final residual = 3.75129e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000109387, Final residual = 2.86605e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00067033, Final residual = 8.84113e-07, No Iterations 11
time step continuity errors : sum local = 1.18776e-10, global = -1.25631e-20, cumulative = -7.76695e-19
DICPCG: Solving for p, Initial residual = 0.000112422, Final residual = 8.058e-07, No Iterations 6
time step continuity errors : sum local = 1.08596e-10, global = -4.75782e-20, cumulative = -8.24274e-19
BiCGStab: Solving for omega, Initial residual = 1.86363e-05, Final residual = 7.03977e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.10135e-06, Final residual = 3.10135e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.4582e-07, Final residual = 1.21215e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.03899e-07, Final residual = 7.49729e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.38963e-05, Final residual = 4.74242e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000195072, Final residual = 8.38024e-07, No Iterations 5
time step continuity errors : sum local = 1.12772e-10, global = 2.97529e-20, cumulative = -7.94521e-19
DICPCG: Solving for p, Initial residual = 3.37405e-05, Final residual = 9.09212e-07, No Iterations 3
time step continuity errors : sum local = 1.22e-10, global = -1.31124e-20, cumulative = -8.07633e-19
BiCGStab: Solving for omega, Initial residual = 1.8485e-05, Final residual = 8.34385e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.14232e-06, Final residual = 3.14232e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10565.1 s ClockTime = 10566 s Max(PAc) = 154729 Pa
Courant Number mean: 0.0610385 max: 0.999907 velocity magnitude: 1.25205
deltaT = 0.000489301
Time = 1.71413
--> Cloud: bubbleCloud
Added 178 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 632892
Mass introduced by injector = 5.77233e-10
Number of parcels added continuously = 1240
Mass introduced continuously = 1.16444e-12
Current number of parcels = 4336240
Current mass in system = 4.80016e-09
Number of parcels shifted at least once = 5080
Number of parcel shifts towards cell center = 5087
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00556562, Final user-defined norm residual = 4.69617e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.01005e-05, Final user-defined norm residual = 1.82851e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.93281e-09, Final user-defined norm residual = 1.24712e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00054399, Final residual = 4.51977e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000366481, Final residual = 1.38909e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0407363, Final residual = 1.25252e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0545655, Final residual = 8.81157e-07, No Iterations 154
time step continuity errors : sum local = 1.16866e-10, global = -7.48419e-21, cumulative = -8.15117e-19
DICPCG: Solving for p, Initial residual = 0.00656269, Final residual = 9.80481e-07, No Iterations 139
time step continuity errors : sum local = 1.35329e-10, global = -9.91861e-20, cumulative = -9.14303e-19
BiCGStab: Solving for omega, Initial residual = 0.000458639, Final residual = 4.65603e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000657239, Final residual = 7.80396e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.98107e-05, Final residual = 5.76202e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.19657e-05, Final residual = 4.95767e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00387789, Final residual = 3.41067e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0113001, Final residual = 9.76765e-07, No Iterations 117
time step continuity errors : sum local = 1.40134e-10, global = -1.22991e-20, cumulative = -9.26602e-19
DICPCG: Solving for p, Initial residual = 0.00218139, Final residual = 9.3141e-07, No Iterations 72
time step continuity errors : sum local = 1.33003e-10, global = -6.74295e-20, cumulative = -9.94032e-19
BiCGStab: Solving for omega, Initial residual = 2.43841e-05, Final residual = 6.1945e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.17616e-05, Final residual = 1.02926e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.82124e-06, Final residual = 4.49821e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.15537e-06, Final residual = 3.68201e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000579811, Final residual = 2.04199e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00212895, Final residual = 9.86511e-07, No Iterations 52
time step continuity errors : sum local = 1.39788e-10, global = -6.96157e-20, cumulative = -1.06365e-18
DICPCG: Solving for p, Initial residual = 0.000372824, Final residual = 9.69009e-07, No Iterations 20
time step continuity errors : sum local = 1.37522e-10, global = -5.75062e-20, cumulative = -1.12115e-18
BiCGStab: Solving for omega, Initial residual = 1.50359e-05, Final residual = 5.47452e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.34423e-06, Final residual = 3.34423e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.56984e-07, Final residual = 5.54834e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.68953e-07, Final residual = 3.95179e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000107131, Final residual = 3.07595e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000523484, Final residual = 9.45434e-07, No Iterations 12
time step continuity errors : sum local = 1.34459e-10, global = -2.57852e-20, cumulative = -1.14694e-18
DICPCG: Solving for p, Initial residual = 9.94185e-05, Final residual = 7.6562e-07, No Iterations 6
time step continuity errors : sum local = 1.10957e-10, global = -1.95044e-20, cumulative = -1.16644e-18
BiCGStab: Solving for omega, Initial residual = 1.53426e-05, Final residual = 6.73797e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.36615e-06, Final residual = 3.36615e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.9378e-07, Final residual = 1.15447e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.61424e-07, Final residual = 7.83837e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.21263e-05, Final residual = 5.2978e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000162808, Final residual = 8.37118e-07, No Iterations 5
time step continuity errors : sum local = 1.20299e-10, global = -3.08996e-20, cumulative = -1.19734e-18
DICPCG: Solving for p, Initial residual = 2.90534e-05, Final residual = 9.35152e-07, No Iterations 3
time step continuity errors : sum local = 1.33105e-10, global = -2.62537e-20, cumulative = -1.2236e-18
BiCGStab: Solving for omega, Initial residual = 1.88749e-05, Final residual = 7.54757e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.37386e-06, Final residual = 3.37386e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10584 s ClockTime = 10585 s Max(PAc) = 154701 Pa
Courant Number mean: 0.0610523 max: 1.00592 velocity magnitude: 1.26075
deltaT = 0.000451663
Time = 1.71458
--> Cloud: bubbleCloud
Added 187 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 633079
Mass introduced by injector = 5.77388e-10
Number of parcels added continuously = 1226
Mass introduced continuously = 1.13984e-12
Current number of parcels = 4337189
Current mass in system = 4.80104e-09
Number of parcels shifted at least once = 4791
Number of parcel shifts towards cell center = 4792
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00545526, Final user-defined norm residual = 9.97644e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.14535e-05, Final user-defined norm residual = 9.71268e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.08866e-08, Final user-defined norm residual = 2.99048e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000497514, Final residual = 2.7197e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000338095, Final residual = 8.04384e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0358513, Final residual = 5.75231e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0440089, Final residual = 9.65346e-07, No Iterations 158
time step continuity errors : sum local = 1.2435e-10, global = 7.47373e-21, cumulative = -1.21612e-18
DICPCG: Solving for p, Initial residual = 0.00446512, Final residual = 8.71177e-07, No Iterations 246
time step continuity errors : sum local = 9.90288e-11, global = 2.17728e-20, cumulative = -1.19435e-18
BiCGStab: Solving for omega, Initial residual = 0.000416774, Final residual = 2.56616e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000606218, Final residual = 5.57326e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.69265e-05, Final residual = 3.84573e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.01573e-05, Final residual = 3.35497e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00310297, Final residual = 1.67574e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.010228, Final residual = 9.2559e-07, No Iterations 130
time step continuity errors : sum local = 1.18227e-10, global = -7.05594e-20, cumulative = -1.26491e-18
DICPCG: Solving for p, Initial residual = 0.00179024, Final residual = 9.73244e-07, No Iterations 95
time step continuity errors : sum local = 1.22844e-10, global = 5.36898e-20, cumulative = -1.21122e-18
BiCGStab: Solving for omega, Initial residual = 2.70084e-05, Final residual = 5.45245e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.06835e-05, Final residual = 7.90652e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.07539e-06, Final residual = 2.90022e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.83587e-06, Final residual = 2.3496e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000438574, Final residual = 1.00526e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00178771, Final residual = 9.98418e-07, No Iterations 38
time step continuity errors : sum local = 1.2524e-10, global = 2.0258e-20, cumulative = -1.19096e-18
DICPCG: Solving for p, Initial residual = 0.000294179, Final residual = 9.95064e-07, No Iterations 23
time step continuity errors : sum local = 1.2486e-10, global = 6.40672e-20, cumulative = -1.12689e-18
BiCGStab: Solving for omega, Initial residual = 1.91805e-05, Final residual = 5.21955e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.14564e-06, Final residual = 3.14564e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.9421e-07, Final residual = 3.59861e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.133e-07, Final residual = 2.35141e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.91291e-05, Final residual = 1.89691e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000415485, Final residual = 9.29084e-07, No Iterations 8
time step continuity errors : sum local = 1.17354e-10, global = 6.04825e-20, cumulative = -1.06641e-18
DICPCG: Solving for p, Initial residual = 7.14769e-05, Final residual = 8.3536e-07, No Iterations 5
time step continuity errors : sum local = 1.0668e-10, global = -8.67489e-21, cumulative = -1.07509e-18
BiCGStab: Solving for omega, Initial residual = 1.85199e-05, Final residual = 5.97282e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.16189e-06, Final residual = 3.16189e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.92e-07, Final residual = 5.91386e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.12932e-07, Final residual = 3.46311e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.53717e-05, Final residual = 3.09805e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000111018, Final residual = 7.8794e-07, No Iterations 5
time step continuity errors : sum local = 1.01282e-10, global = -2.08427e-20, cumulative = -1.09593e-18
DICPCG: Solving for p, Initial residual = 1.92992e-05, Final residual = 7.26074e-07, No Iterations 3
time step continuity errors : sum local = 9.42387e-11, global = 5.26204e-20, cumulative = -1.04331e-18
BiCGStab: Solving for omega, Initial residual = 2.07357e-05, Final residual = 6.29602e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.15551e-06, Final residual = 3.15551e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10603.1 s ClockTime = 10604 s Max(PAc) = 153888 Pa
Courant Number mean: 0.0563677 max: 0.929676 velocity magnitude: 1.26752
deltaT = 0.000451663
Time = 1.71503
--> Cloud: bubbleCloud
Added 116 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 633195
Mass introduced by injector = 5.77492e-10
Number of parcels added continuously = 1154
Mass introduced continuously = 1.01972e-12
Current number of parcels = 4338007
Current mass in system = 4.80176e-09
Number of parcels shifted at least once = 4657
Number of parcel shifts towards cell center = 4660
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00571, Final user-defined norm residual = 9.28486e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.99666e-05, Final user-defined norm residual = 1.58193e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.40199e-08, Final user-defined norm residual = 4.20147e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00050445, Final residual = 2.40967e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000336047, Final residual = 7.4553e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0352899, Final residual = 6.98199e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.04171, Final residual = 9.41401e-07, No Iterations 257
time step continuity errors : sum local = 1.06875e-10, global = -1.74696e-20, cumulative = -1.06078e-18
DICPCG: Solving for p, Initial residual = 0.0045404, Final residual = 9.7563e-07, No Iterations 134
time step continuity errors : sum local = 1.21904e-10, global = 7.4326e-21, cumulative = -1.05335e-18
BiCGStab: Solving for omega, Initial residual = 0.000418692, Final residual = 2.84939e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000606095, Final residual = 5.69933e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.79118e-05, Final residual = 4.8631e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03725e-05, Final residual = 3.7167e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00298486, Final residual = 1.93147e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0100073, Final residual = 9.68506e-07, No Iterations 239
time step continuity errors : sum local = 1.09857e-10, global = 6.29614e-22, cumulative = -1.05272e-18
DICPCG: Solving for p, Initial residual = 0.00174774, Final residual = 9.70197e-07, No Iterations 72
time step continuity errors : sum local = 1.13013e-10, global = 2.55212e-20, cumulative = -1.0272e-18
BiCGStab: Solving for omega, Initial residual = 2.51063e-05, Final residual = 5.31647e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.08065e-05, Final residual = 8.03233e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.96849e-06, Final residual = 3.13888e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.64653e-06, Final residual = 2.43439e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000434489, Final residual = 1.06408e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00156649, Final residual = 9.62947e-07, No Iterations 34
time step continuity errors : sum local = 1.12786e-10, global = -2.00023e-20, cumulative = -1.0472e-18
DICPCG: Solving for p, Initial residual = 0.000258885, Final residual = 9.99599e-07, No Iterations 24
time step continuity errors : sum local = 1.16903e-10, global = -4.62069e-20, cumulative = -1.0934e-18
BiCGStab: Solving for omega, Initial residual = 1.75475e-05, Final residual = 5.55605e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.34958e-06, Final residual = 3.34958e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.98853e-07, Final residual = 3.69715e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.57596e-07, Final residual = 2.23024e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.60566e-05, Final residual = 1.84854e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000346391, Final residual = 9.0569e-07, No Iterations 11
time step continuity errors : sum local = 1.06249e-10, global = -7.79756e-20, cumulative = -1.17138e-18
DICPCG: Solving for p, Initial residual = 6.26395e-05, Final residual = 9.99976e-07, No Iterations 5
time step continuity errors : sum local = 1.16947e-10, global = -6.1602e-20, cumulative = -1.23298e-18
BiCGStab: Solving for omega, Initial residual = 1.86655e-05, Final residual = 5.6822e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.35612e-06, Final residual = 3.35612e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.56984e-07, Final residual = 6.17929e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.74045e-08, Final residual = 3.75959e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.50428e-05, Final residual = 3.16621e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.86174e-05, Final residual = 8.67565e-07, No Iterations 5
time step continuity errors : sum local = 1.0192e-10, global = 6.83625e-20, cumulative = -1.16462e-18
DICPCG: Solving for p, Initial residual = 1.619e-05, Final residual = 8.31331e-07, No Iterations 3
time step continuity errors : sum local = 9.78072e-11, global = -1.81141e-20, cumulative = -1.18273e-18
BiCGStab: Solving for omega, Initial residual = 1.99235e-05, Final residual = 6.88214e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.37766e-06, Final residual = 3.37766e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10621.9 s ClockTime = 10623 s Max(PAc) = 153812 Pa
Courant Number mean: 0.0563791 max: 0.93195 velocity magnitude: 1.27334
deltaT = 0.000451663
Time = 1.71548
--> Cloud: bubbleCloud
Added 202 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 633397
Mass introduced by injector = 5.77643e-10
Number of parcels added continuously = 1197
Mass introduced continuously = 1.03788e-12
Current number of parcels = 4338956
Current mass in system = 4.80251e-09
Number of parcels shifted at least once = 4762
Number of parcel shifts towards cell center = 4769
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00555043, Final user-defined norm residual = 7.17716e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.54357e-05, Final user-defined norm residual = 1.01629e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.18574e-08, Final user-defined norm residual = 9.24709e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000504114, Final residual = 2.31269e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000341278, Final residual = 7.24464e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.034812, Final residual = 6.45385e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0473268, Final residual = 9.27133e-07, No Iterations 263
time step continuity errors : sum local = 1.05313e-10, global = 1.52018e-19, cumulative = -1.03072e-18
DICPCG: Solving for p, Initial residual = 0.00629879, Final residual = 9.97222e-07, No Iterations 139
time step continuity errors : sum local = 1.2032e-10, global = 9.40533e-20, cumulative = -9.36663e-19
BiCGStab: Solving for omega, Initial residual = 0.000420772, Final residual = 2.97608e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000605864, Final residual = 5.71525e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.8387e-05, Final residual = 4.66507e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.04564e-05, Final residual = 3.54594e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00313855, Final residual = 1.79555e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.010285, Final residual = 9.65767e-07, No Iterations 135
time step continuity errors : sum local = 1.13584e-10, global = 2.50312e-20, cumulative = -9.11631e-19
DICPCG: Solving for p, Initial residual = 0.00182719, Final residual = 9.41321e-07, No Iterations 92
time step continuity errors : sum local = 1.10152e-10, global = -3.61947e-20, cumulative = -9.47826e-19
BiCGStab: Solving for omega, Initial residual = 2.25484e-05, Final residual = 3.88879e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.06884e-05, Final residual = 8.08238e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.05388e-06, Final residual = 2.97663e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.71224e-06, Final residual = 2.39294e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000444472, Final residual = 9.9146e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00166327, Final residual = 9.97278e-07, No Iterations 48
time step continuity errors : sum local = 1.16244e-10, global = -2.39529e-20, cumulative = -9.71779e-19
DICPCG: Solving for p, Initial residual = 0.000278732, Final residual = 9.69444e-07, No Iterations 31
time step continuity errors : sum local = 1.1312e-10, global = 5.26118e-20, cumulative = -9.19167e-19
BiCGStab: Solving for omega, Initial residual = 1.44918e-05, Final residual = 3.135e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.24303e-06, Final residual = 3.24303e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.7749e-07, Final residual = 3.81755e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.09056e-07, Final residual = 2.89177e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.81308e-05, Final residual = 1.78548e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000398345, Final residual = 9.69546e-07, No Iterations 18
time step continuity errors : sum local = 1.13139e-10, global = -1.313e-19, cumulative = -1.05047e-18
DICPCG: Solving for p, Initial residual = 7.0153e-05, Final residual = 9.73834e-07, No Iterations 6
time step continuity errors : sum local = 1.13623e-10, global = -3.81827e-20, cumulative = -1.08865e-18
BiCGStab: Solving for omega, Initial residual = 1.31743e-05, Final residual = 3.50639e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.25899e-06, Final residual = 3.25899e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.68403e-07, Final residual = 7.3429e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.13918e-07, Final residual = 3.71586e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.55927e-05, Final residual = 2.9201e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.87828e-05, Final residual = 7.70637e-07, No Iterations 6
time step continuity errors : sum local = 9.05321e-11, global = 1.63986e-20, cumulative = -1.07225e-18
DICPCG: Solving for p, Initial residual = 1.78802e-05, Final residual = 8.74308e-07, No Iterations 3
time step continuity errors : sum local = 1.02312e-10, global = 8.89902e-20, cumulative = -9.83261e-19
BiCGStab: Solving for omega, Initial residual = 1.39608e-05, Final residual = 3.638e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.26141e-06, Final residual = 3.26141e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10641 s ClockTime = 10642 s Max(PAc) = 153231 Pa
Courant Number mean: 0.0563906 max: 0.931397 velocity magnitude: 1.28311
deltaT = 0.000451663
Time = 1.71594
--> Cloud: bubbleCloud
Added 183 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 633580
Mass introduced by injector = 5.77801e-10
Number of parcels added continuously = 1066
Mass introduced continuously = 1.02702e-12
Current number of parcels = 4339737
Current mass in system = 4.80328e-09
Number of parcels shifted at least once = 4664
Number of parcel shifts towards cell center = 4667
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00552417, Final user-defined norm residual = 0.000105128
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.26164e-05, Final user-defined norm residual = 1.37895e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.96661e-08, Final user-defined norm residual = 2.93269e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000501483, Final residual = 2.03839e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000336568, Final residual = 7.36299e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0363818, Final residual = 7.15744e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0466153, Final residual = 9.37346e-07, No Iterations 260
time step continuity errors : sum local = 1.05746e-10, global = -3.629e-21, cumulative = -9.8689e-19
DICPCG: Solving for p, Initial residual = 0.00578238, Final residual = 9.74266e-07, No Iterations 146
time step continuity errors : sum local = 1.10198e-10, global = 6.19009e-21, cumulative = -9.807e-19
BiCGStab: Solving for omega, Initial residual = 0.000420655, Final residual = 3.30794e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000605833, Final residual = 5.69105e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.82628e-05, Final residual = 4.32865e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.97772e-06, Final residual = 3.53567e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00313308, Final residual = 1.80531e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.010328, Final residual = 9.72063e-07, No Iterations 100
time step continuity errors : sum local = 1.21467e-10, global = -9.33308e-20, cumulative = -1.07403e-18
DICPCG: Solving for p, Initial residual = 0.00180892, Final residual = 9.88124e-07, No Iterations 99
time step continuity errors : sum local = 1.22794e-10, global = -7.04802e-20, cumulative = -1.14451e-18
BiCGStab: Solving for omega, Initial residual = 2.08103e-05, Final residual = 3.67065e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.04247e-05, Final residual = 8.09371e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.31829e-06, Final residual = 2.90921e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.72716e-06, Final residual = 2.3948e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000435461, Final residual = 1.01307e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00179448, Final residual = 9.90556e-07, No Iterations 58
time step continuity errors : sum local = 1.22799e-10, global = 4.95857e-20, cumulative = -1.09492e-18
DICPCG: Solving for p, Initial residual = 0.000301372, Final residual = 8.87749e-07, No Iterations 51
time step continuity errors : sum local = 1.11206e-10, global = 9.18833e-20, cumulative = -1.00304e-18
BiCGStab: Solving for omega, Initial residual = 1.27189e-05, Final residual = 3.73853e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.90657e-06, Final residual = 2.90657e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.24234e-07, Final residual = 4.40657e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.40963e-07, Final residual = 2.76389e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.49734e-05, Final residual = 1.74001e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000454804, Final residual = 9.7235e-07, No Iterations 22
time step continuity errors : sum local = 1.20753e-10, global = -5.35369e-20, cumulative = -1.05658e-18
DICPCG: Solving for p, Initial residual = 8.05884e-05, Final residual = 9.84789e-07, No Iterations 7
time step continuity errors : sum local = 1.22154e-10, global = -9.71244e-20, cumulative = -1.1537e-18
BiCGStab: Solving for omega, Initial residual = 1.3101e-05, Final residual = 4.32675e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.93604e-06, Final residual = 2.93604e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.12638e-07, Final residual = 1.03779e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.2702e-07, Final residual = 6.26266e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.44743e-05, Final residual = 2.87693e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000116759, Final residual = 8.9859e-07, No Iterations 6
time step continuity errors : sum local = 1.12435e-10, global = 1.42595e-20, cumulative = -1.13944e-18
DICPCG: Solving for p, Initial residual = 2.22542e-05, Final residual = 6.48528e-07, No Iterations 4
time step continuity errors : sum local = 8.4244e-11, global = 1.52333e-20, cumulative = -1.12421e-18
BiCGStab: Solving for omega, Initial residual = 1.43099e-05, Final residual = 4.87727e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.92953e-06, Final residual = 2.92953e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10659.6 s ClockTime = 10660 s Max(PAc) = 154605 Pa
Courant Number mean: 0.0564014 max: 0.922021 velocity magnitude: 1.29169
deltaT = 0.000451663
Time = 1.71639
--> Cloud: bubbleCloud
Added 126 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 633706
Mass introduced by injector = 5.77911e-10
Number of parcels added continuously = 1097
Mass introduced continuously = 1.03107e-12
Current number of parcels = 4340510
Current mass in system = 4.80398e-09
Number of parcels shifted at least once = 4616
Number of parcel shifts towards cell center = 4619
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00552675, Final user-defined norm residual = 8.77964e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.88821e-05, Final user-defined norm residual = 6.12489e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.31729e-08, Final user-defined norm residual = 3.58737e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000500177, Final residual = 2.75066e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000339837, Final residual = 7.72008e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.033877, Final residual = 5.58408e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0417313, Final residual = 9.24532e-07, No Iterations 250
time step continuity errors : sum local = 1.0324e-10, global = 2.86898e-20, cumulative = -1.09552e-18
DICPCG: Solving for p, Initial residual = 0.0045766, Final residual = 9.96931e-07, No Iterations 130
time step continuity errors : sum local = 1.12529e-10, global = -3.21518e-20, cumulative = -1.12767e-18
BiCGStab: Solving for omega, Initial residual = 0.000419653, Final residual = 3.30756e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000605818, Final residual = 5.79425e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.75807e-05, Final residual = 3.65255e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.44122e-06, Final residual = 3.07852e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00296752, Final residual = 1.59779e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0106025, Final residual = 8.99156e-07, No Iterations 129
time step continuity errors : sum local = 1.06781e-10, global = -1.23848e-20, cumulative = -1.14006e-18
DICPCG: Solving for p, Initial residual = 0.00181285, Final residual = 9.70578e-07, No Iterations 73
time step continuity errors : sum local = 1.1407e-10, global = 1.57535e-20, cumulative = -1.1243e-18
BiCGStab: Solving for omega, Initial residual = 2.39564e-05, Final residual = 4.64026e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.04398e-05, Final residual = 8.30789e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.13573e-06, Final residual = 2.84906e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.55004e-06, Final residual = 2.2766e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00041166, Final residual = 9.10018e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00181264, Final residual = 9.40952e-07, No Iterations 61
time step continuity errors : sum local = 1.10487e-10, global = -9.52624e-21, cumulative = -1.13383e-18
DICPCG: Solving for p, Initial residual = 0.000303424, Final residual = 9.825e-07, No Iterations 36
time step continuity errors : sum local = 1.15107e-10, global = 7.69684e-20, cumulative = -1.05686e-18
BiCGStab: Solving for omega, Initial residual = 1.58612e-05, Final residual = 4.76712e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.8856e-06, Final residual = 2.8856e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.62602e-07, Final residual = 3.56044e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.94954e-07, Final residual = 2.61324e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.31288e-05, Final residual = 1.73157e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000432732, Final residual = 9.71151e-07, No Iterations 21
time step continuity errors : sum local = 1.13844e-10, global = 4.00831e-20, cumulative = -1.01678e-18
DICPCG: Solving for p, Initial residual = 7.50867e-05, Final residual = 9.55458e-07, No Iterations 7
time step continuity errors : sum local = 1.12093e-10, global = 4.67883e-20, cumulative = -9.6999e-19
BiCGStab: Solving for omega, Initial residual = 1.76133e-05, Final residual = 5.84338e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.88205e-06, Final residual = 2.88205e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.06662e-07, Final residual = 6.98056e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.052e-07, Final residual = 4.28428e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.45342e-05, Final residual = 2.84721e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000114612, Final residual = 8.7249e-07, No Iterations 6
time step continuity errors : sum local = 1.02853e-10, global = 1.27168e-20, cumulative = -9.57273e-19
DICPCG: Solving for p, Initial residual = 1.88165e-05, Final residual = 9.06628e-07, No Iterations 3
time step continuity errors : sum local = 1.06653e-10, global = 4.04011e-20, cumulative = -9.16872e-19
BiCGStab: Solving for omega, Initial residual = 2.02041e-05, Final residual = 7.08905e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 2.90648e-06, Final residual = 2.90648e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10678.2 s ClockTime = 10679 s Max(PAc) = 155388 Pa
Courant Number mean: 0.0564121 max: 0.90949 velocity magnitude: 1.29784
deltaT = 0.000451663
Time = 1.71684
--> Cloud: bubbleCloud
Added 165 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 633871
Mass introduced by injector = 5.78078e-10
Number of parcels added continuously = 1157
Mass introduced continuously = 1.08887e-12
Current number of parcels = 4341378
Current mass in system = 4.80483e-09
Number of parcels shifted at least once = 4780
Number of parcel shifts towards cell center = 4782
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00533679, Final user-defined norm residual = 7.80555e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.67953e-05, Final user-defined norm residual = 7.43257e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.59931e-08, Final user-defined norm residual = 7.21517e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000494842, Final residual = 2.9683e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000336982, Final residual = 7.79701e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0358333, Final residual = 6.453e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0387626, Final residual = 9.33711e-07, No Iterations 262
time step continuity errors : sum local = 1.04496e-10, global = 7.64926e-20, cumulative = -8.40379e-19
DICPCG: Solving for p, Initial residual = 0.00451531, Final residual = 9.62148e-07, No Iterations 140
time step continuity errors : sum local = 1.11273e-10, global = 1.72109e-21, cumulative = -8.38658e-19
BiCGStab: Solving for omega, Initial residual = 0.000419469, Final residual = 3.71952e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000605838, Final residual = 5.7059e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.66239e-05, Final residual = 3.87645e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.06853e-06, Final residual = 3.0638e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00319204, Final residual = 1.73803e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0100687, Final residual = 9.17732e-07, No Iterations 129
time step continuity errors : sum local = 1.09483e-10, global = 1.20312e-19, cumulative = -7.18347e-19
DICPCG: Solving for p, Initial residual = 0.00179449, Final residual = 9.79666e-07, No Iterations 69
time step continuity errors : sum local = 1.15805e-10, global = 9.40812e-20, cumulative = -6.24266e-19
BiCGStab: Solving for omega, Initial residual = 2.55362e-05, Final residual = 5.25728e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.11793e-05, Final residual = 9.10705e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.7132e-06, Final residual = 3.08834e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.46556e-06, Final residual = 2.20058e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000464195, Final residual = 9.60215e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00153599, Final residual = 9.99715e-07, No Iterations 61
time step continuity errors : sum local = 1.17795e-10, global = 7.13162e-20, cumulative = -5.52949e-19
DICPCG: Solving for p, Initial residual = 0.000253096, Final residual = 9.78568e-07, No Iterations 35
time step continuity errors : sum local = 1.1538e-10, global = 3.1686e-20, cumulative = -5.21263e-19
BiCGStab: Solving for omega, Initial residual = 1.60105e-05, Final residual = 4.68997e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.3684e-06, Final residual = 3.3684e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.09566e-07, Final residual = 3.52838e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.49667e-07, Final residual = 2.43041e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.14129e-05, Final residual = 1.79494e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000354171, Final residual = 9.56389e-07, No Iterations 17
time step continuity errors : sum local = 1.12884e-10, global = 2.61757e-20, cumulative = -4.95088e-19
DICPCG: Solving for p, Initial residual = 6.19645e-05, Final residual = 9.93324e-07, No Iterations 6
time step continuity errors : sum local = 1.17039e-10, global = -4.70066e-20, cumulative = -5.42094e-19
BiCGStab: Solving for omega, Initial residual = 1.50121e-05, Final residual = 4.68019e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.3744e-06, Final residual = 3.3744e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.63465e-07, Final residual = 6.74259e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.90848e-08, Final residual = 4.68207e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.63352e-05, Final residual = 2.96241e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.10212e-05, Final residual = 7.3427e-07, No Iterations 6
time step continuity errors : sum local = 8.7855e-11, global = -3.1287e-20, cumulative = -5.73381e-19
DICPCG: Solving for p, Initial residual = 1.58869e-05, Final residual = 8.3674e-07, No Iterations 3
time step continuity errors : sum local = 9.93963e-11, global = -7.6437e-20, cumulative = -6.49818e-19
BiCGStab: Solving for omega, Initial residual = 1.49413e-05, Final residual = 4.59625e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.38462e-06, Final residual = 3.38462e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10696.5 s ClockTime = 10697 s Max(PAc) = 154547 Pa
Courant Number mean: 0.0564227 max: 0.909351 velocity magnitude: 1.30018
deltaT = 0.000451663
Time = 1.71729
--> Cloud: bubbleCloud
Added 142 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 634013
Mass introduced by injector = 5.78207e-10
Number of parcels added continuously = 1037
Mass introduced continuously = 9.98362e-13
Current number of parcels = 4342111
Current mass in system = 4.80554e-09
Number of parcels shifted at least once = 4668
Number of parcel shifts towards cell center = 4674
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00548209, Final user-defined norm residual = 4.36666e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.38784e-06, Final user-defined norm residual = 1.52752e-08
NewtonRaphsonSolver: solution converged in 2 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000500292, Final residual = 2.70212e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000336699, Final residual = 8.04582e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0350975, Final residual = 5.31196e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0435189, Final residual = 9.60111e-07, No Iterations 151
time step continuity errors : sum local = 1.14675e-10, global = -1.52228e-20, cumulative = -6.65041e-19
DICPCG: Solving for p, Initial residual = 0.00458558, Final residual = 9.40957e-07, No Iterations 128
time step continuity errors : sum local = 1.10118e-10, global = 2.01131e-20, cumulative = -6.44928e-19
BiCGStab: Solving for omega, Initial residual = 0.000416858, Final residual = 3.68447e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00060682, Final residual = 5.63666e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.86356e-05, Final residual = 4.01485e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.8415e-06, Final residual = 3.19666e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0030178, Final residual = 1.53598e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0105912, Final residual = 8.9043e-07, No Iterations 129
time step continuity errors : sum local = 1.04254e-10, global = 4.24023e-20, cumulative = -6.02526e-19
DICPCG: Solving for p, Initial residual = 0.00200466, Final residual = 9.99907e-07, No Iterations 96
time step continuity errors : sum local = 1.16028e-10, global = 4.05911e-21, cumulative = -5.98467e-19
BiCGStab: Solving for omega, Initial residual = 2.03633e-05, Final residual = 3.03481e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.14272e-05, Final residual = 9.25202e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.19302e-06, Final residual = 2.84919e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.69529e-06, Final residual = 2.35284e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000426552, Final residual = 8.81113e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00186527, Final residual = 9.38089e-07, No Iterations 61
time step continuity errors : sum local = 1.08762e-10, global = -7.73405e-20, cumulative = -6.75807e-19
DICPCG: Solving for p, Initial residual = 0.00028962, Final residual = 9.75318e-07, No Iterations 26
time step continuity errors : sum local = 1.12934e-10, global = 5.13529e-21, cumulative = -6.70672e-19
BiCGStab: Solving for omega, Initial residual = 1.20313e-05, Final residual = 3.01186e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.73701e-06, Final residual = 3.73701e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.15719e-07, Final residual = 4.74173e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.18315e-07, Final residual = 3.20388e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.63118e-05, Final residual = 1.75461e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.0004107, Final residual = 9.38396e-07, No Iterations 18
time step continuity errors : sum local = 1.08792e-10, global = 5.90507e-20, cumulative = -6.11621e-19
DICPCG: Solving for p, Initial residual = 6.79277e-05, Final residual = 8.454e-07, No Iterations 7
time step continuity errors : sum local = 9.83421e-11, global = 2.45388e-20, cumulative = -5.87082e-19
BiCGStab: Solving for omega, Initial residual = 1.2859e-05, Final residual = 3.52001e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.75526e-06, Final residual = 3.75526e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.00998e-07, Final residual = 9.07135e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.0665e-07, Final residual = 4.47791e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.59394e-05, Final residual = 2.81732e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000111603, Final residual = 7.97159e-07, No Iterations 6
time step continuity errors : sum local = 9.29235e-11, global = 7.64574e-20, cumulative = -5.10625e-19
DICPCG: Solving for p, Initial residual = 1.69957e-05, Final residual = 8.61224e-07, No Iterations 3
time step continuity errors : sum local = 1.00116e-10, global = 6.69177e-20, cumulative = -4.43707e-19
BiCGStab: Solving for omega, Initial residual = 1.49925e-05, Final residual = 4.25165e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.75285e-06, Final residual = 3.75285e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10713.2 s ClockTime = 10714 s Max(PAc) = 154610 Pa
Courant Number mean: 0.056433 max: 0.908892 velocity magnitude: 1.29953
deltaT = 0.000451663
Time = 1.71774
--> Cloud: bubbleCloud
Added 173 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 634186
Mass introduced by injector = 5.78363e-10
Number of parcels added continuously = 1116
Mass introduced continuously = 9.90418e-13
Current number of parcels = 4342935
Current mass in system = 4.80616e-09
Number of parcels shifted at least once = 4719
Number of parcel shifts towards cell center = 4724
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00571024, Final user-defined norm residual = 7.21324e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.55077e-05, Final user-defined norm residual = 9.40364e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.02171e-08, Final user-defined norm residual = 1.37602e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000501275, Final residual = 2.4259e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000338394, Final residual = 7.85109e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0344486, Final residual = 6.92321e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0430874, Final residual = 9.59912e-07, No Iterations 258
time step continuity errors : sum local = 1.08436e-10, global = 2.2894e-20, cumulative = -4.20813e-19
DICPCG: Solving for p, Initial residual = 0.00476715, Final residual = 9.26845e-07, No Iterations 143
time step continuity errors : sum local = 1.09785e-10, global = 6.5047e-20, cumulative = -3.55766e-19
BiCGStab: Solving for omega, Initial residual = 0.000421734, Final residual = 3.37554e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000607614, Final residual = 5.59086e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.8462e-05, Final residual = 3.96206e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.02501e-05, Final residual = 3.16354e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00303585, Final residual = 1.75574e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0111848, Final residual = 9.4343e-07, No Iterations 130
time step continuity errors : sum local = 1.10861e-10, global = -5.32183e-20, cumulative = -4.08985e-19
DICPCG: Solving for p, Initial residual = 0.00199785, Final residual = 9.80543e-07, No Iterations 84
time step continuity errors : sum local = 1.14653e-10, global = 1.91673e-21, cumulative = -4.07068e-19
BiCGStab: Solving for omega, Initial residual = 2.5352e-05, Final residual = 3.47587e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.14911e-05, Final residual = 8.91883e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.97506e-06, Final residual = 3.06987e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.78467e-06, Final residual = 2.22224e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000452969, Final residual = 9.84005e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00187617, Final residual = 9.38998e-07, No Iterations 54
time step continuity errors : sum local = 1.09855e-10, global = -3.95533e-21, cumulative = -4.11023e-19
DICPCG: Solving for p, Initial residual = 0.00030444, Final residual = 9.11479e-07, No Iterations 11
time step continuity errors : sum local = 1.06746e-10, global = 5.36792e-21, cumulative = -4.05655e-19
BiCGStab: Solving for omega, Initial residual = 1.82119e-05, Final residual = 3.13984e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.95956e-06, Final residual = 3.95956e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.72876e-07, Final residual = 4.39124e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.34816e-07, Final residual = 2.5867e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.32775e-05, Final residual = 1.82142e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000452888, Final residual = 9.35389e-07, No Iterations 18
time step continuity errors : sum local = 1.09462e-10, global = -6.03669e-20, cumulative = -4.66022e-19
DICPCG: Solving for p, Initial residual = 7.48488e-05, Final residual = 8.98383e-07, No Iterations 6
time step continuity errors : sum local = 1.05258e-10, global = 7.25417e-20, cumulative = -3.9348e-19
BiCGStab: Solving for omega, Initial residual = 1.80908e-05, Final residual = 3.34585e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.97338e-06, Final residual = 3.97338e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.97752e-07, Final residual = 1.27607e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.16706e-07, Final residual = 6.05457e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.6791e-05, Final residual = 3.00511e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000117139, Final residual = 9.25301e-07, No Iterations 5
time step continuity errors : sum local = 1.0831e-10, global = 1.13213e-20, cumulative = -3.82159e-19
DICPCG: Solving for p, Initial residual = 1.99733e-05, Final residual = 8.38071e-07, No Iterations 3
time step continuity errors : sum local = 9.8414e-11, global = -6.12252e-20, cumulative = -4.43384e-19
BiCGStab: Solving for omega, Initial residual = 2.03475e-05, Final residual = 3.43534e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.97991e-06, Final residual = 3.97991e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10731.8 s ClockTime = 10732 s Max(PAc) = 153978 Pa
Courant Number mean: 0.0564436 max: 0.907166 velocity magnitude: 1.29706
deltaT = 0.000451663
Time = 1.71819
--> Cloud: bubbleCloud
Added 196 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 634382
Mass introduced by injector = 5.78522e-10
Number of parcels added continuously = 1111
Mass introduced continuously = 1.06942e-12
Current number of parcels = 4343793
Current mass in system = 4.80694e-09
Number of parcels shifted at least once = 4642
Number of parcel shifts towards cell center = 4646
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00566589, Final user-defined norm residual = 7.42126e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.59544e-05, Final user-defined norm residual = 8.05917e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.73261e-08, Final user-defined norm residual = 6.19529e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000504329, Final residual = 2.37906e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000339142, Final residual = 8.23633e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0340538, Final residual = 5.55917e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0513251, Final residual = 9.92776e-07, No Iterations 247
time step continuity errors : sum local = 1.12605e-10, global = -4.54496e-20, cumulative = -4.88834e-19
DICPCG: Solving for p, Initial residual = 0.0052733, Final residual = 9.74155e-07, No Iterations 90
time step continuity errors : sum local = 1.14869e-10, global = -2.19881e-20, cumulative = -5.10822e-19
BiCGStab: Solving for omega, Initial residual = 0.000425519, Final residual = 3.35829e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000607181, Final residual = 5.57311e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.92361e-05, Final residual = 4.02058e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.09391e-05, Final residual = 3.24903e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00293636, Final residual = 1.5286e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0122992, Final residual = 9.21557e-07, No Iterations 129
time step continuity errors : sum local = 1.05502e-10, global = -1.48014e-19, cumulative = -6.58836e-19
DICPCG: Solving for p, Initial residual = 0.00210597, Final residual = 9.7144e-07, No Iterations 70
time step continuity errors : sum local = 1.10628e-10, global = -1.13828e-19, cumulative = -7.72664e-19
BiCGStab: Solving for omega, Initial residual = 2.40409e-05, Final residual = 2.93845e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.14687e-05, Final residual = 8.97954e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.42366e-06, Final residual = 3.11596e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.77695e-06, Final residual = 2.29406e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000421932, Final residual = 8.98289e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0021249, Final residual = 9.87794e-07, No Iterations 49
time step continuity errors : sum local = 1.12194e-10, global = 5.80301e-20, cumulative = -7.14634e-19
DICPCG: Solving for p, Initial residual = 0.00035534, Final residual = 9.48234e-07, No Iterations 18
time step continuity errors : sum local = 1.07698e-10, global = -4.78246e-20, cumulative = -7.62458e-19
BiCGStab: Solving for omega, Initial residual = 1.51159e-05, Final residual = 2.65261e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.72012e-06, Final residual = 3.72012e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.69864e-07, Final residual = 3.93142e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.51517e-07, Final residual = 2.41873e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.56967e-05, Final residual = 1.82097e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000542369, Final residual = 9.94325e-07, No Iterations 11
time step continuity errors : sum local = 1.12928e-10, global = -1.71586e-19, cumulative = -9.34044e-19
DICPCG: Solving for p, Initial residual = 9.24607e-05, Final residual = 8.03297e-07, No Iterations 6
time step continuity errors : sum local = 9.12549e-11, global = -1.25409e-19, cumulative = -1.05945e-18
BiCGStab: Solving for omega, Initial residual = 1.33277e-05, Final residual = 2.81111e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.73652e-06, Final residual = 3.73652e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.32863e-07, Final residual = 7.21334e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.22461e-07, Final residual = 4.16793e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.47878e-05, Final residual = 2.96355e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000142916, Final residual = 6.85305e-07, No Iterations 6
time step continuity errors : sum local = 7.78735e-11, global = -5.44737e-20, cumulative = -1.11393e-18
DICPCG: Solving for p, Initial residual = 2.45907e-05, Final residual = 8.60913e-07, No Iterations 3
time step continuity errors : sum local = 9.77879e-11, global = -5.49605e-20, cumulative = -1.16889e-18
BiCGStab: Solving for omega, Initial residual = 1.35577e-05, Final residual = 3.19656e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.73661e-06, Final residual = 3.73661e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10750.1 s ClockTime = 10751 s Max(PAc) = 153354 Pa
Courant Number mean: 0.056454 max: 0.902509 velocity magnitude: 1.2904
deltaT = 0.000451663
Time = 1.71865
--> Cloud: bubbleCloud
Added 171 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 634553
Mass introduced by injector = 5.78667e-10
Number of parcels added continuously = 1085
Mass introduced continuously = 9.668e-13
Current number of parcels = 4344513
Current mass in system = 4.8075e-09
Number of parcels shifted at least once = 4617
Number of parcel shifts towards cell center = 4623
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00550474, Final user-defined norm residual = 6.59623e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.41769e-05, Final user-defined norm residual = 5.99438e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.28836e-08, Final user-defined norm residual = 3.99175e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000502391, Final residual = 2.28633e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000339515, Final residual = 7.76017e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0329424, Final residual = 6.7966e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0520182, Final residual = 9.52177e-07, No Iterations 255
time step continuity errors : sum local = 1.0858e-10, global = -7.8862e-21, cumulative = -1.17677e-18
DICPCG: Solving for p, Initial residual = 0.00490285, Final residual = 9.65787e-07, No Iterations 133
time step continuity errors : sum local = 1.11971e-10, global = -1.15737e-19, cumulative = -1.29251e-18
BiCGStab: Solving for omega, Initial residual = 0.000426527, Final residual = 2.97031e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000606758, Final residual = 5.64828e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.93235e-05, Final residual = 4.31275e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.04066e-05, Final residual = 3.19807e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00283458, Final residual = 1.73455e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0118384, Final residual = 9.64507e-07, No Iterations 128
time step continuity errors : sum local = 1.15257e-10, global = 6.70047e-20, cumulative = -1.22551e-18
DICPCG: Solving for p, Initial residual = 0.00206701, Final residual = 9.33943e-07, No Iterations 71
time step continuity errors : sum local = 1.11255e-10, global = 1.03393e-19, cumulative = -1.12211e-18
BiCGStab: Solving for omega, Initial residual = 1.95409e-05, Final residual = 2.40945e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.1502e-05, Final residual = 9.31758e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.56583e-06, Final residual = 2.98797e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.83687e-06, Final residual = 2.26305e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000411282, Final residual = 9.43486e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00217571, Final residual = 9.48714e-07, No Iterations 45
time step continuity errors : sum local = 1.12702e-10, global = -4.58112e-20, cumulative = -1.16792e-18
DICPCG: Solving for p, Initial residual = 0.000355885, Final residual = 9.09288e-07, No Iterations 28
time step continuity errors : sum local = 1.08219e-10, global = -4.69751e-20, cumulative = -1.2149e-18
BiCGStab: Solving for omega, Initial residual = 8.73225e-06, Final residual = 8.73225e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.58882e-06, Final residual = 3.58882e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.60151e-07, Final residual = 3.91096e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.4524e-07, Final residual = 2.23394e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.50871e-05, Final residual = 1.79919e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000518212, Final residual = 9.42836e-07, No Iterations 12
time step continuity errors : sum local = 1.12063e-10, global = -9.149e-20, cumulative = -1.30639e-18
DICPCG: Solving for p, Initial residual = 8.8014e-05, Final residual = 8.4751e-07, No Iterations 6
time step continuity errors : sum local = 1.01142e-10, global = -5.08531e-20, cumulative = -1.35724e-18
BiCGStab: Solving for omega, Initial residual = 8.78704e-06, Final residual = 8.78704e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.61677e-06, Final residual = 3.61677e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.404e-07, Final residual = 6.86069e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.25068e-07, Final residual = 3.89053e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.52927e-05, Final residual = 2.99615e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000138956, Final residual = 9.75812e-07, No Iterations 5
time step continuity errors : sum local = 1.1583e-10, global = 4.81619e-21, cumulative = -1.35243e-18
DICPCG: Solving for p, Initial residual = 2.36641e-05, Final residual = 8.6859e-07, No Iterations 3
time step continuity errors : sum local = 1.0355e-10, global = 1.12531e-20, cumulative = -1.34117e-18
BiCGStab: Solving for omega, Initial residual = 8.79432e-06, Final residual = 8.79432e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.62127e-06, Final residual = 3.62127e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10768.4 s ClockTime = 10769 s Max(PAc) = 153070 Pa
Courant Number mean: 0.0564641 max: 0.901591 velocity magnitude: 1.28749
deltaT = 0.000451663
Time = 1.7191
--> Cloud: bubbleCloud
Added 217 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 634770
Mass introduced by injector = 5.78859e-10
Number of parcels added continuously = 1135
Mass introduced continuously = 1.022e-12
Current number of parcels = 4345463
Current mass in system = 4.80831e-09
Number of parcels shifted at least once = 4763
Number of parcel shifts towards cell center = 4769
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00525767, Final user-defined norm residual = 5.26377e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.13231e-05, Final user-defined norm residual = 2.68705e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.78027e-09, Final user-defined norm residual = 1.65289e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000500406, Final residual = 2.49012e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000339408, Final residual = 7.71888e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0333163, Final residual = 6.46278e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0484988, Final residual = 8.85953e-07, No Iterations 261
time step continuity errors : sum local = 1.00859e-10, global = -2.79348e-20, cumulative = -1.36911e-18
DICPCG: Solving for p, Initial residual = 0.00495559, Final residual = 8.91977e-07, No Iterations 140
time step continuity errors : sum local = 1.01107e-10, global = -1.06823e-20, cumulative = -1.37979e-18
BiCGStab: Solving for omega, Initial residual = 0.000421846, Final residual = 2.80906e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000605775, Final residual = 5.72446e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.80847e-05, Final residual = 3.86576e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.01291e-05, Final residual = 3.19997e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00297994, Final residual = 1.67677e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0112134, Final residual = 9.31996e-07, No Iterations 129
time step continuity errors : sum local = 1.07694e-10, global = 3.85675e-20, cumulative = -1.34122e-18
DICPCG: Solving for p, Initial residual = 0.00196345, Final residual = 9.45919e-07, No Iterations 84
time step continuity errors : sum local = 1.08975e-10, global = 7.17275e-20, cumulative = -1.2695e-18
BiCGStab: Solving for omega, Initial residual = 2.05542e-05, Final residual = 2.79324e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.15102e-05, Final residual = 9.72225e-10, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.19897e-06, Final residual = 2.95725e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.6724e-06, Final residual = 2.21934e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000430546, Final residual = 9.63035e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00196452, Final residual = 9.74106e-07, No Iterations 44
time step continuity errors : sum local = 1.11856e-10, global = 1.36085e-20, cumulative = -1.25589e-18
DICPCG: Solving for p, Initial residual = 0.000303917, Final residual = 9.74758e-07, No Iterations 27
time step continuity errors : sum local = 1.11942e-10, global = -3.28235e-20, cumulative = -1.28871e-18
BiCGStab: Solving for omega, Initial residual = 9.0856e-06, Final residual = 9.0856e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.74691e-06, Final residual = 3.74691e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.05693e-07, Final residual = 3.64293e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.13192e-07, Final residual = 2.22203e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.81719e-05, Final residual = 1.70406e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000466302, Final residual = 9.68243e-07, No Iterations 11
time step continuity errors : sum local = 1.11197e-10, global = 9.30575e-22, cumulative = -1.28778e-18
DICPCG: Solving for p, Initial residual = 7.80743e-05, Final residual = 7.56198e-07, No Iterations 6
time step continuity errors : sum local = 8.70688e-11, global = 1.06016e-19, cumulative = -1.18176e-18
BiCGStab: Solving for omega, Initial residual = 9.19936e-06, Final residual = 9.19936e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.76058e-06, Final residual = 3.76058e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.12015e-07, Final residual = 6.53938e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.16489e-07, Final residual = 3.81764e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.59595e-05, Final residual = 2.84319e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000128506, Final residual = 7.02563e-07, No Iterations 6
time step continuity errors : sum local = 8.09674e-11, global = -3.10204e-20, cumulative = -1.21278e-18
DICPCG: Solving for p, Initial residual = 2.05019e-05, Final residual = 8.86014e-07, No Iterations 3
time step continuity errors : sum local = 1.01826e-10, global = 7.21576e-22, cumulative = -1.21206e-18
BiCGStab: Solving for omega, Initial residual = 9.21787e-06, Final residual = 9.21787e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 3.75993e-06, Final residual = 3.75993e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10786.8 s ClockTime = 10787 s Max(PAc) = 153108 Pa
Courant Number mean: 0.0564745 max: 0.901394 velocity magnitude: 1.28417
deltaT = 0.000451663
Time = 1.71955
--> Cloud: bubbleCloud
Added 153 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 634923
Mass introduced by injector = 5.78981e-10
Number of parcels added continuously = 1086
Mass introduced continuously = 1.10212e-12
Current number of parcels = 4346264
Current mass in system = 4.80907e-09
Number of parcels shifted at least once = 4639
Number of parcel shifts towards cell center = 4648
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00523833, Final user-defined norm residual = 6.43936e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.38523e-05, Final user-defined norm residual = 3.6687e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.89217e-09, Final user-defined norm residual = 1.85794e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000500206, Final residual = 2.65723e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000339292, Final residual = 7.50076e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0322134, Final residual = 5.98639e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0435598, Final residual = 9.14034e-07, No Iterations 263
time step continuity errors : sum local = 1.03089e-10, global = -2.41793e-20, cumulative = -1.23624e-18
DICPCG: Solving for p, Initial residual = 0.00551813, Final residual = 9.76778e-07, No Iterations 144
time step continuity errors : sum local = 1.09611e-10, global = -2.50856e-20, cumulative = -1.26133e-18
BiCGStab: Solving for omega, Initial residual = 0.000416752, Final residual = 2.6695e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000604294, Final residual = 5.81025e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.7856e-05, Final residual = 3.98638e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03672e-05, Final residual = 3.19529e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00286556, Final residual = 1.53591e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0108332, Final residual = 9.81314e-07, No Iterations 114
time step continuity errors : sum local = 1.16058e-10, global = 9.75756e-20, cumulative = -1.16375e-18
DICPCG: Solving for p, Initial residual = 0.00191397, Final residual = 9.94884e-07, No Iterations 67
time step continuity errors : sum local = 1.17542e-10, global = 4.75192e-20, cumulative = -1.11623e-18
BiCGStab: Solving for omega, Initial residual = 2.22832e-05, Final residual = 3.01121e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.16078e-05, Final residual = 1.05148e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.00717e-06, Final residual = 2.88872e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.68978e-06, Final residual = 2.21264e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000419307, Final residual = 9.02087e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00175001, Final residual = 9.98491e-07, No Iterations 49
time step continuity errors : sum local = 1.1784e-10, global = 3.60752e-20, cumulative = -1.08016e-18
DICPCG: Solving for p, Initial residual = 0.000270983, Final residual = 9.9699e-07, No Iterations 29
time step continuity errors : sum local = 1.17699e-10, global = 5.8181e-20, cumulative = -1.02198e-18
BiCGStab: Solving for omega, Initial residual = 1.15113e-05, Final residual = 2.68852e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.80555e-06, Final residual = 3.80555e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.00315e-07, Final residual = 3.79045e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.9902e-07, Final residual = 2.08179e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.56641e-05, Final residual = 1.66905e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000403357, Final residual = 9.84651e-07, No Iterations 14
time step continuity errors : sum local = 1.16319e-10, global = -2.08133e-20, cumulative = -1.04279e-18
DICPCG: Solving for p, Initial residual = 6.12257e-05, Final residual = 9.51332e-07, No Iterations 5
time step continuity errors : sum local = 1.12561e-10, global = -5.24272e-21, cumulative = -1.04803e-18
BiCGStab: Solving for omega, Initial residual = 1.04888e-05, Final residual = 2.56515e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.80096e-06, Final residual = 3.80096e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.64837e-07, Final residual = 7.13964e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.96782e-08, Final residual = 4.03311e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.55636e-05, Final residual = 2.71109e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000100166, Final residual = 7.86831e-07, No Iterations 6
time step continuity errors : sum local = 9.40526e-11, global = 1.36494e-19, cumulative = -9.11538e-19
DICPCG: Solving for p, Initial residual = 1.56058e-05, Final residual = 9.02763e-07, No Iterations 3
time step continuity errors : sum local = 1.07095e-10, global = 1.0333e-19, cumulative = -8.08209e-19
BiCGStab: Solving for omega, Initial residual = 1.08908e-05, Final residual = 2.61188e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 3.80146e-06, Final residual = 3.80146e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10805.2 s ClockTime = 10806 s Max(PAc) = 153927 Pa
Courant Number mean: 0.0564845 max: 0.898767 velocity magnitude: 1.27879
deltaT = 0.000451663
Time = 1.72
--> Cloud: bubbleCloud
Added 173 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 635096
Mass introduced by injector = 5.79131e-10
Number of parcels added continuously = 1103
Mass introduced continuously = 1.0088e-12
Current number of parcels = 4347082
Current mass in system = 4.80968e-09
Number of parcels shifted at least once = 4600
Number of parcel shifts towards cell center = 4605
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00560711, Final user-defined norm residual = 7.80509e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.68051e-05, Final user-defined norm residual = 4.93684e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.06297e-08, Final user-defined norm residual = 2.23845e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00050074, Final residual = 2.19389e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000342501, Final residual = 7.68503e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0317419, Final residual = 4.92621e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0473749, Final residual = 9.24082e-07, No Iterations 253
time step continuity errors : sum local = 1.03324e-10, global = 4.4199e-20, cumulative = -7.6401e-19
DICPCG: Solving for p, Initial residual = 0.00546402, Final residual = 9.82979e-07, No Iterations 139
time step continuity errors : sum local = 1.10795e-10, global = 1.72387e-20, cumulative = -7.46771e-19
BiCGStab: Solving for omega, Initial residual = 0.000416579, Final residual = 2.53302e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000603294, Final residual = 5.83438e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.70881e-05, Final residual = 3.94484e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.91498e-06, Final residual = 3.0619e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0027237, Final residual = 1.38044e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0111689, Final residual = 9.40845e-07, No Iterations 132
time step continuity errors : sum local = 1.06218e-10, global = 3.29455e-20, cumulative = -7.13825e-19
DICPCG: Solving for p, Initial residual = 0.00183661, Final residual = 9.76684e-07, No Iterations 83
time step continuity errors : sum local = 1.10176e-10, global = -4.8076e-20, cumulative = -7.61901e-19
BiCGStab: Solving for omega, Initial residual = 1.97427e-05, Final residual = 2.19883e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.19233e-05, Final residual = 1.13511e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.87039e-06, Final residual = 2.87208e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.51596e-06, Final residual = 2.19291e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00039164, Final residual = 8.3692e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00176865, Final residual = 9.83443e-07, No Iterations 61
time step continuity errors : sum local = 1.10834e-10, global = 7.41272e-20, cumulative = -6.87774e-19
DICPCG: Solving for p, Initial residual = 0.000264574, Final residual = 9.74543e-07, No Iterations 33
time step continuity errors : sum local = 1.09879e-10, global = 5.18067e-21, cumulative = -6.82593e-19
BiCGStab: Solving for omega, Initial residual = 1.01713e-05, Final residual = 2.20784e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.02552e-06, Final residual = 4.02552e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.73e-07, Final residual = 3.88218e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.39737e-07, Final residual = 1.86691e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.19717e-05, Final residual = 1.64339e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000399286, Final residual = 9.86037e-07, No Iterations 17
time step continuity errors : sum local = 1.11166e-10, global = 1.31626e-19, cumulative = -5.50968e-19
DICPCG: Solving for p, Initial residual = 6.16951e-05, Final residual = 8.86426e-07, No Iterations 6
time step continuity errors : sum local = 1.0002e-10, global = 6.48418e-20, cumulative = -4.86126e-19
BiCGStab: Solving for omega, Initial residual = 8.24183e-06, Final residual = 8.24183e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.0325e-06, Final residual = 4.0325e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.72665e-07, Final residual = 7.36632e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.61647e-08, Final residual = 4.49063e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.47217e-05, Final residual = 2.718e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000101039, Final residual = 7.35785e-07, No Iterations 6
time step continuity errors : sum local = 8.31802e-11, global = -1.63006e-22, cumulative = -4.86289e-19
DICPCG: Solving for p, Initial residual = 1.62793e-05, Final residual = 8.64838e-07, No Iterations 3
time step continuity errors : sum local = 9.7602e-11, global = 3.48088e-20, cumulative = -4.5148e-19
BiCGStab: Solving for omega, Initial residual = 8.26637e-06, Final residual = 8.26637e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.03492e-06, Final residual = 4.03492e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10856.7 s ClockTime = 10857 s Max(PAc) = 154450 Pa
Courant Number mean: 0.0564949 max: 0.900552 velocity magnitude: 1.27193
deltaT = 0.0005
Time = 1.7205
--> Cloud: bubbleCloud
Added 165 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 635261
Mass introduced by injector = 5.79288e-10
Number of parcels added continuously = 1204
Mass introduced continuously = 1.12945e-12
Current number of parcels = 4347936
Current mass in system = 4.81047e-09
Number of parcels shifted at least once = 5202
Number of parcel shifts towards cell center = 5208
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00586029, Final user-defined norm residual = 9.37124e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.01732e-05, Final user-defined norm residual = 1.011e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.17639e-08, Final user-defined norm residual = 8.24294e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000557473, Final residual = 4.61068e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000375077, Final residual = 1.54355e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.035416, Final residual = 1.23174e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0506636, Final residual = 9.55586e-07, No Iterations 255
time step continuity errors : sum local = 1.26719e-10, global = -6.32733e-20, cumulative = -5.14754e-19
DICPCG: Solving for p, Initial residual = 0.00607429, Final residual = 8.48717e-07, No Iterations 246
time step continuity errors : sum local = 1.11823e-10, global = -6.92544e-20, cumulative = -5.84008e-19
BiCGStab: Solving for omega, Initial residual = 0.000463955, Final residual = 3.69304e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000667641, Final residual = 8.93318e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.12205e-05, Final residual = 6.35349e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.21552e-05, Final residual = 5.04448e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00325496, Final residual = 3.31186e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0124791, Final residual = 9.91775e-07, No Iterations 135
time step continuity errors : sum local = 1.35356e-10, global = 2.58437e-20, cumulative = -5.58164e-19
DICPCG: Solving for p, Initial residual = 0.0022199, Final residual = 9.7486e-07, No Iterations 89
time step continuity errors : sum local = 1.32859e-10, global = 4.897e-20, cumulative = -5.09194e-19
BiCGStab: Solving for omega, Initial residual = 2.61484e-05, Final residual = 5.59143e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.56231e-05, Final residual = 1.87429e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.83825e-06, Final residual = 5.26629e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.093e-06, Final residual = 4.16038e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000498865, Final residual = 1.93353e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00213165, Final residual = 9.93176e-07, No Iterations 70
time step continuity errors : sum local = 1.35071e-10, global = -1.19356e-19, cumulative = -6.2855e-19
DICPCG: Solving for p, Initial residual = 0.000354526, Final residual = 9.94359e-07, No Iterations 26
time step continuity errors : sum local = 1.35255e-10, global = 9.25804e-21, cumulative = -6.19292e-19
BiCGStab: Solving for omega, Initial residual = 1.41364e-05, Final residual = 5.45126e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.95137e-06, Final residual = 5.95137e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.60572e-07, Final residual = 6.87568e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.32564e-07, Final residual = 4.30194e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.52074e-05, Final residual = 2.72934e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000535111, Final residual = 9.0499e-07, No Iterations 18
time step continuity errors : sum local = 1.23448e-10, global = 3.62595e-20, cumulative = -5.83032e-19
DICPCG: Solving for p, Initial residual = 8.74665e-05, Final residual = 9.1578e-07, No Iterations 7
time step continuity errors : sum local = 1.24849e-10, global = 2.62895e-20, cumulative = -5.56743e-19
BiCGStab: Solving for omega, Initial residual = 1.44972e-05, Final residual = 6.90837e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.97465e-06, Final residual = 5.97465e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.62122e-07, Final residual = 1.46026e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.45843e-07, Final residual = 1.18777e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.09069e-05, Final residual = 4.63347e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000144455, Final residual = 8.52885e-07, No Iterations 6
time step continuity errors : sum local = 1.16538e-10, global = 6.01124e-20, cumulative = -4.96631e-19
DICPCG: Solving for p, Initial residual = 2.45444e-05, Final residual = 6.28626e-07, No Iterations 4
time step continuity errors : sum local = 8.69111e-11, global = 9.18243e-20, cumulative = -4.04806e-19
BiCGStab: Solving for omega, Initial residual = 1.59257e-05, Final residual = 8.21128e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.003e-06, Final residual = 6.003e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10875.4 s ClockTime = 10876 s Max(PAc) = 155007 Pa
Courant Number mean: 0.0625543 max: 1.00397 velocity magnitude: 1.26692
deltaT = 0.0004875
Time = 1.72099
--> Cloud: bubbleCloud
Added 217 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 635478
Mass introduced by injector = 5.79457e-10
Number of parcels added continuously = 1236
Mass introduced continuously = 1.02542e-12
Current number of parcels = 4348861
Current mass in system = 4.81107e-09
Number of parcels shifted at least once = 5016
Number of parcel shifts towards cell center = 5022
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00632379, Final user-defined norm residual = 6.82389e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.46944e-05, Final user-defined norm residual = 5.46547e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.17694e-08, Final user-defined norm residual = 2.80193e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000533485, Final residual = 4.2657e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000363704, Final residual = 1.33627e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.033708, Final residual = 9.44583e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0507862, Final residual = 9.23393e-07, No Iterations 244
time step continuity errors : sum local = 1.16318e-10, global = -5.96752e-20, cumulative = -4.64481e-19
DICPCG: Solving for p, Initial residual = 0.00650602, Final residual = 9.90007e-07, No Iterations 243
time step continuity errors : sum local = 1.24542e-10, global = 2.124e-20, cumulative = -4.43241e-19
BiCGStab: Solving for omega, Initial residual = 0.00045486, Final residual = 5.71587e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000650011, Final residual = 7.65824e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.94626e-05, Final residual = 5.31711e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.16404e-05, Final residual = 4.59451e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00316453, Final residual = 2.73871e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0118398, Final residual = 9.48287e-07, No Iterations 133
time step continuity errors : sum local = 1.23823e-10, global = -4.34639e-20, cumulative = -4.86705e-19
DICPCG: Solving for p, Initial residual = 0.00219323, Final residual = 9.83714e-07, No Iterations 85
time step continuity errors : sum local = 1.28132e-10, global = 3.75059e-20, cumulative = -4.49199e-19
BiCGStab: Solving for omega, Initial residual = 3.59733e-05, Final residual = 8.62608e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.44892e-05, Final residual = 1.63743e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.43789e-06, Final residual = 4.44048e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.97312e-06, Final residual = 3.47289e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000473125, Final residual = 1.63302e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00194, Final residual = 9.44906e-07, No Iterations 70
time step continuity errors : sum local = 1.23198e-10, global = -2.28891e-20, cumulative = -4.72089e-19
DICPCG: Solving for p, Initial residual = 0.000332307, Final residual = 9.90502e-07, No Iterations 29
time step continuity errors : sum local = 1.28966e-10, global = -3.13404e-20, cumulative = -5.03429e-19
BiCGStab: Solving for omega, Initial residual = 2.83905e-05, Final residual = 1.03534e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.91218e-06, Final residual = 5.91218e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.99912e-07, Final residual = 6.3433e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.81014e-07, Final residual = 3.33516e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.13744e-05, Final residual = 2.40057e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000497008, Final residual = 9.89424e-07, No Iterations 17
time step continuity errors : sum local = 1.28834e-10, global = -5.61486e-20, cumulative = -5.59578e-19
DICPCG: Solving for p, Initial residual = 8.46252e-05, Final residual = 9.77787e-07, No Iterations 7
time step continuity errors : sum local = 1.27355e-10, global = 1.58936e-19, cumulative = -4.00641e-19
BiCGStab: Solving for omega, Initial residual = 2.89374e-05, Final residual = 1.34683e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.99045e-06, Final residual = 5.99045e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.33377e-07, Final residual = 1.23279e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.30346e-07, Final residual = 8.88424e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.96671e-05, Final residual = 4.05932e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000135441, Final residual = 8.08628e-07, No Iterations 6
time step continuity errors : sum local = 1.06067e-10, global = -2.89031e-20, cumulative = -4.29544e-19
DICPCG: Solving for p, Initial residual = 2.40289e-05, Final residual = 9.65138e-07, No Iterations 3
time step continuity errors : sum local = 1.25759e-10, global = -4.69518e-20, cumulative = -4.76496e-19
BiCGStab: Solving for omega, Initial residual = 3.52348e-05, Final residual = 1.46641e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.93115e-06, Final residual = 5.93115e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10895.1 s ClockTime = 10896 s Max(PAc) = 155049 Pa
Courant Number mean: 0.0610031 max: 0.985422 velocity magnitude: 1.26375
deltaT = 0.0004875
Time = 1.72147
--> Cloud: bubbleCloud
Added 202 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 635680
Mass introduced by injector = 5.79658e-10
Number of parcels added continuously = 1239
Mass introduced continuously = 1.14425e-12
Current number of parcels = 4349779
Current mass in system = 4.81188e-09
Number of parcels shifted at least once = 5016
Number of parcel shifts towards cell center = 5023
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00574854, Final user-defined norm residual = 6.67433e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.43806e-05, Final user-defined norm residual = 2.88991e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.22675e-09, Final user-defined norm residual = 1.33161e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000529697, Final residual = 4.77364e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00036481, Final residual = 1.31696e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0332219, Final residual = 9.0582e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0530445, Final residual = 9.91991e-07, No Iterations 253
time step continuity errors : sum local = 1.26127e-10, global = -2.52922e-21, cumulative = -4.79025e-19
DICPCG: Solving for p, Initial residual = 0.00715754, Final residual = 9.91094e-07, No Iterations 133
time step continuity errors : sum local = 1.34335e-10, global = -1.08311e-20, cumulative = -4.89856e-19
BiCGStab: Solving for omega, Initial residual = 0.00046055, Final residual = 3.10184e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000649566, Final residual = 7.38161e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.87779e-05, Final residual = 5.47406e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.08659e-05, Final residual = 4.43292e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00304128, Final residual = 2.57244e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0108186, Final residual = 9.75707e-07, No Iterations 132
time step continuity errors : sum local = 1.30989e-10, global = 3.98179e-20, cumulative = -4.50039e-19
DICPCG: Solving for p, Initial residual = 0.00207718, Final residual = 9.52112e-07, No Iterations 83
time step continuity errors : sum local = 1.28414e-10, global = -4.1945e-20, cumulative = -4.91984e-19
BiCGStab: Solving for omega, Initial residual = 4.23876e-05, Final residual = 1.0275e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.42816e-05, Final residual = 1.63246e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.3769e-06, Final residual = 4.39394e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.9204e-06, Final residual = 3.40683e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000452042, Final residual = 1.52977e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00178691, Final residual = 9.47885e-07, No Iterations 62
time step continuity errors : sum local = 1.28048e-10, global = 2.34701e-20, cumulative = -4.68513e-19
DICPCG: Solving for p, Initial residual = 0.000313675, Final residual = 9.18197e-07, No Iterations 28
time step continuity errors : sum local = 1.24192e-10, global = 9.16437e-20, cumulative = -3.7687e-19
BiCGStab: Solving for omega, Initial residual = 2.98222e-05, Final residual = 1.04151e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.04352e-06, Final residual = 6.04352e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.59352e-07, Final residual = 5.65239e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.12329e-07, Final residual = 3.39532e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.20543e-05, Final residual = 2.3796e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000446465, Final residual = 9.93314e-07, No Iterations 11
time step continuity errors : sum local = 1.33806e-10, global = -3.7682e-20, cumulative = -4.14552e-19
DICPCG: Solving for p, Initial residual = 8.19067e-05, Final residual = 8.81397e-07, No Iterations 6
time step continuity errors : sum local = 1.19448e-10, global = -8.21841e-20, cumulative = -4.96736e-19
BiCGStab: Solving for omega, Initial residual = 2.70109e-05, Final residual = 9.84579e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.9883e-06, Final residual = 5.9883e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.34699e-07, Final residual = 1.06515e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.44891e-07, Final residual = 6.90084e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.75418e-05, Final residual = 3.91224e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000125722, Final residual = 8.09604e-07, No Iterations 6
time step continuity errors : sum local = 1.10244e-10, global = -2.80633e-20, cumulative = -5.24799e-19
DICPCG: Solving for p, Initial residual = 2.29588e-05, Final residual = 8.84618e-07, No Iterations 3
time step continuity errors : sum local = 1.19857e-10, global = -4.39033e-20, cumulative = -5.68702e-19
BiCGStab: Solving for omega, Initial residual = 2.64239e-05, Final residual = 1.04543e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.06112e-06, Final residual = 6.06112e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10916.8 s ClockTime = 10917 s Max(PAc) = 154896 Pa
Courant Number mean: 0.061016 max: 0.989946 velocity magnitude: 1.26806
deltaT = 0.0004875
Time = 1.72196
--> Cloud: bubbleCloud
Added 88 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 635768
Mass introduced by injector = 5.79728e-10
Number of parcels added continuously = 1148
Mass introduced continuously = 1.11658e-12
Current number of parcels = 4350512
Current mass in system = 4.81255e-09
Number of parcels shifted at least once = 5085
Number of parcel shifts towards cell center = 5093
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00576911, Final user-defined norm residual = 7.0211e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.51144e-05, Final user-defined norm residual = 4.03565e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.68775e-09, Final user-defined norm residual = 2.60464e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000531426, Final residual = 4.52043e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000364109, Final residual = 1.24644e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0336334, Final residual = 8.42526e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0524005, Final residual = 9.75303e-07, No Iterations 256
time step continuity errors : sum local = 1.25945e-10, global = -1.13178e-19, cumulative = -6.81881e-19
DICPCG: Solving for p, Initial residual = 0.0068066, Final residual = 8.90826e-07, No Iterations 139
time step continuity errors : sum local = 1.22762e-10, global = 2.35416e-20, cumulative = -6.58339e-19
BiCGStab: Solving for omega, Initial residual = 0.000437436, Final residual = 5.46857e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000648214, Final residual = 7.16087e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.90308e-05, Final residual = 5.47758e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.18659e-05, Final residual = 4.55829e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00318036, Final residual = 2.53327e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0108412, Final residual = 8.94901e-07, No Iterations 129
time step continuity errors : sum local = 1.24425e-10, global = -1.34639e-20, cumulative = -6.71803e-19
DICPCG: Solving for p, Initial residual = 0.0020273, Final residual = 9.96283e-07, No Iterations 77
time step continuity errors : sum local = 1.37817e-10, global = -9.11988e-20, cumulative = -7.63002e-19
BiCGStab: Solving for omega, Initial residual = 2.83158e-05, Final residual = 6.42151e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.3754e-05, Final residual = 1.54389e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.54547e-06, Final residual = 4.35245e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.18845e-06, Final residual = 3.41795e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000480561, Final residual = 1.56156e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0020449, Final residual = 9.97605e-07, No Iterations 53
time step continuity errors : sum local = 1.38025e-10, global = 2.34622e-20, cumulative = -7.3954e-19
DICPCG: Solving for p, Initial residual = 0.000358036, Final residual = 9.66561e-07, No Iterations 32
time step continuity errors : sum local = 1.33921e-10, global = 4.64086e-20, cumulative = -6.93131e-19
BiCGStab: Solving for omega, Initial residual = 2.00276e-05, Final residual = 6.64816e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.09289e-06, Final residual = 5.09289e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.96451e-07, Final residual = 5.21896e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.16107e-07, Final residual = 4.31388e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.07213e-05, Final residual = 2.41543e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000568058, Final residual = 9.82094e-07, No Iterations 21
time step continuity errors : sum local = 1.35936e-10, global = 6.07674e-20, cumulative = -6.32363e-19
DICPCG: Solving for p, Initial residual = 9.89687e-05, Final residual = 9.28251e-07, No Iterations 6
time step continuity errors : sum local = 1.28921e-10, global = 6.65129e-20, cumulative = -5.65851e-19
BiCGStab: Solving for omega, Initial residual = 2.00245e-05, Final residual = 7.57647e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.14088e-06, Final residual = 5.14088e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.95339e-07, Final residual = 1.12953e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.84838e-07, Final residual = 7.7884e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.90205e-05, Final residual = 4.22656e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00016476, Final residual = 8.86427e-07, No Iterations 5
time step continuity errors : sum local = 1.23484e-10, global = -7.90953e-20, cumulative = -6.44946e-19
DICPCG: Solving for p, Initial residual = 2.89567e-05, Final residual = 8.92644e-07, No Iterations 3
time step continuity errors : sum local = 1.24289e-10, global = 7.10875e-20, cumulative = -5.73858e-19
BiCGStab: Solving for omega, Initial residual = 2.22426e-05, Final residual = 8.96988e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.10402e-06, Final residual = 5.10402e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10935.6 s ClockTime = 10936 s Max(PAc) = 154679 Pa
Courant Number mean: 0.0610284 max: 0.986508 velocity magnitude: 1.27393
deltaT = 0.0004875
Time = 1.72245
--> Cloud: bubbleCloud
Added 218 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 635986
Mass introduced by injector = 5.79895e-10
Number of parcels added continuously = 1165
Mass introduced continuously = 1.08736e-12
Current number of parcels = 4351349
Current mass in system = 4.81329e-09
Number of parcels shifted at least once = 5043
Number of parcel shifts towards cell center = 5048
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00551079, Final user-defined norm residual = 6.5704e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.41462e-05, Final user-defined norm residual = 4.30748e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.27419e-09, Final user-defined norm residual = 3.18876e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000528533, Final residual = 4.19623e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00036482, Final residual = 1.2979e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0340644, Final residual = 1.01058e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.048966, Final residual = 9.76031e-07, No Iterations 146
time step continuity errors : sum local = 1.25599e-10, global = 8.63285e-20, cumulative = -4.8753e-19
DICPCG: Solving for p, Initial residual = 0.0062284, Final residual = 9.748e-07, No Iterations 87
time step continuity errors : sum local = 1.24599e-10, global = 1.72763e-20, cumulative = -4.70254e-19
BiCGStab: Solving for omega, Initial residual = 0.000433533, Final residual = 3.70906e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000646106, Final residual = 7.05358e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.11733e-05, Final residual = 5.45282e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.29727e-05, Final residual = 4.60706e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00315377, Final residual = 2.87197e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0119143, Final residual = 9.36841e-07, No Iterations 129
time step continuity errors : sum local = 1.20533e-10, global = 8.91377e-20, cumulative = -3.81116e-19
DICPCG: Solving for p, Initial residual = 0.00222056, Final residual = 9.98137e-07, No Iterations 92
time step continuity errors : sum local = 1.28534e-10, global = -1.34057e-20, cumulative = -3.94522e-19
BiCGStab: Solving for omega, Initial residual = 3.09662e-05, Final residual = 7.5076e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.374e-05, Final residual = 1.56185e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.20404e-06, Final residual = 4.31307e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.73501e-06, Final residual = 3.49219e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000495082, Final residual = 1.61534e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00250612, Final residual = 9.5758e-07, No Iterations 55
time step continuity errors : sum local = 1.23464e-10, global = 9.38026e-20, cumulative = -3.00719e-19
DICPCG: Solving for p, Initial residual = 0.000451139, Final residual = 9.79144e-07, No Iterations 17
time step continuity errors : sum local = 1.261e-10, global = -2.43094e-22, cumulative = -3.00962e-19
BiCGStab: Solving for omega, Initial residual = 2.32097e-05, Final residual = 8.21085e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.83699e-06, Final residual = 4.83699e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.32315e-06, Final residual = 5.49952e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.55627e-07, Final residual = 4.36822e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.12552e-05, Final residual = 2.40611e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000762762, Final residual = 9.21226e-07, No Iterations 12
time step continuity errors : sum local = 1.18687e-10, global = -1.08133e-19, cumulative = -4.09095e-19
DICPCG: Solving for p, Initial residual = 0.000127714, Final residual = 7.78462e-07, No Iterations 5
time step continuity errors : sum local = 1.00448e-10, global = -8.51672e-20, cumulative = -4.94263e-19
BiCGStab: Solving for omega, Initial residual = 2.30024e-05, Final residual = 9.43539e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.81706e-06, Final residual = 4.81706e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.91228e-07, Final residual = 1.00838e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.31069e-07, Final residual = 6.75152e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.86671e-05, Final residual = 3.94408e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000227004, Final residual = 8.43538e-07, No Iterations 5
time step continuity errors : sum local = 1.08748e-10, global = 3.37228e-20, cumulative = -4.6054e-19
DICPCG: Solving for p, Initial residual = 3.97087e-05, Final residual = 8.47546e-07, No Iterations 3
time step continuity errors : sum local = 1.09257e-10, global = 3.32628e-20, cumulative = -4.27277e-19
BiCGStab: Solving for omega, Initial residual = 2.42162e-05, Final residual = 9.57573e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.86207e-06, Final residual = 4.86207e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10954.2 s ClockTime = 10955 s Max(PAc) = 155043 Pa
Courant Number mean: 0.0610404 max: 0.983433 velocity magnitude: 1.2779
deltaT = 0.0004875
Time = 1.72294
--> Cloud: bubbleCloud
Added 187 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 636173
Mass introduced by injector = 5.80044e-10
Number of parcels added continuously = 1216
Mass introduced continuously = 1.15718e-12
Current number of parcels = 4352242
Current mass in system = 4.81401e-09
Number of parcels shifted at least once = 5054
Number of parcel shifts towards cell center = 5059
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00585134, Final user-defined norm residual = 0.000137625
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.96604e-05, Final user-defined norm residual = 1.41637e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.05251e-08, Final user-defined norm residual = 1.0904e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000531335, Final residual = 4.68009e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000366533, Final residual = 1.30675e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.034899, Final residual = 9.48574e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.05907, Final residual = 8.58265e-07, No Iterations 264
time step continuity errors : sum local = 1.11209e-10, global = 1.78128e-19, cumulative = -2.49149e-19
DICPCG: Solving for p, Initial residual = 0.00835523, Final residual = 9.56798e-07, No Iterations 138
time step continuity errors : sum local = 1.29669e-10, global = -2.74882e-20, cumulative = -2.76637e-19
BiCGStab: Solving for omega, Initial residual = 0.000432175, Final residual = 4.40962e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000643742, Final residual = 6.94887e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.07981e-05, Final residual = 5.25842e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.2688e-05, Final residual = 4.42642e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00309383, Final residual = 2.53552e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0120249, Final residual = 9.13128e-07, No Iterations 132
time step continuity errors : sum local = 1.25685e-10, global = -2.72117e-20, cumulative = -3.03849e-19
DICPCG: Solving for p, Initial residual = 0.00229122, Final residual = 9.96087e-07, No Iterations 72
time step continuity errors : sum local = 1.36276e-10, global = 8.85379e-20, cumulative = -2.15311e-19
BiCGStab: Solving for omega, Initial residual = 3.05416e-05, Final residual = 8.60699e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.31654e-05, Final residual = 1.51969e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.50206e-06, Final residual = 4.93439e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.27098e-06, Final residual = 3.21343e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000449919, Final residual = 1.51207e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00253357, Final residual = 9.30296e-07, No Iterations 52
time step continuity errors : sum local = 1.2781e-10, global = -6.5559e-21, cumulative = -2.21867e-19
DICPCG: Solving for p, Initial residual = 0.000455314, Final residual = 9.82861e-07, No Iterations 13
time step continuity errors : sum local = 1.34607e-10, global = -2.1362e-20, cumulative = -2.43229e-19
BiCGStab: Solving for omega, Initial residual = 2.45054e-05, Final residual = 1.00612e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.58708e-06, Final residual = 4.58708e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.33136e-06, Final residual = 7.50177e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.96235e-07, Final residual = 3.05372e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.16539e-05, Final residual = 2.36977e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000778019, Final residual = 9.99998e-07, No Iterations 19
time step continuity errors : sum local = 1.36833e-10, global = 8.21534e-21, cumulative = -2.35013e-19
DICPCG: Solving for p, Initial residual = 0.00013785, Final residual = 9.57005e-07, No Iterations 9
time step continuity errors : sum local = 1.31224e-10, global = 2.21367e-20, cumulative = -2.12877e-19
BiCGStab: Solving for omega, Initial residual = 2.75369e-05, Final residual = 1.02825e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.62922e-06, Final residual = 4.62922e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.99023e-07, Final residual = 1.84801e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.0528e-07, Final residual = 8.54178e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.61356e-05, Final residual = 4.20315e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000231048, Final residual = 9.07304e-07, No Iterations 6
time step continuity errors : sum local = 1.24746e-10, global = 7.52909e-20, cumulative = -1.37586e-19
DICPCG: Solving for p, Initial residual = 3.98122e-05, Final residual = 9.06166e-07, No Iterations 3
time step continuity errors : sum local = 1.24596e-10, global = -8.53291e-21, cumulative = -1.46119e-19
BiCGStab: Solving for omega, Initial residual = 2.95632e-05, Final residual = 1.32873e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.61121e-06, Final residual = 4.61121e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10972.9 s ClockTime = 10974 s Max(PAc) = 153857 Pa
Courant Number mean: 0.0610529 max: 0.997453 velocity magnitude: 1.27831
deltaT = 0.0004875
Time = 1.72342
--> Cloud: bubbleCloud
Added 132 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 636305
Mass introduced by injector = 5.80166e-10
Number of parcels added continuously = 1132
Mass introduced continuously = 1.11574e-12
Current number of parcels = 4353011
Current mass in system = 4.81474e-09
Number of parcels shifted at least once = 5046
Number of parcel shifts towards cell center = 5054
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00574364, Final user-defined norm residual = 8.71318e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.87624e-05, Final user-defined norm residual = 8.60811e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.85364e-08, Final user-defined norm residual = 6.10991e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000529962, Final residual = 4.45574e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000361085, Final residual = 1.28063e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.033191, Final residual = 1.23601e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0492014, Final residual = 9.65982e-07, No Iterations 267
time step continuity errors : sum local = 1.24843e-10, global = 4.21876e-20, cumulative = -1.03931e-19
DICPCG: Solving for p, Initial residual = 0.00716481, Final residual = 9.76176e-07, No Iterations 150
time step continuity errors : sum local = 1.38407e-10, global = -5.97467e-20, cumulative = -1.63678e-19
BiCGStab: Solving for omega, Initial residual = 0.000434982, Final residual = 3.48295e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000641495, Final residual = 6.85154e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.8924e-05, Final residual = 6.28228e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.12358e-05, Final residual = 5.05049e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00293636, Final residual = 3.21865e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0107996, Final residual = 9.38867e-07, No Iterations 94
time step continuity errors : sum local = 1.34568e-10, global = 6.75401e-20, cumulative = -9.61375e-20
DICPCG: Solving for p, Initial residual = 0.00201254, Final residual = 9.45184e-07, No Iterations 105
time step continuity errors : sum local = 1.35621e-10, global = -5.86271e-20, cumulative = -1.54765e-19
BiCGStab: Solving for omega, Initial residual = 3.20763e-05, Final residual = 7.46487e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.28428e-05, Final residual = 1.53805e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.57544e-06, Final residual = 4.50861e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.90202e-06, Final residual = 3.5432e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000437461, Final residual = 1.73622e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00195047, Final residual = 9.9118e-07, No Iterations 67
time step continuity errors : sum local = 1.41334e-10, global = 4.69652e-20, cumulative = -1.07799e-19
DICPCG: Solving for p, Initial residual = 0.000352896, Final residual = 9.65998e-07, No Iterations 37
time step continuity errors : sum local = 1.3813e-10, global = 6.10643e-20, cumulative = -4.67351e-20
BiCGStab: Solving for omega, Initial residual = 2.2004e-05, Final residual = 6.25771e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.7684e-06, Final residual = 4.7684e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.21323e-07, Final residual = 4.94214e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.1519e-07, Final residual = 3.14276e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.77526e-05, Final residual = 2.18933e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000524521, Final residual = 9.58386e-07, No Iterations 12
time step continuity errors : sum local = 1.37145e-10, global = -6.08656e-21, cumulative = -5.28217e-20
DICPCG: Solving for p, Initial residual = 9.68702e-05, Final residual = 9.31964e-07, No Iterations 5
time step continuity errors : sum local = 1.33729e-10, global = 8.69789e-20, cumulative = 3.41572e-20
BiCGStab: Solving for omega, Initial residual = 1.76698e-05, Final residual = 6.58878e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.76095e-06, Final residual = 4.76095e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.7384e-07, Final residual = 9.89581e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.4894e-07, Final residual = 6.17279e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.64863e-05, Final residual = 3.62141e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000161868, Final residual = 9.29068e-07, No Iterations 5
time step continuity errors : sum local = 1.33355e-10, global = 2.94205e-22, cumulative = 3.44514e-20
DICPCG: Solving for p, Initial residual = 2.74919e-05, Final residual = 8.64352e-07, No Iterations 3
time step continuity errors : sum local = 1.25031e-10, global = -3.47296e-20, cumulative = -2.78181e-22
BiCGStab: Solving for omega, Initial residual = 1.67859e-05, Final residual = 5.95182e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.78338e-06, Final residual = 4.78338e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 10993.6 s ClockTime = 10994 s Max(PAc) = 154526 Pa
Courant Number mean: 0.0610657 max: 1.00344 velocity magnitude: 1.2783
deltaT = 0.000473571
Time = 1.7239
--> Cloud: bubbleCloud
Added 180 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 636485
Mass introduced by injector = 5.80332e-10
Number of parcels added continuously = 1163
Mass introduced continuously = 1.11426e-12
Current number of parcels = 4353830
Current mass in system = 4.81548e-09
Number of parcels shifted at least once = 4925
Number of parcel shifts towards cell center = 4935
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00587796, Final user-defined norm residual = 8.40647e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.81212e-05, Final user-defined norm residual = 6.26759e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.35107e-08, Final user-defined norm residual = 5.35156e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000520049, Final residual = 3.29086e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000359899, Final residual = 1.10995e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0309312, Final residual = 9.17824e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0565901, Final residual = 8.98296e-07, No Iterations 257
time step continuity errors : sum local = 1.08931e-10, global = 1.05641e-20, cumulative = 1.02859e-20
DICPCG: Solving for p, Initial residual = 0.00716657, Final residual = 9.14307e-07, No Iterations 108
time step continuity errors : sum local = 1.20957e-10, global = -4.80229e-20, cumulative = -3.7737e-20
BiCGStab: Solving for omega, Initial residual = 0.0004117, Final residual = 3.05785e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000621521, Final residual = 5.97225e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.06426e-05, Final residual = 5.15962e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.09236e-05, Final residual = 4.043e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00273925, Final residual = 2.42575e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0119286, Final residual = 9.82716e-07, No Iterations 112
time step continuity errors : sum local = 1.26591e-10, global = 3.3741e-20, cumulative = -3.99605e-21
DICPCG: Solving for p, Initial residual = 0.00219617, Final residual = 8.94735e-07, No Iterations 69
time step continuity errors : sum local = 1.16174e-10, global = 7.25344e-20, cumulative = 6.85384e-20
BiCGStab: Solving for omega, Initial residual = 2.55602e-05, Final residual = 5.34739e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.16873e-05, Final residual = 1.29505e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.90902e-06, Final residual = 3.66755e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.12529e-06, Final residual = 2.85847e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000397018, Final residual = 1.32526e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00221661, Final residual = 9.87715e-07, No Iterations 81
time step continuity errors : sum local = 1.27321e-10, global = 3.91742e-20, cumulative = 1.07713e-19
DICPCG: Solving for p, Initial residual = 0.000405825, Final residual = 9.63041e-07, No Iterations 48
time step continuity errors : sum local = 1.24374e-10, global = 1.62203e-19, cumulative = 2.69916e-19
BiCGStab: Solving for omega, Initial residual = 1.79119e-05, Final residual = 5.7214e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.73233e-06, Final residual = 4.73233e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.03079e-06, Final residual = 5.04759e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.69123e-07, Final residual = 2.36291e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.32366e-05, Final residual = 1.90922e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000600961, Final residual = 9.54642e-07, No Iterations 31
time step continuity errors : sum local = 1.23348e-10, global = 7.05086e-20, cumulative = 3.40424e-19
DICPCG: Solving for p, Initial residual = 0.000103888, Final residual = 9.27929e-07, No Iterations 7
time step continuity errors : sum local = 1.20094e-10, global = 9.56104e-20, cumulative = 4.36034e-19
BiCGStab: Solving for omega, Initial residual = 1.69725e-05, Final residual = 6.32562e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.75636e-06, Final residual = 4.75636e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.91122e-07, Final residual = 1.39884e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.75657e-07, Final residual = 6.21254e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.46687e-05, Final residual = 3.30273e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000167774, Final residual = 8.29446e-07, No Iterations 7
time step continuity errors : sum local = 1.08176e-10, global = -4.99523e-20, cumulative = 3.86082e-19
DICPCG: Solving for p, Initial residual = 2.96e-05, Final residual = 6.22217e-07, No Iterations 4
time step continuity errors : sum local = 8.31002e-11, global = -6.03769e-20, cumulative = 3.25705e-19
BiCGStab: Solving for omega, Initial residual = 1.81814e-05, Final residual = 7.05795e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.75095e-06, Final residual = 4.75095e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11012.3 s ClockTime = 11013 s Max(PAc) = 155526 Pa
Courant Number mean: 0.0593333 max: 0.980118 velocity magnitude: 1.27778
deltaT = 0.000473571
Time = 1.72437
--> Cloud: bubbleCloud
Added 150 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 636635
Mass introduced by injector = 5.8046e-10
Number of parcels added continuously = 1152
Mass introduced continuously = 1.00727e-12
Current number of parcels = 4354614
Current mass in system = 4.8161e-09
Number of parcels shifted at least once = 4964
Number of parcel shifts towards cell center = 4970
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00544584, Final user-defined norm residual = 6.09508e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.31364e-05, Final user-defined norm residual = 8.5636e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.84569e-08, Final user-defined norm residual = 4.04576e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000528339, Final residual = 3.62136e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000359907, Final residual = 1.00696e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0307663, Final residual = 7.85265e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0537642, Final residual = 9.19754e-07, No Iterations 260
time step continuity errors : sum local = 1.11135e-10, global = -1.72609e-20, cumulative = 3.08444e-19
DICPCG: Solving for p, Initial residual = 0.00660879, Final residual = 9.37982e-07, No Iterations 144
time step continuity errors : sum local = 1.14841e-10, global = 1.02019e-19, cumulative = 4.10463e-19
BiCGStab: Solving for omega, Initial residual = 0.000422572, Final residual = 3.60823e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000620806, Final residual = 5.9069e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.21789e-05, Final residual = 4.69785e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.15063e-05, Final residual = 3.97526e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00270157, Final residual = 2.18109e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0128829, Final residual = 9.83152e-07, No Iterations 139
time step continuity errors : sum local = 1.25985e-10, global = 3.32323e-20, cumulative = 4.43696e-19
DICPCG: Solving for p, Initial residual = 0.00231293, Final residual = 9.26902e-07, No Iterations 87
time step continuity errors : sum local = 1.19204e-10, global = -7.91276e-20, cumulative = 3.64568e-19
BiCGStab: Solving for omega, Initial residual = 2.57776e-05, Final residual = 4.68818e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.19124e-05, Final residual = 1.37276e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.82431e-06, Final residual = 3.65738e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.38938e-06, Final residual = 2.81807e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0003906, Final residual = 1.21549e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00257568, Final residual = 9.91722e-07, No Iterations 92
time step continuity errors : sum local = 1.27229e-10, global = -2.25639e-20, cumulative = 3.42004e-19
DICPCG: Solving for p, Initial residual = 0.000435326, Final residual = 9.79051e-07, No Iterations 55
time step continuity errors : sum local = 1.25619e-10, global = 9.8689e-21, cumulative = 3.51873e-19
BiCGStab: Solving for omega, Initial residual = 1.49123e-05, Final residual = 4.50819e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.88457e-06, Final residual = 4.88457e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.30347e-06, Final residual = 5.00291e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.90604e-07, Final residual = 2.48397e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.0564e-05, Final residual = 1.82378e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000727528, Final residual = 9.92932e-07, No Iterations 22
time step continuity errors : sum local = 1.27294e-10, global = 5.00714e-20, cumulative = 4.01944e-19
DICPCG: Solving for p, Initial residual = 0.000129882, Final residual = 8.24404e-07, No Iterations 9
time step continuity errors : sum local = 1.06884e-10, global = -4.61091e-20, cumulative = 3.55835e-19
BiCGStab: Solving for omega, Initial residual = 1.24916e-05, Final residual = 4.5946e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.88288e-06, Final residual = 4.88288e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.70644e-07, Final residual = 1.00475e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.12673e-07, Final residual = 5.8415e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.48575e-05, Final residual = 3.06521e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000213474, Final residual = 9.55365e-07, No Iterations 6
time step continuity errors : sum local = 1.2274e-10, global = -8.27273e-20, cumulative = 2.73108e-19
DICPCG: Solving for p, Initial residual = 3.85882e-05, Final residual = 6.97944e-07, No Iterations 4
time step continuity errors : sum local = 9.15727e-11, global = 2.9477e-20, cumulative = 3.02585e-19
BiCGStab: Solving for omega, Initial residual = 1.28834e-05, Final residual = 5.19477e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.89012e-06, Final residual = 4.89012e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11030.9 s ClockTime = 11031 s Max(PAc) = 155474 Pa
Courant Number mean: 0.0593465 max: 0.992995 velocity magnitude: 1.28101
deltaT = 0.000473571
Time = 1.72485
--> Cloud: bubbleCloud
Added 185 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 636820
Mass introduced by injector = 5.80613e-10
Number of parcels added continuously = 1244
Mass introduced continuously = 1.12675e-12
Current number of parcels = 4355552
Current mass in system = 4.81692e-09
Number of parcels shifted at least once = 4934
Number of parcel shifts towards cell center = 4936
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00580124, Final user-defined norm residual = 9.50075e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.04724e-05, Final user-defined norm residual = 1.41628e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.05192e-08, Final user-defined norm residual = 1.13732e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000529967, Final residual = 3.64604e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000356362, Final residual = 1.07322e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.029601, Final residual = 7.55419e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0582818, Final residual = 9.61547e-07, No Iterations 250
time step continuity errors : sum local = 1.16547e-10, global = -1.26129e-20, cumulative = 2.89972e-19
DICPCG: Solving for p, Initial residual = 0.00683953, Final residual = 9.72451e-07, No Iterations 129
time step continuity errors : sum local = 1.24924e-10, global = 3.22862e-20, cumulative = 3.22258e-19
BiCGStab: Solving for omega, Initial residual = 0.000421145, Final residual = 4.92877e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00062003, Final residual = 5.86402e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.24168e-05, Final residual = 4.7109e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.1599e-05, Final residual = 3.87713e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00268857, Final residual = 2.0793e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0127814, Final residual = 9.61514e-07, No Iterations 137
time step continuity errors : sum local = 1.30774e-10, global = -3.18215e-20, cumulative = 2.90437e-19
DICPCG: Solving for p, Initial residual = 0.00229966, Final residual = 9.56159e-07, No Iterations 87
time step continuity errors : sum local = 1.29984e-10, global = 1.82358e-20, cumulative = 3.08672e-19
BiCGStab: Solving for omega, Initial residual = 2.0652e-05, Final residual = 2.88344e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.17038e-05, Final residual = 1.34874e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.84628e-06, Final residual = 3.56425e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.29612e-06, Final residual = 2.76708e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000386642, Final residual = 1.19117e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00282732, Final residual = 9.572e-07, No Iterations 84
time step continuity errors : sum local = 1.30346e-10, global = -9.23266e-20, cumulative = 2.16346e-19
DICPCG: Solving for p, Initial residual = 0.000481264, Final residual = 9.76104e-07, No Iterations 34
time step continuity errors : sum local = 1.32604e-10, global = -8.41625e-20, cumulative = 1.32183e-19
BiCGStab: Solving for omega, Initial residual = 1.03874e-05, Final residual = 2.10645e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.58975e-06, Final residual = 4.58975e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.37654e-06, Final residual = 5.30741e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.32944e-07, Final residual = 2.66946e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.98935e-05, Final residual = 1.96924e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000811739, Final residual = 9.88986e-07, No Iterations 32
time step continuity errors : sum local = 1.34155e-10, global = -3.62592e-20, cumulative = 9.59241e-20
DICPCG: Solving for p, Initial residual = 0.000140575, Final residual = 9.22004e-07, No Iterations 7
time step continuity errors : sum local = 1.25982e-10, global = 9.85746e-20, cumulative = 1.94499e-19
BiCGStab: Solving for omega, Initial residual = 8.73788e-06, Final residual = 8.73788e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.57618e-06, Final residual = 4.57618e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.72591e-07, Final residual = 9.54501e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.96801e-07, Final residual = 6.54836e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.42743e-05, Final residual = 3.29056e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000226977, Final residual = 8.26897e-07, No Iterations 7
time step continuity errors : sum local = 1.14398e-10, global = 1.26707e-19, cumulative = 3.21205e-19
DICPCG: Solving for p, Initial residual = 3.83641e-05, Final residual = 7.93541e-07, No Iterations 4
time step continuity errors : sum local = 1.10332e-10, global = 4.28918e-20, cumulative = 3.64097e-19
BiCGStab: Solving for omega, Initial residual = 8.7877e-06, Final residual = 8.7877e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.57856e-06, Final residual = 4.57856e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11049.4 s ClockTime = 11050 s Max(PAc) = 155623 Pa
Courant Number mean: 0.0593596 max: 0.999047 velocity magnitude: 1.29209
deltaT = 0.000473571
Time = 1.72532
--> Cloud: bubbleCloud
Added 176 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 636996
Mass introduced by injector = 5.80765e-10
Number of parcels added continuously = 1187
Mass introduced continuously = 1.17286e-12
Current number of parcels = 4356390
Current mass in system = 4.81773e-09
Number of parcels shifted at least once = 4875
Number of parcel shifts towards cell center = 4880
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00592037, Final user-defined norm residual = 8.24002e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.77492e-05, Final user-defined norm residual = 1.01011e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.17584e-08, Final user-defined norm residual = 5.54872e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00052714, Final residual = 3.46163e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000355793, Final residual = 1.02677e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0306469, Final residual = 7.16057e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0571065, Final residual = 8.57909e-07, No Iterations 257
time step continuity errors : sum local = 1.04796e-10, global = 7.47653e-20, cumulative = 4.38862e-19
DICPCG: Solving for p, Initial residual = 0.00618927, Final residual = 9.18488e-07, No Iterations 130
time step continuity errors : sum local = 1.19773e-10, global = 5.02475e-20, cumulative = 4.8911e-19
BiCGStab: Solving for omega, Initial residual = 0.00043167, Final residual = 4.27663e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00061913, Final residual = 5.77949e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.29545e-05, Final residual = 5.01283e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.15755e-05, Final residual = 4.15352e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00281116, Final residual = 2.05076e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0131835, Final residual = 9.84632e-07, No Iterations 97
time step continuity errors : sum local = 1.21102e-10, global = 7.68632e-20, cumulative = 5.65973e-19
DICPCG: Solving for p, Initial residual = 0.002424, Final residual = 9.57578e-07, No Iterations 70
time step continuity errors : sum local = 1.18133e-10, global = 4.29538e-20, cumulative = 6.08927e-19
BiCGStab: Solving for omega, Initial residual = 1.90802e-05, Final residual = 2.42079e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.18195e-05, Final residual = 1.44409e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.73082e-06, Final residual = 3.73341e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.24028e-06, Final residual = 2.84301e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000415915, Final residual = 1.24607e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00269217, Final residual = 9.99721e-07, No Iterations 66
time step continuity errors : sum local = 1.23719e-10, global = -9.4544e-21, cumulative = 5.99472e-19
DICPCG: Solving for p, Initial residual = 0.000449789, Final residual = 9.49514e-07, No Iterations 45
time step continuity errors : sum local = 1.17567e-10, global = -1.77548e-20, cumulative = 5.81718e-19
BiCGStab: Solving for omega, Initial residual = 9.41633e-06, Final residual = 9.41633e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.34825e-06, Final residual = 4.34825e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.16106e-06, Final residual = 5.71966e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.92743e-07, Final residual = 2.46698e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.96112e-05, Final residual = 1.89274e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000669567, Final residual = 9.48727e-07, No Iterations 33
time step continuity errors : sum local = 1.17478e-10, global = -7.52416e-20, cumulative = 5.06476e-19
DICPCG: Solving for p, Initial residual = 0.000113283, Final residual = 9.80523e-07, No Iterations 8
time step continuity errors : sum local = 1.21392e-10, global = 1.16607e-20, cumulative = 5.18137e-19
BiCGStab: Solving for omega, Initial residual = 9.61017e-06, Final residual = 9.61017e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.37913e-06, Final residual = 4.37913e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.27205e-07, Final residual = 1.00221e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.64287e-07, Final residual = 5.72817e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.69418e-05, Final residual = 3.18897e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00017766, Final residual = 8.1368e-07, No Iterations 8
time step continuity errors : sum local = 1.00814e-10, global = 1.00524e-19, cumulative = 6.18661e-19
DICPCG: Solving for p, Initial residual = 2.87858e-05, Final residual = 8.51842e-07, No Iterations 4
time step continuity errors : sum local = 1.05515e-10, global = -6.8025e-20, cumulative = 5.50636e-19
BiCGStab: Solving for omega, Initial residual = 9.64147e-06, Final residual = 9.64147e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 4.38306e-06, Final residual = 4.38306e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11068.3 s ClockTime = 11069 s Max(PAc) = 155549 Pa
Courant Number mean: 0.059372 max: 0.993535 velocity magnitude: 1.30794
deltaT = 0.000473571
Time = 1.72579
--> Cloud: bubbleCloud
Added 154 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 637150
Mass introduced by injector = 5.80916e-10
Number of parcels added continuously = 1036
Mass introduced continuously = 9.77212e-13
Current number of parcels = 4357079
Current mass in system = 4.81837e-09
Number of parcels shifted at least once = 4934
Number of parcel shifts towards cell center = 4936
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00589173, Final user-defined norm residual = 9.19589e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.97934e-05, Final user-defined norm residual = 1.16988e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.51812e-08, Final user-defined norm residual = 9.41352e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000529618, Final residual = 3.32491e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000360283, Final residual = 9.22305e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0285907, Final residual = 5.96974e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0524913, Final residual = 9.32541e-07, No Iterations 251
time step continuity errors : sum local = 1.15125e-10, global = 8.94269e-21, cumulative = 5.59578e-19
DICPCG: Solving for p, Initial residual = 0.00589242, Final residual = 9.57957e-07, No Iterations 93
time step continuity errors : sum local = 1.24436e-10, global = -8.28613e-20, cumulative = 4.76717e-19
BiCGStab: Solving for omega, Initial residual = 0.00043589, Final residual = 4.06696e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000618642, Final residual = 5.67978e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.35989e-05, Final residual = 5.15728e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.19596e-05, Final residual = 4.1627e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0025119, Final residual = 1.84567e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.012992, Final residual = 8.47729e-07, No Iterations 135
time step continuity errors : sum local = 1.20657e-10, global = -5.12151e-20, cumulative = 4.25502e-19
DICPCG: Solving for p, Initial residual = 0.00244396, Final residual = 9.87437e-07, No Iterations 95
time step continuity errors : sum local = 1.37751e-10, global = 6.52826e-20, cumulative = 4.90785e-19
BiCGStab: Solving for omega, Initial residual = 2.47716e-05, Final residual = 3.50728e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.17995e-05, Final residual = 1.58854e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.73818e-06, Final residual = 3.65586e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.40528e-06, Final residual = 2.88811e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000359406, Final residual = 1.08564e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0025605, Final residual = 9.92336e-07, No Iterations 69
time step continuity errors : sum local = 1.38601e-10, global = -1.50091e-20, cumulative = 4.75775e-19
DICPCG: Solving for p, Initial residual = 0.000439422, Final residual = 9.8154e-07, No Iterations 60
time step continuity errors : sum local = 1.37244e-10, global = -2.84292e-20, cumulative = 4.47346e-19
BiCGStab: Solving for omega, Initial residual = 1.39406e-05, Final residual = 2.82937e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.58689e-06, Final residual = 4.58689e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.20094e-06, Final residual = 5.83773e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.31572e-07, Final residual = 3.11631e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.34422e-05, Final residual = 1.89329e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000651298, Final residual = 9.92434e-07, No Iterations 50
time step continuity errors : sum local = 1.38541e-10, global = -1.88267e-20, cumulative = 4.2852e-19
DICPCG: Solving for p, Initial residual = 0.000115467, Final residual = 9.65928e-07, No Iterations 12
time step continuity errors : sum local = 1.35238e-10, global = -8.56405e-21, cumulative = 4.19956e-19
BiCGStab: Solving for omega, Initial residual = 1.44367e-05, Final residual = 3.29589e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.59843e-06, Final residual = 4.59843e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.25874e-07, Final residual = 1.91403e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.8087e-07, Final residual = 9.79649e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.24349e-05, Final residual = 3.12906e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000178816, Final residual = 9.71455e-07, No Iterations 10
time step continuity errors : sum local = 1.35919e-10, global = -8.96622e-20, cumulative = 3.30293e-19
DICPCG: Solving for p, Initial residual = 3.00617e-05, Final residual = 8.50142e-07, No Iterations 5
time step continuity errors : sum local = 1.20889e-10, global = -6.62638e-20, cumulative = 2.6403e-19
BiCGStab: Solving for omega, Initial residual = 1.36732e-05, Final residual = 3.07304e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.62144e-06, Final residual = 4.62144e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11088.9 s ClockTime = 11090 s Max(PAc) = 155486 Pa
Courant Number mean: 0.0593838 max: 0.985223 velocity magnitude: 1.3232
deltaT = 0.000473571
Time = 1.72627
--> Cloud: bubbleCloud
Added 267 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 637417
Mass introduced by injector = 5.81123e-10
Number of parcels added continuously = 1098
Mass introduced continuously = 1.01919e-12
Current number of parcels = 4357934
Current mass in system = 4.81909e-09
Number of parcels shifted at least once = 4909
Number of parcel shifts towards cell center = 4915
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00606052, Final user-defined norm residual = 9.04568e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.94844e-05, Final user-defined norm residual = 5.61041e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.20851e-08, Final user-defined norm residual = 3.81988e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000535616, Final residual = 3.57332e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000363521, Final residual = 9.54499e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0296239, Final residual = 6.60757e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0581402, Final residual = 8.95637e-07, No Iterations 260
time step continuity errors : sum local = 1.12057e-10, global = 1.33534e-20, cumulative = 2.77383e-19
DICPCG: Solving for p, Initial residual = 0.0069515, Final residual = 9.77526e-07, No Iterations 137
time step continuity errors : sum local = 1.30334e-10, global = -1.55892e-19, cumulative = 1.21491e-19
BiCGStab: Solving for omega, Initial residual = 0.000442842, Final residual = 3.36139e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00061885, Final residual = 5.89629e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.52987e-05, Final residual = 5.17599e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.32603e-05, Final residual = 4.13223e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0027004, Final residual = 1.77373e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0145544, Final residual = 9.74082e-07, No Iterations 121
time step continuity errors : sum local = 1.24223e-10, global = -5.25081e-20, cumulative = 6.89826e-20
DICPCG: Solving for p, Initial residual = 0.00263015, Final residual = 9.48162e-07, No Iterations 76
time step continuity errors : sum local = 1.2095e-10, global = -3.55878e-21, cumulative = 6.54238e-20
BiCGStab: Solving for omega, Initial residual = 2.24308e-05, Final residual = 3.82152e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.22188e-05, Final residual = 1.77267e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.98264e-06, Final residual = 3.68146e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.69511e-06, Final residual = 3.1247e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000398749, Final residual = 1.06403e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00297992, Final residual = 9.99496e-07, No Iterations 77
time step continuity errors : sum local = 1.27522e-10, global = -4.78225e-20, cumulative = 1.76014e-20
DICPCG: Solving for p, Initial residual = 0.000499054, Final residual = 9.75254e-07, No Iterations 59
time step continuity errors : sum local = 1.24483e-10, global = 8.94099e-20, cumulative = 1.07011e-19
BiCGStab: Solving for omega, Initial residual = 1.02985e-05, Final residual = 3.12524e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.10365e-06, Final residual = 5.10365e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.42328e-06, Final residual = 6.15297e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.18826e-07, Final residual = 3.55949e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.19373e-05, Final residual = 1.94798e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000773358, Final residual = 9.77908e-07, No Iterations 48
time step continuity errors : sum local = 1.24787e-10, global = -2.96053e-20, cumulative = 7.74059e-20
DICPCG: Solving for p, Initial residual = 0.000130573, Final residual = 9.33598e-07, No Iterations 11
time step continuity errors : sum local = 1.19169e-10, global = 1.00552e-19, cumulative = 1.77958e-19
BiCGStab: Solving for omega, Initial residual = 8.78235e-06, Final residual = 8.78235e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 5.1515e-06, Final residual = 5.1515e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.75256e-07, Final residual = 2.36296e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.14936e-07, Final residual = 1.23054e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.46222e-05, Final residual = 3.29634e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00020791, Final residual = 9.48246e-07, No Iterations 9
time step continuity errors : sum local = 1.21016e-10, global = -3.11052e-21, cumulative = 1.74848e-19
DICPCG: Solving for p, Initial residual = 3.4634e-05, Final residual = 7.81167e-07, No Iterations 5
time step continuity errors : sum local = 9.9912e-11, global = 4.02627e-20, cumulative = 2.1511e-19
BiCGStab: Solving for omega, Initial residual = 8.84532e-06, Final residual = 8.84532e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 5.15304e-06, Final residual = 5.15304e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11108.9 s ClockTime = 11110 s Max(PAc) = 154887 Pa
Courant Number mean: 0.0593943 max: 0.972942 velocity magnitude: 1.32675
deltaT = 0.000473571
Time = 1.72674
--> Cloud: bubbleCloud
Added 146 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 637563
Mass introduced by injector = 5.81264e-10
Number of parcels added continuously = 1084
Mass introduced continuously = 1.02026e-12
Current number of parcels = 4358621
Current mass in system = 4.81968e-09
Number of parcels shifted at least once = 4862
Number of parcel shifts towards cell center = 4866
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00566236, Final user-defined norm residual = 6.95416e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.49784e-05, Final user-defined norm residual = 2.83198e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.09978e-08, Final user-defined norm residual = 1.10899e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000538763, Final residual = 3.17735e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000363929, Final residual = 9.59671e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0294044, Final residual = 6.78279e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0581359, Final residual = 9.48556e-07, No Iterations 262
time step continuity errors : sum local = 1.1915e-10, global = -2.12272e-20, cumulative = 1.93883e-19
DICPCG: Solving for p, Initial residual = 0.00789794, Final residual = 9.6078e-07, No Iterations 143
time step continuity errors : sum local = 1.2497e-10, global = -6.65878e-20, cumulative = 1.27296e-19
BiCGStab: Solving for omega, Initial residual = 0.000440862, Final residual = 4.25551e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000620199, Final residual = 5.96025e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.58306e-05, Final residual = 5.56197e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.32496e-05, Final residual = 4.31849e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00280315, Final residual = 1.82917e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0148372, Final residual = 9.30488e-07, No Iterations 132
time step continuity errors : sum local = 1.33352e-10, global = 6.36639e-22, cumulative = 1.27932e-19
DICPCG: Solving for p, Initial residual = 0.00271084, Final residual = 9.97173e-07, No Iterations 116
time step continuity errors : sum local = 1.41667e-10, global = -6.98232e-21, cumulative = 1.2095e-19
BiCGStab: Solving for omega, Initial residual = 2.43447e-05, Final residual = 3.50394e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.26545e-05, Final residual = 1.62407e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.48915e-06, Final residual = 3.74983e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.74426e-06, Final residual = 3.0445e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000427553, Final residual = 1.08801e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00311372, Final residual = 9.99436e-07, No Iterations 223
time step continuity errors : sum local = 1.25728e-10, global = -6.51403e-21, cumulative = 1.14436e-19
DICPCG: Solving for p, Initial residual = 0.000526611, Final residual = 9.51363e-07, No Iterations 49
time step continuity errors : sum local = 1.20843e-10, global = -5.6328e-20, cumulative = 5.81078e-20
BiCGStab: Solving for omega, Initial residual = 1.31458e-05, Final residual = 2.48299e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.52373e-06, Final residual = 5.52373e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.3407e-06, Final residual = 5.67908e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.6302e-07, Final residual = 3.11852e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.30515e-05, Final residual = 2.03884e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000774414, Final residual = 9.60701e-07, No Iterations 24
time step continuity errors : sum local = 1.22212e-10, global = -6.50946e-20, cumulative = -6.98678e-21
DICPCG: Solving for p, Initial residual = 0.000133724, Final residual = 9.01599e-07, No Iterations 9
time step continuity errors : sum local = 1.14769e-10, global = 6.09698e-20, cumulative = 5.3983e-20
BiCGStab: Solving for omega, Initial residual = 1.18591e-05, Final residual = 2.98768e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.51261e-06, Final residual = 5.51261e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.31168e-07, Final residual = 1.26759e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.222e-07, Final residual = 8.32385e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.7809e-05, Final residual = 3.44011e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00021966, Final residual = 8.53503e-07, No Iterations 8
time step continuity errors : sum local = 1.08732e-10, global = -3.77897e-20, cumulative = 1.61933e-20
DICPCG: Solving for p, Initial residual = 3.75221e-05, Final residual = 7.55577e-07, No Iterations 4
time step continuity errors : sum local = 9.64221e-11, global = -7.57366e-20, cumulative = -5.95433e-20
BiCGStab: Solving for omega, Initial residual = 1.30034e-05, Final residual = 2.76987e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.5315e-06, Final residual = 5.5315e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11128.6 s ClockTime = 11129 s Max(PAc) = 155632 Pa
Courant Number mean: 0.059404 max: 0.968127 velocity magnitude: 1.32018
deltaT = 0.000473571
Time = 1.72721
--> Cloud: bubbleCloud
Added 190 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 637753
Mass introduced by injector = 5.81421e-10
Number of parcels added continuously = 1206
Mass introduced continuously = 1.1082e-12
Current number of parcels = 4359505
Current mass in system = 4.82043e-09
Number of parcels shifted at least once = 4897
Number of parcel shifts towards cell center = 4905
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00582026, Final user-defined norm residual = 0.000161013
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.46778e-05, Final user-defined norm residual = 3.4915e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.51959e-08, Final user-defined norm residual = 2.69364e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000533929, Final residual = 3.3787e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000371983, Final residual = 9.87299e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0283477, Final residual = 6.15941e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0651849, Final residual = 9.84175e-07, No Iterations 263
time step continuity errors : sum local = 1.23571e-10, global = 2.45702e-20, cumulative = -3.49731e-20
DICPCG: Solving for p, Initial residual = 0.00868583, Final residual = 9.91793e-07, No Iterations 147
time step continuity errors : sum local = 1.3411e-10, global = -4.24392e-20, cumulative = -7.74123e-20
BiCGStab: Solving for omega, Initial residual = 0.000443524, Final residual = 4.22646e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000620892, Final residual = 6.10701e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.52107e-05, Final residual = 5.23442e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.41178e-05, Final residual = 3.98864e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00264267, Final residual = 1.91235e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0153159, Final residual = 8.90454e-07, No Iterations 132
time step continuity errors : sum local = 1.11658e-10, global = -6.76548e-20, cumulative = -1.45067e-19
DICPCG: Solving for p, Initial residual = 0.00282679, Final residual = 8.82348e-07, No Iterations 70
time step continuity errors : sum local = 1.10701e-10, global = -6.596e-20, cumulative = -2.11027e-19
BiCGStab: Solving for omega, Initial residual = 2.83825e-05, Final residual = 4.10892e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.28397e-05, Final residual = 1.61529e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.35827e-06, Final residual = 4.31654e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.08646e-06, Final residual = 3.00918e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000377414, Final residual = 1.14999e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00313548, Final residual = 9.82846e-07, No Iterations 40
time step continuity errors : sum local = 1.23518e-10, global = -2.18843e-20, cumulative = -2.32911e-19
DICPCG: Solving for p, Initial residual = 0.000544589, Final residual = 9.91434e-07, No Iterations 21
time step continuity errors : sum local = 1.2458e-10, global = -6.60991e-20, cumulative = -2.9901e-19
BiCGStab: Solving for omega, Initial residual = 1.60018e-05, Final residual = 3.48119e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.41262e-06, Final residual = 5.41262e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.63598e-06, Final residual = 5.20252e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.05626e-07, Final residual = 3.18368e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.09905e-05, Final residual = 2.1017e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000875064, Final residual = 9.89127e-07, No Iterations 19
time step continuity errors : sum local = 1.24289e-10, global = 3.94941e-20, cumulative = -2.59516e-19
DICPCG: Solving for p, Initial residual = 0.000158726, Final residual = 9.63683e-07, No Iterations 10
time step continuity errors : sum local = 1.21091e-10, global = -1.15969e-20, cumulative = -2.71113e-19
BiCGStab: Solving for omega, Initial residual = 1.66236e-05, Final residual = 3.00689e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.42822e-06, Final residual = 5.42822e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.54838e-07, Final residual = 1.06314e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.5953e-07, Final residual = 7.22392e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.45761e-05, Final residual = 3.67379e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00025377, Final residual = 9.37476e-07, No Iterations 6
time step continuity errors : sum local = 1.17804e-10, global = 9.6525e-21, cumulative = -2.61461e-19
DICPCG: Solving for p, Initial residual = 4.62607e-05, Final residual = 5.9825e-07, No Iterations 4
time step continuity errors : sum local = 7.53038e-11, global = 5.72164e-20, cumulative = -2.04244e-19
BiCGStab: Solving for omega, Initial residual = 1.51662e-05, Final residual = 3.49826e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.43001e-06, Final residual = 5.43001e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11149.3 s ClockTime = 11150 s Max(PAc) = 153778 Pa
Courant Number mean: 0.0594145 max: 0.961046 velocity magnitude: 1.31053
deltaT = 0.000491786
Time = 1.72771
--> Cloud: bubbleCloud
Added 138 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 637891
Mass introduced by injector = 5.81558e-10
Number of parcels added continuously = 1176
Mass introduced continuously = 1.03468e-12
Current number of parcels = 4360242
Current mass in system = 4.82108e-09
Number of parcels shifted at least once = 5200
Number of parcel shifts towards cell center = 5205
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00629161, Final user-defined norm residual = 8.84294e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.90339e-05, Final user-defined norm residual = 9.86503e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.12341e-08, Final user-defined norm residual = 1.17863e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000547693, Final residual = 4.99493e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000375293, Final residual = 1.36408e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0299823, Final residual = 8.45993e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0610049, Final residual = 9.71971e-07, No Iterations 259
time step continuity errors : sum local = 1.29886e-10, global = 7.27695e-20, cumulative = -1.31475e-19
DICPCG: Solving for p, Initial residual = 0.00918207, Final residual = 9.16886e-07, No Iterations 148
time step continuity errors : sum local = 1.40381e-10, global = 8.6315e-20, cumulative = -4.51597e-20
BiCGStab: Solving for omega, Initial residual = 0.000459401, Final residual = 5.16117e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000645437, Final residual = 7.53782e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.39875e-05, Final residual = 6.23691e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.4135e-05, Final residual = 5.05224e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00277063, Final residual = 2.40406e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0151566, Final residual = 9.82518e-07, No Iterations 247
time step continuity errors : sum local = 1.31676e-10, global = -1.63835e-20, cumulative = -6.15432e-20
DICPCG: Solving for p, Initial residual = 0.00292801, Final residual = 9.68962e-07, No Iterations 81
time step continuity errors : sum local = 1.33047e-10, global = 1.17439e-19, cumulative = 5.58957e-20
BiCGStab: Solving for omega, Initial residual = 2.54368e-05, Final residual = 3.32252e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.37106e-05, Final residual = 1.96387e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.07644e-06, Final residual = 4.83513e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.87319e-06, Final residual = 3.96002e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00042083, Final residual = 1.47934e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00305966, Final residual = 9.95659e-07, No Iterations 78
time step continuity errors : sum local = 1.36968e-10, global = 1.77474e-20, cumulative = 7.36431e-20
DICPCG: Solving for p, Initial residual = 0.000523949, Final residual = 9.95536e-07, No Iterations 44
time step continuity errors : sum local = 1.36908e-10, global = 7.19526e-20, cumulative = 1.45596e-19
BiCGStab: Solving for omega, Initial residual = 1.51974e-05, Final residual = 1.91019e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.58303e-06, Final residual = 5.58303e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.43783e-06, Final residual = 6.29313e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.11732e-07, Final residual = 5.01129e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.53749e-05, Final residual = 2.31617e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000805224, Final residual = 9.98952e-07, No Iterations 15
time step continuity errors : sum local = 1.3736e-10, global = 1.5414e-20, cumulative = 1.6101e-19
DICPCG: Solving for p, Initial residual = 0.000146134, Final residual = 9.49637e-07, No Iterations 7
time step continuity errors : sum local = 1.30715e-10, global = -6.76377e-20, cumulative = 9.3372e-20
BiCGStab: Solving for omega, Initial residual = 1.44122e-05, Final residual = 1.90971e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.61907e-06, Final residual = 5.61907e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.53062e-07, Final residual = 1.37667e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.40267e-07, Final residual = 8.94025e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.5705e-05, Final residual = 3.91588e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000260565, Final residual = 8.96111e-07, No Iterations 10
time step continuity errors : sum local = 1.23528e-10, global = 4.42281e-20, cumulative = 1.376e-19
DICPCG: Solving for p, Initial residual = 4.41129e-05, Final residual = 8.80552e-07, No Iterations 4
time step continuity errors : sum local = 1.21431e-10, global = -2.94504e-20, cumulative = 1.0815e-19
BiCGStab: Solving for omega, Initial residual = 1.787e-05, Final residual = 1.82837e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.64604e-06, Final residual = 5.64604e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11168.2 s ClockTime = 11169 s Max(PAc) = 154545 Pa
Courant Number mean: 0.0617104 max: 0.999874 velocity magnitude: 1.30612
deltaT = 0.000491786
Time = 1.7282
--> Cloud: bubbleCloud
Added 254 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 638145
Mass introduced by injector = 5.81759e-10
Number of parcels added continuously = 1258
Mass introduced continuously = 1.10991e-12
Current number of parcels = 4361183
Current mass in system = 4.82181e-09
Number of parcels shifted at least once = 5111
Number of parcel shifts towards cell center = 5120
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00663775, Final user-defined norm residual = 9.38915e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.02248e-05, Final user-defined norm residual = 9.77473e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.10559e-08, Final user-defined norm residual = 9.74906e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000542667, Final residual = 4.61851e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000381009, Final residual = 1.24003e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0319333, Final residual = 7.53716e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0633509, Final residual = 9.499e-07, No Iterations 254
time step continuity errors : sum local = 1.26779e-10, global = 1.16135e-19, cumulative = 2.24285e-19
DICPCG: Solving for p, Initial residual = 0.0090213, Final residual = 9.9775e-07, No Iterations 137
time step continuity errors : sum local = 1.3914e-10, global = 4.45721e-20, cumulative = 2.68857e-19
BiCGStab: Solving for omega, Initial residual = 0.000454193, Final residual = 5.36266e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000646192, Final residual = 7.84008e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.29244e-05, Final residual = 6.21807e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.37792e-05, Final residual = 4.91632e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00304581, Final residual = 2.34311e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0138362, Final residual = 8.76741e-07, No Iterations 132
time step continuity errors : sum local = 1.24294e-10, global = 5.25369e-21, cumulative = 2.7411e-19
DICPCG: Solving for p, Initial residual = 0.00265825, Final residual = 8.93076e-07, No Iterations 70
time step continuity errors : sum local = 1.26537e-10, global = -3.29884e-20, cumulative = 2.41122e-19
BiCGStab: Solving for omega, Initial residual = 2.85301e-05, Final residual = 3.27292e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.43001e-05, Final residual = 1.8625e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.8102e-06, Final residual = 4.90369e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.69191e-06, Final residual = 3.7698e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000463444, Final residual = 1.45881e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00284061, Final residual = 9.43578e-07, No Iterations 68
time step continuity errors : sum local = 1.33456e-10, global = 1.89112e-20, cumulative = 2.60033e-19
DICPCG: Solving for p, Initial residual = 0.000482599, Final residual = 9.78395e-07, No Iterations 28
time step continuity errors : sum local = 1.37994e-10, global = 5.3883e-20, cumulative = 3.13916e-19
BiCGStab: Solving for omega, Initial residual = 1.51414e-05, Final residual = 2.12759e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.10651e-06, Final residual = 6.10651e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.35764e-06, Final residual = 7.33139e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.62379e-07, Final residual = 3.79589e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.62158e-05, Final residual = 2.43806e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000753221, Final residual = 9.3406e-07, No Iterations 18
time step continuity errors : sum local = 1.32076e-10, global = -8.81022e-20, cumulative = 2.25814e-19
DICPCG: Solving for p, Initial residual = 0.000127159, Final residual = 9.68145e-07, No Iterations 7
time step continuity errors : sum local = 1.36593e-10, global = 1.75484e-20, cumulative = 2.43362e-19
BiCGStab: Solving for omega, Initial residual = 1.09212e-05, Final residual = 1.71488e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.10294e-06, Final residual = 6.10294e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.90265e-07, Final residual = 1.39419e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.05948e-07, Final residual = 8.2774e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.83599e-05, Final residual = 4.25258e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000221112, Final residual = 9.08122e-07, No Iterations 6
time step continuity errors : sum local = 1.28587e-10, global = -1.26277e-20, cumulative = 2.30735e-19
DICPCG: Solving for p, Initial residual = 3.79578e-05, Final residual = 7.06528e-07, No Iterations 4
time step continuity errors : sum local = 1.01697e-10, global = -3.67788e-20, cumulative = 1.93956e-19
BiCGStab: Solving for omega, Initial residual = 9.55464e-06, Final residual = 9.55464e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.10976e-06, Final residual = 6.10976e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11187.1 s ClockTime = 11188 s Max(PAc) = 154473 Pa
Courant Number mean: 0.061722 max: 0.995659 velocity magnitude: 1.29593
deltaT = 0.000491786
Time = 1.72869
--> Cloud: bubbleCloud
Added 153 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 638298
Mass introduced by injector = 5.81899e-10
Number of parcels added continuously = 1230
Mass introduced continuously = 1.2353e-12
Current number of parcels = 4361926
Current mass in system = 4.8224e-09
Number of parcels shifted at least once = 5194
Number of parcel shifts towards cell center = 5200
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00657227, Final user-defined norm residual = 0.000155229
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.34054e-05, Final user-defined norm residual = 3.13381e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.7443e-08, Final user-defined norm residual = 4.2462e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000537664, Final residual = 3.98392e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000374439, Final residual = 1.21439e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0307259, Final residual = 9.39819e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0557536, Final residual = 9.55132e-07, No Iterations 264
time step continuity errors : sum local = 1.25868e-10, global = -6.74312e-20, cumulative = 1.26525e-19
DICPCG: Solving for p, Initial residual = 0.00793679, Final residual = 9.92916e-07, No Iterations 112
time step continuity errors : sum local = 1.39447e-10, global = 4.11253e-20, cumulative = 1.6765e-19
BiCGStab: Solving for omega, Initial residual = 0.000445774, Final residual = 5.13572e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000645352, Final residual = 7.91527e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.23554e-05, Final residual = 6.29396e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.36465e-05, Final residual = 5.08794e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00282492, Final residual = 2.44027e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0137294, Final residual = 9.282e-07, No Iterations 242
time step continuity errors : sum local = 1.21338e-10, global = -1.05093e-19, cumulative = 6.25574e-20
DICPCG: Solving for p, Initial residual = 0.00246827, Final residual = 8.94881e-07, No Iterations 71
time step continuity errors : sum local = 1.19437e-10, global = 4.50229e-20, cumulative = 1.0758e-19
BiCGStab: Solving for omega, Initial residual = 2.6513e-05, Final residual = 2.95701e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.4476e-05, Final residual = 1.8611e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.04753e-06, Final residual = 5.06525e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.61067e-06, Final residual = 3.82784e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000427196, Final residual = 1.40898e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00260438, Final residual = 9.10261e-07, No Iterations 65
time step continuity errors : sum local = 1.21688e-10, global = 6.37886e-20, cumulative = 1.71369e-19
DICPCG: Solving for p, Initial residual = 0.000446091, Final residual = 9.57775e-07, No Iterations 49
time step continuity errors : sum local = 1.279e-10, global = 1.54709e-21, cumulative = 1.72916e-19
BiCGStab: Solving for omega, Initial residual = 1.36538e-05, Final residual = 2.57806e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.17689e-06, Final residual = 6.17689e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.19284e-06, Final residual = 7.10914e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.89674e-07, Final residual = 3.71771e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.34508e-05, Final residual = 2.18147e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000682108, Final residual = 9.86898e-07, No Iterations 21
time step continuity errors : sum local = 1.31722e-10, global = -2.92789e-20, cumulative = 1.43637e-19
DICPCG: Solving for p, Initial residual = 0.000120627, Final residual = 9.64311e-07, No Iterations 8
time step continuity errors : sum local = 1.28756e-10, global = -8.90234e-20, cumulative = 5.46138e-20
BiCGStab: Solving for omega, Initial residual = 9.3136e-06, Final residual = 9.3136e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.20336e-06, Final residual = 6.20336e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.36839e-07, Final residual = 1.65062e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.98533e-07, Final residual = 8.89905e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.87326e-05, Final residual = 3.76908e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00020322, Final residual = 9.15386e-07, No Iterations 6
time step continuity errors : sum local = 1.22358e-10, global = 3.49479e-20, cumulative = 8.95617e-20
DICPCG: Solving for p, Initial residual = 3.52781e-05, Final residual = 9.97411e-07, No Iterations 3
time step continuity errors : sum local = 1.3308e-10, global = 5.98621e-20, cumulative = 1.49424e-19
BiCGStab: Solving for omega, Initial residual = 9.37535e-06, Final residual = 9.37535e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.20734e-06, Final residual = 6.20734e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11209 s ClockTime = 11210 s Max(PAc) = 154477 Pa
Courant Number mean: 0.0617339 max: 1.00142 velocity magnitude: 1.28648
deltaT = 0.000471295
Time = 1.72916
--> Cloud: bubbleCloud
Added 156 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 638454
Mass introduced by injector = 5.82053e-10
Number of parcels added continuously = 1148
Mass introduced continuously = 1.00809e-12
Current number of parcels = 4362502
Current mass in system = 4.82257e-09
Number of parcels shifted at least once = 4827
Number of parcel shifts towards cell center = 4833
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00667504, Final user-defined norm residual = 0.000476253
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.000102396, Final user-defined norm residual = 2.80345e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.02881e-07, Final user-defined norm residual = 1.0528e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000515771, Final residual = 3.00214e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000361153, Final residual = 8.76836e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0288103, Final residual = 6.25822e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0519379, Final residual = 9.02202e-07, No Iterations 250
time step continuity errors : sum local = 1.09391e-10, global = -8.24309e-20, cumulative = 6.69929e-20
DICPCG: Solving for p, Initial residual = 0.00634142, Final residual = 9.21619e-07, No Iterations 116
time step continuity errors : sum local = 1.27651e-10, global = 3.96809e-20, cumulative = 1.06674e-19
BiCGStab: Solving for omega, Initial residual = 0.000427933, Final residual = 3.3927e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000617253, Final residual = 6.36434e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.11093e-05, Final residual = 5.37359e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.29911e-05, Final residual = 4.45492e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00275474, Final residual = 1.61753e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0132614, Final residual = 9.60227e-07, No Iterations 131
time step continuity errors : sum local = 1.20374e-10, global = 3.36383e-20, cumulative = 1.40312e-19
DICPCG: Solving for p, Initial residual = 0.00245533, Final residual = 9.33535e-07, No Iterations 72
time step continuity errors : sum local = 1.17292e-10, global = -2.87429e-20, cumulative = 1.11569e-19
BiCGStab: Solving for omega, Initial residual = 1.90961e-05, Final residual = 3.02734e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.30786e-05, Final residual = 1.55173e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.25211e-06, Final residual = 3.74542e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.58218e-06, Final residual = 3.00134e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000408381, Final residual = 9.38572e-13, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00250314, Final residual = 9.96745e-07, No Iterations 43
time step continuity errors : sum local = 1.24771e-10, global = -5.22329e-20, cumulative = 5.93363e-20
DICPCG: Solving for p, Initial residual = 0.000434768, Final residual = 9.78678e-07, No Iterations 18
time step continuity errors : sum local = 1.22543e-10, global = -7.13945e-20, cumulative = -1.20582e-20
BiCGStab: Solving for omega, Initial residual = 8.75071e-06, Final residual = 8.75071e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 5.28952e-06, Final residual = 5.28952e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.07098e-06, Final residual = 4.744e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.39029e-07, Final residual = 3.143e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.86448e-05, Final residual = 1.71337e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000614662, Final residual = 9.62901e-07, No Iterations 15
time step continuity errors : sum local = 1.20624e-10, global = -1.35426e-20, cumulative = -2.56008e-20
DICPCG: Solving for p, Initial residual = 0.000112413, Final residual = 8.91362e-07, No Iterations 8
time step continuity errors : sum local = 1.11936e-10, global = -5.78088e-20, cumulative = -8.34096e-20
BiCGStab: Solving for omega, Initial residual = 8.84316e-06, Final residual = 8.84316e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 5.30607e-06, Final residual = 5.30607e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.27852e-07, Final residual = 8.84571e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.90113e-07, Final residual = 6.1806e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.71171e-05, Final residual = 3.00634e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000189625, Final residual = 8.95683e-07, No Iterations 5
time step continuity errors : sum local = 1.1246e-10, global = -4.3969e-20, cumulative = -1.27379e-19
DICPCG: Solving for p, Initial residual = 3.3398e-05, Final residual = 9.33514e-07, No Iterations 3
time step continuity errors : sum local = 1.17049e-10, global = -8.98448e-21, cumulative = -1.36363e-19
BiCGStab: Solving for omega, Initial residual = 8.86216e-06, Final residual = 8.86216e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 5.3065e-06, Final residual = 5.3065e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11228.2 s ClockTime = 11229 s Max(PAc) = 153999 Pa
Courant Number mean: 0.059172 max: 0.956133 velocity magnitude: 1.2789
deltaT = 0.000492717
Time = 1.72965
--> Cloud: bubbleCloud
Added 218 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 638672
Mass introduced by injector = 5.82213e-10
Number of parcels added continuously = 1217
Mass introduced continuously = 1.04998e-12
Current number of parcels = 4363200
Current mass in system = 4.82293e-09
Number of parcels shifted at least once = 5071
Number of parcel shifts towards cell center = 5075
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00673784, Final user-defined norm residual = 0.000206081
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.42538e-05, Final user-defined norm residual = 3.38754e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.27492e-08, Final user-defined norm residual = 3.98397e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000540058, Final residual = 3.86722e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000376962, Final residual = 1.22625e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0301859, Final residual = 8.15639e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0553486, Final residual = 9.11094e-07, No Iterations 262
time step continuity errors : sum local = 1.20046e-10, global = 9.86357e-20, cumulative = -3.77275e-20
DICPCG: Solving for p, Initial residual = 0.00736083, Final residual = 9.94488e-07, No Iterations 148
time step continuity errors : sum local = 1.39009e-10, global = 6.06566e-20, cumulative = 2.29291e-20
BiCGStab: Solving for omega, Initial residual = 0.000447238, Final residual = 4.01377e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000644918, Final residual = 7.48401e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.35052e-05, Final residual = 6.73232e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.29601e-05, Final residual = 5.29105e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00277013, Final residual = 2.40456e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0133542, Final residual = 9.64053e-07, No Iterations 243
time step continuity errors : sum local = 1.27401e-10, global = 3.4583e-20, cumulative = 5.75121e-20
DICPCG: Solving for p, Initial residual = 0.00255884, Final residual = 9.90597e-07, No Iterations 103
time step continuity errors : sum local = 1.33469e-10, global = -8.6903e-20, cumulative = -2.93908e-20
BiCGStab: Solving for omega, Initial residual = 2.49416e-05, Final residual = 5.731e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.41917e-05, Final residual = 1.74055e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.75361e-06, Final residual = 4.64749e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.67725e-06, Final residual = 3.92807e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000414639, Final residual = 1.39585e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00247746, Final residual = 9.60047e-07, No Iterations 58
time step continuity errors : sum local = 1.29619e-10, global = -2.98143e-20, cumulative = -5.92051e-20
DICPCG: Solving for p, Initial residual = 0.000461362, Final residual = 9.58449e-07, No Iterations 32
time step continuity errors : sum local = 1.29411e-10, global = -2.47737e-20, cumulative = -8.39788e-20
BiCGStab: Solving for omega, Initial residual = 1.31691e-05, Final residual = 5.69394e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.92492e-06, Final residual = 5.92492e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.31333e-06, Final residual = 6.07101e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.13791e-07, Final residual = 4.44018e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.67771e-05, Final residual = 2.05463e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000689666, Final residual = 9.73383e-07, No Iterations 19
time step continuity errors : sum local = 1.31386e-10, global = 9.31957e-20, cumulative = 9.21689e-21
DICPCG: Solving for p, Initial residual = 0.00013181, Final residual = 9.45229e-07, No Iterations 8
time step continuity errors : sum local = 1.27649e-10, global = 3.24532e-20, cumulative = 4.16701e-20
BiCGStab: Solving for omega, Initial residual = 1.43946e-05, Final residual = 6.60363e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.92527e-06, Final residual = 5.92527e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.77435e-07, Final residual = 1.34361e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.28981e-07, Final residual = 8.17403e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.5824e-05, Final residual = 3.49312e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000201266, Final residual = 8.11858e-07, No Iterations 6
time step continuity errors : sum local = 1.10014e-10, global = -1.02551e-20, cumulative = 3.1415e-20
DICPCG: Solving for p, Initial residual = 3.87588e-05, Final residual = 9.52107e-07, No Iterations 3
time step continuity errors : sum local = 1.2855e-10, global = -3.97184e-20, cumulative = -8.3034e-21
BiCGStab: Solving for omega, Initial residual = 1.49805e-05, Final residual = 7.14647e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.96856e-06, Final residual = 5.96856e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11249.2 s ClockTime = 11250 s Max(PAc) = 153855 Pa
Courant Number mean: 0.0618726 max: 0.989619 velocity magnitude: 1.27421
deltaT = 0.000492717
Time = 1.73015
--> Cloud: bubbleCloud
Added 191 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 638863
Mass introduced by injector = 5.82409e-10
Number of parcels added continuously = 1210
Mass introduced continuously = 1.23387e-12
Current number of parcels = 4363983
Current mass in system = 4.82374e-09
Number of parcels shifted at least once = 5181
Number of parcel shifts towards cell center = 5190
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00648881, Final user-defined norm residual = 0.000102506
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.20187e-05, Final user-defined norm residual = 1.18389e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.54311e-08, Final user-defined norm residual = 1.70935e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000542866, Final residual = 4.24117e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000381952, Final residual = 1.22414e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0291912, Final residual = 7.72449e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0547194, Final residual = 9.44319e-07, No Iterations 254
time step continuity errors : sum local = 1.24929e-10, global = 3.19718e-20, cumulative = 2.36684e-20
DICPCG: Solving for p, Initial residual = 0.00749451, Final residual = 9.63555e-07, No Iterations 94
time step continuity errors : sum local = 1.32587e-10, global = -4.0041e-21, cumulative = 1.96643e-20
BiCGStab: Solving for omega, Initial residual = 0.000454116, Final residual = 7.45643e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000645051, Final residual = 7.3536e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.3594e-05, Final residual = 6.14252e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.39964e-05, Final residual = 5.07968e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00260555, Final residual = 2.13799e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0129806, Final residual = 9.5803e-07, No Iterations 131
time step continuity errors : sum local = 1.32524e-10, global = 4.43351e-20, cumulative = 6.39994e-20
DICPCG: Solving for p, Initial residual = 0.00248299, Final residual = 9.60738e-07, No Iterations 94
time step continuity errors : sum local = 1.32408e-10, global = 9.41071e-20, cumulative = 1.58107e-19
BiCGStab: Solving for omega, Initial residual = 3.1002e-05, Final residual = 9.14029e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.37196e-05, Final residual = 1.56958e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.75825e-06, Final residual = 4.6977e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.83942e-06, Final residual = 3.93085e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000370182, Final residual = 1.29487e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00248595, Final residual = 9.64724e-07, No Iterations 67
time step continuity errors : sum local = 1.32856e-10, global = 2.55968e-20, cumulative = 1.83703e-19
DICPCG: Solving for p, Initial residual = 0.000484614, Final residual = 9.80457e-07, No Iterations 38
time step continuity errors : sum local = 1.34876e-10, global = -7.25133e-20, cumulative = 1.1119e-19
BiCGStab: Solving for omega, Initial residual = 2.69739e-05, Final residual = 1.00153e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.7186e-06, Final residual = 5.7186e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.34435e-06, Final residual = 7.06447e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.07282e-07, Final residual = 5.19656e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.40681e-05, Final residual = 2.15476e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000668821, Final residual = 9.48383e-07, No Iterations 19
time step continuity errors : sum local = 1.30612e-10, global = 7.5753e-20, cumulative = 1.86943e-19
DICPCG: Solving for p, Initial residual = 0.000130147, Final residual = 8.98715e-07, No Iterations 7
time step continuity errors : sum local = 1.24006e-10, global = 9.47676e-20, cumulative = 2.81711e-19
BiCGStab: Solving for omega, Initial residual = 2.70811e-05, Final residual = 1.19649e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.80389e-06, Final residual = 5.80389e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.72206e-07, Final residual = 1.61168e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.43689e-07, Final residual = 9.49234e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.26466e-05, Final residual = 3.65778e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000210801, Final residual = 9.0443e-07, No Iterations 5
time step continuity errors : sum local = 1.24758e-10, global = 1.03833e-20, cumulative = 2.92094e-19
DICPCG: Solving for p, Initial residual = 3.85415e-05, Final residual = 9.63208e-07, No Iterations 3
time step continuity errors : sum local = 1.32534e-10, global = 4.88261e-20, cumulative = 3.4092e-19
BiCGStab: Solving for omega, Initial residual = 3.16889e-05, Final residual = 1.26012e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.72684e-06, Final residual = 5.72684e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11271.1 s ClockTime = 11272 s Max(PAc) = 154026 Pa
Courant Number mean: 0.0618835 max: 0.972858 velocity magnitude: 1.27148
deltaT = 0.000492717
Time = 1.73064
--> Cloud: bubbleCloud
Added 180 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 639043
Mass introduced by injector = 5.82559e-10
Number of parcels added continuously = 1252
Mass introduced continuously = 1.14575e-12
Current number of parcels = 4364788
Current mass in system = 4.82443e-09
Number of parcels shifted at least once = 5081
Number of parcel shifts towards cell center = 5087
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00592586, Final user-defined norm residual = 9.18107e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.97223e-05, Final user-defined norm residual = 1.20001e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.57786e-08, Final user-defined norm residual = 1.67718e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000536037, Final residual = 3.88786e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000377186, Final residual = 1.20864e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0296921, Final residual = 8.08614e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.050763, Final residual = 9.30698e-07, No Iterations 257
time step continuity errors : sum local = 1.22175e-10, global = -1.46614e-20, cumulative = 3.26259e-19
DICPCG: Solving for p, Initial residual = 0.00676329, Final residual = 8.46354e-07, No Iterations 105
time step continuity errors : sum local = 1.1725e-10, global = 1.26042e-19, cumulative = 4.52301e-19
BiCGStab: Solving for omega, Initial residual = 0.000455939, Final residual = 3.42911e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000644118, Final residual = 7.19341e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.23082e-05, Final residual = 6.37096e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.3024e-05, Final residual = 5.10128e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00269568, Final residual = 2.22797e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0121555, Final residual = 9.78591e-07, No Iterations 94
time step continuity errors : sum local = 1.32565e-10, global = 1.0445e-19, cumulative = 5.56751e-19
DICPCG: Solving for p, Initial residual = 0.00244393, Final residual = 9.6392e-07, No Iterations 72
time step continuity errors : sum local = 1.30239e-10, global = 1.18087e-19, cumulative = 6.74837e-19
BiCGStab: Solving for omega, Initial residual = 3.63841e-05, Final residual = 8.69359e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.36403e-05, Final residual = 1.45774e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.64638e-06, Final residual = 4.74674e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.6323e-06, Final residual = 3.78451e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000391529, Final residual = 1.35314e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00241787, Final residual = 9.84525e-07, No Iterations 71
time step continuity errors : sum local = 1.32609e-10, global = -1.41597e-19, cumulative = 5.3324e-19
DICPCG: Solving for p, Initial residual = 0.000462212, Final residual = 9.75275e-07, No Iterations 36
time step continuity errors : sum local = 1.3133e-10, global = -4.90855e-20, cumulative = 4.84155e-19
BiCGStab: Solving for omega, Initial residual = 2.44641e-05, Final residual = 8.83668e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.35983e-06, Final residual = 5.35983e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.32261e-06, Final residual = 5.37314e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.71431e-07, Final residual = 4.24422e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.13125e-05, Final residual = 2.15619e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000687635, Final residual = 9.94785e-07, No Iterations 20
time step continuity errors : sum local = 1.33861e-10, global = -3.77801e-20, cumulative = 4.46374e-19
DICPCG: Solving for p, Initial residual = 0.000130747, Final residual = 9.89526e-07, No Iterations 7
time step continuity errors : sum local = 1.33159e-10, global = -3.73984e-20, cumulative = 4.08976e-19
BiCGStab: Solving for omega, Initial residual = 2.1446e-05, Final residual = 8.24407e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.30083e-06, Final residual = 5.30083e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.95388e-07, Final residual = 1.18057e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.29004e-07, Final residual = 6.79902e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.43775e-05, Final residual = 3.8806e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00021943, Final residual = 8.77694e-07, No Iterations 6
time step continuity errors : sum local = 1.18597e-10, global = -3.5964e-20, cumulative = 3.73012e-19
DICPCG: Solving for p, Initial residual = 4.10758e-05, Final residual = 6.36817e-07, No Iterations 4
time step continuity errors : sum local = 8.72384e-11, global = -4.61883e-20, cumulative = 3.26824e-19
BiCGStab: Solving for omega, Initial residual = 2.10401e-05, Final residual = 8.57148e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.35175e-06, Final residual = 5.35175e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11291.2 s ClockTime = 11292 s Max(PAc) = 154119 Pa
Courant Number mean: 0.0618944 max: 0.972377 velocity magnitude: 1.26987
deltaT = 0.000492717
Time = 1.73113
--> Cloud: bubbleCloud
Added 193 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 639236
Mass introduced by injector = 5.82727e-10
Number of parcels added continuously = 1206
Mass introduced continuously = 1.14024e-12
Current number of parcels = 4365624
Current mass in system = 4.82525e-09
Number of parcels shifted at least once = 5248
Number of parcel shifts towards cell center = 5254
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00604929, Final user-defined norm residual = 8.39827e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.8046e-05, Final user-defined norm residual = 6.68099e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.43561e-08, Final user-defined norm residual = 3.02903e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000539257, Final residual = 4.48659e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000376228, Final residual = 1.27599e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0294081, Final residual = 8.56143e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.05528, Final residual = 9.12927e-07, No Iterations 260
time step continuity errors : sum local = 1.18278e-10, global = 5.56813e-22, cumulative = 3.27381e-19
DICPCG: Solving for p, Initial residual = 0.00685853, Final residual = 9.35646e-07, No Iterations 146
time step continuity errors : sum local = 1.23521e-10, global = 7.97888e-20, cumulative = 4.07169e-19
BiCGStab: Solving for omega, Initial residual = 0.000441797, Final residual = 5.53171e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000643711, Final residual = 7.14379e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.1548e-05, Final residual = 6.16953e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.24116e-05, Final residual = 4.76372e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00274462, Final residual = 2.1918e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0124685, Final residual = 9.05987e-07, No Iterations 141
time step continuity errors : sum local = 1.243e-10, global = 2.73041e-21, cumulative = 4.099e-19
DICPCG: Solving for p, Initial residual = 0.00230057, Final residual = 9.64043e-07, No Iterations 78
time step continuity errors : sum local = 1.31305e-10, global = 4.61517e-20, cumulative = 4.56051e-19
BiCGStab: Solving for omega, Initial residual = 2.54458e-05, Final residual = 5.59246e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.30611e-05, Final residual = 1.31074e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.41657e-06, Final residual = 4.67109e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.2952e-06, Final residual = 3.93523e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000414891, Final residual = 1.31629e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00248426, Final residual = 8.96079e-07, No Iterations 93
time step continuity errors : sum local = 1.2216e-10, global = -5.53914e-20, cumulative = 4.0066e-19
DICPCG: Solving for p, Initial residual = 0.000455445, Final residual = 9.45624e-07, No Iterations 55
time step continuity errors : sum local = 1.28575e-10, global = -8.11552e-20, cumulative = 3.19505e-19
BiCGStab: Solving for omega, Initial residual = 1.68439e-05, Final residual = 6.60113e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.56188e-06, Final residual = 4.56188e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.10368e-06, Final residual = 6.33465e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.30192e-07, Final residual = 4.47758e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.65715e-05, Final residual = 2.29709e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000605579, Final residual = 9.43146e-07, No Iterations 36
time step continuity errors : sum local = 1.28258e-10, global = -1.14163e-19, cumulative = 2.05342e-19
DICPCG: Solving for p, Initial residual = 0.000119291, Final residual = 9.38568e-07, No Iterations 10
time step continuity errors : sum local = 1.27662e-10, global = 1.29617e-19, cumulative = 3.34959e-19
BiCGStab: Solving for omega, Initial residual = 1.83382e-05, Final residual = 7.48505e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.58127e-06, Final residual = 4.58127e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.55137e-07, Final residual = 1.54431e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.84312e-07, Final residual = 7.80108e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.51477e-05, Final residual = 3.89784e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000192103, Final residual = 8.51322e-07, No Iterations 9
time step continuity errors : sum local = 1.16368e-10, global = 6.92017e-20, cumulative = 4.04161e-19
DICPCG: Solving for p, Initial residual = 3.37811e-05, Final residual = 8.45617e-07, No Iterations 4
time step continuity errors : sum local = 1.15629e-10, global = 4.60147e-20, cumulative = 4.50175e-19
BiCGStab: Solving for omega, Initial residual = 2.15437e-05, Final residual = 9.64094e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.56858e-06, Final residual = 4.56858e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11310.5 s ClockTime = 11311 s Max(PAc) = 154989 Pa
Courant Number mean: 0.0619052 max: 0.986483 velocity magnitude: 1.26883
deltaT = 0.000492717
Time = 1.73162
--> Cloud: bubbleCloud
Added 167 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 639403
Mass introduced by injector = 5.82884e-10
Number of parcels added continuously = 1191
Mass introduced continuously = 1.0684e-12
Current number of parcels = 4366440
Current mass in system = 4.82596e-09
Number of parcels shifted at least once = 5095
Number of parcel shifts towards cell center = 5107
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00619442, Final user-defined norm residual = 0.00010348
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.22313e-05, Final user-defined norm residual = 2.76348e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.93711e-08, Final user-defined norm residual = 2.26896e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000536164, Final residual = 4.4479e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00038075, Final residual = 1.30165e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.029012, Final residual = 9.57623e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0515715, Final residual = 9.5289e-07, No Iterations 261
time step continuity errors : sum local = 1.22281e-10, global = -5.76895e-20, cumulative = 3.92486e-19
DICPCG: Solving for p, Initial residual = 0.00629559, Final residual = 9.48323e-07, No Iterations 145
time step continuity errors : sum local = 1.28141e-10, global = -9.44417e-20, cumulative = 2.98044e-19
BiCGStab: Solving for omega, Initial residual = 0.000446292, Final residual = 5.31971e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000642958, Final residual = 7.08481e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.17972e-05, Final residual = 5.88081e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.20434e-05, Final residual = 4.85012e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00271196, Final residual = 2.39501e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0124403, Final residual = 9.62782e-07, No Iterations 122
time step continuity errors : sum local = 1.429e-10, global = 2.56368e-20, cumulative = 3.23681e-19
DICPCG: Solving for p, Initial residual = 0.00238751, Final residual = 9.98856e-07, No Iterations 74
time step continuity errors : sum local = 1.46979e-10, global = -5.70314e-20, cumulative = 2.6665e-19
BiCGStab: Solving for omega, Initial residual = 3.29384e-05, Final residual = 9.90535e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.29114e-05, Final residual = 1.20414e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.67057e-06, Final residual = 4.41151e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.50144e-06, Final residual = 3.81689e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000396413, Final residual = 1.37479e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00252307, Final residual = 9.82789e-07, No Iterations 207
time step continuity errors : sum local = 1.25947e-10, global = 1.15919e-20, cumulative = 2.78241e-19
DICPCG: Solving for p, Initial residual = 0.000455118, Final residual = 9.24737e-07, No Iterations 50
time step continuity errors : sum local = 1.19953e-10, global = 3.48201e-20, cumulative = 3.13062e-19
BiCGStab: Solving for omega, Initial residual = 2.66029e-05, Final residual = 9.77647e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.27967e-06, Final residual = 4.27967e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.17267e-06, Final residual = 5.81045e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.28322e-07, Final residual = 3.01499e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.53839e-05, Final residual = 2.19857e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.0006656, Final residual = 9.95613e-07, No Iterations 22
time step continuity errors : sum local = 1.29296e-10, global = -1.55923e-20, cumulative = 2.97469e-19
DICPCG: Solving for p, Initial residual = 0.000122674, Final residual = 9.99982e-07, No Iterations 7
time step continuity errors : sum local = 1.29858e-10, global = -9.20947e-21, cumulative = 2.8826e-19
BiCGStab: Solving for omega, Initial residual = 2.38418e-05, Final residual = 1.10498e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.28818e-06, Final residual = 4.28818e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.50693e-07, Final residual = 1.29944e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.90895e-07, Final residual = 6.70722e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.6171e-05, Final residual = 3.67458e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000193884, Final residual = 8.5831e-07, No Iterations 7
time step continuity errors : sum local = 1.11717e-10, global = -8.57312e-20, cumulative = 2.02528e-19
DICPCG: Solving for p, Initial residual = 3.64307e-05, Final residual = 7.2654e-07, No Iterations 4
time step continuity errors : sum local = 9.48294e-11, global = -1.83682e-19, cumulative = 1.8847e-20
BiCGStab: Solving for omega, Initial residual = 2.71056e-05, Final residual = 1.07805e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.29437e-06, Final residual = 4.29437e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11330.2 s ClockTime = 11331 s Max(PAc) = 154615 Pa
Courant Number mean: 0.0619168 max: 0.994605 velocity magnitude: 1.26578
deltaT = 0.000492717
Time = 1.73212
--> Cloud: bubbleCloud
Added 112 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 639515
Mass introduced by injector = 5.82995e-10
Number of parcels added continuously = 1170
Mass introduced continuously = 1.11725e-12
Current number of parcels = 4367203
Current mass in system = 4.82674e-09
Number of parcels shifted at least once = 5143
Number of parcel shifts towards cell center = 5151
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00595826, Final user-defined norm residual = 7.52901e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.61653e-05, Final user-defined norm residual = 1.00567e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.15927e-08, Final user-defined norm residual = 5.69305e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000534357, Final residual = 5.12566e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000375941, Final residual = 1.325e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0305907, Final residual = 8.28837e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0585336, Final residual = 9.67205e-07, No Iterations 266
time step continuity errors : sum local = 1.23282e-10, global = 9.55133e-20, cumulative = 1.1436e-19
DICPCG: Solving for p, Initial residual = 0.00818161, Final residual = 9.55861e-07, No Iterations 151
time step continuity errors : sum local = 1.23505e-10, global = 8.94825e-20, cumulative = 2.03843e-19
BiCGStab: Solving for omega, Initial residual = 0.000436368, Final residual = 3.67633e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00064208, Final residual = 7.03571e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.24112e-05, Final residual = 5.90544e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.25495e-05, Final residual = 4.66929e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00291229, Final residual = 2.32232e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0130394, Final residual = 8.58058e-07, No Iterations 131
time step continuity errors : sum local = 1.17714e-10, global = -2.23999e-20, cumulative = 1.81443e-19
DICPCG: Solving for p, Initial residual = 0.00250349, Final residual = 9.37952e-07, No Iterations 92
time step continuity errors : sum local = 1.27285e-10, global = 5.62936e-20, cumulative = 2.37737e-19
BiCGStab: Solving for omega, Initial residual = 3.06892e-05, Final residual = 8.2809e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.24193e-05, Final residual = 1.46894e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.68124e-06, Final residual = 4.31255e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.62754e-06, Final residual = 3.55858e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000463159, Final residual = 1.40879e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00266428, Final residual = 9.9281e-07, No Iterations 56
time step continuity errors : sum local = 1.34285e-10, global = 6.70002e-20, cumulative = 3.04737e-19
DICPCG: Solving for p, Initial residual = 0.000490637, Final residual = 9.87284e-07, No Iterations 24
time step continuity errors : sum local = 1.33584e-10, global = 5.53935e-20, cumulative = 3.6013e-19
BiCGStab: Solving for omega, Initial residual = 2.12785e-05, Final residual = 9.17328e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.47295e-06, Final residual = 4.47295e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.41189e-06, Final residual = 4.92385e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.29173e-07, Final residual = 3.89838e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.07498e-05, Final residual = 2.32554e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000789351, Final residual = 9.36714e-07, No Iterations 13
time step continuity errors : sum local = 1.27149e-10, global = 1.50082e-20, cumulative = 3.75138e-19
DICPCG: Solving for p, Initial residual = 0.000137531, Final residual = 7.80255e-07, No Iterations 6
time step continuity errors : sum local = 1.07237e-10, global = -2.695e-20, cumulative = 3.48188e-19
BiCGStab: Solving for omega, Initial residual = 2.12806e-05, Final residual = 9.82064e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.45135e-06, Final residual = 4.45135e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.70991e-07, Final residual = 1.05328e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.45403e-07, Final residual = 6.57219e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.9692e-05, Final residual = 4.07896e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000214568, Final residual = 9.37033e-07, No Iterations 7
time step continuity errors : sum local = 1.27183e-10, global = 5.55879e-21, cumulative = 3.53747e-19
DICPCG: Solving for p, Initial residual = 4.16921e-05, Final residual = 7.515e-07, No Iterations 4
time step continuity errors : sum local = 1.03571e-10, global = 1.46436e-20, cumulative = 3.68391e-19
BiCGStab: Solving for omega, Initial residual = 2.22838e-05, Final residual = 1.13202e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.50673e-06, Final residual = 4.50673e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11349.2 s ClockTime = 11350 s Max(PAc) = 154540 Pa
Courant Number mean: 0.0619283 max: 0.995847 velocity magnitude: 1.26703
deltaT = 0.000492717
Time = 1.73261
--> Cloud: bubbleCloud
Added 200 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 639715
Mass introduced by injector = 5.83164e-10
Number of parcels added continuously = 1202
Mass introduced continuously = 1.12751e-12
Current number of parcels = 4368089
Current mass in system = 4.82751e-09
Number of parcels shifted at least once = 5138
Number of parcel shifts towards cell center = 5149
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00633867, Final user-defined norm residual = 9.23548e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.98434e-05, Final user-defined norm residual = 1.51572e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.25672e-08, Final user-defined norm residual = 1.35981e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000533382, Final residual = 4.54018e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000370939, Final residual = 1.24873e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.029239, Final residual = 8.01343e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0560886, Final residual = 9.73923e-07, No Iterations 252
time step continuity errors : sum local = 1.25366e-10, global = -4.11837e-20, cumulative = 3.27207e-19
DICPCG: Solving for p, Initial residual = 0.00737566, Final residual = 9.60541e-07, No Iterations 118
time step continuity errors : sum local = 1.3378e-10, global = 5.68861e-20, cumulative = 3.84093e-19
BiCGStab: Solving for omega, Initial residual = 0.000436453, Final residual = 3.9834e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000641545, Final residual = 7.01938e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.10809e-05, Final residual = 6.14152e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.27312e-05, Final residual = 4.88452e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00274525, Final residual = 2.39786e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0121249, Final residual = 9.48279e-07, No Iterations 131
time step continuity errors : sum local = 1.27364e-10, global = 1.07167e-19, cumulative = 4.91261e-19
DICPCG: Solving for p, Initial residual = 0.00224746, Final residual = 9.75346e-07, No Iterations 75
time step continuity errors : sum local = 1.3051e-10, global = -8.22319e-20, cumulative = 4.09029e-19
BiCGStab: Solving for omega, Initial residual = 2.84263e-05, Final residual = 7.60095e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.2094e-05, Final residual = 1.47297e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.09621e-06, Final residual = 4.40965e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.44591e-06, Final residual = 3.44721e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00041474, Final residual = 1.42954e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00228437, Final residual = 9.42454e-07, No Iterations 68
time step continuity errors : sum local = 1.26154e-10, global = 9.30621e-21, cumulative = 4.18335e-19
DICPCG: Solving for p, Initial residual = 0.000421423, Final residual = 8.8363e-07, No Iterations 48
time step continuity errors : sum local = 1.18555e-10, global = 7.85805e-20, cumulative = 4.96915e-19
BiCGStab: Solving for omega, Initial residual = 2.13928e-05, Final residual = 8.80528e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.52926e-06, Final residual = 4.52926e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.18037e-06, Final residual = 6.55193e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.67339e-07, Final residual = 4.21924e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.66267e-05, Final residual = 2.34961e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000654659, Final residual = 9.96264e-07, No Iterations 27
time step continuity errors : sum local = 1.33216e-10, global = -1.35234e-20, cumulative = 4.83392e-19
DICPCG: Solving for p, Initial residual = 0.00011322, Final residual = 9.1864e-07, No Iterations 6
time step continuity errors : sum local = 1.23087e-10, global = 1.34383e-20, cumulative = 4.9683e-19
BiCGStab: Solving for omega, Initial residual = 2.24161e-05, Final residual = 1.01304e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.58719e-06, Final residual = 4.58719e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.37462e-07, Final residual = 1.89042e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.12457e-07, Final residual = 1.10036e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.59659e-05, Final residual = 4.04169e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000197087, Final residual = 9.19648e-07, No Iterations 6
time step continuity errors : sum local = 1.23212e-10, global = 2.93086e-20, cumulative = 5.26139e-19
DICPCG: Solving for p, Initial residual = 3.2561e-05, Final residual = 6.27077e-07, No Iterations 4
time step continuity errors : sum local = 8.51164e-11, global = 3.63237e-20, cumulative = 5.62463e-19
BiCGStab: Solving for omega, Initial residual = 2.49008e-05, Final residual = 1.12886e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.5642e-06, Final residual = 4.5642e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11368 s ClockTime = 11369 s Max(PAc) = 154277 Pa
Courant Number mean: 0.0619389 max: 0.985243 velocity magnitude: 1.2708
deltaT = 0.000492717
Time = 1.7331
--> Cloud: bubbleCloud
Added 169 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 639884
Mass introduced by injector = 5.83308e-10
Number of parcels added continuously = 1229
Mass introduced continuously = 1.08624e-12
Current number of parcels = 4368957
Current mass in system = 4.82828e-09
Number of parcels shifted at least once = 5112
Number of parcel shifts towards cell center = 5122
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00660556, Final user-defined norm residual = 0.000108795
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.33696e-05, Final user-defined norm residual = 4.06226e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.72607e-08, Final user-defined norm residual = 1.28212e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000525549, Final residual = 4.67331e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000366973, Final residual = 1.31312e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0299048, Final residual = 7.72544e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0523174, Final residual = 9.58131e-07, No Iterations 250
time step continuity errors : sum local = 1.24943e-10, global = 9.21521e-20, cumulative = 6.54615e-19
DICPCG: Solving for p, Initial residual = 0.00653037, Final residual = 9.85796e-07, No Iterations 87
time step continuity errors : sum local = 1.33767e-10, global = -3.27711e-20, cumulative = 6.21844e-19
BiCGStab: Solving for omega, Initial residual = 0.000439768, Final residual = 3.989e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000641108, Final residual = 7.04214e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.88823e-05, Final residual = 5.63305e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.16514e-05, Final residual = 4.8053e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00272405, Final residual = 2.36981e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0115681, Final residual = 9.94752e-07, No Iterations 131
time step continuity errors : sum local = 1.45437e-10, global = 6.19303e-20, cumulative = 6.83774e-19
DICPCG: Solving for p, Initial residual = 0.00212571, Final residual = 9.81326e-07, No Iterations 93
time step continuity errors : sum local = 1.42862e-10, global = -6.42032e-20, cumulative = 6.19571e-19
BiCGStab: Solving for omega, Initial residual = 3.35996e-05, Final residual = 9.62509e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.2404e-05, Final residual = 1.62018e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.7999e-06, Final residual = 4.28103e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.0326e-06, Final residual = 3.50784e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000407072, Final residual = 1.40049e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0021942, Final residual = 9.76428e-07, No Iterations 68
time step continuity errors : sum local = 1.41948e-10, global = -1.02546e-19, cumulative = 5.17025e-19
DICPCG: Solving for p, Initial residual = 0.000364624, Final residual = 9.50206e-07, No Iterations 45
time step continuity errors : sum local = 1.3849e-10, global = -5.66302e-20, cumulative = 4.60394e-19
BiCGStab: Solving for omega, Initial residual = 2.39804e-05, Final residual = 1.04049e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.91177e-06, Final residual = 4.91177e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.54603e-07, Final residual = 6.53286e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.97818e-07, Final residual = 4.32029e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.47562e-05, Final residual = 2.25573e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000558796, Final residual = 9.99404e-07, No Iterations 14
time step continuity errors : sum local = 1.44897e-10, global = 5.65954e-20, cumulative = 5.1699e-19
DICPCG: Solving for p, Initial residual = 9.74734e-05, Final residual = 8.88635e-07, No Iterations 5
time step continuity errors : sum local = 1.30402e-10, global = -2.36092e-20, cumulative = 4.93381e-19
BiCGStab: Solving for omega, Initial residual = 2.52133e-05, Final residual = 1.07236e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.88838e-06, Final residual = 4.88838e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.99968e-07, Final residual = 1.2804e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.69243e-07, Final residual = 6.91512e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.53963e-05, Final residual = 3.91097e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000177044, Final residual = 9.86281e-07, No Iterations 5
time step continuity errors : sum local = 1.43157e-10, global = 1.1104e-19, cumulative = 6.0442e-19
DICPCG: Solving for p, Initial residual = 2.93733e-05, Final residual = 9.49039e-07, No Iterations 3
time step continuity errors : sum local = 1.38288e-10, global = -4.30932e-20, cumulative = 5.61327e-19
BiCGStab: Solving for omega, Initial residual = 2.69866e-05, Final residual = 1.25032e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 4.92084e-06, Final residual = 4.92084e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11386.6 s ClockTime = 11387 s Max(PAc) = 154339 Pa
Courant Number mean: 0.0619495 max: 0.981594 velocity magnitude: 1.27208
deltaT = 0.000492717
Time = 1.73359
--> Cloud: bubbleCloud
Added 215 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 640099
Mass introduced by injector = 5.83498e-10
Number of parcels added continuously = 1185
Mass introduced continuously = 1.06375e-12
Current number of parcels = 4369846
Current mass in system = 4.82902e-09
Number of parcels shifted at least once = 5086
Number of parcel shifts towards cell center = 5093
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00609064, Final user-defined norm residual = 8.4778e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.82265e-05, Final user-defined norm residual = 1.19654e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.5725e-08, Final user-defined norm residual = 8.83292e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000524161, Final residual = 4.39818e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000366656, Final residual = 1.25166e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0279027, Final residual = 7.72379e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0540178, Final residual = 9.53604e-07, No Iterations 257
time step continuity errors : sum local = 1.24902e-10, global = -6.18577e-20, cumulative = 4.99469e-19
DICPCG: Solving for p, Initial residual = 0.00633882, Final residual = 9.51244e-07, No Iterations 135
time step continuity errors : sum local = 1.25089e-10, global = -1.48141e-20, cumulative = 4.84655e-19
BiCGStab: Solving for omega, Initial residual = 0.000433802, Final residual = 5.27456e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000640759, Final residual = 7.10074e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.02541e-05, Final residual = 5.87024e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.12843e-05, Final residual = 4.9601e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00270273, Final residual = 2.27987e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0114583, Final residual = 9.52296e-07, No Iterations 131
time step continuity errors : sum local = 1.36651e-10, global = -3.64716e-20, cumulative = 4.48184e-19
DICPCG: Solving for p, Initial residual = 0.00197438, Final residual = 9.95631e-07, No Iterations 95
time step continuity errors : sum local = 1.4167e-10, global = -6.61193e-22, cumulative = 4.47523e-19
BiCGStab: Solving for omega, Initial residual = 3.2092e-05, Final residual = 8.64349e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.28726e-05, Final residual = 1.69985e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.70629e-06, Final residual = 4.30908e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.03601e-06, Final residual = 3.66125e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000413025, Final residual = 1.35354e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00224352, Final residual = 9.91763e-07, No Iterations 69
time step continuity errors : sum local = 1.41046e-10, global = 1.05529e-20, cumulative = 4.58075e-19
DICPCG: Solving for p, Initial residual = 0.000355145, Final residual = 9.42985e-07, No Iterations 28
time step continuity errors : sum local = 1.34604e-10, global = 3.65907e-20, cumulative = 4.94666e-19
BiCGStab: Solving for omega, Initial residual = 2.59137e-05, Final residual = 8.22754e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.12174e-06, Final residual = 5.12174e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.09004e-06, Final residual = 6.91901e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.04339e-07, Final residual = 4.87159e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.81167e-05, Final residual = 2.41979e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000591869, Final residual = 9.3445e-07, No Iterations 14
time step continuity errors : sum local = 1.33475e-10, global = -7.26246e-20, cumulative = 4.22042e-19
DICPCG: Solving for p, Initial residual = 9.31186e-05, Final residual = 9.55569e-07, No Iterations 5
time step continuity errors : sum local = 1.36247e-10, global = -4.31725e-20, cumulative = 3.78869e-19
BiCGStab: Solving for omega, Initial residual = 2.77296e-05, Final residual = 9.52925e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.11948e-06, Final residual = 5.11948e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.83929e-07, Final residual = 1.23272e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.51796e-07, Final residual = 7.00721e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.60418e-05, Final residual = 4.3461e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000155427, Final residual = 8.52329e-07, No Iterations 5
time step continuity errors : sum local = 1.22636e-10, global = -9.67335e-20, cumulative = 2.82136e-19
DICPCG: Solving for p, Initial residual = 2.61776e-05, Final residual = 8.71102e-07, No Iterations 3
time step continuity errors : sum local = 1.25106e-10, global = -1.32797e-19, cumulative = 1.49338e-19
BiCGStab: Solving for omega, Initial residual = 3.18125e-05, Final residual = 1.00913e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.13891e-06, Final residual = 5.13891e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11405.4 s ClockTime = 11406 s Max(PAc) = 154497 Pa
Courant Number mean: 0.0619597 max: 0.97678 velocity magnitude: 1.26686
deltaT = 0.000492717
Time = 1.73409
--> Cloud: bubbleCloud
Added 141 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 640240
Mass introduced by injector = 5.83623e-10
Number of parcels added continuously = 1261
Mass introduced continuously = 1.20552e-12
Current number of parcels = 4370742
Current mass in system = 4.82981e-09
Number of parcels shifted at least once = 5079
Number of parcel shifts towards cell center = 5089
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00618254, Final user-defined norm residual = 7.97434e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.71373e-05, Final user-defined norm residual = 8.10814e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.74252e-08, Final user-defined norm residual = 7.32426e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000514921, Final residual = 3.8714e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00036042, Final residual = 1.23996e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0296552, Final residual = 8.21138e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0449247, Final residual = 8.62321e-07, No Iterations 254
time step continuity errors : sum local = 1.13185e-10, global = 1.81354e-20, cumulative = 1.67474e-19
DICPCG: Solving for p, Initial residual = 0.004943, Final residual = 9.65847e-07, No Iterations 129
time step continuity errors : sum local = 1.42283e-10, global = 5.08203e-20, cumulative = 2.18294e-19
BiCGStab: Solving for omega, Initial residual = 0.000433792, Final residual = 4.36226e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000640385, Final residual = 7.10972e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.73989e-05, Final residual = 5.81697e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.06321e-05, Final residual = 4.84152e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00283064, Final residual = 2.32216e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00978099, Final residual = 9.21977e-07, No Iterations 133
time step continuity errors : sum local = 1.30039e-10, global = 6.19878e-20, cumulative = 2.80282e-19
DICPCG: Solving for p, Initial residual = 0.00175085, Final residual = 9.92089e-07, No Iterations 86
time step continuity errors : sum local = 1.40071e-10, global = 5.92123e-20, cumulative = 3.39494e-19
BiCGStab: Solving for omega, Initial residual = 3.22656e-05, Final residual = 7.492e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.30888e-05, Final residual = 1.72937e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.17254e-06, Final residual = 4.30386e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.72443e-06, Final residual = 3.34842e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000431735, Final residual = 1.40047e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00167692, Final residual = 9.75384e-07, No Iterations 40
time step continuity errors : sum local = 1.38131e-10, global = -7.72252e-21, cumulative = 3.31772e-19
DICPCG: Solving for p, Initial residual = 0.000279822, Final residual = 9.82449e-07, No Iterations 20
time step continuity errors : sum local = 1.39038e-10, global = -2.10809e-20, cumulative = 3.10691e-19
BiCGStab: Solving for omega, Initial residual = 2.55359e-05, Final residual = 8.01774e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.92766e-06, Final residual = 5.92766e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.60297e-07, Final residual = 5.07849e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.4051e-07, Final residual = 3.27044e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.05178e-05, Final residual = 2.3657e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00042516, Final residual = 9.72651e-07, No Iterations 14
time step continuity errors : sum local = 1.37765e-10, global = -7.2484e-20, cumulative = 2.38207e-19
DICPCG: Solving for p, Initial residual = 6.95859e-05, Final residual = 9.86121e-07, No Iterations 5
time step continuity errors : sum local = 1.3952e-10, global = -2.07324e-20, cumulative = 2.17474e-19
BiCGStab: Solving for omega, Initial residual = 2.55627e-05, Final residual = 8.8128e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.89013e-06, Final residual = 5.89013e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.28579e-07, Final residual = 1.0691e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.23224e-07, Final residual = 6.1778e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.67269e-05, Final residual = 4.28776e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000116583, Final residual = 8.98823e-07, No Iterations 5
time step continuity errors : sum local = 1.28078e-10, global = -1.62877e-19, cumulative = 5.45972e-20
DICPCG: Solving for p, Initial residual = 1.88305e-05, Final residual = 7.77563e-07, No Iterations 3
time step continuity errors : sum local = 1.12183e-10, global = -2.38691e-20, cumulative = 3.07281e-20
BiCGStab: Solving for omega, Initial residual = 2.79634e-05, Final residual = 9.29212e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.93206e-06, Final residual = 5.93206e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11424.1 s ClockTime = 11425 s Max(PAc) = 154808 Pa
Courant Number mean: 0.0619703 max: 0.977945 velocity magnitude: 1.26469
deltaT = 0.000492717
Time = 1.73458
--> Cloud: bubbleCloud
Added 199 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 640439
Mass introduced by injector = 5.8382e-10
Number of parcels added continuously = 1195
Mass introduced continuously = 1.10505e-12
Current number of parcels = 4371599
Current mass in system = 4.8306e-09
Number of parcels shifted at least once = 5230
Number of parcel shifts towards cell center = 5235
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00581683, Final user-defined norm residual = 9.09386e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.95563e-05, Final user-defined norm residual = 1.78111e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.83033e-08, Final user-defined norm residual = 2.09998e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000511483, Final residual = 4.45106e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00036094, Final residual = 1.29116e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0304043, Final residual = 8.8528e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0481232, Final residual = 8.84161e-07, No Iterations 255
time step continuity errors : sum local = 1.15102e-10, global = -6.30685e-20, cumulative = -3.23405e-20
DICPCG: Solving for p, Initial residual = 0.00514114, Final residual = 9.93324e-07, No Iterations 99
time step continuity errors : sum local = 1.45283e-10, global = 7.06923e-20, cumulative = 3.83518e-20
BiCGStab: Solving for omega, Initial residual = 0.000426977, Final residual = 4.1181e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00064035, Final residual = 6.96565e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.60232e-05, Final residual = 5.47214e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.99551e-06, Final residual = 4.6511e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0029111, Final residual = 2.41244e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00941859, Final residual = 9.41388e-07, No Iterations 238
time step continuity errors : sum local = 1.22002e-10, global = 1.39689e-19, cumulative = 1.78041e-19
DICPCG: Solving for p, Initial residual = 0.00165023, Final residual = 9.49249e-07, No Iterations 75
time step continuity errors : sum local = 1.26499e-10, global = 1.84658e-19, cumulative = 3.62698e-19
BiCGStab: Solving for omega, Initial residual = 2.83515e-05, Final residual = 6.64312e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.30629e-05, Final residual = 1.71664e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.73904e-06, Final residual = 4.18297e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.58609e-06, Final residual = 3.5706e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000435197, Final residual = 1.4469e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00157957, Final residual = 9.84974e-07, No Iterations 66
time step continuity errors : sum local = 1.31894e-10, global = -7.04386e-20, cumulative = 2.9226e-19
DICPCG: Solving for p, Initial residual = 0.000265132, Final residual = 9.84584e-07, No Iterations 31
time step continuity errors : sum local = 1.31813e-10, global = -2.94586e-20, cumulative = 2.62801e-19
BiCGStab: Solving for omega, Initial residual = 2.01478e-05, Final residual = 7.5814e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.7544e-06, Final residual = 5.7544e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.66089e-07, Final residual = 4.7975e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.8468e-07, Final residual = 3.44681e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.92166e-05, Final residual = 2.44208e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000370576, Final residual = 9.48961e-07, No Iterations 18
time step continuity errors : sum local = 1.27203e-10, global = -1.89035e-20, cumulative = 2.43898e-19
DICPCG: Solving for p, Initial residual = 6.56668e-05, Final residual = 8.56559e-07, No Iterations 6
time step continuity errors : sum local = 1.1522e-10, global = -6.34639e-20, cumulative = 1.80434e-19
BiCGStab: Solving for omega, Initial residual = 2.08956e-05, Final residual = 8.90877e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.78061e-06, Final residual = 5.78061e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.87904e-07, Final residual = 1.12608e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.02767e-07, Final residual = 6.26412e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.67506e-05, Final residual = 4.22311e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000102765, Final residual = 8.97031e-07, No Iterations 5
time step continuity errors : sum local = 1.20467e-10, global = -4.91914e-21, cumulative = 1.75515e-19
DICPCG: Solving for p, Initial residual = 1.69497e-05, Final residual = 6.6389e-07, No Iterations 3
time step continuity errors : sum local = 9.02491e-11, global = -2.29259e-20, cumulative = 1.52589e-19
BiCGStab: Solving for omega, Initial residual = 2.35748e-05, Final residual = 1.07478e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.75687e-06, Final residual = 5.75687e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11442.8 s ClockTime = 11443 s Max(PAc) = 155296 Pa
Courant Number mean: 0.061981 max: 0.9781 velocity magnitude: 1.25951
deltaT = 0.000492717
Time = 1.73507
--> Cloud: bubbleCloud
Added 150 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 640589
Mass introduced by injector = 5.83949e-10
Number of parcels added continuously = 1196
Mass introduced continuously = 1.15348e-12
Current number of parcels = 4372458
Current mass in system = 4.83142e-09
Number of parcels shifted at least once = 4921
Number of parcel shifts towards cell center = 4930
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00552048, Final user-defined norm residual = 0.00010239
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.2012e-05, Final user-defined norm residual = 1.17655e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.52934e-08, Final user-defined norm residual = 1.00114e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000514387, Final residual = 4.52576e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000359645, Final residual = 1.26438e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0296238, Final residual = 8.80675e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0549457, Final residual = 9.68871e-07, No Iterations 263
time step continuity errors : sum local = 1.27199e-10, global = 3.64119e-20, cumulative = 1.89001e-19
DICPCG: Solving for p, Initial residual = 0.00607424, Final residual = 9.26629e-07, No Iterations 148
time step continuity errors : sum local = 1.29202e-10, global = 4.72614e-20, cumulative = 2.36262e-19
BiCGStab: Solving for omega, Initial residual = 0.000423185, Final residual = 4.3906e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000639528, Final residual = 6.86571e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.54193e-05, Final residual = 5.47383e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.86119e-06, Final residual = 4.57041e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00285579, Final residual = 2.74412e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00942733, Final residual = 9.91793e-07, No Iterations 130
time step continuity errors : sum local = 1.36115e-10, global = -4.23127e-20, cumulative = 1.93949e-19
DICPCG: Solving for p, Initial residual = 0.00155449, Final residual = 9.31417e-07, No Iterations 85
time step continuity errors : sum local = 1.27415e-10, global = -9.46348e-20, cumulative = 9.93144e-20
BiCGStab: Solving for omega, Initial residual = 2.92678e-05, Final residual = 7.86888e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.31171e-05, Final residual = 1.70231e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.65626e-06, Final residual = 4.32608e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.5581e-06, Final residual = 3.35875e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000423344, Final residual = 1.62206e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0015786, Final residual = 9.67716e-07, No Iterations 44
time step continuity errors : sum local = 1.32135e-10, global = 1.0922e-19, cumulative = 2.08534e-19
DICPCG: Solving for p, Initial residual = 0.00024994, Final residual = 9.30558e-07, No Iterations 13
time step continuity errors : sum local = 1.27188e-10, global = 7.09629e-20, cumulative = 2.79497e-19
BiCGStab: Solving for omega, Initial residual = 2.10524e-05, Final residual = 8.57894e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.02289e-06, Final residual = 6.02289e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.5756e-07, Final residual = 5.76375e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.70732e-07, Final residual = 3.32661e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.63302e-05, Final residual = 2.48396e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000387489, Final residual = 9.65183e-07, No Iterations 14
time step continuity errors : sum local = 1.3178e-10, global = 5.55571e-20, cumulative = 3.35054e-19
DICPCG: Solving for p, Initial residual = 6.30552e-05, Final residual = 8.27056e-07, No Iterations 6
time step continuity errors : sum local = 1.1345e-10, global = 1.46113e-19, cumulative = 4.81167e-19
BiCGStab: Solving for omega, Initial residual = 1.95263e-05, Final residual = 9.07506e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.99516e-06, Final residual = 5.99516e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.73633e-07, Final residual = 1.22205e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.53058e-08, Final residual = 7.09541e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.58596e-05, Final residual = 4.24191e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000106218, Final residual = 7.9177e-07, No Iterations 5
time step continuity errors : sum local = 1.0877e-10, global = -1.02239e-20, cumulative = 4.70943e-19
DICPCG: Solving for p, Initial residual = 1.7305e-05, Final residual = 6.12869e-07, No Iterations 3
time step continuity errors : sum local = 8.50427e-11, global = 4.68522e-20, cumulative = 5.17795e-19
BiCGStab: Solving for omega, Initial residual = 2.08771e-05, Final residual = 9.12464e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.02489e-06, Final residual = 6.02489e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11461.6 s ClockTime = 11462 s Max(PAc) = 153908 Pa
Courant Number mean: 0.0619926 max: 0.9845 velocity magnitude: 1.25528
deltaT = 0.000492717
Time = 1.73557
--> Cloud: bubbleCloud
Added 195 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 640784
Mass introduced by injector = 5.84111e-10
Number of parcels added continuously = 1230
Mass introduced continuously = 1.13673e-12
Current number of parcels = 4373383
Current mass in system = 4.8323e-09
Number of parcels shifted at least once = 5198
Number of parcel shifts towards cell center = 5204
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00613939, Final user-defined norm residual = 6.74765e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.45077e-05, Final user-defined norm residual = 5.0134e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.07792e-08, Final user-defined norm residual = 3.04048e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000516158, Final residual = 4.61964e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000357074, Final residual = 1.29482e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0302385, Final residual = 1.01863e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0491936, Final residual = 9.99617e-07, No Iterations 259
time step continuity errors : sum local = 1.32292e-10, global = 4.41116e-20, cumulative = 5.61907e-19
DICPCG: Solving for p, Initial residual = 0.00577234, Final residual = 9.28355e-07, No Iterations 143
time step continuity errors : sum local = 1.23709e-10, global = 6.0691e-20, cumulative = 6.22598e-19
BiCGStab: Solving for omega, Initial residual = 0.000417765, Final residual = 4.86357e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000638672, Final residual = 6.81216e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.61906e-05, Final residual = 5.25111e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.63892e-06, Final residual = 4.60992e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00292285, Final residual = 2.82587e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0094284, Final residual = 9.41238e-07, No Iterations 133
time step continuity errors : sum local = 1.30093e-10, global = -1.74729e-19, cumulative = 4.47868e-19
DICPCG: Solving for p, Initial residual = 0.00156576, Final residual = 9.44859e-07, No Iterations 86
time step continuity errors : sum local = 1.2924e-10, global = 3.25294e-21, cumulative = 4.51121e-19
BiCGStab: Solving for omega, Initial residual = 1.99438e-05, Final residual = 3.47441e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.29764e-05, Final residual = 1.55917e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.70935e-06, Final residual = 4.02036e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.48989e-06, Final residual = 3.42944e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000446444, Final residual = 1.64863e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00160881, Final residual = 9.38641e-07, No Iterations 69
time step continuity errors : sum local = 1.27985e-10, global = -8.89339e-21, cumulative = 4.42228e-19
DICPCG: Solving for p, Initial residual = 0.000239897, Final residual = 9.82167e-07, No Iterations 37
time step continuity errors : sum local = 1.33664e-10, global = 6.7638e-20, cumulative = 5.09866e-19
BiCGStab: Solving for omega, Initial residual = 9.54281e-06, Final residual = 9.54281e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.07498e-06, Final residual = 6.07498e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.49925e-07, Final residual = 5.24673e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.60402e-07, Final residual = 2.79968e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.21545e-05, Final residual = 2.55985e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000351829, Final residual = 9.51656e-07, No Iterations 15
time step continuity errors : sum local = 1.29627e-10, global = -7.02942e-20, cumulative = 4.39572e-19
DICPCG: Solving for p, Initial residual = 5.4436e-05, Final residual = 9.44422e-07, No Iterations 7
time step continuity errors : sum local = 1.28672e-10, global = -5.5423e-20, cumulative = 3.84149e-19
BiCGStab: Solving for omega, Initial residual = 9.56906e-06, Final residual = 9.56906e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.08876e-06, Final residual = 6.08876e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.84314e-07, Final residual = 9.36548e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.81859e-08, Final residual = 5.92415e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.68577e-05, Final residual = 4.48021e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.9038e-05, Final residual = 8.13573e-07, No Iterations 5
time step continuity errors : sum local = 1.11441e-10, global = 1.08083e-19, cumulative = 4.92231e-19
DICPCG: Solving for p, Initial residual = 1.46041e-05, Final residual = 7.23434e-07, No Iterations 3
time step continuity errors : sum local = 9.95703e-11, global = 1.09553e-19, cumulative = 6.01784e-19
BiCGStab: Solving for omega, Initial residual = 9.56843e-06, Final residual = 9.56843e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.0912e-06, Final residual = 6.0912e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11480.4 s ClockTime = 11481 s Max(PAc) = 153297 Pa
Courant Number mean: 0.0620046 max: 0.990764 velocity magnitude: 1.25319
deltaT = 0.000492717
Time = 1.73606
--> Cloud: bubbleCloud
Added 178 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 640962
Mass introduced by injector = 5.84306e-10
Number of parcels added continuously = 1245
Mass introduced continuously = 1.17878e-12
Current number of parcels = 4374278
Current mass in system = 4.83316e-09
Number of parcels shifted at least once = 5123
Number of parcel shifts towards cell center = 5130
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00588806, Final user-defined norm residual = 7.55953e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.62551e-05, Final user-defined norm residual = 1.01831e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.18969e-08, Final user-defined norm residual = 6.52564e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000515477, Final residual = 4.44246e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000358988, Final residual = 1.28071e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0307253, Final residual = 9.46527e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0452452, Final residual = 9.94698e-07, No Iterations 164
time step continuity errors : sum local = 1.33702e-10, global = 4.20852e-20, cumulative = 6.4387e-19
DICPCG: Solving for p, Initial residual = 0.00457418, Final residual = 9.21106e-07, No Iterations 149
time step continuity errors : sum local = 1.26379e-10, global = -2.34501e-20, cumulative = 6.2042e-19
BiCGStab: Solving for omega, Initial residual = 0.000413644, Final residual = 5.0191e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000638266, Final residual = 6.78644e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.49911e-05, Final residual = 5.90351e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.9059e-06, Final residual = 5.10821e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00303183, Final residual = 2.56013e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00842169, Final residual = 9.62908e-07, No Iterations 118
time step continuity errors : sum local = 1.27232e-10, global = -7.36295e-20, cumulative = 5.4679e-19
DICPCG: Solving for p, Initial residual = 0.00141249, Final residual = 9.44279e-07, No Iterations 75
time step continuity errors : sum local = 1.2387e-10, global = -1.91228e-20, cumulative = 5.27667e-19
BiCGStab: Solving for omega, Initial residual = 2.08079e-05, Final residual = 4.29477e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.29456e-05, Final residual = 1.42153e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.25484e-06, Final residual = 4.24125e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.26528e-06, Final residual = 3.64401e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000469296, Final residual = 1.51641e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00123347, Final residual = 9.84303e-07, No Iterations 65
time step continuity errors : sum local = 1.28582e-10, global = 3.18223e-20, cumulative = 5.5949e-19
DICPCG: Solving for p, Initial residual = 0.000198621, Final residual = 9.99007e-07, No Iterations 16
time step continuity errors : sum local = 1.30484e-10, global = 8.91762e-20, cumulative = 6.48666e-19
BiCGStab: Solving for omega, Initial residual = 1.0719e-05, Final residual = 4.00551e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.15596e-06, Final residual = 6.15596e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 4.97697e-07, Final residual = 5.65465e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.95317e-07, Final residual = 3.61007e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.94208e-05, Final residual = 2.38041e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000280349, Final residual = 9.73881e-07, No Iterations 13
time step continuity errors : sum local = 1.27196e-10, global = -1.02608e-20, cumulative = 6.38405e-19
DICPCG: Solving for p, Initial residual = 4.86099e-05, Final residual = 8.48075e-07, No Iterations 6
time step continuity errors : sum local = 1.10774e-10, global = -3.99191e-20, cumulative = 5.98486e-19
BiCGStab: Solving for omega, Initial residual = 1.03003e-05, Final residual = 3.70266e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.14937e-06, Final residual = 6.14937e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.43315e-07, Final residual = 1.08018e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.26099e-08, Final residual = 6.24405e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.98404e-05, Final residual = 4.11317e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 7.52443e-05, Final residual = 6.57647e-07, No Iterations 5
time step continuity errors : sum local = 8.59154e-11, global = 2.9345e-20, cumulative = 6.27831e-19
DICPCG: Solving for p, Initial residual = 1.31385e-05, Final residual = 6.29686e-07, No Iterations 3
time step continuity errors : sum local = 8.2265e-11, global = 3.16643e-20, cumulative = 6.59495e-19
BiCGStab: Solving for omega, Initial residual = 9.71276e-06, Final residual = 9.71276e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 6.17642e-06, Final residual = 6.17642e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11500.1 s ClockTime = 11501 s Max(PAc) = 153555 Pa
Courant Number mean: 0.0620162 max: 0.989909 velocity magnitude: 1.25408
deltaT = 0.000492717
Time = 1.73655
--> Cloud: bubbleCloud
Added 191 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 641153
Mass introduced by injector = 5.84469e-10
Number of parcels added continuously = 1215
Mass introduced continuously = 1.0867e-12
Current number of parcels = 4375156
Current mass in system = 4.83386e-09
Number of parcels shifted at least once = 5100
Number of parcel shifts towards cell center = 5112
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00590006, Final user-defined norm residual = 0.000136276
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.93076e-05, Final user-defined norm residual = 4.40097e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.46501e-08, Final user-defined norm residual = 1.02807e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000503081, Final residual = 4.7211e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000358757, Final residual = 1.21589e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0307901, Final residual = 9.40804e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.044696, Final residual = 9.92279e-07, No Iterations 253
time step continuity errors : sum local = 1.29073e-10, global = -3.10983e-20, cumulative = 6.28397e-19
DICPCG: Solving for p, Initial residual = 0.00471742, Final residual = 9.592e-07, No Iterations 115
time step continuity errors : sum local = 1.29611e-10, global = 9.83293e-21, cumulative = 6.3823e-19
BiCGStab: Solving for omega, Initial residual = 0.000413315, Final residual = 5.22784e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000637592, Final residual = 6.77666e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.43247e-05, Final residual = 5.35497e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.88513e-06, Final residual = 4.75977e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00295407, Final residual = 2.64743e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00769159, Final residual = 9.9831e-07, No Iterations 99
time step continuity errors : sum local = 1.30264e-10, global = 6.05359e-20, cumulative = 6.98766e-19
DICPCG: Solving for p, Initial residual = 0.00129979, Final residual = 9.20588e-07, No Iterations 70
time step continuity errors : sum local = 1.19844e-10, global = 1.0754e-19, cumulative = 8.06305e-19
BiCGStab: Solving for omega, Initial residual = 2.10193e-05, Final residual = 4.71151e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.29353e-05, Final residual = 1.36909e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.14508e-06, Final residual = 3.72868e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.20793e-06, Final residual = 3.27835e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000453066, Final residual = 1.52804e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00120916, Final residual = 9.42355e-07, No Iterations 52
time step continuity errors : sum local = 1.23076e-10, global = 2.32431e-20, cumulative = 8.29548e-19
DICPCG: Solving for p, Initial residual = 0.000195528, Final residual = 9.94417e-07, No Iterations 17
time step continuity errors : sum local = 1.29815e-10, global = 1.23774e-19, cumulative = 9.53322e-19
BiCGStab: Solving for omega, Initial residual = 1.17972e-05, Final residual = 4.04656e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.35529e-06, Final residual = 6.35529e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.18724e-07, Final residual = 3.68474e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.88036e-07, Final residual = 3.18507e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.31379e-05, Final residual = 2.44737e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000293433, Final residual = 9.43445e-07, No Iterations 15
time step continuity errors : sum local = 1.23212e-10, global = -5.74176e-20, cumulative = 8.95904e-19
DICPCG: Solving for p, Initial residual = 4.97329e-05, Final residual = 9.5425e-07, No Iterations 6
time step continuity errors : sum local = 1.24609e-10, global = 2.95809e-20, cumulative = 9.25485e-19
BiCGStab: Solving for omega, Initial residual = 1.07412e-05, Final residual = 3.59908e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.3428e-06, Final residual = 6.3428e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.43303e-07, Final residual = 7.00281e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.44816e-08, Final residual = 5.56705e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.70787e-05, Final residual = 4.35469e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.22059e-05, Final residual = 6.97105e-07, No Iterations 5
time step continuity errors : sum local = 9.12398e-11, global = 7.29159e-20, cumulative = 9.98401e-19
DICPCG: Solving for p, Initial residual = 1.3992e-05, Final residual = 6.13785e-07, No Iterations 3
time step continuity errors : sum local = 8.04274e-11, global = 5.12517e-20, cumulative = 1.04965e-18
BiCGStab: Solving for omega, Initial residual = 1.02846e-05, Final residual = 3.81696e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.36531e-06, Final residual = 6.36531e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11522 s ClockTime = 11523 s Max(PAc) = 153965 Pa
Courant Number mean: 0.062028 max: 0.994966 velocity magnitude: 1.25788
deltaT = 0.000492717
Time = 1.73704
--> Cloud: bubbleCloud
Added 195 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 641348
Mass introduced by injector = 5.84629e-10
Number of parcels added continuously = 1146
Mass introduced continuously = 1.03591e-12
Current number of parcels = 4375956
Current mass in system = 4.83448e-09
Number of parcels shifted at least once = 5146
Number of parcel shifts towards cell center = 5153
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00614715, Final user-defined norm residual = 0.000147742
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.17795e-05, Final user-defined norm residual = 5.42573e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.1671e-07, Final user-defined norm residual = 2.52248e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000504329, Final residual = 4.29116e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000355283, Final residual = 1.20636e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0312872, Final residual = 8.9377e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0476031, Final residual = 9.28864e-07, No Iterations 254
time step continuity errors : sum local = 1.19885e-10, global = 4.6222e-20, cumulative = 1.09588e-18
DICPCG: Solving for p, Initial residual = 0.00535564, Final residual = 9.82301e-07, No Iterations 140
time step continuity errors : sum local = 1.29248e-10, global = 4.15333e-20, cumulative = 1.13741e-18
BiCGStab: Solving for omega, Initial residual = 0.000405408, Final residual = 4.9899e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000636878, Final residual = 6.79185e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.49059e-05, Final residual = 5.3967e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.43181e-06, Final residual = 4.70551e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00311792, Final residual = 2.75598e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00836728, Final residual = 9.57965e-07, No Iterations 100
time step continuity errors : sum local = 1.26615e-10, global = -6.95529e-21, cumulative = 1.13045e-18
DICPCG: Solving for p, Initial residual = 0.00136589, Final residual = 9.6195e-07, No Iterations 68
time step continuity errors : sum local = 1.26232e-10, global = -1.23025e-20, cumulative = 1.11815e-18
BiCGStab: Solving for omega, Initial residual = 1.77082e-05, Final residual = 3.80531e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.31688e-05, Final residual = 1.34106e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.4014e-06, Final residual = 3.85532e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.34813e-06, Final residual = 3.41991e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000486191, Final residual = 1.64114e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00132997, Final residual = 9.59212e-07, No Iterations 50
time step continuity errors : sum local = 1.25534e-10, global = 6.25943e-20, cumulative = 1.18074e-18
DICPCG: Solving for p, Initial residual = 0.000223589, Final residual = 9.63875e-07, No Iterations 27
time step continuity errors : sum local = 1.2613e-10, global = 5.28313e-20, cumulative = 1.23358e-18
BiCGStab: Solving for omega, Initial residual = 1.01962e-05, Final residual = 3.67109e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.44124e-06, Final residual = 6.44124e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.91104e-07, Final residual = 4.20355e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.27673e-07, Final residual = 2.58781e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.11688e-05, Final residual = 2.59053e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000313038, Final residual = 9.58035e-07, No Iterations 15
time step continuity errors : sum local = 1.25372e-10, global = 3.26907e-20, cumulative = 1.26627e-18
DICPCG: Solving for p, Initial residual = 5.53072e-05, Final residual = 9.5365e-07, No Iterations 5
time step continuity errors : sum local = 1.24805e-10, global = 8.42584e-20, cumulative = 1.35053e-18
BiCGStab: Solving for omega, Initial residual = 1.10317e-05, Final residual = 4.90551e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.45127e-06, Final residual = 6.45127e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.60494e-07, Final residual = 8.23363e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.86767e-08, Final residual = 4.72737e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.91933e-05, Final residual = 4.33872e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.69196e-05, Final residual = 7.02686e-07, No Iterations 5
time step continuity errors : sum local = 9.24196e-11, global = -2.23283e-20, cumulative = 1.3282e-18
DICPCG: Solving for p, Initial residual = 1.49401e-05, Final residual = 6.51388e-07, No Iterations 3
time step continuity errors : sum local = 8.57997e-11, global = -2.60545e-20, cumulative = 1.30214e-18
BiCGStab: Solving for omega, Initial residual = 1.45487e-05, Final residual = 5.95667e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.44274e-06, Final residual = 6.44274e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11541.3 s ClockTime = 11542 s Max(PAc) = 154848 Pa
Courant Number mean: 0.0620394 max: 0.999623 velocity magnitude: 1.26165
deltaT = 0.000492717
Time = 1.73754
--> Cloud: bubbleCloud
Added 232 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 641580
Mass introduced by injector = 5.84828e-10
Number of parcels added continuously = 1298
Mass introduced continuously = 1.17175e-12
Current number of parcels = 4376996
Current mass in system = 4.83534e-09
Number of parcels shifted at least once = 5147
Number of parcel shifts towards cell center = 5156
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00565985, Final user-defined norm residual = 7.68754e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.65467e-05, Final user-defined norm residual = 1.10503e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.37853e-08, Final user-defined norm residual = 8.71183e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000510499, Final residual = 4.27463e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000356671, Final residual = 1.19884e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0321368, Final residual = 9.10717e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0489899, Final residual = 9.55334e-07, No Iterations 255
time step continuity errors : sum local = 1.23725e-10, global = -1.88656e-20, cumulative = 1.28328e-18
DICPCG: Solving for p, Initial residual = 0.0047444, Final residual = 9.60366e-07, No Iterations 111
time step continuity errors : sum local = 1.25298e-10, global = 8.92186e-21, cumulative = 1.2922e-18
BiCGStab: Solving for omega, Initial residual = 0.000406603, Final residual = 4.88822e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00063673, Final residual = 6.63093e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.56654e-05, Final residual = 5.56057e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.70601e-06, Final residual = 4.8773e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00317354, Final residual = 2.59434e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00887927, Final residual = 9.59361e-07, No Iterations 116
time step continuity errors : sum local = 1.36516e-10, global = 6.8439e-20, cumulative = 1.36064e-18
DICPCG: Solving for p, Initial residual = 0.00147962, Final residual = 9.46509e-07, No Iterations 72
time step continuity errors : sum local = 1.34041e-10, global = 1.43676e-19, cumulative = 1.50431e-18
BiCGStab: Solving for omega, Initial residual = 2.245e-05, Final residual = 5.07753e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 1.31904e-05, Final residual = 1.2167e-09, No Iterations 1
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.91701e-06, Final residual = 4.03276e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.58525e-06, Final residual = 3.2085e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000487533, Final residual = 1.52312e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00149992, Final residual = 9.0801e-07, No Iterations 41
time step continuity errors : sum local = 1.28834e-10, global = 7.48411e-20, cumulative = 1.57915e-18
DICPCG: Solving for p, Initial residual = 0.000248558, Final residual = 9.5255e-07, No Iterations 15
time step continuity errors : sum local = 1.34655e-10, global = 5.59724e-20, cumulative = 1.63513e-18
BiCGStab: Solving for omega, Initial residual = 1.41645e-05, Final residual = 5.05502e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.65863e-06, Final residual = 6.65863e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.4009e-07, Final residual = 4.14572e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.11117e-07, Final residual = 2.97773e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.33169e-05, Final residual = 2.50124e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000382907, Final residual = 9.92247e-07, No Iterations 10
time step continuity errors : sum local = 1.39831e-10, global = -5.14468e-20, cumulative = 1.58368e-18
DICPCG: Solving for p, Initial residual = 6.76713e-05, Final residual = 9.83131e-07, No Iterations 5
time step continuity errors : sum local = 1.38643e-10, global = -1.03087e-19, cumulative = 1.48059e-18
BiCGStab: Solving for omega, Initial residual = 1.36023e-05, Final residual = 5.43196e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.63785e-06, Final residual = 6.63785e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.08956e-07, Final residual = 7.47702e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.19145e-07, Final residual = 4.91918e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.95347e-05, Final residual = 4.5124e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00011933, Final residual = 7.15297e-07, No Iterations 5
time step continuity errors : sum local = 1.03726e-10, global = 5.96262e-21, cumulative = 1.48656e-18
DICPCG: Solving for p, Initial residual = 2.16467e-05, Final residual = 8.18133e-07, No Iterations 3
time step continuity errors : sum local = 1.17132e-10, global = 8.9649e-20, cumulative = 1.5762e-18
BiCGStab: Solving for omega, Initial residual = 1.4331e-05, Final residual = 6.10913e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.66486e-06, Final residual = 6.66486e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11561.3 s ClockTime = 11562 s Max(PAc) = 154734 Pa
Courant Number mean: 0.0620505 max: 1.00145 velocity magnitude: 1.26417
deltaT = 0.000410598
Time = 1.73795
--> Cloud: bubbleCloud
Added 179 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 641759
Mass introduced by injector = 5.8501e-10
Number of parcels added continuously = 1070
Mass introduced continuously = 9.34182e-13
Current number of parcels = 4377798
Current mass in system = 4.83604e-09
Number of parcels shifted at least once = 4120
Number of parcel shifts towards cell center = 4124
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00523234, Final user-defined norm residual = 7.01165e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.50902e-05, Final user-defined norm residual = 8.00033e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.7218e-08, Final user-defined norm residual = 1.06829e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000423708, Final residual = 1.22254e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000298063, Final residual = 3.31491e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0262316, Final residual = 2.70313e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0456256, Final residual = 9.45051e-07, No Iterations 260
time step continuity errors : sum local = 9.00751e-11, global = -5.06647e-20, cumulative = 1.52554e-18
DICPCG: Solving for p, Initial residual = 0.00422005, Final residual = 9.62391e-07, No Iterations 247
time step continuity errors : sum local = 9.239e-11, global = -2.71766e-20, cumulative = 1.49836e-18
BiCGStab: Solving for omega, Initial residual = 0.000336845, Final residual = 1.73186e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000529973, Final residual = 2.96253e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.1678e-05, Final residual = 2.16754e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.12552e-06, Final residual = 1.88271e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00226933, Final residual = 6.67345e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00813793, Final residual = 9.71355e-07, No Iterations 128
time step continuity errors : sum local = 1.0235e-10, global = -6.24148e-20, cumulative = 1.43595e-18
DICPCG: Solving for p, Initial residual = 0.00118735, Final residual = 9.37598e-07, No Iterations 69
time step continuity errors : sum local = 9.86713e-11, global = 3.60839e-20, cumulative = 1.47203e-18
BiCGStab: Solving for omega, Initial residual = 1.5194e-05, Final residual = 2.21243e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.59662e-06, Final residual = 9.59662e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 1.95652e-06, Final residual = 1.30523e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.65255e-07, Final residual = 1.08451e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000334883, Final residual = 6.64889e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00140647, Final residual = 9.73239e-07, No Iterations 55
time step continuity errors : sum local = 1.02047e-10, global = -4.43845e-20, cumulative = 1.42765e-18
DICPCG: Solving for p, Initial residual = 0.000200421, Final residual = 9.52575e-07, No Iterations 30
time step continuity errors : sum local = 1.00062e-10, global = -1.6994e-20, cumulative = 1.41065e-18
BiCGStab: Solving for omega, Initial residual = 9.42155e-06, Final residual = 9.42155e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.61968e-06, Final residual = 9.61968e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 4.66284e-07, Final residual = 1.45197e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.21318e-07, Final residual = 1.20468e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 5.88164e-05, Final residual = 9.4599e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000317928, Final residual = 9.73428e-07, No Iterations 14
time step continuity errors : sum local = 1.02075e-10, global = -3.7874e-20, cumulative = 1.37278e-18
DICPCG: Solving for p, Initial residual = 4.57749e-05, Final residual = 8.76513e-07, No Iterations 5
time step continuity errors : sum local = 9.27567e-11, global = -1.32858e-20, cumulative = 1.35949e-18
BiCGStab: Solving for omega, Initial residual = 9.46595e-06, Final residual = 9.46595e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.61742e-06, Final residual = 9.61742e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.19384e-07, Final residual = 2.41372e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.72882e-08, Final residual = 1.47769e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.19124e-05, Final residual = 1.56758e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.11857e-05, Final residual = 7.16307e-07, No Iterations 5
time step continuity errors : sum local = 7.73583e-11, global = -1.93212e-20, cumulative = 1.34017e-18
DICPCG: Solving for p, Initial residual = 1.19234e-05, Final residual = 6.15195e-07, No Iterations 3
time step continuity errors : sum local = 6.76395e-11, global = -1.37987e-22, cumulative = 1.34003e-18
BiCGStab: Solving for omega, Initial residual = 9.47983e-06, Final residual = 9.47983e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.61684e-06, Final residual = 9.61684e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11579.8 s ClockTime = 11580 s Max(PAc) = 154288 Pa
Courant Number mean: 0.0517166 max: 0.83069 velocity magnitude: 1.26622
deltaT = 0.000410598
Time = 1.73836
--> Cloud: bubbleCloud
Added 160 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 641919
Mass introduced by injector = 5.85153e-10
Number of parcels added continuously = 1074
Mass introduced continuously = 9.73452e-13
Current number of parcels = 4378606
Current mass in system = 4.83674e-09
Number of parcels shifted at least once = 4170
Number of parcel shifts towards cell center = 4171
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0052328, Final user-defined norm residual = 6.44344e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.38642e-05, Final user-defined norm residual = 6.43357e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.3843e-08, Final user-defined norm residual = 3.90481e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000423971, Final residual = 1.39077e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000297619, Final residual = 3.68035e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0260186, Final residual = 2.90789e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0429802, Final residual = 8.55983e-07, No Iterations 247
time step continuity errors : sum local = 8.22474e-11, global = -7.14009e-21, cumulative = 1.33289e-18
DICPCG: Solving for p, Initial residual = 0.00414675, Final residual = 9.37189e-07, No Iterations 124
time step continuity errors : sum local = 1.00159e-10, global = 7.65605e-20, cumulative = 1.40946e-18
BiCGStab: Solving for omega, Initial residual = 0.000336239, Final residual = 1.63829e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000527934, Final residual = 2.91312e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.24298e-05, Final residual = 2.11945e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.52146e-06, Final residual = 1.78115e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00226963, Final residual = 7.68899e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00833686, Final residual = 9.21218e-07, No Iterations 130
time step continuity errors : sum local = 9.04954e-11, global = -6.27506e-20, cumulative = 1.3467e-18
DICPCG: Solving for p, Initial residual = 0.00137013, Final residual = 9.8749e-07, No Iterations 73
time step continuity errors : sum local = 9.74122e-11, global = -7.23215e-21, cumulative = 1.33947e-18
BiCGStab: Solving for omega, Initial residual = 1.63239e-05, Final residual = 2.52161e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.28885e-06, Final residual = 6.28885e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 1.93891e-06, Final residual = 1.23077e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.10013e-06, Final residual = 1.044e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000314513, Final residual = 7.08497e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00145785, Final residual = 9.69823e-07, No Iterations 58
time step continuity errors : sum local = 9.57892e-11, global = 1.15884e-19, cumulative = 1.45536e-18
DICPCG: Solving for p, Initial residual = 0.000222862, Final residual = 9.73685e-07, No Iterations 29
time step continuity errors : sum local = 9.61366e-11, global = -1.57752e-20, cumulative = 1.43958e-18
BiCGStab: Solving for omega, Initial residual = 1.13049e-05, Final residual = 2.68216e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.30547e-06, Final residual = 6.30547e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 4.83648e-07, Final residual = 1.45577e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.49712e-07, Final residual = 1.07939e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 5.5395e-05, Final residual = 1.03994e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000344734, Final residual = 9.50904e-07, No Iterations 13
time step continuity errors : sum local = 9.39387e-11, global = 1.24608e-20, cumulative = 1.45204e-18
DICPCG: Solving for p, Initial residual = 5.14631e-05, Final residual = 8.32328e-07, No Iterations 5
time step continuity errors : sum local = 8.25306e-11, global = -1.78837e-20, cumulative = 1.43416e-18
BiCGStab: Solving for omega, Initial residual = 1.15864e-05, Final residual = 3.05667e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.32492e-06, Final residual = 6.32492e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.26032e-07, Final residual = 2.51961e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.70165e-08, Final residual = 1.40303e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.08019e-05, Final residual = 1.67479e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.99281e-05, Final residual = 8.03998e-07, No Iterations 5
time step continuity errors : sum local = 7.98044e-11, global = -5.11641e-20, cumulative = 1.38299e-18
DICPCG: Solving for p, Initial residual = 1.33567e-05, Final residual = 6.47741e-07, No Iterations 3
time step continuity errors : sum local = 6.47732e-11, global = -2.77755e-21, cumulative = 1.38022e-18
BiCGStab: Solving for omega, Initial residual = 1.29076e-05, Final residual = 3.44161e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.30509e-06, Final residual = 6.30509e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11598.5 s ClockTime = 11599 s Max(PAc) = 153745 Pa
Courant Number mean: 0.0517241 max: 0.827471 velocity magnitude: 1.26817
deltaT = 0.000410598
Time = 1.73877
--> Cloud: bubbleCloud
Added 185 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 642104
Mass introduced by injector = 5.8533e-10
Number of parcels added continuously = 1016
Mass introduced continuously = 9.43853e-13
Current number of parcels = 4379378
Current mass in system = 4.8375e-09
Number of parcels shifted at least once = 4141
Number of parcel shifts towards cell center = 4144
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00527091, Final user-defined norm residual = 7.43765e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.60037e-05, Final user-defined norm residual = 1.04514e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.24887e-08, Final user-defined norm residual = 8.26529e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000423505, Final residual = 1.29095e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000299082, Final residual = 3.38644e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0272829, Final residual = 2.33747e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0426118, Final residual = 9.74567e-07, No Iterations 253
time step continuity errors : sum local = 9.34006e-11, global = 4.16533e-20, cumulative = 1.42187e-18
DICPCG: Solving for p, Initial residual = 0.00440459, Final residual = 9.86994e-07, No Iterations 134
time step continuity errors : sum local = 9.63168e-11, global = 3.85106e-20, cumulative = 1.46038e-18
BiCGStab: Solving for omega, Initial residual = 0.000335489, Final residual = 1.94518e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000528088, Final residual = 2.93014e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.20347e-05, Final residual = 2.04403e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.5184e-06, Final residual = 1.77744e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00238298, Final residual = 6.53313e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00836844, Final residual = 9.89866e-07, No Iterations 117
time step continuity errors : sum local = 1.07799e-10, global = 3.81014e-20, cumulative = 1.49848e-18
DICPCG: Solving for p, Initial residual = 0.0013455, Final residual = 9.89952e-07, No Iterations 71
time step continuity errors : sum local = 1.07269e-10, global = -5.56119e-20, cumulative = 1.44287e-18
BiCGStab: Solving for omega, Initial residual = 1.50107e-05, Final residual = 2.09064e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.73071e-06, Final residual = 5.73071e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.1358e-06, Final residual = 1.19173e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.14564e-06, Final residual = 1.09846e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000328774, Final residual = 7.43762e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00145918, Final residual = 9.79272e-07, No Iterations 64
time step continuity errors : sum local = 1.06209e-10, global = -5.73467e-20, cumulative = 1.38552e-18
DICPCG: Solving for p, Initial residual = 0.000210708, Final residual = 9.88418e-07, No Iterations 28
time step continuity errors : sum local = 1.07087e-10, global = 4.05511e-20, cumulative = 1.42607e-18
BiCGStab: Solving for omega, Initial residual = 8.16791e-06, Final residual = 8.16791e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 5.75035e-06, Final residual = 5.75035e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 4.83572e-07, Final residual = 1.70001e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.9008e-07, Final residual = 1.26132e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 5.59393e-05, Final residual = 1.08253e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000366566, Final residual = 9.69939e-07, No Iterations 11
time step continuity errors : sum local = 1.05325e-10, global = -4.1792e-20, cumulative = 1.38428e-18
DICPCG: Solving for p, Initial residual = 5.30022e-05, Final residual = 8.21717e-07, No Iterations 5
time step continuity errors : sum local = 9.1173e-11, global = -9.57153e-20, cumulative = 1.28857e-18
BiCGStab: Solving for omega, Initial residual = 8.21467e-06, Final residual = 8.21467e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 5.75723e-06, Final residual = 5.75723e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.3857e-07, Final residual = 2.57909e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.45497e-08, Final residual = 1.45494e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.04154e-05, Final residual = 1.73642e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.57924e-05, Final residual = 7.23706e-07, No Iterations 5
time step continuity errors : sum local = 8.18173e-11, global = -3.35391e-20, cumulative = 1.25503e-18
DICPCG: Solving for p, Initial residual = 1.3306e-05, Final residual = 6.6093e-07, No Iterations 3
time step continuity errors : sum local = 7.58246e-11, global = 3.37058e-20, cumulative = 1.28873e-18
BiCGStab: Solving for omega, Initial residual = 8.21341e-06, Final residual = 8.21341e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 5.75871e-06, Final residual = 5.75871e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11616.8 s ClockTime = 11617 s Max(PAc) = 153855 Pa
Courant Number mean: 0.0517313 max: 0.823914 velocity magnitude: 1.26865
deltaT = 0.000410598
Time = 1.73918
--> Cloud: bubbleCloud
Added 149 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 642253
Mass introduced by injector = 5.85451e-10
Number of parcels added continuously = 980
Mass introduced continuously = 9.26355e-13
Current number of parcels = 4380094
Current mass in system = 4.83809e-09
Number of parcels shifted at least once = 4105
Number of parcel shifts towards cell center = 4108
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00506888, Final user-defined norm residual = 6.88334e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.48086e-05, Final user-defined norm residual = 1.71018e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.67928e-08, Final user-defined norm residual = 2.2022e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000422229, Final residual = 1.24702e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000297786, Final residual = 3.49381e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0265605, Final residual = 2.50204e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0487949, Final residual = 9.48446e-07, No Iterations 162
time step continuity errors : sum local = 1.0699e-10, global = 3.64096e-20, cumulative = 1.32514e-18
DICPCG: Solving for p, Initial residual = 0.00548391, Final residual = 9.87063e-07, No Iterations 246
time step continuity errors : sum local = 9.32601e-11, global = 4.55623e-21, cumulative = 1.3297e-18
BiCGStab: Solving for omega, Initial residual = 0.000333217, Final residual = 1.87808e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000528308, Final residual = 2.95514e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.13085e-05, Final residual = 2.05639e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.1153e-06, Final residual = 1.82014e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00228993, Final residual = 7.32722e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00805813, Final residual = 9.25777e-07, No Iterations 116
time step continuity errors : sum local = 9.90682e-11, global = -1.14665e-19, cumulative = 1.21503e-18
DICPCG: Solving for p, Initial residual = 0.00119331, Final residual = 9.83922e-07, No Iterations 68
time step continuity errors : sum local = 1.03874e-10, global = -2.88517e-20, cumulative = 1.18618e-18
BiCGStab: Solving for omega, Initial residual = 1.70433e-05, Final residual = 2.09272e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.54256e-06, Final residual = 5.54256e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 1.80257e-06, Final residual = 1.20609e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.9827e-07, Final residual = 1.1066e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000323461, Final residual = 7.02184e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00123865, Final residual = 9.93538e-07, No Iterations 45
time step continuity errors : sum local = 1.04724e-10, global = -3.68815e-20, cumulative = 1.1493e-18
DICPCG: Solving for p, Initial residual = 0.000182285, Final residual = 8.69121e-07, No Iterations 10
time step continuity errors : sum local = 9.29553e-11, global = -7.7948e-20, cumulative = 1.07135e-18
BiCGStab: Solving for omega, Initial residual = 1.03307e-05, Final residual = 1.8901e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.57451e-06, Final residual = 5.57451e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 4.21146e-07, Final residual = 1.30389e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.3792e-07, Final residual = 1.09305e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 5.63842e-05, Final residual = 1.01803e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000283657, Final residual = 9.87199e-07, No Iterations 9
time step continuity errors : sum local = 1.0411e-10, global = -8.1719e-20, cumulative = 9.89635e-19
DICPCG: Solving for p, Initial residual = 3.96125e-05, Final residual = 9.80641e-07, No Iterations 4
time step continuity errors : sum local = 1.03486e-10, global = -3.92062e-20, cumulative = 9.50428e-19
BiCGStab: Solving for omega, Initial residual = 8.98372e-06, Final residual = 8.98372e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 5.57305e-06, Final residual = 5.57305e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.05311e-07, Final residual = 2.51186e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.23725e-08, Final residual = 1.84985e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.12745e-05, Final residual = 1.62691e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 6.90909e-05, Final residual = 8.72412e-07, No Iterations 4
time step continuity errors : sum local = 9.32615e-11, global = -3.85967e-20, cumulative = 9.11832e-19
DICPCG: Solving for p, Initial residual = 9.72347e-06, Final residual = 5.6683e-07, No Iterations 3
time step continuity errors : sum local = 6.43946e-11, global = -1.25792e-19, cumulative = 7.8604e-19
BiCGStab: Solving for omega, Initial residual = 8.99977e-06, Final residual = 8.99977e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 5.57302e-06, Final residual = 5.57302e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11635.5 s ClockTime = 11636 s Max(PAc) = 154333 Pa
Courant Number mean: 0.0517386 max: 0.819318 velocity magnitude: 1.26795
deltaT = 0.000410598
Time = 1.73959
--> Cloud: bubbleCloud
Added 206 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 642459
Mass introduced by injector = 5.85605e-10
Number of parcels added continuously = 1051
Mass introduced continuously = 8.99383e-13
Current number of parcels = 4380953
Current mass in system = 4.83876e-09
Number of parcels shifted at least once = 4164
Number of parcel shifts towards cell center = 4165
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00575671, Final user-defined norm residual = 7.49854e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.61374e-05, Final user-defined norm residual = 1.82614e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.93006e-08, Final user-defined norm residual = 2.28756e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000421522, Final residual = 1.25977e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000295627, Final residual = 3.60949e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0285961, Final residual = 2.77115e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0446102, Final residual = 9.80491e-07, No Iterations 162
time step continuity errors : sum local = 1.10635e-10, global = 1.79212e-20, cumulative = 8.03961e-19
DICPCG: Solving for p, Initial residual = 0.00480452, Final residual = 9.482e-07, No Iterations 147
time step continuity errors : sum local = 1.06189e-10, global = 6.32811e-20, cumulative = 8.67242e-19
BiCGStab: Solving for omega, Initial residual = 0.000329945, Final residual = 1.87635e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000528971, Final residual = 2.99183e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.18502e-05, Final residual = 1.99874e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.18538e-06, Final residual = 1.77491e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00253208, Final residual = 7.20877e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00832325, Final residual = 9.39218e-07, No Iterations 237
time step continuity errors : sum local = 8.8935e-11, global = -2.13102e-20, cumulative = 8.45932e-19
DICPCG: Solving for p, Initial residual = 0.00125011, Final residual = 9.72812e-07, No Iterations 65
time step continuity errors : sum local = 9.44038e-11, global = -1.13412e-21, cumulative = 8.44797e-19
BiCGStab: Solving for omega, Initial residual = 1.21267e-05, Final residual = 1.09118e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.58882e-06, Final residual = 5.58882e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 1.91434e-06, Final residual = 1.26353e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.06024e-06, Final residual = 1.12821e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000352573, Final residual = 7.4152e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00132108, Final residual = 9.87085e-07, No Iterations 47
time step continuity errors : sum local = 9.6039e-11, global = 4.15232e-20, cumulative = 8.86321e-19
DICPCG: Solving for p, Initial residual = 0.000191165, Final residual = 9.99351e-07, No Iterations 8
time step continuity errors : sum local = 9.71837e-11, global = 1.22387e-20, cumulative = 8.98559e-19
BiCGStab: Solving for omega, Initial residual = 5.82263e-06, Final residual = 5.82263e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 5.61314e-06, Final residual = 5.61314e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 4.33958e-07, Final residual = 1.84371e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.47097e-07, Final residual = 1.08753e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 6.01796e-05, Final residual = 1.02615e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000315215, Final residual = 8.919e-07, No Iterations 9
time step continuity errors : sum local = 8.70179e-11, global = -1.8296e-20, cumulative = 8.80263e-19
DICPCG: Solving for p, Initial residual = 4.40427e-05, Final residual = 8.72602e-07, No Iterations 4
time step continuity errors : sum local = 8.51852e-11, global = -7.71799e-20, cumulative = 8.03084e-19
BiCGStab: Solving for omega, Initial residual = 5.8692e-06, Final residual = 5.8692e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 5.61593e-06, Final residual = 5.61593e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.10582e-07, Final residual = 3.42757e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.16316e-08, Final residual = 2.26193e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.12887e-05, Final residual = 1.67597e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 7.58556e-05, Final residual = 9.34374e-07, No Iterations 4
time step continuity errors : sum local = 9.1033e-11, global = 5.91754e-20, cumulative = 8.62259e-19
DICPCG: Solving for p, Initial residual = 1.09774e-05, Final residual = 6.18913e-07, No Iterations 3
time step continuity errors : sum local = 6.11678e-11, global = -2.68993e-20, cumulative = 8.3536e-19
BiCGStab: Solving for omega, Initial residual = 5.8731e-06, Final residual = 5.8731e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 5.61603e-06, Final residual = 5.61603e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11654.1 s ClockTime = 11655 s Max(PAc) = 154016 Pa
Courant Number mean: 0.0517465 max: 0.818078 velocity magnitude: 1.26881
deltaT = 0.000410598
Time = 1.74
--> Cloud: bubbleCloud
Added 182 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 642641
Mass introduced by injector = 5.85764e-10
Number of parcels added continuously = 1100
Mass introduced continuously = 1.04186e-12
Current number of parcels = 4381836
Current mass in system = 4.83958e-09
Number of parcels shifted at least once = 4170
Number of parcel shifts towards cell center = 4172
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00556513, Final user-defined norm residual = 0.000117405
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.52891e-05, Final user-defined norm residual = 2.21794e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.7776e-08, Final user-defined norm residual = 2.91864e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000421635, Final residual = 1.30231e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000295376, Final residual = 3.40295e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0276481, Final residual = 2.89002e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.046563, Final residual = 9.42797e-07, No Iterations 248
time step continuity errors : sum local = 8.92781e-11, global = -1.88827e-20, cumulative = 8.16477e-19
DICPCG: Solving for p, Initial residual = 0.00512964, Final residual = 9.12096e-07, No Iterations 129
time step continuity errors : sum local = 9.29471e-11, global = 2.76804e-20, cumulative = 8.44157e-19
BiCGStab: Solving for omega, Initial residual = 0.000330555, Final residual = 1.92309e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000529747, Final residual = 2.9993e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.23841e-05, Final residual = 2.09673e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.46065e-06, Final residual = 1.8912e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00225473, Final residual = 7.81264e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00883454, Final residual = 9.90681e-07, No Iterations 105
time step continuity errors : sum local = 9.71503e-11, global = -2.56109e-20, cumulative = 8.18547e-19
DICPCG: Solving for p, Initial residual = 0.00144966, Final residual = 9.77469e-07, No Iterations 67
time step continuity errors : sum local = 9.55284e-11, global = 2.46652e-20, cumulative = 8.43212e-19
BiCGStab: Solving for omega, Initial residual = 1.23299e-05, Final residual = 1.07611e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 5.67141e-06, Final residual = 5.67141e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.12436e-06, Final residual = 1.25697e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.2372e-06, Final residual = 1.10506e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000294991, Final residual = 7.02138e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00147179, Final residual = 9.95573e-07, No Iterations 50
time step continuity errors : sum local = 9.7229e-11, global = -7.91793e-20, cumulative = 7.64032e-19
DICPCG: Solving for p, Initial residual = 0.000220818, Final residual = 9.85234e-07, No Iterations 18
time step continuity errors : sum local = 9.62416e-11, global = -5.2621e-20, cumulative = 7.11411e-19
BiCGStab: Solving for omega, Initial residual = 6.73091e-06, Final residual = 6.73091e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 5.70465e-06, Final residual = 5.70465e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.15934e-07, Final residual = 1.71955e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.10823e-07, Final residual = 8.36698e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 4.74903e-05, Final residual = 9.49198e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000360731, Final residual = 9.52588e-07, No Iterations 12
time step continuity errors : sum local = 9.31419e-11, global = -5.64475e-20, cumulative = 6.54964e-19
DICPCG: Solving for p, Initial residual = 5.21056e-05, Final residual = 7.78106e-07, No Iterations 5
time step continuity errors : sum local = 7.65793e-11, global = 1.16467e-20, cumulative = 6.66611e-19
BiCGStab: Solving for omega, Initial residual = 6.78441e-06, Final residual = 6.78441e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 5.7143e-06, Final residual = 5.7143e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.37599e-07, Final residual = 2.83282e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.49193e-08, Final residual = 1.60231e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.23471e-06, Final residual = 1.47556e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.48576e-05, Final residual = 6.7061e-07, No Iterations 5
time step continuity errors : sum local = 6.63789e-11, global = 1.11622e-20, cumulative = 6.77773e-19
DICPCG: Solving for p, Initial residual = 1.38791e-05, Final residual = 5.96173e-07, No Iterations 3
time step continuity errors : sum local = 5.9315e-11, global = 9.32835e-20, cumulative = 7.71056e-19
BiCGStab: Solving for omega, Initial residual = 6.77639e-06, Final residual = 6.77639e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 5.71715e-06, Final residual = 5.71715e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11705.7 s ClockTime = 11706 s Max(PAc) = 153696 Pa
Courant Number mean: 0.0517546 max: 0.820854 velocity magnitude: 1.26532
deltaT = 0.000454545
Time = 1.74045
--> Cloud: bubbleCloud
Added 115 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 642756
Mass introduced by injector = 5.85875e-10
Number of parcels added continuously = 1110
Mass introduced continuously = 1.07087e-12
Current number of parcels = 4382588
Current mass in system = 4.8403e-09
Number of parcels shifted at least once = 4740
Number of parcel shifts towards cell center = 4745
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00595835, Final user-defined norm residual = 0.000133496
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.87274e-05, Final user-defined norm residual = 5.21524e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.12231e-07, Final user-defined norm residual = 1.60023e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000463774, Final residual = 2.37942e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000325824, Final residual = 6.61561e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0332208, Final residual = 5.94266e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0485032, Final residual = 8.78729e-07, No Iterations 262
time step continuity errors : sum local = 9.87509e-11, global = 9.28001e-21, cumulative = 7.80336e-19
DICPCG: Solving for p, Initial residual = 0.00535995, Final residual = 9.58077e-07, No Iterations 247
time step continuity errors : sum local = 1.06744e-10, global = 2.04911e-20, cumulative = 8.00827e-19
BiCGStab: Solving for omega, Initial residual = 0.00036499, Final residual = 2.90003e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000587729, Final residual = 4.74169e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.43814e-05, Final residual = 3.73471e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.30484e-06, Final residual = 3.24459e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0029989, Final residual = 1.74462e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0089605, Final residual = 9.42149e-07, No Iterations 94
time step continuity errors : sum local = 1.13673e-10, global = -7.97063e-20, cumulative = 7.21121e-19
DICPCG: Solving for p, Initial residual = 0.00153462, Final residual = 9.90406e-07, No Iterations 69
time step continuity errors : sum local = 1.18248e-10, global = -5.31943e-20, cumulative = 6.67927e-19
BiCGStab: Solving for omega, Initial residual = 1.81355e-05, Final residual = 2.27345e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.96675e-06, Final residual = 6.96675e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.65622e-06, Final residual = 2.4053e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.65094e-06, Final residual = 2.14074e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000415464, Final residual = 1.01308e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00169826, Final residual = 9.90096e-07, No Iterations 42
time step continuity errors : sum local = 1.18005e-10, global = -7.53066e-20, cumulative = 5.9262e-19
DICPCG: Solving for p, Initial residual = 0.000266162, Final residual = 9.39839e-07, No Iterations 17
time step continuity errors : sum local = 1.12373e-10, global = -3.78953e-20, cumulative = 5.54725e-19
BiCGStab: Solving for omega, Initial residual = 1.10627e-05, Final residual = 2.68798e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.02043e-06, Final residual = 7.02043e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.8234e-07, Final residual = 2.50198e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.23392e-07, Final residual = 1.95214e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 7.43828e-05, Final residual = 1.7225e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000451157, Final residual = 9.19954e-07, No Iterations 10
time step continuity errors : sum local = 1.10142e-10, global = 1.95757e-20, cumulative = 5.74301e-19
DICPCG: Solving for p, Initial residual = 7.01552e-05, Final residual = 8.00799e-07, No Iterations 5
time step continuity errors : sum local = 9.68224e-11, global = 2.3468e-20, cumulative = 5.97769e-19
BiCGStab: Solving for omega, Initial residual = 1.06816e-05, Final residual = 3.01289e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.01989e-06, Final residual = 7.01989e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.98476e-07, Final residual = 4.9159e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.16166e-07, Final residual = 3.27104e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.49705e-05, Final residual = 2.94141e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000119006, Final residual = 6.97035e-07, No Iterations 5
time step continuity errors : sum local = 8.52293e-11, global = -2.47861e-20, cumulative = 5.72982e-19
DICPCG: Solving for p, Initial residual = 1.91616e-05, Final residual = 7.29938e-07, No Iterations 3
time step continuity errors : sum local = 8.89039e-11, global = -5.87579e-20, cumulative = 5.14224e-19
BiCGStab: Solving for omega, Initial residual = 1.18333e-05, Final residual = 3.60995e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.02415e-06, Final residual = 7.02415e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11726.7 s ClockTime = 11727 s Max(PAc) = 153980 Pa
Courant Number mean: 0.0573035 max: 0.907569 velocity magnitude: 1.26202
deltaT = 0.000488636
Time = 1.74094
--> Cloud: bubbleCloud
Added 206 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 642962
Mass introduced by injector = 5.86053e-10
Number of parcels added continuously = 1170
Mass introduced continuously = 1.09191e-12
Current number of parcels = 4383431
Current mass in system = 4.84106e-09
Number of parcels shifted at least once = 4953
Number of parcel shifts towards cell center = 4958
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0062857, Final user-defined norm residual = 7.32442e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.57776e-05, Final user-defined norm residual = 1.39521e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.00548e-08, Final user-defined norm residual = 1.21055e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000504352, Final residual = 3.85005e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000352948, Final residual = 1.17825e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0371789, Final residual = 9.03374e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0481872, Final residual = 9.43103e-07, No Iterations 254
time step continuity errors : sum local = 1.20039e-10, global = 2.69696e-20, cumulative = 5.41194e-19
DICPCG: Solving for p, Initial residual = 0.0053714, Final residual = 9.96743e-07, No Iterations 145
time step continuity errors : sum local = 1.51474e-10, global = 6.86993e-20, cumulative = 6.09893e-19
BiCGStab: Solving for omega, Initial residual = 0.000391528, Final residual = 3.83128e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00063285, Final residual = 6.55903e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.7369e-05, Final residual = 5.2921e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.07139e-05, Final residual = 4.79054e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00348547, Final residual = 2.75499e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00967155, Final residual = 9.09968e-07, No Iterations 240
time step continuity errors : sum local = 1.16345e-10, global = 3.94073e-20, cumulative = 6.49301e-19
DICPCG: Solving for p, Initial residual = 0.00176636, Final residual = 9.34301e-07, No Iterations 70
time step continuity errors : sum local = 1.23459e-10, global = 6.92675e-20, cumulative = 7.18568e-19
BiCGStab: Solving for omega, Initial residual = 1.75321e-05, Final residual = 4.08912e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.26962e-06, Final residual = 8.26962e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.30038e-06, Final residual = 3.7483e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.04386e-06, Final residual = 3.40639e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000520553, Final residual = 1.64403e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00188391, Final residual = 9.86189e-07, No Iterations 62
time step continuity errors : sum local = 1.31001e-10, global = 9.83204e-20, cumulative = 8.16889e-19
DICPCG: Solving for p, Initial residual = 0.000325158, Final residual = 9.71477e-07, No Iterations 19
time step continuity errors : sum local = 1.29095e-10, global = 7.58445e-20, cumulative = 8.92733e-19
BiCGStab: Solving for omega, Initial residual = 9.5008e-06, Final residual = 9.5008e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.31857e-06, Final residual = 8.31857e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.88627e-07, Final residual = 5.50193e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.46217e-07, Final residual = 3.43847e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.41116e-05, Final residual = 2.65207e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000479925, Final residual = 9.37179e-07, No Iterations 14
time step continuity errors : sum local = 1.24744e-10, global = 1.6061e-20, cumulative = 9.08794e-19
DICPCG: Solving for p, Initial residual = 8.83801e-05, Final residual = 8.92417e-07, No Iterations 5
time step continuity errors : sum local = 1.19013e-10, global = -8.02793e-20, cumulative = 8.28515e-19
BiCGStab: Solving for omega, Initial residual = 9.60665e-06, Final residual = 9.60665e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.31578e-06, Final residual = 8.31578e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.66136e-07, Final residual = 1.03188e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.67757e-07, Final residual = 6.01647e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.9337e-05, Final residual = 4.31996e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000155707, Final residual = 8.95609e-07, No Iterations 5
time step continuity errors : sum local = 1.19424e-10, global = 3.26475e-20, cumulative = 8.61162e-19
DICPCG: Solving for p, Initial residual = 2.691e-05, Final residual = 8.22729e-07, No Iterations 3
time step continuity errors : sum local = 1.10101e-10, global = -1.80209e-20, cumulative = 8.43142e-19
BiCGStab: Solving for omega, Initial residual = 9.6229e-06, Final residual = 9.6229e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.31301e-06, Final residual = 8.31301e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11745.4 s ClockTime = 11746 s Max(PAc) = 154002 Pa
Courant Number mean: 0.0616118 max: 0.982749 velocity magnitude: 1.25974
deltaT = 0.000488636
Time = 1.74143
--> Cloud: bubbleCloud
Added 131 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 643093
Mass introduced by injector = 5.86168e-10
Number of parcels added continuously = 1199
Mass introduced continuously = 1.08724e-12
Current number of parcels = 4384259
Current mass in system = 4.84177e-09
Number of parcels shifted at least once = 4901
Number of parcel shifts towards cell center = 4909
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00563344, Final user-defined norm residual = 6.11265e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.31627e-05, Final user-defined norm residual = 6.1797e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.33072e-08, Final user-defined norm residual = 6.88632e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000496851, Final residual = 4.18798e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000355194, Final residual = 1.13653e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0383177, Final residual = 1.00532e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0457393, Final residual = 8.95851e-07, No Iterations 254
time step continuity errors : sum local = 1.13669e-10, global = 6.17101e-20, cumulative = 9.04852e-19
DICPCG: Solving for p, Initial residual = 0.00579693, Final residual = 9.54176e-07, No Iterations 129
time step continuity errors : sum local = 1.20479e-10, global = 1.96133e-20, cumulative = 9.24465e-19
BiCGStab: Solving for omega, Initial residual = 0.000391105, Final residual = 3.26532e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000633035, Final residual = 6.50517e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.6282e-05, Final residual = 5.0426e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.09067e-05, Final residual = 4.62756e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0036086, Final residual = 2.93989e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00931326, Final residual = 9.93699e-07, No Iterations 123
time step continuity errors : sum local = 1.32329e-10, global = -6.42602e-20, cumulative = 8.60205e-19
DICPCG: Solving for p, Initial residual = 0.00170333, Final residual = 9.68507e-07, No Iterations 76
time step continuity errors : sum local = 1.28384e-10, global = -3.21107e-20, cumulative = 8.28094e-19
BiCGStab: Solving for omega, Initial residual = 2.06552e-05, Final residual = 5.30371e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.02043e-06, Final residual = 8.02043e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.36013e-06, Final residual = 3.56839e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.06659e-06, Final residual = 3.32654e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000511556, Final residual = 1.6833e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00181094, Final residual = 9.74896e-07, No Iterations 67
time step continuity errors : sum local = 1.28754e-10, global = 7.91411e-20, cumulative = 9.07235e-19
DICPCG: Solving for p, Initial residual = 0.000319674, Final residual = 9.852e-07, No Iterations 12
time step continuity errors : sum local = 1.3007e-10, global = 1.106e-19, cumulative = 1.01784e-18
BiCGStab: Solving for omega, Initial residual = 1.35287e-05, Final residual = 5.89314e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.03764e-06, Final residual = 8.03764e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.22364e-07, Final residual = 4.65653e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.88025e-07, Final residual = 4.20346e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.39061e-05, Final residual = 2.28186e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000541694, Final residual = 9.62005e-07, No Iterations 14
time step continuity errors : sum local = 1.27138e-10, global = -3.00561e-20, cumulative = 9.87779e-19
DICPCG: Solving for p, Initial residual = 9.71855e-05, Final residual = 8.34613e-07, No Iterations 5
time step continuity errors : sum local = 1.11022e-10, global = 3.33302e-20, cumulative = 1.02111e-18
BiCGStab: Solving for omega, Initial residual = 1.55752e-05, Final residual = 6.67547e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.04838e-06, Final residual = 8.04838e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.93759e-07, Final residual = 1.24666e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.77383e-07, Final residual = 9.93904e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.06137e-05, Final residual = 3.69205e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000165527, Final residual = 8.8322e-07, No Iterations 5
time step continuity errors : sum local = 1.17166e-10, global = -1.69671e-19, cumulative = 8.51439e-19
DICPCG: Solving for p, Initial residual = 3.09579e-05, Final residual = 8.94325e-07, No Iterations 3
time step continuity errors : sum local = 1.18568e-10, global = -5.31115e-20, cumulative = 7.98327e-19
BiCGStab: Solving for omega, Initial residual = 1.72531e-05, Final residual = 7.87767e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.03741e-06, Final residual = 8.03741e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11764.1 s ClockTime = 11765 s Max(PAc) = 154195 Pa
Courant Number mean: 0.061622 max: 0.98523 velocity magnitude: 1.26391
deltaT = 0.000488636
Time = 1.74192
--> Cloud: bubbleCloud
Added 175 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 643268
Mass introduced by injector = 5.86319e-10
Number of parcels added continuously = 1219
Mass introduced continuously = 1.1657e-12
Current number of parcels = 4385140
Current mass in system = 4.84258e-09
Number of parcels shifted at least once = 5151
Number of parcel shifts towards cell center = 5160
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00595993, Final user-defined norm residual = 4.94159e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.06424e-05, Final user-defined norm residual = 4.53111e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.75847e-09, Final user-defined norm residual = 2.72243e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000500554, Final residual = 3.69849e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000350539, Final residual = 1.09211e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0412186, Final residual = 1.41512e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0439965, Final residual = 9.38941e-07, No Iterations 264
time step continuity errors : sum local = 1.19457e-10, global = -1.16242e-20, cumulative = 7.86703e-19
DICPCG: Solving for p, Initial residual = 0.00506331, Final residual = 9.71271e-07, No Iterations 147
time step continuity errors : sum local = 1.28573e-10, global = 8.93575e-20, cumulative = 8.7606e-19
BiCGStab: Solving for omega, Initial residual = 0.000395389, Final residual = 3.32342e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000633449, Final residual = 6.47706e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.7225e-05, Final residual = 5.50276e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.05759e-05, Final residual = 4.50448e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0038344, Final residual = 3.60166e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00947079, Final residual = 9.50671e-07, No Iterations 138
time step continuity errors : sum local = 1.23781e-10, global = -9.01907e-20, cumulative = 7.8587e-19
DICPCG: Solving for p, Initial residual = 0.00173078, Final residual = 9.44066e-07, No Iterations 85
time step continuity errors : sum local = 1.24388e-10, global = -2.89573e-21, cumulative = 7.82974e-19
BiCGStab: Solving for omega, Initial residual = 2.59444e-05, Final residual = 7.98014e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.79698e-06, Final residual = 7.79698e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.33956e-06, Final residual = 3.65783e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.12331e-06, Final residual = 3.15267e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000568725, Final residual = 2.00056e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0018743, Final residual = 9.65482e-07, No Iterations 68
time step continuity errors : sum local = 1.27729e-10, global = 7.83349e-20, cumulative = 8.61309e-19
DICPCG: Solving for p, Initial residual = 0.00033183, Final residual = 9.8281e-07, No Iterations 28
time step continuity errors : sum local = 1.29975e-10, global = 4.77948e-20, cumulative = 9.09104e-19
BiCGStab: Solving for omega, Initial residual = 2.20218e-05, Final residual = 8.89274e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.81888e-06, Final residual = 7.81888e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.90156e-07, Final residual = 5.13203e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.67967e-07, Final residual = 2.84868e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000105384, Final residual = 2.69353e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.0005634, Final residual = 8.82763e-07, No Iterations 14
time step continuity errors : sum local = 1.1719e-10, global = 1.28774e-21, cumulative = 9.10391e-19
DICPCG: Solving for p, Initial residual = 0.000100011, Final residual = 8.80012e-07, No Iterations 6
time step continuity errors : sum local = 1.1683e-10, global = -7.42203e-20, cumulative = 8.36171e-19
BiCGStab: Solving for omega, Initial residual = 2.48367e-05, Final residual = 1.13402e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.81784e-06, Final residual = 7.81784e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.99805e-07, Final residual = 8.93681e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.89473e-07, Final residual = 5.77949e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.27927e-05, Final residual = 4.65063e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000176859, Final residual = 9.98097e-07, No Iterations 5
time step continuity errors : sum local = 1.31936e-10, global = 3.59979e-20, cumulative = 8.72169e-19
DICPCG: Solving for p, Initial residual = 3.08982e-05, Final residual = 7.79303e-07, No Iterations 3
time step continuity errors : sum local = 1.03942e-10, global = 1.76918e-19, cumulative = 1.04909e-18
BiCGStab: Solving for omega, Initial residual = 3.07794e-05, Final residual = 1.2957e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.81677e-06, Final residual = 7.81677e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11783.9 s ClockTime = 11785 s Max(PAc) = 154003 Pa
Courant Number mean: 0.0616333 max: 0.983532 velocity magnitude: 1.26956
deltaT = 0.000488636
Time = 1.74241
--> Cloud: bubbleCloud
Added 140 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 643408
Mass introduced by injector = 5.86451e-10
Number of parcels added continuously = 1243
Mass introduced continuously = 1.14509e-12
Current number of parcels = 4386013
Current mass in system = 4.84337e-09
Number of parcels shifted at least once = 5027
Number of parcel shifts towards cell center = 5033
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00599328, Final user-defined norm residual = 6.62219e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.42626e-05, Final user-defined norm residual = 1.03286e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.22456e-08, Final user-defined norm residual = 6.82019e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000498784, Final residual = 3.8835e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000353606, Final residual = 1.12384e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0425001, Final residual = 1.15637e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0514378, Final residual = 9.11416e-07, No Iterations 260
time step continuity errors : sum local = 1.16077e-10, global = 5.06241e-20, cumulative = 1.09971e-18
DICPCG: Solving for p, Initial residual = 0.00555287, Final residual = 9.78961e-07, No Iterations 143
time step continuity errors : sum local = 1.31519e-10, global = -4.35815e-20, cumulative = 1.05613e-18
BiCGStab: Solving for omega, Initial residual = 0.000401477, Final residual = 3.05796e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000633255, Final residual = 6.43957e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.68712e-05, Final residual = 5.26802e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.16057e-05, Final residual = 4.34615e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00395464, Final residual = 3.48398e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0108323, Final residual = 9.97606e-07, No Iterations 116
time step continuity errors : sum local = 1.39106e-10, global = -1.60266e-20, cumulative = 1.0401e-18
DICPCG: Solving for p, Initial residual = 0.00187324, Final residual = 8.74768e-07, No Iterations 93
time step continuity errors : sum local = 1.22022e-10, global = -1.00254e-19, cumulative = 9.3985e-19
BiCGStab: Solving for omega, Initial residual = 2.99964e-05, Final residual = 7.46962e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.28161e-06, Final residual = 8.28161e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.38763e-06, Final residual = 3.3163e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.09743e-06, Final residual = 3.15558e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000581501, Final residual = 1.95009e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00222051, Final residual = 9.64459e-07, No Iterations 47
time step continuity errors : sum local = 1.33025e-10, global = -8.36709e-20, cumulative = 8.56179e-19
DICPCG: Solving for p, Initial residual = 0.000358937, Final residual = 9.4675e-07, No Iterations 18
time step continuity errors : sum local = 1.30771e-10, global = -1.05606e-19, cumulative = 7.50573e-19
BiCGStab: Solving for omega, Initial residual = 2.04792e-05, Final residual = 7.00632e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.32603e-06, Final residual = 8.32603e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.49789e-07, Final residual = 4.57799e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.83976e-07, Final residual = 3.24096e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000109722, Final residual = 2.68143e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000620381, Final residual = 8.65559e-07, No Iterations 9
time step continuity errors : sum local = 1.20456e-10, global = -9.46658e-20, cumulative = 6.55907e-19
DICPCG: Solving for p, Initial residual = 0.000106409, Final residual = 9.64127e-07, No Iterations 4
time step continuity errors : sum local = 1.32944e-10, global = 8.08918e-24, cumulative = 6.55915e-19
BiCGStab: Solving for omega, Initial residual = 1.81854e-05, Final residual = 6.54579e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.3431e-06, Final residual = 8.3431e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.95138e-07, Final residual = 7.45936e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.7642e-07, Final residual = 4.42853e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.35052e-05, Final residual = 4.45825e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000203188, Final residual = 9.15378e-07, No Iterations 5
time step continuity errors : sum local = 1.26759e-10, global = -5.36883e-20, cumulative = 6.02227e-19
DICPCG: Solving for p, Initial residual = 3.27697e-05, Final residual = 7.39258e-07, No Iterations 3
time step continuity errors : sum local = 1.04425e-10, global = -1.23846e-20, cumulative = 5.89843e-19
BiCGStab: Solving for omega, Initial residual = 1.80716e-05, Final residual = 6.60498e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.33761e-06, Final residual = 8.33761e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11804.2 s ClockTime = 11805 s Max(PAc) = 153957 Pa
Courant Number mean: 0.0616438 max: 0.981346 velocity magnitude: 1.27416
deltaT = 0.000488636
Time = 1.7429
--> Cloud: bubbleCloud
Added 218 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 643626
Mass introduced by injector = 5.86613e-10
Number of parcels added continuously = 1139
Mass introduced continuously = 1.07134e-12
Current number of parcels = 4386875
Current mass in system = 4.84413e-09
Number of parcels shifted at least once = 5025
Number of parcel shifts towards cell center = 5037
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00589986, Final user-defined norm residual = 8.62944e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.85846e-05, Final user-defined norm residual = 8.99214e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.93658e-08, Final user-defined norm residual = 8.08174e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000492798, Final residual = 4.43162e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000350947, Final residual = 1.20724e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0434573, Final residual = 1.04849e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.048607, Final residual = 9.51972e-07, No Iterations 253
time step continuity errors : sum local = 1.20613e-10, global = 1.07983e-19, cumulative = 6.97826e-19
DICPCG: Solving for p, Initial residual = 0.0060507, Final residual = 9.56114e-07, No Iterations 119
time step continuity errors : sum local = 1.28654e-10, global = 4.81996e-20, cumulative = 7.46025e-19
BiCGStab: Solving for omega, Initial residual = 0.000381073, Final residual = 3.16379e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000633287, Final residual = 6.45026e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.5591e-05, Final residual = 4.78288e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.09412e-05, Final residual = 4.1935e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00394541, Final residual = 3.14096e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00981697, Final residual = 9.33652e-07, No Iterations 94
time step continuity errors : sum local = 1.22469e-10, global = -2.42012e-20, cumulative = 7.21824e-19
DICPCG: Solving for p, Initial residual = 0.00169946, Final residual = 9.4206e-07, No Iterations 69
time step continuity errors : sum local = 1.24676e-10, global = 5.76073e-20, cumulative = 7.79431e-19
BiCGStab: Solving for omega, Initial residual = 1.67256e-05, Final residual = 3.14912e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.36059e-06, Final residual = 8.36059e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.0652e-06, Final residual = 3.28965e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.953e-06, Final residual = 3.13215e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000592779, Final residual = 1.89181e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00205535, Final residual = 9.55848e-07, No Iterations 21
time step continuity errors : sum local = 1.26727e-10, global = 5.44994e-20, cumulative = 8.33931e-19
DICPCG: Solving for p, Initial residual = 0.00033018, Final residual = 9.73851e-07, No Iterations 11
time step continuity errors : sum local = 1.28968e-10, global = 9.62908e-21, cumulative = 8.4356e-19
BiCGStab: Solving for omega, Initial residual = 8.97121e-06, Final residual = 8.97121e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.42629e-06, Final residual = 8.42629e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.66529e-07, Final residual = 3.3081e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.01104e-07, Final residual = 2.56392e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000106302, Final residual = 2.85523e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000570185, Final residual = 9.78591e-07, No Iterations 8
time step continuity errors : sum local = 1.2957e-10, global = 6.87626e-20, cumulative = 9.12322e-19
DICPCG: Solving for p, Initial residual = 9.34913e-05, Final residual = 7.84963e-07, No Iterations 5
time step continuity errors : sum local = 1.05021e-10, global = -5.24411e-21, cumulative = 9.07078e-19
BiCGStab: Solving for omega, Initial residual = 9.09179e-06, Final residual = 9.09179e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.43007e-06, Final residual = 8.43007e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.59943e-07, Final residual = 6.90524e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.4255e-07, Final residual = 5.69576e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.27086e-05, Final residual = 4.68766e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000158344, Final residual = 9.61796e-07, No Iterations 4
time step continuity errors : sum local = 1.2743e-10, global = -2.21112e-21, cumulative = 9.04867e-19
DICPCG: Solving for p, Initial residual = 2.38763e-05, Final residual = 6.79382e-07, No Iterations 3
time step continuity errors : sum local = 9.16393e-11, global = 2.51955e-20, cumulative = 9.30063e-19
BiCGStab: Solving for omega, Initial residual = 9.10464e-06, Final residual = 9.10464e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.42655e-06, Final residual = 8.42655e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11825.6 s ClockTime = 11826 s Max(PAc) = 154797 Pa
Courant Number mean: 0.0616542 max: 0.986499 velocity magnitude: 1.27769
deltaT = 0.000488636
Time = 1.74339
--> Cloud: bubbleCloud
Added 155 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 643781
Mass introduced by injector = 5.86801e-10
Number of parcels added continuously = 1174
Mass introduced continuously = 1.11277e-12
Current number of parcels = 4387679
Current mass in system = 4.84486e-09
Number of parcels shifted at least once = 5051
Number of parcel shifts towards cell center = 5061
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00607431, Final user-defined norm residual = 7.66058e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.65091e-05, Final user-defined norm residual = 6.67967e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.43954e-08, Final user-defined norm residual = 2.79643e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000493492, Final residual = 4.4978e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000349982, Final residual = 1.15254e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0436152, Final residual = 1.25793e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0481042, Final residual = 9.90323e-07, No Iterations 183
time step continuity errors : sum local = 1.4823e-10, global = -5.39725e-20, cumulative = 8.7609e-19
DICPCG: Solving for p, Initial residual = 0.00639122, Final residual = 9.90977e-07, No Iterations 148
time step continuity errors : sum local = 1.40235e-10, global = -1.4085e-19, cumulative = 7.3524e-19
BiCGStab: Solving for omega, Initial residual = 0.000378584, Final residual = 3.08881e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000633365, Final residual = 6.41258e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.56272e-05, Final residual = 4.71332e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.10476e-05, Final residual = 4.13349e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00403914, Final residual = 3.39339e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00997238, Final residual = 8.99048e-07, No Iterations 132
time step continuity errors : sum local = 1.23073e-10, global = -1.02384e-19, cumulative = 6.32856e-19
DICPCG: Solving for p, Initial residual = 0.00168718, Final residual = 9.83297e-07, No Iterations 82
time step continuity errors : sum local = 1.35241e-10, global = -6.59482e-20, cumulative = 5.66907e-19
BiCGStab: Solving for omega, Initial residual = 1.85766e-05, Final residual = 4.39671e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.16062e-06, Final residual = 8.16062e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.00877e-06, Final residual = 3.56336e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.88232e-06, Final residual = 3.05703e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000589977, Final residual = 2.04188e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00179921, Final residual = 9.8816e-07, No Iterations 37
time step continuity errors : sum local = 1.36257e-10, global = 4.94593e-20, cumulative = 6.16367e-19
DICPCG: Solving for p, Initial residual = 0.000304533, Final residual = 9.70229e-07, No Iterations 25
time step continuity errors : sum local = 1.33927e-10, global = 1.07949e-19, cumulative = 7.24315e-19
BiCGStab: Solving for omega, Initial residual = 1.25599e-05, Final residual = 4.77168e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.19028e-06, Final residual = 8.19028e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.86591e-07, Final residual = 3.81347e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.86437e-07, Final residual = 2.50492e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000105538, Final residual = 2.92443e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00051985, Final residual = 8.9481e-07, No Iterations 12
time step continuity errors : sum local = 1.24268e-10, global = 5.01996e-20, cumulative = 7.74515e-19
DICPCG: Solving for p, Initial residual = 8.51512e-05, Final residual = 8.20798e-07, No Iterations 6
time step continuity errors : sum local = 1.14772e-10, global = -9.87632e-20, cumulative = 6.75752e-19
BiCGStab: Solving for omega, Initial residual = 1.44886e-05, Final residual = 6.00004e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.1885e-06, Final residual = 8.1885e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.3584e-07, Final residual = 7.14668e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.49029e-07, Final residual = 4.45066e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.13952e-05, Final residual = 4.89487e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000164166, Final residual = 7.67177e-07, No Iterations 4
time step continuity errors : sum local = 1.07899e-10, global = -1.08482e-19, cumulative = 5.6727e-19
DICPCG: Solving for p, Initial residual = 2.60231e-05, Final residual = 5.13181e-07, No Iterations 3
time step continuity errors : sum local = 7.53377e-11, global = -6.46163e-20, cumulative = 5.02654e-19
BiCGStab: Solving for omega, Initial residual = 1.76721e-05, Final residual = 7.27599e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.17844e-06, Final residual = 8.17844e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11845.1 s ClockTime = 11846 s Max(PAc) = 154372 Pa
Courant Number mean: 0.0616652 max: 0.982179 velocity magnitude: 1.27923
deltaT = 0.000488636
Time = 1.74387
--> Cloud: bubbleCloud
Added 165 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 643946
Mass introduced by injector = 5.86958e-10
Number of parcels added continuously = 1238
Mass introduced continuously = 1.06458e-12
Current number of parcels = 4388608
Current mass in system = 4.84562e-09
Number of parcels shifted at least once = 4914
Number of parcel shifts towards cell center = 4922
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00650786, Final user-defined norm residual = 0.000145825
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.142e-05, Final user-defined norm residual = 8.34879e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.79891e-07, Final user-defined norm residual = 5.48906e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000493468, Final residual = 4.51894e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000345239, Final residual = 1.13795e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0429254, Final residual = 1.47228e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0528041, Final residual = 9.47081e-07, No Iterations 261
time step continuity errors : sum local = 1.20645e-10, global = -3.2324e-21, cumulative = 4.99421e-19
DICPCG: Solving for p, Initial residual = 0.00725288, Final residual = 8.64229e-07, No Iterations 142
time step continuity errors : sum local = 1.14551e-10, global = 1.17503e-19, cumulative = 6.16924e-19
BiCGStab: Solving for omega, Initial residual = 0.000386924, Final residual = 3.661e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000633079, Final residual = 6.35166e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.5857e-05, Final residual = 4.87506e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.06473e-05, Final residual = 4.51408e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00398461, Final residual = 3.82277e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0101897, Final residual = 9.46524e-07, No Iterations 130
time step continuity errors : sum local = 1.2772e-10, global = -6.87249e-20, cumulative = 5.48199e-19
DICPCG: Solving for p, Initial residual = 0.00179159, Final residual = 9.89052e-07, No Iterations 86
time step continuity errors : sum local = 1.31643e-10, global = -5.79699e-20, cumulative = 4.90229e-19
BiCGStab: Solving for omega, Initial residual = 2.44366e-05, Final residual = 6.8525e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.86704e-06, Final residual = 7.86704e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.13693e-06, Final residual = 3.18328e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.966e-06, Final residual = 3.11846e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000592624, Final residual = 2.16588e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00223745, Final residual = 9.95209e-07, No Iterations 58
time step continuity errors : sum local = 1.31891e-10, global = -3.8156e-20, cumulative = 4.52073e-19
DICPCG: Solving for p, Initial residual = 0.000372708, Final residual = 9.83085e-07, No Iterations 17
time step continuity errors : sum local = 1.30322e-10, global = 8.05089e-21, cumulative = 4.60124e-19
BiCGStab: Solving for omega, Initial residual = 1.8543e-05, Final residual = 7.33391e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.91687e-06, Final residual = 7.91687e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.2893e-07, Final residual = 3.98959e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.04406e-07, Final residual = 3.5789e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000115366, Final residual = 2.99162e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000590037, Final residual = 9.05146e-07, No Iterations 12
time step continuity errors : sum local = 1.20418e-10, global = -3.14413e-20, cumulative = 4.28682e-19
DICPCG: Solving for p, Initial residual = 0.000105247, Final residual = 8.22599e-07, No Iterations 5
time step continuity errors : sum local = 1.09938e-10, global = -1.11726e-20, cumulative = 4.1751e-19
BiCGStab: Solving for omega, Initial residual = 1.98065e-05, Final residual = 8.30626e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.91582e-06, Final residual = 7.91582e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.19425e-07, Final residual = 7.48972e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.78285e-07, Final residual = 4.64464e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.32961e-05, Final residual = 5.18287e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000197292, Final residual = 7.94641e-07, No Iterations 5
time step continuity errors : sum local = 1.0639e-10, global = -1.59897e-19, cumulative = 2.57613e-19
DICPCG: Solving for p, Initial residual = 3.32558e-05, Final residual = 7.02939e-07, No Iterations 3
time step continuity errors : sum local = 9.47521e-11, global = -1.90033e-20, cumulative = 2.3861e-19
BiCGStab: Solving for omega, Initial residual = 2.24271e-05, Final residual = 9.56838e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.91509e-06, Final residual = 7.91509e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11863.9 s ClockTime = 11865 s Max(PAc) = 153841 Pa
Courant Number mean: 0.0616755 max: 0.981592 velocity magnitude: 1.27744
deltaT = 0.000488636
Time = 1.74436
--> Cloud: bubbleCloud
Added 162 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 644108
Mass introduced by injector = 5.87105e-10
Number of parcels added continuously = 1238
Mass introduced continuously = 1.11907e-12
Current number of parcels = 4389516
Current mass in system = 4.8464e-09
Number of parcels shifted at least once = 5032
Number of parcel shifts towards cell center = 5042
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00632141, Final user-defined norm residual = 0.000107711
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.32053e-05, Final user-defined norm residual = 3.1546e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.79643e-08, Final user-defined norm residual = 4.99381e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000495249, Final residual = 4.51187e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000346323, Final residual = 1.15485e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0431894, Final residual = 1.12388e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0489435, Final residual = 9.79014e-07, No Iterations 259
time step continuity errors : sum local = 1.24234e-10, global = 1.22479e-20, cumulative = 2.50858e-19
DICPCG: Solving for p, Initial residual = 0.0057286, Final residual = 9.57831e-07, No Iterations 140
time step continuity errors : sum local = 1.3087e-10, global = -9.61607e-20, cumulative = 1.54697e-19
BiCGStab: Solving for omega, Initial residual = 0.00038939, Final residual = 3.29268e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000632963, Final residual = 6.30163e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.77876e-05, Final residual = 4.77486e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.08984e-05, Final residual = 4.44339e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00415105, Final residual = 3.39727e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0109941, Final residual = 9.84398e-07, No Iterations 130
time step continuity errors : sum local = 1.33552e-10, global = -1.17295e-19, cumulative = 3.74023e-20
DICPCG: Solving for p, Initial residual = 0.00189193, Final residual = 9.44932e-07, No Iterations 69
time step continuity errors : sum local = 1.29793e-10, global = -5.89253e-20, cumulative = -2.1523e-20
BiCGStab: Solving for omega, Initial residual = 2.66694e-05, Final residual = 6.50221e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.71358e-06, Final residual = 7.71358e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.94752e-06, Final residual = 3.20522e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.23073e-06, Final residual = 2.91688e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000619787, Final residual = 1.99848e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00241804, Final residual = 9.97933e-07, No Iterations 33
time step continuity errors : sum local = 1.36975e-10, global = -4.35419e-20, cumulative = -6.50649e-20
DICPCG: Solving for p, Initial residual = 0.000404786, Final residual = 9.78379e-07, No Iterations 10
time step continuity errors : sum local = 1.34477e-10, global = 3.39124e-20, cumulative = -3.11526e-20
BiCGStab: Solving for omega, Initial residual = 2.02999e-05, Final residual = 7.13779e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.72924e-06, Final residual = 7.72924e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.21441e-06, Final residual = 4.01761e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.2473e-07, Final residual = 2.43425e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000115604, Final residual = 3.04214e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000709669, Final residual = 9.11278e-07, No Iterations 14
time step continuity errors : sum local = 1.25995e-10, global = -6.616e-21, cumulative = -3.77686e-20
DICPCG: Solving for p, Initial residual = 0.000125063, Final residual = 8.43187e-07, No Iterations 6
time step continuity errors : sum local = 1.17368e-10, global = -6.42637e-20, cumulative = -1.02032e-19
BiCGStab: Solving for omega, Initial residual = 2.18311e-05, Final residual = 8.29513e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.7587e-06, Final residual = 7.7587e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.9191e-07, Final residual = 1.00638e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.10312e-07, Final residual = 6.76328e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.39818e-05, Final residual = 5.23391e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00023318, Final residual = 9.46175e-07, No Iterations 5
time step continuity errors : sum local = 1.30413e-10, global = -6.34775e-21, cumulative = -1.0838e-19
DICPCG: Solving for p, Initial residual = 3.94682e-05, Final residual = 7.6856e-07, No Iterations 3
time step continuity errors : sum local = 1.07916e-10, global = 1.07873e-19, cumulative = -5.06974e-22
BiCGStab: Solving for omega, Initial residual = 2.442e-05, Final residual = 9.48808e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.7237e-06, Final residual = 7.7237e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11882.7 s ClockTime = 11883 s Max(PAc) = 153883 Pa
Courant Number mean: 0.0616857 max: 0.990285 velocity magnitude: 1.27791
deltaT = 0.000488636
Time = 1.74485
--> Cloud: bubbleCloud
Added 196 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 644304
Mass introduced by injector = 5.8727e-10
Number of parcels added continuously = 1230
Mass introduced continuously = 1.08165e-12
Current number of parcels = 4390420
Current mass in system = 4.84717e-09
Number of parcels shifted at least once = 4925
Number of parcel shifts towards cell center = 4939
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00609951, Final user-defined norm residual = 8.66786e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.86832e-05, Final user-defined norm residual = 1.00521e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.16673e-08, Final user-defined norm residual = 4.45304e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000491076, Final residual = 4.26641e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000344596, Final residual = 1.18762e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0422276, Final residual = 1.11366e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0477131, Final residual = 8.36684e-07, No Iterations 249
time step continuity errors : sum local = 1.06189e-10, global = -8.13765e-20, cumulative = -8.18835e-20
DICPCG: Solving for p, Initial residual = 0.00558599, Final residual = 9.65638e-07, No Iterations 129
time step continuity errors : sum local = 1.27817e-10, global = -1.00787e-19, cumulative = -1.8267e-19
BiCGStab: Solving for omega, Initial residual = 0.000391223, Final residual = 3.40222e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000632838, Final residual = 6.25589e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.52595e-05, Final residual = 4.80315e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.71529e-06, Final residual = 4.27443e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00403742, Final residual = 3.10383e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00919834, Final residual = 9.62019e-07, No Iterations 129
time step continuity errors : sum local = 1.2735e-10, global = -2.61373e-20, cumulative = -2.08808e-19
DICPCG: Solving for p, Initial residual = 0.00156221, Final residual = 9.69136e-07, No Iterations 91
time step continuity errors : sum local = 1.29703e-10, global = 7.38859e-20, cumulative = -1.34922e-19
BiCGStab: Solving for omega, Initial residual = 2.2889e-05, Final residual = 5.50346e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.9381e-06, Final residual = 7.9381e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.89423e-06, Final residual = 3.01634e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.64798e-06, Final residual = 3.02782e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000598102, Final residual = 1.85016e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0017735, Final residual = 9.86729e-07, No Iterations 46
time step continuity errors : sum local = 1.32507e-10, global = 3.15598e-20, cumulative = -1.03362e-19
DICPCG: Solving for p, Initial residual = 0.000303051, Final residual = 9.65523e-07, No Iterations 18
time step continuity errors : sum local = 1.29774e-10, global = -9.17053e-20, cumulative = -1.95067e-19
BiCGStab: Solving for omega, Initial residual = 1.51885e-05, Final residual = 5.00503e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.9737e-06, Final residual = 7.9737e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.85244e-07, Final residual = 3.19475e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.19913e-07, Final residual = 3.00419e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000109627, Final residual = 2.91719e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000459356, Final residual = 9.07856e-07, No Iterations 8
time step continuity errors : sum local = 1.22457e-10, global = 5.41039e-20, cumulative = -1.40963e-19
DICPCG: Solving for p, Initial residual = 8.5559e-05, Final residual = 7.74712e-07, No Iterations 5
time step continuity errors : sum local = 1.05507e-10, global = -1.77718e-21, cumulative = -1.42741e-19
BiCGStab: Solving for omega, Initial residual = 1.44256e-05, Final residual = 4.84897e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.98233e-06, Final residual = 7.98233e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.38154e-07, Final residual = 6.3007e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.2831e-07, Final residual = 4.22201e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.33436e-05, Final residual = 4.90683e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000150742, Final residual = 8.21167e-07, No Iterations 5
time step continuity errors : sum local = 1.11421e-10, global = -2.23358e-20, cumulative = -1.65076e-19
DICPCG: Solving for p, Initial residual = 2.52767e-05, Final residual = 6.92611e-07, No Iterations 3
time step continuity errors : sum local = 9.50601e-11, global = 6.20987e-20, cumulative = -1.02978e-19
BiCGStab: Solving for omega, Initial residual = 1.53773e-05, Final residual = 5.00448e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.97286e-06, Final residual = 7.97286e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11901.4 s ClockTime = 11902 s Max(PAc) = 154545 Pa
Courant Number mean: 0.0616961 max: 0.994085 velocity magnitude: 1.27724
deltaT = 0.000488636
Time = 1.74534
--> Cloud: bubbleCloud
Added 146 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 644450
Mass introduced by injector = 5.87417e-10
Number of parcels added continuously = 1254
Mass introduced continuously = 1.17781e-12
Current number of parcels = 4391326
Current mass in system = 4.84798e-09
Number of parcels shifted at least once = 4949
Number of parcel shifts towards cell center = 4955
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00568145, Final user-defined norm residual = 5.14689e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.10935e-05, Final user-defined norm residual = 2.63577e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.68116e-09, Final user-defined norm residual = 1.54911e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000490429, Final residual = 4.41415e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000345851, Final residual = 1.19166e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0441635, Final residual = 1.19297e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0485338, Final residual = 9.71217e-07, No Iterations 160
time step continuity errors : sum local = 1.30285e-10, global = -6.7668e-20, cumulative = -1.70646e-19
DICPCG: Solving for p, Initial residual = 0.00549677, Final residual = 9.93971e-07, No Iterations 109
time step continuity errors : sum local = 1.36809e-10, global = -1.40317e-19, cumulative = -3.10962e-19
BiCGStab: Solving for omega, Initial residual = 0.000381855, Final residual = 3.89201e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000632798, Final residual = 6.25125e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.42191e-05, Final residual = 4.68291e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.90432e-06, Final residual = 3.87036e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00414852, Final residual = 3.47869e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0085561, Final residual = 8.91931e-07, No Iterations 132
time step continuity errors : sum local = 1.28877e-10, global = 6.50198e-20, cumulative = -2.45943e-19
DICPCG: Solving for p, Initial residual = 0.00141107, Final residual = 9.48701e-07, No Iterations 70
time step continuity errors : sum local = 1.35094e-10, global = -1.74347e-21, cumulative = -2.47686e-19
BiCGStab: Solving for omega, Initial residual = 1.69068e-05, Final residual = 2.74179e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.87036e-06, Final residual = 7.87036e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.34017e-06, Final residual = 3.62867e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.40976e-06, Final residual = 2.87384e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000611689, Final residual = 2.06419e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00148963, Final residual = 9.54231e-07, No Iterations 63
time step continuity errors : sum local = 1.35405e-10, global = -6.67656e-20, cumulative = -3.14452e-19
DICPCG: Solving for p, Initial residual = 0.000234284, Final residual = 9.99384e-07, No Iterations 19
time step continuity errors : sum local = 1.41207e-10, global = -1.86666e-20, cumulative = -3.33118e-19
BiCGStab: Solving for omega, Initial residual = 9.07254e-06, Final residual = 9.07254e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.89956e-06, Final residual = 7.89956e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.33579e-07, Final residual = 5.9831e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.73959e-07, Final residual = 2.13377e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000111786, Final residual = 3.04473e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000390082, Final residual = 9.66383e-07, No Iterations 17
time step continuity errors : sum local = 1.36959e-10, global = -1.28993e-19, cumulative = -4.62111e-19
DICPCG: Solving for p, Initial residual = 6.46152e-05, Final residual = 8.72131e-07, No Iterations 5
time step continuity errors : sum local = 1.24877e-10, global = -1.97968e-19, cumulative = -6.60079e-19
BiCGStab: Solving for omega, Initial residual = 9.13708e-06, Final residual = 9.13708e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.90213e-06, Final residual = 7.90213e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.90921e-07, Final residual = 1.12392e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.04984e-07, Final residual = 4.99272e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.26675e-05, Final residual = 4.98944e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000117249, Final residual = 8.53532e-07, No Iterations 5
time step continuity errors : sum local = 1.22492e-10, global = -9.36758e-22, cumulative = -6.61016e-19
DICPCG: Solving for p, Initial residual = 1.92819e-05, Final residual = 7.47996e-07, No Iterations 3
time step continuity errors : sum local = 1.08971e-10, global = 1.32452e-19, cumulative = -5.28563e-19
BiCGStab: Solving for omega, Initial residual = 9.13613e-06, Final residual = 9.13613e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.90048e-06, Final residual = 7.90048e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11920.1 s ClockTime = 11921 s Max(PAc) = 154551 Pa
Courant Number mean: 0.061707 max: 0.994302 velocity magnitude: 1.27492
deltaT = 0.000488636
Time = 1.74583
--> Cloud: bubbleCloud
Added 124 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 644574
Mass introduced by injector = 5.8752e-10
Number of parcels added continuously = 1232
Mass introduced continuously = 1.10204e-12
Current number of parcels = 4392173
Current mass in system = 4.84872e-09
Number of parcels shifted at least once = 5090
Number of parcel shifts towards cell center = 5101
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00546691, Final user-defined norm residual = 7.38534e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.59151e-05, Final user-defined norm residual = 9.71274e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.09308e-08, Final user-defined norm residual = 5.22537e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000486958, Final residual = 4.10061e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000340524, Final residual = 1.17106e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0423888, Final residual = 1.20133e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0421311, Final residual = 9.35338e-07, No Iterations 257
time step continuity errors : sum local = 1.19389e-10, global = -5.13373e-21, cumulative = -5.33697e-19
DICPCG: Solving for p, Initial residual = 0.00419586, Final residual = 8.57877e-07, No Iterations 103
time step continuity errors : sum local = 1.18075e-10, global = -8.25558e-22, cumulative = -5.34522e-19
BiCGStab: Solving for omega, Initial residual = 0.000382779, Final residual = 3.9813e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000632721, Final residual = 6.31068e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.30004e-05, Final residual = 4.87427e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.43834e-06, Final residual = 4.37705e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00386956, Final residual = 3.35475e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00761962, Final residual = 9.51955e-07, No Iterations 128
time step continuity errors : sum local = 1.31911e-10, global = -1.05502e-20, cumulative = -5.45073e-19
DICPCG: Solving for p, Initial residual = 0.0011885, Final residual = 8.93027e-07, No Iterations 69
time step continuity errors : sum local = 1.25473e-10, global = -8.76221e-20, cumulative = -6.32695e-19
BiCGStab: Solving for omega, Initial residual = 1.91089e-05, Final residual = 3.67647e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.77696e-06, Final residual = 7.77696e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.27075e-06, Final residual = 2.98741e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.19071e-06, Final residual = 2.95243e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000558699, Final residual = 1.89253e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0013272, Final residual = 9.89674e-07, No Iterations 51
time step continuity errors : sum local = 1.38349e-10, global = -5.72684e-20, cumulative = -6.89963e-19
DICPCG: Solving for p, Initial residual = 0.000200006, Final residual = 9.46883e-07, No Iterations 16
time step continuity errors : sum local = 1.32867e-10, global = -6.94753e-20, cumulative = -7.59438e-19
BiCGStab: Solving for omega, Initial residual = 1.28046e-05, Final residual = 4.68366e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.829e-06, Final residual = 7.829e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.81352e-07, Final residual = 3.61316e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.88602e-07, Final residual = 2.85181e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000102896, Final residual = 3.05038e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000338297, Final residual = 9.16756e-07, No Iterations 8
time step continuity errors : sum local = 1.29045e-10, global = -2.78164e-20, cumulative = -7.87255e-19
DICPCG: Solving for p, Initial residual = 5.48366e-05, Final residual = 8.29065e-07, No Iterations 4
time step continuity errors : sum local = 1.17865e-10, global = 4.1049e-21, cumulative = -7.8315e-19
BiCGStab: Solving for omega, Initial residual = 1.43686e-05, Final residual = 5.65045e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.82472e-06, Final residual = 7.82472e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.68302e-07, Final residual = 5.79096e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.57573e-08, Final residual = 4.04789e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.07884e-05, Final residual = 5.27705e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.74076e-05, Final residual = 7.04487e-07, No Iterations 4
time step continuity errors : sum local = 1.01992e-10, global = -7.8233e-20, cumulative = -8.61383e-19
DICPCG: Solving for p, Initial residual = 1.61956e-05, Final residual = 5.55388e-07, No Iterations 3
time step continuity errors : sum local = 8.29935e-11, global = 6.18572e-21, cumulative = -8.55197e-19
BiCGStab: Solving for omega, Initial residual = 1.63257e-05, Final residual = 6.54865e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.82174e-06, Final residual = 7.82174e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11939.1 s ClockTime = 11940 s Max(PAc) = 154258 Pa
Courant Number mean: 0.0617179 max: 0.992766 velocity magnitude: 1.27528
deltaT = 0.000488636
Time = 1.74632
--> Cloud: bubbleCloud
Added 221 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 644795
Mass introduced by injector = 5.87701e-10
Number of parcels added continuously = 1177
Mass introduced continuously = 1.04673e-12
Current number of parcels = 4393060
Current mass in system = 4.84946e-09
Number of parcels shifted at least once = 4961
Number of parcel shifts towards cell center = 4971
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00610674, Final user-defined norm residual = 0.000107676
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.32027e-05, Final user-defined norm residual = 2.61561e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.63641e-08, Final user-defined norm residual = 3.30177e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000486777, Final residual = 4.31414e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000336221, Final residual = 1.18485e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0462257, Final residual = 1.18035e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0425425, Final residual = 9.45272e-07, No Iterations 256
time step continuity errors : sum local = 1.20405e-10, global = 5.74698e-20, cumulative = -7.97727e-19
DICPCG: Solving for p, Initial residual = 0.00440857, Final residual = 9.9234e-07, No Iterations 131
time step continuity errors : sum local = 1.28768e-10, global = 3.47428e-20, cumulative = -7.62985e-19
BiCGStab: Solving for omega, Initial residual = 0.000386348, Final residual = 4.02928e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000632103, Final residual = 6.36483e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.1811e-05, Final residual = 4.69861e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.8222e-06, Final residual = 3.96763e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00426607, Final residual = 3.50167e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0071985, Final residual = 9.31102e-07, No Iterations 131
time step continuity errors : sum local = 1.23523e-10, global = 1.86549e-21, cumulative = -7.61119e-19
DICPCG: Solving for p, Initial residual = 0.00104261, Final residual = 9.40605e-07, No Iterations 84
time step continuity errors : sum local = 1.23535e-10, global = 4.25803e-20, cumulative = -7.18539e-19
BiCGStab: Solving for omega, Initial residual = 2.0565e-05, Final residual = 5.61634e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.63711e-06, Final residual = 7.63711e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 1.73119e-06, Final residual = 3.03259e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.48942e-07, Final residual = 2.98244e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000620481, Final residual = 2.07626e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00104622, Final residual = 9.85961e-07, No Iterations 66
time step continuity errors : sum local = 1.28853e-10, global = -5.00457e-20, cumulative = -7.68584e-19
DICPCG: Solving for p, Initial residual = 0.000154854, Final residual = 9.85704e-07, No Iterations 22
time step continuity errors : sum local = 1.28824e-10, global = -3.56276e-20, cumulative = -8.04212e-19
BiCGStab: Solving for omega, Initial residual = 1.47313e-05, Final residual = 5.90556e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.65836e-06, Final residual = 7.65836e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 4.01855e-07, Final residual = 3.80934e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.13383e-07, Final residual = 2.51956e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000112984, Final residual = 3.14549e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000226923, Final residual = 9.66941e-07, No Iterations 11
time step continuity errors : sum local = 1.26417e-10, global = -1.21838e-20, cumulative = -8.16396e-19
DICPCG: Solving for p, Initial residual = 3.60528e-05, Final residual = 8.37029e-07, No Iterations 4
time step continuity errors : sum local = 1.09891e-10, global = 2.97356e-20, cumulative = -7.8666e-19
BiCGStab: Solving for omega, Initial residual = 1.63072e-05, Final residual = 6.98386e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.65774e-06, Final residual = 7.65774e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.07295e-07, Final residual = 6.6161e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.57423e-08, Final residual = 4.70386e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.38663e-05, Final residual = 5.31132e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 6.0322e-05, Final residual = 9.03305e-07, No Iterations 4
time step continuity errors : sum local = 1.18319e-10, global = 3.66588e-20, cumulative = -7.50002e-19
DICPCG: Solving for p, Initial residual = 9.97749e-06, Final residual = 9.04306e-07, No Iterations 2
time step continuity errors : sum local = 1.18445e-10, global = 1.28751e-19, cumulative = -6.21251e-19
BiCGStab: Solving for omega, Initial residual = 1.90566e-05, Final residual = 8.38939e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.65486e-06, Final residual = 7.65486e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11958.9 s ClockTime = 11960 s Max(PAc) = 154498 Pa
Courant Number mean: 0.0617289 max: 0.994868 velocity magnitude: 1.27868
deltaT = 0.000488636
Time = 1.74681
--> Cloud: bubbleCloud
Added 160 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 644955
Mass introduced by injector = 5.8785e-10
Number of parcels added continuously = 1228
Mass introduced continuously = 1.14119e-12
Current number of parcels = 4393909
Current mass in system = 4.85023e-09
Number of parcels shifted at least once = 4943
Number of parcel shifts towards cell center = 4951
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00622659, Final user-defined norm residual = 0.000158567
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.41645e-05, Final user-defined norm residual = 8.90703e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.91916e-07, Final user-defined norm residual = 6.0659e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00049014, Final residual = 4.02408e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000342091, Final residual = 1.18956e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.044437, Final residual = 1.15234e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0519925, Final residual = 9.87312e-07, No Iterations 254
time step continuity errors : sum local = 1.26551e-10, global = -4.84076e-20, cumulative = -6.69659e-19
DICPCG: Solving for p, Initial residual = 0.00698857, Final residual = 9.75512e-07, No Iterations 130
time step continuity errors : sum local = 1.27298e-10, global = 1.9479e-21, cumulative = -6.67711e-19
BiCGStab: Solving for omega, Initial residual = 0.000389441, Final residual = 3.23743e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000631342, Final residual = 6.36712e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.42254e-05, Final residual = 4.83767e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.26761e-06, Final residual = 4.5777e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00419679, Final residual = 3.5237e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00904289, Final residual = 9.40656e-07, No Iterations 84
time step continuity errors : sum local = 1.2204e-10, global = 1.81842e-20, cumulative = -6.49526e-19
DICPCG: Solving for p, Initial residual = 0.00159884, Final residual = 8.45577e-07, No Iterations 70
time step continuity errors : sum local = 1.09601e-10, global = -4.22517e-20, cumulative = -6.91778e-19
BiCGStab: Solving for omega, Initial residual = 2.21542e-05, Final residual = 5.6387e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.9726e-06, Final residual = 7.9726e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.58117e-06, Final residual = 3.14703e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.56459e-06, Final residual = 3.20688e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000607728, Final residual = 2.06191e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00161898, Final residual = 9.19348e-07, No Iterations 49
time step continuity errors : sum local = 1.19716e-10, global = -1.87429e-20, cumulative = -7.10521e-19
DICPCG: Solving for p, Initial residual = 0.000291291, Final residual = 9.60118e-07, No Iterations 30
time step continuity errors : sum local = 1.24922e-10, global = -1.42476e-20, cumulative = -7.24769e-19
BiCGStab: Solving for omega, Initial residual = 1.63351e-05, Final residual = 6.5153e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.96498e-06, Final residual = 7.96498e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.38969e-07, Final residual = 3.50722e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.02071e-07, Final residual = 3.09863e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000114713, Final residual = 3.34751e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000464512, Final residual = 9.7056e-07, No Iterations 16
time step continuity errors : sum local = 1.26275e-10, global = 9.09154e-20, cumulative = -6.33853e-19
DICPCG: Solving for p, Initial residual = 8.16185e-05, Final residual = 9.41156e-07, No Iterations 6
time step continuity errors : sum local = 1.2247e-10, global = -1.4625e-20, cumulative = -6.48478e-19
BiCGStab: Solving for omega, Initial residual = 1.80719e-05, Final residual = 8.18254e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.97479e-06, Final residual = 7.97479e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.31424e-07, Final residual = 7.27715e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.3776e-07, Final residual = 4.51926e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.37347e-05, Final residual = 5.82105e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00014991, Final residual = 8.56822e-07, No Iterations 4
time step continuity errors : sum local = 1.11596e-10, global = 6.87266e-20, cumulative = -5.79752e-19
DICPCG: Solving for p, Initial residual = 2.58103e-05, Final residual = 6.29486e-07, No Iterations 3
time step continuity errors : sum local = 8.22824e-11, global = 9.44634e-20, cumulative = -4.85288e-19
BiCGStab: Solving for omega, Initial residual = 2.21165e-05, Final residual = 9.95307e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.96393e-06, Final residual = 7.96393e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11978.5 s ClockTime = 11979 s Max(PAc) = 154139 Pa
Courant Number mean: 0.0617398 max: 0.990786 velocity magnitude: 1.28082
deltaT = 0.000488636
Time = 1.7473
--> Cloud: bubbleCloud
Added 194 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 645149
Mass introduced by injector = 5.88008e-10
Number of parcels added continuously = 1263
Mass introduced continuously = 1.15037e-12
Current number of parcels = 4394846
Current mass in system = 4.85104e-09
Number of parcels shifted at least once = 4972
Number of parcel shifts towards cell center = 4978
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00585874, Final user-defined norm residual = 0.000129309
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.78804e-05, Final user-defined norm residual = 5.44114e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.1732e-07, Final user-defined norm residual = 2.33674e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000489583, Final residual = 3.55755e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000343332, Final residual = 1.04174e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0442486, Final residual = 1.26435e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0536883, Final residual = 9.83936e-07, No Iterations 259
time step continuity errors : sum local = 1.26701e-10, global = -9.20947e-20, cumulative = -5.77383e-19
DICPCG: Solving for p, Initial residual = 0.00711038, Final residual = 9.33728e-07, No Iterations 143
time step continuity errors : sum local = 1.21926e-10, global = 3.56844e-20, cumulative = -5.41698e-19
BiCGStab: Solving for omega, Initial residual = 0.000392294, Final residual = 3.15697e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000630311, Final residual = 6.32877e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.40182e-05, Final residual = 5.01377e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.03202e-06, Final residual = 4.51451e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00397699, Final residual = 3.40803e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00898223, Final residual = 9.22245e-07, No Iterations 84
time step continuity errors : sum local = 1.19265e-10, global = 1.1591e-19, cumulative = -4.25788e-19
DICPCG: Solving for p, Initial residual = 0.00165113, Final residual = 9.34992e-07, No Iterations 67
time step continuity errors : sum local = 1.20913e-10, global = -5.73427e-20, cumulative = -4.83131e-19
BiCGStab: Solving for omega, Initial residual = 2.49862e-05, Final residual = 7.87461e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.76555e-06, Final residual = 7.76555e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.98315e-06, Final residual = 3.14958e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.51111e-06, Final residual = 3.04514e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000576778, Final residual = 1.95586e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00177795, Final residual = 9.58479e-07, No Iterations 34
time step continuity errors : sum local = 1.24227e-10, global = 3.98785e-21, cumulative = -4.79143e-19
DICPCG: Solving for p, Initial residual = 0.000318708, Final residual = 9.76963e-07, No Iterations 14
time step continuity errors : sum local = 1.26554e-10, global = 4.90359e-20, cumulative = -4.30107e-19
BiCGStab: Solving for omega, Initial residual = 1.79051e-05, Final residual = 7.62797e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.75549e-06, Final residual = 7.75549e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.87815e-07, Final residual = 3.39006e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.38208e-07, Final residual = 2.63361e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00010256, Final residual = 3.0132e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000506332, Final residual = 9.22543e-07, No Iterations 7
time step continuity errors : sum local = 1.19565e-10, global = 3.31416e-20, cumulative = -3.96965e-19
DICPCG: Solving for p, Initial residual = 9.22529e-05, Final residual = 7.28065e-07, No Iterations 5
time step continuity errors : sum local = 9.45556e-11, global = 2.6242e-21, cumulative = -3.94341e-19
BiCGStab: Solving for omega, Initial residual = 1.79821e-05, Final residual = 8.05362e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.76825e-06, Final residual = 7.76825e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.64e-07, Final residual = 5.82041e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.37603e-07, Final residual = 3.82877e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.05462e-05, Final residual = 5.05447e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000158055, Final residual = 9.44432e-07, No Iterations 5
time step continuity errors : sum local = 1.2237e-10, global = 1.38659e-21, cumulative = -3.92955e-19
DICPCG: Solving for p, Initial residual = 2.86774e-05, Final residual = 8.13601e-07, No Iterations 3
time step continuity errors : sum local = 1.05552e-10, global = -4.89579e-20, cumulative = -4.41912e-19
BiCGStab: Solving for omega, Initial residual = 1.89058e-05, Final residual = 8.43535e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.754e-06, Final residual = 7.754e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 11998.8 s ClockTime = 11999 s Max(PAc) = 153437 Pa
Courant Number mean: 0.0617501 max: 0.991292 velocity magnitude: 1.28228
deltaT = 0.000488636
Time = 1.74778
--> Cloud: bubbleCloud
Added 168 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 645317
Mass introduced by injector = 5.88143e-10
Number of parcels added continuously = 1140
Mass introduced continuously = 1.0866e-12
Current number of parcels = 4395622
Current mass in system = 4.8517e-09
Number of parcels shifted at least once = 5025
Number of parcel shifts towards cell center = 5033
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0057611, Final user-defined norm residual = 0.000164549
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.54443e-05, Final user-defined norm residual = 3.40946e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.34426e-08, Final user-defined norm residual = 4.17255e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000489296, Final residual = 4.18332e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000341946, Final residual = 1.13444e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0443418, Final residual = 1.12135e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0517185, Final residual = 9.99159e-07, No Iterations 253
time step continuity errors : sum local = 1.26959e-10, global = 2.63127e-20, cumulative = -4.156e-19
DICPCG: Solving for p, Initial residual = 0.00664098, Final residual = 9.84965e-07, No Iterations 132
time step continuity errors : sum local = 1.26384e-10, global = 2.83644e-22, cumulative = -4.15316e-19
BiCGStab: Solving for omega, Initial residual = 0.000388036, Final residual = 3.54644e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000629534, Final residual = 6.2759e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.47628e-05, Final residual = 4.90331e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.06819e-06, Final residual = 4.45578e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00415756, Final residual = 3.16551e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00912247, Final residual = 9.9184e-07, No Iterations 116
time step continuity errors : sum local = 1.31634e-10, global = 1.64382e-20, cumulative = -3.98878e-19
DICPCG: Solving for p, Initial residual = 0.00157583, Final residual = 9.98334e-07, No Iterations 100
time step continuity errors : sum local = 1.34128e-10, global = -1.84592e-21, cumulative = -4.00724e-19
BiCGStab: Solving for omega, Initial residual = 2.22982e-05, Final residual = 6.82439e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.67807e-06, Final residual = 7.67807e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.81764e-06, Final residual = 3.27621e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.42908e-06, Final residual = 3.17135e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000615799, Final residual = 1.96096e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00165269, Final residual = 9.42025e-07, No Iterations 56
time step continuity errors : sum local = 1.27574e-10, global = 8.33147e-20, cumulative = -3.17409e-19
DICPCG: Solving for p, Initial residual = 0.000298968, Final residual = 9.73473e-07, No Iterations 35
time step continuity errors : sum local = 1.31518e-10, global = -2.9485e-20, cumulative = -3.46894e-19
BiCGStab: Solving for omega, Initial residual = 1.78809e-05, Final residual = 8.23386e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.69583e-06, Final residual = 7.69583e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.80524e-07, Final residual = 3.93435e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.06502e-07, Final residual = 1.92776e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000117296, Final residual = 3.18868e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000461146, Final residual = 9.53052e-07, No Iterations 10
time step continuity errors : sum local = 1.28971e-10, global = -2.91849e-20, cumulative = -3.76079e-19
DICPCG: Solving for p, Initial residual = 8.29046e-05, Final residual = 8.45853e-07, No Iterations 6
time step continuity errors : sum local = 1.15466e-10, global = 1.26179e-19, cumulative = -2.499e-19
BiCGStab: Solving for omega, Initial residual = 2.06932e-05, Final residual = 9.74573e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.69791e-06, Final residual = 7.69791e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.3856e-07, Final residual = 6.18807e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.38268e-07, Final residual = 4.01414e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.55903e-05, Final residual = 5.47503e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000131175, Final residual = 7.99629e-07, No Iterations 5
time step continuity errors : sum local = 1.09646e-10, global = 2.36236e-20, cumulative = -2.26277e-19
DICPCG: Solving for p, Initial residual = 2.42192e-05, Final residual = 6.53089e-07, No Iterations 3
time step continuity errors : sum local = 9.11897e-11, global = -1.83734e-20, cumulative = -2.4465e-19
BiCGStab: Solving for omega, Initial residual = 2.46023e-05, Final residual = 1.13332e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.69888e-06, Final residual = 7.69888e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12017.6 s ClockTime = 12018 s Max(PAc) = 154732 Pa
Courant Number mean: 0.0617599 max: 0.996845 velocity magnitude: 1.28386
deltaT = 0.000488636
Time = 1.74827
--> Cloud: bubbleCloud
Added 177 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 645494
Mass introduced by injector = 5.88321e-10
Number of parcels added continuously = 1251
Mass introduced continuously = 1.12953e-12
Current number of parcels = 4396472
Current mass in system = 4.85241e-09
Number of parcels shifted at least once = 4904
Number of parcel shifts towards cell center = 4912
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00545698, Final user-defined norm residual = 0.000108785
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.34488e-05, Final user-defined norm residual = 3.07196e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.62179e-08, Final user-defined norm residual = 5.25562e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000489527, Final residual = 4.33058e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000344208, Final residual = 1.2074e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0438054, Final residual = 1.16799e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0501082, Final residual = 9.0174e-07, No Iterations 259
time step continuity errors : sum local = 1.13717e-10, global = -3.08391e-20, cumulative = -2.75489e-19
DICPCG: Solving for p, Initial residual = 0.00633024, Final residual = 9.27418e-07, No Iterations 140
time step continuity errors : sum local = 1.24812e-10, global = -6.72313e-20, cumulative = -3.4272e-19
BiCGStab: Solving for omega, Initial residual = 0.000394949, Final residual = 3.33695e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000628853, Final residual = 6.24611e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.51904e-05, Final residual = 4.61746e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.59383e-06, Final residual = 4.13508e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00404064, Final residual = 3.19113e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00876758, Final residual = 9.59104e-07, No Iterations 94
time step continuity errors : sum local = 1.26608e-10, global = -2.53328e-20, cumulative = -3.68053e-19
DICPCG: Solving for p, Initial residual = 0.00148994, Final residual = 9.52127e-07, No Iterations 72
time step continuity errors : sum local = 1.243e-10, global = -1.39977e-20, cumulative = -3.82051e-19
BiCGStab: Solving for omega, Initial residual = 2.76987e-05, Final residual = 8.50611e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.94669e-06, Final residual = 7.94669e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.87239e-06, Final residual = 3.49006e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.60728e-06, Final residual = 2.99157e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000602249, Final residual = 1.86202e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00163002, Final residual = 9.71712e-07, No Iterations 58
time step continuity errors : sum local = 1.26301e-10, global = 1.4593e-20, cumulative = -3.67458e-19
DICPCG: Solving for p, Initial residual = 0.000287497, Final residual = 9.67403e-07, No Iterations 19
time step continuity errors : sum local = 1.2577e-10, global = -4.9793e-21, cumulative = -3.72437e-19
BiCGStab: Solving for omega, Initial residual = 2.05858e-05, Final residual = 8.25758e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.98068e-06, Final residual = 7.98068e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.02941e-07, Final residual = 4.69624e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.97946e-07, Final residual = 2.58588e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000116827, Final residual = 2.79745e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000468251, Final residual = 8.88981e-07, No Iterations 9
time step continuity errors : sum local = 1.15833e-10, global = -4.35885e-20, cumulative = -4.16026e-19
DICPCG: Solving for p, Initial residual = 8.32286e-05, Final residual = 8.14203e-07, No Iterations 5
time step continuity errors : sum local = 1.06368e-10, global = -1.84877e-20, cumulative = -4.34513e-19
BiCGStab: Solving for omega, Initial residual = 2.00191e-05, Final residual = 8.60452e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.99727e-06, Final residual = 7.99727e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.49219e-07, Final residual = 7.09468e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.61826e-07, Final residual = 4.52365e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.58199e-05, Final residual = 4.79624e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000149949, Final residual = 8.37873e-07, No Iterations 6
time step continuity errors : sum local = 1.09362e-10, global = 1.08378e-19, cumulative = -3.26135e-19
DICPCG: Solving for p, Initial residual = 2.66482e-05, Final residual = 8.07088e-07, No Iterations 3
time step continuity errors : sum local = 1.05466e-10, global = -5.53764e-20, cumulative = -3.81512e-19
BiCGStab: Solving for omega, Initial residual = 2.10176e-05, Final residual = 9.15692e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.98458e-06, Final residual = 7.98458e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12036.4 s ClockTime = 12037 s Max(PAc) = 154917 Pa
Courant Number mean: 0.0617702 max: 0.998967 velocity magnitude: 1.28458
deltaT = 0.000488636
Time = 1.74876
--> Cloud: bubbleCloud
Added 215 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 645709
Mass introduced by injector = 5.88472e-10
Number of parcels added continuously = 1223
Mass introduced continuously = 1.08101e-12
Current number of parcels = 4397438
Current mass in system = 4.85317e-09
Number of parcels shifted at least once = 4828
Number of parcel shifts towards cell center = 4838
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00549609, Final user-defined norm residual = 9.66031e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.08189e-05, Final user-defined norm residual = 1.48753e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.20584e-08, Final user-defined norm residual = 2.36056e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000499085, Final residual = 4.00768e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00034851, Final residual = 1.06699e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0435748, Final residual = 1.12296e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0548957, Final residual = 9.32287e-07, No Iterations 258
time step continuity errors : sum local = 1.18013e-10, global = 1.40231e-19, cumulative = -2.4128e-19
DICPCG: Solving for p, Initial residual = 0.00672729, Final residual = 9.91322e-07, No Iterations 104
time step continuity errors : sum local = 1.37033e-10, global = -5.94117e-21, cumulative = -2.47221e-19
BiCGStab: Solving for omega, Initial residual = 0.000394328, Final residual = 3.87909e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000628526, Final residual = 6.23596e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.63543e-05, Final residual = 5.02038e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.05116e-05, Final residual = 4.64717e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0038675, Final residual = 3.13162e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0097148, Final residual = 9.95044e-07, No Iterations 144
time step continuity errors : sum local = 1.43747e-10, global = 2.42485e-20, cumulative = -2.22973e-19
DICPCG: Solving for p, Initial residual = 0.00173022, Final residual = 9.5369e-07, No Iterations 80
time step continuity errors : sum local = 1.40067e-10, global = -4.08957e-20, cumulative = -2.63869e-19
BiCGStab: Solving for omega, Initial residual = 2.04662e-05, Final residual = 5.04506e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.95254e-06, Final residual = 7.95254e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.76797e-06, Final residual = 3.26009e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.99448e-06, Final residual = 3.1455e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000578477, Final residual = 1.84597e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00211298, Final residual = 8.99524e-07, No Iterations 42
time step continuity errors : sum local = 1.33746e-10, global = 5.93624e-20, cumulative = -2.04506e-19
DICPCG: Solving for p, Initial residual = 0.00036428, Final residual = 9.64214e-07, No Iterations 18
time step continuity errors : sum local = 1.41969e-10, global = 3.87432e-20, cumulative = -1.65763e-19
BiCGStab: Solving for omega, Initial residual = 1.24837e-05, Final residual = 5.0348e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.00418e-06, Final residual = 8.00418e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.00795e-06, Final residual = 3.13449e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.98683e-07, Final residual = 3.13119e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000105808, Final residual = 3.02414e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000637317, Final residual = 9.68298e-07, No Iterations 15
time step continuity errors : sum local = 1.42501e-10, global = 6.10701e-20, cumulative = -1.04693e-19
DICPCG: Solving for p, Initial residual = 0.000115776, Final residual = 9.34167e-07, No Iterations 7
time step continuity errors : sum local = 1.38151e-10, global = 6.27234e-20, cumulative = -4.19696e-20
BiCGStab: Solving for omega, Initial residual = 1.34681e-05, Final residual = 6.04364e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.02928e-06, Final residual = 8.02928e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.50964e-07, Final residual = 6.61086e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.87169e-07, Final residual = 5.75133e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.19551e-05, Final residual = 4.94385e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000214779, Final residual = 8.14104e-07, No Iterations 5
time step continuity errors : sum local = 1.22884e-10, global = 3.80944e-20, cumulative = -3.87513e-21
DICPCG: Solving for p, Initial residual = 3.71436e-05, Final residual = 6.24865e-07, No Iterations 4
time step continuity errors : sum local = 9.88198e-11, global = -2.05113e-20, cumulative = -2.43864e-20
BiCGStab: Solving for omega, Initial residual = 1.576e-05, Final residual = 7.2315e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.00765e-06, Final residual = 8.00765e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12055.3 s ClockTime = 12056 s Max(PAc) = 154951 Pa
Courant Number mean: 0.0617799 max: 0.996148 velocity magnitude: 1.28283
deltaT = 0.000488636
Time = 1.74925
--> Cloud: bubbleCloud
Added 171 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 645880
Mass introduced by injector = 5.88631e-10
Number of parcels added continuously = 1229
Mass introduced continuously = 1.06889e-12
Current number of parcels = 4398331
Current mass in system = 4.85382e-09
Number of parcels shifted at least once = 4906
Number of parcel shifts towards cell center = 4913
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00575557, Final user-defined norm residual = 9.06254e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.95384e-05, Final user-defined norm residual = 6.45168e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.39097e-08, Final user-defined norm residual = 3.68099e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000498917, Final residual = 4.31027e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000351831, Final residual = 1.05137e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0424513, Final residual = 1.37111e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0553074, Final residual = 9.63573e-07, No Iterations 164
time step continuity errors : sum local = 1.3246e-10, global = -4.93769e-20, cumulative = -7.37633e-20
DICPCG: Solving for p, Initial residual = 0.00719208, Final residual = 9.25071e-07, No Iterations 149
time step continuity errors : sum local = 1.27144e-10, global = 4.10994e-20, cumulative = -3.26638e-20
BiCGStab: Solving for omega, Initial residual = 0.000393574, Final residual = 2.86497e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000628436, Final residual = 6.22516e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.7571e-05, Final residual = 4.83062e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.22095e-05, Final residual = 4.21648e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00388111, Final residual = 3.58896e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0109052, Final residual = 9.29881e-07, No Iterations 131
time step continuity errors : sum local = 1.33154e-10, global = 3.52888e-20, cumulative = 2.62496e-21
DICPCG: Solving for p, Initial residual = 0.00191995, Final residual = 9.90259e-07, No Iterations 93
time step continuity errors : sum local = 1.42702e-10, global = -9.56076e-20, cumulative = -9.29826e-20
BiCGStab: Solving for omega, Initial residual = 2.60945e-05, Final residual = 7.78444e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.92539e-06, Final residual = 7.92539e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.10566e-06, Final residual = 3.05935e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.36396e-06, Final residual = 3.11409e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000566293, Final residual = 1.94548e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00245605, Final residual = 9.91226e-07, No Iterations 63
time step continuity errors : sum local = 1.4347e-10, global = -5.10821e-20, cumulative = -1.44065e-19
DICPCG: Solving for p, Initial residual = 0.000432468, Final residual = 9.41102e-07, No Iterations 54
time step continuity errors : sum local = 1.36921e-10, global = -3.18816e-20, cumulative = -1.75946e-19
BiCGStab: Solving for omega, Initial residual = 2.07605e-05, Final residual = 9.38746e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.98531e-06, Final residual = 7.98531e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.17165e-06, Final residual = 5.24041e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.49199e-07, Final residual = 3.28556e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000102415, Final residual = 2.95657e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000728748, Final residual = 9.77866e-07, No Iterations 35
time step continuity errors : sum local = 1.41685e-10, global = 5.77647e-20, cumulative = -1.18182e-19
DICPCG: Solving for p, Initial residual = 0.000134059, Final residual = 9.83775e-07, No Iterations 8
time step continuity errors : sum local = 1.42436e-10, global = -7.25327e-20, cumulative = -1.90714e-19
BiCGStab: Solving for omega, Initial residual = 2.19029e-05, Final residual = 1.00891e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.99311e-06, Final residual = 7.99311e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.8272e-07, Final residual = 1.85173e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.35944e-07, Final residual = 1.0127e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.10786e-05, Final residual = 5.05216e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000232692, Final residual = 8.58603e-07, No Iterations 8
time step continuity errors : sum local = 1.26317e-10, global = -2.04373e-20, cumulative = -2.11152e-19
DICPCG: Solving for p, Initial residual = 4.0636e-05, Final residual = 6.88995e-07, No Iterations 4
time step continuity errors : sum local = 1.04472e-10, global = -3.74236e-20, cumulative = -2.48575e-19
BiCGStab: Solving for omega, Initial residual = 2.41245e-05, Final residual = 1.12322e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.98316e-06, Final residual = 7.98316e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12077.8 s ClockTime = 12078 s Max(PAc) = 154141 Pa
Courant Number mean: 0.0617901 max: 0.986063 velocity magnitude: 1.28188
deltaT = 0.000488636
Time = 1.74974
--> Cloud: bubbleCloud
Added 158 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 646038
Mass introduced by injector = 5.88781e-10
Number of parcels added continuously = 1243
Mass introduced continuously = 1.19582e-12
Current number of parcels = 4399210
Current mass in system = 4.85467e-09
Number of parcels shifted at least once = 4813
Number of parcel shifts towards cell center = 4823
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00543809, Final user-defined norm residual = 8.53493e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.83954e-05, Final user-defined norm residual = 1.7735e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.82252e-08, Final user-defined norm residual = 1.75335e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000493008, Final residual = 3.98826e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000343381, Final residual = 1.0915e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0425781, Final residual = 1.14285e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0557856, Final residual = 9.35901e-07, No Iterations 158
time step continuity errors : sum local = 1.29421e-10, global = -1.02527e-19, cumulative = -3.51102e-19
DICPCG: Solving for p, Initial residual = 0.00703285, Final residual = 9.50825e-07, No Iterations 141
time step continuity errors : sum local = 1.33479e-10, global = 9.72994e-20, cumulative = -2.53802e-19
BiCGStab: Solving for omega, Initial residual = 0.000391961, Final residual = 4.04776e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000628255, Final residual = 6.19102e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.773e-05, Final residual = 4.99779e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.1749e-05, Final residual = 4.53475e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00396801, Final residual = 3.229e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0120038, Final residual = 8.95671e-07, No Iterations 130
time step continuity errors : sum local = 1.27118e-10, global = 7.43312e-20, cumulative = -1.79471e-19
DICPCG: Solving for p, Initial residual = 0.00202339, Final residual = 9.85262e-07, No Iterations 94
time step continuity errors : sum local = 1.40153e-10, global = 6.34759e-21, cumulative = -1.73124e-19
BiCGStab: Solving for omega, Initial residual = 2.44344e-05, Final residual = 6.60785e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.11036e-06, Final residual = 8.11036e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.92197e-06, Final residual = 2.96545e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.5116e-06, Final residual = 3.07211e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000599889, Final residual = 1.88575e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00261515, Final residual = 9.42758e-07, No Iterations 58
time step continuity errors : sum local = 1.35155e-10, global = 3.85447e-20, cumulative = -1.34579e-19
DICPCG: Solving for p, Initial residual = 0.000450054, Final residual = 9.96695e-07, No Iterations 30
time step continuity errors : sum local = 1.42055e-10, global = -5.71029e-21, cumulative = -1.40289e-19
BiCGStab: Solving for omega, Initial residual = 1.64921e-05, Final residual = 6.72913e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.15676e-06, Final residual = 8.15676e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.26448e-06, Final residual = 4.51377e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.73705e-07, Final residual = 3.59631e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000111678, Final residual = 3.00484e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000753887, Final residual = 9.65989e-07, No Iterations 22
time step continuity errors : sum local = 1.38118e-10, global = 5.18838e-20, cumulative = -8.84054e-20
DICPCG: Solving for p, Initial residual = 0.000130971, Final residual = 9.18451e-07, No Iterations 5
time step continuity errors : sum local = 1.32017e-10, global = -1.1655e-20, cumulative = -1.0006e-19
BiCGStab: Solving for omega, Initial residual = 1.64436e-05, Final residual = 7.33126e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.17012e-06, Final residual = 8.17012e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.03562e-07, Final residual = 1.11119e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.3951e-07, Final residual = 6.56467e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.31419e-05, Final residual = 4.94325e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000259908, Final residual = 9.16161e-07, No Iterations 6
time step continuity errors : sum local = 1.31721e-10, global = -2.55857e-20, cumulative = -1.25646e-19
DICPCG: Solving for p, Initial residual = 4.36864e-05, Final residual = 9.76271e-07, No Iterations 3
time step continuity errors : sum local = 1.39414e-10, global = 2.14188e-20, cumulative = -1.04227e-19
BiCGStab: Solving for omega, Initial residual = 1.74044e-05, Final residual = 7.80333e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.15857e-06, Final residual = 8.15857e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12099.5 s ClockTime = 12100 s Max(PAc) = 154228 Pa
Courant Number mean: 0.0617999 max: 0.982422 velocity magnitude: 1.28147
deltaT = 0.000488636
Time = 1.75023
--> Cloud: bubbleCloud
Added 116 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 646154
Mass introduced by injector = 5.88883e-10
Number of parcels added continuously = 1164
Mass introduced continuously = 1.17732e-12
Current number of parcels = 4399988
Current mass in system = 4.8555e-09
Number of parcels shifted at least once = 4836
Number of parcel shifts towards cell center = 4841
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00567339, Final user-defined norm residual = 0.000174121
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.75116e-05, Final user-defined norm residual = 6.57205e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.41587e-07, Final user-defined norm residual = 2.17374e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000494238, Final residual = 3.9813e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000343358, Final residual = 1.15468e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0433403, Final residual = 1.16502e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0548354, Final residual = 9.53353e-07, No Iterations 251
time step continuity errors : sum local = 1.2174e-10, global = 2.39839e-21, cumulative = -1.01829e-19
DICPCG: Solving for p, Initial residual = 0.00667027, Final residual = 9.89022e-07, No Iterations 127
time step continuity errors : sum local = 1.25981e-10, global = -4.36869e-20, cumulative = -1.45516e-19
BiCGStab: Solving for omega, Initial residual = 0.000390378, Final residual = 3.09746e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000627947, Final residual = 6.16672e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.58026e-05, Final residual = 4.53895e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.15313e-05, Final residual = 4.40119e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00404532, Final residual = 3.19864e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0101071, Final residual = 9.88856e-07, No Iterations 104
time step continuity errors : sum local = 1.27416e-10, global = 1.82429e-20, cumulative = -1.27273e-19
DICPCG: Solving for p, Initial residual = 0.00182302, Final residual = 9.51792e-07, No Iterations 69
time step continuity errors : sum local = 1.2423e-10, global = -8.8343e-21, cumulative = -1.36107e-19
BiCGStab: Solving for omega, Initial residual = 2.40408e-05, Final residual = 6.83234e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.14313e-06, Final residual = 8.14313e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.4596e-06, Final residual = 2.89578e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.25327e-06, Final residual = 2.94639e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000619772, Final residual = 1.88393e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00237988, Final residual = 9.61031e-07, No Iterations 55
time step continuity errors : sum local = 1.25874e-10, global = -5.47085e-20, cumulative = -1.90816e-19
DICPCG: Solving for p, Initial residual = 0.000390505, Final residual = 9.78267e-07, No Iterations 15
time step continuity errors : sum local = 1.28047e-10, global = 1.38612e-20, cumulative = -1.76955e-19
BiCGStab: Solving for omega, Initial residual = 1.81079e-05, Final residual = 7.94497e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.16547e-06, Final residual = 8.16547e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.04387e-06, Final residual = 3.37682e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.24539e-07, Final residual = 3.20774e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000117447, Final residual = 2.86159e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000662579, Final residual = 9.9348e-07, No Iterations 13
time step continuity errors : sum local = 1.29988e-10, global = -1.69384e-19, cumulative = -3.46338e-19
DICPCG: Solving for p, Initial residual = 0.00011478, Final residual = 8.28991e-07, No Iterations 6
time step continuity errors : sum local = 1.09021e-10, global = -4.06487e-20, cumulative = -3.86987e-19
BiCGStab: Solving for omega, Initial residual = 2.17521e-05, Final residual = 9.68845e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.17976e-06, Final residual = 8.17976e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.32238e-07, Final residual = 6.18372e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.05736e-07, Final residual = 4.95377e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.49258e-05, Final residual = 4.74044e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000218406, Final residual = 8.59906e-07, No Iterations 5
time step continuity errors : sum local = 1.12956e-10, global = 1.09002e-20, cumulative = -3.76087e-19
DICPCG: Solving for p, Initial residual = 3.71352e-05, Final residual = 7.85451e-07, No Iterations 3
time step continuity errors : sum local = 1.03468e-10, global = -3.71237e-21, cumulative = -3.79799e-19
BiCGStab: Solving for omega, Initial residual = 2.57167e-05, Final residual = 1.1131e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.1504e-06, Final residual = 8.1504e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12119.2 s ClockTime = 12120 s Max(PAc) = 154975 Pa
Courant Number mean: 0.0618099 max: 0.986018 velocity magnitude: 1.28166
deltaT = 0.000488636
Time = 1.75072
--> Cloud: bubbleCloud
Added 248 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 646402
Mass introduced by injector = 5.89098e-10
Number of parcels added continuously = 1259
Mass introduced continuously = 1.19187e-12
Current number of parcels = 4401001
Current mass in system = 4.85644e-09
Number of parcels shifted at least once = 4838
Number of parcel shifts towards cell center = 4842
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00576629, Final user-defined norm residual = 0.000180353
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.88915e-05, Final user-defined norm residual = 5.69629e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.22837e-07, Final user-defined norm residual = 3.13142e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000487034, Final residual = 4.29302e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000336992, Final residual = 1.14625e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0444498, Final residual = 1.25592e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0515132, Final residual = 9.83311e-07, No Iterations 256
time step continuity errors : sum local = 1.26055e-10, global = -3.17288e-20, cumulative = -4.11528e-19
DICPCG: Solving for p, Initial residual = 0.00557062, Final residual = 9.31376e-07, No Iterations 143
time step continuity errors : sum local = 1.22388e-10, global = 4.89659e-20, cumulative = -3.62562e-19
BiCGStab: Solving for omega, Initial residual = 0.000392697, Final residual = 3.77557e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.0006273, Final residual = 6.16907e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.47871e-05, Final residual = 4.47514e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.51999e-06, Final residual = 3.9905e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00420126, Final residual = 3.49531e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00879138, Final residual = 9.98285e-07, No Iterations 134
time step continuity errors : sum local = 1.29399e-10, global = -4.03744e-20, cumulative = -4.02936e-19
DICPCG: Solving for p, Initial residual = 0.00146102, Final residual = 9.04483e-07, No Iterations 83
time step continuity errors : sum local = 1.1751e-10, global = -5.37175e-20, cumulative = -4.56654e-19
BiCGStab: Solving for omega, Initial residual = 3.25383e-05, Final residual = 9.61881e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.70533e-06, Final residual = 7.70533e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.12351e-06, Final residual = 3.43641e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.68792e-06, Final residual = 2.87824e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000652451, Final residual = 2.08968e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00197624, Final residual = 9.99523e-07, No Iterations 30
time step continuity errors : sum local = 1.30186e-10, global = 2.7246e-20, cumulative = -4.29408e-19
DICPCG: Solving for p, Initial residual = 0.000310484, Final residual = 9.50872e-07, No Iterations 9
time step continuity errors : sum local = 1.23892e-10, global = -1.75513e-20, cumulative = -4.46959e-19
BiCGStab: Solving for omega, Initial residual = 2.92405e-05, Final residual = 1.07981e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.70749e-06, Final residual = 7.70749e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.5694e-07, Final residual = 4.20208e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.78684e-07, Final residual = 2.60189e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000124456, Final residual = 3.28799e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000498036, Final residual = 9.84136e-07, No Iterations 12
time step continuity errors : sum local = 1.28197e-10, global = 1.30758e-19, cumulative = -3.16201e-19
DICPCG: Solving for p, Initial residual = 8.72851e-05, Final residual = 9.02075e-07, No Iterations 5
time step continuity errors : sum local = 1.17615e-10, global = -1.17274e-22, cumulative = -3.16318e-19
BiCGStab: Solving for omega, Initial residual = 3.34841e-05, Final residual = 1.23981e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.73424e-06, Final residual = 7.73424e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.68459e-07, Final residual = 1.18934e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.29072e-07, Final residual = 8.00308e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.59458e-05, Final residual = 5.61406e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000170207, Final residual = 9.07165e-07, No Iterations 5
time step continuity errors : sum local = 1.18271e-10, global = -5.34968e-20, cumulative = -3.69815e-19
DICPCG: Solving for p, Initial residual = 2.69479e-05, Final residual = 7.44094e-07, No Iterations 3
time step continuity errors : sum local = 9.72559e-11, global = 3.3211e-20, cumulative = -3.36604e-19
BiCGStab: Solving for omega, Initial residual = 3.8692e-05, Final residual = 1.48411e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.6892e-06, Final residual = 7.6892e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12138.5 s ClockTime = 12139 s Max(PAc) = 153777 Pa
Courant Number mean: 0.0618208 max: 0.987478 velocity magnitude: 1.28008
deltaT = 0.000488636
Time = 1.7512
--> Cloud: bubbleCloud
Added 161 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 646563
Mass introduced by injector = 5.89247e-10
Number of parcels added continuously = 1211
Mass introduced continuously = 1.11019e-12
Current number of parcels = 4401873
Current mass in system = 4.85725e-09
Number of parcels shifted at least once = 4930
Number of parcel shifts towards cell center = 4937
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00604065, Final user-defined norm residual = 8.66388e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.86695e-05, Final user-defined norm residual = 1.45243e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.12986e-08, Final user-defined norm residual = 1.6448e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000482599, Final residual = 4.21028e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000330638, Final residual = 1.14678e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0452004, Final residual = 1.07191e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0421241, Final residual = 9.12266e-07, No Iterations 262
time step continuity errors : sum local = 1.17418e-10, global = -9.62963e-21, cumulative = -3.46233e-19
DICPCG: Solving for p, Initial residual = 0.00448092, Final residual = 9.93521e-07, No Iterations 143
time step continuity errors : sum local = 1.37385e-10, global = -8.5179e-20, cumulative = -4.31413e-19
BiCGStab: Solving for omega, Initial residual = 0.000398103, Final residual = 3.03062e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000626739, Final residual = 6.14576e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.31115e-05, Final residual = 4.92864e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.46648e-06, Final residual = 4.26329e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00404315, Final residual = 3.08009e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00765411, Final residual = 9.58976e-07, No Iterations 131
time step continuity errors : sum local = 1.27358e-10, global = -8.12095e-20, cumulative = -5.12622e-19
DICPCG: Solving for p, Initial residual = 0.00130263, Final residual = 9.68557e-07, No Iterations 71
time step continuity errors : sum local = 1.26872e-10, global = -3.59843e-20, cumulative = -5.48606e-19
BiCGStab: Solving for omega, Initial residual = 3.13671e-05, Final residual = 7.4668e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.61201e-06, Final residual = 7.61201e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.18674e-06, Final residual = 2.92368e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.28596e-06, Final residual = 2.90204e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000606161, Final residual = 1.88712e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00117942, Final residual = 9.59293e-07, No Iterations 60
time step continuity errors : sum local = 1.24996e-10, global = -9.81348e-20, cumulative = -6.46741e-19
DICPCG: Solving for p, Initial residual = 0.000206367, Final residual = 9.87561e-07, No Iterations 33
time step continuity errors : sum local = 1.2862e-10, global = -6.04817e-20, cumulative = -7.07223e-19
BiCGStab: Solving for omega, Initial residual = 2.3798e-05, Final residual = 6.34111e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.60017e-06, Final residual = 7.60017e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.43915e-07, Final residual = 3.67724e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.09265e-07, Final residual = 1.90651e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000107016, Final residual = 2.86136e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000342108, Final residual = 9.80819e-07, No Iterations 16
time step continuity errors : sum local = 1.27733e-10, global = -1.00275e-20, cumulative = -7.1725e-19
DICPCG: Solving for p, Initial residual = 5.22408e-05, Final residual = 9.02542e-07, No Iterations 5
time step continuity errors : sum local = 1.1764e-10, global = 2.5657e-21, cumulative = -7.14685e-19
BiCGStab: Solving for omega, Initial residual = 2.09767e-05, Final residual = 5.48846e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.63657e-06, Final residual = 7.63657e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.46365e-07, Final residual = 7.4325e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.64381e-08, Final residual = 4.19685e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.18717e-05, Final residual = 4.78278e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.37349e-05, Final residual = 8.59726e-07, No Iterations 5
time step continuity errors : sum local = 1.12122e-10, global = -1.78555e-20, cumulative = -7.3254e-19
DICPCG: Solving for p, Initial residual = 1.49672e-05, Final residual = 6.94814e-07, No Iterations 3
time step continuity errors : sum local = 9.08711e-11, global = -1.84689e-20, cumulative = -7.51009e-19
BiCGStab: Solving for omega, Initial residual = 2.06632e-05, Final residual = 5.19064e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.60406e-06, Final residual = 7.60406e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12157.4 s ClockTime = 12158 s Max(PAc) = 153753 Pa
Courant Number mean: 0.0618311 max: 0.990714 velocity magnitude: 1.27667
deltaT = 0.000488636
Time = 1.75169
--> Cloud: bubbleCloud
Added 126 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 646689
Mass introduced by injector = 5.89358e-10
Number of parcels added continuously = 1138
Mass introduced continuously = 1.06264e-12
Current number of parcels = 4402630
Current mass in system = 4.85797e-09
Number of parcels shifted at least once = 4830
Number of parcel shifts towards cell center = 4839
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00618651, Final user-defined norm residual = 9.82896e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.11662e-05, Final user-defined norm residual = 1.56052e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.36059e-08, Final user-defined norm residual = 1.12065e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000484601, Final residual = 3.92749e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000334422, Final residual = 1.179e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0448228, Final residual = 1.19252e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0500441, Final residual = 9.05905e-07, No Iterations 255
time step continuity errors : sum local = 1.15825e-10, global = -7.23752e-20, cumulative = -8.23384e-19
DICPCG: Solving for p, Initial residual = 0.00563918, Final residual = 9.41097e-07, No Iterations 149
time step continuity errors : sum local = 1.39305e-10, global = 7.5949e-20, cumulative = -7.47435e-19
BiCGStab: Solving for omega, Initial residual = 0.000379095, Final residual = 3.30452e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000625618, Final residual = 6.09915e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.28478e-05, Final residual = 4.63522e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.00474e-06, Final residual = 4.22388e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00409369, Final residual = 3.17827e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00829566, Final residual = 8.75446e-07, No Iterations 239
time step continuity errors : sum local = 1.11314e-10, global = -1.40398e-19, cumulative = -8.87833e-19
DICPCG: Solving for p, Initial residual = 0.00130329, Final residual = 9.56995e-07, No Iterations 70
time step continuity errors : sum local = 1.22352e-10, global = -8.90721e-20, cumulative = -9.76905e-19
BiCGStab: Solving for omega, Initial residual = 1.92888e-05, Final residual = 4.13976e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.66128e-06, Final residual = 7.66128e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.40959e-06, Final residual = 2.85671e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.34863e-06, Final residual = 2.84073e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000623055, Final residual = 1.89909e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00146174, Final residual = 9.8002e-07, No Iterations 41
time step continuity errors : sum local = 1.25059e-10, global = -5.48554e-20, cumulative = -1.03176e-18
DICPCG: Solving for p, Initial residual = 0.000215614, Final residual = 9.97749e-07, No Iterations 15
time step continuity errors : sum local = 1.27288e-10, global = 3.37849e-20, cumulative = -9.97976e-19
BiCGStab: Solving for omega, Initial residual = 1.25901e-05, Final residual = 4.30505e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.70815e-06, Final residual = 7.70815e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.88948e-07, Final residual = 2.91369e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.18975e-07, Final residual = 2.47033e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000115639, Final residual = 2.89568e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000374645, Final residual = 9.21568e-07, No Iterations 10
time step continuity errors : sum local = 1.17605e-10, global = -3.54034e-20, cumulative = -1.03338e-18
DICPCG: Solving for p, Initial residual = 6.23165e-05, Final residual = 8.05891e-07, No Iterations 5
time step continuity errors : sum local = 1.02897e-10, global = 4.59157e-20, cumulative = -9.87463e-19
BiCGStab: Solving for omega, Initial residual = 1.26736e-05, Final residual = 5.22084e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.71758e-06, Final residual = 7.71758e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.73122e-07, Final residual = 5.37315e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.03961e-08, Final residual = 4.13499e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.41933e-05, Final residual = 4.90249e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000102589, Final residual = 9.73497e-07, No Iterations 4
time step continuity errors : sum local = 1.24202e-10, global = -4.53399e-20, cumulative = -1.0328e-18
DICPCG: Solving for p, Initial residual = 1.73361e-05, Final residual = 5.89151e-07, No Iterations 3
time step continuity errors : sum local = 7.53466e-11, global = -4.29979e-21, cumulative = -1.0371e-18
BiCGStab: Solving for omega, Initial residual = 1.38889e-05, Final residual = 5.87243e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.70991e-06, Final residual = 7.70991e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12176.3 s ClockTime = 12177 s Max(PAc) = 154147 Pa
Courant Number mean: 0.0618408 max: 0.988598 velocity magnitude: 1.27309
deltaT = 0.000488636
Time = 1.75218
--> Cloud: bubbleCloud
Added 194 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 646883
Mass introduced by injector = 5.89535e-10
Number of parcels added continuously = 1170
Mass introduced continuously = 1.06495e-12
Current number of parcels = 4403449
Current mass in system = 4.85873e-09
Number of parcels shifted at least once = 4867
Number of parcel shifts towards cell center = 4870
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00567197, Final user-defined norm residual = 0.000130608
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.81482e-05, Final user-defined norm residual = 3.50494e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.55387e-08, Final user-defined norm residual = 7.45547e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000483939, Final residual = 3.87162e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000334376, Final residual = 1.12258e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0432279, Final residual = 1.17568e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0481259, Final residual = 9.67945e-07, No Iterations 164
time step continuity errors : sum local = 1.51068e-10, global = -5.95946e-20, cumulative = -1.0967e-18
DICPCG: Solving for p, Initial residual = 0.00527262, Final residual = 8.8914e-07, No Iterations 248
time step continuity errors : sum local = 1.11864e-10, global = -2.63331e-20, cumulative = -1.12303e-18
BiCGStab: Solving for omega, Initial residual = 0.000375324, Final residual = 3.39336e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000624772, Final residual = 6.14668e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.36008e-05, Final residual = 4.82295e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.90226e-06, Final residual = 4.35907e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00402967, Final residual = 3.25584e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00851451, Final residual = 9.44925e-07, No Iterations 99
time step continuity errors : sum local = 1.26163e-10, global = -5.69308e-20, cumulative = -1.17996e-18
DICPCG: Solving for p, Initial residual = 0.00140969, Final residual = 9.69693e-07, No Iterations 103
time step continuity errors : sum local = 1.30897e-10, global = -6.24554e-20, cumulative = -1.24242e-18
BiCGStab: Solving for omega, Initial residual = 2.17837e-05, Final residual = 5.97712e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.82762e-06, Final residual = 7.82762e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.49645e-06, Final residual = 3.15352e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.44781e-06, Final residual = 2.82753e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00060615, Final residual = 1.82677e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00152886, Final residual = 9.87167e-07, No Iterations 42
time step continuity errors : sum local = 1.33481e-10, global = 5.85439e-20, cumulative = -1.18387e-18
DICPCG: Solving for p, Initial residual = 0.000257688, Final residual = 9.48948e-07, No Iterations 12
time step continuity errors : sum local = 1.28672e-10, global = 3.23255e-20, cumulative = -1.15155e-18
BiCGStab: Solving for omega, Initial residual = 1.7865e-05, Final residual = 8.14185e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.89154e-06, Final residual = 7.89154e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.93406e-07, Final residual = 3.71649e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.59055e-07, Final residual = 2.12142e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00010966, Final residual = 2.83869e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000405362, Final residual = 9.67004e-07, No Iterations 13
time step continuity errors : sum local = 1.30964e-10, global = -2.65482e-20, cumulative = -1.1781e-18
DICPCG: Solving for p, Initial residual = 7.19188e-05, Final residual = 9.34308e-07, No Iterations 5
time step continuity errors : sum local = 1.26837e-10, global = 4.66634e-20, cumulative = -1.13143e-18
BiCGStab: Solving for omega, Initial residual = 1.93221e-05, Final residual = 9.16117e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.87442e-06, Final residual = 7.87442e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.89315e-07, Final residual = 8.21625e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.14494e-07, Final residual = 5.04591e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.31737e-05, Final residual = 4.7772e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000118171, Final residual = 8.08443e-07, No Iterations 5
time step continuity errors : sum local = 1.10955e-10, global = -3.59348e-20, cumulative = -1.16737e-18
DICPCG: Solving for p, Initial residual = 2.10643e-05, Final residual = 7.54629e-07, No Iterations 3
time step continuity errors : sum local = 1.04163e-10, global = -1.19216e-19, cumulative = -1.28658e-18
BiCGStab: Solving for omega, Initial residual = 2.22794e-05, Final residual = 1.04371e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.8894e-06, Final residual = 7.8894e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12197.3 s ClockTime = 12198 s Max(PAc) = 155038 Pa
Courant Number mean: 0.0618503 max: 0.986749 velocity magnitude: 1.27171
deltaT = 0.000488636
Time = 1.75267
--> Cloud: bubbleCloud
Added 186 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 647069
Mass introduced by injector = 5.89688e-10
Number of parcels added continuously = 1234
Mass introduced continuously = 1.18112e-12
Current number of parcels = 4404346
Current mass in system = 4.85955e-09
Number of parcels shifted at least once = 4919
Number of parcel shifts towards cell center = 4928
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00574076, Final user-defined norm residual = 6.82936e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.4721e-05, Final user-defined norm residual = 7.04402e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.5184e-08, Final user-defined norm residual = 2.8267e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000481735, Final residual = 3.99278e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00033594, Final residual = 1.02584e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0427897, Final residual = 1.17548e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0432811, Final residual = 9.89736e-07, No Iterations 253
time step continuity errors : sum local = 1.25621e-10, global = -1.23546e-20, cumulative = -1.29894e-18
DICPCG: Solving for p, Initial residual = 0.00446319, Final residual = 9.45512e-07, No Iterations 141
time step continuity errors : sum local = 1.28885e-10, global = -3.84681e-21, cumulative = -1.30278e-18
BiCGStab: Solving for omega, Initial residual = 0.000376847, Final residual = 2.73482e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000624155, Final residual = 6.13235e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.33357e-05, Final residual = 4.68435e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.92008e-06, Final residual = 4.1365e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00384874, Final residual = 3.20985e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00785258, Final residual = 9.8679e-07, No Iterations 115
time step continuity errors : sum local = 1.32745e-10, global = -1.17411e-19, cumulative = -1.4202e-18
DICPCG: Solving for p, Initial residual = 0.00132313, Final residual = 9.25035e-07, No Iterations 71
time step continuity errors : sum local = 1.23277e-10, global = -6.89924e-20, cumulative = -1.48919e-18
BiCGStab: Solving for omega, Initial residual = 2.1943e-05, Final residual = 6.37124e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.66693e-06, Final residual = 7.66693e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.52019e-06, Final residual = 2.74416e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.44764e-06, Final residual = 2.93558e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000565974, Final residual = 1.84927e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00136376, Final residual = 9.36654e-07, No Iterations 27
time step continuity errors : sum local = 1.24538e-10, global = 1.98152e-20, cumulative = -1.46937e-18
DICPCG: Solving for p, Initial residual = 0.00023388, Final residual = 9.78302e-07, No Iterations 21
time step continuity errors : sum local = 1.29853e-10, global = -5.83271e-21, cumulative = -1.47521e-18
BiCGStab: Solving for omega, Initial residual = 1.44626e-05, Final residual = 6.29181e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.67338e-06, Final residual = 7.67338e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.85678e-07, Final residual = 2.67901e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.82245e-07, Final residual = 2.44291e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000105966, Final residual = 2.83978e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00037283, Final residual = 9.84937e-07, No Iterations 14
time step continuity errors : sum local = 1.30689e-10, global = 1.29793e-19, cumulative = -1.34541e-18
DICPCG: Solving for p, Initial residual = 6.36833e-05, Final residual = 9.18511e-07, No Iterations 5
time step continuity errors : sum local = 1.22197e-10, global = 8.40108e-20, cumulative = -1.2614e-18
BiCGStab: Solving for omega, Initial residual = 1.42837e-05, Final residual = 6.37203e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.69057e-06, Final residual = 7.69057e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.83741e-07, Final residual = 5.86051e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.20045e-07, Final residual = 4.39265e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.16971e-05, Final residual = 4.86152e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000103278, Final residual = 6.85507e-07, No Iterations 5
time step continuity errors : sum local = 9.24287e-11, global = -2.23474e-20, cumulative = -1.28375e-18
DICPCG: Solving for p, Initial residual = 1.96002e-05, Final residual = 6.95286e-07, No Iterations 3
time step continuity errors : sum local = 9.36758e-11, global = 5.0571e-20, cumulative = -1.23318e-18
BiCGStab: Solving for omega, Initial residual = 1.48195e-05, Final residual = 6.84635e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.67565e-06, Final residual = 7.67565e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12217 s ClockTime = 12218 s Max(PAc) = 154723 Pa
Courant Number mean: 0.0618603 max: 0.984593 velocity magnitude: 1.27315
deltaT = 0.000488636
Time = 1.75316
--> Cloud: bubbleCloud
Added 177 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 647246
Mass introduced by injector = 5.89846e-10
Number of parcels added continuously = 1223
Mass introduced continuously = 1.16163e-12
Current number of parcels = 4405195
Current mass in system = 4.86034e-09
Number of parcels shifted at least once = 4850
Number of parcel shifts towards cell center = 4858
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00575571, Final user-defined norm residual = 0.000133845
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.88406e-05, Final user-defined norm residual = 3.93945e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.48884e-08, Final user-defined norm residual = 9.47336e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000487704, Final residual = 3.53993e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000336503, Final residual = 1.09183e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0415267, Final residual = 1.22721e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0500018, Final residual = 9.72982e-07, No Iterations 160
time step continuity errors : sum local = 1.43013e-10, global = -3.43843e-20, cumulative = -1.26756e-18
DICPCG: Solving for p, Initial residual = 0.00615024, Final residual = 9.57851e-07, No Iterations 109
time step continuity errors : sum local = 1.38346e-10, global = -1.58626e-20, cumulative = -1.28342e-18
BiCGStab: Solving for omega, Initial residual = 0.000372129, Final residual = 3.2117e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000623241, Final residual = 6.12754e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.46323e-05, Final residual = 4.55586e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.90973e-06, Final residual = 4.03996e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00369183, Final residual = 3.47075e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00864301, Final residual = 9.11986e-07, No Iterations 132
time step continuity errors : sum local = 1.33309e-10, global = -1.06398e-19, cumulative = -1.38982e-18
DICPCG: Solving for p, Initial residual = 0.00147508, Final residual = 9.94113e-07, No Iterations 99
time step continuity errors : sum local = 1.45554e-10, global = -1.80005e-20, cumulative = -1.40782e-18
BiCGStab: Solving for omega, Initial residual = 1.76935e-05, Final residual = 3.63611e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.54905e-06, Final residual = 7.54905e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.90413e-06, Final residual = 2.8091e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.73663e-06, Final residual = 2.95077e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000533972, Final residual = 2.00236e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00169937, Final residual = 9.24462e-07, No Iterations 54
time step continuity errors : sum local = 1.36734e-10, global = 1.09873e-19, cumulative = -1.29795e-18
DICPCG: Solving for p, Initial residual = 0.000277812, Final residual = 9.70819e-07, No Iterations 29
time step continuity errors : sum local = 1.42728e-10, global = 2.72848e-20, cumulative = -1.27066e-18
BiCGStab: Solving for omega, Initial residual = 1.05691e-05, Final residual = 3.89729e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.56905e-06, Final residual = 7.56905e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.83923e-07, Final residual = 3.92375e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.89728e-07, Final residual = 3.14169e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.71684e-05, Final residual = 2.75613e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000438752, Final residual = 9.87882e-07, No Iterations 21
time step continuity errors : sum local = 1.44939e-10, global = 1.5697e-21, cumulative = -1.2691e-18
DICPCG: Solving for p, Initial residual = 8.26887e-05, Final residual = 9.81812e-07, No Iterations 5
time step continuity errors : sum local = 1.44141e-10, global = 4.19063e-20, cumulative = -1.22719e-18
BiCGStab: Solving for omega, Initial residual = 1.10465e-05, Final residual = 4.76083e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.59153e-06, Final residual = 7.59153e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.37493e-07, Final residual = 9.3402e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.41957e-07, Final residual = 5.55517e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.93512e-05, Final residual = 4.68387e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000130348, Final residual = 9.11026e-07, No Iterations 6
time step continuity errors : sum local = 1.34943e-10, global = 3.15702e-20, cumulative = -1.19562e-18
DICPCG: Solving for p, Initial residual = 2.37666e-05, Final residual = 9.12298e-07, No Iterations 3
time step continuity errors : sum local = 1.35106e-10, global = -1.22435e-19, cumulative = -1.31805e-18
BiCGStab: Solving for omega, Initial residual = 1.2836e-05, Final residual = 6.01001e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.57082e-06, Final residual = 7.57082e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12235.7 s ClockTime = 12236 s Max(PAc) = 153792 Pa
Courant Number mean: 0.0618702 max: 0.978078 velocity magnitude: 1.27533
deltaT = 0.000488636
Time = 1.75365
--> Cloud: bubbleCloud
Added 159 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 647405
Mass introduced by injector = 5.89984e-10
Number of parcels added continuously = 1158
Mass introduced continuously = 1.06956e-12
Current number of parcels = 4405872
Current mass in system = 4.8608e-09
Number of parcels shifted at least once = 4927
Number of parcel shifts towards cell center = 4933
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00618748, Final user-defined norm residual = 0.000260354
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.60966e-05, Final user-defined norm residual = 1.40904e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.03617e-07, Final user-defined norm residual = 1.56184e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000489226, Final residual = 3.65084e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000337353, Final residual = 1.08352e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0405691, Final residual = 1.27387e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0518058, Final residual = 8.7854e-07, No Iterations 265
time step continuity errors : sum local = 1.13093e-10, global = -1.51591e-19, cumulative = -1.46964e-18
DICPCG: Solving for p, Initial residual = 0.00612952, Final residual = 9.41999e-07, No Iterations 149
time step continuity errors : sum local = 1.2589e-10, global = 2.53768e-20, cumulative = -1.44427e-18
BiCGStab: Solving for omega, Initial residual = 0.000379543, Final residual = 2.70165e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000621782, Final residual = 6.03897e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.73955e-05, Final residual = 5.31842e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.05265e-05, Final residual = 4.38669e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00366226, Final residual = 3.31153e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.010487, Final residual = 9.60009e-07, No Iterations 101
time step continuity errors : sum local = 1.2446e-10, global = -1.58335e-20, cumulative = -1.4601e-18
DICPCG: Solving for p, Initial residual = 0.0017877, Final residual = 9.34718e-07, No Iterations 110
time step continuity errors : sum local = 1.19668e-10, global = -5.49643e-20, cumulative = -1.51507e-18
BiCGStab: Solving for omega, Initial residual = 2.58136e-05, Final residual = 6.58102e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.49796e-06, Final residual = 7.49796e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.45853e-06, Final residual = 3.43399e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.94063e-06, Final residual = 3.07051e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000552761, Final residual = 1.7932e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00196859, Final residual = 8.89297e-07, No Iterations 70
time step continuity errors : sum local = 1.14168e-10, global = -8.89753e-20, cumulative = -1.60404e-18
DICPCG: Solving for p, Initial residual = 0.000353434, Final residual = 9.95751e-07, No Iterations 43
time step continuity errors : sum local = 1.27714e-10, global = -4.47526e-20, cumulative = -1.64879e-18
BiCGStab: Solving for omega, Initial residual = 1.99609e-05, Final residual = 7.84907e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.58437e-06, Final residual = 7.58437e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.98277e-07, Final residual = 5.73846e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.63206e-07, Final residual = 3.48581e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000105317, Final residual = 2.47437e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000577054, Final residual = 9.88427e-07, No Iterations 24
time step continuity errors : sum local = 1.26764e-10, global = -4.73967e-20, cumulative = -1.69619e-18
DICPCG: Solving for p, Initial residual = 0.000100019, Final residual = 9.06462e-07, No Iterations 7
time step continuity errors : sum local = 1.16273e-10, global = -3.47869e-20, cumulative = -1.73098e-18
BiCGStab: Solving for omega, Initial residual = 2.32964e-05, Final residual = 9.68091e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.58425e-06, Final residual = 7.58425e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.81111e-07, Final residual = 1.27837e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.88069e-07, Final residual = 7.03576e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.20275e-05, Final residual = 4.14477e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000168175, Final residual = 8.60424e-07, No Iterations 6
time step continuity errors : sum local = 1.10388e-10, global = -1.32158e-20, cumulative = -1.74419e-18
DICPCG: Solving for p, Initial residual = 2.9677e-05, Final residual = 9.68362e-07, No Iterations 3
time step continuity errors : sum local = 1.24175e-10, global = -5.59296e-20, cumulative = -1.80012e-18
BiCGStab: Solving for omega, Initial residual = 2.61907e-05, Final residual = 1.12264e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.59213e-06, Final residual = 7.59213e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12254.5 s ClockTime = 12255 s Max(PAc) = 153926 Pa
Courant Number mean: 0.0618789 max: 0.96893 velocity magnitude: 1.27532
deltaT = 0.000488636
Time = 1.75414
--> Cloud: bubbleCloud
Added 213 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 647618
Mass introduced by injector = 5.90172e-10
Number of parcels added continuously = 1265
Mass introduced continuously = 1.17153e-12
Current number of parcels = 4406626
Current mass in system = 4.86114e-09
Number of parcels shifted at least once = 4822
Number of parcel shifts towards cell center = 4830
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00644071, Final user-defined norm residual = 0.000353024
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.60409e-05, Final user-defined norm residual = 9.57942e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.06361e-07, Final user-defined norm residual = 3.79269e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000487128, Final residual = 3.89241e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000340582, Final residual = 1.09788e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0405752, Final residual = 1.06091e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0531052, Final residual = 9.54087e-07, No Iterations 256
time step continuity errors : sum local = 1.23038e-10, global = -4.02055e-20, cumulative = -1.84033e-18
DICPCG: Solving for p, Initial residual = 0.0056689, Final residual = 9.43444e-07, No Iterations 144
time step continuity errors : sum local = 1.33774e-10, global = -2.25102e-20, cumulative = -1.86284e-18
BiCGStab: Solving for omega, Initial residual = 0.000385733, Final residual = 3.1993e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000621424, Final residual = 5.98649e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.74265e-05, Final residual = 4.6979e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.10872e-05, Final residual = 4.09656e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00392676, Final residual = 3.14328e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0103271, Final residual = 9.99262e-07, No Iterations 130
time step continuity errors : sum local = 1.45529e-10, global = -2.65311e-20, cumulative = -1.88937e-18
DICPCG: Solving for p, Initial residual = 0.00182252, Final residual = 9.34547e-07, No Iterations 93
time step continuity errors : sum local = 1.38514e-10, global = 4.40949e-20, cumulative = -1.84527e-18
BiCGStab: Solving for omega, Initial residual = 3.34446e-05, Final residual = 1.14581e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.71814e-06, Final residual = 7.71814e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.16351e-06, Final residual = 2.95705e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.1617e-06, Final residual = 2.85211e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000601469, Final residual = 1.83972e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00224115, Final residual = 9.4683e-07, No Iterations 51
time step continuity errors : sum local = 1.40429e-10, global = -6.18013e-20, cumulative = -1.90708e-18
DICPCG: Solving for p, Initial residual = 0.000404685, Final residual = 9.47916e-07, No Iterations 15
time step continuity errors : sum local = 1.40531e-10, global = -6.9873e-20, cumulative = -1.97695e-18
BiCGStab: Solving for omega, Initial residual = 2.93501e-05, Final residual = 1.22392e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.73465e-06, Final residual = 7.73465e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.13566e-06, Final residual = 2.85843e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.93259e-07, Final residual = 2.95877e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000119344, Final residual = 2.76655e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000653947, Final residual = 9.49752e-07, No Iterations 12
time step continuity errors : sum local = 1.40765e-10, global = -3.45427e-20, cumulative = -2.01149e-18
DICPCG: Solving for p, Initial residual = 0.000116456, Final residual = 9.9886e-07, No Iterations 6
time step continuity errors : sum local = 1.4711e-10, global = -3.2731e-20, cumulative = -2.04422e-18
BiCGStab: Solving for omega, Initial residual = 3.19303e-05, Final residual = 1.32262e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.76791e-06, Final residual = 7.76791e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.63019e-07, Final residual = 6.93677e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.12123e-07, Final residual = 5.60696e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.63588e-05, Final residual = 4.68665e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000207884, Final residual = 8.52563e-07, No Iterations 5
time step continuity errors : sum local = 1.28173e-10, global = -1.04301e-19, cumulative = -2.14852e-18
DICPCG: Solving for p, Initial residual = 3.75164e-05, Final residual = 9.66032e-07, No Iterations 3
time step continuity errors : sum local = 1.42856e-10, global = -3.51258e-20, cumulative = -2.18365e-18
BiCGStab: Solving for omega, Initial residual = 3.49217e-05, Final residual = 1.44361e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.72436e-06, Final residual = 7.72436e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12273.3 s ClockTime = 12274 s Max(PAc) = 153501 Pa
Courant Number mean: 0.061888 max: 0.968593 velocity magnitude: 1.27537
deltaT = 0.000488636
Time = 1.75462
--> Cloud: bubbleCloud
Added 112 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 647730
Mass introduced by injector = 5.90281e-10
Number of parcels added continuously = 1201
Mass introduced continuously = 1.05255e-12
Current number of parcels = 4407190
Current mass in system = 4.86156e-09
Number of parcels shifted at least once = 4851
Number of parcel shifts towards cell center = 4858
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00558233, Final user-defined norm residual = 0.000154994
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.33723e-05, Final user-defined norm residual = 2.64953e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.70508e-08, Final user-defined norm residual = 4.51777e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000489705, Final residual = 3.40509e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000340875, Final residual = 1.08428e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0418896, Final residual = 1.02604e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0561915, Final residual = 9.22823e-07, No Iterations 255
time step continuity errors : sum local = 1.18841e-10, global = 6.69485e-20, cumulative = -2.1167e-18
DICPCG: Solving for p, Initial residual = 0.0064966, Final residual = 9.56654e-07, No Iterations 135
time step continuity errors : sum local = 1.28978e-10, global = 6.0623e-20, cumulative = -2.05608e-18
BiCGStab: Solving for omega, Initial residual = 0.000386657, Final residual = 2.67988e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000621206, Final residual = 5.94043e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.62535e-05, Final residual = 5.16421e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.06002e-05, Final residual = 4.08731e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00408204, Final residual = 3.0482e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0106709, Final residual = 9.44749e-07, No Iterations 116
time step continuity errors : sum local = 1.22823e-10, global = -1.48606e-20, cumulative = -2.07094e-18
DICPCG: Solving for p, Initial residual = 0.00177784, Final residual = 9.01176e-07, No Iterations 68
time step continuity errors : sum local = 1.19286e-10, global = -2.88632e-20, cumulative = -2.0998e-18
BiCGStab: Solving for omega, Initial residual = 3.21456e-05, Final residual = 6.75672e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.50319e-06, Final residual = 7.50319e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.7059e-06, Final residual = 2.82452e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.96554e-06, Final residual = 2.80881e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000640952, Final residual = 1.76687e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00240414, Final residual = 9.68081e-07, No Iterations 45
time step continuity errors : sum local = 1.28416e-10, global = 1.30035e-20, cumulative = -2.0868e-18
DICPCG: Solving for p, Initial residual = 0.000408076, Final residual = 9.40519e-07, No Iterations 29
time step continuity errors : sum local = 1.24869e-10, global = 2.48004e-20, cumulative = -2.062e-18
BiCGStab: Solving for omega, Initial residual = 2.45284e-05, Final residual = 6.04126e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.50683e-06, Final residual = 7.50683e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.01346e-06, Final residual = 3.2798e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.58213e-07, Final residual = 2.18243e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000123606, Final residual = 2.50427e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000670098, Final residual = 9.59657e-07, No Iterations 20
time step continuity errors : sum local = 1.2734e-10, global = -4.14552e-20, cumulative = -2.10345e-18
DICPCG: Solving for p, Initial residual = 0.000112812, Final residual = 8.70956e-07, No Iterations 7
time step continuity errors : sum local = 1.15929e-10, global = -6.14882e-20, cumulative = -2.16494e-18
BiCGStab: Solving for omega, Initial residual = 2.28806e-05, Final residual = 5.93502e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.5356e-06, Final residual = 7.5356e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.19447e-07, Final residual = 6.86352e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.59817e-07, Final residual = 4.37464e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.82236e-05, Final residual = 4.15243e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000189309, Final residual = 9.51421e-07, No Iterations 6
time step continuity errors : sum local = 1.26265e-10, global = -7.01699e-21, cumulative = -2.17196e-18
DICPCG: Solving for p, Initial residual = 3.32088e-05, Final residual = 9.06621e-07, No Iterations 3
time step continuity errors : sum local = 1.20504e-10, global = 9.4482e-21, cumulative = -2.16251e-18
BiCGStab: Solving for omega, Initial residual = 2.50024e-05, Final residual = 6.04283e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.50729e-06, Final residual = 7.50729e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12293.2 s ClockTime = 12294 s Max(PAc) = 154087 Pa
Courant Number mean: 0.0618975 max: 0.975008 velocity magnitude: 1.27577
deltaT = 0.000488636
Time = 1.75511
--> Cloud: bubbleCloud
Added 142 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 647872
Mass introduced by injector = 5.90425e-10
Number of parcels added continuously = 1148
Mass introduced continuously = 1.03216e-12
Current number of parcels = 4407762
Current mass in system = 4.86206e-09
Number of parcels shifted at least once = 4863
Number of parcel shifts towards cell center = 4869
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00606458, Final user-defined norm residual = 0.000197574
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.25291e-05, Final user-defined norm residual = 5.37123e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.15626e-07, Final user-defined norm residual = 9.84929e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000489888, Final residual = 3.67539e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000339356, Final residual = 1.15617e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0413249, Final residual = 9.93711e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.055577, Final residual = 9.52047e-07, No Iterations 258
time step continuity errors : sum local = 1.20443e-10, global = -2.50464e-20, cumulative = -2.18756e-18
DICPCG: Solving for p, Initial residual = 0.00689114, Final residual = 9.30005e-07, No Iterations 144
time step continuity errors : sum local = 1.30911e-10, global = 6.69859e-21, cumulative = -2.18086e-18
BiCGStab: Solving for omega, Initial residual = 0.000378792, Final residual = 2.37894e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000620553, Final residual = 5.86513e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.69713e-05, Final residual = 5.03543e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.07622e-05, Final residual = 4.15229e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0038058, Final residual = 2.9025e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0112785, Final residual = 9.69217e-07, No Iterations 98
time step continuity errors : sum local = 1.42099e-10, global = -6.44037e-20, cumulative = -2.24526e-18
DICPCG: Solving for p, Initial residual = 0.00200428, Final residual = 9.3051e-07, No Iterations 76
time step continuity errors : sum local = 1.38738e-10, global = -5.2988e-20, cumulative = -2.29825e-18
BiCGStab: Solving for omega, Initial residual = 2.58574e-05, Final residual = 5.36735e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.36569e-06, Final residual = 7.36569e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.56298e-06, Final residual = 2.92422e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.10679e-06, Final residual = 2.81377e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000574204, Final residual = 1.6839e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00215359, Final residual = 9.7621e-07, No Iterations 208
time step continuity errors : sum local = 1.22625e-10, global = 2.70399e-20, cumulative = -2.27121e-18
DICPCG: Solving for p, Initial residual = 0.000402091, Final residual = 9.88605e-07, No Iterations 51
time step continuity errors : sum local = 1.25863e-10, global = 2.25078e-21, cumulative = -2.26896e-18
BiCGStab: Solving for omega, Initial residual = 2.014e-05, Final residual = 6.30274e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.39205e-06, Final residual = 7.39205e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.01205e-06, Final residual = 3.79218e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.89049e-07, Final residual = 2.85157e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000106491, Final residual = 2.78773e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000638833, Final residual = 9.66967e-07, No Iterations 32
time step continuity errors : sum local = 1.23452e-10, global = 4.1201e-20, cumulative = -2.22776e-18
DICPCG: Solving for p, Initial residual = 0.000110357, Final residual = 9.87346e-07, No Iterations 6
time step continuity errors : sum local = 1.26005e-10, global = -2.75877e-22, cumulative = -2.22803e-18
BiCGStab: Solving for omega, Initial residual = 2.17059e-05, Final residual = 7.67354e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.4208e-06, Final residual = 7.4208e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.00472e-07, Final residual = 1.16307e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.88052e-07, Final residual = 7.78954e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.21035e-05, Final residual = 4.64475e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000190876, Final residual = 8.91698e-07, No Iterations 7
time step continuity errors : sum local = 1.14019e-10, global = 2.68249e-20, cumulative = -2.20121e-18
DICPCG: Solving for p, Initial residual = 3.29015e-05, Final residual = 6.96054e-07, No Iterations 4
time step continuity errors : sum local = 8.94695e-11, global = 4.44685e-20, cumulative = -2.15674e-18
BiCGStab: Solving for omega, Initial residual = 2.38494e-05, Final residual = 8.58289e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.38795e-06, Final residual = 7.38795e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12313 s ClockTime = 12314 s Max(PAc) = 155158 Pa
Courant Number mean: 0.0619071 max: 0.979484 velocity magnitude: 1.27279
deltaT = 0.000488636
Time = 1.7556
--> Cloud: bubbleCloud
Added 182 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 648054
Mass introduced by injector = 5.90607e-10
Number of parcels added continuously = 1149
Mass introduced continuously = 1.07389e-12
Current number of parcels = 4408371
Current mass in system = 4.86269e-09
Number of parcels shifted at least once = 4911
Number of parcel shifts towards cell center = 4917
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00645337, Final user-defined norm residual = 0.000144988
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.11966e-05, Final user-defined norm residual = 4.91867e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.05836e-07, Final user-defined norm residual = 1.17104e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00048374, Final residual = 4.11487e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000340228, Final residual = 1.08722e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0428111, Final residual = 1.06052e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.05065, Final residual = 8.99751e-07, No Iterations 256
time step continuity errors : sum local = 1.12448e-10, global = -4.98941e-20, cumulative = -2.20663e-18
DICPCG: Solving for p, Initial residual = 0.00569584, Final residual = 9.68515e-07, No Iterations 141
time step continuity errors : sum local = 1.25043e-10, global = -7.85054e-21, cumulative = -2.21448e-18
BiCGStab: Solving for omega, Initial residual = 0.000380694, Final residual = 2.6377e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00061958, Final residual = 5.80095e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.72579e-05, Final residual = 4.3137e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.10489e-05, Final residual = 4.11352e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00396456, Final residual = 3.08175e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0110723, Final residual = 9.69013e-07, No Iterations 125
time step continuity errors : sum local = 1.21409e-10, global = -3.56372e-20, cumulative = -2.25012e-18
DICPCG: Solving for p, Initial residual = 0.00202597, Final residual = 9.70895e-07, No Iterations 69
time step continuity errors : sum local = 1.22377e-10, global = -8.07568e-22, cumulative = -2.25093e-18
BiCGStab: Solving for omega, Initial residual = 2.92062e-05, Final residual = 8.50502e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.54838e-06, Final residual = 7.54838e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.95068e-06, Final residual = 2.72568e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.25111e-06, Final residual = 2.91422e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000597957, Final residual = 1.76409e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00240099, Final residual = 9.96612e-07, No Iterations 70
time step continuity errors : sum local = 1.25992e-10, global = 2.23174e-20, cumulative = -2.22861e-18
DICPCG: Solving for p, Initial residual = 0.000417392, Final residual = 9.80548e-07, No Iterations 45
time step continuity errors : sum local = 1.24037e-10, global = 4.45861e-20, cumulative = -2.18403e-18
BiCGStab: Solving for omega, Initial residual = 2.59891e-05, Final residual = 1.0455e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.63379e-06, Final residual = 7.63379e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.11945e-06, Final residual = 4.25963e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.61133e-07, Final residual = 2.46749e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00011106, Final residual = 2.80426e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000692125, Final residual = 9.90553e-07, No Iterations 14
time step continuity errors : sum local = 1.2529e-10, global = -7.02517e-20, cumulative = -2.25428e-18
DICPCG: Solving for p, Initial residual = 0.00012369, Final residual = 8.92884e-07, No Iterations 6
time step continuity errors : sum local = 1.13067e-10, global = 1.23363e-19, cumulative = -2.13091e-18
BiCGStab: Solving for omega, Initial residual = 3.00403e-05, Final residual = 1.27505e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.64352e-06, Final residual = 7.64352e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.56532e-07, Final residual = 8.36961e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.96596e-07, Final residual = 5.73767e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.29784e-05, Final residual = 4.89275e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000211406, Final residual = 8.82469e-07, No Iterations 6
time step continuity errors : sum local = 1.11763e-10, global = 1.89918e-20, cumulative = -2.11192e-18
DICPCG: Solving for p, Initial residual = 3.74777e-05, Final residual = 6.25253e-07, No Iterations 4
time step continuity errors : sum local = 7.96037e-11, global = 7.01332e-20, cumulative = -2.04179e-18
BiCGStab: Solving for omega, Initial residual = 3.56442e-05, Final residual = 1.0622e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.63364e-06, Final residual = 7.63364e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12331.9 s ClockTime = 12333 s Max(PAc) = 155783 Pa
Courant Number mean: 0.0619169 max: 0.98678 velocity magnitude: 1.26788
deltaT = 0.000488636
Time = 1.75609
--> Cloud: bubbleCloud
Added 192 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 648246
Mass introduced by injector = 5.90774e-10
Number of parcels added continuously = 1180
Mass introduced continuously = 1.09387e-12
Current number of parcels = 4408907
Current mass in system = 4.86325e-09
Number of parcels shifted at least once = 4860
Number of parcel shifts towards cell center = 4871
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00649435, Final user-defined norm residual = 0.000165491
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.55922e-05, Final user-defined norm residual = 3.9062e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.40141e-08, Final user-defined norm residual = 5.25217e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000480959, Final residual = 4.03819e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000337982, Final residual = 1.11697e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0416642, Final residual = 1.05016e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.053312, Final residual = 8.29334e-07, No Iterations 255
time step continuity errors : sum local = 1.04102e-10, global = -9.14203e-20, cumulative = -2.13321e-18
DICPCG: Solving for p, Initial residual = 0.00605143, Final residual = 9.5581e-07, No Iterations 143
time step continuity errors : sum local = 1.25438e-10, global = -1.4538e-20, cumulative = -2.14775e-18
BiCGStab: Solving for omega, Initial residual = 0.000381939, Final residual = 2.74106e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000618671, Final residual = 5.77854e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.60975e-05, Final residual = 4.36862e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.71652e-06, Final residual = 3.97189e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00406846, Final residual = 3.04114e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00991336, Final residual = 9.46575e-07, No Iterations 128
time step continuity errors : sum local = 1.19521e-10, global = -1.39734e-20, cumulative = -2.16172e-18
DICPCG: Solving for p, Initial residual = 0.00170176, Final residual = 9.67097e-07, No Iterations 74
time step continuity errors : sum local = 1.237e-10, global = -2.30534e-20, cumulative = -2.18477e-18
BiCGStab: Solving for omega, Initial residual = 3.23869e-05, Final residual = 9.25042e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.74361e-06, Final residual = 7.74361e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.21894e-06, Final residual = 2.847e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.80051e-06, Final residual = 2.77947e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000634654, Final residual = 1.75118e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00203359, Final residual = 9.94204e-07, No Iterations 62
time step continuity errors : sum local = 1.27541e-10, global = -2.62583e-20, cumulative = -2.21103e-18
DICPCG: Solving for p, Initial residual = 0.000336722, Final residual = 9.97379e-07, No Iterations 22
time step continuity errors : sum local = 1.27884e-10, global = -1.13903e-20, cumulative = -2.22242e-18
BiCGStab: Solving for omega, Initial residual = 2.54511e-05, Final residual = 9.43905e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.80912e-06, Final residual = 7.80912e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.01883e-06, Final residual = 4.53047e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.67905e-07, Final residual = 2.25266e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000117809, Final residual = 3.02952e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000594676, Final residual = 9.31346e-07, No Iterations 10
time step continuity errors : sum local = 1.19547e-10, global = 4.30244e-21, cumulative = -2.21812e-18
DICPCG: Solving for p, Initial residual = 9.80247e-05, Final residual = 9.54818e-07, No Iterations 5
time step continuity errors : sum local = 1.22487e-10, global = 4.75925e-20, cumulative = -2.17053e-18
BiCGStab: Solving for omega, Initial residual = 2.54886e-05, Final residual = 9.74395e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.80097e-06, Final residual = 7.80097e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.71634e-07, Final residual = 7.56156e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.54741e-07, Final residual = 4.54052e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.61474e-05, Final residual = 5.16835e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00016407, Final residual = 8.03487e-07, No Iterations 5
time step continuity errors : sum local = 1.03389e-10, global = 4.16665e-20, cumulative = -2.12886e-18
DICPCG: Solving for p, Initial residual = 2.8746e-05, Final residual = 7.85755e-07, No Iterations 3
time step continuity errors : sum local = 1.01147e-10, global = 2.68855e-20, cumulative = -2.10198e-18
BiCGStab: Solving for omega, Initial residual = 2.68214e-05, Final residual = 1.04505e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.79596e-06, Final residual = 7.79596e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12350.8 s ClockTime = 12351 s Max(PAc) = 155770 Pa
Courant Number mean: 0.061927 max: 0.985448 velocity magnitude: 1.2631
deltaT = 0.000488636
Time = 1.75658
--> Cloud: bubbleCloud
Added 172 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 648418
Mass introduced by injector = 5.90901e-10
Number of parcels added continuously = 1211
Mass introduced continuously = 1.10961e-12
Current number of parcels = 4409522
Current mass in system = 4.86388e-09
Number of parcels shifted at least once = 4865
Number of parcel shifts towards cell center = 4873
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00642061, Final user-defined norm residual = 0.000157465
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.38363e-05, Final user-defined norm residual = 6.05561e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.30127e-07, Final user-defined norm residual = 2.61613e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000477686, Final residual = 4.05303e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000330933, Final residual = 1.06447e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0449279, Final residual = 1.0465e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0544877, Final residual = 8.84787e-07, No Iterations 262
time step continuity errors : sum local = 1.1165e-10, global = 5.64087e-20, cumulative = -2.04557e-18
DICPCG: Solving for p, Initial residual = 0.00568948, Final residual = 9.22447e-07, No Iterations 112
time step continuity errors : sum local = 1.24681e-10, global = -2.16315e-20, cumulative = -2.0672e-18
BiCGStab: Solving for omega, Initial residual = 0.000372631, Final residual = 2.55123e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000618348, Final residual = 5.74953e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.54198e-05, Final residual = 4.4528e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.50394e-06, Final residual = 3.9282e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00427806, Final residual = 3.22133e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00966613, Final residual = 9.77539e-07, No Iterations 129
time step continuity errors : sum local = 1.35315e-10, global = 1.52763e-20, cumulative = -2.05192e-18
DICPCG: Solving for p, Initial residual = 0.00164225, Final residual = 9.71329e-07, No Iterations 92
time step continuity errors : sum local = 1.36099e-10, global = -3.73103e-21, cumulative = -2.05565e-18
BiCGStab: Solving for omega, Initial residual = 2.28404e-05, Final residual = 4.04517e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.82367e-06, Final residual = 7.82367e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.23745e-06, Final residual = 2.74937e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.67744e-06, Final residual = 2.85735e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000632708, Final residual = 1.86822e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00193336, Final residual = 9.58599e-07, No Iterations 60
time step continuity errors : sum local = 1.3473e-10, global = 1.22555e-20, cumulative = -2.0434e-18
DICPCG: Solving for p, Initial residual = 0.000309871, Final residual = 9.77778e-07, No Iterations 34
time step continuity errors : sum local = 1.37111e-10, global = -2.3804e-20, cumulative = -2.0672e-18
BiCGStab: Solving for omega, Initial residual = 1.44328e-05, Final residual = 4.43867e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.79938e-06, Final residual = 7.79938e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.37425e-07, Final residual = 4.06268e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.58501e-07, Final residual = 3.11235e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000118338, Final residual = 2.86064e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000501592, Final residual = 9.58612e-07, No Iterations 21
time step continuity errors : sum local = 1.34676e-10, global = 1.09012e-19, cumulative = -1.95819e-18
DICPCG: Solving for p, Initial residual = 8.51057e-05, Final residual = 9.41046e-07, No Iterations 5
time step continuity errors : sum local = 1.32434e-10, global = 8.77706e-20, cumulative = -1.87042e-18
BiCGStab: Solving for omega, Initial residual = 1.4234e-05, Final residual = 5.45008e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.80402e-06, Final residual = 7.80402e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.51232e-07, Final residual = 1.04934e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.31964e-07, Final residual = 5.95488e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.49502e-05, Final residual = 5.25817e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00014421, Final residual = 9.44768e-07, No Iterations 6
time step continuity errors : sum local = 1.32902e-10, global = -5.22868e-20, cumulative = -1.92271e-18
DICPCG: Solving for p, Initial residual = 2.35722e-05, Final residual = 9.58276e-07, No Iterations 3
time step continuity errors : sum local = 1.34606e-10, global = -1.20407e-20, cumulative = -1.93475e-18
BiCGStab: Solving for omega, Initial residual = 1.56341e-05, Final residual = 6.16054e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.77632e-06, Final residual = 7.77632e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12371.4 s ClockTime = 12372 s Max(PAc) = 155393 Pa
Courant Number mean: 0.0619365 max: 0.979037 velocity magnitude: 1.26341
deltaT = 0.000488636
Time = 1.75707
--> Cloud: bubbleCloud
Added 214 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 648632
Mass introduced by injector = 5.91104e-10
Number of parcels added continuously = 1140
Mass introduced continuously = 1.17166e-12
Current number of parcels = 4410206
Current mass in system = 4.86469e-09
Number of parcels shifted at least once = 4852
Number of parcel shifts towards cell center = 4858
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00619726, Final user-defined norm residual = 8.19936e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.76158e-05, Final user-defined norm residual = 9.65755e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.0749e-08, Final user-defined norm residual = 7.07295e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000481625, Final residual = 3.8205e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000334113, Final residual = 1.01265e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0453151, Final residual = 1.28748e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0502898, Final residual = 9.96283e-07, No Iterations 261
time step continuity errors : sum local = 1.26528e-10, global = 1.49218e-21, cumulative = -1.93325e-18
DICPCG: Solving for p, Initial residual = 0.00526215, Final residual = 8.91063e-07, No Iterations 145
time step continuity errors : sum local = 1.22826e-10, global = -1.3693e-21, cumulative = -1.93462e-18
BiCGStab: Solving for omega, Initial residual = 0.000365609, Final residual = 2.50216e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000617647, Final residual = 5.73475e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.62645e-05, Final residual = 4.47031e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.0057e-05, Final residual = 3.88405e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00433113, Final residual = 3.6908e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00945823, Final residual = 9.15215e-07, No Iterations 131
time step continuity errors : sum local = 1.24492e-10, global = -1.07396e-20, cumulative = -1.94536e-18
DICPCG: Solving for p, Initial residual = 0.00160382, Final residual = 9.78701e-07, No Iterations 92
time step continuity errors : sum local = 1.31219e-10, global = -2.03947e-20, cumulative = -1.96576e-18
BiCGStab: Solving for omega, Initial residual = 2.13202e-05, Final residual = 5.52731e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.51425e-06, Final residual = 7.51425e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.42297e-06, Final residual = 2.69747e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.8407e-06, Final residual = 2.83248e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000659616, Final residual = 2.06719e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00192878, Final residual = 9.61147e-07, No Iterations 69
time step continuity errors : sum local = 1.28706e-10, global = -2.14754e-20, cumulative = -1.98723e-18
DICPCG: Solving for p, Initial residual = 0.00032581, Final residual = 9.72934e-07, No Iterations 45
time step continuity errors : sum local = 1.30231e-10, global = 9.98695e-20, cumulative = -1.88736e-18
BiCGStab: Solving for omega, Initial residual = 1.50209e-05, Final residual = 6.91067e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.52472e-06, Final residual = 7.52472e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.53951e-07, Final residual = 5.3239e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.34847e-07, Final residual = 3.49659e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000119418, Final residual = 3.27173e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000526244, Final residual = 9.72273e-07, No Iterations 25
time step continuity errors : sum local = 1.30136e-10, global = 3.94396e-20, cumulative = -1.84792e-18
DICPCG: Solving for p, Initial residual = 9.00629e-05, Final residual = 9.96434e-07, No Iterations 5
time step continuity errors : sum local = 1.33203e-10, global = -3.93781e-21, cumulative = -1.85186e-18
BiCGStab: Solving for omega, Initial residual = 1.81371e-05, Final residual = 7.78396e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.52208e-06, Final residual = 7.52208e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.63087e-07, Final residual = 1.28175e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.77437e-07, Final residual = 6.90619e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.44403e-05, Final residual = 5.4802e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00015413, Final residual = 7.96281e-07, No Iterations 6
time step continuity errors : sum local = 1.07717e-10, global = 8.23382e-22, cumulative = -1.85104e-18
DICPCG: Solving for p, Initial residual = 2.69047e-05, Final residual = 9.39556e-07, No Iterations 3
time step continuity errors : sum local = 1.25956e-10, global = -7.9489e-20, cumulative = -1.93053e-18
BiCGStab: Solving for omega, Initial residual = 1.96197e-05, Final residual = 9.36124e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.528e-06, Final residual = 7.528e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12392.5 s ClockTime = 12393 s Max(PAc) = 155093 Pa
Courant Number mean: 0.0619458 max: 0.968874 velocity magnitude: 1.26405
deltaT = 0.000488636
Time = 1.75756
--> Cloud: bubbleCloud
Added 159 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 648791
Mass introduced by injector = 5.91226e-10
Number of parcels added continuously = 1318
Mass introduced continuously = 1.13144e-12
Current number of parcels = 4411132
Current mass in system = 4.86538e-09
Number of parcels shifted at least once = 4845
Number of parcel shifts towards cell center = 4854
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00680582, Final user-defined norm residual = 0.000183622
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.94469e-05, Final user-defined norm residual = 6.19303e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.33043e-07, Final user-defined norm residual = 1.86171e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000481847, Final residual = 3.88371e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000330791, Final residual = 1.15864e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0484746, Final residual = 1.18165e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0506825, Final residual = 9.11391e-07, No Iterations 154
time step continuity errors : sum local = 1.25324e-10, global = -2.8177e-20, cumulative = -1.9587e-18
DICPCG: Solving for p, Initial residual = 0.00678044, Final residual = 9.59382e-07, No Iterations 119
time step continuity errors : sum local = 1.31042e-10, global = 1.13086e-20, cumulative = -1.9474e-18
BiCGStab: Solving for omega, Initial residual = 0.000373379, Final residual = 3.59967e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000616317, Final residual = 5.71654e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.52213e-05, Final residual = 4.24029e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.68631e-06, Final residual = 3.92032e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00459612, Final residual = 3.43616e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00891413, Final residual = 9.47058e-07, No Iterations 134
time step continuity errors : sum local = 1.27365e-10, global = -6.81403e-20, cumulative = -2.01554e-18
DICPCG: Solving for p, Initial residual = 0.00151323, Final residual = 9.45421e-07, No Iterations 83
time step continuity errors : sum local = 1.25877e-10, global = -5.25142e-20, cumulative = -2.06805e-18
BiCGStab: Solving for omega, Initial residual = 2.63565e-05, Final residual = 9.2322e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.34963e-06, Final residual = 7.34963e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.84624e-06, Final residual = 3.30146e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.78261e-06, Final residual = 2.64783e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000691051, Final residual = 2.05831e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0016568, Final residual = 9.73279e-07, No Iterations 58
time step continuity errors : sum local = 1.29138e-10, global = 4.55039e-20, cumulative = -2.02255e-18
DICPCG: Solving for p, Initial residual = 0.00028198, Final residual = 9.71361e-07, No Iterations 19
time step continuity errors : sum local = 1.28869e-10, global = -8.40623e-21, cumulative = -2.03095e-18
BiCGStab: Solving for omega, Initial residual = 2.34652e-05, Final residual = 9.38017e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.33141e-06, Final residual = 7.33141e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.10369e-07, Final residual = 3.62199e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.40307e-07, Final residual = 2.34961e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000127002, Final residual = 3.2162e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000456731, Final residual = 9.38905e-07, No Iterations 10
time step continuity errors : sum local = 1.24654e-10, global = 3.11807e-20, cumulative = -1.99977e-18
DICPCG: Solving for p, Initial residual = 7.86315e-05, Final residual = 9.6498e-07, No Iterations 5
time step continuity errors : sum local = 1.28022e-10, global = 1.58898e-20, cumulative = -1.98388e-18
BiCGStab: Solving for omega, Initial residual = 2.68541e-05, Final residual = 1.21958e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.3614e-06, Final residual = 7.3614e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.1726e-07, Final residual = 7.00747e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.40704e-07, Final residual = 3.50285e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.63937e-05, Final residual = 5.45009e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000127645, Final residual = 8.16479e-07, No Iterations 5
time step continuity errors : sum local = 1.08814e-10, global = 4.29642e-20, cumulative = -1.94092e-18
DICPCG: Solving for p, Initial residual = 2.24595e-05, Final residual = 8.79052e-07, No Iterations 3
time step continuity errors : sum local = 1.16905e-10, global = -5.01902e-20, cumulative = -1.99111e-18
BiCGStab: Solving for omega, Initial residual = 3.39389e-05, Final residual = 1.07368e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.33183e-06, Final residual = 7.33183e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12411.5 s ClockTime = 12412 s Max(PAc) = 153869 Pa
Courant Number mean: 0.0619554 max: 0.963565 velocity magnitude: 1.26474
deltaT = 0.000488636
Time = 1.75805
--> Cloud: bubbleCloud
Added 188 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 648979
Mass introduced by injector = 5.91383e-10
Number of parcels added continuously = 1209
Mass introduced continuously = 1.12514e-12
Current number of parcels = 4411966
Current mass in system = 4.86611e-09
Number of parcels shifted at least once = 4825
Number of parcel shifts towards cell center = 4833
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00552792, Final user-defined norm residual = 0.00012565
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.7009e-05, Final user-defined norm residual = 4.01223e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.62466e-08, Final user-defined norm residual = 2.20795e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000477814, Final residual = 3.74673e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000332396, Final residual = 1.13914e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0492219, Final residual = 1.2429e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0465189, Final residual = 9.88117e-07, No Iterations 264
time step continuity errors : sum local = 1.27628e-10, global = -4.15215e-20, cumulative = -2.03263e-18
DICPCG: Solving for p, Initial residual = 0.00525694, Final residual = 9.64964e-07, No Iterations 149
time step continuity errors : sum local = 1.37781e-10, global = 1.1624e-19, cumulative = -1.91639e-18
BiCGStab: Solving for omega, Initial residual = 0.0003784, Final residual = 2.52102e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000615146, Final residual = 5.68866e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.463e-05, Final residual = 5.17762e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.34212e-06, Final residual = 4.05404e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00436719, Final residual = 3.50844e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00820788, Final residual = 9.51074e-07, No Iterations 241
time step continuity errors : sum local = 1.22961e-10, global = -2.10373e-20, cumulative = -1.93743e-18
DICPCG: Solving for p, Initial residual = 0.00134757, Final residual = 9.57895e-07, No Iterations 71
time step continuity errors : sum local = 1.24128e-10, global = 1.07458e-19, cumulative = -1.82997e-18
BiCGStab: Solving for omega, Initial residual = 3.46795e-05, Final residual = 9.59907e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.38651e-06, Final residual = 7.38651e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.8154e-06, Final residual = 2.9353e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.65936e-06, Final residual = 2.87136e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000617108, Final residual = 2.03351e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00161596, Final residual = 9.03224e-07, No Iterations 69
time step continuity errors : sum local = 1.16834e-10, global = 4.5338e-20, cumulative = -1.78463e-18
DICPCG: Solving for p, Initial residual = 0.000253313, Final residual = 9.62144e-07, No Iterations 28
time step continuity errors : sum local = 1.24437e-10, global = -2.45546e-20, cumulative = -1.80919e-18
BiCGStab: Solving for omega, Initial residual = 2.80677e-05, Final residual = 1.00611e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.37093e-06, Final residual = 7.37093e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.46864e-07, Final residual = 3.9598e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.55021e-07, Final residual = 3.61943e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00010796, Final residual = 2.97201e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000430889, Final residual = 9.63993e-07, No Iterations 13
time step continuity errors : sum local = 1.24671e-10, global = 6.1672e-20, cumulative = -1.74751e-18
DICPCG: Solving for p, Initial residual = 7.09399e-05, Final residual = 8.99004e-07, No Iterations 5
time step continuity errors : sum local = 1.1626e-10, global = -1.4474e-20, cumulative = -1.76199e-18
BiCGStab: Solving for omega, Initial residual = 2.8408e-05, Final residual = 1.0167e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.41101e-06, Final residual = 7.41101e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.08486e-07, Final residual = 6.83338e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.42626e-07, Final residual = 4.24245e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.12772e-05, Final residual = 4.9629e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000129281, Final residual = 8.32022e-07, No Iterations 5
time step continuity errors : sum local = 1.07596e-10, global = 5.4502e-21, cumulative = -1.75654e-18
DICPCG: Solving for p, Initial residual = 2.05322e-05, Final residual = 8.04533e-07, No Iterations 3
time step continuity errors : sum local = 1.04039e-10, global = -4.1849e-21, cumulative = -1.76072e-18
BiCGStab: Solving for omega, Initial residual = 2.9509e-05, Final residual = 1.08549e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.37972e-06, Final residual = 7.37972e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12430.3 s ClockTime = 12431 s Max(PAc) = 154234 Pa
Courant Number mean: 0.0619642 max: 0.962036 velocity magnitude: 1.2644
deltaT = 0.000488636
Time = 1.75853
--> Cloud: bubbleCloud
Added 143 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 649122
Mass introduced by injector = 5.91536e-10
Number of parcels added continuously = 1171
Mass introduced continuously = 1.12088e-12
Current number of parcels = 4412756
Current mass in system = 4.86684e-09
Number of parcels shifted at least once = 4907
Number of parcel shifts towards cell center = 4913
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00566891, Final user-defined norm residual = 8.78083e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.88671e-05, Final user-defined norm residual = 5.70495e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.22581e-08, Final user-defined norm residual = 2.6927e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000481391, Final residual = 3.55609e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000333402, Final residual = 1.12369e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0495196, Final residual = 1.48029e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.046729, Final residual = 9.29975e-07, No Iterations 261
time step continuity errors : sum local = 1.19247e-10, global = -8.16057e-20, cumulative = -1.84233e-18
DICPCG: Solving for p, Initial residual = 0.00547975, Final residual = 9.65502e-07, No Iterations 142
time step continuity errors : sum local = 1.25989e-10, global = 3.31552e-20, cumulative = -1.80917e-18
BiCGStab: Solving for omega, Initial residual = 0.000372174, Final residual = 2.99881e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000614299, Final residual = 5.62876e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.60612e-05, Final residual = 4.55566e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.85708e-06, Final residual = 4.14836e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00469827, Final residual = 3.97706e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00905022, Final residual = 9.55611e-07, No Iterations 118
time step continuity errors : sum local = 1.22234e-10, global = -3.19996e-20, cumulative = -1.84117e-18
DICPCG: Solving for p, Initial residual = 0.00154648, Final residual = 9.09045e-07, No Iterations 71
time step continuity errors : sum local = 1.16786e-10, global = -7.39599e-20, cumulative = -1.91513e-18
BiCGStab: Solving for omega, Initial residual = 2.47959e-05, Final residual = 6.12424e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.32076e-06, Final residual = 7.32076e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.17612e-06, Final residual = 2.8253e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.84712e-06, Final residual = 2.99623e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000678223, Final residual = 2.25325e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00187143, Final residual = 9.85981e-07, No Iterations 69
time step continuity errors : sum local = 1.2694e-10, global = -7.74254e-20, cumulative = -1.99256e-18
DICPCG: Solving for p, Initial residual = 0.000309573, Final residual = 9.78058e-07, No Iterations 33
time step continuity errors : sum local = 1.2592e-10, global = 4.87703e-20, cumulative = -1.94379e-18
BiCGStab: Solving for omega, Initial residual = 1.97859e-05, Final residual = 6.23058e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.31529e-06, Final residual = 7.31529e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.60599e-07, Final residual = 3.22895e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.32045e-07, Final residual = 2.7502e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000119731, Final residual = 3.03778e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000515795, Final residual = 9.68145e-07, No Iterations 21
time step continuity errors : sum local = 1.24655e-10, global = -5.55914e-20, cumulative = -1.99938e-18
DICPCG: Solving for p, Initial residual = 8.99365e-05, Final residual = 9.31287e-07, No Iterations 6
time step continuity errors : sum local = 1.19949e-10, global = -1.53138e-20, cumulative = -2.01469e-18
BiCGStab: Solving for omega, Initial residual = 2.14597e-05, Final residual = 7.27395e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.33934e-06, Final residual = 7.33934e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.73009e-07, Final residual = 8.60492e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.58836e-07, Final residual = 5.74485e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.47448e-05, Final residual = 5.03275e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000160374, Final residual = 9.22347e-07, No Iterations 6
time step continuity errors : sum local = 1.18807e-10, global = -7.64054e-24, cumulative = -2.0147e-18
DICPCG: Solving for p, Initial residual = 2.6083e-05, Final residual = 6.52573e-07, No Iterations 4
time step continuity errors : sum local = 8.44095e-11, global = -3.6271e-20, cumulative = -2.05097e-18
BiCGStab: Solving for omega, Initial residual = 2.48477e-05, Final residual = 5.70677e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.32003e-06, Final residual = 7.32003e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12449.1 s ClockTime = 12450 s Max(PAc) = 154992 Pa
Courant Number mean: 0.0619739 max: 0.96561 velocity magnitude: 1.26083
deltaT = 0.000488636
Time = 1.75902
--> Cloud: bubbleCloud
Added 219 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 649341
Mass introduced by injector = 5.91709e-10
Number of parcels added continuously = 1144
Mass introduced continuously = 1.13587e-12
Current number of parcels = 4413559
Current mass in system = 4.86762e-09
Number of parcels shifted at least once = 4798
Number of parcel shifts towards cell center = 4801
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00585831, Final user-defined norm residual = 0.00011063
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.37772e-05, Final user-defined norm residual = 4.20003e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.02706e-08, Final user-defined norm residual = 1.39564e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00047549, Final residual = 3.85493e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000331267, Final residual = 1.18747e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.050847, Final residual = 1.6702e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0512147, Final residual = 9.60316e-07, No Iterations 256
time step continuity errors : sum local = 1.20577e-10, global = -1.90212e-20, cumulative = -2.06999e-18
DICPCG: Solving for p, Initial residual = 0.00644731, Final residual = 9.86438e-07, No Iterations 101
time step continuity errors : sum local = 1.23584e-10, global = -2.81758e-20, cumulative = -2.09817e-18
BiCGStab: Solving for omega, Initial residual = 0.000373297, Final residual = 2.72184e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000613841, Final residual = 5.58251e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.48527e-05, Final residual = 4.58275e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.0392e-06, Final residual = 3.98836e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00463627, Final residual = 4.4075e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00897229, Final residual = 9.52165e-07, No Iterations 97
time step continuity errors : sum local = 1.21068e-10, global = 4.56633e-20, cumulative = -2.0525e-18
DICPCG: Solving for p, Initial residual = 0.00153461, Final residual = 9.69899e-07, No Iterations 95
time step continuity errors : sum local = 1.24913e-10, global = 2.02478e-20, cumulative = -2.03226e-18
BiCGStab: Solving for omega, Initial residual = 2.69706e-05, Final residual = 7.22897e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.33982e-06, Final residual = 7.33982e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.72568e-06, Final residual = 2.93984e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.55826e-06, Final residual = 2.73141e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000663524, Final residual = 2.4843e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00165217, Final residual = 9.99976e-07, No Iterations 67
time step continuity errors : sum local = 1.28913e-10, global = 1.39498e-20, cumulative = -2.01831e-18
DICPCG: Solving for p, Initial residual = 0.000271646, Final residual = 9.94705e-07, No Iterations 38
time step continuity errors : sum local = 1.28298e-10, global = -3.50437e-20, cumulative = -2.05335e-18
BiCGStab: Solving for omega, Initial residual = 1.97183e-05, Final residual = 7.83461e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.37697e-06, Final residual = 7.37697e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.23191e-07, Final residual = 3.32188e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.41389e-07, Final residual = 2.17524e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000124415, Final residual = 3.15124e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000450126, Final residual = 9.73281e-07, No Iterations 19
time step continuity errors : sum local = 1.25639e-10, global = 1.07258e-21, cumulative = -2.05228e-18
DICPCG: Solving for p, Initial residual = 7.44776e-05, Final residual = 8.48116e-07, No Iterations 6
time step continuity errors : sum local = 1.10021e-10, global = 7.32373e-21, cumulative = -2.04495e-18
BiCGStab: Solving for omega, Initial residual = 2.18547e-05, Final residual = 8.86311e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.40317e-06, Final residual = 7.40317e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.18008e-07, Final residual = 7.71236e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.25336e-07, Final residual = 5.08159e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.63675e-05, Final residual = 5.29674e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00013222, Final residual = 9.28265e-07, No Iterations 6
time step continuity errors : sum local = 1.20014e-10, global = -1.31475e-21, cumulative = -2.04627e-18
DICPCG: Solving for p, Initial residual = 2.22843e-05, Final residual = 6.51473e-07, No Iterations 4
time step continuity errors : sum local = 8.54971e-11, global = -2.09551e-21, cumulative = -2.04836e-18
BiCGStab: Solving for omega, Initial residual = 2.43422e-05, Final residual = 1.01285e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.3914e-06, Final residual = 7.3914e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12467.9 s ClockTime = 12469 s Max(PAc) = 155699 Pa
Courant Number mean: 0.0619835 max: 0.964234 velocity magnitude: 1.25384
deltaT = 0.000488636
Time = 1.75951
--> Cloud: bubbleCloud
Added 150 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 649491
Mass introduced by injector = 5.91869e-10
Number of parcels added continuously = 1145
Mass introduced continuously = 1.0836e-12
Current number of parcels = 4414288
Current mass in system = 4.86834e-09
Number of parcels shifted at least once = 4799
Number of parcel shifts towards cell center = 4808
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00665556, Final user-defined norm residual = 0.000178471
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.83741e-05, Final user-defined norm residual = 9.09824e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.95634e-07, Final user-defined norm residual = 3.26524e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000479688, Final residual = 3.99627e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000327486, Final residual = 1.17075e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0523284, Final residual = 1.3285e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0488098, Final residual = 9.91649e-07, No Iterations 154
time step continuity errors : sum local = 1.46738e-10, global = 6.12587e-20, cumulative = -1.98711e-18
DICPCG: Solving for p, Initial residual = 0.00573609, Final residual = 9.27137e-07, No Iterations 95
time step continuity errors : sum local = 1.36289e-10, global = 7.98771e-20, cumulative = -1.90723e-18
BiCGStab: Solving for omega, Initial residual = 0.000374365, Final residual = 3.2781e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00061332, Final residual = 5.55365e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.35883e-05, Final residual = 4.09899e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.58814e-06, Final residual = 3.87506e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00489288, Final residual = 3.82977e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00875909, Final residual = 9.15385e-07, No Iterations 246
time step continuity errors : sum local = 1.14047e-10, global = 1.70296e-20, cumulative = -1.8902e-18
DICPCG: Solving for p, Initial residual = 0.00144625, Final residual = 9.8841e-07, No Iterations 77
time step continuity errors : sum local = 1.25679e-10, global = 1.22713e-20, cumulative = -1.87793e-18
BiCGStab: Solving for omega, Initial residual = 2.86233e-05, Final residual = 8.06526e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.47329e-06, Final residual = 7.47329e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.50802e-06, Final residual = 2.75279e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.41369e-06, Final residual = 3.00707e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000732258, Final residual = 2.26614e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00156505, Final residual = 9.85807e-07, No Iterations 46
time step continuity errors : sum local = 1.25811e-10, global = 6.7417e-20, cumulative = -1.81051e-18
DICPCG: Solving for p, Initial residual = 0.000259469, Final residual = 9.76431e-07, No Iterations 26
time step continuity errors : sum local = 1.24593e-10, global = 2.3683e-20, cumulative = -1.78683e-18
BiCGStab: Solving for omega, Initial residual = 2.39517e-05, Final residual = 6.8189e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.47255e-06, Final residual = 7.47255e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.43943e-07, Final residual = 3.18626e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.69175e-07, Final residual = 2.63821e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000140044, Final residual = 3.0418e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00040889, Final residual = 9.62019e-07, No Iterations 13
time step continuity errors : sum local = 1.22816e-10, global = -1.19902e-21, cumulative = -1.78803e-18
DICPCG: Solving for p, Initial residual = 6.69761e-05, Final residual = 8.82377e-07, No Iterations 6
time step continuity errors : sum local = 1.12884e-10, global = -6.70037e-20, cumulative = -1.85503e-18
BiCGStab: Solving for omega, Initial residual = 2.54867e-05, Final residual = 1.07294e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.50005e-06, Final residual = 7.50005e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.7533e-07, Final residual = 6.13929e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.17002e-07, Final residual = 4.35789e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.98765e-05, Final residual = 5.15485e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000117934, Final residual = 7.41273e-07, No Iterations 6
time step continuity errors : sum local = 9.53177e-11, global = -8.64858e-20, cumulative = -1.94152e-18
DICPCG: Solving for p, Initial residual = 1.96073e-05, Final residual = 9.10553e-07, No Iterations 3
time step continuity errors : sum local = 1.16391e-10, global = -3.18252e-20, cumulative = -1.97334e-18
BiCGStab: Solving for omega, Initial residual = 3.01536e-05, Final residual = 8.55014e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.46724e-06, Final residual = 7.46724e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12488.9 s ClockTime = 12490 s Max(PAc) = 156096 Pa
Courant Number mean: 0.0619929 max: 0.966138 velocity magnitude: 1.24407
deltaT = 0.000488636
Time = 1.76
--> Cloud: bubbleCloud
Added 218 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 649709
Mass introduced by injector = 5.9205e-10
Number of parcels added continuously = 1224
Mass introduced continuously = 1.11342e-12
Current number of parcels = 4415199
Current mass in system = 4.86911e-09
Number of parcels shifted at least once = 4923
Number of parcel shifts towards cell center = 4927
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00585589, Final user-defined norm residual = 0.000125034
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.68906e-05, Final user-defined norm residual = 4.96358e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.06753e-07, Final user-defined norm residual = 8.40728e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000478049, Final residual = 4.0119e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000325326, Final residual = 1.13118e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0510196, Final residual = 1.33215e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0475526, Final residual = 9.75381e-07, No Iterations 255
time step continuity errors : sum local = 1.22246e-10, global = -1.05688e-19, cumulative = -2.07903e-18
DICPCG: Solving for p, Initial residual = 0.00491571, Final residual = 9.67393e-07, No Iterations 133
time step continuity errors : sum local = 1.32806e-10, global = -7.38476e-20, cumulative = -2.15288e-18
BiCGStab: Solving for omega, Initial residual = 0.000382596, Final residual = 2.78864e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000612906, Final residual = 5.51637e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.44413e-05, Final residual = 4.19845e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.90889e-06, Final residual = 3.93685e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00470792, Final residual = 4.25043e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00824928, Final residual = 9.77045e-07, No Iterations 121
time step continuity errors : sum local = 1.31371e-10, global = 4.34824e-21, cumulative = -2.14853e-18
DICPCG: Solving for p, Initial residual = 0.00133971, Final residual = 9.74921e-07, No Iterations 70
time step continuity errors : sum local = 1.29871e-10, global = 1.00888e-20, cumulative = -2.13844e-18
BiCGStab: Solving for omega, Initial residual = 3.22185e-05, Final residual = 7.09412e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.21442e-06, Final residual = 7.21442e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.67856e-06, Final residual = 2.72034e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.47748e-06, Final residual = 2.94536e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000688661, Final residual = 2.41635e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00154482, Final residual = 9.89665e-07, No Iterations 53
time step continuity errors : sum local = 1.31414e-10, global = 3.40452e-20, cumulative = -2.10439e-18
DICPCG: Solving for p, Initial residual = 0.000244913, Final residual = 9.42646e-07, No Iterations 12
time step continuity errors : sum local = 1.25455e-10, global = 6.14576e-20, cumulative = -2.04294e-18
BiCGStab: Solving for omega, Initial residual = 2.68685e-05, Final residual = 1.11178e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.20468e-06, Final residual = 7.20468e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.61893e-07, Final residual = 3.16088e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.23961e-07, Final residual = 3.61101e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000125564, Final residual = 3.38251e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000407745, Final residual = 9.90919e-07, No Iterations 13
time step continuity errors : sum local = 1.31521e-10, global = 4.37623e-20, cumulative = -1.99918e-18
DICPCG: Solving for p, Initial residual = 6.53306e-05, Final residual = 9.42892e-07, No Iterations 6
time step continuity errors : sum local = 1.25457e-10, global = 5.34773e-21, cumulative = -1.99383e-18
BiCGStab: Solving for omega, Initial residual = 3.03746e-05, Final residual = 8.6917e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.2464e-06, Final residual = 7.2464e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.19172e-07, Final residual = 7.8381e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.26753e-07, Final residual = 7.78339e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.60293e-05, Final residual = 5.80631e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000127883, Final residual = 9.04624e-07, No Iterations 5
time step continuity errors : sum local = 1.20634e-10, global = 8.045e-21, cumulative = -1.98578e-18
DICPCG: Solving for p, Initial residual = 2.01625e-05, Final residual = 8.4399e-07, No Iterations 3
time step continuity errors : sum local = 1.12995e-10, global = -2.91706e-20, cumulative = -2.01495e-18
BiCGStab: Solving for omega, Initial residual = 3.15645e-05, Final residual = 1.31951e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.20823e-06, Final residual = 7.20823e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12542 s ClockTime = 12543 s Max(PAc) = 155698 Pa
Courant Number mean: 0.0620027 max: 0.973071 velocity magnitude: 1.23799
deltaT = 0.0005
Time = 1.7605
--> Cloud: bubbleCloud
Added 178 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 649887
Mass introduced by injector = 5.92206e-10
Number of parcels added continuously = 1284
Mass introduced continuously = 1.15769e-12
Current number of parcels = 4416137
Current mass in system = 4.8699e-09
Number of parcels shifted at least once = 4899
Number of parcel shifts towards cell center = 4905
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00556035, Final user-defined norm residual = 9.65054e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.07582e-05, Final user-defined norm residual = 1.95223e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.19927e-08, Final user-defined norm residual = 1.64136e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000482007, Final residual = 4.06482e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000331211, Final residual = 1.27498e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0552522, Final residual = 1.83999e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0499994, Final residual = 9.19299e-07, No Iterations 263
time step continuity errors : sum local = 1.22361e-10, global = -2.89441e-20, cumulative = -2.0439e-18
DICPCG: Solving for p, Initial residual = 0.00583756, Final residual = 9.72612e-07, No Iterations 144
time step continuity errors : sum local = 1.33091e-10, global = 6.42415e-20, cumulative = -1.97966e-18
BiCGStab: Solving for omega, Initial residual = 0.000394055, Final residual = 4.39316e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000626474, Final residual = 6.1749e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.3349e-05, Final residual = 5.1942e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.13761e-06, Final residual = 4.39241e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00484942, Final residual = 5.05258e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00750802, Final residual = 9.52121e-07, No Iterations 129
time step continuity errors : sum local = 1.38368e-10, global = 9.52879e-20, cumulative = -1.88437e-18
DICPCG: Solving for p, Initial residual = 0.00124803, Final residual = 9.63045e-07, No Iterations 91
time step continuity errors : sum local = 1.41315e-10, global = 3.55855e-20, cumulative = -1.84878e-18
BiCGStab: Solving for omega, Initial residual = 2.80195e-05, Final residual = 8.24159e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.95822e-06, Final residual = 7.95822e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.20732e-06, Final residual = 3.13778e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.18029e-06, Final residual = 3.16351e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000731021, Final residual = 2.75467e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00122692, Final residual = 9.89479e-07, No Iterations 48
time step continuity errors : sum local = 1.45274e-10, global = 8.04325e-21, cumulative = -1.84074e-18
DICPCG: Solving for p, Initial residual = 0.000190152, Final residual = 9.29103e-07, No Iterations 13
time step continuity errors : sum local = 1.37156e-10, global = 5.53547e-20, cumulative = -1.78538e-18
BiCGStab: Solving for omega, Initial residual = 2.26106e-05, Final residual = 6.28025e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.94072e-06, Final residual = 7.94072e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.39381e-07, Final residual = 3.82955e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.98835e-07, Final residual = 3.42893e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000137014, Final residual = 3.84675e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000320419, Final residual = 9.49737e-07, No Iterations 12
time step continuity errors : sum local = 1.39938e-10, global = -6.32517e-20, cumulative = -1.84864e-18
DICPCG: Solving for p, Initial residual = 4.89284e-05, Final residual = 9.21518e-07, No Iterations 6
time step continuity errors : sum local = 1.36132e-10, global = -1.4734e-20, cumulative = -1.86337e-18
BiCGStab: Solving for omega, Initial residual = 2.32269e-05, Final residual = 9.73331e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.96099e-06, Final residual = 7.96099e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.55158e-07, Final residual = 8.35174e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.03504e-08, Final residual = 6.64912e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.88177e-05, Final residual = 6.5206e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.88355e-05, Final residual = 8.06162e-07, No Iterations 5
time step continuity errors : sum local = 1.20614e-10, global = 5.50244e-20, cumulative = -1.80835e-18
DICPCG: Solving for p, Initial residual = 1.42019e-05, Final residual = 7.57092e-07, No Iterations 3
time step continuity errors : sum local = 1.14011e-10, global = -8.91917e-20, cumulative = -1.89754e-18
BiCGStab: Solving for omega, Initial residual = 2.69785e-05, Final residual = 7.41742e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.93819e-06, Final residual = 7.93819e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12563 s ClockTime = 12564 s Max(PAc) = 154887 Pa
Courant Number mean: 0.0634554 max: 1.00066 velocity magnitude: 1.23735
deltaT = 0.0004875
Time = 1.76099
--> Cloud: bubbleCloud
Added 163 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 650050
Mass introduced by injector = 5.92343e-10
Number of parcels added continuously = 1237
Mass introduced continuously = 1.14329e-12
Current number of parcels = 4416987
Current mass in system = 4.87067e-09
Number of parcels shifted at least once = 4886
Number of parcel shifts towards cell center = 4894
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00545997, Final user-defined norm residual = 6.27627e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.34927e-05, Final user-defined norm residual = 5.62058e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.20832e-08, Final user-defined norm residual = 3.77926e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000469379, Final residual = 3.78754e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000322319, Final residual = 1.14634e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0524094, Final residual = 1.28182e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0443281, Final residual = 9.98445e-07, No Iterations 148
time step continuity errors : sum local = 1.31926e-10, global = 1.91117e-19, cumulative = -1.70642e-18
DICPCG: Solving for p, Initial residual = 0.00512091, Final residual = 9.54177e-07, No Iterations 128
time step continuity errors : sum local = 1.31539e-10, global = -1.53821e-20, cumulative = -1.7218e-18
BiCGStab: Solving for omega, Initial residual = 0.000378543, Final residual = 3.41589e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000610419, Final residual = 5.62191e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.28791e-05, Final residual = 4.0977e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.09511e-06, Final residual = 3.77889e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00468061, Final residual = 3.61804e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00732927, Final residual = 9.9127e-07, No Iterations 131
time step continuity errors : sum local = 1.35502e-10, global = 6.46351e-20, cumulative = -1.65717e-18
DICPCG: Solving for p, Initial residual = 0.00118238, Final residual = 9.08207e-07, No Iterations 69
time step continuity errors : sum local = 1.23616e-10, global = -6.43153e-21, cumulative = -1.6636e-18
BiCGStab: Solving for omega, Initial residual = 2.63103e-05, Final residual = 4.4242e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.58969e-06, Final residual = 7.58969e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.20775e-06, Final residual = 2.78818e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.24025e-06, Final residual = 2.68903e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00067064, Final residual = 2.13702e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00121185, Final residual = 9.62312e-07, No Iterations 45
time step continuity errors : sum local = 1.30398e-10, global = -1.72342e-20, cumulative = -1.68083e-18
DICPCG: Solving for p, Initial residual = 0.000175801, Final residual = 9.6432e-07, No Iterations 13
time step continuity errors : sum local = 1.30625e-10, global = 1.2109e-20, cumulative = -1.66872e-18
BiCGStab: Solving for omega, Initial residual = 2.11803e-05, Final residual = 7.66883e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.59722e-06, Final residual = 7.59722e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.5756e-07, Final residual = 3.97738e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.92764e-07, Final residual = 2.63778e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000119783, Final residual = 3.37527e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000291285, Final residual = 9.51789e-07, No Iterations 11
time step continuity errors : sum local = 1.28988e-10, global = 2.72196e-20, cumulative = -1.6415e-18
DICPCG: Solving for p, Initial residual = 4.3606e-05, Final residual = 8.11165e-07, No Iterations 6
time step continuity errors : sum local = 1.10785e-10, global = 2.81453e-20, cumulative = -1.61336e-18
BiCGStab: Solving for omega, Initial residual = 2.33217e-05, Final residual = 5.5504e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.64118e-06, Final residual = 7.64118e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.58638e-07, Final residual = 8.55939e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.1197e-08, Final residual = 4.99283e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.45886e-05, Final residual = 5.88429e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.5979e-05, Final residual = 7.0955e-07, No Iterations 5
time step continuity errors : sum local = 9.76407e-11, global = -1.558e-20, cumulative = -1.62894e-18
DICPCG: Solving for p, Initial residual = 1.34489e-05, Final residual = 6.46136e-07, No Iterations 3
time step continuity errors : sum local = 8.94375e-11, global = -1.91831e-20, cumulative = -1.64812e-18
BiCGStab: Solving for omega, Initial residual = 2.51495e-05, Final residual = 9.24649e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.60106e-06, Final residual = 7.60106e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12582 s ClockTime = 12583 s Max(PAc) = 154404 Pa
Courant Number mean: 0.0618796 max: 0.980274 velocity magnitude: 1.24172
deltaT = 0.0004875
Time = 1.76147
--> Cloud: bubbleCloud
Added 128 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 650178
Mass introduced by injector = 5.9248e-10
Number of parcels added continuously = 1161
Mass introduced continuously = 1.09852e-12
Current number of parcels = 4417731
Current mass in system = 4.87139e-09
Number of parcels shifted at least once = 4908
Number of parcel shifts towards cell center = 4918
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00600615, Final user-defined norm residual = 0.000114895
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.46931e-05, Final user-defined norm residual = 3.18872e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.85337e-08, Final user-defined norm residual = 3.29677e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000468486, Final residual = 3.36518e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000323374, Final residual = 9.57663e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0515264, Final residual = 1.29504e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0446427, Final residual = 8.35025e-07, No Iterations 264
time step continuity errors : sum local = 1.06664e-10, global = -4.74847e-20, cumulative = -1.69561e-18
DICPCG: Solving for p, Initial residual = 0.00544333, Final residual = 9.91602e-07, No Iterations 147
time step continuity errors : sum local = 1.36302e-10, global = -3.67696e-20, cumulative = -1.73238e-18
BiCGStab: Solving for omega, Initial residual = 0.000377841, Final residual = 3.55751e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000609816, Final residual = 5.64793e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.30242e-05, Final residual = 4.61099e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.77167e-06, Final residual = 3.93648e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00456756, Final residual = 3.57368e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00724956, Final residual = 9.80013e-07, No Iterations 118
time step continuity errors : sum local = 1.39908e-10, global = -1.1161e-20, cumulative = -1.74354e-18
DICPCG: Solving for p, Initial residual = 0.00110548, Final residual = 9.09717e-07, No Iterations 69
time step continuity errors : sum local = 1.3195e-10, global = 7.1642e-20, cumulative = -1.6719e-18
BiCGStab: Solving for omega, Initial residual = 2.34228e-05, Final residual = 6.73539e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.63718e-06, Final residual = 7.63718e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.08513e-06, Final residual = 3.01048e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.41584e-06, Final residual = 2.71578e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000691494, Final residual = 2.05033e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00120976, Final residual = 9.56849e-07, No Iterations 35
time step continuity errors : sum local = 1.38111e-10, global = 7.99475e-20, cumulative = -1.59195e-18
DICPCG: Solving for p, Initial residual = 0.000180927, Final residual = 9.7315e-07, No Iterations 14
time step continuity errors : sum local = 1.40145e-10, global = -4.75215e-20, cumulative = -1.63947e-18
BiCGStab: Solving for omega, Initial residual = 1.93671e-05, Final residual = 4.83801e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.67058e-06, Final residual = 7.67058e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.23557e-07, Final residual = 3.28024e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.30032e-07, Final residual = 2.33046e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000124084, Final residual = 3.32122e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000310396, Final residual = 9.27873e-07, No Iterations 12
time step continuity errors : sum local = 1.34417e-10, global = -6.23258e-20, cumulative = -1.7018e-18
DICPCG: Solving for p, Initial residual = 4.59049e-05, Final residual = 8.95631e-07, No Iterations 5
time step continuity errors : sum local = 1.30328e-10, global = 5.01194e-20, cumulative = -1.65168e-18
BiCGStab: Solving for omega, Initial residual = 2.09104e-05, Final residual = 7.90822e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.6704e-06, Final residual = 7.6704e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.47044e-07, Final residual = 7.32628e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.43017e-08, Final residual = 5.22268e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.57998e-05, Final residual = 5.76355e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.56311e-05, Final residual = 8.17618e-07, No Iterations 5
time step continuity errors : sum local = 1.20447e-10, global = 2.70637e-20, cumulative = -1.62461e-18
DICPCG: Solving for p, Initial residual = 1.2966e-05, Final residual = 6.98591e-07, No Iterations 3
time step continuity errors : sum local = 1.0537e-10, global = 6.14192e-20, cumulative = -1.56319e-18
BiCGStab: Solving for omega, Initial residual = 2.45305e-05, Final residual = 5.85474e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.67092e-06, Final residual = 7.67092e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12603.6 s ClockTime = 12604 s Max(PAc) = 154622 Pa
Courant Number mean: 0.0618891 max: 0.981298 velocity magnitude: 1.24669
deltaT = 0.0004875
Time = 1.76196
--> Cloud: bubbleCloud
Added 216 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 650394
Mass introduced by injector = 5.92691e-10
Number of parcels added continuously = 1133
Mass introduced continuously = 1.12833e-12
Current number of parcels = 4418511
Current mass in system = 4.87219e-09
Number of parcels shifted at least once = 4843
Number of parcel shifts towards cell center = 4848
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00626273, Final user-defined norm residual = 0.000279106
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.00432e-05, Final user-defined norm residual = 2.07023e-06
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.45382e-07, Final user-defined norm residual = 7.44064e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000463441, Final residual = 3.44112e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000316529, Final residual = 1.04265e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0480957, Final residual = 1.20665e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0474167, Final residual = 9.45805e-07, No Iterations 262
time step continuity errors : sum local = 1.19267e-10, global = 5.98061e-21, cumulative = -1.55721e-18
DICPCG: Solving for p, Initial residual = 0.00509418, Final residual = 9.3242e-07, No Iterations 139
time step continuity errors : sum local = 1.17384e-10, global = 3.31676e-21, cumulative = -1.5539e-18
BiCGStab: Solving for omega, Initial residual = 0.000374201, Final residual = 3.10381e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000609873, Final residual = 5.7186e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.24885e-05, Final residual = 4.94316e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.09393e-06, Final residual = 4.18575e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0042761, Final residual = 3.41683e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00703173, Final residual = 9.29828e-07, No Iterations 124
time step continuity errors : sum local = 1.19103e-10, global = -5.61734e-20, cumulative = -1.61007e-18
DICPCG: Solving for p, Initial residual = 0.00116806, Final residual = 9.7012e-07, No Iterations 71
time step continuity errors : sum local = 1.25272e-10, global = -7.32771e-20, cumulative = -1.68335e-18
BiCGStab: Solving for omega, Initial residual = 2.81835e-05, Final residual = 4.45531e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.67088e-06, Final residual = 7.67088e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.12183e-06, Final residual = 2.93722e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.28895e-06, Final residual = 2.8774e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000649266, Final residual = 1.99626e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00122138, Final residual = 9.70367e-07, No Iterations 62
time step continuity errors : sum local = 1.25653e-10, global = 2.29838e-20, cumulative = -1.66036e-18
DICPCG: Solving for p, Initial residual = 0.000196342, Final residual = 9.98746e-07, No Iterations 12
time step continuity errors : sum local = 1.29213e-10, global = 8.38758e-20, cumulative = -1.57649e-18
BiCGStab: Solving for omega, Initial residual = 2.43772e-05, Final residual = 8.14841e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.67161e-06, Final residual = 7.67161e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.23399e-07, Final residual = 3.13102e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.19123e-07, Final residual = 3.99667e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000119234, Final residual = 3.47961e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000288277, Final residual = 9.67215e-07, No Iterations 9
time step continuity errors : sum local = 1.25255e-10, global = -1.66929e-20, cumulative = -1.59318e-18
DICPCG: Solving for p, Initial residual = 5.1394e-05, Final residual = 8.67424e-07, No Iterations 5
time step continuity errors : sum local = 1.12707e-10, global = -1.04694e-19, cumulative = -1.69787e-18
BiCGStab: Solving for omega, Initial residual = 2.86259e-05, Final residual = 6.66081e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.69203e-06, Final residual = 7.69203e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.49472e-07, Final residual = 6.90493e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.18825e-08, Final residual = 5.50061e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.49195e-05, Final residual = 5.75577e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.60776e-05, Final residual = 8.91922e-07, No Iterations 5
time step continuity errors : sum local = 1.15786e-10, global = -5.71996e-20, cumulative = -1.75507e-18
DICPCG: Solving for p, Initial residual = 1.5098e-05, Final residual = 8.0868e-07, No Iterations 3
time step continuity errors : sum local = 1.0532e-10, global = 2.59236e-20, cumulative = -1.72915e-18
BiCGStab: Solving for omega, Initial residual = 3.08907e-05, Final residual = 1.04692e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.65851e-06, Final residual = 7.65851e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12623.4 s ClockTime = 12624 s Max(PAc) = 155689 Pa
Courant Number mean: 0.0618985 max: 0.982907 velocity magnitude: 1.24959
deltaT = 0.0004875
Time = 1.76245
--> Cloud: bubbleCloud
Added 188 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 650582
Mass introduced by injector = 5.92819e-10
Number of parcels added continuously = 1227
Mass introduced continuously = 1.0675e-12
Current number of parcels = 4419398
Current mass in system = 4.87284e-09
Number of parcels shifted at least once = 4853
Number of parcel shifts towards cell center = 4859
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00589863, Final user-defined norm residual = 0.000103316
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.22217e-05, Final user-defined norm residual = 2.19633e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.72409e-08, Final user-defined norm residual = 4.71489e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000466673, Final residual = 3.6252e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000318623, Final residual = 1.00473e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0466412, Final residual = 1.36996e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0487647, Final residual = 9.02039e-07, No Iterations 258
time step continuity errors : sum local = 1.13375e-10, global = 7.41792e-20, cumulative = -1.65497e-18
DICPCG: Solving for p, Initial residual = 0.00491005, Final residual = 9.66621e-07, No Iterations 135
time step continuity errors : sum local = 1.25536e-10, global = -3.59677e-20, cumulative = -1.69094e-18
BiCGStab: Solving for omega, Initial residual = 0.000378177, Final residual = 3.20542e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000609817, Final residual = 5.72296e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.29661e-05, Final residual = 4.19303e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.0341e-06, Final residual = 3.88322e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00406876, Final residual = 3.6571e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00785899, Final residual = 9.27451e-07, No Iterations 115
time step continuity errors : sum local = 1.22318e-10, global = 4.27994e-20, cumulative = -1.64814e-18
DICPCG: Solving for p, Initial residual = 0.00131384, Final residual = 9.4877e-07, No Iterations 69
time step continuity errors : sum local = 1.25778e-10, global = 5.94947e-20, cumulative = -1.58864e-18
BiCGStab: Solving for omega, Initial residual = 2.83406e-05, Final residual = 7.75791e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.80944e-06, Final residual = 7.80944e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.26796e-06, Final residual = 2.63727e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.24957e-06, Final residual = 2.66513e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000610397, Final residual = 2.03155e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00120423, Final residual = 9.97685e-07, No Iterations 55
time step continuity errors : sum local = 1.32067e-10, global = 5.01911e-21, cumulative = -1.58362e-18
DICPCG: Solving for p, Initial residual = 0.000188494, Final residual = 9.89523e-07, No Iterations 32
time step continuity errors : sum local = 1.31015e-10, global = 5.42743e-20, cumulative = -1.52935e-18
BiCGStab: Solving for omega, Initial residual = 2.57599e-05, Final residual = 5.93495e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.8156e-06, Final residual = 7.8156e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.67787e-07, Final residual = 3.70999e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.1136e-07, Final residual = 3.13947e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000117492, Final residual = 2.99539e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000295702, Final residual = 9.27773e-07, No Iterations 18
time step continuity errors : sum local = 1.23239e-10, global = 6.75179e-21, cumulative = -1.5226e-18
DICPCG: Solving for p, Initial residual = 4.79684e-05, Final residual = 8.80664e-07, No Iterations 7
time step continuity errors : sum local = 1.1731e-10, global = 1.40664e-20, cumulative = -1.50853e-18
BiCGStab: Solving for omega, Initial residual = 2.76169e-05, Final residual = 9.63024e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.80822e-06, Final residual = 7.80822e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.48006e-07, Final residual = 7.72097e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.77212e-08, Final residual = 4.73508e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.41776e-05, Final residual = 5.38353e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 7.78521e-05, Final residual = 9.71797e-07, No Iterations 5
time step continuity errors : sum local = 1.2878e-10, global = -7.63091e-20, cumulative = -1.58484e-18
DICPCG: Solving for p, Initial residual = 1.33802e-05, Final residual = 7.95195e-07, No Iterations 3
time step continuity errors : sum local = 1.06551e-10, global = 1.41559e-20, cumulative = -1.57068e-18
BiCGStab: Solving for omega, Initial residual = 3.31864e-05, Final residual = 7.40404e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.80676e-06, Final residual = 7.80676e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12644.5 s ClockTime = 12645 s Max(PAc) = 155563 Pa
Courant Number mean: 0.0619082 max: 0.977391 velocity magnitude: 1.25149
deltaT = 0.0004875
Time = 1.76294
--> Cloud: bubbleCloud
Added 208 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 650790
Mass introduced by injector = 5.93008e-10
Number of parcels added continuously = 1183
Mass introduced continuously = 1.12713e-12
Current number of parcels = 4420298
Current mass in system = 4.87371e-09
Number of parcels shifted at least once = 4784
Number of parcel shifts towards cell center = 4792
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00577623, Final user-defined norm residual = 6.37045e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.37047e-05, Final user-defined norm residual = 8.0053e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.7222e-08, Final user-defined norm residual = 6.59536e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000467249, Final residual = 3.39331e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000316517, Final residual = 1.12456e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0454493, Final residual = 1.11684e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0489077, Final residual = 9.54493e-07, No Iterations 260
time step continuity errors : sum local = 1.20545e-10, global = 6.09284e-20, cumulative = -1.50976e-18
DICPCG: Solving for p, Initial residual = 0.00495203, Final residual = 9.6165e-07, No Iterations 140
time step continuity errors : sum local = 1.28468e-10, global = 1.78636e-20, cumulative = -1.49189e-18
BiCGStab: Solving for omega, Initial residual = 0.00037759, Final residual = 3.4327e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000609038, Final residual = 5.73989e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.33712e-05, Final residual = 4.5771e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.54198e-06, Final residual = 4.04188e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00392431, Final residual = 3.07845e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00829598, Final residual = 9.40049e-07, No Iterations 97
time step continuity errors : sum local = 1.31883e-10, global = 3.56758e-20, cumulative = -1.45622e-18
DICPCG: Solving for p, Initial residual = 0.00131809, Final residual = 9.95087e-07, No Iterations 67
time step continuity errors : sum local = 1.39885e-10, global = -7.27919e-21, cumulative = -1.4635e-18
BiCGStab: Solving for omega, Initial residual = 2.73526e-05, Final residual = 4.48247e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.26482e-06, Final residual = 7.26482e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.4179e-06, Final residual = 2.8464e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.34934e-06, Final residual = 2.75003e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000591917, Final residual = 1.83245e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00139055, Final residual = 9.66066e-07, No Iterations 59
time step continuity errors : sum local = 1.36475e-10, global = 9.62699e-20, cumulative = -1.36723e-18
DICPCG: Solving for p, Initial residual = 0.000211843, Final residual = 9.84726e-07, No Iterations 33
time step continuity errors : sum local = 1.38795e-10, global = 5.57811e-20, cumulative = -1.31145e-18
BiCGStab: Solving for omega, Initial residual = 2.09909e-05, Final residual = 6.26787e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.2781e-06, Final residual = 7.2781e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.79409e-07, Final residual = 4.1315e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.41177e-07, Final residual = 3.12388e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000107031, Final residual = 2.91074e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000339068, Final residual = 9.95049e-07, No Iterations 19
time step continuity errors : sum local = 1.40104e-10, global = -2.28306e-20, cumulative = -1.33428e-18
DICPCG: Solving for p, Initial residual = 5.38381e-05, Final residual = 8.62818e-07, No Iterations 6
time step continuity errors : sum local = 1.23303e-10, global = -5.1623e-20, cumulative = -1.3859e-18
BiCGStab: Solving for omega, Initial residual = 2.05625e-05, Final residual = 3.82732e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.29852e-06, Final residual = 7.29852e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.55825e-07, Final residual = 8.51156e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.95192e-08, Final residual = 5.7395e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.13952e-05, Final residual = 4.89791e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 9.40587e-05, Final residual = 9.36419e-07, No Iterations 5
time step continuity errors : sum local = 1.32652e-10, global = -3.23821e-20, cumulative = -1.41828e-18
DICPCG: Solving for p, Initial residual = 1.42838e-05, Final residual = 8.09692e-07, No Iterations 3
time step continuity errors : sum local = 1.16554e-10, global = 3.40742e-20, cumulative = -1.38421e-18
BiCGStab: Solving for omega, Initial residual = 2.11562e-05, Final residual = 5.85077e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.27505e-06, Final residual = 7.27505e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12664 s ClockTime = 12665 s Max(PAc) = 155382 Pa
Courant Number mean: 0.0619175 max: 0.973233 velocity magnitude: 1.25308
deltaT = 0.0004875
Time = 1.76342
--> Cloud: bubbleCloud
Added 178 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 650968
Mass introduced by injector = 5.93141e-10
Number of parcels added continuously = 1159
Mass introduced continuously = 1.1233e-12
Current number of parcels = 4421071
Current mass in system = 4.87445e-09
Number of parcels shifted at least once = 4960
Number of parcel shifts towards cell center = 4969
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00598926, Final user-defined norm residual = 9.72403e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.09044e-05, Final user-defined norm residual = 2.03261e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.36975e-08, Final user-defined norm residual = 4.52678e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000474322, Final residual = 3.25415e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000322454, Final residual = 1.00558e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0436475, Final residual = 1.17317e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0532247, Final residual = 8.73493e-07, No Iterations 262
time step continuity errors : sum local = 1.11089e-10, global = -1.06262e-19, cumulative = -1.49047e-18
DICPCG: Solving for p, Initial residual = 0.00588398, Final residual = 9.70825e-07, No Iterations 144
time step continuity errors : sum local = 1.36289e-10, global = -5.19827e-20, cumulative = -1.54245e-18
BiCGStab: Solving for omega, Initial residual = 0.000375467, Final residual = 4.11601e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000608302, Final residual = 5.61893e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.64968e-05, Final residual = 4.36722e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.45513e-06, Final residual = 3.83773e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00369199, Final residual = 2.91675e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0093753, Final residual = 9.43078e-07, No Iterations 135
time step continuity errors : sum local = 1.32702e-10, global = -3.97909e-20, cumulative = -1.58224e-18
DICPCG: Solving for p, Initial residual = 0.00159436, Final residual = 9.98363e-07, No Iterations 89
time step continuity errors : sum local = 1.38933e-10, global = 4.60666e-20, cumulative = -1.53618e-18
BiCGStab: Solving for omega, Initial residual = 2.27362e-05, Final residual = 3.23266e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.11226e-06, Final residual = 7.11226e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.18429e-06, Final residual = 3.03555e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.78929e-06, Final residual = 2.93622e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000550913, Final residual = 1.66521e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00180787, Final residual = 9.78971e-07, No Iterations 65
time step continuity errors : sum local = 1.36304e-10, global = 1.52411e-20, cumulative = -1.52093e-18
DICPCG: Solving for p, Initial residual = 0.000286235, Final residual = 9.39756e-07, No Iterations 48
time step continuity errors : sum local = 1.31336e-10, global = 1.65174e-21, cumulative = -1.51928e-18
BiCGStab: Solving for omega, Initial residual = 1.52576e-05, Final residual = 2.98204e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.12883e-06, Final residual = 7.12883e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.75027e-07, Final residual = 5.77815e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.78289e-07, Final residual = 3.51265e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000100986, Final residual = 2.57162e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000443062, Final residual = 9.86962e-07, No Iterations 20
time step continuity errors : sum local = 1.37338e-10, global = 5.81694e-20, cumulative = -1.46111e-18
DICPCG: Solving for p, Initial residual = 7.49374e-05, Final residual = 8.75424e-07, No Iterations 6
time step continuity errors : sum local = 1.23122e-10, global = 5.01003e-20, cumulative = -1.41101e-18
BiCGStab: Solving for omega, Initial residual = 1.48166e-05, Final residual = 3.16945e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.15394e-06, Final residual = 7.15394e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.33275e-07, Final residual = 1.49522e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.4523e-07, Final residual = 6.46484e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.10955e-05, Final residual = 4.36352e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000129485, Final residual = 9.18199e-07, No Iterations 6
time step continuity errors : sum local = 1.28567e-10, global = 1.09503e-21, cumulative = -1.40992e-18
DICPCG: Solving for p, Initial residual = 2.26747e-05, Final residual = 9.86557e-07, No Iterations 3
time step continuity errors : sum local = 1.37268e-10, global = -3.47192e-20, cumulative = -1.44464e-18
BiCGStab: Solving for omega, Initial residual = 1.53468e-05, Final residual = 3.20152e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.13394e-06, Final residual = 7.13394e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12682.9 s ClockTime = 12684 s Max(PAc) = 155308 Pa
Courant Number mean: 0.0619268 max: 0.966955 velocity magnitude: 1.25379
deltaT = 0.000502273
Time = 1.76393
--> Cloud: bubbleCloud
Added 227 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 651195
Mass introduced by injector = 5.93311e-10
Number of parcels added continuously = 1235
Mass introduced continuously = 1.16729e-12
Current number of parcels = 4422000
Current mass in system = 4.87528e-09
Number of parcels shifted at least once = 4959
Number of parcel shifts towards cell center = 4965
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00620031, Final user-defined norm residual = 0.000150173
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.2299e-05, Final user-defined norm residual = 6.73477e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.44854e-07, Final user-defined norm residual = 3.30217e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000491189, Final residual = 4.4051e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000336632, Final residual = 1.27624e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0409617, Final residual = 1.26975e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0530331, Final residual = 9.65665e-07, No Iterations 153
time step continuity errors : sum local = 1.32901e-10, global = -8.50587e-20, cumulative = -1.5297e-18
DICPCG: Solving for p, Initial residual = 0.00690974, Final residual = 9.81036e-07, No Iterations 134
time step continuity errors : sum local = 1.44454e-10, global = -2.88288e-20, cumulative = -1.55853e-18
BiCGStab: Solving for omega, Initial residual = 0.000387775, Final residual = 3.31938e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000626994, Final residual = 6.33963e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.76786e-05, Final residual = 4.88453e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.12569e-05, Final residual = 4.55043e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0036878, Final residual = 3.51925e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0106034, Final residual = 9.8567e-07, No Iterations 137
time step continuity errors : sum local = 1.42759e-10, global = 3.17907e-20, cumulative = -1.52673e-18
DICPCG: Solving for p, Initial residual = 0.00190671, Final residual = 9.49984e-07, No Iterations 86
time step continuity errors : sum local = 1.3709e-10, global = 1.85237e-20, cumulative = -1.50821e-18
BiCGStab: Solving for omega, Initial residual = 2.21257e-05, Final residual = 3.212e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.55504e-06, Final residual = 7.55504e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.73874e-06, Final residual = 3.38928e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.2259e-06, Final residual = 3.42133e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00057447, Final residual = 1.95037e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00214316, Final residual = 9.85256e-07, No Iterations 63
time step continuity errors : sum local = 1.41571e-10, global = 8.6436e-20, cumulative = -1.42177e-18
DICPCG: Solving for p, Initial residual = 0.00037073, Final residual = 9.8005e-07, No Iterations 23
time step continuity errors : sum local = 1.40865e-10, global = -3.10641e-20, cumulative = -1.45284e-18
BiCGStab: Solving for omega, Initial residual = 1.52477e-05, Final residual = 3.50349e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.59598e-06, Final residual = 7.59598e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.10757e-06, Final residual = 4.70855e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.24357e-07, Final residual = 4.27208e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000109733, Final residual = 2.77987e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000606552, Final residual = 9.67442e-07, No Iterations 9
time step continuity errors : sum local = 1.39165e-10, global = -1.31569e-20, cumulative = -1.466e-18
DICPCG: Solving for p, Initial residual = 0.000102889, Final residual = 8.25728e-07, No Iterations 6
time step continuity errors : sum local = 1.20117e-10, global = 1.84615e-20, cumulative = -1.44753e-18
BiCGStab: Solving for omega, Initial residual = 1.65254e-05, Final residual = 3.91874e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.60522e-06, Final residual = 7.60522e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.29006e-07, Final residual = 9.13875e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.85505e-07, Final residual = 6.27214e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.32092e-05, Final residual = 4.85564e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000183933, Final residual = 9.133e-07, No Iterations 6
time step continuity errors : sum local = 1.31882e-10, global = 8.03295e-20, cumulative = -1.3672e-18
DICPCG: Solving for p, Initial residual = 2.99463e-05, Final residual = 6.66148e-07, No Iterations 4
time step continuity errors : sum local = 9.86747e-11, global = 4.54671e-20, cumulative = -1.32174e-18
BiCGStab: Solving for omega, Initial residual = 1.88676e-05, Final residual = 4.66829e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.60033e-06, Final residual = 7.60033e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12703.6 s ClockTime = 12704 s Max(PAc) = 154552 Pa
Courant Number mean: 0.0638129 max: 0.987185 velocity magnitude: 1.25098
deltaT = 0.000502273
Time = 1.76443
--> Cloud: bubbleCloud
Added 190 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 651385
Mass introduced by injector = 5.93475e-10
Number of parcels added continuously = 1292
Mass introduced continuously = 1.15963e-12
Current number of parcels = 4422923
Current mass in system = 4.87605e-09
Number of parcels shifted at least once = 4958
Number of parcel shifts towards cell center = 4963
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00617396, Final user-defined norm residual = 0.000136898
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.94361e-05, Final user-defined norm residual = 4.33205e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.31491e-08, Final user-defined norm residual = 1.13751e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000496518, Final residual = 4.53564e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000340329, Final residual = 1.43117e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0410465, Final residual = 1.3178e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.054081, Final residual = 9.29111e-07, No Iterations 259
time step continuity errors : sum local = 1.2576e-10, global = 2.0674e-20, cumulative = -1.30106e-18
DICPCG: Solving for p, Initial residual = 0.00802154, Final residual = 9.36753e-07, No Iterations 134
time step continuity errors : sum local = 1.37512e-10, global = 2.26076e-20, cumulative = -1.27846e-18
BiCGStab: Solving for omega, Initial residual = 0.000388568, Final residual = 4.50972e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000626714, Final residual = 6.31727e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.03618e-05, Final residual = 4.85818e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.22749e-05, Final residual = 4.67012e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00371424, Final residual = 3.56969e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0118751, Final residual = 9.19351e-07, No Iterations 138
time step continuity errors : sum local = 1.3035e-10, global = 2.00748e-20, cumulative = -1.25838e-18
DICPCG: Solving for p, Initial residual = 0.00219644, Final residual = 9.7721e-07, No Iterations 85
time step continuity errors : sum local = 1.37054e-10, global = 6.24602e-20, cumulative = -1.19592e-18
BiCGStab: Solving for omega, Initial residual = 2.31404e-05, Final residual = 3.81629e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.73541e-06, Final residual = 7.73541e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.75154e-06, Final residual = 3.46976e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.45113e-06, Final residual = 3.5622e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00054904, Final residual = 2.05255e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00277389, Final residual = 9.59385e-07, No Iterations 39
time step continuity errors : sum local = 1.34334e-10, global = 2.37883e-20, cumulative = -1.17213e-18
DICPCG: Solving for p, Initial residual = 0.000492741, Final residual = 9.98923e-07, No Iterations 15
time step continuity errors : sum local = 1.39638e-10, global = 6.93793e-20, cumulative = -1.10275e-18
BiCGStab: Solving for omega, Initial residual = 1.46822e-05, Final residual = 3.23496e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.78517e-06, Final residual = 7.78517e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.34208e-06, Final residual = 4.29315e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.5911e-07, Final residual = 3.78009e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000103407, Final residual = 2.8757e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000821781, Final residual = 9.75882e-07, No Iterations 19
time step continuity errors : sum local = 1.36481e-10, global = -1.92674e-20, cumulative = -1.12202e-18
DICPCG: Solving for p, Initial residual = 0.000144459, Final residual = 9.46011e-07, No Iterations 8
time step continuity errors : sum local = 1.32413e-10, global = 6.62167e-20, cumulative = -1.0558e-18
BiCGStab: Solving for omega, Initial residual = 1.51626e-05, Final residual = 3.39623e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.81135e-06, Final residual = 7.81135e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.17014e-07, Final residual = 1.15557e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.01524e-07, Final residual = 9.6223e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.20718e-05, Final residual = 5.17168e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000237927, Final residual = 9.59921e-07, No Iterations 6
time step continuity errors : sum local = 1.34298e-10, global = -2.24671e-20, cumulative = -1.07827e-18
DICPCG: Solving for p, Initial residual = 4.08527e-05, Final residual = 6.71479e-07, No Iterations 4
time step continuity errors : sum local = 9.51604e-11, global = -3.27699e-22, cumulative = -1.0786e-18
BiCGStab: Solving for omega, Initial residual = 1.61351e-05, Final residual = 3.4025e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.78699e-06, Final residual = 7.78699e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12724.8 s ClockTime = 12726 s Max(PAc) = 153538 Pa
Courant Number mean: 0.0638232 max: 0.9945 velocity magnitude: 1.25133
deltaT = 0.000502273
Time = 1.76493
--> Cloud: bubbleCloud
Added 165 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 651550
Mass introduced by injector = 5.93662e-10
Number of parcels added continuously = 1207
Mass introduced continuously = 1.21532e-12
Current number of parcels = 4423710
Current mass in system = 4.87685e-09
Number of parcels shifted at least once = 4985
Number of parcel shifts towards cell center = 4996
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0059473, Final user-defined norm residual = 8.81175e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.89566e-05, Final user-defined norm residual = 2.41315e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.19144e-08, Final user-defined norm residual = 4.2568e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000502031, Final residual = 3.93795e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000342061, Final residual = 1.21809e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0388938, Final residual = 1.38208e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0608359, Final residual = 9.97881e-07, No Iterations 266
time step continuity errors : sum local = 1.34456e-10, global = -3.71007e-20, cumulative = -1.1157e-18
DICPCG: Solving for p, Initial residual = 0.00878661, Final residual = 9.61559e-07, No Iterations 155
time step continuity errors : sum local = 1.46259e-10, global = 6.5275e-20, cumulative = -1.05042e-18
BiCGStab: Solving for omega, Initial residual = 0.000386885, Final residual = 3.41005e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000626069, Final residual = 6.3121e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.14134e-05, Final residual = 6.32558e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.2772e-05, Final residual = 5.01487e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0034362, Final residual = 3.8383e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0135102, Final residual = 9.67497e-07, No Iterations 107
time step continuity errors : sum local = 1.53671e-10, global = 2.92736e-21, cumulative = -1.0475e-18
DICPCG: Solving for p, Initial residual = 0.0025291, Final residual = 8.89874e-07, No Iterations 222
time step continuity errors : sum local = 1.20067e-10, global = -4.17634e-20, cumulative = -1.08926e-18
BiCGStab: Solving for omega, Initial residual = 2.32258e-05, Final residual = 2.8528e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.87515e-06, Final residual = 7.87515e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 5.40524e-06, Final residual = 4.23832e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.74436e-06, Final residual = 3.23278e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000517454, Final residual = 2.17559e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00301914, Final residual = 9.69131e-07, No Iterations 65
time step continuity errors : sum local = 1.33024e-10, global = 1.43897e-20, cumulative = -1.07487e-18
DICPCG: Solving for p, Initial residual = 0.000586041, Final residual = 9.78961e-07, No Iterations 54
time step continuity errors : sum local = 1.33999e-10, global = 5.08644e-20, cumulative = -1.02401e-18
BiCGStab: Solving for omega, Initial residual = 1.55045e-05, Final residual = 3.22255e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.92998e-06, Final residual = 7.92998e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.42808e-06, Final residual = 6.75316e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.21631e-07, Final residual = 3.70016e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000100479, Final residual = 2.47851e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.0008807, Final residual = 9.52574e-07, No Iterations 36
time step continuity errors : sum local = 1.3043e-10, global = -8.50351e-21, cumulative = -1.03251e-18
DICPCG: Solving for p, Initial residual = 0.000161846, Final residual = 9.33747e-07, No Iterations 11
time step continuity errors : sum local = 1.27869e-10, global = 3.97515e-20, cumulative = -9.92758e-19
BiCGStab: Solving for omega, Initial residual = 1.71178e-05, Final residual = 3.85547e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.94135e-06, Final residual = 7.94135e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.54326e-07, Final residual = 2.37605e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.38317e-07, Final residual = 1.28903e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.16858e-05, Final residual = 4.15949e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000257747, Final residual = 9.27053e-07, No Iterations 8
time step continuity errors : sum local = 1.26967e-10, global = 2.42489e-21, cumulative = -9.90334e-19
DICPCG: Solving for p, Initial residual = 4.49438e-05, Final residual = 8.51721e-07, No Iterations 4
time step continuity errors : sum local = 1.16812e-10, global = 8.29127e-20, cumulative = -9.07421e-19
BiCGStab: Solving for omega, Initial residual = 1.98096e-05, Final residual = 4.4219e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.94172e-06, Final residual = 7.94172e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12744.9 s ClockTime = 12746 s Max(PAc) = 154392 Pa
Courant Number mean: 0.0638332 max: 1.00319 velocity magnitude: 1.25014
deltaT = 0.00048607
Time = 1.76542
--> Cloud: bubbleCloud
Added 134 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 651684
Mass introduced by injector = 5.93794e-10
Number of parcels added continuously = 1225
Mass introduced continuously = 1.09014e-12
Current number of parcels = 4424506
Current mass in system = 4.87751e-09
Number of parcels shifted at least once = 4842
Number of parcel shifts towards cell center = 4851
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00626066, Final user-defined norm residual = 7.38818e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.58835e-05, Final user-defined norm residual = 6.14574e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.32126e-08, Final user-defined norm residual = 5.79313e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00048125, Final residual = 3.56162e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000327623, Final residual = 1.08253e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0366895, Final residual = 9.92225e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0587549, Final residual = 9.37456e-07, No Iterations 155
time step continuity errors : sum local = 1.20904e-10, global = -8.83068e-20, cumulative = -9.95728e-19
DICPCG: Solving for p, Initial residual = 0.00747491, Final residual = 9.97505e-07, No Iterations 139
time step continuity errors : sum local = 1.34036e-10, global = -3.44235e-20, cumulative = -1.03015e-18
BiCGStab: Solving for omega, Initial residual = 0.000380379, Final residual = 3.54033e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000605405, Final residual = 5.47662e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 2.12936e-05, Final residual = 4.31622e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.16374e-05, Final residual = 3.83307e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00335017, Final residual = 2.82329e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0135222, Final residual = 9.9575e-07, No Iterations 137
time step continuity errors : sum local = 1.39304e-10, global = -2.4823e-21, cumulative = -1.03263e-18
DICPCG: Solving for p, Initial residual = 0.00257051, Final residual = 9.33838e-07, No Iterations 70
time step continuity errors : sum local = 1.32285e-10, global = -1.18024e-20, cumulative = -1.04444e-18
BiCGStab: Solving for omega, Initial residual = 2.88423e-05, Final residual = 4.51401e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.33747e-06, Final residual = 7.33747e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.83128e-06, Final residual = 3.24524e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.59548e-06, Final residual = 2.71816e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000497343, Final residual = 1.62073e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0029012, Final residual = 9.8188e-07, No Iterations 88
time step continuity errors : sum local = 1.38637e-10, global = -3.99392e-21, cumulative = -1.04843e-18
DICPCG: Solving for p, Initial residual = 0.000550263, Final residual = 9.33131e-07, No Iterations 55
time step continuity errors : sum local = 1.32468e-10, global = 1.89836e-20, cumulative = -1.02945e-18
BiCGStab: Solving for omega, Initial residual = 2.24552e-05, Final residual = 4.75853e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.38258e-06, Final residual = 7.38258e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.45004e-06, Final residual = 4.28095e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 7.07317e-07, Final residual = 2.84971e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.29613e-05, Final residual = 2.25637e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000824546, Final residual = 9.72968e-07, No Iterations 37
time step continuity errors : sum local = 1.37476e-10, global = -5.51299e-20, cumulative = -1.08458e-18
DICPCG: Solving for p, Initial residual = 0.00014233, Final residual = 9.05934e-07, No Iterations 11
time step continuity errors : sum local = 1.2898e-10, global = 1.43417e-20, cumulative = -1.07023e-18
BiCGStab: Solving for omega, Initial residual = 2.2985e-05, Final residual = 5.33105e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.39628e-06, Final residual = 7.39628e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 4.04991e-07, Final residual = 1.66917e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.37582e-07, Final residual = 8.47339e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.98494e-05, Final residual = 3.84154e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000231516, Final residual = 8.88278e-07, No Iterations 9
time step continuity errors : sum local = 1.26745e-10, global = 3.40932e-20, cumulative = -1.03614e-18
DICPCG: Solving for p, Initial residual = 4.05212e-05, Final residual = 8.84157e-07, No Iterations 4
time step continuity errors : sum local = 1.26218e-10, global = 8.7408e-21, cumulative = -1.0274e-18
BiCGStab: Solving for omega, Initial residual = 2.57732e-05, Final residual = 5.93964e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.38508e-06, Final residual = 7.38508e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12764.8 s ClockTime = 12766 s Max(PAc) = 153638 Pa
Courant Number mean: 0.0617843 max: 0.984558 velocity magnitude: 1.24858
deltaT = 0.00048607
Time = 1.7659
--> Cloud: bubbleCloud
Added 226 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 651910
Mass introduced by injector = 5.93995e-10
Number of parcels added continuously = 1195
Mass introduced continuously = 1.10038e-12
Current number of parcels = 4425357
Current mass in system = 4.8783e-09
Number of parcels shifted at least once = 4850
Number of parcel shifts towards cell center = 4852
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00602778, Final user-defined norm residual = 0.000120441
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.59141e-05, Final user-defined norm residual = 2.68435e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.77582e-08, Final user-defined norm residual = 6.15949e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000475621, Final residual = 3.56542e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000323437, Final residual = 1.12013e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0352383, Final residual = 9.89761e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0559502, Final residual = 9.91095e-07, No Iterations 152
time step continuity errors : sum local = 1.33519e-10, global = -3.87757e-20, cumulative = -1.06618e-18
DICPCG: Solving for p, Initial residual = 0.00721797, Final residual = 9.72653e-07, No Iterations 137
time step continuity errors : sum local = 1.34236e-10, global = -6.21782e-20, cumulative = -1.12835e-18
BiCGStab: Solving for omega, Initial residual = 0.000374817, Final residual = 3.2064e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000605152, Final residual = 5.52685e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.84438e-05, Final residual = 4.29559e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.09308e-05, Final residual = 3.84028e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00318757, Final residual = 2.65009e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0117403, Final residual = 9.7946e-07, No Iterations 133
time step continuity errors : sum local = 1.33084e-10, global = 1.4287e-20, cumulative = -1.11407e-18
DICPCG: Solving for p, Initial residual = 0.00219825, Final residual = 9.60418e-07, No Iterations 70
time step continuity errors : sum local = 1.30147e-10, global = 1.2261e-21, cumulative = -1.11284e-18
BiCGStab: Solving for omega, Initial residual = 2.39136e-05, Final residual = 3.52241e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.08377e-06, Final residual = 7.08377e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.36725e-06, Final residual = 3.02488e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.17224e-06, Final residual = 2.7104e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000475676, Final residual = 1.53183e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00269635, Final residual = 9.37228e-07, No Iterations 70
time step continuity errors : sum local = 1.26956e-10, global = 4.22779e-20, cumulative = -1.07056e-18
DICPCG: Solving for p, Initial residual = 0.00044879, Final residual = 9.47254e-07, No Iterations 44
time step continuity errors : sum local = 1.28183e-10, global = -4.25508e-20, cumulative = -1.11311e-18
BiCGStab: Solving for omega, Initial residual = 1.56545e-05, Final residual = 3.41259e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.12772e-06, Final residual = 7.12772e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.11149e-06, Final residual = 5.64232e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.70984e-07, Final residual = 2.79941e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.88856e-05, Final residual = 2.26385e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000709144, Final residual = 9.94763e-07, No Iterations 15
time step continuity errors : sum local = 1.34249e-10, global = 6.40714e-20, cumulative = -1.04904e-18
DICPCG: Solving for p, Initial residual = 0.000122755, Final residual = 9.4034e-07, No Iterations 7
time step continuity errors : sum local = 1.27247e-10, global = -2.66729e-20, cumulative = -1.07572e-18
BiCGStab: Solving for omega, Initial residual = 1.55651e-05, Final residual = 3.55995e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.12763e-06, Final residual = 7.12763e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.62226e-07, Final residual = 1.01418e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.88134e-07, Final residual = 6.46811e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.85155e-05, Final residual = 3.80494e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000214079, Final residual = 8.41183e-07, No Iterations 6
time step continuity errors : sum local = 1.14528e-10, global = -2.9095e-21, cumulative = -1.07863e-18
DICPCG: Solving for p, Initial residual = 3.5061e-05, Final residual = 6.13263e-07, No Iterations 4
time step continuity errors : sum local = 8.52963e-11, global = 3.34492e-20, cumulative = -1.04518e-18
BiCGStab: Solving for omega, Initial residual = 1.64374e-05, Final residual = 5.78532e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.1243e-06, Final residual = 7.1243e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12785.7 s ClockTime = 12786 s Max(PAc) = 152678 Pa
Courant Number mean: 0.0617945 max: 0.993232 velocity magnitude: 1.24579
deltaT = 0.00048607
Time = 1.76639
--> Cloud: bubbleCloud
Added 138 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 652048
Mass introduced by injector = 5.94133e-10
Number of parcels added continuously = 1189
Mass introduced continuously = 1.0685e-12
Current number of parcels = 4426113
Current mass in system = 4.87894e-09
Number of parcels shifted at least once = 4668
Number of parcel shifts towards cell center = 4675
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00576485, Final user-defined norm residual = 0.00014647
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.15137e-05, Final user-defined norm residual = 4.41787e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.50549e-08, Final user-defined norm residual = 3.14107e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000471805, Final residual = 3.25405e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000321659, Final residual = 1.02039e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0356297, Final residual = 1.09484e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0558865, Final residual = 9.37403e-07, No Iterations 166
time step continuity errors : sum local = 1.20054e-10, global = 8.13114e-20, cumulative = -9.63865e-19
DICPCG: Solving for p, Initial residual = 0.00763596, Final residual = 9.37775e-07, No Iterations 152
time step continuity errors : sum local = 1.22732e-10, global = -1.58876e-20, cumulative = -9.79752e-19
BiCGStab: Solving for omega, Initial residual = 0.000377748, Final residual = 3.3177e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000604624, Final residual = 5.67517e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.80171e-05, Final residual = 5.06061e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.03455e-05, Final residual = 4.06003e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00318667, Final residual = 2.91857e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0112947, Final residual = 9.64834e-07, No Iterations 101
time step continuity errors : sum local = 1.30823e-10, global = 2.10718e-21, cumulative = -9.77645e-19
DICPCG: Solving for p, Initial residual = 0.00199354, Final residual = 9.53858e-07, No Iterations 71
time step continuity errors : sum local = 1.30185e-10, global = -6.36484e-20, cumulative = -1.04129e-18
BiCGStab: Solving for omega, Initial residual = 2.12336e-05, Final residual = 2.94253e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.46893e-06, Final residual = 7.46893e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.76142e-06, Final residual = 3.03434e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.0589e-06, Final residual = 2.82923e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000464524, Final residual = 1.62226e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00246209, Final residual = 9.90064e-07, No Iterations 104
time step continuity errors : sum local = 1.351e-10, global = 4.40732e-20, cumulative = -9.9722e-19
DICPCG: Solving for p, Initial residual = 0.000414806, Final residual = 9.38089e-07, No Iterations 44
time step continuity errors : sum local = 1.28498e-10, global = 3.50143e-20, cumulative = -9.62206e-19
BiCGStab: Solving for omega, Initial residual = 1.35931e-05, Final residual = 2.32701e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.51869e-06, Final residual = 7.51869e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.09396e-06, Final residual = 3.81935e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.23698e-07, Final residual = 2.77611e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.39052e-05, Final residual = 2.19455e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000677778, Final residual = 8.86956e-07, No Iterations 14
time step continuity errors : sum local = 1.2208e-10, global = -5.41728e-21, cumulative = -9.67623e-19
DICPCG: Solving for p, Initial residual = 0.000108096, Final residual = 8.30829e-07, No Iterations 7
time step continuity errors : sum local = 1.15024e-10, global = 1.05078e-20, cumulative = -9.57115e-19
BiCGStab: Solving for omega, Initial residual = 1.38218e-05, Final residual = 2.72527e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.5136e-06, Final residual = 7.5136e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.02551e-07, Final residual = 7.56258e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.63907e-07, Final residual = 5.0381e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.73977e-05, Final residual = 3.54689e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000188823, Final residual = 7.46991e-07, No Iterations 6
time step continuity errors : sum local = 1.04521e-10, global = 2.65133e-20, cumulative = -9.30602e-19
DICPCG: Solving for p, Initial residual = 3.03769e-05, Final residual = 9.00712e-07, No Iterations 3
time step continuity errors : sum local = 1.23768e-10, global = -4.35127e-20, cumulative = -9.74115e-19
BiCGStab: Solving for omega, Initial residual = 1.52732e-05, Final residual = 3.11604e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.50917e-06, Final residual = 7.50917e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12805.6 s ClockTime = 12806 s Max(PAc) = 153229 Pa
Courant Number mean: 0.0618035 max: 0.996886 velocity magnitude: 1.25646
deltaT = 0.00048607
Time = 1.76688
--> Cloud: bubbleCloud
Added 158 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 652206
Mass introduced by injector = 5.94287e-10
Number of parcels added continuously = 1160
Mass introduced continuously = 1.09852e-12
Current number of parcels = 4426872
Current mass in system = 4.87964e-09
Number of parcels shifted at least once = 4830
Number of parcel shifts towards cell center = 4837
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00577023, Final user-defined norm residual = 0.000138894
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.98836e-05, Final user-defined norm residual = 4.70449e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.01221e-07, Final user-defined norm residual = 1.16842e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00046948, Final residual = 3.5083e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000329372, Final residual = 1.15094e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0352026, Final residual = 1.10377e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0486114, Final residual = 9.83388e-07, No Iterations 146
time step continuity errors : sum local = 1.43496e-10, global = -4.2754e-20, cumulative = -1.01687e-18
DICPCG: Solving for p, Initial residual = 0.00575521, Final residual = 9.23404e-07, No Iterations 132
time step continuity errors : sum local = 1.35297e-10, global = -4.47207e-20, cumulative = -1.06159e-18
BiCGStab: Solving for omega, Initial residual = 0.00037363, Final residual = 3.46226e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000603705, Final residual = 5.82296e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.59871e-05, Final residual = 4.55592e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.97333e-06, Final residual = 3.75917e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00330458, Final residual = 2.88748e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00976277, Final residual = 9.88361e-07, No Iterations 102
time step continuity errors : sum local = 1.45003e-10, global = 4.57482e-20, cumulative = -1.01584e-18
DICPCG: Solving for p, Initial residual = 0.00175292, Final residual = 9.58412e-07, No Iterations 228
time step continuity errors : sum local = 1.1966e-10, global = -4.78029e-21, cumulative = -1.02062e-18
BiCGStab: Solving for omega, Initial residual = 2.19269e-05, Final residual = 2.37564e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.622e-06, Final residual = 7.622e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.08044e-06, Final residual = 3.31406e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.79118e-06, Final residual = 2.5048e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000491807, Final residual = 1.60853e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00200142, Final residual = 9.88618e-07, No Iterations 58
time step continuity errors : sum local = 1.25733e-10, global = 8.0587e-21, cumulative = -1.01256e-18
DICPCG: Solving for p, Initial residual = 0.000339981, Final residual = 9.71687e-07, No Iterations 27
time step continuity errors : sum local = 1.23463e-10, global = -1.98308e-20, cumulative = -1.03239e-18
BiCGStab: Solving for omega, Initial residual = 1.44291e-05, Final residual = 4.5098e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.61836e-06, Final residual = 7.61836e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.58325e-07, Final residual = 4.81037e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.90404e-07, Final residual = 2.33387e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.30085e-05, Final residual = 2.12773e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000476921, Final residual = 9.70974e-07, No Iterations 15
time step continuity errors : sum local = 1.23364e-10, global = -8.39843e-20, cumulative = -1.11638e-18
DICPCG: Solving for p, Initial residual = 8.22676e-05, Final residual = 9.41916e-07, No Iterations 6
time step continuity errors : sum local = 1.19721e-10, global = 9.10569e-21, cumulative = -1.10727e-18
BiCGStab: Solving for omega, Initial residual = 1.55512e-05, Final residual = 3.30785e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.62215e-06, Final residual = 7.62215e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.23202e-07, Final residual = 1.03029e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.30185e-07, Final residual = 4.91414e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.95505e-05, Final residual = 3.66622e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000134843, Final residual = 8.27922e-07, No Iterations 6
time step continuity errors : sum local = 1.05486e-10, global = -2.97418e-20, cumulative = -1.13701e-18
DICPCG: Solving for p, Initial residual = 2.18343e-05, Final residual = 8.72613e-07, No Iterations 3
time step continuity errors : sum local = 1.11061e-10, global = 1.35351e-21, cumulative = -1.13566e-18
BiCGStab: Solving for omega, Initial residual = 1.65694e-05, Final residual = 5.70897e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.60561e-06, Final residual = 7.60561e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12824.5 s ClockTime = 12825 s Max(PAc) = 154528 Pa
Courant Number mean: 0.0618124 max: 0.997715 velocity magnitude: 1.26974
deltaT = 0.00048607
Time = 1.76736
--> Cloud: bubbleCloud
Added 216 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 652422
Mass introduced by injector = 5.94512e-10
Number of parcels added continuously = 1226
Mass introduced continuously = 1.18359e-12
Current number of parcels = 4427772
Current mass in system = 4.88047e-09
Number of parcels shifted at least once = 4818
Number of parcel shifts towards cell center = 4825
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00602195, Final user-defined norm residual = 0.000170038
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.65958e-05, Final user-defined norm residual = 8.06939e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.73675e-07, Final user-defined norm residual = 9.26145e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000466563, Final residual = 3.3378e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000324877, Final residual = 1.11095e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0344632, Final residual = 1.01143e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0475058, Final residual = 9.71313e-07, No Iterations 264
time step continuity errors : sum local = 1.20998e-10, global = 9.67583e-21, cumulative = -1.12598e-18
DICPCG: Solving for p, Initial residual = 0.00547828, Final residual = 9.98777e-07, No Iterations 147
time step continuity errors : sum local = 1.27972e-10, global = -5.90818e-20, cumulative = -1.18507e-18
BiCGStab: Solving for omega, Initial residual = 0.000374281, Final residual = 3.75391e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000603042, Final residual = 5.89462e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.4868e-05, Final residual = 4.63575e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.09726e-06, Final residual = 3.71382e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0032584, Final residual = 2.70683e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00917955, Final residual = 9.85098e-07, No Iterations 129
time step continuity errors : sum local = 1.28988e-10, global = 1.87292e-20, cumulative = -1.16634e-18
DICPCG: Solving for p, Initial residual = 0.00161541, Final residual = 9.50387e-07, No Iterations 70
time step continuity errors : sum local = 1.25088e-10, global = 2.62807e-20, cumulative = -1.14006e-18
BiCGStab: Solving for omega, Initial residual = 2.0651e-05, Final residual = 5.22427e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.73907e-06, Final residual = 7.73907e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.49544e-06, Final residual = 2.79239e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.4906e-06, Final residual = 2.74466e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000501582, Final residual = 1.5199e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00161688, Final residual = 9.48641e-07, No Iterations 45
time step continuity errors : sum local = 1.24913e-10, global = 1.8902e-20, cumulative = -1.12115e-18
DICPCG: Solving for p, Initial residual = 0.00025815, Final residual = 9.92805e-07, No Iterations 37
time step continuity errors : sum local = 1.30404e-10, global = -6.32216e-20, cumulative = -1.18438e-18
BiCGStab: Solving for omega, Initial residual = 1.45556e-05, Final residual = 3.70588e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.75694e-06, Final residual = 7.75694e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.40171e-07, Final residual = 3.6022e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.82139e-07, Final residual = 2.91388e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.99048e-05, Final residual = 2.18994e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000407686, Final residual = 9.59796e-07, No Iterations 12
time step continuity errors : sum local = 1.26281e-10, global = 7.21262e-20, cumulative = -1.11225e-18
DICPCG: Solving for p, Initial residual = 6.3919e-05, Final residual = 9.17064e-07, No Iterations 6
time step continuity errors : sum local = 1.20939e-10, global = -4.44811e-20, cumulative = -1.15673e-18
BiCGStab: Solving for omega, Initial residual = 1.46817e-05, Final residual = 5.40215e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.7702e-06, Final residual = 7.7702e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.65179e-07, Final residual = 6.74286e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.05297e-07, Final residual = 4.28404e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.96787e-05, Final residual = 3.65686e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000108488, Final residual = 9.26564e-07, No Iterations 5
time step continuity errors : sum local = 1.2212e-10, global = 8.98885e-20, cumulative = -1.06684e-18
DICPCG: Solving for p, Initial residual = 1.79318e-05, Final residual = 7.54587e-07, No Iterations 3
time step continuity errors : sum local = 1.00679e-10, global = 3.88497e-20, cumulative = -1.02799e-18
BiCGStab: Solving for omega, Initial residual = 1.65358e-05, Final residual = 4.21829e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.76173e-06, Final residual = 7.76173e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12843.4 s ClockTime = 12844 s Max(PAc) = 153542 Pa
Courant Number mean: 0.0618219 max: 0.997593 velocity magnitude: 1.28011
deltaT = 0.00048607
Time = 1.76785
--> Cloud: bubbleCloud
Added 122 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 652544
Mass introduced by injector = 5.94627e-10
Number of parcels added continuously = 1135
Mass introduced continuously = 1.0839e-12
Current number of parcels = 4428420
Current mass in system = 4.88113e-09
Number of parcels shifted at least once = 4869
Number of parcel shifts towards cell center = 4876
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00616649, Final user-defined norm residual = 0.000111865
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.40601e-05, Final user-defined norm residual = 3.15626e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 6.78874e-08, Final user-defined norm residual = 1.0931e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000464656, Final residual = 3.46472e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000320142, Final residual = 1.09759e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0363309, Final residual = 1.09565e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0443936, Final residual = 9.23436e-07, No Iterations 258
time step continuity errors : sum local = 1.14408e-10, global = -2.02573e-21, cumulative = -1.03002e-18
DICPCG: Solving for p, Initial residual = 0.00555977, Final residual = 9.2716e-07, No Iterations 144
time step continuity errors : sum local = 1.2341e-10, global = -5.01177e-21, cumulative = -1.03503e-18
BiCGStab: Solving for omega, Initial residual = 0.000371598, Final residual = 3.37702e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000602028, Final residual = 5.97988e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.5213e-05, Final residual = 4.51535e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.08346e-06, Final residual = 3.70305e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00340633, Final residual = 2.93832e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.008571, Final residual = 9.89182e-07, No Iterations 114
time step continuity errors : sum local = 1.33639e-10, global = -4.77711e-20, cumulative = -1.0828e-18
DICPCG: Solving for p, Initial residual = 0.00146922, Final residual = 9.71804e-07, No Iterations 71
time step continuity errors : sum local = 1.31169e-10, global = -1.50622e-21, cumulative = -1.08431e-18
BiCGStab: Solving for omega, Initial residual = 1.97749e-05, Final residual = 3.41792e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.62894e-06, Final residual = 7.62894e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.8369e-06, Final residual = 2.88401e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.49005e-06, Final residual = 2.80925e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000498224, Final residual = 1.58837e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00166727, Final residual = 9.15596e-07, No Iterations 45
time step continuity errors : sum local = 1.24271e-10, global = 4.32393e-20, cumulative = -1.04107e-18
DICPCG: Solving for p, Initial residual = 0.000252618, Final residual = 8.99546e-07, No Iterations 29
time step continuity errors : sum local = 1.22236e-10, global = -1.81172e-20, cumulative = -1.05919e-18
BiCGStab: Solving for omega, Initial residual = 1.41059e-05, Final residual = 5.4012e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.66537e-06, Final residual = 7.66537e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.98272e-07, Final residual = 3.15785e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.62414e-07, Final residual = 2.56863e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.9692e-05, Final residual = 2.37052e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000426705, Final residual = 9.57805e-07, No Iterations 12
time step continuity errors : sum local = 1.29433e-10, global = 4.28733e-20, cumulative = -1.01631e-18
DICPCG: Solving for p, Initial residual = 6.93188e-05, Final residual = 8.46622e-07, No Iterations 7
time step continuity errors : sum local = 1.15679e-10, global = 1.11379e-20, cumulative = -1.00517e-18
BiCGStab: Solving for omega, Initial residual = 1.49251e-05, Final residual = 4.1369e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.68258e-06, Final residual = 7.68258e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.93661e-07, Final residual = 6.14617e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.3375e-08, Final residual = 3.76466e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.77789e-05, Final residual = 4.11316e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000115853, Final residual = 9.97017e-07, No Iterations 6
time step continuity errors : sum local = 1.34264e-10, global = 3.43736e-20, cumulative = -9.70801e-19
DICPCG: Solving for p, Initial residual = 1.85005e-05, Final residual = 9.47125e-07, No Iterations 3
time step continuity errors : sum local = 1.28097e-10, global = 5.65912e-20, cumulative = -9.1421e-19
BiCGStab: Solving for omega, Initial residual = 1.61497e-05, Final residual = 6.61602e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.65587e-06, Final residual = 7.65587e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12862.3 s ClockTime = 12863 s Max(PAc) = 154319 Pa
Courant Number mean: 0.0618306 max: 1.00026 velocity magnitude: 1.28695
deltaT = 0.000467375
Time = 1.76832
--> Cloud: bubbleCloud
Added 191 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 652735
Mass introduced by injector = 5.94807e-10
Number of parcels added continuously = 1126
Mass introduced continuously = 9.79385e-13
Current number of parcels = 4429197
Current mass in system = 4.88173e-09
Number of parcels shifted at least once = 4608
Number of parcel shifts towards cell center = 4610
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00582195, Final user-defined norm residual = 9.83312e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.11595e-05, Final user-defined norm residual = 3.46476e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 7.45587e-08, Final user-defined norm residual = 8.78086e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000445301, Final residual = 2.67416e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000309047, Final residual = 8.52072e-12, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0348719, Final residual = 7.27503e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0421059, Final residual = 9.1855e-07, No Iterations 257
time step continuity errors : sum local = 1.05954e-10, global = -2.63711e-20, cumulative = -9.40581e-19
DICPCG: Solving for p, Initial residual = 0.00455274, Final residual = 9.80311e-07, No Iterations 140
time step continuity errors : sum local = 1.31932e-10, global = -7.49507e-21, cumulative = -9.48076e-19
BiCGStab: Solving for omega, Initial residual = 0.000358364, Final residual = 3.47459e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000578597, Final residual = 5.11055e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.39243e-05, Final residual = 3.44874e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.34411e-06, Final residual = 3.07886e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00318827, Final residual = 2.05669e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00885453, Final residual = 9.47775e-07, No Iterations 137
time step continuity errors : sum local = 1.28681e-10, global = -1.80768e-20, cumulative = -9.66153e-19
DICPCG: Solving for p, Initial residual = 0.00150024, Final residual = 9.32686e-07, No Iterations 225
time step continuity errors : sum local = 1.07787e-10, global = -1.56702e-20, cumulative = -9.81823e-19
BiCGStab: Solving for omega, Initial residual = 1.74745e-05, Final residual = 3.36494e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.95275e-06, Final residual = 6.95275e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.69844e-06, Final residual = 2.55535e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.37926e-06, Final residual = 1.93125e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000465266, Final residual = 1.11588e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0017111, Final residual = 9.69432e-07, No Iterations 49
time step continuity errors : sum local = 1.1396e-10, global = 2.12565e-20, cumulative = -9.60566e-19
DICPCG: Solving for p, Initial residual = 0.000256673, Final residual = 9.52123e-07, No Iterations 31
time step continuity errors : sum local = 1.11843e-10, global = 7.03933e-20, cumulative = -8.90173e-19
BiCGStab: Solving for omega, Initial residual = 1.0335e-05, Final residual = 2.50678e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 6.99096e-06, Final residual = 6.99096e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 6.51617e-07, Final residual = 4.06412e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.21843e-07, Final residual = 1.764e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.36643e-05, Final residual = 1.87074e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000398594, Final residual = 9.32698e-07, No Iterations 21
time step continuity errors : sum local = 1.09614e-10, global = -6.33738e-20, cumulative = -9.53547e-19
DICPCG: Solving for p, Initial residual = 6.72718e-05, Final residual = 9.93159e-07, No Iterations 7
time step continuity errors : sum local = 1.16597e-10, global = -4.3189e-20, cumulative = -9.96736e-19
BiCGStab: Solving for omega, Initial residual = 8.97148e-06, Final residual = 8.97148e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.00611e-06, Final residual = 7.00611e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.76419e-07, Final residual = 7.6464e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.02721e-08, Final residual = 3.21858e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.68027e-05, Final residual = 3.28229e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000104723, Final residual = 9.31297e-07, No Iterations 6
time step continuity errors : sum local = 1.09451e-10, global = 6.56465e-20, cumulative = -9.31089e-19
DICPCG: Solving for p, Initial residual = 1.65026e-05, Final residual = 8.90572e-07, No Iterations 3
time step continuity errors : sum local = 1.04745e-10, global = 1.13285e-19, cumulative = -8.17804e-19
BiCGStab: Solving for omega, Initial residual = 9.00234e-06, Final residual = 9.00234e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.00713e-06, Final residual = 7.00713e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12881.1 s ClockTime = 12882 s Max(PAc) = 154431 Pa
Courant Number mean: 0.0594602 max: 0.9592 velocity magnitude: 1.29137
deltaT = 0.000486849
Time = 1.7688
--> Cloud: bubbleCloud
Added 193 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 652928
Mass introduced by injector = 5.94967e-10
Number of parcels added continuously = 1210
Mass introduced continuously = 1.13377e-12
Current number of parcels = 4430028
Current mass in system = 4.8825e-09
Number of parcels shifted at least once = 4891
Number of parcel shifts towards cell center = 4896
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00614269, Final user-defined norm residual = 8.74626e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.88288e-05, Final user-defined norm residual = 1.62832e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.50551e-08, Final user-defined norm residual = 1.69464e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000469735, Final residual = 3.43343e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000321569, Final residual = 1.05645e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0372239, Final residual = 1.10939e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.046401, Final residual = 8.90107e-07, No Iterations 260
time step continuity errors : sum local = 1.11266e-10, global = -5.02405e-20, cumulative = -8.68044e-19
DICPCG: Solving for p, Initial residual = 0.00524268, Final residual = 9.85315e-07, No Iterations 150
time step continuity errors : sum local = 1.46621e-10, global = 2.63436e-20, cumulative = -8.41701e-19
BiCGStab: Solving for omega, Initial residual = 0.00037689, Final residual = 4.50726e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000601967, Final residual = 6.19794e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.66283e-05, Final residual = 4.30519e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.75998e-06, Final residual = 3.78029e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00344648, Final residual = 2.97895e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00957167, Final residual = 9.59242e-07, No Iterations 241
time step continuity errors : sum local = 1.20683e-10, global = -1.9915e-20, cumulative = -8.61616e-19
DICPCG: Solving for p, Initial residual = 0.00173229, Final residual = 9.55219e-07, No Iterations 95
time step continuity errors : sum local = 1.22745e-10, global = 1.88478e-20, cumulative = -8.42768e-19
BiCGStab: Solving for omega, Initial residual = 1.48084e-05, Final residual = 2.13284e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.90487e-06, Final residual = 7.90487e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.33225e-06, Final residual = 2.85513e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.91573e-06, Final residual = 2.92095e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000497413, Final residual = 1.61151e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00190109, Final residual = 9.602e-07, No Iterations 65
time step continuity errors : sum local = 1.2354e-10, global = 3.55863e-20, cumulative = -8.07182e-19
DICPCG: Solving for p, Initial residual = 0.000320737, Final residual = 9.85886e-07, No Iterations 53
time step continuity errors : sum local = 1.26692e-10, global = 8.50368e-21, cumulative = -7.98678e-19
BiCGStab: Solving for omega, Initial residual = 7.40473e-06, Final residual = 7.40473e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.93564e-06, Final residual = 7.93564e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.04249e-07, Final residual = 5.11481e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.3292e-07, Final residual = 3.20772e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 8.92339e-05, Final residual = 2.21561e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000499282, Final residual = 9.36643e-07, No Iterations 34
time step continuity errors : sum local = 1.20514e-10, global = -9.88838e-21, cumulative = -8.08566e-19
DICPCG: Solving for p, Initial residual = 8.93364e-05, Final residual = 9.79437e-07, No Iterations 8
time step continuity errors : sum local = 1.25892e-10, global = 5.04553e-20, cumulative = -7.58111e-19
BiCGStab: Solving for omega, Initial residual = 7.56871e-06, Final residual = 7.56871e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.93422e-06, Final residual = 7.93422e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.59888e-07, Final residual = 1.72327e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.54792e-07, Final residual = 8.98074e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.80628e-05, Final residual = 3.71645e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000142039, Final residual = 9.74151e-07, No Iterations 7
time step continuity errors : sum local = 1.25227e-10, global = 5.0108e-20, cumulative = -7.08003e-19
DICPCG: Solving for p, Initial residual = 2.55674e-05, Final residual = 7.47117e-07, No Iterations 4
time step continuity errors : sum local = 9.66678e-11, global = -5.02978e-20, cumulative = -7.58301e-19
BiCGStab: Solving for omega, Initial residual = 7.59317e-06, Final residual = 7.59317e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 7.93219e-06, Final residual = 7.93219e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12900.5 s ClockTime = 12901 s Max(PAc) = 154400 Pa
Courant Number mean: 0.0619458 max: 0.994445 velocity magnitude: 1.29195
deltaT = 0.000486849
Time = 1.76929
--> Cloud: bubbleCloud
Added 176 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 653104
Mass introduced by injector = 5.95105e-10
Number of parcels added continuously = 1135
Mass introduced continuously = 1.04082e-12
Current number of parcels = 4430789
Current mass in system = 4.88313e-09
Number of parcels shifted at least once = 4839
Number of parcel shifts towards cell center = 4845
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00584187, Final user-defined norm residual = 0.000147826
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.17908e-05, Final user-defined norm residual = 3.80319e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 8.17917e-08, Final user-defined norm residual = 1.06765e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000472127, Final residual = 3.56655e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000320279, Final residual = 1.15217e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0383131, Final residual = 1.10183e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.049408, Final residual = 9.60681e-07, No Iterations 259
time step continuity errors : sum local = 1.20025e-10, global = 2.84134e-20, cumulative = -7.29888e-19
DICPCG: Solving for p, Initial residual = 0.00532712, Final residual = 9.12855e-07, No Iterations 142
time step continuity errors : sum local = 1.14593e-10, global = 6.43936e-21, cumulative = -7.23448e-19
BiCGStab: Solving for omega, Initial residual = 0.000382722, Final residual = 4.55478e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000601471, Final residual = 6.26251e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.79301e-05, Final residual = 4.68086e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.84349e-06, Final residual = 3.91807e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00361636, Final residual = 2.88538e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0102854, Final residual = 9.66512e-07, No Iterations 134
time step continuity errors : sum local = 1.20316e-10, global = -2.95576e-20, cumulative = -7.53006e-19
DICPCG: Solving for p, Initial residual = 0.00188082, Final residual = 9.45869e-07, No Iterations 111
time step continuity errors : sum local = 1.18019e-10, global = -8.03047e-20, cumulative = -8.3331e-19
BiCGStab: Solving for omega, Initial residual = 1.92114e-05, Final residual = 2.96533e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.81696e-06, Final residual = 7.81696e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.59528e-06, Final residual = 3.29421e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.9581e-06, Final residual = 3.01146e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000515513, Final residual = 1.57528e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00213417, Final residual = 9.9672e-07, No Iterations 68
time step continuity errors : sum local = 1.24188e-10, global = -6.4241e-20, cumulative = -8.97551e-19
DICPCG: Solving for p, Initial residual = 0.000370527, Final residual = 9.77906e-07, No Iterations 43
time step continuity errors : sum local = 1.21754e-10, global = -2.55187e-20, cumulative = -9.2307e-19
BiCGStab: Solving for omega, Initial residual = 1.15323e-05, Final residual = 2.97967e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.85893e-06, Final residual = 7.85893e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.91584e-07, Final residual = 5.66341e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.3299e-07, Final residual = 3.77626e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.43866e-05, Final residual = 2.29563e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000554915, Final residual = 9.86572e-07, No Iterations 30
time step continuity errors : sum local = 1.22842e-10, global = -2.39682e-20, cumulative = -9.47038e-19
DICPCG: Solving for p, Initial residual = 0.000100556, Final residual = 9.85579e-07, No Iterations 8
time step continuity errors : sum local = 1.22713e-10, global = 4.76064e-20, cumulative = -8.99432e-19
BiCGStab: Solving for omega, Initial residual = 1.15907e-05, Final residual = 3.32902e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.86752e-06, Final residual = 7.86752e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.05785e-07, Final residual = 1.5176e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.607e-07, Final residual = 8.51992e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.87857e-05, Final residual = 3.99918e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000171053, Final residual = 8.23455e-07, No Iterations 7
time step continuity errors : sum local = 1.02527e-10, global = 4.65691e-20, cumulative = -8.52863e-19
DICPCG: Solving for p, Initial residual = 3.01834e-05, Final residual = 7.46603e-07, No Iterations 4
time step continuity errors : sum local = 9.29584e-11, global = 8.68461e-21, cumulative = -8.44178e-19
BiCGStab: Solving for omega, Initial residual = 1.16424e-05, Final residual = 3.44754e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.86744e-06, Final residual = 7.86744e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12919.4 s ClockTime = 12920 s Max(PAc) = 155140 Pa
Courant Number mean: 0.0619528 max: 0.984694 velocity magnitude: 1.28838
deltaT = 0.000486849
Time = 1.76978
--> Cloud: bubbleCloud
Added 215 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 653319
Mass introduced by injector = 5.95301e-10
Number of parcels added continuously = 1178
Mass introduced continuously = 1.12251e-12
Current number of parcels = 4431598
Current mass in system = 4.88391e-09
Number of parcels shifted at least once = 4759
Number of parcel shifts towards cell center = 4764
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00584905, Final user-defined norm residual = 8.57351e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.84526e-05, Final user-defined norm residual = 1.6639e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.58123e-08, Final user-defined norm residual = 3.32668e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000470732, Final residual = 3.72181e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000325, Final residual = 1.14529e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0380139, Final residual = 1.14688e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0492166, Final residual = 9.88695e-07, No Iterations 260
time step continuity errors : sum local = 1.23438e-10, global = -2.70982e-20, cumulative = -8.71276e-19
DICPCG: Solving for p, Initial residual = 0.00574828, Final residual = 9.80504e-07, No Iterations 141
time step continuity errors : sum local = 1.334e-10, global = -1.06648e-19, cumulative = -9.77925e-19
BiCGStab: Solving for omega, Initial residual = 0.000387805, Final residual = 4.82779e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000601132, Final residual = 6.3451e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.5984e-05, Final residual = 4.33689e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.77411e-06, Final residual = 3.682e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00346823, Final residual = 3.05971e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00949641, Final residual = 9.87713e-07, No Iterations 102
time step continuity errors : sum local = 1.37311e-10, global = 7.40756e-21, cumulative = -9.70517e-19
DICPCG: Solving for p, Initial residual = 0.00173843, Final residual = 9.42353e-07, No Iterations 83
time step continuity errors : sum local = 1.31663e-10, global = -3.76669e-20, cumulative = -1.00818e-18
BiCGStab: Solving for omega, Initial residual = 2.17817e-05, Final residual = 3.19011e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.82259e-06, Final residual = 7.82259e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.20534e-06, Final residual = 2.96686e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.73701e-06, Final residual = 2.73787e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000508446, Final residual = 1.67455e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00197213, Final residual = 9.68586e-07, No Iterations 72
time step continuity errors : sum local = 1.34927e-10, global = -6.91127e-20, cumulative = -1.0773e-18
DICPCG: Solving for p, Initial residual = 0.000328354, Final residual = 9.88515e-07, No Iterations 49
time step continuity errors : sum local = 1.37275e-10, global = -6.95328e-20, cumulative = -1.14683e-18
BiCGStab: Solving for omega, Initial residual = 1.31013e-05, Final residual = 3.21181e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.86658e-06, Final residual = 7.86658e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.69119e-07, Final residual = 5.17526e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.6887e-07, Final residual = 3.59259e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.12105e-05, Final residual = 2.36787e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000499523, Final residual = 9.97352e-07, No Iterations 23
time step continuity errors : sum local = 1.38371e-10, global = 4.40271e-20, cumulative = -1.1028e-18
DICPCG: Solving for p, Initial residual = 8.5175e-05, Final residual = 9.44588e-07, No Iterations 9
time step continuity errors : sum local = 1.31772e-10, global = 1.36894e-20, cumulative = -1.08911e-18
BiCGStab: Solving for omega, Initial residual = 1.4115e-05, Final residual = 3.89866e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.88504e-06, Final residual = 7.88504e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.41242e-07, Final residual = 1.16081e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.44354e-07, Final residual = 6.78156e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.87327e-05, Final residual = 4.05691e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000141828, Final residual = 9.9327e-07, No Iterations 6
time step continuity errors : sum local = 1.37854e-10, global = -5.92054e-21, cumulative = -1.09503e-18
DICPCG: Solving for p, Initial residual = 2.48166e-05, Final residual = 6.71003e-07, No Iterations 4
time step continuity errors : sum local = 9.7583e-11, global = 2.11331e-20, cumulative = -1.0739e-18
BiCGStab: Solving for omega, Initial residual = 1.64233e-05, Final residual = 2.4519e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.87332e-06, Final residual = 7.87332e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12938.4 s ClockTime = 12939 s Max(PAc) = 154747 Pa
Courant Number mean: 0.0619595 max: 0.976968 velocity magnitude: 1.28356
deltaT = 0.000486849
Time = 1.77026
--> Cloud: bubbleCloud
Added 169 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 653488
Mass introduced by injector = 5.95458e-10
Number of parcels added continuously = 1197
Mass introduced continuously = 1.1188e-12
Current number of parcels = 4432431
Current mass in system = 4.88467e-09
Number of parcels shifted at least once = 4836
Number of parcel shifts towards cell center = 4838
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00591574, Final user-defined norm residual = 0.000151543
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.26002e-05, Final user-defined norm residual = 5.77775e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.24296e-07, Final user-defined norm residual = 6.07478e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000468257, Final residual = 3.69609e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000322618, Final residual = 1.06586e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0391196, Final residual = 9.64702e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0423267, Final residual = 9.69383e-07, No Iterations 264
time step continuity errors : sum local = 1.20733e-10, global = -5.20192e-20, cumulative = -1.12592e-18
DICPCG: Solving for p, Initial residual = 0.00444349, Final residual = 9.48919e-07, No Iterations 149
time step continuity errors : sum local = 1.28297e-10, global = -3.48145e-20, cumulative = -1.16073e-18
BiCGStab: Solving for omega, Initial residual = 0.000389144, Final residual = 3.39544e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000600233, Final residual = 6.54893e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.7133e-05, Final residual = 4.31858e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.99023e-06, Final residual = 3.76626e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00368101, Final residual = 2.92958e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0100291, Final residual = 8.99116e-07, No Iterations 134
time step continuity errors : sum local = 1.22965e-10, global = 3.27285e-20, cumulative = -1.12801e-18
DICPCG: Solving for p, Initial residual = 0.00175267, Final residual = 9.89484e-07, No Iterations 95
time step continuity errors : sum local = 1.33901e-10, global = -1.04432e-19, cumulative = -1.23244e-18
BiCGStab: Solving for omega, Initial residual = 2.30856e-05, Final residual = 4.35932e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.61656e-06, Final residual = 7.61656e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.41739e-06, Final residual = 2.80762e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.96469e-06, Final residual = 2.86565e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000551474, Final residual = 1.66904e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00206074, Final residual = 9.77449e-07, No Iterations 59
time step continuity errors : sum local = 1.32248e-10, global = -3.13836e-20, cumulative = -1.26382e-18
DICPCG: Solving for p, Initial residual = 0.000362133, Final residual = 9.92184e-07, No Iterations 20
time step continuity errors : sum local = 1.34064e-10, global = -2.78066e-20, cumulative = -1.29163e-18
BiCGStab: Solving for omega, Initial residual = 1.69074e-05, Final residual = 3.82471e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.65744e-06, Final residual = 7.65744e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.81836e-07, Final residual = 4.61876e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.23873e-07, Final residual = 3.59792e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000102013, Final residual = 2.60467e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000581466, Final residual = 9.6576e-07, No Iterations 16
time step continuity errors : sum local = 1.30765e-10, global = -1.43451e-19, cumulative = -1.43508e-18
DICPCG: Solving for p, Initial residual = 0.000101478, Final residual = 9.29857e-07, No Iterations 7
time step continuity errors : sum local = 1.26296e-10, global = -5.04453e-20, cumulative = -1.48552e-18
BiCGStab: Solving for omega, Initial residual = 1.72002e-05, Final residual = 3.89225e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.68219e-06, Final residual = 7.68219e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.80846e-07, Final residual = 7.98609e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.66036e-07, Final residual = 4.92255e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.10533e-05, Final residual = 4.43006e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000172915, Final residual = 7.09749e-07, No Iterations 6
time step continuity errors : sum local = 9.89332e-11, global = 5.64512e-20, cumulative = -1.42907e-18
DICPCG: Solving for p, Initial residual = 3.05062e-05, Final residual = 9.79858e-07, No Iterations 3
time step continuity errors : sum local = 1.32502e-10, global = -3.13719e-21, cumulative = -1.43221e-18
BiCGStab: Solving for omega, Initial residual = 1.95768e-05, Final residual = 3.94061e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.66758e-06, Final residual = 7.66758e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12957.7 s ClockTime = 12958 s Max(PAc) = 153899 Pa
Courant Number mean: 0.0619669 max: 0.975974 velocity magnitude: 1.28082
deltaT = 0.000486849
Time = 1.77075
--> Cloud: bubbleCloud
Added 165 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 653653
Mass introduced by injector = 5.95589e-10
Number of parcels added continuously = 1208
Mass introduced continuously = 1.13088e-12
Current number of parcels = 4433256
Current mass in system = 4.88539e-09
Number of parcels shifted at least once = 4830
Number of parcel shifts towards cell center = 4834
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00562829, Final user-defined norm residual = 8.34398e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.79414e-05, Final user-defined norm residual = 1.43291e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.08115e-08, Final user-defined norm residual = 2.07029e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000465795, Final residual = 3.47283e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000319954, Final residual = 1.18772e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0403578, Final residual = 9.46709e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0458581, Final residual = 9.6569e-07, No Iterations 251
time step continuity errors : sum local = 1.20444e-10, global = 4.09432e-20, cumulative = -1.39127e-18
DICPCG: Solving for p, Initial residual = 0.00503929, Final residual = 9.18545e-07, No Iterations 129
time step continuity errors : sum local = 1.23323e-10, global = -3.30236e-20, cumulative = -1.42429e-18
BiCGStab: Solving for omega, Initial residual = 0.000386656, Final residual = 4.07545e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.00060011, Final residual = 6.63241e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.70451e-05, Final residual = 4.72009e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.66927e-06, Final residual = 3.75529e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00374073, Final residual = 2.68319e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0102421, Final residual = 9.74072e-07, No Iterations 102
time step continuity errors : sum local = 1.30236e-10, global = 1.09932e-20, cumulative = -1.4133e-18
DICPCG: Solving for p, Initial residual = 0.00181411, Final residual = 9.02725e-07, No Iterations 72
time step continuity errors : sum local = 1.21292e-10, global = -3.49722e-20, cumulative = -1.44827e-18
BiCGStab: Solving for omega, Initial residual = 1.98821e-05, Final residual = 3.08637e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.4207e-06, Final residual = 7.4207e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.38581e-06, Final residual = 3.06783e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.77301e-06, Final residual = 2.8841e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000561186, Final residual = 1.55474e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00205415, Final residual = 9.77794e-07, No Iterations 44
time step continuity errors : sum local = 1.30634e-10, global = -5.13168e-20, cumulative = -1.49959e-18
DICPCG: Solving for p, Initial residual = 0.000345895, Final residual = 9.8236e-07, No Iterations 29
time step continuity errors : sum local = 1.31166e-10, global = -8.77882e-21, cumulative = -1.50836e-18
BiCGStab: Solving for omega, Initial residual = 1.21522e-05, Final residual = 2.50748e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.50757e-06, Final residual = 7.50757e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.56011e-07, Final residual = 3.85935e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.79772e-07, Final residual = 2.6433e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000103999, Final residual = 2.67197e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000526712, Final residual = 9.85519e-07, No Iterations 14
time step continuity errors : sum local = 1.31547e-10, global = 7.60867e-20, cumulative = -1.43228e-18
DICPCG: Solving for p, Initial residual = 9.53957e-05, Final residual = 9.136e-07, No Iterations 6
time step continuity errors : sum local = 1.22525e-10, global = 1.0765e-20, cumulative = -1.42151e-18
BiCGStab: Solving for omega, Initial residual = 1.15218e-05, Final residual = 2.70198e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.5337e-06, Final residual = 7.5337e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.49432e-07, Final residual = 8.26261e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.35428e-07, Final residual = 5.16668e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.16303e-05, Final residual = 4.55649e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00014743, Final residual = 6.95496e-07, No Iterations 6
time step continuity errors : sum local = 9.52091e-11, global = 6.78446e-20, cumulative = -1.35367e-18
DICPCG: Solving for p, Initial residual = 2.48327e-05, Final residual = 5.94212e-07, No Iterations 4
time step continuity errors : sum local = 8.25233e-11, global = 1.00335e-19, cumulative = -1.25333e-18
BiCGStab: Solving for omega, Initial residual = 1.16905e-05, Final residual = 3.00272e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.52938e-06, Final residual = 7.52938e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 12980.1 s ClockTime = 12981 s Max(PAc) = 153676 Pa
Courant Number mean: 0.0619745 max: 0.976432 velocity magnitude: 1.27481
deltaT = 0.000486849
Time = 1.77124
--> Cloud: bubbleCloud
Added 169 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 653822
Mass introduced by injector = 5.95719e-10
Number of parcels added continuously = 1125
Mass introduced continuously = 1.05736e-12
Current number of parcels = 4434000
Current mass in system = 4.88605e-09
Number of parcels shifted at least once = 4728
Number of parcel shifts towards cell center = 4737
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00548029, Final user-defined norm residual = 0.000133446
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.87013e-05, Final user-defined norm residual = 5.37823e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.15678e-07, Final user-defined norm residual = 9.38311e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000470768, Final residual = 3.06281e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000323619, Final residual = 1.08963e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0395283, Final residual = 1.05423e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0479968, Final residual = 9.91335e-07, No Iterations 262
time step continuity errors : sum local = 1.24456e-10, global = 6.99811e-20, cumulative = -1.18335e-18
DICPCG: Solving for p, Initial residual = 0.00564464, Final residual = 9.35249e-07, No Iterations 146
time step continuity errors : sum local = 1.29713e-10, global = -1.89208e-20, cumulative = -1.20227e-18
BiCGStab: Solving for omega, Initial residual = 0.000389112, Final residual = 3.13929e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000599409, Final residual = 6.69439e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.67452e-05, Final residual = 4.62592e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.01492e-05, Final residual = 3.76053e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00374001, Final residual = 2.92424e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0105424, Final residual = 9.59894e-07, No Iterations 249
time step continuity errors : sum local = 1.21006e-10, global = 1.16566e-20, cumulative = -1.19062e-18
DICPCG: Solving for p, Initial residual = 0.00197802, Final residual = 9.77744e-07, No Iterations 78
time step continuity errors : sum local = 1.24599e-10, global = -7.97028e-20, cumulative = -1.27032e-18
BiCGStab: Solving for omega, Initial residual = 2.18057e-05, Final residual = 3.67788e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.76298e-06, Final residual = 7.76298e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.22967e-06, Final residual = 3.22392e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.96252e-06, Final residual = 2.996e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000546166, Final residual = 1.68642e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00208131, Final residual = 9.33149e-07, No Iterations 49
time step continuity errors : sum local = 1.19012e-10, global = -2.49005e-20, cumulative = -1.29522e-18
DICPCG: Solving for p, Initial residual = 0.000350687, Final residual = 9.71834e-07, No Iterations 31
time step continuity errors : sum local = 1.23848e-10, global = 1.86823e-20, cumulative = -1.27654e-18
BiCGStab: Solving for omega, Initial residual = 1.37022e-05, Final residual = 4.2004e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.86285e-06, Final residual = 7.86285e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.96267e-07, Final residual = 4.35866e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.94046e-07, Final residual = 3.00474e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 9.85337e-05, Final residual = 2.6969e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00053168, Final residual = 9.09113e-07, No Iterations 15
time step continuity errors : sum local = 1.15928e-10, global = 8.27369e-21, cumulative = -1.26826e-18
DICPCG: Solving for p, Initial residual = 8.8327e-05, Final residual = 8.76549e-07, No Iterations 7
time step continuity errors : sum local = 1.11805e-10, global = 1.05626e-19, cumulative = -1.16264e-18
BiCGStab: Solving for omega, Initial residual = 1.48918e-05, Final residual = 5.11971e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.88954e-06, Final residual = 7.88954e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.37651e-07, Final residual = 8.59002e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.47242e-07, Final residual = 5.66176e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 1.94692e-05, Final residual = 4.42703e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000145325, Final residual = 6.77926e-07, No Iterations 6
time step continuity errors : sum local = 8.67534e-11, global = 4.91455e-21, cumulative = -1.15772e-18
DICPCG: Solving for p, Initial residual = 2.41696e-05, Final residual = 9.84947e-07, No Iterations 3
time step continuity errors : sum local = 1.25467e-10, global = -3.85142e-20, cumulative = -1.19624e-18
BiCGStab: Solving for omega, Initial residual = 1.70828e-05, Final residual = 6.00342e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.87027e-06, Final residual = 7.87027e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 13000.6 s ClockTime = 13001 s Max(PAc) = 154442 Pa
Courant Number mean: 0.0619816 max: 0.970706 velocity magnitude: 1.26509
deltaT = 0.000486849
Time = 1.77172
--> Cloud: bubbleCloud
Added 265 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 654087
Mass introduced by injector = 5.9593e-10
Number of parcels added continuously = 1159
Mass introduced continuously = 1.09121e-12
Current number of parcels = 4434890
Current mass in system = 4.88685e-09
Number of parcels shifted at least once = 4762
Number of parcel shifts towards cell center = 4773
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00557285, Final user-defined norm residual = 0.00012137
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.61156e-05, Final user-defined norm residual = 4.47039e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 9.61929e-08, Final user-defined norm residual = 5.92687e-11
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000470809, Final residual = 3.26572e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000323064, Final residual = 1.10667e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0432708, Final residual = 9.5387e-10, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0448654, Final residual = 8.94118e-07, No Iterations 262
time step continuity errors : sum local = 1.12444e-10, global = -8.69502e-21, cumulative = -1.20493e-18
DICPCG: Solving for p, Initial residual = 0.00496762, Final residual = 9.74781e-07, No Iterations 143
time step continuity errors : sum local = 1.30289e-10, global = 2.63254e-20, cumulative = -1.17861e-18
BiCGStab: Solving for omega, Initial residual = 0.000390154, Final residual = 3.05598e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000599262, Final residual = 6.72227e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.65849e-05, Final residual = 4.43373e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.62972e-06, Final residual = 3.7505e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00425038, Final residual = 2.90632e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0104099, Final residual = 9.84757e-07, No Iterations 104
time step continuity errors : sum local = 1.27055e-10, global = -3.63767e-20, cumulative = -1.21498e-18
DICPCG: Solving for p, Initial residual = 0.00173833, Final residual = 9.33326e-07, No Iterations 76
time step continuity errors : sum local = 1.20706e-10, global = 1.12375e-20, cumulative = -1.20375e-18
BiCGStab: Solving for omega, Initial residual = 2.32444e-05, Final residual = 4.70039e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.00812e-06, Final residual = 8.00812e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.13499e-06, Final residual = 3.16389e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.68301e-06, Final residual = 2.95262e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000622861, Final residual = 1.68713e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00194399, Final residual = 9.42334e-07, No Iterations 48
time step continuity errors : sum local = 1.21641e-10, global = -4.22104e-20, cumulative = -1.24596e-18
DICPCG: Solving for p, Initial residual = 0.000297593, Final residual = 9.2338e-07, No Iterations 29
time step continuity errors : sum local = 1.19212e-10, global = 7.96627e-20, cumulative = -1.16629e-18
BiCGStab: Solving for omega, Initial residual = 1.40995e-05, Final residual = 4.74162e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.09058e-06, Final residual = 8.09058e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.98461e-07, Final residual = 4.32293e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.3315e-07, Final residual = 2.80882e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000114883, Final residual = 3.00052e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000463712, Final residual = 9.57567e-07, No Iterations 13
time step continuity errors : sum local = 1.23499e-10, global = 2.17653e-20, cumulative = -1.14453e-18
DICPCG: Solving for p, Initial residual = 7.50805e-05, Final residual = 9.05694e-07, No Iterations 6
time step continuity errors : sum local = 1.16939e-10, global = 1.95217e-20, cumulative = -1.12501e-18
BiCGStab: Solving for omega, Initial residual = 1.41333e-05, Final residual = 5.60591e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.09601e-06, Final residual = 8.09601e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.26955e-07, Final residual = 8.37336e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.17821e-07, Final residual = 5.31612e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.31122e-05, Final residual = 5.51092e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000125954, Final residual = 7.31549e-07, No Iterations 6
time step continuity errors : sum local = 9.49751e-11, global = -5.77266e-20, cumulative = -1.18273e-18
DICPCG: Solving for p, Initial residual = 2.04192e-05, Final residual = 9.49944e-07, No Iterations 3
time step continuity errors : sum local = 1.2251e-10, global = 6.32708e-20, cumulative = -1.11946e-18
BiCGStab: Solving for omega, Initial residual = 1.60613e-05, Final residual = 4.97472e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.08823e-06, Final residual = 8.08823e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 13019.9 s ClockTime = 13021 s Max(PAc) = 153764 Pa
Courant Number mean: 0.0619894 max: 0.963752 velocity magnitude: 1.25415
deltaT = 0.000486849
Time = 1.77221
--> Cloud: bubbleCloud
Added 149 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 654236
Mass introduced by injector = 5.96062e-10
Number of parcels added continuously = 1212
Mass introduced continuously = 1.06721e-12
Current number of parcels = 4435716
Current mass in system = 4.88757e-09
Number of parcels shifted at least once = 4730
Number of parcel shifts towards cell center = 4732
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00548385, Final user-defined norm residual = 0.000102074
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.19623e-05, Final user-defined norm residual = 1.90388e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.09648e-08, Final user-defined norm residual = 4.8098e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000466279, Final residual = 3.22369e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00031971, Final residual = 1.091e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0425703, Final residual = 1.1387e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0476668, Final residual = 9.84541e-07, No Iterations 257
time step continuity errors : sum local = 1.23455e-10, global = 5.04015e-20, cumulative = -1.06906e-18
DICPCG: Solving for p, Initial residual = 0.00553605, Final residual = 9.50618e-07, No Iterations 139
time step continuity errors : sum local = 1.18777e-10, global = -4.07178e-20, cumulative = -1.10978e-18
BiCGStab: Solving for omega, Initial residual = 0.000388843, Final residual = 3.57534e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000599055, Final residual = 6.70545e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.73279e-05, Final residual = 4.54765e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.00056e-05, Final residual = 3.75154e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00421405, Final residual = 3.32254e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0106609, Final residual = 9.71219e-07, No Iterations 113
time step continuity errors : sum local = 1.24306e-10, global = -1.5584e-20, cumulative = -1.12536e-18
DICPCG: Solving for p, Initial residual = 0.00187558, Final residual = 9.84713e-07, No Iterations 67
time step continuity errors : sum local = 1.26187e-10, global = -2.53143e-20, cumulative = -1.15068e-18
BiCGStab: Solving for omega, Initial residual = 2.44122e-05, Final residual = 5.98581e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.75911e-06, Final residual = 7.75911e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.41043e-06, Final residual = 3.03167e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.88378e-06, Final residual = 2.9323e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000633075, Final residual = 1.81907e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00201805, Final residual = 9.32086e-07, No Iterations 70
time step continuity errors : sum local = 1.19741e-10, global = -1.78368e-20, cumulative = -1.16851e-18
DICPCG: Solving for p, Initial residual = 0.000316321, Final residual = 9.60056e-07, No Iterations 43
time step continuity errors : sum local = 1.2328e-10, global = -3.68373e-20, cumulative = -1.20535e-18
BiCGStab: Solving for omega, Initial residual = 1.52678e-05, Final residual = 6.07315e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.83238e-06, Final residual = 7.83238e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.20215e-07, Final residual = 4.13219e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.92998e-07, Final residual = 3.15358e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000115869, Final residual = 3.0594e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000486349, Final residual = 9.92003e-07, No Iterations 13
time step continuity errors : sum local = 1.27294e-10, global = 5.3064e-21, cumulative = -1.20005e-18
DICPCG: Solving for p, Initial residual = 8.05262e-05, Final residual = 9.58476e-07, No Iterations 6
time step continuity errors : sum local = 1.23085e-10, global = -6.11897e-20, cumulative = -1.26123e-18
BiCGStab: Solving for omega, Initial residual = 1.47348e-05, Final residual = 6.94808e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.84369e-06, Final residual = 7.84369e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.32594e-07, Final residual = 9.01177e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.44527e-07, Final residual = 5.9624e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.39649e-05, Final residual = 5.40276e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000140575, Final residual = 8.05386e-07, No Iterations 6
time step continuity errors : sum local = 1.03904e-10, global = 2.71465e-20, cumulative = -1.23409e-18
DICPCG: Solving for p, Initial residual = 2.31892e-05, Final residual = 6.52273e-07, No Iterations 4
time step continuity errors : sum local = 8.47183e-11, global = 8.45558e-21, cumulative = -1.22563e-18
BiCGStab: Solving for omega, Initial residual = 1.57732e-05, Final residual = 6.99299e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.83785e-06, Final residual = 7.83785e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 13039.8 s ClockTime = 13041 s Max(PAc) = 154767 Pa
Courant Number mean: 0.0619973 max: 0.964022 velocity magnitude: 1.24372
deltaT = 0.000486849
Time = 1.7727
--> Cloud: bubbleCloud
Added 230 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 654466
Mass introduced by injector = 5.96275e-10
Number of parcels added continuously = 1234
Mass introduced continuously = 1.09263e-12
Current number of parcels = 4436671
Current mass in system = 4.88834e-09
Number of parcels shifted at least once = 4814
Number of parcel shifts towards cell center = 4821
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00583003, Final user-defined norm residual = 0.000106011
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.28386e-05, Final user-defined norm residual = 1.54151e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.32102e-08, Final user-defined norm residual = 1.9273e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000474413, Final residual = 2.95254e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000328186, Final residual = 1.02432e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0457027, Final residual = 1.20759e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0550314, Final residual = 9.40577e-07, No Iterations 145
time step continuity errors : sum local = 1.32065e-10, global = -9.99781e-20, cumulative = -1.32561e-18
DICPCG: Solving for p, Initial residual = 0.00718031, Final residual = 9.80884e-07, No Iterations 133
time step continuity errors : sum local = 1.32593e-10, global = -3.35434e-20, cumulative = -1.35915e-18
BiCGStab: Solving for omega, Initial residual = 0.000389532, Final residual = 2.76276e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000598948, Final residual = 6.70541e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.92233e-05, Final residual = 4.92949e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.17172e-05, Final residual = 3.92176e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00428317, Final residual = 3.2182e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0117502, Final residual = 9.74539e-07, No Iterations 115
time step continuity errors : sum local = 1.27289e-10, global = 4.52978e-20, cumulative = -1.31386e-18
DICPCG: Solving for p, Initial residual = 0.00201942, Final residual = 9.87339e-07, No Iterations 72
time step continuity errors : sum local = 1.29184e-10, global = -3.35813e-20, cumulative = -1.34744e-18
BiCGStab: Solving for omega, Initial residual = 2.28212e-05, Final residual = 5.58403e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.4081e-06, Final residual = 7.4081e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.89512e-06, Final residual = 3.45562e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.34571e-06, Final residual = 2.87641e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000626245, Final residual = 1.82897e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00236698, Final residual = 9.39841e-07, No Iterations 45
time step continuity errors : sum local = 1.2304e-10, global = -3.22686e-20, cumulative = -1.37971e-18
DICPCG: Solving for p, Initial residual = 0.000387143, Final residual = 9.75516e-07, No Iterations 22
time step continuity errors : sum local = 1.27614e-10, global = 5.88615e-20, cumulative = -1.32084e-18
BiCGStab: Solving for omega, Initial residual = 1.43363e-05, Final residual = 6.27066e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.45928e-06, Final residual = 7.45928e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.08654e-06, Final residual = 4.52702e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.18853e-07, Final residual = 3.02618e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000111594, Final residual = 3.06777e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000640751, Final residual = 9.67066e-07, No Iterations 13
time step continuity errors : sum local = 1.26511e-10, global = -5.99189e-20, cumulative = -1.38076e-18
DICPCG: Solving for p, Initial residual = 0.000105191, Final residual = 8.15068e-07, No Iterations 7
time step continuity errors : sum local = 1.06952e-10, global = 2.34025e-21, cumulative = -1.37842e-18
BiCGStab: Solving for omega, Initial residual = 1.55116e-05, Final residual = 6.78217e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.47592e-06, Final residual = 7.47592e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.9108e-07, Final residual = 8.83918e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.6923e-07, Final residual = 6.50059e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.29804e-05, Final residual = 5.2418e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00017201, Final residual = 8.77596e-07, No Iterations 6
time step continuity errors : sum local = 1.14991e-10, global = 1.59453e-20, cumulative = -1.36248e-18
DICPCG: Solving for p, Initial residual = 3.02703e-05, Final residual = 6.3676e-07, No Iterations 4
time step continuity errors : sum local = 8.40192e-11, global = 3.09551e-20, cumulative = -1.33152e-18
BiCGStab: Solving for omega, Initial residual = 1.65615e-05, Final residual = 8.93741e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.46249e-06, Final residual = 7.46249e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 13058.6 s ClockTime = 13059 s Max(PAc) = 153891 Pa
Courant Number mean: 0.0620053 max: 0.963648 velocity magnitude: 1.2362
deltaT = 0.000486849
Time = 1.77318
--> Cloud: bubbleCloud
Added 164 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 654630
Mass introduced by injector = 5.96431e-10
Number of parcels added continuously = 1230
Mass introduced continuously = 1.11678e-12
Current number of parcels = 4437524
Current mass in system = 4.88903e-09
Number of parcels shifted at least once = 4747
Number of parcel shifts towards cell center = 4757
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00597596, Final user-defined norm residual = 7.43795e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.60177e-05, Final user-defined norm residual = 7.86868e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.69457e-08, Final user-defined norm residual = 6.5649e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000468044, Final residual = 3.33892e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000327525, Final residual = 1.20297e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0448621, Final residual = 1.25453e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0515305, Final residual = 8.97539e-07, No Iterations 262
time step continuity errors : sum local = 1.14602e-10, global = -4.72697e-21, cumulative = -1.33625e-18
DICPCG: Solving for p, Initial residual = 0.00705847, Final residual = 9.19646e-07, No Iterations 141
time step continuity errors : sum local = 1.22516e-10, global = -1.69795e-20, cumulative = -1.35323e-18
BiCGStab: Solving for omega, Initial residual = 0.000391887, Final residual = 4.47482e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000598727, Final residual = 6.54271e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.9596e-05, Final residual = 5.03489e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.22944e-05, Final residual = 3.81528e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00415049, Final residual = 3.48031e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0122684, Final residual = 9.73685e-07, No Iterations 129
time step continuity errors : sum local = 1.3556e-10, global = -1.57982e-20, cumulative = -1.36903e-18
DICPCG: Solving for p, Initial residual = 0.00224287, Final residual = 9.48319e-07, No Iterations 99
time step continuity errors : sum local = 1.32592e-10, global = 2.15363e-20, cumulative = -1.34749e-18
BiCGStab: Solving for omega, Initial residual = 2.36756e-05, Final residual = 6.02251e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.87753e-06, Final residual = 7.87753e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.10292e-06, Final residual = 3.58022e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.46287e-06, Final residual = 3.14298e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000599861, Final residual = 1.92411e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00241065, Final residual = 9.89509e-07, No Iterations 55
time step continuity errors : sum local = 1.37907e-10, global = -3.4443e-20, cumulative = -1.38193e-18
DICPCG: Solving for p, Initial residual = 0.000416386, Final residual = 9.87986e-07, No Iterations 24
time step continuity errors : sum local = 1.37687e-10, global = 3.55881e-20, cumulative = -1.34635e-18
BiCGStab: Solving for omega, Initial residual = 1.54877e-05, Final residual = 5.67394e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.92097e-06, Final residual = 7.92097e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.17163e-06, Final residual = 5.73973e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.36398e-07, Final residual = 3.60597e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000106586, Final residual = 2.86986e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000658628, Final residual = 9.57343e-07, No Iterations 14
time step continuity errors : sum local = 1.33778e-10, global = 3.64444e-20, cumulative = -1.3099e-18
DICPCG: Solving for p, Initial residual = 0.000117596, Final residual = 9.51654e-07, No Iterations 7
time step continuity errors : sum local = 1.33033e-10, global = -9.72367e-21, cumulative = -1.31963e-18
BiCGStab: Solving for omega, Initial residual = 1.47581e-05, Final residual = 6.50957e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.94776e-06, Final residual = 7.94776e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.0972e-07, Final residual = 1.01883e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.94939e-07, Final residual = 6.01596e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.12624e-05, Final residual = 5.17525e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00018497, Final residual = 8.95759e-07, No Iterations 6
time step continuity errors : sum local = 1.25889e-10, global = -2.52185e-20, cumulative = -1.34484e-18
DICPCG: Solving for p, Initial residual = 3.28329e-05, Final residual = 7.08914e-07, No Iterations 4
time step continuity errors : sum local = 1.02014e-10, global = -2.89538e-20, cumulative = -1.3738e-18
BiCGStab: Solving for omega, Initial residual = 1.55628e-05, Final residual = 6.15652e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 7.9261e-06, Final residual = 7.9261e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 13077.6 s ClockTime = 13078 s Max(PAc) = 153699 Pa
Courant Number mean: 0.0620132 max: 0.958891 velocity magnitude: 1.23054
deltaT = 0.000486849
Time = 1.77367
--> Cloud: bubbleCloud
Added 125 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 654755
Mass introduced by injector = 5.96544e-10
Number of parcels added continuously = 1153
Mass introduced continuously = 1.05071e-12
Current number of parcels = 4438260
Current mass in system = 4.88969e-09
Number of parcels shifted at least once = 4735
Number of parcel shifts towards cell center = 4740
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00540858, Final user-defined norm residual = 0.000170707
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.67675e-05, Final user-defined norm residual = 8.1605e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.7577e-07, Final user-defined norm residual = 2.11418e-10
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000463666, Final residual = 3.60422e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000328567, Final residual = 1.1644e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0467034, Final residual = 1.45631e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0466659, Final residual = 8.65648e-07, No Iterations 265
time step continuity errors : sum local = 1.09312e-10, global = -4.77063e-20, cumulative = -1.4215e-18
DICPCG: Solving for p, Initial residual = 0.0060794, Final residual = 9.85123e-07, No Iterations 149
time step continuity errors : sum local = 1.2655e-10, global = -2.56728e-20, cumulative = -1.44718e-18
BiCGStab: Solving for omega, Initial residual = 0.000387898, Final residual = 3.43017e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000599923, Final residual = 6.38872e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.88415e-05, Final residual = 4.86892e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.19286e-05, Final residual = 3.85104e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00447862, Final residual = 4.07091e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0118558, Final residual = 9.09668e-07, No Iterations 94
time step continuity errors : sum local = 1.14962e-10, global = -4.38991e-21, cumulative = -1.45157e-18
DICPCG: Solving for p, Initial residual = 0.00228378, Final residual = 9.48911e-07, No Iterations 99
time step continuity errors : sum local = 1.20389e-10, global = -9.40325e-20, cumulative = -1.5456e-18
BiCGStab: Solving for omega, Initial residual = 2.14093e-05, Final residual = 4.36724e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.16327e-06, Final residual = 8.16327e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.08408e-06, Final residual = 3.72758e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.35857e-06, Final residual = 3.14346e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000657471, Final residual = 2.33387e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00243891, Final residual = 9.42119e-07, No Iterations 51
time step continuity errors : sum local = 1.19594e-10, global = 2.76172e-20, cumulative = -1.51798e-18
DICPCG: Solving for p, Initial residual = 0.000448642, Final residual = 9.90206e-07, No Iterations 26
time step continuity errors : sum local = 1.25599e-10, global = -2.95042e-20, cumulative = -1.54749e-18
BiCGStab: Solving for omega, Initial residual = 1.23077e-05, Final residual = 4.35082e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.25037e-06, Final residual = 8.25037e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.12587e-06, Final residual = 4.98127e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.65507e-07, Final residual = 3.18779e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000122753, Final residual = 3.26318e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000657241, Final residual = 9.70451e-07, No Iterations 14
time step continuity errors : sum local = 1.23119e-10, global = 4.87855e-20, cumulative = -1.4987e-18
DICPCG: Solving for p, Initial residual = 0.000119103, Final residual = 9.56411e-07, No Iterations 6
time step continuity errors : sum local = 1.21339e-10, global = -6.46318e-20, cumulative = -1.56333e-18
BiCGStab: Solving for omega, Initial residual = 1.27475e-05, Final residual = 4.97435e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.26551e-06, Final residual = 8.26551e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.31397e-07, Final residual = 9.74997e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.90836e-07, Final residual = 7.44659e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.60327e-05, Final residual = 5.35332e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.00019049, Final residual = 9.31559e-07, No Iterations 5
time step continuity errors : sum local = 1.1822e-10, global = -1.23993e-20, cumulative = -1.57573e-18
DICPCG: Solving for p, Initial residual = 3.3474e-05, Final residual = 9.0798e-07, No Iterations 3
time step continuity errors : sum local = 1.1526e-10, global = -4.59911e-20, cumulative = -1.62172e-18
BiCGStab: Solving for omega, Initial residual = 1.389e-05, Final residual = 6.15264e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.26609e-06, Final residual = 8.26609e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 13096.5 s ClockTime = 13097 s Max(PAc) = 154807 Pa
Courant Number mean: 0.0620204 max: 0.952507 velocity magnitude: 1.22781
deltaT = 0.000486849
Time = 1.77416
--> Cloud: bubbleCloud
Added 188 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 654943
Mass introduced by injector = 5.96677e-10
Number of parcels added continuously = 1243
Mass introduced continuously = 1.0883e-12
Current number of parcels = 4439158
Current mass in system = 4.89042e-09
Number of parcels shifted at least once = 4662
Number of parcel shifts towards cell center = 4668
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00558264, Final user-defined norm residual = 8.6875e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.87186e-05, Final user-defined norm residual = 1.8417e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.96832e-08, Final user-defined norm residual = 2.53232e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000467405, Final residual = 3.60549e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000331645, Final residual = 1.18732e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0495945, Final residual = 1.32068e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0474295, Final residual = 9.1022e-07, No Iterations 262
time step continuity errors : sum local = 1.14545e-10, global = -8.86201e-20, cumulative = -1.71034e-18
DICPCG: Solving for p, Initial residual = 0.00648819, Final residual = 9.819e-07, No Iterations 146
time step continuity errors : sum local = 1.33084e-10, global = 5.49006e-20, cumulative = -1.65544e-18
BiCGStab: Solving for omega, Initial residual = 0.00039227, Final residual = 4.12096e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000600317, Final residual = 6.22641e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.92799e-05, Final residual = 4.71131e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.24273e-05, Final residual = 3.83705e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00449186, Final residual = 3.53483e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0124979, Final residual = 9.91244e-07, No Iterations 130
time step continuity errors : sum local = 1.32933e-10, global = -3.3879e-20, cumulative = -1.68932e-18
DICPCG: Solving for p, Initial residual = 0.00236934, Final residual = 9.60187e-07, No Iterations 92
time step continuity errors : sum local = 1.29106e-10, global = 4.31092e-20, cumulative = -1.64621e-18
BiCGStab: Solving for omega, Initial residual = 2.15717e-05, Final residual = 4.26598e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.33962e-06, Final residual = 8.33962e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 4.05916e-06, Final residual = 3.21387e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.30511e-06, Final residual = 3.12536e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000638315, Final residual = 2.03515e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00253624, Final residual = 9.97377e-07, No Iterations 51
time step continuity errors : sum local = 1.33775e-10, global = 3.22132e-20, cumulative = -1.614e-18
DICPCG: Solving for p, Initial residual = 0.000454587, Final residual = 9.67867e-07, No Iterations 19
time step continuity errors : sum local = 1.29983e-10, global = 6.43155e-20, cumulative = -1.54968e-18
BiCGStab: Solving for omega, Initial residual = 1.13939e-05, Final residual = 3.66926e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.44325e-06, Final residual = 8.44325e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.11772e-06, Final residual = 4.45191e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.39665e-07, Final residual = 3.90012e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000111807, Final residual = 3.04727e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000703413, Final residual = 9.40855e-07, No Iterations 16
time step continuity errors : sum local = 1.26542e-10, global = -2.42667e-20, cumulative = -1.57395e-18
DICPCG: Solving for p, Initial residual = 0.000125858, Final residual = 9.8008e-07, No Iterations 7
time step continuity errors : sum local = 1.3148e-10, global = -2.50104e-20, cumulative = -1.59896e-18
BiCGStab: Solving for omega, Initial residual = 9.96032e-06, Final residual = 9.96032e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.47285e-06, Final residual = 8.47285e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 3.22384e-07, Final residual = 9.76813e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.68652e-07, Final residual = 7.46025e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.2611e-05, Final residual = 5.2961e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000196595, Final residual = 7.66024e-07, No Iterations 6
time step continuity errors : sum local = 1.04408e-10, global = -1.632e-20, cumulative = -1.61528e-18
DICPCG: Solving for p, Initial residual = 3.52714e-05, Final residual = 8.88603e-07, No Iterations 3
time step continuity errors : sum local = 1.19903e-10, global = -3.80041e-23, cumulative = -1.61532e-18
BiCGStab: Solving for omega, Initial residual = 1.00085e-05, Final residual = 3.72513e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.46679e-06, Final residual = 8.46679e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 13117.7 s ClockTime = 13118 s Max(PAc) = 154434 Pa
Courant Number mean: 0.0620285 max: 0.956091 velocity magnitude: 1.22622
deltaT = 0.000486849
Time = 1.77464
--> Cloud: bubbleCloud
Added 190 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 655133
Mass introduced by injector = 5.96836e-10
Number of parcels added continuously = 1222
Mass introduced continuously = 1.1478e-12
Current number of parcels = 4439996
Current mass in system = 4.89118e-09
Number of parcels shifted at least once = 4824
Number of parcel shifts towards cell center = 4827
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00579935, Final user-defined norm residual = 6.91428e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.49026e-05, Final user-defined norm residual = 7.6493e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.64872e-08, Final user-defined norm residual = 4.97438e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00046747, Final residual = 3.23416e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000329031, Final residual = 1.06651e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0508102, Final residual = 1.26916e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0515037, Final residual = 8.78483e-07, No Iterations 257
time step continuity errors : sum local = 1.11114e-10, global = -4.47612e-21, cumulative = -1.61979e-18
DICPCG: Solving for p, Initial residual = 0.0073486, Final residual = 9.68062e-07, No Iterations 118
time step continuity errors : sum local = 1.27941e-10, global = -7.24388e-21, cumulative = -1.62704e-18
BiCGStab: Solving for omega, Initial residual = 0.000392686, Final residual = 4.07361e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000601214, Final residual = 6.11678e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.80643e-05, Final residual = 4.47788e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.19117e-05, Final residual = 3.79068e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0044732, Final residual = 3.60031e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0124189, Final residual = 9.62416e-07, No Iterations 97
time step continuity errors : sum local = 1.32001e-10, global = 1.22747e-19, cumulative = -1.50429e-18
DICPCG: Solving for p, Initial residual = 0.00234209, Final residual = 9.00539e-07, No Iterations 67
time step continuity errors : sum local = 1.23997e-10, global = 3.31838e-20, cumulative = -1.47111e-18
BiCGStab: Solving for omega, Initial residual = 2.21141e-05, Final residual = 4.4475e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.365e-06, Final residual = 8.365e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.97088e-06, Final residual = 3.3337e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.24211e-06, Final residual = 3.25966e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00066031, Final residual = 2.1045e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00238931, Final residual = 9.08763e-07, No Iterations 52
time step continuity errors : sum local = 1.2494e-10, global = 4.39233e-20, cumulative = -1.42719e-18
DICPCG: Solving for p, Initial residual = 0.000435516, Final residual = 9.98347e-07, No Iterations 26
time step continuity errors : sum local = 1.36248e-10, global = 3.78547e-20, cumulative = -1.38933e-18
BiCGStab: Solving for omega, Initial residual = 1.23179e-05, Final residual = 3.7446e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.46528e-06, Final residual = 8.46528e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 1.03088e-06, Final residual = 4.33333e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.22627e-07, Final residual = 3.62803e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000120454, Final residual = 3.42571e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000690528, Final residual = 9.41213e-07, No Iterations 17
time step continuity errors : sum local = 1.28988e-10, global = 7.19976e-20, cumulative = -1.31733e-18
DICPCG: Solving for p, Initial residual = 0.000116413, Final residual = 9.47813e-07, No Iterations 7
time step continuity errors : sum local = 1.29796e-10, global = 1.31325e-19, cumulative = -1.18601e-18
BiCGStab: Solving for omega, Initial residual = 1.10677e-05, Final residual = 3.92152e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.47905e-06, Final residual = 8.47905e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.90682e-07, Final residual = 1.12477e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.76028e-07, Final residual = 7.05254e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.44539e-05, Final residual = 5.90979e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000182053, Final residual = 8.32716e-07, No Iterations 6
time step continuity errors : sum local = 1.15212e-10, global = 3.36473e-20, cumulative = -1.15236e-18
DICPCG: Solving for p, Initial residual = 3.04565e-05, Final residual = 9.27817e-07, No Iterations 3
time step continuity errors : sum local = 1.27257e-10, global = -1.65112e-20, cumulative = -1.16887e-18
BiCGStab: Solving for omega, Initial residual = 1.12938e-05, Final residual = 3.93324e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.47081e-06, Final residual = 8.47081e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 13138 s ClockTime = 13139 s Max(PAc) = 154726 Pa
Courant Number mean: 0.0620364 max: 0.963052 velocity magnitude: 1.23206
deltaT = 0.000486849
Time = 1.77513
--> Cloud: bubbleCloud
Added 128 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 655261
Mass introduced by injector = 5.96961e-10
Number of parcels added continuously = 1246
Mass introduced continuously = 1.11314e-12
Current number of parcels = 4440811
Current mass in system = 4.89189e-09
Number of parcels shifted at least once = 4777
Number of parcel shifts towards cell center = 4783
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00562681, Final user-defined norm residual = 6.67156e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.43772e-05, Final user-defined norm residual = 7.37235e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.58876e-08, Final user-defined norm residual = 2.00181e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000465645, Final residual = 3.35192e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00032723, Final residual = 1.18062e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0476561, Final residual = 1.36562e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.049277, Final residual = 8.72136e-07, No Iterations 255
time step continuity errors : sum local = 1.10082e-10, global = 5.83663e-20, cumulative = -1.11051e-18
DICPCG: Solving for p, Initial residual = 0.00665426, Final residual = 9.56983e-07, No Iterations 140
time step continuity errors : sum local = 1.23475e-10, global = -6.47434e-20, cumulative = -1.17525e-18
BiCGStab: Solving for omega, Initial residual = 0.000388955, Final residual = 3.5266e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000601797, Final residual = 6.14446e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.73067e-05, Final residual = 4.71155e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.13224e-05, Final residual = 3.89386e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00428165, Final residual = 3.67607e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0106795, Final residual = 9.63603e-07, No Iterations 96
time step continuity errors : sum local = 1.25438e-10, global = 3.93801e-20, cumulative = -1.13587e-18
DICPCG: Solving for p, Initial residual = 0.00193331, Final residual = 9.9708e-07, No Iterations 72
time step continuity errors : sum local = 1.29278e-10, global = 7.78428e-20, cumulative = -1.05803e-18
BiCGStab: Solving for omega, Initial residual = 1.72051e-05, Final residual = 2.77507e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.95936e-06, Final residual = 8.95936e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.60841e-06, Final residual = 3.90491e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.13231e-06, Final residual = 3.25991e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000643246, Final residual = 2.09929e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0021493, Final residual = 9.49812e-07, No Iterations 26
time step continuity errors : sum local = 1.23244e-10, global = -1.91025e-20, cumulative = -1.07713e-18
DICPCG: Solving for p, Initial residual = 0.000361303, Final residual = 9.1807e-07, No Iterations 15
time step continuity errors : sum local = 1.19192e-10, global = 6.53961e-20, cumulative = -1.01173e-18
BiCGStab: Solving for omega, Initial residual = 7.9072e-06, Final residual = 7.9072e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.01422e-06, Final residual = 9.01422e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 9.45841e-07, Final residual = 4.9265e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.36778e-07, Final residual = 3.02926e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000118975, Final residual = 3.04851e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000513823, Final residual = 9.11612e-07, No Iterations 11
time step continuity errors : sum local = 1.18385e-10, global = -9.39857e-21, cumulative = -1.02113e-18
DICPCG: Solving for p, Initial residual = 9.06792e-05, Final residual = 7.42521e-07, No Iterations 6
time step continuity errors : sum local = 9.70233e-11, global = -1.31494e-19, cumulative = -1.15262e-18
BiCGStab: Solving for omega, Initial residual = 8.05901e-06, Final residual = 8.05901e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.01017e-06, Final residual = 9.01017e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.75014e-07, Final residual = 1.03332e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.7307e-07, Final residual = 5.69443e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.48324e-05, Final residual = 5.28249e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000162297, Final residual = 8.05729e-07, No Iterations 5
time step continuity errors : sum local = 1.05009e-10, global = -4.39044e-20, cumulative = -1.19653e-18
DICPCG: Solving for p, Initial residual = 2.6038e-05, Final residual = 9.17078e-07, No Iterations 3
time step continuity errors : sum local = 1.19073e-10, global = -1.03103e-19, cumulative = -1.29963e-18
BiCGStab: Solving for omega, Initial residual = 8.06998e-06, Final residual = 8.06998e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 9.00655e-06, Final residual = 9.00655e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 13160.6 s ClockTime = 13161 s Max(PAc) = 155312 Pa
Courant Number mean: 0.0620437 max: 0.967307 velocity magnitude: 1.23685
deltaT = 0.000486849
Time = 1.77562
--> Cloud: bubbleCloud
Added 199 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 655460
Mass introduced by injector = 5.97112e-10
Number of parcels added continuously = 1242
Mass introduced continuously = 1.10649e-12
Current number of parcels = 4441712
Current mass in system = 4.89266e-09
Number of parcels shifted at least once = 4691
Number of parcel shifts towards cell center = 4697
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00578428, Final user-defined norm residual = 8.73424e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.88324e-05, Final user-defined norm residual = 2.06515e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 4.45285e-08, Final user-defined norm residual = 4.3774e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000460641, Final residual = 3.1586e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000326276, Final residual = 1.00495e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.047279, Final residual = 1.29764e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.045327, Final residual = 9.89886e-07, No Iterations 150
time step continuity errors : sum local = 1.39218e-10, global = -4.29925e-20, cumulative = -1.34262e-18
DICPCG: Solving for p, Initial residual = 0.00555629, Final residual = 9.35093e-07, No Iterations 132
time step continuity errors : sum local = 1.35871e-10, global = -1.19954e-19, cumulative = -1.46258e-18
BiCGStab: Solving for omega, Initial residual = 0.000387366, Final residual = 3.21852e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000602502, Final residual = 6.13909e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.68821e-05, Final residual = 4.41225e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.02014e-05, Final residual = 3.76936e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00424315, Final residual = 3.40228e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0094027, Final residual = 9.17987e-07, No Iterations 239
time step continuity errors : sum local = 1.16591e-10, global = 5.96465e-20, cumulative = -1.40293e-18
DICPCG: Solving for p, Initial residual = 0.00178292, Final residual = 9.70093e-07, No Iterations 71
time step continuity errors : sum local = 1.25283e-10, global = -5.47929e-20, cumulative = -1.45772e-18
BiCGStab: Solving for omega, Initial residual = 2.37646e-05, Final residual = 3.64188e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.84451e-06, Final residual = 8.84451e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.25202e-06, Final residual = 3.5267e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.81879e-06, Final residual = 3.02186e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000623112, Final residual = 1.95871e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00170536, Final residual = 9.15671e-07, No Iterations 46
time step continuity errors : sum local = 1.18545e-10, global = -1.94334e-20, cumulative = -1.47716e-18
DICPCG: Solving for p, Initial residual = 0.000280224, Final residual = 9.67954e-07, No Iterations 20
time step continuity errors : sum local = 1.25184e-10, global = -2.4837e-20, cumulative = -1.502e-18
BiCGStab: Solving for omega, Initial residual = 1.73394e-05, Final residual = 4.64695e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.83412e-06, Final residual = 8.83412e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.21262e-07, Final residual = 4.39459e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.08757e-07, Final residual = 3.36902e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00011625, Final residual = 3.20635e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000436537, Final residual = 9.70471e-07, No Iterations 9
time step continuity errors : sum local = 1.25509e-10, global = -4.69534e-20, cumulative = -1.54895e-18
DICPCG: Solving for p, Initial residual = 7.78141e-05, Final residual = 9.36891e-07, No Iterations 5
time step continuity errors : sum local = 1.21236e-10, global = -1.06941e-20, cumulative = -1.55964e-18
BiCGStab: Solving for omega, Initial residual = 1.86215e-05, Final residual = 5.87448e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.84664e-06, Final residual = 8.84664e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.28582e-07, Final residual = 8.88796e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.58128e-07, Final residual = 4.98391e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.4528e-05, Final residual = 5.41966e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000135341, Final residual = 8.58496e-07, No Iterations 5
time step continuity errors : sum local = 1.11272e-10, global = -9.47871e-20, cumulative = -1.65443e-18
DICPCG: Solving for p, Initial residual = 2.44273e-05, Final residual = 9.38227e-07, No Iterations 3
time step continuity errors : sum local = 1.21404e-10, global = -3.09633e-20, cumulative = -1.68539e-18
BiCGStab: Solving for omega, Initial residual = 1.96274e-05, Final residual = 6.83565e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.83926e-06, Final residual = 8.83926e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 13182.8 s ClockTime = 13184 s Max(PAc) = 154863 Pa
Courant Number mean: 0.0620512 max: 0.974502 velocity magnitude: 1.24348
deltaT = 0.000486849
Time = 1.77611
--> Cloud: bubbleCloud
Added 163 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 655623
Mass introduced by injector = 5.97241e-10
Number of parcels added continuously = 1196
Mass introduced continuously = 1.08909e-12
Current number of parcels = 4442513
Current mass in system = 4.89334e-09
Number of parcels shifted at least once = 4717
Number of parcel shifts towards cell center = 4721
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00556243, Final user-defined norm residual = 7.96753e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.71712e-05, Final user-defined norm residual = 2.68116e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 5.77841e-08, Final user-defined norm residual = 6.98287e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000459169, Final residual = 3.32817e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.00032426, Final residual = 1.20417e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0457119, Final residual = 1.10541e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0420504, Final residual = 9.30055e-07, No Iterations 146
time step continuity errors : sum local = 1.25639e-10, global = 2.1368e-20, cumulative = -1.66403e-18
DICPCG: Solving for p, Initial residual = 0.00519078, Final residual = 9.52619e-07, No Iterations 132
time step continuity errors : sum local = 1.23823e-10, global = -6.38635e-20, cumulative = -1.72789e-18
BiCGStab: Solving for omega, Initial residual = 0.000391182, Final residual = 3.61089e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000603051, Final residual = 6.02283e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.75885e-05, Final residual = 4.64049e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.08823e-05, Final residual = 3.67019e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00422119, Final residual = 3.11979e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00955802, Final residual = 9.82793e-07, No Iterations 123
time step continuity errors : sum local = 1.3199e-10, global = -5.72834e-21, cumulative = -1.73362e-18
DICPCG: Solving for p, Initial residual = 0.0017494, Final residual = 9.8407e-07, No Iterations 72
time step continuity errors : sum local = 1.32122e-10, global = -1.0721e-19, cumulative = -1.84083e-18
BiCGStab: Solving for omega, Initial residual = 2.62146e-05, Final residual = 6.7556e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.41105e-06, Final residual = 9.41105e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.57149e-06, Final residual = 3.36762e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.02998e-06, Final residual = 3.1146e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000629561, Final residual = 1.86525e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00175627, Final residual = 9.93446e-07, No Iterations 58
time step continuity errors : sum local = 1.33553e-10, global = -2.72789e-20, cumulative = -1.86811e-18
DICPCG: Solving for p, Initial residual = 0.00029214, Final residual = 9.36186e-07, No Iterations 26
time step continuity errors : sum local = 1.26302e-10, global = -4.09622e-20, cumulative = -1.90907e-18
BiCGStab: Solving for omega, Initial residual = 1.95327e-05, Final residual = 6.77971e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.40696e-06, Final residual = 9.40696e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 8.75026e-07, Final residual = 4.27368e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 5.94458e-07, Final residual = 3.94905e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000115145, Final residual = 3.29772e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000471555, Final residual = 9.82305e-07, No Iterations 17
time step continuity errors : sum local = 1.32154e-10, global = -9.48165e-21, cumulative = -1.91855e-18
DICPCG: Solving for p, Initial residual = 8.32741e-05, Final residual = 9.621e-07, No Iterations 6
time step continuity errors : sum local = 1.29585e-10, global = 1.12321e-20, cumulative = -1.90732e-18
BiCGStab: Solving for omega, Initial residual = 2.07538e-05, Final residual = 7.21182e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.44087e-06, Final residual = 9.44087e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.58954e-07, Final residual = 1.07657e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.78122e-07, Final residual = 5.96466e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.29427e-05, Final residual = 5.78433e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000147812, Final residual = 7.69942e-07, No Iterations 6
time step continuity errors : sum local = 1.05212e-10, global = 1.13153e-21, cumulative = -1.90619e-18
DICPCG: Solving for p, Initial residual = 2.51559e-05, Final residual = 9.9505e-07, No Iterations 3
time step continuity errors : sum local = 1.33762e-10, global = -4.12141e-20, cumulative = -1.9474e-18
BiCGStab: Solving for omega, Initial residual = 2.33292e-05, Final residual = 8.16712e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 9.4116e-06, Final residual = 9.4116e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 13202.5 s ClockTime = 13203 s Max(PAc) = 154807 Pa
Courant Number mean: 0.0620587 max: 0.97162 velocity magnitude: 1.24998
deltaT = 0.000486849
Time = 1.77659
--> Cloud: bubbleCloud
Added 166 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 655789
Mass introduced by injector = 5.97383e-10
Number of parcels added continuously = 1225
Mass introduced continuously = 1.1226e-12
Current number of parcels = 4443330
Current mass in system = 4.89405e-09
Number of parcels shifted at least once = 4631
Number of parcel shifts towards cell center = 4636
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00547859, Final user-defined norm residual = 7.75195e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.66998e-05, Final user-defined norm residual = 1.09773e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.36484e-08, Final user-defined norm residual = 1.04143e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.00045977, Final residual = 3.43902e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000318585, Final residual = 1.08076e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0447095, Final residual = 1.06128e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0438218, Final residual = 8.83594e-07, No Iterations 262
time step continuity errors : sum local = 1.11557e-10, global = -1.10345e-20, cumulative = -1.95843e-18
DICPCG: Solving for p, Initial residual = 0.00533773, Final residual = 9.4092e-07, No Iterations 111
time step continuity errors : sum local = 1.20133e-10, global = 5.31642e-20, cumulative = -1.90527e-18
BiCGStab: Solving for omega, Initial residual = 0.000387924, Final residual = 3.55885e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000603178, Final residual = 5.9021e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.60193e-05, Final residual = 4.4422e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.26031e-06, Final residual = 3.50575e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00397069, Final residual = 3.1033e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0086967, Final residual = 9.1522e-07, No Iterations 130
time step continuity errors : sum local = 1.16258e-10, global = -9.74133e-21, cumulative = -1.91501e-18
DICPCG: Solving for p, Initial residual = 0.00151755, Final residual = 9.90784e-07, No Iterations 81
time step continuity errors : sum local = 1.26276e-10, global = 4.88848e-20, cumulative = -1.86613e-18
BiCGStab: Solving for omega, Initial residual = 2.19117e-05, Final residual = 5.18189e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.63902e-06, Final residual = 8.63902e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 3.027e-06, Final residual = 3.1247e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.63393e-06, Final residual = 2.89369e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000593663, Final residual = 1.81188e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00153088, Final residual = 9.83702e-07, No Iterations 57
time step continuity errors : sum local = 1.25491e-10, global = -5.91879e-20, cumulative = -1.92531e-18
DICPCG: Solving for p, Initial residual = 0.000238783, Final residual = 9.02094e-07, No Iterations 29
time step continuity errors : sum local = 1.15223e-10, global = 3.93209e-20, cumulative = -1.88599e-18
BiCGStab: Solving for omega, Initial residual = 1.31189e-05, Final residual = 3.20776e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.66509e-06, Final residual = 8.66509e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 7.19143e-07, Final residual = 4.01524e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 4.02283e-07, Final residual = 3.21357e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000107258, Final residual = 3.03616e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000351678, Final residual = 9.25851e-07, No Iterations 13
time step continuity errors : sum local = 1.1822e-10, global = 4.41985e-20, cumulative = -1.8418e-18
DICPCG: Solving for p, Initial residual = 6.29366e-05, Final residual = 9.92811e-07, No Iterations 5
time step continuity errors : sum local = 1.26645e-10, global = -4.84542e-21, cumulative = -1.84664e-18
BiCGStab: Solving for omega, Initial residual = 1.07787e-05, Final residual = 2.76495e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.68402e-06, Final residual = 8.68402e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 2.0545e-07, Final residual = 8.17589e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.13647e-07, Final residual = 4.8725e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.17047e-05, Final residual = 5.21654e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000103954, Final residual = 9.02855e-07, No Iterations 5
time step continuity errors : sum local = 1.15325e-10, global = 3.08613e-20, cumulative = -1.81578e-18
DICPCG: Solving for p, Initial residual = 1.74704e-05, Final residual = 7.56197e-07, No Iterations 3
time step continuity errors : sum local = 9.68677e-11, global = -5.02393e-20, cumulative = -1.86602e-18
BiCGStab: Solving for omega, Initial residual = 1.02734e-05, Final residual = 2.45022e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.67502e-06, Final residual = 8.67502e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 13221.4 s ClockTime = 13222 s Max(PAc) = 154334 Pa
Courant Number mean: 0.0620661 max: 0.966437 velocity magnitude: 1.25321
deltaT = 0.000486849
Time = 1.77708
--> Cloud: bubbleCloud
Added 176 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 655965
Mass introduced by injector = 5.97557e-10
Number of parcels added continuously = 1279
Mass introduced continuously = 1.11159e-12
Current number of parcels = 4444188
Current mass in system = 4.89478e-09
Number of parcels shifted at least once = 4843
Number of parcel shifts towards cell center = 4849
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0051969, Final user-defined norm residual = 6.85141e-05
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.47691e-05, Final user-defined norm residual = 4.96296e-08
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 1.06984e-08, Final user-defined norm residual = 3.48781e-13
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000453552, Final residual = 3.41987e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000318204, Final residual = 1.14594e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0449659, Final residual = 1.15873e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0456838, Final residual = 9.98404e-07, No Iterations 256
time step continuity errors : sum local = 1.26119e-10, global = 4.22218e-20, cumulative = -1.8238e-18
DICPCG: Solving for p, Initial residual = 0.00517797, Final residual = 9.52866e-07, No Iterations 104
time step continuity errors : sum local = 1.2412e-10, global = -1.47158e-20, cumulative = -1.83851e-18
BiCGStab: Solving for omega, Initial residual = 0.000384876, Final residual = 3.41806e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000603825, Final residual = 5.78473e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.42946e-05, Final residual = 4.37861e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.36841e-06, Final residual = 3.43384e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.00421987, Final residual = 3.15552e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00810883, Final residual = 9.38683e-07, No Iterations 132
time step continuity errors : sum local = 1.22359e-10, global = -2.58113e-20, cumulative = -1.86432e-18
DICPCG: Solving for p, Initial residual = 0.00140855, Final residual = 9.48191e-07, No Iterations 68
time step continuity errors : sum local = 1.23054e-10, global = 4.82106e-20, cumulative = -1.81611e-18
BiCGStab: Solving for omega, Initial residual = 1.78561e-05, Final residual = 1.68851e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.4337e-06, Final residual = 8.4337e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.2909e-06, Final residual = 3.34412e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.18847e-06, Final residual = 2.70699e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000645619, Final residual = 1.88096e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00114161, Final residual = 9.77909e-07, No Iterations 43
time step continuity errors : sum local = 1.26688e-10, global = -6.65834e-21, cumulative = -1.82277e-18
DICPCG: Solving for p, Initial residual = 0.000179376, Final residual = 9.61812e-07, No Iterations 23
time step continuity errors : sum local = 1.24663e-10, global = 1.20815e-19, cumulative = -1.70196e-18
BiCGStab: Solving for omega, Initial residual = 8.48827e-06, Final residual = 8.48827e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.49654e-06, Final residual = 8.49654e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 4.88194e-07, Final residual = 4.05474e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 2.59586e-07, Final residual = 2.55704e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000120535, Final residual = 3.10553e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000246053, Final residual = 9.12863e-07, No Iterations 8
time step continuity errors : sum local = 1.18458e-10, global = 8.91407e-20, cumulative = -1.61282e-18
DICPCG: Solving for p, Initial residual = 4.1506e-05, Final residual = 7.28167e-07, No Iterations 5
time step continuity errors : sum local = 9.50488e-11, global = 4.8294e-21, cumulative = -1.60799e-18
BiCGStab: Solving for omega, Initial residual = 8.53021e-06, Final residual = 8.53021e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.50666e-06, Final residual = 8.50666e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.28246e-07, Final residual = 6.95952e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 6.92191e-08, Final residual = 4.27349e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.66728e-05, Final residual = 5.20394e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 6.27305e-05, Final residual = 7.99483e-07, No Iterations 5
time step continuity errors : sum local = 1.04087e-10, global = 9.70388e-20, cumulative = -1.51095e-18
DICPCG: Solving for p, Initial residual = 1.11036e-05, Final residual = 6.72576e-07, No Iterations 3
time step continuity errors : sum local = 8.80022e-11, global = 3.07201e-20, cumulative = -1.48023e-18
BiCGStab: Solving for omega, Initial residual = 8.53151e-06, Final residual = 8.53151e-06, No Iterations 0
BiCGStab: Solving for k, Initial residual = 8.50859e-06, Final residual = 8.50859e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 13240.4 s ClockTime = 13241 s Max(PAc) = 153817 Pa
Courant Number mean: 0.0620733 max: 0.967136 velocity magnitude: 1.25581
deltaT = 0.000486849
Time = 1.77757
--> Cloud: bubbleCloud
Added 199 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 656164
Mass introduced by injector = 5.97728e-10
Number of parcels added continuously = 1148
Mass introduced continuously = 1.10914e-12
Current number of parcels = 4444972
Current mass in system = 4.89547e-09
Number of parcels shifted at least once = 4716
Number of parcel shifts towards cell center = 4721
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.00607651, Final user-defined norm residual = 0.000116591
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.51181e-05, Final user-defined norm residual = 1.70305e-07
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 3.6691e-08, Final user-defined norm residual = 1.73687e-12
NewtonRaphsonSolver: solution converged in 3 iteration(s)
PIMPLE: iteration 1
BiCGStab: Solving for Ux, Initial residual = 0.000448965, Final residual = 3.59377e-11, No Iterations 2
BiCGStab: Solving for Uy, Initial residual = 0.000316073, Final residual = 1.17619e-11, No Iterations 2
BiCGStab: Solving for Uz, Initial residual = 0.0454697, Final residual = 1.38793e-09, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.0437493, Final residual = 9.05817e-07, No Iterations 258
time step continuity errors : sum local = 1.14518e-10, global = -3.845e-20, cumulative = -1.51868e-18
DICPCG: Solving for p, Initial residual = 0.00464348, Final residual = 9.89929e-07, No Iterations 108
time step continuity errors : sum local = 1.32442e-10, global = -4.07027e-20, cumulative = -1.55938e-18
BiCGStab: Solving for omega, Initial residual = 0.000378389, Final residual = 3.57732e-08, No Iterations 1
BiCGStab: Solving for k, Initial residual = 0.000603749, Final residual = 5.68623e-08, No Iterations 1
PIMPLE: iteration 2
BiCGStab: Solving for Ux, Initial residual = 1.43272e-05, Final residual = 4.75259e-10, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 8.74838e-06, Final residual = 3.63042e-10, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.0044005, Final residual = 3.52167e-11, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00816005, Final residual = 9.53777e-07, No Iterations 119
time step continuity errors : sum local = 1.28305e-10, global = -7.16786e-20, cumulative = -1.63106e-18
DICPCG: Solving for p, Initial residual = 0.00142637, Final residual = 9.38629e-07, No Iterations 91
time step continuity errors : sum local = 1.26885e-10, global = -9.85938e-20, cumulative = -1.72965e-18
BiCGStab: Solving for omega, Initial residual = 1.90542e-05, Final residual = 2.18363e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.42789e-06, Final residual = 8.42789e-06, No Iterations 0
PIMPLE: iteration 3
BiCGStab: Solving for Ux, Initial residual = 2.39104e-06, Final residual = 3.24432e-11, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 1.43223e-06, Final residual = 2.91901e-11, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000676613, Final residual = 2.09593e-12, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.00130572, Final residual = 9.15416e-07, No Iterations 57
time step continuity errors : sum local = 1.24136e-10, global = -4.70405e-20, cumulative = -1.77669e-18
DICPCG: Solving for p, Initial residual = 0.000207887, Final residual = 9.87381e-07, No Iterations 13
time step continuity errors : sum local = 1.3322e-10, global = 3.81744e-20, cumulative = -1.73852e-18
BiCGStab: Solving for omega, Initial residual = 1.08379e-05, Final residual = 1.53255e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.47494e-06, Final residual = 8.47494e-06, No Iterations 0
PIMPLE: iteration 4
BiCGStab: Solving for Ux, Initial residual = 5.58287e-07, Final residual = 5.65901e-12, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 3.46861e-07, Final residual = 3.5287e-12, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 0.000135031, Final residual = 2.97169e-09, No Iterations 1
DICPCG: Solving for p, Initial residual = 0.000307757, Final residual = 9.7105e-07, No Iterations 10
time step continuity errors : sum local = 1.31163e-10, global = 4.49396e-21, cumulative = -1.73402e-18
DICPCG: Solving for p, Initial residual = 5.25278e-05, Final residual = 8.94111e-07, No Iterations 5
time step continuity errors : sum local = 1.21435e-10, global = -4.4183e-20, cumulative = -1.77821e-18
BiCGStab: Solving for omega, Initial residual = 1.00494e-05, Final residual = 1.52921e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.48153e-06, Final residual = 8.48153e-06, No Iterations 0
PIMPLE: iteration 5
BiCGStab: Solving for Ux, Initial residual = 1.40266e-07, Final residual = 8.40724e-13, No Iterations 1
BiCGStab: Solving for Uy, Initial residual = 9.26692e-08, Final residual = 4.99749e-13, No Iterations 1
BiCGStab: Solving for Uz, Initial residual = 2.95694e-05, Final residual = 4.94194e-10, No Iterations 1
DICPCG: Solving for p, Initial residual = 8.19644e-05, Final residual = 7.30831e-07, No Iterations 5
time step continuity errors : sum local = 1.008e-10, global = 2.80581e-20, cumulative = -1.75015e-18
DICPCG: Solving for p, Initial residual = 1.41621e-05, Final residual = 6.93749e-07, No Iterations 3
time step continuity errors : sum local = 9.6113e-11, global = -2.51316e-21, cumulative = -1.75266e-18
BiCGStab: Solving for omega, Initial residual = 1.00263e-05, Final residual = 1.59372e-09, No Iterations 1
BiCGStab: Solving for k, Initial residual = 8.48125e-06, Final residual = 8.48125e-06, No Iterations 0
PIMPLE: not converged within 5 iterations
ExecutionTime = 13260.9 s ClockTime = 13262 s Max(PAc) = 154539 Pa
Courant Number mean: 0.0620806 max: 0.967028 velocity magnitude: 1.25586
deltaT = 0.000486849
Time = 1.77805
--> Cloud: bubbleCloud
Added 137 new parcels
Cloud: bubbleCloud
Number of parcels added by injector = 656301
Mass introduced by injector = 5.97851e-10
Number of parcels added continuously = 1184
Mass introduced continuously = 1.08871e-12
Current number of parcels = 4445772
Current mass in system = 4.89621e-09
Number of parcels shifted at least once = 4591
Number of parcel shifts towards cell center = 4600
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 0.0056262, Final user-defined norm residual = 0.000115667
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Both matrices are symmetric: inserting only upper triangle
Inner iterations = 1, Damping = 1, Initial normalized L1 residual = 2.49242e-05, Final user-defined norm residual = 3.92723e-07