Run: rm -fr run/* Run: cp -r sim_2.3.0_1/system run Run: cp -r sim_2.3.0_1/constant run Run: cp -r sim_2.3.0_1/initial run/ Run: cp -r sim_2.3.0_1/initial run/0 VwtProcess: Pre-processing STL file VwtProcess: Tidying up STL file Run: rm -f cases/183/object.stl Run: admesh --x-rotate=0.0 --y-rotate=0.0 --z-rotate=0.0 --scale=1.0 --vwt 0.02 cases/183/file.stl -a cases/183/object.stl ADMesh version 0.95, Copyright (C) 1995, 1996 Anthony D. Martin ADMesh comes with NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. Opening cases/183/file.stl Rotating about the x axis by 0.000000 degrees... Rotating about the y axis by 0.000000 degrees... Rotating about the z axis by 0.000000 degrees... Scaling by factor 1.000000... Appling BEAM VWT translations with height: 0.020000 Scaled by 1e-3 for Pro/Desktop STL file from mm to meters AreaX: 0.351069 Checking exact... Checking nearby. Tolerance= 0.000002 Iteration=1 of 2... Fixed 0 edges. Checking nearby. Tolerance= 0.000303 Iteration=2 of 2... Fixed 0 edges. Removing unconnected facets... Filling holes... Checking normal directions... Checking normal values... Calculating volume... Verifying neighbors... Writing ascii file cases/183/object.stl ================= Results produced by ADMesh version 0.95 ================ Input file : cases/183/file.stl File type : Binary STL file Header : MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH ============== Size ============== Min X = -1.400000, Max X = 1.400000 Min Y = -0.365000, Max Y = 0.365000 Min Z = 0.020000, Max Z = 0.852487 ========= Facet Status ========== Original ============ Final ==== Number of facets : 77320 77352 Facets with 1 disconnected edge : 32 0 Facets with 2 disconnected edges : 2 0 Facets with 3 disconnected edges : 0 0 Total disconnected facets : 34 0 === Processing Statistics === ===== Other Statistics ===== Number of parts : 17 Volume : 0.818169 Degenerate facets : 0 Edges fixed : 0 Facets removed : 0 Facets added : 32 Facets reversed : 30 Backwards edges : 0 Normals fixed : 40 Run: chmod 0666 cases/183/object.stl VwtProcess: Post-processing STL file VwtProcess: Configuring for VWT simulation Run: cp cases/183/object.stl run/object.stl Run: (cd run; surfaceConvert -clean object.stl object_clean.stl; mv object_clean.stl object.stl) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : surfaceConvert -clean object.stl object_clean.stl Date : Aug 08 2019 Time : 23:41:05 Host : "bds1.beamnet" PID : 5374 Case : /data/vwt/process/run nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Reading : "object.stl" Read surface: Triangles : 77352 Vertices : 38710 Bounding Box : (-1.4 -0.365 0.02) (1.4 0.365 0.852487) Cleaning up surface After cleaning up surface: Triangles : 77352 Vertices : 38710 Bounding Box : (-1.4 -0.365 0.02) (1.4 0.365 0.852487) Maintaining face ordering writing "object_clean.stl" End Run: sed -e 's/Aref.*;/Aref 0.351069;/' sim_2.3.0_1/controlDict > run/system/controlDict Run: rm -fr run/constant/polyMesh/* Run: cp sim_2.3.0_1/blockMeshDict-100k run/constant/polyMesh/blockMeshDict Run: cp sim_2.3.0_1/snappyHexMeshDict-1000k run/system/snappyHexMeshDict Run: (cd run; blockMesh) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : blockMesh Date : Aug 08 2019 Time : 23:41:08 Host : "bds1.beamnet" PID : 5385 Case : /data/vwt/process/run nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Creating block mesh from "/data/vwt/process/run/constant/polyMesh/blockMeshDict" No non-linear edges defined Creating topology blocks Creating topology patches Reading patches section Creating block mesh topology Reading physicalType from existing boundary file Default patch type set to empty Check topology Basic statistics Number of internal faces : 0 Number of boundary faces : 6 Number of defined boundary faces : 6 Number of undefined boundary faces : 0 Checking patch -> block consistency Creating block offsets Creating merge list . Creating polyMesh from blockMesh Creating patches Creating cells Creating points with scale 1 Block 0 cell size : i : 0.1 .. 0.1 j : 0.1 .. 0.1 k : 0.1 .. 0.1 Adding cell zones 0 windTunnel Writing cell zones as cellSets Writing polyMesh ---------------- Mesh Information ---------------- boundingBox: (-4 -2 0) (4 2 3) nPoints: 102951 nCells: 96000 nFaces: 294800 nInternalFaces: 281200 ---------------- Patches ---------------- patch 0 (start: 281200 size: 1200) name: inlet patch 1 (start: 282400 size: 1200) name: outlet patch 2 (start: 283600 size: 11200) name: channelWalls End Run: cp run/object.stl run/constant/triSurface/object.stl Run: (cd run; surfaceFeatureExtract) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : surfaceFeatureExtract Date : Aug 08 2019 Time : 23:41:09 Host : "bds1.beamnet" PID : 5391 Case : /data/vwt/process/run nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Reading surfaceFeatureExtractDict Surface : "object.stl" Feature line extraction is only valid on closed manifold surfaces. Statistics: Triangles : 77352 Vertices : 38710 Bounding Box : (-1.4 -0.365 0.02) (1.4 0.365 0.852487) Constructing feature set from included angle 150 Selecting edges purely based on geometric tests: no Initial feature set: feature points : 110 feature edges : 3505 of which region edges : 0 external edges : 3484 internal edges : 21 Final feature set: points : 3457 of which convex : 94 concave : 4 mixed : 12 non-feature : 3347 edges : 3505 of which external edges : 3488 internal edges : 17 flat edges : 0 open edges : 0 multiply connected : 0 Writing extendedFeatureEdgeMesh to "/data/vwt/process/run/constant/extendedFeatureEdgeMesh/object.extendedFeatureEdgeMesh" Writing extendedEdgeMesh components to "/data/vwt/process/run/constant/extendedFeatureEdgeMesh/object" Writing convex feature points to "/data/vwt/process/run/constant/extendedFeatureEdgeMesh/object_convexFeaturePts.obj" Writing concave feature points to "/data/vwt/process/run/constant/extendedFeatureEdgeMesh/object_concaveFeaturePts.obj" Writing mixed feature points to "/data/vwt/process/run/constant/extendedFeatureEdgeMesh/object_mixedFeaturePts.obj" Writing mixed feature point structure to "/data/vwt/process/run/constant/extendedFeatureEdgeMesh/object_mixedFeaturePtsStructure.obj" Writing external edges to "/data/vwt/process/run/constant/extendedFeatureEdgeMesh/object_externalEdges.obj" Writing internal edges to "/data/vwt/process/run/constant/extendedFeatureEdgeMesh/object_internalEdges.obj" Writing flat edges to "/data/vwt/process/run/constant/extendedFeatureEdgeMesh/object_flatEdges.obj" Writing open edges to "/data/vwt/process/run/constant/extendedFeatureEdgeMesh/object_openEdges.obj" Writing multiple edges to "/data/vwt/process/run/constant/extendedFeatureEdgeMesh/object_multipleEdges.obj" Writing region edges to "/data/vwt/process/run/constant/extendedFeatureEdgeMesh/object_regionEdges.obj" Writing edge directions to "/data/vwt/process/run/constant/extendedFeatureEdgeMesh/object_edgeDirections.obj" Writing featureEdgeMesh to "/data/vwt/process/run/constant/triSurface/object.eMesh" ExecutionTime = 0.71 s ClockTime = 1 s End Run: (cd run; decomposePar) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : decomposePar Date : Aug 08 2019 Time : 23:41:10 Host : "bds1.beamnet" PID : 5395 Case : /data/vwt/process/run nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Decomposing mesh region0 Create mesh Calculating distribution of cells Selecting decompositionMethod hierarchical Finished decomposition in 0.17 s Calculating original mesh data Distributing cells to processors Distributing faces to processors Distributing points to processors Constructing processor meshes Processor 0 Number of cells = 12000 Number of faces shared with processor 1 = 300 Number of faces shared with processor 2 = 600 Number of faces shared with processor 4 = 800 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 1 Number of cells = 12000 Number of faces shared with processor 0 = 300 Number of faces shared with processor 3 = 600 Number of faces shared with processor 5 = 800 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 2 Number of cells = 12000 Number of faces shared with processor 0 = 600 Number of faces shared with processor 3 = 300 Number of faces shared with processor 6 = 800 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 3 Number of cells = 12000 Number of faces shared with processor 1 = 600 Number of faces shared with processor 2 = 300 Number of faces shared with processor 7 = 800 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 4 Number of cells = 12000 Number of faces shared with processor 0 = 800 Number of faces shared with processor 5 = 300 Number of faces shared with processor 6 = 600 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 5 Number of cells = 12000 Number of faces shared with processor 1 = 800 Number of faces shared with processor 4 = 300 Number of faces shared with processor 7 = 600 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 6 Number of cells = 12000 Number of faces shared with processor 2 = 800 Number of faces shared with processor 4 = 600 Number of faces shared with processor 7 = 300 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 7 Number of cells = 12000 Number of faces shared with processor 3 = 800 Number of faces shared with processor 5 = 600 Number of faces shared with processor 6 = 300 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Number of processor faces = 6800 Max number of cells = 12000 (0% above average 12000) Max number of processor patches = 3 (0% above average 3) Max number of faces between processors = 1700 (0% above average 1700) Time = 0 Processor 0: field transfer Processor 1: field transfer Processor 2: field transfer Processor 3: field transfer Processor 4: field transfer Processor 5: field transfer Processor 6: field transfer Processor 7: field transfer End. Run: (cd run; mpirun --hostfile hosts -np 8 snappyHexMesh -parallel) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : snappyHexMesh -parallel Date : Aug 08 2019 Time : 23:41:12 Host : "bds1.beamnet" PID : 5400 Case : /data/vwt/process/run nProcs : 8 Slaves : 7 ( "bds1.beamnet.5401" "bds1.beamnet.5402" "bds1.beamnet.5403" "bds1.beamnet.5404" "bds1.beamnet.5405" "bds1.beamnet.5406" "bds1.beamnet.5407" ) Pstream initialized with: floatTransfer : 0 nProcsSimpleSum : 0 commsType : nonBlocking polling iterations : 0 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Create mesh for time = 0 Read mesh in = 0.06 s Overall mesh bounding box : (-4 -2 0) (4 2 3) Relative tolerance : 1e-06 Absolute matching distance : 9.433981e-06 Reading refinement surfaces. Read refinement surfaces in = 0.36 s Reading refinement shells. Read refinement shells in = 0 s Setting refinement level of surface to be consistent with shells. Checked shell refinement in = 0 s Reading features. Read edgeMesh object.eMesh points : 3457 edges : 3505 boundingBox : (-1.4 -0.365 0.02) (1.4 0.365 0.7202) Refinement level according to distance to "object.eMesh" (3457 points, 3505 edges). level 2 for all cells within 0 metre. Read features in = 0.02 s Determining initial surface intersections ----------------------------------------- Edge intersection testing: Number of edges : 294800 Number of edges to retest : 294800 Number of intersected edges : 958 Calculated surface intersections in = 0.38 s Initial mesh : cells:96000 faces:294800 points:102951 Cells per refinement level: 0 96000 Adding patches for surface regions ---------------------------------- Patch Type Region ----- ---- ------ car: 3 wall car Added patches in = 0.01 s Selecting decompositionMethod hierarchical Layer thickness specified as final layer and expansion ratio. Refinement phase ---------------- Found point (3.9 1.9 2.9) in cell 11158 on processor 7 Feature refinement iteration 0 ------------------------------ Marked for refinement due to explicit features : 66 cells. Determined cells to refine in = 0.27 s Selected for feature refinement : 66 cells (out of 96000) Edge intersection testing: Number of edges : 296546 Number of edges to retest : 2755 Number of intersected edges : 1475 Refined mesh in = 0.14 s After refinement feature refinement iteration 0 : cells:96462 faces:296546 points:103828 Cells per refinement level: 0 95934 1 528 Balanced mesh in = 0.29 s After balancing feature refinement iteration 0 : cells:96462 faces:296546 points:103828 Cells per refinement level: 0 95934 1 528 Feature refinement iteration 1 ------------------------------ Marked for refinement due to explicit features : 13 cells. Determined cells to refine in = 0.24 s Selected for feature refinement : 15 cells (out of 96462) Edge intersection testing: Number of edges : 296927 Number of edges to retest : 805 Number of intersected edges : 1601 Refined mesh in = 0.12 s After refinement feature refinement iteration 1 : cells:96567 faces:296927 points:104005 Cells per refinement level: 0 95922 1 621 2 24 Balanced mesh in = 0.33 s After balancing feature refinement iteration 1 : cells:96567 faces:296927 points:104005 Cells per refinement level: 0 95922 1 621 2 24 Feature refinement iteration 2 ------------------------------ Marked for refinement due to explicit features : 61 cells. Determined cells to refine in = 0.24 s Selected for feature refinement : 98 cells (out of 96567) Edge intersection testing: Number of edges : 299420 Number of edges to retest : 4019 Number of intersected edges : 2206 Refined mesh in = 0.13 s After refinement feature refinement iteration 2 : cells:97253 faces:299420 points:105170 Cells per refinement level: 0 95885 1 856 2 512 Balanced mesh in = 0.31 s After balancing feature refinement iteration 2 : cells:97253 faces:299420 points:105170 Cells per refinement level: 0 95885 1 856 2 512 Feature refinement iteration 3 ------------------------------ Marked for refinement due to explicit features : 4 cells. Determined cells to refine in = 0.24 s Selected for feature refinement : 6 cells (out of 97253) Edge intersection testing: Number of edges : 299555 Number of edges to retest : 388 Number of intersected edges : 2218 Refined mesh in = 0.12 s After refinement feature refinement iteration 3 : cells:97295 faces:299555 points:105221 Cells per refinement level: 0 95883 1 868 2 544 Balanced mesh in = 0.31 s After balancing feature refinement iteration 3 : cells:97295 faces:299555 points:105221 Cells per refinement level: 0 95883 1 868 2 544 Feature refinement iteration 4 ------------------------------ Marked for refinement due to explicit features : 14 cells. Determined cells to refine in = 0.24 s Selected for feature refinement : 26 cells (out of 97295) Edge intersection testing: Number of edges : 300206 Number of edges to retest : 1346 Number of intersected edges : 2379 Refined mesh in = 0.14 s After refinement feature refinement iteration 4 : cells:97477 faces:300206 points:105517 Cells per refinement level: 0 95870 1 959 2 648 Balanced mesh in = 0.29 s After balancing feature refinement iteration 4 : cells:97477 faces:300206 points:105517 Cells per refinement level: 0 95870 1 959 2 648 Feature refinement iteration 5 ------------------------------ Marked for refinement due to explicit features : 0 cells. Determined cells to refine in = 0.24 s Selected for feature refinement : 0 cells (out of 97477) Stopping refining since too few cells selected. Surface refinement iteration 0 ------------------------------ Marked for refinement due to surface intersection : 2229 cells. Marked for refinement due to curvature/regions : 0 cells. Determined cells to refine in = 0 s Selected for refinement : 2290 cells (out of 97477) Edge intersection testing: Number of edges : 352565 Number of edges to retest : 63298 Number of intersected edges : 9145 Refined mesh in = 0.19 s After refinement surface refinement iteration 0 : cells:113507 faces:352565 points:125957 Cells per refinement level: 0 94861 1 8328 2 5694 3 4624 Balanced mesh in = 0.42 s After balancing surface refinement iteration 0 : cells:113507 faces:352565 points:125957 Cells per refinement level: 0 94861 1 8328 2 5694 3 4624 Surface refinement iteration 1 ------------------------------ Marked for refinement due to surface intersection : 8258 cells. Marked for refinement due to curvature/regions : 924 cells. Determined cells to refine in = 0.04 s Selected for refinement : 9524 cells (out of 113507) Edge intersection testing: Number of edges : 567992 Number of edges to retest : 274551 Number of intersected edges : 32199 Refined mesh in = 0.39 s After refinement surface refinement iteration 1 : cells:180175 faces:567992 points:208309 Cells per refinement level: 0 94663 1 4939 2 42049 3 31132 4 7392 Balanced mesh in = 0.87 s After balancing surface refinement iteration 1 : cells:180175 faces:567992 points:208309 Cells per refinement level: 0 94663 1 4939 2 42049 3 31132 4 7392 Surface refinement iteration 2 ------------------------------ Marked for refinement due to surface intersection : 21597 cells. Marked for refinement due to curvature/regions : 2859 cells. Determined cells to refine in = 0.07 s Selected for refinement : 25488 cells (out of 180175) Edge intersection testing: Number of edges : 1143236 Number of edges to retest : 758704 Number of intersected edges : 87090 Refined mesh in = 0.95 s After refinement surface refinement iteration 2 : cells:358591 faces:1143236 points:426893 Cells per refinement level: 0 94566 1 4678 2 28850 3 200233 4 30264 Balanced mesh in = 2.15 s After balancing surface refinement iteration 2 : cells:358591 faces:1143236 points:426893 Cells per refinement level: 0 94566 1 4678 2 28850 3 200233 4 30264 Surface refinement iteration 3 ------------------------------ Marked for refinement due to surface intersection : 855 cells. Marked for refinement due to curvature/regions : 16007 cells. Determined cells to refine in = 0.13 s Selected for refinement : 17660 cells (out of 358591) Edge intersection testing: Number of edges : 1553387 Number of edges to retest : 592311 Number of intersected edges : 138800 Refined mesh in = 0.95 s After refinement surface refinement iteration 3 : cells:482211 faces:1553387 points:592123 Cells per refinement level: 0 94528 1 4811 2 28774 3 195778 4 158320 Balanced mesh in = 2.48 s After balancing surface refinement iteration 3 : cells:482211 faces:1553387 points:592123 Cells per refinement level: 0 94528 1 4811 2 28774 3 195778 4 158320 Surface refinement iteration 4 ------------------------------ Marked for refinement due to surface intersection : 37 cells. Marked for refinement due to curvature/regions : 1295 cells. Determined cells to refine in = 0.19 s Selected for refinement : 1611 cells (out of 482211) Edge intersection testing: Number of edges : 1590899 Number of edges to retest : 95264 Number of intersected edges : 142269 Refined mesh in = 0.87 s After refinement surface refinement iteration 4 : cells:493488 faces:1590899 points:607272 Cells per refinement level: 0 94524 1 4782 2 29011 3 196491 4 168680 Balanced mesh in = 2.51 s After balancing surface refinement iteration 4 : cells:493488 faces:1590899 points:607272 Cells per refinement level: 0 94524 1 4782 2 29011 3 196491 4 168680 Surface refinement iteration 5 ------------------------------ Marked for refinement due to surface intersection : 0 cells. Marked for refinement due to curvature/regions : 107 cells. Determined cells to refine in = 0.19 s Selected for refinement : 126 cells (out of 493488) Edge intersection testing: Number of edges : 1593776 Number of edges to retest : 10296 Number of intersected edges : 142390 Refined mesh in = 0.84 s After refinement surface refinement iteration 5 : cells:494370 faces:1593776 points:608369 Cells per refinement level: 0 94524 1 4782 2 28992 3 196536 4 169536 Balanced mesh in = 2.04 s After balancing surface refinement iteration 5 : cells:494370 faces:1593776 points:608369 Cells per refinement level: 0 94524 1 4782 2 28992 3 196536 4 169536 Surface refinement iteration 6 ------------------------------ Marked for refinement due to surface intersection : 0 cells. Marked for refinement due to curvature/regions : 38 cells. Determined cells to refine in = 0.21 s Selected for refinement : 40 cells (out of 494370) Stopping refining since too few cells selected. Removing mesh beyond surface intersections ------------------------------------------ Found point (3.9 1.9 2.9) in global region 0 out of 61 regions. Keeping all cells in region 0 containing point (3.9 1.9 2.9) Selected for keeping : 387470 cells. Edge intersection testing: Number of edges : 1318488 Number of edges to retest : 156362 Number of intersected edges : 142392 Shell refinement iteration 0 ---------------------------- Marked for refinement due to distance to explicit features : 0 cells. Marked for refinement due to refinement shells : 0 cells. Determined cells to refine in = 0.93 s Selected for internal refinement : 11758 cells (out of 387470) Edge intersection testing: Number of edges : 1577433 Number of edges to retest : 591580 Number of intersected edges : 149749 Refined mesh in = 0.9 s After refinement shell refinement iteration 0 : cells:469776 faces:1577433 points:634452 Cells per refinement level: 0 94512 1 3563 2 16523 3 144678 4 210500 Balanced mesh in = 2.3 s After balancing shell refinement iteration 0 : cells:469776 faces:1577433 points:634537 Cells per refinement level: 0 94512 1 3563 2 16523 3 144678 4 210500 Shell refinement iteration 1 ---------------------------- Marked for refinement due to distance to explicit features : 0 cells. Marked for refinement due to refinement shells : 0 cells. Determined cells to refine in = 0.15 s Selected for internal refinement : 0 cells (out of 469776) Stopping refining since too few cells selected. Dangling coarse cells refinement iteration 0 -------------------------------------------- Determined cells to refine in = 0.02 s Selected for refinement : 7 cells (out of 469776) Edge intersection testing: Number of edges : 1577538 Number of edges to retest : 955 Number of intersected edges : 149749 Refined mesh in = 0.75 s After refinement coarse cell refinement iteration 0 : cells:469825 faces:1577538 points:634551 Cells per refinement level: 0 94512 1 3563 2 16517 3 144725 4 210508 Balanced mesh in = 2.14 s After balancing coarse cell refinement iteration 0 : cells:469825 faces:1577538 points:634553 Cells per refinement level: 0 94512 1 3563 2 16517 3 144725 4 210508 Dangling coarse cells refinement iteration 1 -------------------------------------------- Determined cells to refine in = 0.09 s Selected for refinement : 0 cells (out of 469825) Stopping refining since too few cells selected. Dangling coarse cells refinement iteration 0 -------------------------------------------- Determined cells to refine in = 0.01 s Selected for refinement : 0 cells (out of 469825) Stopping refining since too few cells selected. Splitting mesh at surface intersections --------------------------------------- Introducing baffles for 149749 faces that are intersected by the surface. Edge intersection testing: Number of edges : 1727150 Number of edges to retest : 1019548 Number of intersected edges : 296224 Created baffles in = 0.78 s After introducing baffles : cells:469825 faces:1727150 points:637059 Cells per refinement level: 0 94512 1 3563 2 16517 3 144725 4 210508 Introducing baffles to block off problem cells ---------------------------------------------- markFacesOnProblemCells : marked 289018 additional internal faces to be converted into baffles. Analyzed problem cells in = 0.44 s Introducing baffles to delete problem cells. Edge intersection testing: Number of edges : 2016168 Number of edges to retest : 952046 Number of intersected edges : 296419 Created baffles in = 0.87 s After introducing baffles : cells:469825 faces:2016168 points:641815 Cells per refinement level: 0 94512 1 3563 2 16517 3 144725 4 210508 Remove unreachable sections of mesh ----------------------------------- Keeping all cells in region 0 containing point (3.9 1.9 2.9) Selected for keeping : 260584 cells. Edge intersection testing: Number of edges : 881642 Number of edges to retest : 0 Number of intersected edges : 79756 Split mesh in = 0.69 s After subsetting : cells:260584 faces:881642 points:363078 Cells per refinement level: 0 94512 1 3563 2 16361 3 89396 4 56752 Handling cells with snap problems --------------------------------- Introducing baffles for 79756 faces that are intersected by the surface. Edge intersection testing: Number of edges : 881642 Number of edges to retest : 285242 Number of intersected edges : 79756 Created baffles in = 0.38 s After introducing baffles : cells:260584 faces:881642 points:363078 Cells per refinement level: 0 94512 1 3563 2 16361 3 89396 4 56752 Introducing baffles to block off problem cells ---------------------------------------------- markFacesOnProblemCells : marked 0 additional internal faces to be converted into baffles. Analyzed problem cells in = 0.25 s Introducing baffles to delete problem cells. Edge intersection testing: Number of edges : 881642 Number of edges to retest : 0 Number of intersected edges : 79756 Created baffles in = 0.26 s After introducing baffles : cells:260584 faces:881642 points:363078 Cells per refinement level: 0 94512 1 3563 2 16361 3 89396 4 56752 Remove unreachable sections of mesh ----------------------------------- Keeping all cells in region 0 containing point (3.9 1.9 2.9) Selected for keeping : 260584 cells. Edge intersection testing: Number of edges : 881642 Number of edges to retest : 0 Number of intersected edges : 79756 Split mesh in = 0.38 s After subsetting : cells:260584 faces:881642 points:363078 Cells per refinement level: 0 94512 1 3563 2 16361 3 89396 4 56752 Merge free-standing baffles --------------------------- freeStandingBaffles : detected 70 free-standing baffles out of 315 freeStandingBaffles : detected 10 planar (within 30 degrees) free-standing baffles out of 70 Detected free-standing baffles : 10 Edge intersection testing: Number of edges : 881632 Number of edges to retest : 10 Number of intersected edges : 79746 Introducing baffles to block off problem cells ---------------------------------------------- markFacesOnProblemCells : marked 0 additional internal faces to be converted into baffles. Analyzed problem cells in = 0.66 s Introducing baffles to delete problem cells. Edge intersection testing: Number of edges : 881632 Number of edges to retest : 0 Number of intersected edges : 79746 Created baffles in = 0.26 s After introducing baffles : cells:260584 faces:881632 points:363078 Cells per refinement level: 0 94512 1 3563 2 16361 3 89396 4 56752 Merged free-standing baffles in = 0.05 s dupNonManifoldPoints : Found : 323 non-manifold points (out of 380669) Edge intersection testing: Number of edges : 881632 Number of edges to retest : 0 Number of intersected edges : 79746 Detected unsplittable baffles : 0 Merge refined boundary faces ---------------------------- Merging 1160 sets of faces. Edge intersection testing: Number of edges : 880168 Number of edges to retest : 10070 Number of intersected edges : 78292 Undo iteration 0 ---------------- Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Merging all points on surface that - are used by only two boundary faces and - make an angle with a cosine of more than 0.7071068. Removing 1035 straight edge points ... Edge intersection testing: Number of edges : 880168 Number of edges to retest : 8295 Number of intersected edges : 78292 Undo iteration 0 ---------------- Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Doing final balancing --------------------- Found 0 zoned faces to keep together. Found 0 separated coupled faces to keep together. Refined mesh : cells:260584 faces:880168 points:362217 Cells per refinement level: 0 94512 1 3563 2 16361 3 89396 4 56752 Writing mesh to time 1 Wrote mesh in = 3.07 s. Mesh refined in = 34.52 s. Morphing phase -------------- Constructing mesh displacer ... Using mesh parameters { maxNonOrtho 60; maxBoundarySkewness 20; maxInternalSkewness 4; maxConcave 80; minFlatness 0.8; minVol 1e-13; minTetQuality 1e-30; minArea -1; minTwist 0.02; minDeterminant 0.001; minFaceWeight 0.02; minVolRatio 0.01; minTriangleTwist -1; nSmoothScale 4; errorReduction 0.75; relaxed { minTwist -1; } } Checking initial mesh ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 0 illegal faces (concave, zero area or negative cell pyramid volume) Checked initial mesh in = 0.51 s Smoothing patch points ... Smoothing iteration 0 Found 82 non-mainfold point(s). Scaling iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Successfully moved mesh Smoothing iteration 1 Found 0 non-mainfold point(s). Scaling iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 4 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Scaling iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 4 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Scaling iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Scaling iteration 3 Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Successfully moved mesh Smoothing iteration 2 Found 0 non-mainfold point(s). Scaling iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 8 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Scaling iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 8 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Scaling iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 8 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Scaling iteration 3 Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 6 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Scaling iteration 4 Moving mesh using displacement scaling : min:0.3164062 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 4 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Scaling iteration 5 Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.2373047 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 4 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Scaling iteration 6 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Successfully moved mesh Patch points smoothed in = 2.81 s Morph iteration 0 ----------------- Calculating patchDisplacement as distance to nearest surface point ... Wanted displacement : average:0.001480705 min:0 max:0.006253085 Calculated surface displacement in = 0.03 s Detecting near surfaces ... Overriding nearest with intersection of close gaps at 3945 out of 84562 points. --> FOAM Warning : Displacement (5.551115e-17 -0.001064533 0.0001330667) at mesh point 12690 coord (-0.3 -0.289214 0.2876254) points through the surrounding patch faces Smoothing displacement ... Iteration 0 Iteration 10 Iteration 20 Displacement smoothed in = 0.48 s Moving mesh ... Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 36 faces with face-decomposition tet quality < 1e-30 : 117 faces with concavity > 80 degrees : 1 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 5 faces on cells with determinant < 0.001 : 0 Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 24 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 2 faces on cells with determinant < 0.001 : 0 Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 24 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Iteration 3 Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 18 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Iteration 4 Moving mesh using displacement scaling : min:0.3164062 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 16 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Iteration 5 Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.2373047 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 14 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Iteration 6 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Successfully moved mesh Moved mesh in = 1.49 s Repatching faces according to nearest surface ... Repatched 0 faces in = 0.07 s Edge intersection testing: Number of edges : 880168 Number of edges to retest : 434127 Number of intersected edges : 79071 Merging 10579 sets of faces. Edge intersection testing: Number of edges : 866747 Number of edges to retest : 43936 Number of intersected edges : 65682 Undo iteration 0 ---------------- Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 18 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Masters that need to be restored:20 Edge intersection testing: Number of edges : 866798 Number of edges to retest : 174 Number of intersected edges : 65733 Undo iteration 1 ---------------- Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Merging all points on surface that - are used by only two boundary faces and - make an angle with a cosine of more than 0.8660254. Removing 7902 straight edge points ... Edge intersection testing: Number of edges : 866798 Number of edges to retest : 39985 Number of intersected edges : 65741 Undo iteration 0 ---------------- Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Snapped mesh : cells:260584 faces:866798 points:351804 Cells per refinement level: 0 94512 1 3563 2 16361 3 89396 4 56752 Writing mesh to time 2 Wrote mesh in = 2.6 s. Mesh snapped in = 7.99 s. Shrinking and layer addition phase ---------------------------------- Using mesh parameters { maxNonOrtho 60; maxBoundarySkewness 20; maxInternalSkewness 4; maxConcave 80; minFlatness 0.8; minVol 1e-13; minTetQuality 1e-30; minArea -1; minTwist 0.02; minDeterminant 0.001; minFaceWeight 0.02; minVolRatio 0.01; minTriangleTwist -1; nSmoothScale 4; errorReduction 0.75; relaxed { minTwist -1; } } Merging all faces of a cell --------------------------- - which are on the same patch - which make an angle < 30 degrees (cos:0.8660254) - as long as the resulting face doesn't become concave by more than 90 degrees (0=straight, 180=fully concave) Merging 353 sets of faces. Edge intersection testing: Number of edges : 866305 Number of edges to retest : 2790 Number of intersected edges : 65256 Undo iteration 0 ---------------- Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 22 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Masters that need to be restored:24 Edge intersection testing: Number of edges : 866366 Number of edges to retest : 217 Number of intersected edges : 65317 Undo iteration 1 ---------------- Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Merging all points on surface that - are used by only two boundary faces and - make an angle with a cosine of more than 0.8660254. Removing 281 straight edge points ... Edge intersection testing: Number of edges : 866366 Number of edges to retest : 3113 Number of intersected edges : 65317 Undo iteration 0 ---------------- Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Checking mesh manifoldness ... Outside of mesh is multiply connected across edges or points. This is not a fatal error but might cause some unexpected behaviour. Checking initial mesh ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 0 illegal faces (concave, zero area or negative cell pyramid volume) Adding in total 0 inter-processor patches to handle extrusion of non-manifold processor boundaries. Handling points with inconsistent layer specification ... Handling non-manifold points ... Checking patch manifoldness ... Outside of local patch is multiply connected across edges or points at 0 points. Set displacement to zero for all 0 non-manifold points Handling feature edges ... Set displacement to zero for points on 2163 feature edges Handling cells with warped patch faces ... Set displacement to zero on 0 warped faces since layer would be > 0.5 of the size of the bounding box. Growing non-extrusion points by one layer ... Set displacement to zero for an additional 5486 points. patch faces layers avg thickness[m] near-wall overall ----- ----- ------ --------- ------- car 65639 3 0.00443 0.0122 Selecting externalDisplacementMeshMover displacementMedialAxis displacementMedialAxis : Calculating distance to Medial Axis ... displacementMedialAxis : Smoothing normals ... Iteration 0 residual 0.03327259 displacementMedialAxis : Inserting points on patch inlet if angle to nearest layer patch > 15 degrees. displacementMedialAxis : Inserting points on patch outlet if angle to nearest layer patch > 15 degrees. displacementMedialAxis : Inserting points on patch channelWalls if angle to nearest layer patch > 15 degrees. displacementMedialAxis : Smoothing normals in interior ... Iteration 0 residual 0.0517356 Layer addition iteration 0 -------------------------- Determining displacement for added points according to pointNormal ... Detected 9 points with point normal pointing through faces. Reset displacement at 9 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 4072 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 6212 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0002905947 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1493 faces with face pyramid volume < 1e-13 : 267 faces with face-decomposition tet quality < 1e-30 : 364 faces with concavity > 80 degrees : 1 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 7 faces with volume ratio of neighbour cells < 0.01 : 14 faces with face twist < 0.02 : 1 faces on cells with determinant < 0.001 : 4 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 606 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 126 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 200 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 90 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 6 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 22 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 84 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 2 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 89 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 91 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 1 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 187 faces with face pyramid volume < 1e-13 : 30 faces with face-decomposition tet quality < 1e-30 : 100 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 4 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 4 displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 12 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 3 faces due to stringed edges with inconsistent extrusion. truncateDisplacement : Unextruded 2 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 203 faces with face pyramid volume < 1e-13 : 26 faces with face-decomposition tet quality < 1e-30 : 267 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 10 faces with face twist < 0.02 : 4 faces on cells with determinant < 0.001 : 8 Detected 518 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 56093 out of 65639 faces (85.45682%). Removed extrusion at 200 faces. Added 142376 out of 196917 cells (72.30254%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 10399 points. Layer addition iteration 1 -------------------------- Determining displacement for added points according to pointNormal ... Detected 8 points with point normal pointing through faces. Reset displacement at 8 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 3511 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 1247 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0002581805 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 665 faces with face pyramid volume < 1e-13 : 150 faces with face-decomposition tet quality < 1e-30 : 200 faces with concavity > 80 degrees : 2 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 6 faces with volume ratio of neighbour cells < 0.01 : 6 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 244 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 59 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 66 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 37 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 28 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 8 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 23 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 19 faces with face pyramid volume < 1e-13 : 2 faces with face-decomposition tet quality < 1e-30 : 18 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 2 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 12 faces due to stringed edges with inconsistent extrusion. truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 30 faces with face pyramid volume < 1e-13 : 2 faces with face-decomposition tet quality < 1e-30 : 187 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 219 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 44419 out of 65639 faces (67.67166%). Removed extrusion at 172 faces. Added 112951 out of 196917 cells (57.3597%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 8030 points. Layer addition iteration 2 -------------------------- Determining displacement for added points according to pointNormal ... Detected 6 points with point normal pointing through faces. Reset displacement at 6 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 3149 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 675 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0002312067 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 320 faces with face pyramid volume < 1e-13 : 62 faces with face-decomposition tet quality < 1e-30 : 106 faces with concavity > 80 degrees : 2 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 4 faces with volume ratio of neighbour cells < 0.01 : 5 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 135 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 48 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 14 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 21 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 18 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 1 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 5 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 6 faces due to stringed edges with inconsistent extrusion. truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 15 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 155 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 3 Detected 173 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 35858 out of 65639 faces (54.62911%). Removed extrusion at 156 faces. Added 92006 out of 196917 cells (46.72324%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 5906 points. Layer addition iteration 3 -------------------------- Determining displacement for added points according to pointNormal ... Detected 5 points with point normal pointing through faces. Reset displacement at 5 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 2743 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 369 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0002087181 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 98 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 40 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 19 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 23 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 4 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 18 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 14 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 2 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 10 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 2 faces due to stringed edges with inconsistent extrusion. truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 11 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 72 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 83 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 29452 out of 65639 faces (44.86967%). Removed extrusion at 68 faces. Added 75769 out of 196917 cells (38.47763%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 4575 points. Layer addition iteration 4 -------------------------- Determining displacement for added points according to pointNormal ... Detected 5 points with point normal pointing through faces. Reset displacement at 5 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 2394 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 403 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001785102 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 26 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 14 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 9 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 10 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 10 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 8 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 2 faces due to stringed edges with inconsistent extrusion. truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 5 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 41 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 46 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 24270 out of 65639 faces (36.97497%). Removed extrusion at 45 faces. Added 63034 out of 196917 cells (32.01044%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 3523 points. Layer addition iteration 5 -------------------------- Determining displacement for added points according to pointNormal ... Detected 5 points with point normal pointing through faces. Reset displacement at 5 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 2005 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 177 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001566116 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 7 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 24 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 2 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 11 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 10 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 6 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 4 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 2 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 36 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 38 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 20354 out of 65639 faces (31.009%). Removed extrusion at 36 faces. Added 53243 out of 196917 cells (27.0383%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 2779 points. Layer addition iteration 6 -------------------------- Determining displacement for added points according to pointNormal ... Detected 5 points with point normal pointing through faces. Reset displacement at 5 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 1774 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 163 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001399335 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 13 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 17 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 12 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 7 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 4 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 2 faces due to stringed edges with inconsistent extrusion. truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 20 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 20 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 17356 out of 65639 faces (26.4416%). Removed extrusion at 18 faces. Added 45263 out of 196917 cells (22.98583%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 2411 points. Layer addition iteration 7 -------------------------- Determining displacement for added points according to pointNormal ... Detected 5 points with point normal pointing through faces. Reset displacement at 5 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 1456 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 63 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001291867 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 8 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 21 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 1 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 8 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 6 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 6 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 4 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 20 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 24 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 14857 out of 65639 faces (22.63441%). Removed extrusion at 24 faces. Added 38487 out of 196917 cells (19.54478%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 2164 points. Layer addition iteration 8 -------------------------- Determining displacement for added points according to pointNormal ... Detected 5 points with point normal pointing through faces. Reset displacement at 1 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 1254 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 73 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001114104 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 12 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 4 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 25 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 29 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 12549 out of 65639 faces (19.11821%). Removed extrusion at 29 faces. Added 32437 out of 196917 cells (16.47242%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1828 points. Layer addition iteration 9 -------------------------- Determining displacement for added points according to pointNormal ... Detected 1 points with point normal pointing through faces. Reset displacement at 1 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 1030 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 43 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001015374 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 7 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 9 faces with concavity > 80 degrees : 4 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 6 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 6 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 4 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 1 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 2 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 12 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 14 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 10612 out of 65639 faces (16.16722%). Removed extrusion at 13 faces. Added 27171 out of 196917 cells (13.7982%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1623 points. Layer addition iteration 10 -------------------------- Determining displacement for added points according to pointNormal ... Detected 1 points with point normal pointing through faces. Reset displacement at 1 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 924 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 37 displacementMedialAxis : Smoothing field ... Iteration 0 residual 8.485634e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 5 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 1 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 6 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 7 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 8896 out of 65639 faces (13.55292%). Removed extrusion at 7 faces. Added 22561 out of 196917 cells (11.45711%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1416 points. Layer addition iteration 11 -------------------------- Determining displacement for added points according to pointNormal ... Detected 1 points with point normal pointing through faces. Reset displacement at 1 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 746 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 34 displacementMedialAxis : Smoothing field ... Iteration 0 residual 7.870549e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 3 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 2 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 7438 out of 65639 faces (11.33168%). Removed extrusion at 2 faces. Added 18465 out of 196917 cells (9.377047%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1311 points. Layer addition iteration 12 -------------------------- Determining displacement for added points according to pointNormal ... Detected 1 points with point normal pointing through faces. Reset displacement at 1 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 653 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 52 displacementMedialAxis : Smoothing field ... Iteration 0 residual 6.664415e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 3 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 0 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 6063 out of 65639 faces (9.236887%). Removed extrusion at 0 faces. Added 14674 out of 196917 cells (7.451871%). Edge intersection testing: Number of edges : 910982 Number of edges to retest : 0 Number of intersected edges : 79991 Doing final balancing --------------------- patch faces layers overall thickness [m] [%] ----- ----- ------ --- --- car 65639 0.224 0.000993 5.78 Layer mesh : cells:275258 faces:910982 points:366735 Cells per refinement level: 0 94512 1 3563 2 16361 3 102278 4 58544 Writing mesh to time 3 Wrote mesh in = 37.1 s. Layers added in = 37.1 s. Checking final mesh ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Finished meshing without any errors Finished meshing in = 80.86 s. End Finalising parallel run Run: (cd run; reconstructParMesh -latestTime) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : reconstructParMesh -latestTime Date : Aug 08 2019 Time : 23:42:35 Host : "bds1.beamnet" PID : 5490 Case : /data/vwt/process/run nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time This is an experimental tool which tries to merge individual processor meshes back into one master mesh. Use it if the original master mesh has been deleted or if the processor meshes have been modified (topology change). This tool will write the resulting mesh to a new time step and construct xxxxProcAddressing files in the processor meshes so reconstructPar can be used to regenerate the fields on the master mesh. Not well tested & use at your own risk! Merge tolerance : 1e-07 Write tolerance : 1e-07 Doing geometric matching on correct procBoundaries only. This assumes a correct decomposition. Found 8 processor directories Reading database "run/processor0" Reading database "run/processor1" Reading database "run/processor2" Reading database "run/processor3" Reading database "run/processor4" Reading database "run/processor5" Reading database "run/processor6" Reading database "run/processor7" Time = 3 Reading points from "run/processor0" for time = 3 Reading points from "run/processor1" for time = 3 Reading points from "run/processor2" for time = 3 Reading points from "run/processor3" for time = 3 Reading points from "run/processor4" for time = 3 Reading points from "run/processor5" for time = 3 Reading points from "run/processor6" for time = 3 Reading points from "run/processor7" for time = 3 Overall mesh bounding box : (-4 -2 -3.635779e-17) (4 2 3) Relative tolerance : 1e-07 Absolute matching distance : 9.433981e-07 Constructing empty mesh to add to. Reading mesh to add from "run/processor0" for time = 3 Adding to master mesh Reading mesh to add from "run/processor1" for time = 3 Adding to master mesh Reading mesh to add from "run/processor2" for time = 3 Adding to master mesh Reading mesh to add from "run/processor3" for time = 3 Adding to master mesh Reading mesh to add from "run/processor4" for time = 3 Adding to master mesh Reading mesh to add from "run/processor5" for time = 3 Adding to master mesh Reading mesh to add from "run/processor6" for time = 3 Adding to master mesh Reading mesh to add from "run/processor7" for time = 3 Adding to master mesh mergeSharedPoints : detected 0 points that are to be merged. Writing merged mesh to "/data/vwt/process/run/3" Reconstructing the addressing from the processor meshes to the newly reconstructed mesh Reading processor 0 mesh from "run/processor0" Writing pointProcAddressing to "run/processor0/3/polyMesh" Writing faceProcAddressing to "run/processor0/3/polyMesh" Writing cellProcAddressing to "run/processor0/3/polyMesh" Writing boundaryProcAddressing to "run/processor0/3/polyMesh" Reading processor 1 mesh from "run/processor1" Writing pointProcAddressing to "run/processor1/3/polyMesh" Writing faceProcAddressing to "run/processor1/3/polyMesh" Writing cellProcAddressing to "run/processor1/3/polyMesh" Writing boundaryProcAddressing to "run/processor1/3/polyMesh" Reading processor 2 mesh from "run/processor2" Writing pointProcAddressing to "run/processor2/3/polyMesh" Writing faceProcAddressing to "run/processor2/3/polyMesh" Writing cellProcAddressing to "run/processor2/3/polyMesh" Writing boundaryProcAddressing to "run/processor2/3/polyMesh" Reading processor 3 mesh from "run/processor3" Writing pointProcAddressing to "run/processor3/3/polyMesh" Writing faceProcAddressing to "run/processor3/3/polyMesh" Writing cellProcAddressing to "run/processor3/3/polyMesh" Writing boundaryProcAddressing to "run/processor3/3/polyMesh" Reading processor 4 mesh from "run/processor4" Writing pointProcAddressing to "run/processor4/3/polyMesh" Writing faceProcAddressing to "run/processor4/3/polyMesh" Writing cellProcAddressing to "run/processor4/3/polyMesh" Writing boundaryProcAddressing to "run/processor4/3/polyMesh" Reading processor 5 mesh from "run/processor5" Writing pointProcAddressing to "run/processor5/3/polyMesh" Writing faceProcAddressing to "run/processor5/3/polyMesh" Writing cellProcAddressing to "run/processor5/3/polyMesh" Writing boundaryProcAddressing to "run/processor5/3/polyMesh" Reading processor 6 mesh from "run/processor6" Writing pointProcAddressing to "run/processor6/3/polyMesh" Writing faceProcAddressing to "run/processor6/3/polyMesh" Writing cellProcAddressing to "run/processor6/3/polyMesh" Writing boundaryProcAddressing to "run/processor6/3/polyMesh" Reading processor 7 mesh from "run/processor7" Writing pointProcAddressing to "run/processor7/3/polyMesh" Writing faceProcAddressing to "run/processor7/3/polyMesh" Writing cellProcAddressing to "run/processor7/3/polyMesh" Writing boundaryProcAddressing to "run/processor7/3/polyMesh" End. Run: cp -a run/3/polyMesh run/constant Run: rm -fr run/0/polyMesh run/[1-9]* Run: (cd run; checkMesh -allTopology -allGeometry) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : checkMesh -allTopology -allGeometry Date : Aug 08 2019 Time : 23:42:40 Host : "bds1.beamnet" PID : 5499 Case : /data/vwt/process/run nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Create polyMesh for time = 0 Enabling all (cell, face, edge, point) topology checks. Enabling all geometry checks. Time = 0 Mesh stats points: 366735 faces: 910982 internal faces: 828503 cells: 275258 faces per cell: 6.319471 boundary patches: 4 point zones: 0 face zones: 0 cell zones: 1 Overall number of cells of each type: hexahedra: 227498 prisms: 4974 wedges: 0 pyramids: 0 tet wedges: 147 tetrahedra: 0 polyhedra: 42639 Breakdown of polyhedra by number of faces: faces number of cells 4 2349 5 2768 6 10627 7 1204 8 340 9 18850 10 122 11 292 12 4841 13 10 14 83 15 1108 17 3 18 42 Checking topology... Boundary definition OK. Cell to face addressing OK. Point usage OK. Upper triangular ordering OK. Face vertices OK. Topological cell zip-up check OK. Face-face connectivity OK. Number of regions: 1 (OK). Checking patch topology for multiply connected surfaces... Patch Faces Points Surface topology Bounding box inlet 1200 1271 ok (non-closed singly connected) (-4 -2 0) (-4 2 3) outlet 1200 1271 ok (non-closed singly connected) (4 -2 0) (4 2 3) channelWalls 14440 14733 ok (non-closed singly connected) (-4 -2 -3.635779e-17) (4 2 3) car 65639 71855 ok (closed singly connected) (-1.4 -0.365 0.02) (1.4 0.365 0.8524745) Checking geometry... Overall domain bounding box (-4 -2 -3.635779e-17) (4 2 3) Mesh (non-empty, non-wedge) directions (1 1 1) Mesh (non-empty) directions (1 1 1) Boundary openness (4.9033e-17 -2.610938e-18 7.511128e-15) OK. Max cell openness = 3.454476e-16 OK. Max aspect ratio = 11.64088 OK. Minimum face area = 5.432133e-06. Maximum face area = 0.0104702. Face area magnitudes OK. Min volume = 1.697578e-08. Max volume = 0.001030696. Total volume = 95.39726. Cell volumes OK. Mesh non-orthogonality Max: 58.88368 average: 11.18226 Non-orthogonality check OK. Face pyramids OK. Max skewness = 3.498738 OK. Coupled point location match (average 0) OK. Face tets OK. Min/max edge length = 0.001043121 0.1075377 OK. *There are 3541 faces with concave angles between consecutive edges. Max concave angle = 75.77297 degrees. < run/system/controlDict Run: sed -e 's/flowVelocity.*;/flowVelocity (12.7777777778 0 0);/' sim_2.3.0_1/initialConditions > run/initial/initialConditions Run: (cd run; potentialFoam) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : potentialFoam Date : Aug 08 2019 Time : 23:42:50 Host : "bds1.beamnet" PID : 5515 Case : /data/vwt/process/run nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Create mesh for time = 0 Reading field p Reading field U No finite volume options present Calculating potential flow GAMG: Solving for p, Initial residual = 1, Final residual = 0.04041067, No Iterations 5 GAMG: Solving for p, Initial residual = 0.004531747, Final residual = 0.0004003417, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004901359, Final residual = 4.499466e-05, No Iterations 4 GAMG: Solving for p, Initial residual = 0.0001315862, Final residual = 1.085684e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 1.990919e-05, Final residual = 1.397152e-06, No Iterations 5 GAMG: Solving for p, Initial residual = 3.896759e-06, Final residual = 9.688897e-07, No Iterations 1 GAMG: Solving for p, Initial residual = 1.125056e-06, Final residual = 6.393505e-07, No Iterations 1 GAMG: Solving for p, Initial residual = 7.243513e-07, Final residual = 7.243513e-07, No Iterations 0 GAMG: Solving for p, Initial residual = 7.243513e-07, Final residual = 7.243513e-07, No Iterations 0 GAMG: Solving for p, Initial residual = 7.243513e-07, Final residual = 7.243513e-07, No Iterations 0 GAMG: Solving for p, Initial residual = 7.243513e-07, Final residual = 7.243513e-07, No Iterations 0 continuity error = 0.0001897378 Interpolated U error = 1.297643e-05 ExecutionTime = 3.32 s ClockTime = 3 s End Run: sed -e 's/Aref.*;/Aref 0.351069;/' sim_2.3.0_1/controlDict > run/system/controlDict Run: rm -fr run/processor* Run: (cd run; decomposePar) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : decomposePar Date : Aug 08 2019 Time : 23:42:53 Host : "bds1.beamnet" PID : 5524 Case : /data/vwt/process/run nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Decomposing mesh region0 Create mesh Calculating distribution of cells Selecting decompositionMethod hierarchical Finished decomposition in 0.36 s Calculating original mesh data Distributing cells to processors Distributing faces to processors Distributing points to processors Constructing processor meshes Processor 0 Number of cells = 34407 Number of faces shared with processor 1 = 488 Number of faces shared with processor 2 = 1290 Number of faces shared with processor 4 = 1902 Number of faces shared with processor 6 = 11 Number of processor patches = 4 Number of processor faces = 3691 Number of boundary faces = 12580 Processor 1 Number of cells = 34407 Number of faces shared with processor 0 = 488 Number of faces shared with processor 3 = 1003 Number of faces shared with processor 4 = 218 Number of faces shared with processor 5 = 3025 Number of processor patches = 4 Number of processor faces = 4734 Number of boundary faces = 14004 Processor 2 Number of cells = 34407 Number of faces shared with processor 0 = 1290 Number of faces shared with processor 3 = 451 Number of faces shared with processor 4 = 4 Number of faces shared with processor 6 = 1941 Number of processor patches = 4 Number of processor faces = 3686 Number of boundary faces = 12422 Processor 3 Number of cells = 34407 Number of faces shared with processor 1 = 1003 Number of faces shared with processor 2 = 451 Number of faces shared with processor 5 = 3 Number of faces shared with processor 6 = 221 Number of faces shared with processor 7 = 3017 Number of processor patches = 5 Number of processor faces = 4695 Number of boundary faces = 14069 Processor 4 Number of cells = 34407 Number of faces shared with processor 0 = 1902 Number of faces shared with processor 1 = 218 Number of faces shared with processor 2 = 4 Number of faces shared with processor 5 = 643 Number of faces shared with processor 6 = 1673 Number of processor patches = 5 Number of processor faces = 4440 Number of boundary faces = 7325 Processor 5 Number of cells = 34407 Number of faces shared with processor 1 = 3025 Number of faces shared with processor 3 = 3 Number of faces shared with processor 4 = 643 Number of faces shared with processor 7 = 1492 Number of processor patches = 4 Number of processor faces = 5163 Number of boundary faces = 7326 Processor 6 Number of cells = 34408 Number of faces shared with processor 0 = 11 Number of faces shared with processor 2 = 1941 Number of faces shared with processor 3 = 221 Number of faces shared with processor 4 = 1673 Number of faces shared with processor 7 = 644 Number of processor patches = 5 Number of processor faces = 4490 Number of boundary faces = 7404 Processor 7 Number of cells = 34408 Number of faces shared with processor 3 = 3017 Number of faces shared with processor 5 = 1492 Number of faces shared with processor 6 = 644 Number of processor patches = 3 Number of processor faces = 5153 Number of boundary faces = 7349 Number of processor faces = 18026 Max number of cells = 34408 (0.002179773% above average 34407.25) Max number of processor patches = 5 (17.64706% above average 4.25) Max number of faces between processors = 5163 (14.56785% above average 4506.5) Time = 0 Processor 0: field transfer Processor 1: field transfer Processor 2: field transfer Processor 3: field transfer Processor 4: field transfer Processor 5: field transfer Processor 6: field transfer Processor 7: field transfer End. Run: (cd run; mpirun --hostfile hosts -np 8 simpleFoam -parallel) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : simpleFoam -parallel Date : Aug 08 2019 Time : 23:42:57 Host : "bds1.beamnet" PID : 5530 Case : /data/vwt/process/run nProcs : 8 Slaves : 7 ( "bds1.beamnet.5531" "bds1.beamnet.5532" "bds1.beamnet.5533" "bds1.beamnet.5534" "bds1.beamnet.5535" "bds1.beamnet.5536" "bds1.beamnet.5537" ) Pstream initialized with: floatTransfer : 0 nProcsSimpleSum : 0 commsType : nonBlocking polling iterations : 0 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Create mesh for time = 0 Reading field p Reading field U Reading/calculating face flux field phi Selecting incompressible transport model Newtonian Selecting RAS turbulence model kOmegaSST kOmegaSSTCoeffs { Cmu 0.09; alphaK1 0.85034; alphaK2 1; alphaOmega1 0.5; alphaOmega2 0.85616; alphah 1; beta1 0.075; beta2 0.0828; betaStar 0.09; gamma1 0.5532; gamma2 0.4403; a1 0.31; c1 10; b1 1; F3 false; } No finite volume options present SIMPLE: no convergence criteria found. Calculations will run for 200 steps. Starting time loop forces forces: Not including porosity effects forceCoeffs forceCoeffs: Not including porosity effects Time = 1 smoothSolver: Solving for Ux, Initial residual = 0.03949043, Final residual = 0.00172982, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.06527228, Final residual = 0.002592334, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0428902, Final residual = 0.001972668, No Iterations 2 GAMG: Solving for p, Initial residual = 1, Final residual = 0.04674474, No Iterations 3 GAMG: Solving for p, Initial residual = 0.06088656, Final residual = 0.003211641, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007386641, Final residual = 0.0004235405, No Iterations 3 GAMG: Solving for p, Initial residual = 0.001613139, Final residual = 0.0001522433, No Iterations 2 time step continuity errors : sum local = 4.992145e-05, global = 2.007612e-06, cumulative = 2.007612e-06 smoothSolver: Solving for omega, Initial residual = 0.001932064, Final residual = 0.0001062679, No Iterations 2 smoothSolver: Solving for k, Initial residual = 1, Final residual = 0.03150656, No Iterations 2 ExecutionTime = 1.22 s ClockTime = 2 s forces forces output: sum of forces: pressure : (7.665882 -0.1218089 -8.538608) viscous : (1.549365 -0.0001841783 0.03018114) porous : (0 0 0) sum of moments: pressure : (0.08060489 -2.747896 -0.1921755) viscous : (7.716328e-05 0.4852773 8.156755e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2655045 Cl = -0.003514797 Cl(f) = -0.001757398 Cl(r) = -0.001757398 Time = 2 smoothSolver: Solving for Ux, Initial residual = 0.013391, Final residual = 0.0006286307, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.02266304, Final residual = 0.0009424153, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.01555048, Final residual = 0.0007052192, No Iterations 2 GAMG: Solving for p, Initial residual = 0.2375385, Final residual = 0.01322517, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0411582, Final residual = 0.002145748, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005025186, Final residual = 0.0002715911, No Iterations 3 GAMG: Solving for p, Initial residual = 0.001081226, Final residual = 9.834323e-05, No Iterations 2 time step continuity errors : sum local = 4.067589e-05, global = 2.406583e-06, cumulative = 4.414195e-06 smoothSolver: Solving for omega, Initial residual = 0.001206751, Final residual = 7.425272e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.1013459, Final residual = 0.002743256, No Iterations 2 ExecutionTime = 2 s ClockTime = 2 s forces forces output: sum of forces: pressure : (14.62763 -0.2513391 -15.62211) viscous : (1.581562 -0.0002013676 0.03337625) porous : (0 0 0) sum of moments: pressure : (0.1589161 -5.424124 -0.3667838) viscous : (8.219648e-05 0.4944703 5.437052e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4670103 Cl = -0.007247244 Cl(f) = -0.003623622 Cl(r) = -0.003623622 Time = 3 smoothSolver: Solving for Ux, Initial residual = 0.01455637, Final residual = 0.0005743656, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0250284, Final residual = 0.0009437376, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.01519557, Final residual = 0.0006400375, No Iterations 2 GAMG: Solving for p, Initial residual = 0.106417, Final residual = 0.005754785, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01838095, Final residual = 0.001289963, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003042138, Final residual = 0.0002991288, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006778013, Final residual = 4.384283e-05, No Iterations 3 time step continuity errors : sum local = 1.396094e-05, global = 1.018007e-06, cumulative = 5.432202e-06 smoothSolver: Solving for omega, Initial residual = 0.0009514024, Final residual = 6.204999e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.05011303, Final residual = 0.001421357, No Iterations 2 ExecutionTime = 2.78 s ClockTime = 3 s forces forces output: sum of forces: pressure : (13.49734 -0.3319052 -16.0412) viscous : (1.609173 -0.0001693113 0.03814156) porous : (0 0 0) sum of moments: pressure : (0.2028444 -6.321232 -0.4420143) viscous : (7.210557e-05 0.5024038 8.219309e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4352405 Cl = -0.009567546 Cl(f) = -0.004783773 Cl(r) = -0.004783773 Time = 4 smoothSolver: Solving for Ux, Initial residual = 0.01468543, Final residual = 0.0006035586, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.02638565, Final residual = 0.001062661, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.01483932, Final residual = 0.0006833278, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1100168, Final residual = 0.01068049, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03716161, Final residual = 0.00336605, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008132403, Final residual = 0.0004638689, No Iterations 3 GAMG: Solving for p, Initial residual = 0.001620929, Final residual = 9.300791e-05, No Iterations 3 time step continuity errors : sum local = 1.909151e-05, global = 1.167183e-06, cumulative = 6.599385e-06 smoothSolver: Solving for omega, Initial residual = 0.0008027715, Final residual = 5.431962e-05, No Iterations 2 bounding omega, min: -0.1573283 max: 7726.828 average: 248.6792 smoothSolver: Solving for k, Initial residual = 0.03262738, Final residual = 0.0009598255, No Iterations 2 ExecutionTime = 3.57 s ClockTime = 4 s forces forces output: sum of forces: pressure : (6.238257 -0.3758512 -11.80174) viscous : (1.633616 -0.0001217969 0.04302658) porous : (0 0 0) sum of moments: pressure : (0.2223676 -5.784095 -0.4624595) viscous : (4.216728e-05 0.5094857 0.0001083048) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2268 Cl = -0.01083232 Cl(f) = -0.005416162 Cl(r) = -0.005416162 Time = 5 smoothSolver: Solving for Ux, Initial residual = 0.006471853, Final residual = 0.000288369, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.01255938, Final residual = 0.0005685727, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00722997, Final residual = 0.0003580567, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1184805, Final residual = 0.005490837, No Iterations 3 GAMG: Solving for p, Initial residual = 0.04748277, Final residual = 0.002773555, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006825365, Final residual = 0.0004017277, No Iterations 3 GAMG: Solving for p, Initial residual = 0.001526004, Final residual = 0.0001458263, No Iterations 2 time step continuity errors : sum local = 2.350826e-05, global = -1.56116e-06, cumulative = 5.038225e-06 smoothSolver: Solving for omega, Initial residual = 0.0006987703, Final residual = 4.807133e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.02363295, Final residual = 0.0007133447, No Iterations 2 ExecutionTime = 4.37 s ClockTime = 5 s forces forces output: sum of forces: pressure : (0.2354407 -0.417315 -7.780481) viscous : (1.656531 -8.691802e-05 0.04637286) porous : (0 0 0) sum of moments: pressure : (0.2375174 -4.903175 -0.4885595) viscous : (9.599612e-06 0.5156929 0.0001185111) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.05451043 Cl = -0.01202595 Cl(f) = -0.006012975 Cl(r) = -0.006012975 Time = 6 smoothSolver: Solving for Ux, Initial residual = 0.005721708, Final residual = 0.0002578199, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.01083968, Final residual = 0.0004622754, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.006413512, Final residual = 0.0003160258, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1114248, Final residual = 0.007736901, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02729572, Final residual = 0.002293862, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005665888, Final residual = 0.0002694101, No Iterations 3 GAMG: Solving for p, Initial residual = 0.001187775, Final residual = 9.211712e-05, No Iterations 2 time step continuity errors : sum local = 1.666334e-05, global = -6.330691e-07, cumulative = 4.405156e-06 smoothSolver: Solving for omega, Initial residual = 0.0006091867, Final residual = 4.194373e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0181511, Final residual = 0.0005563147, No Iterations 2 ExecutionTime = 5.14 s ClockTime = 6 s forces forces output: sum of forces: pressure : (-0.1220359 -0.4691162 -6.626423) viscous : (1.680201 -3.20991e-05 0.04679822) porous : (0 0 0) sum of moments: pressure : (0.2589644 -4.568557 -0.5385455) viscous : (-2.163267e-05 0.5219139 0.0001332436) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.04489298 Cl = -0.01351684 Cl(f) = -0.006758419 Cl(r) = -0.006758419 Time = 7 smoothSolver: Solving for Ux, Initial residual = 0.006155782, Final residual = 0.0002715106, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.01286918, Final residual = 0.000538709, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.007208479, Final residual = 0.0003584046, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1133647, Final residual = 0.008494859, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02312674, Final residual = 0.002168623, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00461328, Final residual = 0.0002594886, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0008301247, Final residual = 5.034973e-05, No Iterations 3 time step continuity errors : sum local = 1.13135e-05, global = -3.137109e-07, cumulative = 4.091445e-06 smoothSolver: Solving for omega, Initial residual = 0.0005375986, Final residual = 3.692941e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.01460639, Final residual = 0.0004528438, No Iterations 2 ExecutionTime = 5.93 s ClockTime = 6 s forces forces output: sum of forces: pressure : (3.876504 -0.5225362 -7.964215) viscous : (1.70396 2.675568e-05 0.04696265) porous : (0 0 0) sum of moments: pressure : (0.2827882 -4.801337 -0.5994926) viscous : (-5.565421e-05 0.5283887 0.0001444508) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1607812 Cl = -0.01505425 Cl(f) = -0.007527125 Cl(r) = -0.007527125 Time = 8 smoothSolver: Solving for Ux, Initial residual = 0.004073455, Final residual = 0.0001986587, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00873881, Final residual = 0.0004040366, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005155667, Final residual = 0.0002722195, No Iterations 2 GAMG: Solving for p, Initial residual = 0.09877411, Final residual = 0.007768832, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02023464, Final residual = 0.001754852, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003898538, Final residual = 0.0001934586, No Iterations 3 GAMG: Solving for p, Initial residual = 0.000663045, Final residual = 3.820915e-05, No Iterations 3 time step continuity errors : sum local = 9.49353e-06, global = 6.741219e-07, cumulative = 4.765567e-06 smoothSolver: Solving for omega, Initial residual = 0.0004845735, Final residual = 3.293921e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.01216893, Final residual = 0.0003816998, No Iterations 2 ExecutionTime = 6.71 s ClockTime = 7 s forces forces output: sum of forces: pressure : (7.942121 -0.5628057 -9.736321) viscous : (1.726577 5.954409e-05 0.04777306) porous : (0 0 0) sum of moments: pressure : (0.3004476 -5.203407 -0.6530964) viscous : (-7.170671e-05 0.5347463 0.0001494597) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2785691 Cl = -0.01621353 Cl(f) = -0.008106763 Cl(r) = -0.008106763 Time = 9 smoothSolver: Solving for Ux, Initial residual = 0.003170961, Final residual = 0.0001621461, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.007477467, Final residual = 0.0003511523, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004455159, Final residual = 0.0002325916, No Iterations 2 GAMG: Solving for p, Initial residual = 0.07623432, Final residual = 0.004181492, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01286925, Final residual = 0.0009068821, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002220412, Final residual = 9.422231e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0004185905, Final residual = 3.186487e-05, No Iterations 2 time step continuity errors : sum local = 7.696727e-06, global = 3.848527e-07, cumulative = 5.15042e-06 smoothSolver: Solving for omega, Initial residual = 0.0004427253, Final residual = 2.981517e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.01038637, Final residual = 0.0003302021, No Iterations 2 ExecutionTime = 7.48 s ClockTime = 8 s forces forces output: sum of forces: pressure : (9.298827 -0.5954866 -10.65942) viscous : (1.747571 8.348851e-05 0.04905057) porous : (0 0 0) sum of moments: pressure : (0.3136383 -5.349556 -0.6930982) viscous : (-8.827169e-05 0.5407139 0.0001490617) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3182626 Cl = -0.01715442 Cl(f) = -0.00857721 Cl(r) = -0.00857721 Time = 10 smoothSolver: Solving for Ux, Initial residual = 0.003058726, Final residual = 0.0001463956, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.007839361, Final residual = 0.0003454868, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004388661, Final residual = 0.000221046, No Iterations 2 GAMG: Solving for p, Initial residual = 0.06448362, Final residual = 0.003519782, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01045847, Final residual = 0.0009244185, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002031159, Final residual = 0.0001062533, No Iterations 3 GAMG: Solving for p, Initial residual = 0.00036351, Final residual = 2.070676e-05, No Iterations 3 time step continuity errors : sum local = 4.622117e-06, global = 2.332685e-07, cumulative = 5.383688e-06 smoothSolver: Solving for omega, Initial residual = 0.0004098235, Final residual = 2.740227e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.009007874, Final residual = 0.0002902723, No Iterations 2 ExecutionTime = 8.28 s ClockTime = 9 s forces forces output: sum of forces: pressure : (8.111854 -0.6222012 -10.49635) viscous : (1.767376 0.0001242393 0.05039647) porous : (0 0 0) sum of moments: pressure : (0.3243227 -5.211887 -0.7231663) viscous : (-0.0001187408 0.5463135 0.0001558972) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2846348 Cl = -0.01792293 Cl(f) = -0.008961465 Cl(r) = -0.008961465 Time = 11 smoothSolver: Solving for Ux, Initial residual = 0.0023341, Final residual = 0.0001156529, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005978944, Final residual = 0.0002737482, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003532514, Final residual = 0.0001807652, No Iterations 2 GAMG: Solving for p, Initial residual = 0.05802582, Final residual = 0.003797415, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01079223, Final residual = 0.0009939136, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00225397, Final residual = 0.0001300066, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0004647116, Final residual = 2.506482e-05, No Iterations 3 time step continuity errors : sum local = 5.298632e-06, global = 3.713943e-07, cumulative = 5.755083e-06 smoothSolver: Solving for omega, Initial residual = 0.0003818643, Final residual = 2.535033e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00790643, Final residual = 0.0002579748, No Iterations 2 ExecutionTime = 9.07 s ClockTime = 10 s forces forces output: sum of forces: pressure : (6.362085 -0.6478431 -9.738232) viscous : (1.786137 0.000158548 0.05156869) porous : (0 0 0) sum of moments: pressure : (0.3352746 -4.966257 -0.7484231) viscous : (-0.0001427125 0.5515198 0.0001557953) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.234762 Cl = -0.01866072 Cl(f) = -0.009330362 Cl(r) = -0.009330362 Time = 12 smoothSolver: Solving for Ux, Initial residual = 0.001948431, Final residual = 0.0001011349, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004751609, Final residual = 0.0002442348, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003039128, Final residual = 0.0001674068, No Iterations 2 GAMG: Solving for p, Initial residual = 0.05164306, Final residual = 0.003033561, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009087187, Final residual = 0.0007093954, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001765158, Final residual = 9.708891e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0004060109, Final residual = 3.550036e-05, No Iterations 2 time step continuity errors : sum local = 7.534239e-06, global = 1.187373e-07, cumulative = 5.87382e-06 smoothSolver: Solving for omega, Initial residual = 0.0003582151, Final residual = 2.359916e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.007005748, Final residual = 0.0002311345, No Iterations 2 ExecutionTime = 9.85 s ClockTime = 10 s forces forces output: sum of forces: pressure : (5.659799 -0.6726312 -9.038266) viscous : (1.803894 0.000186522 0.05243539) porous : (0 0 0) sum of moments: pressure : (0.3472589 -4.80955 -0.7723865) viscous : (-0.0001625488 0.556319 0.0001499697) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2150397 Cl = -0.0193741 Cl(f) = -0.009687049 Cl(r) = -0.009687049 Time = 13 smoothSolver: Solving for Ux, Initial residual = 0.00191083, Final residual = 0.0001013804, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004857602, Final residual = 0.0002528875, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003070268, Final residual = 0.0001777, No Iterations 2 GAMG: Solving for p, Initial residual = 0.04748721, Final residual = 0.002580923, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008029488, Final residual = 0.0006695663, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001546681, Final residual = 0.0001056694, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0003740912, Final residual = 2.125395e-05, No Iterations 3 time step continuity errors : sum local = 4.67956e-06, global = 2.974532e-07, cumulative = 6.171273e-06 smoothSolver: Solving for omega, Initial residual = 0.0003361823, Final residual = 2.198912e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.006270385, Final residual = 0.000208901, No Iterations 2 ExecutionTime = 10.63 s ClockTime = 11 s forces forces output: sum of forces: pressure : (6.178482 -0.6976959 -8.678824) viscous : (1.820568 0.0002129337 0.05302859) porous : (0 0 0) sum of moments: pressure : (0.3597906 -4.810407 -0.7958307) viscous : (-0.0001849887 0.5607622 0.0001423045) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2304641 Cl = -0.02009549 Cl(f) = -0.01004774 Cl(r) = -0.01004774 Time = 14 smoothSolver: Solving for Ux, Initial residual = 0.001716742, Final residual = 9.923449e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004659151, Final residual = 0.0002479239, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002950174, Final residual = 0.000173561, No Iterations 2 GAMG: Solving for p, Initial residual = 0.04407758, Final residual = 0.002317074, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007604668, Final residual = 0.0006128847, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001397844, Final residual = 9.483797e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0003276957, Final residual = 1.898637e-05, No Iterations 3 time step continuity errors : sum local = 4.299065e-06, global = 2.502332e-07, cumulative = 6.421506e-06 smoothSolver: Solving for omega, Initial residual = 0.0003154904, Final residual = 2.047891e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.005660958, Final residual = 0.0001899667, No Iterations 2 ExecutionTime = 11.41 s ClockTime = 12 s forces forces output: sum of forces: pressure : (7.121624 -0.7209574 -8.651684) viscous : (1.836149 0.0002342713 0.05346061) porous : (0 0 0) sum of moments: pressure : (0.3707686 -4.899425 -0.817855) viscous : (-0.0002076293 0.5648811 0.0001367698) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2580863 Cl = -0.02076507 Cl(f) = -0.01038254 Cl(r) = -0.01038254 Time = 15 smoothSolver: Solving for Ux, Initial residual = 0.001536386, Final residual = 9.341793e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004519604, Final residual = 0.0002428943, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002854664, Final residual = 0.0001661535, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03991073, Final residual = 0.00170637, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006369439, Final residual = 0.0004230103, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001040314, Final residual = 6.432642e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0002415894, Final residual = 2.357975e-05, No Iterations 2 time step continuity errors : sum local = 5.365241e-06, global = 3.423339e-07, cumulative = 6.76384e-06 smoothSolver: Solving for omega, Initial residual = 0.0002964947, Final residual = 1.910393e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.005148701, Final residual = 0.000173909, No Iterations 2 ExecutionTime = 12.19 s ClockTime = 13 s forces forces output: sum of forces: pressure : (7.702324 -0.7405919 -8.70781) viscous : (1.850635 0.0002369747 0.05380396) porous : (0 0 0) sum of moments: pressure : (0.3786914 -4.966141 -0.8364229) viscous : (-0.0002219246 0.5686933 0.0001243465) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2752345 Cl = -0.02133069 Cl(f) = -0.01066535 Cl(r) = -0.01066535 Time = 16 smoothSolver: Solving for Ux, Initial residual = 0.001415848, Final residual = 8.517389e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004366219, Final residual = 0.0002353946, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002752042, Final residual = 0.0001587654, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03617798, Final residual = 0.001449722, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005325578, Final residual = 0.0003542625, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0008457566, Final residual = 5.159672e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0002016443, Final residual = 1.906449e-05, No Iterations 2 time step continuity errors : sum local = 4.290681e-06, global = 1.131076e-07, cumulative = 6.876948e-06 smoothSolver: Solving for omega, Initial residual = 0.0002792551, Final residual = 1.789726e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.004709138, Final residual = 0.0001601964, No Iterations 2 ExecutionTime = 12.97 s ClockTime = 14 s forces forces output: sum of forces: pressure : (7.709553 -0.7568162 -8.646896) viscous : (1.86411 0.0002275609 0.05411227) porous : (0 0 0) sum of moments: pressure : (0.3842897 -4.955618 -0.8507664) viscous : (-0.0002291033 0.5722253 0.0001077121) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.275831 Cl = -0.02179841 Cl(f) = -0.0108992 Cl(r) = -0.0108992 Time = 17 smoothSolver: Solving for Ux, Initial residual = 0.001280107, Final residual = 7.575928e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003914982, Final residual = 0.00021636, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002565382, Final residual = 0.0001487997, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03380838, Final residual = 0.001453801, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004920423, Final residual = 0.0003864761, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0008663823, Final residual = 5.646127e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0002159876, Final residual = 1.191578e-05, No Iterations 3 time step continuity errors : sum local = 2.659566e-06, global = 2.015604e-07, cumulative = 7.078508e-06 smoothSolver: Solving for omega, Initial residual = 0.0002633539, Final residual = 1.679972e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.004328877, Final residual = 0.0001482335, No Iterations 2 ExecutionTime = 13.78 s ClockTime = 14 s forces forces output: sum of forces: pressure : (7.396466 -0.7668334 -8.422194) viscous : (1.876725 0.0002436505 0.05439009) porous : (0 0 0) sum of moments: pressure : (0.3875336 -4.89747 -0.8617437) viscous : (-0.0002546594 0.5755246 0.0001107655) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.267174 Cl = -0.02208655 Cl(f) = -0.01104328 Cl(r) = -0.01104328 Time = 18 smoothSolver: Solving for Ux, Initial residual = 0.001158845, Final residual = 6.858324e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003507818, Final residual = 0.000200667, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002405606, Final residual = 0.0001413463, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0317873, Final residual = 0.001327612, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004521581, Final residual = 0.0003193547, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0007724555, Final residual = 4.840108e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0001979568, Final residual = 1.107316e-05, No Iterations 3 time step continuity errors : sum local = 2.475658e-06, global = 7.894437e-08, cumulative = 7.157452e-06 smoothSolver: Solving for omega, Initial residual = 0.000248524, Final residual = 1.578325e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.004003544, Final residual = 0.0001376619, No Iterations 2 ExecutionTime = 14.56 s ClockTime = 15 s forces forces output: sum of forces: pressure : (7.137528 -0.7697973 -8.157247) viscous : (1.888513 0.0002606076 0.05463027) porous : (0 0 0) sum of moments: pressure : (0.3889553 -4.834341 -0.869163) viscous : (-0.0002801977 0.5785932 0.0001200868) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2600532 Cl = -0.02217146 Cl(f) = -0.01108573 Cl(r) = -0.01108573 Time = 19 smoothSolver: Solving for Ux, Initial residual = 0.001089921, Final residual = 6.459617e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00339442, Final residual = 0.0002001491, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002346765, Final residual = 0.0001393992, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02974778, Final residual = 0.001154251, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004077487, Final residual = 0.0002670455, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006768463, Final residual = 4.487611e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0001739674, Final residual = 9.897659e-06, No Iterations 3 time step continuity errors : sum local = 2.230155e-06, global = 1.260126e-07, cumulative = 7.283465e-06 smoothSolver: Solving for omega, Initial residual = 0.0002350739, Final residual = 1.486333e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003713293, Final residual = 0.0001281575, No Iterations 2 ExecutionTime = 15.35 s ClockTime = 16 s forces forces output: sum of forces: pressure : (7.088064 -0.7722926 -7.948123) viscous : (1.899495 0.0002662676 0.05487447) porous : (0 0 0) sum of moments: pressure : (0.3910735 -4.797026 -0.8742992) viscous : (-0.0002983249 0.5814283 0.0001273142) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2589445 Cl = -0.02224319 Cl(f) = -0.01112159 Cl(r) = -0.01112159 Time = 20 smoothSolver: Solving for Ux, Initial residual = 0.001039949, Final residual = 6.335236e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003399029, Final residual = 0.0002007545, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002320261, Final residual = 0.0001384882, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0277119, Final residual = 0.001041141, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003766016, Final residual = 0.0002604148, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006310933, Final residual = 4.348999e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0001622553, Final residual = 9.197846e-06, No Iterations 3 time step continuity errors : sum local = 2.08901e-06, global = 4.096455e-08, cumulative = 7.32443e-06 smoothSolver: Solving for omega, Initial residual = 0.0002230126, Final residual = 1.404057e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003450457, Final residual = 0.000119608, No Iterations 2 ExecutionTime = 16.15 s ClockTime = 17 s forces forces output: sum of forces: pressure : (7.139248 -0.7782924 -7.805904) viscous : (1.909733 0.0002651984 0.05515707) porous : (0 0 0) sum of moments: pressure : (0.3951179 -4.806644 -0.8795538) viscous : (-0.0003128431 0.5840694 0.0001348362) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2607142 Cl = -0.02241608 Cl(f) = -0.01120804 Cl(r) = -0.01120804 Time = 21 smoothSolver: Solving for Ux, Initial residual = 0.0009887849, Final residual = 6.189517e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003392251, Final residual = 0.0001988753, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002292537, Final residual = 0.0001362866, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02610578, Final residual = 0.0009219918, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003523896, Final residual = 0.0002099067, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005402253, Final residual = 3.528127e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0001389875, Final residual = 1.341133e-05, No Iterations 2 time step continuity errors : sum local = 3.058371e-06, global = 7.847669e-08, cumulative = 7.402906e-06 smoothSolver: Solving for omega, Initial residual = 0.0002120371, Final residual = 1.330283e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003217683, Final residual = 0.0001119647, No Iterations 2 ExecutionTime = 16.93 s ClockTime = 18 s forces forces output: sum of forces: pressure : (7.131434 -0.7868335 -7.704454) viscous : (1.919259 0.0002680987 0.05548385) porous : (0 0 0) sum of moments: pressure : (0.4003343 -4.853143 -0.8843292) viscous : (-0.0003291573 0.5865246 0.0001494001) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2607635 Cl = -0.02266208 Cl(f) = -0.01133104 Cl(r) = -0.01133104 Time = 22 smoothSolver: Solving for Ux, Initial residual = 0.0009376155, Final residual = 5.905158e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003314994, Final residual = 0.0001951576, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002248518, Final residual = 0.0001340211, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02488787, Final residual = 0.000835087, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003350626, Final residual = 0.0001692027, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004653888, Final residual = 2.597295e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0001143972, Final residual = 9.953788e-06, No Iterations 2 time step continuity errors : sum local = 2.269225e-06, global = 6.046638e-08, cumulative = 7.463373e-06 smoothSolver: Solving for omega, Initial residual = 0.0002014185, Final residual = 1.258694e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003013734, Final residual = 0.0001050352, No Iterations 2 ExecutionTime = 17.7 s ClockTime = 19 s forces forces output: sum of forces: pressure : (7.003208 -0.796396 -7.624358) viscous : (1.928307 0.000275916 0.05584686) porous : (0 0 0) sum of moments: pressure : (0.4054194 -4.911926 -0.8876622) viscous : (-0.0003478904 0.5889304 0.0001666665) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2573298 Cl = -0.02293737 Cl(f) = -0.01146868 Cl(r) = -0.01146868 Time = 23 smoothSolver: Solving for Ux, Initial residual = 0.0008836217, Final residual = 5.520095e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003171829, Final residual = 0.0001906741, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002183307, Final residual = 0.0001318438, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02394977, Final residual = 0.0007474769, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003187194, Final residual = 0.0001515078, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004268745, Final residual = 4.256339e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001034684, Final residual = 6.945758e-06, No Iterations 3 time step continuity errors : sum local = 1.578711e-06, global = 8.610762e-08, cumulative = 7.54948e-06 smoothSolver: Solving for omega, Initial residual = 0.000191249, Final residual = 1.191149e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00282849, Final residual = 9.870697e-05, No Iterations 2 ExecutionTime = 18.47 s ClockTime = 19 s forces forces output: sum of forces: pressure : (6.820695 -0.8057871 -7.586939) viscous : (1.936822 0.0002815552 0.05623231) porous : (0 0 0) sum of moments: pressure : (0.4099262 -4.956292 -0.8886271) viscous : (-0.0003630655 0.5912283 0.0001846212) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2523167 Cl = -0.02320777 Cl(f) = -0.01160389 Cl(r) = -0.01160389 Time = 24 smoothSolver: Solving for Ux, Initial residual = 0.0008326752, Final residual = 5.147388e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003046204, Final residual = 0.0001860018, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002116809, Final residual = 0.0001304053, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02273781, Final residual = 0.0006329622, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002932717, Final residual = 0.0001199183, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003780633, Final residual = 3.17475e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.255715e-05, Final residual = 4.686424e-06, No Iterations 3 time step continuity errors : sum local = 1.061808e-06, global = 5.595535e-08, cumulative = 7.605436e-06 smoothSolver: Solving for omega, Initial residual = 0.0001818108, Final residual = 1.128465e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00265941, Final residual = 9.290395e-05, No Iterations 2 ExecutionTime = 19.26 s ClockTime = 20 s forces forces output: sum of forces: pressure : (6.675709 -0.8112337 -7.615326) viscous : (1.944787 0.0002942396 0.05663888) porous : (0 0 0) sum of moments: pressure : (0.4123148 -4.974372 -0.8879571) viscous : (-0.0003791194 0.5933862 0.0002052921) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2483689 Cl = -0.02336433 Cl(f) = -0.01168217 Cl(r) = -0.01168217 Time = 25 smoothSolver: Solving for Ux, Initial residual = 0.0007923203, Final residual = 4.861592e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0029734, Final residual = 0.0001827545, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002056508, Final residual = 0.0001291618, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02166594, Final residual = 0.0005626178, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002691336, Final residual = 9.440922e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003368982, Final residual = 2.136419e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.469341e-05, Final residual = 5.526025e-06, No Iterations 2 time step continuity errors : sum local = 1.249761e-06, global = 3.040225e-08, cumulative = 7.635838e-06 smoothSolver: Solving for omega, Initial residual = 0.0001730948, Final residual = 1.071583e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002506177, Final residual = 8.757785e-05, No Iterations 2 ExecutionTime = 20.01 s ClockTime = 21 s forces forces output: sum of forces: pressure : (6.596259 -0.8136193 -7.686588) viscous : (1.952189 0.0003085819 0.0570713) porous : (0 0 0) sum of moments: pressure : (0.4133344 -4.977917 -0.8870849) viscous : (-0.0003930778 0.5953865 0.0002297186) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2462931 Cl = -0.02343265 Cl(f) = -0.01171633 Cl(r) = -0.01171633 Time = 26 smoothSolver: Solving for Ux, Initial residual = 0.0007572874, Final residual = 4.665913e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002938473, Final residual = 0.0001808314, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00200921, Final residual = 0.0001276248, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02065462, Final residual = 0.0005307714, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002533704, Final residual = 9.302017e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003246444, Final residual = 2.238748e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.541728e-05, Final residual = 6.234227e-06, No Iterations 2 time step continuity errors : sum local = 1.410033e-06, global = 3.911671e-08, cumulative = 7.674955e-06 smoothSolver: Solving for omega, Initial residual = 0.0001650242, Final residual = 1.019318e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002367192, Final residual = 8.270923e-05, No Iterations 2 ExecutionTime = 20.78 s ClockTime = 22 s forces forces output: sum of forces: pressure : (6.54826 -0.8157899 -7.754983) viscous : (1.959027 0.0003292014 0.05752497) porous : (0 0 0) sum of moments: pressure : (0.4145505 -4.986276 -0.8865941) viscous : (-0.0004098557 0.5972264 0.00026089) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2451072 Cl = -0.02349459 Cl(f) = -0.0117473 Cl(r) = -0.0117473 Time = 27 smoothSolver: Solving for Ux, Initial residual = 0.0007255461, Final residual = 4.535634e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002909254, Final residual = 0.0001794803, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001971917, Final residual = 0.0001259668, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01983269, Final residual = 0.0005044508, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002417209, Final residual = 8.489574e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003096915, Final residual = 2.018702e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.395183e-05, Final residual = 5.798702e-06, No Iterations 2 time step continuity errors : sum local = 1.312828e-06, global = 2.123874e-08, cumulative = 7.696193e-06 smoothSolver: Solving for omega, Initial residual = 0.0001573137, Final residual = 9.704595e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002241321, Final residual = 7.83091e-05, No Iterations 2 ExecutionTime = 21.55 s ClockTime = 22 s forces forces output: sum of forces: pressure : (6.496815 -0.8173458 -7.811644) viscous : (1.965331 0.0003524803 0.0579955) porous : (0 0 0) sum of moments: pressure : (0.4156178 -5.005546 -0.8857969) viscous : (-0.0004270074 0.5989158 0.0002977618) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2438066 Cl = -0.02353875 Cl(f) = -0.01176938 Cl(r) = -0.01176938 Time = 28 smoothSolver: Solving for Ux, Initial residual = 0.0006949768, Final residual = 4.409361e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002854089, Final residual = 0.0001771133, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001923638, Final residual = 0.0001238071, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01894457, Final residual = 0.0004755629, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002306894, Final residual = 7.814531e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002949517, Final residual = 1.669507e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.959765e-05, Final residual = 4.606708e-06, No Iterations 2 time step continuity errors : sum local = 1.042809e-06, global = 1.690776e-08, cumulative = 7.713101e-06 smoothSolver: Solving for omega, Initial residual = 0.0001500588, Final residual = 9.244694e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002125644, Final residual = 7.424129e-05, No Iterations 2 ExecutionTime = 22.31 s ClockTime = 23 s forces forces output: sum of forces: pressure : (6.430066 -0.8169244 -7.860856) viscous : (1.971129 0.0003792051 0.05848351) porous : (0 0 0) sum of moments: pressure : (0.4153182 -5.030262 -0.8842731) viscous : (-0.0004442825 0.6004656 0.0003362532) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2420505 Cl = -0.02352584 Cl(f) = -0.01176292 Cl(r) = -0.01176292 Time = 29 smoothSolver: Solving for Ux, Initial residual = 0.0006675482, Final residual = 4.244395e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002785436, Final residual = 0.000173211, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001874685, Final residual = 0.0001210469, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01798425, Final residual = 0.0004472097, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002193291, Final residual = 7.651045e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002842227, Final residual = 1.555058e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.693795e-05, Final residual = 4.031274e-06, No Iterations 2 time step continuity errors : sum local = 9.117384e-07, global = 2.149472e-08, cumulative = 7.734596e-06 smoothSolver: Solving for omega, Initial residual = 0.0001431805, Final residual = 8.816494e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002018679, Final residual = 7.049323e-05, No Iterations 2 ExecutionTime = 23.08 s ClockTime = 24 s forces forces output: sum of forces: pressure : (6.357059 -0.8159675 -7.904308) viscous : (1.976439 0.0004092026 0.05897926) porous : (0 0 0) sum of moments: pressure : (0.4143258 -5.053333 -0.8818099) viscous : (-0.0004625392 0.601881 0.0003742503) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2401001 Cl = -0.02349741 Cl(f) = -0.0117487 Cl(r) = -0.0117487 Time = 30 smoothSolver: Solving for Ux, Initial residual = 0.0006413215, Final residual = 4.058127e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002715719, Final residual = 0.0001689443, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001825979, Final residual = 0.0001181987, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01714601, Final residual = 0.001700872, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002707242, Final residual = 0.0001406377, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000577589, Final residual = 2.680121e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.378734e-05, Final residual = 5.927968e-06, No Iterations 2 time step continuity errors : sum local = 1.339503e-06, global = 4.58397e-08, cumulative = 7.780436e-06 smoothSolver: Solving for omega, Initial residual = 0.0001365775, Final residual = 8.412584e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001920102, Final residual = 6.708036e-05, No Iterations 2 ExecutionTime = 23.84 s ClockTime = 26 s forces forces output: sum of forces: pressure : (6.291909 -0.8202718 -7.942236) viscous : (1.981297 0.0004482765 0.05948183) porous : (0 0 0) sum of moments: pressure : (0.415651 -5.07174 -0.8797129) viscous : (-0.0004857684 0.6031759 0.0004080108) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.238363 Cl = -0.0236203 Cl(f) = -0.01181015 Cl(r) = -0.01181015 Time = 31 smoothSolver: Solving for Ux, Initial residual = 0.0006170108, Final residual = 3.883481e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002663874, Final residual = 0.0001655836, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001779367, Final residual = 0.0001153532, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01652655, Final residual = 0.001568327, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00252515, Final residual = 0.0001277647, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005432637, Final residual = 2.388831e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.814897e-05, Final residual = 5.738915e-06, No Iterations 2 time step continuity errors : sum local = 1.296015e-06, global = 3.806723e-08, cumulative = 7.818503e-06 smoothSolver: Solving for omega, Initial residual = 0.0001303434, Final residual = 8.037871e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001828745, Final residual = 6.39686e-05, No Iterations 2 ExecutionTime = 24.6 s ClockTime = 26 s forces forces output: sum of forces: pressure : (6.241822 -0.8265712 -7.974317) viscous : (1.985709 0.00048767 0.0599982) porous : (0 0 0) sum of moments: pressure : (0.4179978 -5.085619 -0.8779178) viscous : (-0.0005089571 0.6043479 0.0004406201) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.237047 Cl = -0.02380065 Cl(f) = -0.01190033 Cl(r) = -0.01190033 Time = 32 smoothSolver: Solving for Ux, Initial residual = 0.0005943843, Final residual = 3.730541e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002625804, Final residual = 0.0001631365, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001737424, Final residual = 0.0001124889, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01585861, Final residual = 0.001463153, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002374532, Final residual = 0.0001252062, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00052222, Final residual = 2.416694e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.618162e-05, Final residual = 6.323186e-06, No Iterations 2 time step continuity errors : sum local = 1.427521e-06, global = 4.11137e-08, cumulative = 7.859616e-06 smoothSolver: Solving for omega, Initial residual = 0.000124416, Final residual = 7.685507e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00174409, Final residual = 6.107067e-05, No Iterations 2 ExecutionTime = 25.35 s ClockTime = 27 s forces forces output: sum of forces: pressure : (6.207183 -0.8302751 -8.000102) viscous : (1.9897 0.00052386 0.06052951) porous : (0 0 0) sum of moments: pressure : (0.4189997 -5.09577 -0.8756095) viscous : (-0.0005311348 0.6054075 0.0004721947) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.236164 Cl = -0.02390633 Cl(f) = -0.01195316 Cl(r) = -0.01195316 Time = 33 smoothSolver: Solving for Ux, Initial residual = 0.000573903, Final residual = 3.607311e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002590581, Final residual = 0.0001612676, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001695884, Final residual = 0.0001095333, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01524724, Final residual = 0.001388742, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002251154, Final residual = 0.0001246805, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005081236, Final residual = 2.568723e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.62767e-05, Final residual = 6.966329e-06, No Iterations 2 time step continuity errors : sum local = 1.572534e-06, global = 3.951427e-08, cumulative = 7.899131e-06 smoothSolver: Solving for omega, Initial residual = 0.0001188938, Final residual = 7.355794e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001665551, Final residual = 5.834769e-05, No Iterations 2 ExecutionTime = 26.11 s ClockTime = 28 s forces forces output: sum of forces: pressure : (6.182399 -0.8331666 -8.023293) viscous : (1.993273 0.0005505934 0.06108293) porous : (0 0 0) sum of moments: pressure : (0.4191585 -5.103523 -0.8717706) viscous : (-0.0005483329 0.6063474 0.0005028216) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2355529 Cl = -0.02398886 Cl(f) = -0.01199443 Cl(r) = -0.01199443 Time = 34 smoothSolver: Solving for Ux, Initial residual = 0.0005557395, Final residual = 3.504023e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002550496, Final residual = 0.0001592126, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001653342, Final residual = 0.0001065223, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0145408, Final residual = 0.001335843, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002147431, Final residual = 0.0001204559, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004924638, Final residual = 2.556918e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.516769e-05, Final residual = 7.259511e-06, No Iterations 2 time step continuity errors : sum local = 1.638501e-06, global = 4.609725e-08, cumulative = 7.945228e-06 smoothSolver: Solving for omega, Initial residual = 0.0001136771, Final residual = 7.031016e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00159232, Final residual = 5.579976e-05, No Iterations 2 ExecutionTime = 26.86 s ClockTime = 29 s forces forces output: sum of forces: pressure : (6.159976 -0.8367021 -8.044892) viscous : (1.996483 0.000572961 0.06165107) porous : (0 0 0) sum of moments: pressure : (0.4194702 -5.110735 -0.8677178) viscous : (-0.0005638275 0.6072009 0.0005378414) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2349993 Cl = -0.02409008 Cl(f) = -0.01204504 Cl(r) = -0.01204504 Time = 35 smoothSolver: Solving for Ux, Initial residual = 0.0005395588, Final residual = 3.406421e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002507438, Final residual = 0.0001570152, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001610956, Final residual = 0.0001035593, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0139732, Final residual = 0.001289444, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002067019, Final residual = 0.0001163076, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004798257, Final residual = 2.512637e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.405945e-05, Final residual = 7.433357e-06, No Iterations 2 time step continuity errors : sum local = 1.677645e-06, global = 3.727755e-08, cumulative = 7.982506e-06 smoothSolver: Solving for omega, Initial residual = 0.0001089151, Final residual = 6.729556e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001523846, Final residual = 5.345618e-05, No Iterations 2 ExecutionTime = 27.61 s ClockTime = 29 s forces forces output: sum of forces: pressure : (6.134721 -0.8408512 -8.063976) viscous : (1.999343 0.0005864271 0.06223245) porous : (0 0 0) sum of moments: pressure : (0.42031 -5.119132 -0.8651195) viscous : (-0.0005755529 0.6079631 0.0005719803) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2343541 Cl = -0.02420924 Cl(f) = -0.01210462 Cl(r) = -0.01210462 Time = 36 smoothSolver: Solving for Ux, Initial residual = 0.0005238584, Final residual = 3.309761e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002465737, Final residual = 0.0001545995, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001572579, Final residual = 0.0001006736, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01351033, Final residual = 0.001242708, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002003256, Final residual = 0.0001125306, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004691366, Final residual = 2.557833e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.375934e-05, Final residual = 7.84648e-06, No Iterations 2 time step continuity errors : sum local = 1.770692e-06, global = 4.477756e-08, cumulative = 8.027283e-06 smoothSolver: Solving for omega, Initial residual = 0.0001044321, Final residual = 6.444213e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001459811, Final residual = 5.1262e-05, No Iterations 2 ExecutionTime = 28.36 s ClockTime = 30 s forces forces output: sum of forces: pressure : (6.10527 -0.8455859 -8.079573) viscous : (2.001872 0.0005891997 0.06282067) porous : (0 0 0) sum of moments: pressure : (0.4218306 -5.129522 -0.8640141) viscous : (-0.0005822421 0.6086386 0.0006053531) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2335784 Cl = -0.02434557 Cl(f) = -0.01217279 Cl(r) = -0.01217279 Time = 37 smoothSolver: Solving for Ux, Initial residual = 0.0005095073, Final residual = 3.222239e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002429797, Final residual = 0.0001524227, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001537046, Final residual = 9.804406e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01308253, Final residual = 0.001200008, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001945016, Final residual = 0.000106548, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004541223, Final residual = 2.55062e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.221839e-05, Final residual = 8.008139e-06, No Iterations 2 time step continuity errors : sum local = 1.806934e-06, global = 4.562873e-08, cumulative = 8.072912e-06 smoothSolver: Solving for omega, Initial residual = 0.0001002493, Final residual = 6.173435e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001399831, Final residual = 4.919982e-05, No Iterations 2 ExecutionTime = 29.11 s ClockTime = 31 s forces forces output: sum of forces: pressure : (6.07422 -0.8519114 -8.091285) viscous : (2.004101 0.0005860566 0.06341282) porous : (0 0 0) sum of moments: pressure : (0.4244151 -5.141443 -0.8637164) viscous : (-0.0005855945 0.6092385 0.0006371707) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2327481 Cl = -0.02452791 Cl(f) = -0.01226395 Cl(r) = -0.01226395 Time = 38 smoothSolver: Solving for Ux, Initial residual = 0.0004961224, Final residual = 3.139997e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002395926, Final residual = 0.0001502152, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001506168, Final residual = 9.572675e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01270462, Final residual = 0.001167079, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001895001, Final residual = 0.0001015842, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004389493, Final residual = 2.473922e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.981162e-05, Final residual = 7.705147e-06, No Iterations 2 time step continuity errors : sum local = 1.738218e-06, global = 3.941313e-08, cumulative = 8.112325e-06 smoothSolver: Solving for omega, Initial residual = 9.628743e-05, Final residual = 5.917091e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001343795, Final residual = 4.7274e-05, No Iterations 2 ExecutionTime = 29.86 s ClockTime = 32 s forces forces output: sum of forces: pressure : (6.043484 -0.8616324 -8.099999) viscous : (2.00605 0.000584883 0.06400797) porous : (0 0 0) sum of moments: pressure : (0.428495 -5.153944 -0.8642106) viscous : (-0.0005890916 0.6097683 0.0006692281) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2319187 Cl = -0.02480802 Cl(f) = -0.01240401 Cl(r) = -0.01240401 Time = 39 smoothSolver: Solving for Ux, Initial residual = 0.0004837707, Final residual = 3.06303e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002359908, Final residual = 0.0001482505, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001478349, Final residual = 9.371759e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01248031, Final residual = 0.001141611, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00185722, Final residual = 0.0001013344, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004280999, Final residual = 2.407038e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.786156e-05, Final residual = 7.197645e-06, No Iterations 2 time step continuity errors : sum local = 1.623164e-06, global = 3.751767e-08, cumulative = 8.149843e-06 smoothSolver: Solving for omega, Initial residual = 9.250399e-05, Final residual = 5.672982e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001291379, Final residual = 4.546597e-05, No Iterations 2 ExecutionTime = 30.61 s ClockTime = 32 s forces forces output: sum of forces: pressure : (6.013319 -0.8741952 -8.108187) viscous : (2.007717 0.000586794 0.06460845) porous : (0 0 0) sum of moments: pressure : (0.4335937 -5.166098 -0.8656339) viscous : (-0.0005939613 0.6102184 0.0007008102) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2310976 Cl = -0.02516992 Cl(f) = -0.01258496 Cl(r) = -0.01258496 Time = 40 smoothSolver: Solving for Ux, Initial residual = 0.000472494, Final residual = 3.001604e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002321873, Final residual = 0.0001464382, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001452739, Final residual = 9.204536e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01235926, Final residual = 0.001125609, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001837997, Final residual = 0.0001016094, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004192263, Final residual = 2.351343e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.650289e-05, Final residual = 6.783513e-06, No Iterations 2 time step continuity errors : sum local = 1.529264e-06, global = 3.27041e-08, cumulative = 8.182547e-06 smoothSolver: Solving for omega, Initial residual = 8.891517e-05, Final residual = 5.438653e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001242119, Final residual = 4.373504e-05, No Iterations 2 ExecutionTime = 31.37 s ClockTime = 33 s forces forces output: sum of forces: pressure : (5.983601 -0.8878712 -8.117265) viscous : (2.009103 0.0005964828 0.06521578) porous : (0 0 0) sum of moments: pressure : (0.4390371 -5.177462 -0.8679331) viscous : (-0.0006031828 0.6105809 0.0007313606) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2302813 Cl = -0.02556366 Cl(f) = -0.01278183 Cl(r) = -0.01278183 Time = 41 smoothSolver: Solving for Ux, Initial residual = 0.000461807, Final residual = 2.947121e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002287913, Final residual = 0.0001445941, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001429437, Final residual = 9.054103e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01225639, Final residual = 0.001115428, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001819053, Final residual = 9.990938e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004081581, Final residual = 2.262441e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.468026e-05, Final residual = 6.435904e-06, No Iterations 2 time step continuity errors : sum local = 1.4505e-06, global = 2.966111e-08, cumulative = 8.212208e-06 smoothSolver: Solving for omega, Initial residual = 8.545844e-05, Final residual = 5.212292e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001195634, Final residual = 4.20648e-05, No Iterations 2 ExecutionTime = 32.16 s ClockTime = 34 s forces forces output: sum of forces: pressure : (5.955271 -0.9009729 -8.12713) viscous : (2.010217 0.0006100608 0.06583452) porous : (0 0 0) sum of moments: pressure : (0.4441599 -5.188176 -0.8704984) viscous : (-0.0006155673 0.6108546 0.0007561228) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2294972 Cl = -0.02594075 Cl(f) = -0.01297037 Cl(r) = -0.01297037 Time = 42 smoothSolver: Solving for Ux, Initial residual = 0.0004519384, Final residual = 2.895207e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002253457, Final residual = 0.0001427778, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001408098, Final residual = 8.910664e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01216099, Final residual = 0.001110878, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001802759, Final residual = 9.764846e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003984881, Final residual = 2.197212e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.319543e-05, Final residual = 6.498085e-06, No Iterations 2 time step continuity errors : sum local = 1.464331e-06, global = 3.642454e-08, cumulative = 8.248632e-06 smoothSolver: Solving for omega, Initial residual = 8.221668e-05, Final residual = 5.003509e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001151842, Final residual = 4.046001e-05, No Iterations 2 ExecutionTime = 32.92 s ClockTime = 35 s forces forces output: sum of forces: pressure : (5.929467 -0.911264 -8.13612) viscous : (2.011044 0.0006279158 0.06646627) porous : (0 0 0) sum of moments: pressure : (0.4481909 -5.19942 -0.8721797) viscous : (-0.0006314871 0.6110246 0.0007773686) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2287776 Cl = -0.02623674 Cl(f) = -0.01311837 Cl(r) = -0.01311837 Time = 43 smoothSolver: Solving for Ux, Initial residual = 0.0004426733, Final residual = 2.848245e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002222705, Final residual = 0.0001410586, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001387875, Final residual = 8.766853e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01203337, Final residual = 0.001103771, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001783315, Final residual = 9.656081e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003899678, Final residual = 2.178118e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.195551e-05, Final residual = 6.69743e-06, No Iterations 2 time step continuity errors : sum local = 1.509089e-06, global = 3.807997e-08, cumulative = 8.286712e-06 smoothSolver: Solving for omega, Initial residual = 7.917215e-05, Final residual = 4.808372e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001110556, Final residual = 3.891813e-05, No Iterations 2 ExecutionTime = 33.69 s ClockTime = 36 s forces forces output: sum of forces: pressure : (5.90652 -0.9191693 -8.142857) viscous : (2.011589 0.0006513285 0.06710871) porous : (0 0 0) sum of moments: pressure : (0.4513439 -5.211848 -0.8727429) viscous : (-0.0006511887 0.6110905 0.0007959381) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2281321 Cl = -0.02646382 Cl(f) = -0.01323191 Cl(r) = -0.01323191 Time = 44 smoothSolver: Solving for Ux, Initial residual = 0.0004334895, Final residual = 2.800128e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002193621, Final residual = 0.0001394705, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001368564, Final residual = 8.618042e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01192276, Final residual = 0.001091825, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001753486, Final residual = 9.554385e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003815989, Final residual = 2.174252e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.077077e-05, Final residual = 6.761567e-06, No Iterations 2 time step continuity errors : sum local = 1.523287e-06, global = 4.003649e-08, cumulative = 8.326749e-06 smoothSolver: Solving for omega, Initial residual = 7.623826e-05, Final residual = 4.628575e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001071596, Final residual = 3.745197e-05, No Iterations 2 ExecutionTime = 34.44 s ClockTime = 36 s forces forces output: sum of forces: pressure : (5.886329 -0.9244808 -8.148089) viscous : (2.011863 0.000685741 0.06775069) porous : (0 0 0) sum of moments: pressure : (0.4535133 -5.224736 -0.872055) viscous : (-0.0006770572 0.6110589 0.0008145741) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2275583 Cl = -0.02661586 Cl(f) = -0.01330793 Cl(r) = -0.01330793 Time = 45 smoothSolver: Solving for Ux, Initial residual = 0.0004246127, Final residual = 2.74988e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00216532, Final residual = 0.0001379407, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001350178, Final residual = 8.467582e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01184126, Final residual = 0.001078161, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00172085, Final residual = 9.344145e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003730304, Final residual = 2.106158e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.901354e-05, Final residual = 6.436292e-06, No Iterations 2 time step continuity errors : sum local = 1.449809e-06, global = 4.126548e-08, cumulative = 8.368014e-06 smoothSolver: Solving for omega, Initial residual = 7.344321e-05, Final residual = 4.460382e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001034619, Final residual = 3.604279e-05, No Iterations 2 ExecutionTime = 35.19 s ClockTime = 37 s forces forces output: sum of forces: pressure : (5.867876 -0.9271113 -8.153737) viscous : (2.011881 0.0007306826 0.06838527) porous : (0 0 0) sum of moments: pressure : (0.4545796 -5.236967 -0.8699764) viscous : (-0.0007097642 0.6109398 0.000834487) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2270271 Cl = -0.02669036 Cl(f) = -0.01334518 Cl(r) = -0.01334518 Time = 46 smoothSolver: Solving for Ux, Initial residual = 0.0004163256, Final residual = 2.700374e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002137069, Final residual = 0.0001362544, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001331974, Final residual = 8.31779e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01175443, Final residual = 0.00106949, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001694012, Final residual = 9.218405e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000367204, Final residual = 1.991236e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.699895e-05, Final residual = 5.902589e-06, No Iterations 2 time step continuity errors : sum local = 1.329539e-06, global = 3.701575e-08, cumulative = 8.40503e-06 smoothSolver: Solving for omega, Initial residual = 7.082833e-05, Final residual = 4.299892e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0009995216, Final residual = 3.468277e-05, No Iterations 2 ExecutionTime = 35.94 s ClockTime = 38 s forces forces output: sum of forces: pressure : (5.8501 -0.9277203 -8.162475) viscous : (2.011654 0.0007863753 0.06900517) porous : (0 0 0) sum of moments: pressure : (0.4546699 -5.247347 -0.867148) viscous : (-0.000749309 0.6107416 0.0008563617) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2265085 Cl = -0.0267063 Cl(f) = -0.01335315 Cl(r) = -0.01335315 Time = 47 smoothSolver: Solving for Ux, Initial residual = 0.0004086896, Final residual = 2.65389e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002109736, Final residual = 0.0001345359, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001314592, Final residual = 8.172662e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01165667, Final residual = 0.001063396, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00167325, Final residual = 9.160782e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000362391, Final residual = 1.886303e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.50695e-05, Final residual = 5.356888e-06, No Iterations 2 time step continuity errors : sum local = 1.206262e-06, global = 4.202154e-08, cumulative = 8.447052e-06 smoothSolver: Solving for omega, Initial residual = 6.836656e-05, Final residual = 4.150453e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0009659978, Final residual = 3.338024e-05, No Iterations 2 ExecutionTime = 36.69 s ClockTime = 39 s forces forces output: sum of forces: pressure : (5.833363 -0.9282029 -8.176597) viscous : (2.011195 0.0008468642 0.06960271) porous : (0 0 0) sum of moments: pressure : (0.4548081 -5.254425 -0.8648416) viscous : (-0.0007915732 0.6104719 0.0008779711) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.226013 Cl = -0.02671846 Cl(f) = -0.01335923 Cl(r) = -0.01335923 Time = 48 smoothSolver: Solving for Ux, Initial residual = 0.0004014967, Final residual = 2.608742e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002080336, Final residual = 0.0001327071, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001297436, Final residual = 8.028166e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01155518, Final residual = 0.001055897, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00165646, Final residual = 9.138705e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003555314, Final residual = 1.851129e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.399484e-05, Final residual = 5.051443e-06, No Iterations 2 time step continuity errors : sum local = 1.137181e-06, global = 3.369378e-08, cumulative = 8.480745e-06 smoothSolver: Solving for omega, Initial residual = 6.600668e-05, Final residual = 4.00793e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0009341934, Final residual = 3.214278e-05, No Iterations 2 ExecutionTime = 37.44 s ClockTime = 39 s forces forces output: sum of forces: pressure : (5.819251 -0.9288825 -8.196026) viscous : (2.010513 0.0009156887 0.07017464) porous : (0 0 0) sum of moments: pressure : (0.4550799 -5.257312 -0.8626906) viscous : (-0.0008383925 0.6101378 0.0009034197) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2255868 Cl = -0.02673606 Cl(f) = -0.01336803 Cl(r) = -0.01336803 Time = 49 smoothSolver: Solving for Ux, Initial residual = 0.0003946498, Final residual = 2.566051e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002048491, Final residual = 0.0001306737, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00128081, Final residual = 7.897979e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01134772, Final residual = 0.001042047, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001619528, Final residual = 9.008706e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003444994, Final residual = 1.810476e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.179236e-05, Final residual = 4.836197e-06, No Iterations 2 time step continuity errors : sum local = 1.088534e-06, global = 3.111797e-08, cumulative = 8.511863e-06 smoothSolver: Solving for omega, Initial residual = 6.369815e-05, Final residual = 3.870572e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0009041188, Final residual = 3.097129e-05, No Iterations 2 ExecutionTime = 38.2 s ClockTime = 40 s forces forces output: sum of forces: pressure : (5.806436 -0.9295315 -8.218801) viscous : (2.00963 0.000994854 0.07072927) porous : (0 0 0) sum of moments: pressure : (0.4552027 -5.257451 -0.8600499) viscous : (-0.0008912951 0.609748 0.0009324786) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2251921 Cl = -0.02675248 Cl(f) = -0.01337624 Cl(r) = -0.01337624 Time = 50 smoothSolver: Solving for Ux, Initial residual = 0.0003879159, Final residual = 2.524813e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002014578, Final residual = 0.0001281923, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001263952, Final residual = 7.763618e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01116245, Final residual = 0.001019265, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001574002, Final residual = 8.812492e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003352156, Final residual = 1.825402e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.104676e-05, Final residual = 4.930772e-06, No Iterations 2 time step continuity errors : sum local = 1.109766e-06, global = 3.272662e-08, cumulative = 8.54459e-06 smoothSolver: Solving for omega, Initial residual = 6.148456e-05, Final residual = 3.737973e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00087558, Final residual = 2.987947e-05, No Iterations 2 ExecutionTime = 38.95 s ClockTime = 41 s forces forces output: sum of forces: pressure : (5.79105 -0.9294553 -8.241976) viscous : (2.008559 0.001076953 0.07126913) porous : (0 0 0) sum of moments: pressure : (0.4548169 -5.257077 -0.8565048) viscous : (-0.0009464675 0.6093102 0.0009605987) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.224718 Cl = -0.02674792 Cl(f) = -0.01337396 Cl(r) = -0.01337396 Time = 51 smoothSolver: Solving for Ux, Initial residual = 0.0003811871, Final residual = 2.484817e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001978881, Final residual = 0.000125432, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001246586, Final residual = 7.624867e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01104377, Final residual = 0.0009864938, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001528355, Final residual = 8.595022e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003271693, Final residual = 1.888341e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.126241e-05, Final residual = 5.188331e-06, No Iterations 2 time step continuity errors : sum local = 1.167851e-06, global = 3.570196e-08, cumulative = 8.580292e-06 smoothSolver: Solving for omega, Initial residual = 5.937742e-05, Final residual = 3.611987e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0008483875, Final residual = 2.883166e-05, No Iterations 2 ExecutionTime = 39.72 s ClockTime = 42 s forces forces output: sum of forces: pressure : (5.773197 -0.9295233 -8.265249) viscous : (2.007315 0.001153355 0.07179181) porous : (0 0 0) sum of moments: pressure : (0.4544314 -5.256193 -0.8530282) viscous : (-0.0009990013 0.6088305 0.0009842173) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2241678 Cl = -0.02674767 Cl(f) = -0.01337384 Cl(r) = -0.01337384 Time = 52 smoothSolver: Solving for Ux, Initial residual = 0.0003746077, Final residual = 2.446165e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001942794, Final residual = 0.0001225296, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001229351, Final residual = 7.484559e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01086537, Final residual = 0.0009567261, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001491205, Final residual = 8.547588e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003216636, Final residual = 1.973766e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.182033e-05, Final residual = 5.546354e-06, No Iterations 2 time step continuity errors : sum local = 1.24859e-06, global = 3.730776e-08, cumulative = 8.6176e-06 smoothSolver: Solving for omega, Initial residual = 5.738101e-05, Final residual = 3.492402e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0008224035, Final residual = 2.782797e-05, No Iterations 2 ExecutionTime = 40.47 s ClockTime = 43 s forces forces output: sum of forces: pressure : (5.75507 -0.929777 -8.289656) viscous : (2.005902 0.001223202 0.07230447) porous : (0 0 0) sum of moments: pressure : (0.4543085 -5.253931 -0.8503849) viscous : (-0.001046757 0.6083038 0.001001394) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2236048 Cl = -0.02675297 Cl(f) = -0.01337649 Cl(r) = -0.01337649 Time = 53 smoothSolver: Solving for Ux, Initial residual = 0.0003683879, Final residual = 2.408185e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00190792, Final residual = 0.0001195447, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001212999, Final residual = 7.345998e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01072095, Final residual = 0.0009437118, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001478764, Final residual = 8.674879e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003194605, Final residual = 2.060449e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.229284e-05, Final residual = 5.847032e-06, No Iterations 2 time step continuity errors : sum local = 1.316568e-06, global = 3.681521e-08, cumulative = 8.654415e-06 smoothSolver: Solving for omega, Initial residual = 5.552743e-05, Final residual = 3.380429e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007975779, Final residual = 2.686366e-05, No Iterations 2 ExecutionTime = 41.22 s ClockTime = 43 s forces forces output: sum of forces: pressure : (5.737144 -0.9290375 -8.314829) viscous : (2.004327 0.001296423 0.07280021) porous : (0 0 0) sum of moments: pressure : (0.4539494 -5.25045 -0.8483663) viscous : (-0.001096531 0.6077332 0.001020646) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2230429 Cl = -0.02672956 Cl(f) = -0.01336478 Cl(r) = -0.01336478 Time = 54 smoothSolver: Solving for Ux, Initial residual = 0.0003627224, Final residual = 2.370581e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001874797, Final residual = 0.0001163523, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001198794, Final residual = 7.215669e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01052002, Final residual = 0.0009310469, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001464959, Final residual = 8.746974e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003149344, Final residual = 2.090006e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.196224e-05, Final residual = 6.012046e-06, No Iterations 2 time step continuity errors : sum local = 1.353929e-06, global = 3.911583e-08, cumulative = 8.693531e-06 smoothSolver: Solving for omega, Initial residual = 5.371989e-05, Final residual = 3.268853e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007738623, Final residual = 2.593211e-05, No Iterations 2 ExecutionTime = 41.98 s ClockTime = 44 s forces forces output: sum of forces: pressure : (5.719509 -0.9268502 -8.340628) viscous : (2.002612 0.001364397 0.07329189) porous : (0 0 0) sum of moments: pressure : (0.4530097 -5.246331 -0.8464872) viscous : (-0.001142154 0.6071321 0.001036648) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2224854 Cl = -0.02666458 Cl(f) = -0.01333229 Cl(r) = -0.01333229 Time = 55 smoothSolver: Solving for Ux, Initial residual = 0.0003572581, Final residual = 2.334078e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001841022, Final residual = 0.0001132178, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001185732, Final residual = 7.091977e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01035042, Final residual = 0.0009211891, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001457506, Final residual = 8.737458e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000311269, Final residual = 2.091774e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.164582e-05, Final residual = 6.030274e-06, No Iterations 2 time step continuity errors : sum local = 1.358344e-06, global = 3.26984e-08, cumulative = 8.726229e-06 smoothSolver: Solving for omega, Initial residual = 5.19756e-05, Final residual = 3.161159e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007511828, Final residual = 2.504396e-05, No Iterations 2 ExecutionTime = 42.72 s ClockTime = 45 s forces forces output: sum of forces: pressure : (5.70068 -0.9228363 -8.365791) viscous : (2.000747 0.001427825 0.07377297) porous : (0 0 0) sum of moments: pressure : (0.4512912 -5.242744 -0.8442151) viscous : (-0.001185524 0.6064931 0.001051851) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2218892 Cl = -0.0265471 Cl(f) = -0.01327355 Cl(r) = -0.01327355 Time = 56 smoothSolver: Solving for Ux, Initial residual = 0.0003518956, Final residual = 2.299083e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001808502, Final residual = 0.0001100593, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001172673, Final residual = 6.993881e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01022079, Final residual = 0.0009071066, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001440708, Final residual = 8.584743e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003061935, Final residual = 2.078311e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.095467e-05, Final residual = 5.93317e-06, No Iterations 2 time step continuity errors : sum local = 1.336936e-06, global = 3.041651e-08, cumulative = 8.756646e-06 smoothSolver: Solving for omega, Initial residual = 5.028903e-05, Final residual = 3.060066e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007292888, Final residual = 2.419511e-05, No Iterations 2 ExecutionTime = 43.51 s ClockTime = 46 s forces forces output: sum of forces: pressure : (5.678983 -0.9175606 -8.389381) viscous : (1.998743 0.001489836 0.07423918) porous : (0 0 0) sum of moments: pressure : (0.4492145 -5.240554 -0.8415408) viscous : (-0.001229769 0.6058216 0.001069025) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2212063 Cl = -0.02639332 Cl(f) = -0.01319666 Cl(r) = -0.01319666 Time = 57 smoothSolver: Solving for Ux, Initial residual = 0.0003464768, Final residual = 2.265999e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001774495, Final residual = 0.0001070095, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001159457, Final residual = 6.91424e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01010449, Final residual = 0.0008948439, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001424203, Final residual = 8.441373e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003012894, Final residual = 2.078016e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.024661e-05, Final residual = 5.897736e-06, No Iterations 2 time step continuity errors : sum local = 1.329544e-06, global = 2.728402e-08, cumulative = 8.78393e-06 smoothSolver: Solving for omega, Initial residual = 4.866833e-05, Final residual = 2.966044e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007081327, Final residual = 2.338907e-05, No Iterations 2 ExecutionTime = 44.28 s ClockTime = 47 s forces forces output: sum of forces: pressure : (5.655976 -0.91111 -8.412507) viscous : (1.9966 0.00154608 0.07468643) porous : (0 0 0) sum of moments: pressure : (0.4465909 -5.23863 -0.8382029) viscous : (-0.001271825 0.6051166 0.001084849) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2204817 Cl = -0.02620585 Cl(f) = -0.01310292 Cl(r) = -0.01310292 Time = 58 smoothSolver: Solving for Ux, Initial residual = 0.0003411021, Final residual = 2.232167e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001743322, Final residual = 0.0001042857, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001145566, Final residual = 6.865364e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009954043, Final residual = 0.0008811891, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00140599, Final residual = 8.32663e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002962974, Final residual = 2.086118e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.937547e-05, Final residual = 5.905692e-06, No Iterations 2 time step continuity errors : sum local = 1.331933e-06, global = 2.342229e-08, cumulative = 8.807352e-06 smoothSolver: Solving for omega, Initial residual = 4.713604e-05, Final residual = 2.875599e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006875532, Final residual = 2.26111e-05, No Iterations 2 ExecutionTime = 45.03 s ClockTime = 47 s forces forces output: sum of forces: pressure : (5.635137 -0.9031988 -8.436484) viscous : (1.994338 0.001599745 0.07511786) porous : (0 0 0) sum of moments: pressure : (0.4430623 -5.234595 -0.8339886) viscous : (-0.001313195 0.6043846 0.00110077) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2198162 Cl = -0.02597637 Cl(f) = -0.01298818 Cl(r) = -0.01298818 Time = 59 smoothSolver: Solving for Ux, Initial residual = 0.0003357077, Final residual = 2.196507e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001712573, Final residual = 0.0001017926, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001131883, Final residual = 6.837144e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009798364, Final residual = 0.0008659515, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001383158, Final residual = 8.209693e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002903925, Final residual = 2.083743e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.814061e-05, Final residual = 2.992446e-06, No Iterations 3 time step continuity errors : sum local = 6.751579e-07, global = 1.579333e-08, cumulative = 8.823145e-06 smoothSolver: Solving for omega, Initial residual = 4.567908e-05, Final residual = 2.787553e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006677094, Final residual = 2.186316e-05, No Iterations 2 ExecutionTime = 45.79 s ClockTime = 48 s forces forces output: sum of forces: pressure : (5.618481 -0.8949776 -8.460587) viscous : (1.991967 0.001656672 0.07553072) porous : (0 0 0) sum of moments: pressure : (0.4390995 -5.22699 -0.8296429) viscous : (-0.001356984 0.6036306 0.001118872) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.219268 Cl = -0.02573786 Cl(f) = -0.01286893 Cl(r) = -0.01286893 Time = 60 smoothSolver: Solving for Ux, Initial residual = 0.0003304961, Final residual = 2.159091e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001684905, Final residual = 9.952971e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001117592, Final residual = 6.816043e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009647997, Final residual = 0.0008458101, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00135114, Final residual = 8.046638e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002839276, Final residual = 2.014671e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.605704e-05, Final residual = 2.866822e-06, No Iterations 3 time step continuity errors : sum local = 6.469866e-07, global = 1.213538e-08, cumulative = 8.835281e-06 smoothSolver: Solving for omega, Initial residual = 4.427971e-05, Final residual = 2.703702e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006484965, Final residual = 2.115029e-05, No Iterations 2 ExecutionTime = 46.57 s ClockTime = 49 s forces forces output: sum of forces: pressure : (5.605137 -0.8866891 -8.487384) viscous : (1.989493 0.001713101 0.07593418) porous : (0 0 0) sum of moments: pressure : (0.4349355 -5.21662 -0.8254755) viscous : (-0.001399745 0.6028507 0.001136318) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2188122 Cl = -0.02549743 Cl(f) = -0.01274872 Cl(r) = -0.01274872 Time = 61 smoothSolver: Solving for Ux, Initial residual = 0.0003252901, Final residual = 2.1191e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001659815, Final residual = 9.753464e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001103628, Final residual = 6.796999e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009513409, Final residual = 0.0008253056, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001318345, Final residual = 7.884552e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002779142, Final residual = 1.934953e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.408058e-05, Final residual = 2.741133e-06, No Iterations 3 time step continuity errors : sum local = 6.187626e-07, global = -3.023097e-08, cumulative = 8.80505e-06 smoothSolver: Solving for omega, Initial residual = 4.293953e-05, Final residual = 2.622509e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006298823, Final residual = 2.046104e-05, No Iterations 2 ExecutionTime = 47.36 s ClockTime = 50 s forces forces output: sum of forces: pressure : (5.592046 -0.8779893 -8.514683) viscous : (1.986923 0.00176797 0.07632167) porous : (0 0 0) sum of moments: pressure : (0.4305616 -5.206105 -0.8211972) viscous : (-0.001441706 0.6020503 0.001154275) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.218361 Cl = -0.0252452 Cl(f) = -0.0126226 Cl(r) = -0.0126226 Time = 62 smoothSolver: Solving for Ux, Initial residual = 0.0003201922, Final residual = 2.07641e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001636864, Final residual = 9.58501e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001090174, Final residual = 6.780652e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00940174, Final residual = 0.0008101745, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001293322, Final residual = 7.772629e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002738568, Final residual = 1.867586e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.258787e-05, Final residual = 2.558148e-06, No Iterations 3 time step continuity errors : sum local = 5.776467e-07, global = -3.515309e-08, cumulative = 8.769897e-06 smoothSolver: Solving for omega, Initial residual = 4.162769e-05, Final residual = 2.541544e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006116434, Final residual = 1.979274e-05, No Iterations 2 ExecutionTime = 48.12 s ClockTime = 51 s forces forces output: sum of forces: pressure : (5.577166 -0.8698213 -8.539861) viscous : (1.984276 0.001818643 0.07669523) porous : (0 0 0) sum of moments: pressure : (0.4264394 -5.197365 -0.816909) viscous : (-0.001482063 0.6012374 0.001173949) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.217856 Cl = -0.0250084 Cl(f) = -0.0125042 Cl(r) = -0.0125042 Time = 63 smoothSolver: Solving for Ux, Initial residual = 0.0003151599, Final residual = 2.030911e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001617606, Final residual = 9.431886e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00107737, Final residual = 6.761109e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009301883, Final residual = 0.0008000017, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001270219, Final residual = 7.68549e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002712347, Final residual = 1.809114e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.116393e-05, Final residual = 2.398009e-06, No Iterations 3 time step continuity errors : sum local = 5.416657e-07, global = -1.623977e-08, cumulative = 8.753657e-06 smoothSolver: Solving for omega, Initial residual = 4.035757e-05, Final residual = 2.461293e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005938467, Final residual = 1.91648e-05, No Iterations 2 ExecutionTime = 48.89 s ClockTime = 51 s forces forces output: sum of forces: pressure : (5.562236 -0.8625554 -8.562709) viscous : (1.981561 0.001861541 0.07705555) porous : (0 0 0) sum of moments: pressure : (0.4225951 -5.189389 -0.8125171) viscous : (-0.001518562 0.6004132 0.001192496) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2173476 Cl = -0.02479783 Cl(f) = -0.01239891 Cl(r) = -0.01239891 Time = 64 smoothSolver: Solving for Ux, Initial residual = 0.0003103377, Final residual = 1.984897e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001602126, Final residual = 9.289938e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001065131, Final residual = 6.727091e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009200887, Final residual = 0.0007929727, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001248453, Final residual = 7.593814e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002682023, Final residual = 1.754295e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.965671e-05, Final residual = 4.936602e-06, No Iterations 2 time step continuity errors : sum local = 1.115469e-06, global = -6.817472e-08, cumulative = 8.685482e-06 smoothSolver: Solving for omega, Initial residual = 3.915957e-05, Final residual = 2.382975e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005766403, Final residual = 1.855994e-05, No Iterations 2 ExecutionTime = 49.65 s ClockTime = 52 s forces forces output: sum of forces: pressure : (5.550458 -0.8561286 -8.584758) viscous : (1.97879 0.001898528 0.07740036) porous : (0 0 0) sum of moments: pressure : (0.4189197 -5.180242 -0.8080433) viscous : (-0.001552181 0.5995856 0.001209927) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2169285 Cl = -0.0246116 Cl(f) = -0.0123058 Cl(r) = -0.0123058 Time = 65 smoothSolver: Solving for Ux, Initial residual = 0.0003056458, Final residual = 1.938278e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001588829, Final residual = 9.152132e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001053063, Final residual = 6.68231e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00910446, Final residual = 0.0007882244, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001230246, Final residual = 7.554123e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002653108, Final residual = 1.727774e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.885613e-05, Final residual = 4.692668e-06, No Iterations 2 time step continuity errors : sum local = 1.060722e-06, global = -9.252693e-08, cumulative = 8.592955e-06 smoothSolver: Solving for omega, Initial residual = 3.803514e-05, Final residual = 2.307885e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005599738, Final residual = 1.797898e-05, No Iterations 2 ExecutionTime = 50.4 s ClockTime = 53 s forces forces output: sum of forces: pressure : (5.542327 -0.8495723 -8.604658) viscous : (1.975972 0.001932137 0.07773072) porous : (0 0 0) sum of moments: pressure : (0.4150202 -5.169239 -0.803378) viscous : (-0.001583304 0.5987561 0.001226942) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.216613 Cl = -0.02442173 Cl(f) = -0.01221087 Cl(r) = -0.01221087 Time = 66 smoothSolver: Solving for Ux, Initial residual = 0.0003010684, Final residual = 1.891087e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001576999, Final residual = 9.007506e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001041452, Final residual = 6.628992e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008989066, Final residual = 0.000779726, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001214005, Final residual = 7.477573e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000261881, Final residual = 1.68797e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.816436e-05, Final residual = 4.351538e-06, No Iterations 2 time step continuity errors : sum local = 9.83975e-07, global = -1.252985e-07, cumulative = 8.467657e-06 smoothSolver: Solving for omega, Initial residual = 3.697041e-05, Final residual = 2.235368e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005437341, Final residual = 1.742269e-05, No Iterations 2 ExecutionTime = 51.16 s ClockTime = 54 s forces forces output: sum of forces: pressure : (5.537649 -0.843555 -8.623076) viscous : (1.973119 0.001963376 0.07804218) porous : (0 0 0) sum of moments: pressure : (0.4113917 -5.156434 -0.7989278) viscous : (-0.001612646 0.5979331 0.001243736) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.216396 Cl = -0.02424746 Cl(f) = -0.01212373 Cl(r) = -0.01212373 Time = 67 smoothSolver: Solving for Ux, Initial residual = 0.0002965264, Final residual = 1.844328e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001565644, Final residual = 8.871406e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001030456, Final residual = 6.570946e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008853742, Final residual = 0.0007672185, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001196555, Final residual = 7.394361e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002580935, Final residual = 1.622694e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.759128e-05, Final residual = 3.954122e-06, No Iterations 2 time step continuity errors : sum local = 8.943561e-07, global = -9.822548e-08, cumulative = 8.369431e-06 smoothSolver: Solving for omega, Initial residual = 3.593962e-05, Final residual = 2.165206e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005278031, Final residual = 1.689313e-05, No Iterations 2 ExecutionTime = 51.91 s ClockTime = 54 s forces forces output: sum of forces: pressure : (5.535537 -0.8388619 -8.641657) viscous : (1.970233 0.001989072 0.07833836) porous : (0 0 0) sum of moments: pressure : (0.4085618 -5.142288 -0.7950963) viscous : (-0.001637701 0.5971131 0.001257948) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.216252 Cl = -0.02411151 Cl(f) = -0.01205575 Cl(r) = -0.01205575 Time = 68 smoothSolver: Solving for Ux, Initial residual = 0.0002922698, Final residual = 1.800041e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001553546, Final residual = 8.741238e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001019726, Final residual = 6.500861e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008717059, Final residual = 0.0007518246, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001177331, Final residual = 7.3125e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002537798, Final residual = 1.590102e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.69315e-05, Final residual = 4.11248e-06, No Iterations 2 time step continuity errors : sum local = 9.304239e-07, global = -6.275466e-08, cumulative = 8.306677e-06 smoothSolver: Solving for omega, Initial residual = 3.492883e-05, Final residual = 2.098518e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005123085, Final residual = 1.639915e-05, No Iterations 2 ExecutionTime = 52.66 s ClockTime = 55 s forces forces output: sum of forces: pressure : (5.534535 -0.8348037 -8.660554) viscous : (1.967318 0.002011423 0.07862143) porous : (0 0 0) sum of moments: pressure : (0.4061212 -5.127839 -0.7915448) viscous : (-0.001659453 0.5962975 0.001270395) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2161392 Cl = -0.02399394 Cl(f) = -0.01199697 Cl(r) = -0.01199697 Time = 69 smoothSolver: Solving for Ux, Initial residual = 0.0002881163, Final residual = 1.755694e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001540326, Final residual = 8.609107e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001009076, Final residual = 6.424019e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008560182, Final residual = 0.0007371532, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001160003, Final residual = 7.24874e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000249659, Final residual = 1.60432e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.651315e-05, Final residual = 4.33978e-06, No Iterations 2 time step continuity errors : sum local = 9.822065e-07, global = -4.767259e-08, cumulative = 8.259004e-06 smoothSolver: Solving for omega, Initial residual = 3.391591e-05, Final residual = 2.034766e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004971458, Final residual = 1.593125e-05, No Iterations 2 ExecutionTime = 53.41 s ClockTime = 56 s forces forces output: sum of forces: pressure : (5.533882 -0.8303115 -8.678863) viscous : (1.964378 0.002030632 0.07889166) porous : (0 0 0) sum of moments: pressure : (0.4033732 -5.113571 -0.7877654) viscous : (-0.001678144 0.5954869 0.001281958) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2160357 Cl = -0.02386396 Cl(f) = -0.01193198 Cl(r) = -0.01193198 Time = 70 smoothSolver: Solving for Ux, Initial residual = 0.0002838301, Final residual = 1.712037e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001527328, Final residual = 8.47491e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009984423, Final residual = 6.339136e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008426484, Final residual = 0.0007267857, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00114438, Final residual = 7.244985e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002466252, Final residual = 1.656486e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.65149e-05, Final residual = 4.553451e-06, No Iterations 2 time step continuity errors : sum local = 1.030982e-06, global = -4.172145e-08, cumulative = 8.217283e-06 smoothSolver: Solving for omega, Initial residual = 3.291442e-05, Final residual = 1.975757e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004821795, Final residual = 1.548722e-05, No Iterations 2 ExecutionTime = 54.17 s ClockTime = 57 s forces forces output: sum of forces: pressure : (5.533419 -0.8256393 -8.695274) viscous : (1.96142 0.002047453 0.07915109) porous : (0 0 0) sum of moments: pressure : (0.4002919 -5.099822 -0.783881) viscous : (-0.001694597 0.5946824 0.001292078) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2159371 Cl = -0.02372887 Cl(f) = -0.01186443 Cl(r) = -0.01186443 Time = 71 smoothSolver: Solving for Ux, Initial residual = 0.0002796192, Final residual = 1.6692e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00151483, Final residual = 8.344592e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009885607, Final residual = 6.243406e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008322436, Final residual = 0.0007207249, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001131445, Final residual = 7.29843e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002441447, Final residual = 1.697649e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.627817e-05, Final residual = 2.291965e-06, No Iterations 3 time step continuity errors : sum local = 5.191542e-07, global = -1.751227e-08, cumulative = 8.19977e-06 smoothSolver: Solving for omega, Initial residual = 3.193951e-05, Final residual = 1.921803e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004675271, Final residual = 1.506666e-05, No Iterations 2 ExecutionTime = 54.98 s ClockTime = 58 s forces forces output: sum of forces: pressure : (5.533201 -0.821581 -8.710071) viscous : (1.958449 0.002059582 0.07940038) porous : (0 0 0) sum of moments: pressure : (0.3974259 -5.086523 -0.7803118) viscous : (-0.001707101 0.5938857 0.001298527) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2158452 Cl = -0.02361159 Cl(f) = -0.0118058 Cl(r) = -0.0118058 Time = 72 smoothSolver: Solving for Ux, Initial residual = 0.000275637, Final residual = 1.627963e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001504684, Final residual = 8.242451e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009797247, Final residual = 6.142091e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008273349, Final residual = 0.0007175458, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001122509, Final residual = 7.354303e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000241649, Final residual = 1.703931e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.568443e-05, Final residual = 4.548252e-06, No Iterations 2 time step continuity errors : sum local = 1.030616e-06, global = -3.954447e-08, cumulative = 8.160226e-06 smoothSolver: Solving for omega, Initial residual = 3.100058e-05, Final residual = 1.872267e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000453196, Final residual = 1.46674e-05, No Iterations 2 ExecutionTime = 55.74 s ClockTime = 58 s forces forces output: sum of forces: pressure : (5.532982 -0.8182327 -8.721068) viscous : (1.955464 0.002064901 0.07963442) porous : (0 0 0) sum of moments: pressure : (0.3950367 -5.074147 -0.7771782) viscous : (-0.001714994 0.5930965 0.001301919) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2157529 Cl = -0.02351497 Cl(f) = -0.01175748 Cl(r) = -0.01175748 Time = 73 smoothSolver: Solving for Ux, Initial residual = 0.0002718802, Final residual = 1.588023e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001495413, Final residual = 8.150641e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009721828, Final residual = 6.041471e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008241604, Final residual = 0.0007170293, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001117713, Final residual = 7.490374e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002402108, Final residual = 1.764545e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.598504e-05, Final residual = 2.388974e-06, No Iterations 3 time step continuity errors : sum local = 5.415088e-07, global = -1.842532e-08, cumulative = 8.1418e-06 smoothSolver: Solving for omega, Initial residual = 3.00946e-05, Final residual = 1.823305e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004392596, Final residual = 1.428364e-05, No Iterations 2 ExecutionTime = 56.5 s ClockTime = 59 s forces forces output: sum of forces: pressure : (5.533366 -0.8152012 -8.730916) viscous : (1.952465 0.002063279 0.07985249) porous : (0 0 0) sum of moments: pressure : (0.3931418 -5.062331 -0.7744102) viscous : (-0.001718383 0.5923137 0.001301524) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2156776 Cl = -0.02342767 Cl(f) = -0.01171384 Cl(r) = -0.01171384 Time = 74 smoothSolver: Solving for Ux, Initial residual = 0.0002682027, Final residual = 1.549428e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001487839, Final residual = 8.064348e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00096526, Final residual = 5.931325e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00818744, Final residual = 0.0007167736, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001113867, Final residual = 7.617471e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002397703, Final residual = 1.790089e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.594566e-05, Final residual = 2.485959e-06, No Iterations 3 time step continuity errors : sum local = 5.636373e-07, global = -1.7991e-08, cumulative = 8.123809e-06 smoothSolver: Solving for omega, Initial residual = 2.92203e-05, Final residual = 1.776605e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004255456, Final residual = 1.391668e-05, No Iterations 2 ExecutionTime = 57.28 s ClockTime = 60 s forces forces output: sum of forces: pressure : (5.533463 -0.8123403 -8.738847) viscous : (1.949453 0.00205734 0.08004873) porous : (0 0 0) sum of moments: pressure : (0.3917177 -5.051179 -0.7716775) viscous : (-0.001719008 0.5915378 0.001298826) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2155936 Cl = -0.02334542 Cl(f) = -0.01167271 Cl(r) = -0.01167271 Time = 75 smoothSolver: Solving for Ux, Initial residual = 0.0002646019, Final residual = 1.512231e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001481839, Final residual = 7.981755e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009590329, Final residual = 5.816627e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008135573, Final residual = 0.0007150381, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001109458, Final residual = 7.745517e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002398613, Final residual = 1.809012e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.5978e-05, Final residual = 2.56808e-06, No Iterations 3 time step continuity errors : sum local = 5.823779e-07, global = -1.951881e-08, cumulative = 8.104291e-06 smoothSolver: Solving for omega, Initial residual = 2.841088e-05, Final residual = 1.733333e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004121373, Final residual = 1.356335e-05, No Iterations 2 ExecutionTime = 58.04 s ClockTime = 61 s forces forces output: sum of forces: pressure : (5.53322 -0.8095228 -8.746019) viscous : (1.946432 0.002046583 0.08022005) porous : (0 0 0) sum of moments: pressure : (0.3906704 -5.040212 -0.769036) viscous : (-0.001716875 0.5907696 0.001293654) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2154995 Cl = -0.02326455 Cl(f) = -0.01163228 Cl(r) = -0.01163228 Time = 76 smoothSolver: Solving for Ux, Initial residual = 0.0002610834, Final residual = 1.477134e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001477563, Final residual = 7.90333e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009537994, Final residual = 5.700729e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008074292, Final residual = 0.0007149591, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00110491, Final residual = 7.84369e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000240025, Final residual = 1.811457e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.590937e-05, Final residual = 2.648342e-06, No Iterations 3 time step continuity errors : sum local = 6.006379e-07, global = -2.142347e-08, cumulative = 8.082867e-06 smoothSolver: Solving for omega, Initial residual = 2.767844e-05, Final residual = 1.694015e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003991931, Final residual = 1.321695e-05, No Iterations 2 ExecutionTime = 58.8 s ClockTime = 61 s forces forces output: sum of forces: pressure : (5.532817 -0.8068534 -8.75311) viscous : (1.943402 0.002029229 0.08036494) porous : (0 0 0) sum of moments: pressure : (0.3899698 -5.029275 -0.7666384) viscous : (-0.001711512 0.5900082 0.001285268) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2154006 Cl = -0.02318814 Cl(f) = -0.01159407 Cl(r) = -0.01159407 Time = 77 smoothSolver: Solving for Ux, Initial residual = 0.0002575769, Final residual = 1.44416e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001473993, Final residual = 7.828865e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009496028, Final residual = 5.584325e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008015305, Final residual = 0.0007172373, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001100601, Final residual = 7.919906e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002395824, Final residual = 1.806408e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.568448e-05, Final residual = 2.703438e-06, No Iterations 3 time step continuity errors : sum local = 6.131284e-07, global = -2.382302e-08, cumulative = 8.059044e-06 smoothSolver: Solving for omega, Initial residual = 2.69965e-05, Final residual = 1.656321e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003866439, Final residual = 1.288482e-05, No Iterations 2 ExecutionTime = 59.57 s ClockTime = 62 s forces forces output: sum of forces: pressure : (5.532241 -0.8045337 -8.760402) viscous : (1.940364 0.002004227 0.08048116) porous : (0 0 0) sum of moments: pressure : (0.389573 -5.018746 -0.7644175) viscous : (-0.001702926 0.5892533 0.001273573) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2152965 Cl = -0.02312203 Cl(f) = -0.01156101 Cl(r) = -0.01156101 Time = 78 smoothSolver: Solving for Ux, Initial residual = 0.0002541284, Final residual = 1.413234e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001470979, Final residual = 7.752482e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009458959, Final residual = 5.465441e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007974709, Final residual = 0.0007191805, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001096033, Final residual = 7.963839e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002386924, Final residual = 1.80039e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.545206e-05, Final residual = 2.754751e-06, No Iterations 3 time step continuity errors : sum local = 6.247418e-07, global = -2.757685e-08, cumulative = 8.031467e-06 smoothSolver: Solving for omega, Initial residual = 2.634328e-05, Final residual = 1.618196e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003745514, Final residual = 1.256153e-05, No Iterations 2 ExecutionTime = 60.38 s ClockTime = 63 s forces forces output: sum of forces: pressure : (5.531494 -0.8030976 -8.768017) viscous : (1.937321 0.001971707 0.08056958) porous : (0 0 0) sum of moments: pressure : (0.3896402 -5.009027 -0.7625324) viscous : (-0.001691614 0.588505 0.001258751) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2151873 Cl = -0.02308159 Cl(f) = -0.01154079 Cl(r) = -0.01154079 Time = 79 smoothSolver: Solving for Ux, Initial residual = 0.0002507689, Final residual = 1.384069e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001467892, Final residual = 7.669336e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009423871, Final residual = 5.345811e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007960064, Final residual = 0.0007203536, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001092136, Final residual = 7.952979e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002366115, Final residual = 1.770702e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.479013e-05, Final residual = 2.702461e-06, No Iterations 3 time step continuity errors : sum local = 6.128483e-07, global = -3.140916e-08, cumulative = 8.000058e-06 smoothSolver: Solving for omega, Initial residual = 2.571223e-05, Final residual = 1.579281e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003628941, Final residual = 1.225047e-05, No Iterations 2 ExecutionTime = 61.17 s ClockTime = 64 s forces forces output: sum of forces: pressure : (5.53073 -0.8023139 -8.775681) viscous : (1.934274 0.001933106 0.08063187) porous : (0 0 0) sum of moments: pressure : (0.3899821 -5.000334 -0.7609938) viscous : (-0.001678513 0.5877618 0.001241149) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2150775 Cl = -0.02306012 Cl(f) = -0.01153006 Cl(r) = -0.01153006 Time = 80 smoothSolver: Solving for Ux, Initial residual = 0.000247468, Final residual = 1.357197e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001463805, Final residual = 7.577558e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009384353, Final residual = 5.233929e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007959162, Final residual = 0.0007193608, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001087451, Final residual = 7.911783e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002349902, Final residual = 1.744685e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.427629e-05, Final residual = 2.636333e-06, No Iterations 3 time step continuity errors : sum local = 5.978305e-07, global = -3.504554e-08, cumulative = 7.965013e-06 smoothSolver: Solving for omega, Initial residual = 2.509429e-05, Final residual = 1.53979e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003516006, Final residual = 1.194696e-05, No Iterations 2 ExecutionTime = 61.94 s ClockTime = 65 s forces forces output: sum of forces: pressure : (5.530262 -0.8021948 -8.783106) viscous : (1.931224 0.001888422 0.0806666) porous : (0 0 0) sum of moments: pressure : (0.3906451 -4.992478 -0.7600195) viscous : (-0.001663484 0.5870238 0.00122091) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2149762 Cl = -0.02305798 Cl(f) = -0.01152899 Cl(r) = -0.01152899 Time = 81 smoothSolver: Solving for Ux, Initial residual = 0.0002442849, Final residual = 1.333436e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001458472, Final residual = 7.485996e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009342606, Final residual = 5.131022e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007920678, Final residual = 0.00071507, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0010799, Final residual = 7.809999e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002329299, Final residual = 1.704612e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.362098e-05, Final residual = 2.5142e-06, No Iterations 3 time step continuity errors : sum local = 5.700715e-07, global = -3.804963e-08, cumulative = 7.926963e-06 smoothSolver: Solving for omega, Initial residual = 2.44701e-05, Final residual = 1.500049e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003406737, Final residual = 1.164811e-05, No Iterations 2 ExecutionTime = 62.74 s ClockTime = 66 s forces forces output: sum of forces: pressure : (5.530297 -0.8020677 -8.790134) viscous : (1.928172 0.001838308 0.08067516) porous : (0 0 0) sum of moments: pressure : (0.3912962 -4.985215 -0.7592369) viscous : (-0.001646843 0.5862904 0.001198349) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2148892 Cl = -0.02305576 Cl(f) = -0.01152788 Cl(r) = -0.01152788 Time = 82 smoothSolver: Solving for Ux, Initial residual = 0.0002411521, Final residual = 1.311962e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00145283, Final residual = 7.390744e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009300045, Final residual = 5.039789e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007862179, Final residual = 0.0007080284, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001073012, Final residual = 7.669431e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002309641, Final residual = 1.655101e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.290897e-05, Final residual = 2.367438e-06, No Iterations 3 time step continuity errors : sum local = 5.367309e-07, global = -3.978962e-08, cumulative = 7.887173e-06 smoothSolver: Solving for omega, Initial residual = 2.387501e-05, Final residual = 1.460972e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003301136, Final residual = 1.136368e-05, No Iterations 2 ExecutionTime = 63.51 s ClockTime = 66 s forces forces output: sum of forces: pressure : (5.530817 -0.801423 -8.79675) viscous : (1.925121 0.001781928 0.08065897) porous : (0 0 0) sum of moments: pressure : (0.3917258 -4.978464 -0.7583489) viscous : (-0.001627683 0.585562 0.001173182) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2148163 Cl = -0.02303881 Cl(f) = -0.0115194 Cl(r) = -0.0115194 Time = 83 smoothSolver: Solving for Ux, Initial residual = 0.0002380671, Final residual = 1.291604e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001447575, Final residual = 7.290071e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009252238, Final residual = 4.95521e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007802081, Final residual = 0.0007001193, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001063404, Final residual = 7.515245e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002287252, Final residual = 1.602462e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.216849e-05, Final residual = 4.206502e-06, No Iterations 2 time step continuity errors : sum local = 9.535927e-07, global = -8.197717e-08, cumulative = 7.805196e-06 smoothSolver: Solving for omega, Initial residual = 2.331771e-05, Final residual = 1.423261e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003200289, Final residual = 1.109468e-05, No Iterations 2 ExecutionTime = 64.27 s ClockTime = 67 s forces forces output: sum of forces: pressure : (5.53136 -0.8004744 -8.802449) viscous : (1.922072 0.001720195 0.08062249) porous : (0 0 0) sum of moments: pressure : (0.3920294 -4.972591 -0.7572776) viscous : (-0.001606336 0.5848363 0.001145791) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2147441 Cl = -0.02301326 Cl(f) = -0.01150663 Cl(r) = -0.01150663 Time = 84 smoothSolver: Solving for Ux, Initial residual = 0.0002349765, Final residual = 1.272345e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00144129, Final residual = 7.187348e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009198384, Final residual = 4.873532e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007750207, Final residual = 0.0006905778, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001053475, Final residual = 7.34963e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002260066, Final residual = 1.549911e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.146675e-05, Final residual = 3.980385e-06, No Iterations 2 time step continuity errors : sum local = 9.023039e-07, global = -8.369822e-08, cumulative = 7.721498e-06 smoothSolver: Solving for omega, Initial residual = 2.277377e-05, Final residual = 1.388681e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003103478, Final residual = 1.084953e-05, No Iterations 2 ExecutionTime = 65.03 s ClockTime = 68 s forces forces output: sum of forces: pressure : (5.531492 -0.7995732 -8.808251) viscous : (1.919026 0.001653604 0.08056869) porous : (0 0 0) sum of moments: pressure : (0.3923493 -4.967774 -0.7558806) viscous : (-0.001583004 0.5841125 0.001116404) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2146601 Cl = -0.02298921 Cl(f) = -0.01149461 Cl(r) = -0.01149461 Time = 85 smoothSolver: Solving for Ux, Initial residual = 0.0002319169, Final residual = 1.253522e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001434761, Final residual = 7.094492e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009139929, Final residual = 4.795421e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007671344, Final residual = 0.0006809544, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001040803, Final residual = 7.128411e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002225589, Final residual = 1.462761e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.03096e-05, Final residual = 3.598471e-06, No Iterations 2 time step continuity errors : sum local = 8.157524e-07, global = -7.913731e-08, cumulative = 7.642361e-06 smoothSolver: Solving for omega, Initial residual = 2.224595e-05, Final residual = 1.357145e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003010421, Final residual = 1.062485e-05, No Iterations 2 ExecutionTime = 65.78 s ClockTime = 69 s forces forces output: sum of forces: pressure : (5.530769 -0.7993349 -8.813585) viscous : (1.915986 0.001583833 0.08049902) porous : (0 0 0) sum of moments: pressure : (0.392946 -4.964383 -0.7544821) viscous : (-0.001558482 0.5833899 0.00108553) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2145517 Cl = -0.02298436 Cl(f) = -0.01149218 Cl(r) = -0.01149218 Time = 86 smoothSolver: Solving for Ux, Initial residual = 0.0002288685, Final residual = 1.235352e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001427364, Final residual = 6.998201e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000907755, Final residual = 4.725367e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007583396, Final residual = 0.0006728098, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001027498, Final residual = 6.897794e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002192415, Final residual = 1.3698e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.912707e-05, Final residual = 3.141301e-06, No Iterations 2 time step continuity errors : sum local = 7.122227e-07, global = -6.927684e-08, cumulative = 7.573084e-06 smoothSolver: Solving for omega, Initial residual = 2.175244e-05, Final residual = 1.32813e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000292166, Final residual = 1.042265e-05, No Iterations 2 ExecutionTime = 66.54 s ClockTime = 69 s forces forces output: sum of forces: pressure : (5.528988 -0.7998268 -8.817992) viscous : (1.912952 0.001512682 0.08041557) porous : (0 0 0) sum of moments: pressure : (0.3938485 -4.962503 -0.7533304) viscous : (-0.001533609 0.5826671 0.001053778) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.214413 Cl = -0.02300058 Cl(f) = -0.01150029 Cl(r) = -0.01150029 Time = 87 smoothSolver: Solving for Ux, Initial residual = 0.0002258113, Final residual = 1.217106e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001418897, Final residual = 6.897022e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009006616, Final residual = 4.661625e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007504779, Final residual = 0.0006667034, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001015674, Final residual = 6.691332e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002167201, Final residual = 1.267785e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.791569e-05, Final residual = 2.681831e-06, No Iterations 2 time step continuity errors : sum local = 6.081396e-07, global = -4.091135e-08, cumulative = 7.532172e-06 smoothSolver: Solving for omega, Initial residual = 2.128861e-05, Final residual = 1.302076e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002837101, Final residual = 1.024537e-05, No Iterations 2 ExecutionTime = 67.3 s ClockTime = 70 s forces forces output: sum of forces: pressure : (5.526493 -0.8009607 -8.821938) viscous : (1.909926 0.001441545 0.08032026) porous : (0 0 0) sum of moments: pressure : (0.3949849 -4.961525 -0.7524823) viscous : (-0.001508928 0.5819439 0.001021602) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2142539 Cl = -0.0230353 Cl(f) = -0.01151765 Cl(r) = -0.01151765 Time = 88 smoothSolver: Solving for Ux, Initial residual = 0.0002226687, Final residual = 1.199527e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001409469, Final residual = 6.79288e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008933368, Final residual = 4.595941e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007419678, Final residual = 0.0006613981, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001003437, Final residual = 6.502856e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002143102, Final residual = 1.174658e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.674567e-05, Final residual = 2.35054e-06, No Iterations 2 time step continuity errors : sum local = 5.331373e-07, global = -3.296236e-08, cumulative = 7.49921e-06 smoothSolver: Solving for omega, Initial residual = 2.086116e-05, Final residual = 1.278646e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000275599, Final residual = 1.008439e-05, No Iterations 2 ExecutionTime = 68.06 s ClockTime = 71 s forces forces output: sum of forces: pressure : (5.523289 -0.8025478 -8.82563) viscous : (1.906908 0.001371062 0.08021679) porous : (0 0 0) sum of moments: pressure : (0.3962488 -4.961106 -0.751824) viscous : (-0.001484599 0.5812195 0.0009891832) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2140747 Cl = -0.02308305 Cl(f) = -0.01154153 Cl(r) = -0.01154153 Time = 89 smoothSolver: Solving for Ux, Initial residual = 0.0002195341, Final residual = 1.182387e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001397741, Final residual = 6.682122e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000885032, Final residual = 4.532897e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007334934, Final residual = 0.0006572971, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009927425, Final residual = 6.335643e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002119976, Final residual = 1.103433e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.576246e-05, Final residual = 2.104753e-06, No Iterations 2 time step continuity errors : sum local = 4.774691e-07, global = -1.578489e-08, cumulative = 7.483425e-06 smoothSolver: Solving for omega, Initial residual = 2.04612e-05, Final residual = 1.257117e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000267777, Final residual = 9.93516e-06, No Iterations 2 ExecutionTime = 68.83 s ClockTime = 72 s forces forces output: sum of forces: pressure : (5.519552 -0.804333 -8.829219) viscous : (1.9039 0.001301456 0.08010768) porous : (0 0 0) sum of moments: pressure : (0.3975197 -4.960967 -0.7510721) viscous : (-0.001460605 0.580494 0.0009563702) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2138803 Cl = -0.02313649 Cl(f) = -0.01156825 Cl(r) = -0.01156825 Time = 90 smoothSolver: Solving for Ux, Initial residual = 0.0002163283, Final residual = 1.165385e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00138437, Final residual = 6.571609e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008758367, Final residual = 4.469641e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007247495, Final residual = 0.0006536889, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009831804, Final residual = 6.182875e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002097546, Final residual = 1.04439e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.48907e-05, Final residual = 2.003901e-06, No Iterations 2 time step continuity errors : sum local = 4.546474e-07, global = -1.913485e-08, cumulative = 7.46429e-06 smoothSolver: Solving for omega, Initial residual = 2.008833e-05, Final residual = 1.237351e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002602293, Final residual = 9.79656e-06, No Iterations 2 ExecutionTime = 69.59 s ClockTime = 73 s forces forces output: sum of forces: pressure : (5.515191 -0.806192 -8.832497) viscous : (1.900904 0.00123302 0.07999426) porous : (0 0 0) sum of moments: pressure : (0.3987593 -4.961164 -0.7500705) viscous : (-0.001436991 0.5797677 0.0009230737) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2136684 Cl = -0.02319203 Cl(f) = -0.01159601 Cl(r) = -0.01159601 Time = 91 smoothSolver: Solving for Ux, Initial residual = 0.0002130526, Final residual = 1.14884e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001370154, Final residual = 6.466121e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000866178, Final residual = 4.402756e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007156219, Final residual = 0.0006507198, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009745718, Final residual = 6.044793e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002076091, Final residual = 9.997835e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 3.416432e-05, Final residual = 1.937464e-06, No Iterations 2 time step continuity errors : sum local = 4.396326e-07, global = 2.306708e-09, cumulative = 7.466597e-06 smoothSolver: Solving for omega, Initial residual = 1.973101e-05, Final residual = 1.217718e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002528835, Final residual = 9.660776e-06, No Iterations 2 ExecutionTime = 70.37 s ClockTime = 74 s forces forces output: sum of forces: pressure : (5.510031 -0.8081453 -8.835319) viscous : (1.897921 0.001164381 0.07987848) porous : (0 0 0) sum of moments: pressure : (0.3999819 -4.961876 -0.7489809) viscous : (-0.001413317 0.579041 0.0008891483) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2134337 Cl = -0.02325028 Cl(f) = -0.01162514 Cl(r) = -0.01162514 Time = 92 smoothSolver: Solving for Ux, Initial residual = 0.000209784, Final residual = 1.132877e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001354701, Final residual = 6.36379e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008557511, Final residual = 4.332621e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007078458, Final residual = 0.0006476827, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009651434, Final residual = 5.919881e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002055804, Final residual = 9.669806e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 3.356262e-05, Final residual = 1.91694e-06, No Iterations 2 time step continuity errors : sum local = 4.350314e-07, global = 1.378412e-08, cumulative = 7.480381e-06 smoothSolver: Solving for omega, Initial residual = 1.938546e-05, Final residual = 1.198122e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002457048, Final residual = 9.526804e-06, No Iterations 2 ExecutionTime = 71.12 s ClockTime = 74 s forces forces output: sum of forces: pressure : (5.5041 -0.810419 -8.837824) viscous : (1.89495 0.001095331 0.07976151) porous : (0 0 0) sum of moments: pressure : (0.4012412 -4.963227 -0.7480211) viscous : (-0.001389346 0.5783133 0.0008541564) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2131773 Cl = -0.02331778 Cl(f) = -0.01165889 Cl(r) = -0.01165889 Time = 93 smoothSolver: Solving for Ux, Initial residual = 0.0002064692, Final residual = 1.117194e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001338113, Final residual = 6.258542e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008447521, Final residual = 4.258344e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007004949, Final residual = 0.0006425489, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009537527, Final residual = 5.79451e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002036347, Final residual = 9.396703e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 3.303597e-05, Final residual = 1.912557e-06, No Iterations 2 time step continuity errors : sum local = 4.34101e-07, global = 2.094666e-08, cumulative = 7.501328e-06 smoothSolver: Solving for omega, Initial residual = 1.905213e-05, Final residual = 1.178392e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002387327, Final residual = 9.38847e-06, No Iterations 2 ExecutionTime = 71.88 s ClockTime = 75 s forces forces output: sum of forces: pressure : (5.497511 -0.8129655 -8.839966) viscous : (1.891993 0.001026052 0.07964393) porous : (0 0 0) sum of moments: pressure : (0.402492 -4.965106 -0.7472956) viscous : (-0.001365081 0.5775847 0.0008177393) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2129022 Cl = -0.02339314 Cl(f) = -0.01169657 Cl(r) = -0.01169657 Time = 94 smoothSolver: Solving for Ux, Initial residual = 0.0002031371, Final residual = 1.101654e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001321142, Final residual = 6.151464e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00083369, Final residual = 4.185966e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006923106, Final residual = 0.000636495, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009420327, Final residual = 5.691581e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00020209, Final residual = 9.227022e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 3.270769e-05, Final residual = 1.95355e-06, No Iterations 2 time step continuity errors : sum local = 4.434813e-07, global = 2.391938e-08, cumulative = 7.525247e-06 smoothSolver: Solving for omega, Initial residual = 1.87255e-05, Final residual = 1.158811e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002319926, Final residual = 9.248852e-06, No Iterations 2 ExecutionTime = 72.68 s ClockTime = 76 s forces forces output: sum of forces: pressure : (5.490597 -0.8157461 -8.841665) viscous : (1.889048 0.0009569198 0.07952557) porous : (0 0 0) sum of moments: pressure : (0.4037257 -4.967229 -0.746802) viscous : (-0.00134077 0.5768548 0.0007799496) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2126182 Cl = -0.02347525 Cl(f) = -0.01173762 Cl(r) = -0.01173762 Time = 95 smoothSolver: Solving for Ux, Initial residual = 0.0001997458, Final residual = 1.085788e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00130374, Final residual = 6.046197e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008223168, Final residual = 4.114425e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006857222, Final residual = 0.0006304818, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009314146, Final residual = 5.625952e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002008902, Final residual = 9.201073e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 3.257373e-05, Final residual = 1.993052e-06, No Iterations 2 time step continuity errors : sum local = 4.525382e-07, global = 1.786455e-08, cumulative = 7.543112e-06 smoothSolver: Solving for omega, Initial residual = 1.841738e-05, Final residual = 1.13904e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002254528, Final residual = 9.113578e-06, No Iterations 2 ExecutionTime = 73.44 s ClockTime = 77 s forces forces output: sum of forces: pressure : (5.483751 -0.8184601 -8.842873) viscous : (1.886117 0.0008885402 0.07940734) porous : (0 0 0) sum of moments: pressure : (0.4048094 -4.969417 -0.7462403) viscous : (-0.001316406 0.5761249 0.0007407349) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2123365 Cl = -0.02355541 Cl(f) = -0.01177771 Cl(r) = -0.01177771 Time = 96 smoothSolver: Solving for Ux, Initial residual = 0.0001963399, Final residual = 1.070181e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001286363, Final residual = 5.948808e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008107004, Final residual = 4.038865e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006804173, Final residual = 0.0006231414, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009211402, Final residual = 5.571827e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001993733, Final residual = 9.155055e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 3.235075e-05, Final residual = 2.026626e-06, No Iterations 2 time step continuity errors : sum local = 4.602422e-07, global = 1.792564e-08, cumulative = 7.561037e-06 smoothSolver: Solving for omega, Initial residual = 1.812241e-05, Final residual = 1.119597e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002191623, Final residual = 8.988174e-06, No Iterations 2 ExecutionTime = 74.19 s ClockTime = 77 s forces forces output: sum of forces: pressure : (5.477108 -0.8210909 -8.843577) viscous : (1.883203 0.0008213446 0.07929221) porous : (0 0 0) sum of moments: pressure : (0.4056991 -4.971839 -0.7453672) viscous : (-0.001291851 0.5753966 0.0006999565) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2120611 Cl = -0.02363315 Cl(f) = -0.01181657 Cl(r) = -0.01181657 Time = 97 smoothSolver: Solving for Ux, Initial residual = 0.0001930389, Final residual = 1.055592e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001268066, Final residual = 5.851892e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007989505, Final residual = 3.962241e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00674635, Final residual = 0.000613833, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009093557, Final residual = 5.503035e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000196981, Final residual = 9.100566e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 3.204716e-05, Final residual = 2.029138e-06, No Iterations 2 time step continuity errors : sum local = 4.608955e-07, global = 1.84551e-08, cumulative = 7.579493e-06 smoothSolver: Solving for omega, Initial residual = 1.78396e-05, Final residual = 1.101057e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002130729, Final residual = 8.866293e-06, No Iterations 2 ExecutionTime = 74.95 s ClockTime = 78 s forces forces output: sum of forces: pressure : (5.470664 -0.823287 -8.843969) viscous : (1.880307 0.000756656 0.07918005) porous : (0 0 0) sum of moments: pressure : (0.406242 -4.974675 -0.7440157) viscous : (-0.001268001 0.57467 0.0006580033) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2117921 Cl = -0.02369828 Cl(f) = -0.01184914 Cl(r) = -0.01184914 Time = 98 smoothSolver: Solving for Ux, Initial residual = 0.0001897804, Final residual = 1.041593e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001249875, Final residual = 5.757196e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007871508, Final residual = 3.889381e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006681709, Final residual = 0.0006029585, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008975321, Final residual = 5.415947e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001941046, Final residual = 9.01767e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 3.165873e-05, Final residual = 2.003649e-06, No Iterations 2 time step continuity errors : sum local = 4.552122e-07, global = 1.954482e-08, cumulative = 7.599037e-06 smoothSolver: Solving for omega, Initial residual = 1.756369e-05, Final residual = 1.082816e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002072265, Final residual = 8.748095e-06, No Iterations 2 ExecutionTime = 75.7 s ClockTime = 79 s forces forces output: sum of forces: pressure : (5.464144 -0.8246402 -8.844289) viscous : (1.877432 0.0006945664 0.07907184) porous : (0 0 0) sum of moments: pressure : (0.4062962 -4.978099 -0.7420968) viscous : (-0.001245163 0.5739455 0.0006151129) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2115214 Cl = -0.02373906 Cl(f) = -0.01186953 Cl(r) = -0.01186953 Time = 99 smoothSolver: Solving for Ux, Initial residual = 0.0001865717, Final residual = 1.02743e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001232235, Final residual = 5.662431e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007756401, Final residual = 3.819527e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0066225, Final residual = 0.0005906787, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008839223, Final residual = 5.324911e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00019128, Final residual = 8.914129e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 3.122185e-05, Final residual = 1.972049e-06, No Iterations 2 time step continuity errors : sum local = 4.481504e-07, global = 2.082501e-08, cumulative = 7.619862e-06 smoothSolver: Solving for omega, Initial residual = 1.729749e-05, Final residual = 1.065508e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002016437, Final residual = 8.634968e-06, No Iterations 2 ExecutionTime = 76.46 s ClockTime = 80 s forces forces output: sum of forces: pressure : (5.457404 -0.8253266 -8.844716) viscous : (1.874579 0.0006340616 0.07896995) porous : (0 0 0) sum of moments: pressure : (0.4060076 -4.982046 -0.7398881) viscous : (-0.001223158 0.5732231 0.0005710759) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.211245 Cl = -0.02376058 Cl(f) = -0.01188029 Cl(r) = -0.01188029 Time = 100 smoothSolver: Solving for Ux, Initial residual = 0.0001833724, Final residual = 1.01314e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001214441, Final residual = 5.571487e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007639742, Final residual = 3.751012e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006577236, Final residual = 0.0005790603, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008720571, Final residual = 5.241112e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001888273, Final residual = 8.801525e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 3.080169e-05, Final residual = 1.950447e-06, No Iterations 2 time step continuity errors : sum local = 4.433605e-07, global = 2.180393e-08, cumulative = 7.641666e-06 smoothSolver: Solving for omega, Initial residual = 1.70361e-05, Final residual = 1.048778e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001962636, Final residual = 8.523871e-06, No Iterations 2 ExecutionTime = 77.23 s ClockTime = 81 s forces forces output: sum of forces: pressure : (5.450553 -0.8255388 -8.845034) viscous : (1.87175 0.0005750348 0.07887616) porous : (0 0 0) sum of moments: pressure : (0.405479 -4.98633 -0.7376345) viscous : (-0.001201888 0.5725028 0.0005260373) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2109661 Cl = -0.02376839 Cl(f) = -0.0118842 Cl(r) = -0.0118842 Time = 101 smoothSolver: Solving for Ux, Initial residual = 0.0001801027, Final residual = 9.988867e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001196809, Final residual = 5.486972e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007519067, Final residual = 3.682065e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006536871, Final residual = 0.0005703793, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000863526, Final residual = 5.149206e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001866421, Final residual = 8.650455e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 3.035478e-05, Final residual = 1.937448e-06, No Iterations 2 time step continuity errors : sum local = 4.405414e-07, global = 2.230405e-08, cumulative = 7.66397e-06 smoothSolver: Solving for omega, Initial residual = 1.677169e-05, Final residual = 1.031477e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001910928, Final residual = 8.411984e-06, No Iterations 2 ExecutionTime = 78.01 s ClockTime = 81 s forces forces output: sum of forces: pressure : (5.443722 -0.8253091 -8.844836) viscous : (1.868947 0.0005161454 0.07879174) porous : (0 0 0) sum of moments: pressure : (0.4047262 -4.990844 -0.7353739) viscous : (-0.001180802 0.5717844 0.00048005) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2106885 Cl = -0.02376347 Cl(f) = -0.01188174 Cl(r) = -0.01188174 Time = 102 smoothSolver: Solving for Ux, Initial residual = 0.0001768097, Final residual = 9.847552e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001179355, Final residual = 5.409029e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000739341, Final residual = 3.615417e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006499727, Final residual = 0.0005632085, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000855995, Final residual = 5.053323e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001843794, Final residual = 8.513577e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.992653e-05, Final residual = 1.937004e-06, No Iterations 2 time step continuity errors : sum local = 4.405942e-07, global = 2.21175e-08, cumulative = 7.686088e-06 smoothSolver: Solving for omega, Initial residual = 1.650255e-05, Final residual = 1.014486e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001860595, Final residual = 8.301605e-06, No Iterations 2 ExecutionTime = 78.76 s ClockTime = 82 s forces forces output: sum of forces: pressure : (5.437124 -0.8246885 -8.843788) viscous : (1.866171 0.0004569311 0.07871752) porous : (0 0 0) sum of moments: pressure : (0.4037748 -4.995609 -0.7330634) viscous : (-0.001159862 0.5710678 0.0004331345) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2104185 Cl = -0.0237473 Cl(f) = -0.01187365 Cl(r) = -0.01187365 Time = 103 smoothSolver: Solving for Ux, Initial residual = 0.0001735463, Final residual = 9.712699e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001161642, Final residual = 5.334106e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007262859, Final residual = 3.55238e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006461269, Final residual = 0.0005558549, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008475731, Final residual = 4.953461e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001819883, Final residual = 8.361393e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.949069e-05, Final residual = 1.934557e-06, No Iterations 2 time step continuity errors : sum local = 4.401852e-07, global = 2.143293e-08, cumulative = 7.707521e-06 smoothSolver: Solving for omega, Initial residual = 1.62384e-05, Final residual = 9.9757e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001811939, Final residual = 8.195201e-06, No Iterations 2 ExecutionTime = 79.53 s ClockTime = 83 s forces forces output: sum of forces: pressure : (5.430861 -0.8236555 -8.84196) viscous : (1.863422 0.0003973761 0.0786552) porous : (0 0 0) sum of moments: pressure : (0.4026048 -5.000662 -0.7306519) viscous : (-0.001138997 0.5703521 0.0003852127) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2101588 Cl = -0.02371925 Cl(f) = -0.01185963 Cl(r) = -0.01185963 Time = 104 smoothSolver: Solving for Ux, Initial residual = 0.0001703316, Final residual = 9.579233e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001144201, Final residual = 5.27179e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007126137, Final residual = 3.492336e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006426612, Final residual = 0.0005491736, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008408342, Final residual = 4.862978e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001798136, Final residual = 8.265131e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.918399e-05, Final residual = 1.944862e-06, No Iterations 2 time step continuity errors : sum local = 4.426751e-07, global = 2.056715e-08, cumulative = 7.728088e-06 smoothSolver: Solving for omega, Initial residual = 1.59818e-05, Final residual = 9.80613e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001764983, Final residual = 8.091966e-06, No Iterations 2 ExecutionTime = 80.28 s ClockTime = 84 s forces forces output: sum of forces: pressure : (5.424927 -0.8223634 -8.839572) viscous : (1.8607 0.0003383048 0.07860567) porous : (0 0 0) sum of moments: pressure : (0.4012883 -5.005983 -0.7281702) viscous : (-0.00111839 0.5696372 0.0003364283) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2099094 Cl = -0.02368373 Cl(f) = -0.01184186 Cl(r) = -0.01184186 Time = 105 smoothSolver: Solving for Ux, Initial residual = 0.0001671834, Final residual = 9.445688e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001126489, Final residual = 5.217368e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006986046, Final residual = 3.432332e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006396987, Final residual = 0.0005441634, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008376657, Final residual = 4.791094e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001784164, Final residual = 8.180867e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.898945e-05, Final residual = 1.960172e-06, No Iterations 2 time step continuity errors : sum local = 4.463238e-07, global = 1.805942e-08, cumulative = 7.746147e-06 smoothSolver: Solving for omega, Initial residual = 1.572357e-05, Final residual = 9.636875e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001719609, Final residual = 7.988654e-06, No Iterations 2 ExecutionTime = 81.04 s ClockTime = 84 s forces forces output: sum of forces: pressure : (5.419424 -0.8210752 -8.836883) viscous : (1.858008 0.0002800669 0.07856952) porous : (0 0 0) sum of moments: pressure : (0.3999326 -5.011464 -0.7257486) viscous : (-0.001098002 0.5689239 0.0002869668) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2096733 Cl = -0.02364829 Cl(f) = -0.01182414 Cl(r) = -0.01182414 Time = 106 smoothSolver: Solving for Ux, Initial residual = 0.000164071, Final residual = 9.315612e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001109214, Final residual = 5.168986e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006844283, Final residual = 3.371947e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006346807, Final residual = 0.0005404877, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000835678, Final residual = 4.721184e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001768404, Final residual = 8.115675e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.877413e-05, Final residual = 1.971752e-06, No Iterations 2 time step continuity errors : sum local = 4.491048e-07, global = 1.741419e-08, cumulative = 7.763562e-06 smoothSolver: Solving for omega, Initial residual = 1.546839e-05, Final residual = 9.468075e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001675485, Final residual = 7.881815e-06, No Iterations 2 ExecutionTime = 81.8 s ClockTime = 85 s forces forces output: sum of forces: pressure : (5.414497 -0.8198101 -8.834239) viscous : (1.855349 0.0002231434 0.07854664) porous : (0 0 0) sum of moments: pressure : (0.3985523 -5.016943 -0.7235388) viscous : (-0.001078076 0.5682126 0.00023678) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2094547 Cl = -0.02361348 Cl(f) = -0.01180674 Cl(r) = -0.01180674 Time = 107 smoothSolver: Solving for Ux, Initial residual = 0.0001610368, Final residual = 9.186613e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001092338, Final residual = 5.12736e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006700058, Final residual = 3.312581e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00631452, Final residual = 0.0005373999, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008359825, Final residual = 4.649491e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001751776, Final residual = 8.060965e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.854032e-05, Final residual = 1.993838e-06, No Iterations 2 time step continuity errors : sum local = 4.542659e-07, global = 1.701083e-08, cumulative = 7.780572e-06 smoothSolver: Solving for omega, Initial residual = 1.520672e-05, Final residual = 9.303997e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001632627, Final residual = 7.771671e-06, No Iterations 2 ExecutionTime = 82.6 s ClockTime = 86 s forces forces output: sum of forces: pressure : (5.410201 -0.8184977 -8.83147) viscous : (1.852723 0.0001676336 0.07853734) porous : (0 0 0) sum of moments: pressure : (0.3971085 -5.022378 -0.7215023) viscous : (-0.00105861 0.5675036 0.0001862603) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2092553 Cl = -0.02357727 Cl(f) = -0.01178863 Cl(r) = -0.01178863 Time = 108 smoothSolver: Solving for Ux, Initial residual = 0.0001580114, Final residual = 9.061283e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00107557, Final residual = 5.089873e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006554261, Final residual = 3.252196e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006282892, Final residual = 0.0005346853, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008362831, Final residual = 4.594641e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001741615, Final residual = 8.10825e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.849989e-05, Final residual = 2.055201e-06, No Iterations 2 time step continuity errors : sum local = 4.683796e-07, global = 1.660781e-08, cumulative = 7.79718e-06 smoothSolver: Solving for omega, Initial residual = 1.494413e-05, Final residual = 9.14086e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001591413, Final residual = 7.661451e-06, No Iterations 2 ExecutionTime = 83.36 s ClockTime = 87 s forces forces output: sum of forces: pressure : (5.406558 -0.8171203 -8.828054) viscous : (1.850133 0.0001137765 0.07854272) porous : (0 0 0) sum of moments: pressure : (0.395641 -5.027799 -0.7195495) viscous : (-0.001039504 0.5667976 0.0001361266) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2090757 Cl = -0.02353913 Cl(f) = -0.01176957 Cl(r) = -0.01176957 Time = 109 smoothSolver: Solving for Ux, Initial residual = 0.0001550668, Final residual = 8.938966e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001059072, Final residual = 5.058335e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006411364, Final residual = 3.195184e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006259017, Final residual = 0.000532891, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008371082, Final residual = 4.57018e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001735605, Final residual = 8.217396e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.857659e-05, Final residual = 2.120677e-06, No Iterations 2 time step continuity errors : sum local = 4.834465e-07, global = 1.649851e-08, cumulative = 7.813679e-06 smoothSolver: Solving for omega, Initial residual = 1.467449e-05, Final residual = 8.970467e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001551096, Final residual = 7.549225e-06, No Iterations 2 ExecutionTime = 84.12 s ClockTime = 88 s forces forces output: sum of forces: pressure : (5.40327 -0.8153501 -8.823988) viscous : (1.84758 6.12768e-05 0.07856142) porous : (0 0 0) sum of moments: pressure : (0.3940735 -5.033354 -0.7174331) viscous : (-0.001020944 0.5660946 8.671741e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2089074 Cl = -0.02348964 Cl(f) = -0.01174482 Cl(r) = -0.01174482 Time = 110 smoothSolver: Solving for Ux, Initial residual = 0.0001521836, Final residual = 8.819807e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001043301, Final residual = 5.029924e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006269798, Final residual = 3.14152e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006240804, Final residual = 0.0005336272, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008399029, Final residual = 4.575729e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001734438, Final residual = 8.38146e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.877499e-05, Final residual = 2.185135e-06, No Iterations 2 time step continuity errors : sum local = 4.983065e-07, global = 1.794254e-08, cumulative = 7.831621e-06 smoothSolver: Solving for omega, Initial residual = 1.439832e-05, Final residual = 8.796109e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001511718, Final residual = 7.439041e-06, No Iterations 2 ExecutionTime = 84.89 s ClockTime = 89 s forces forces output: sum of forces: pressure : (5.400384 -0.813211 -8.819512) viscous : (1.845066 1.070949e-05 0.07859196) porous : (0 0 0) sum of moments: pressure : (0.392443 -5.038969 -0.7151509) viscous : (-0.001003071 0.5653955 3.758924e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2087518 Cl = -0.02342947 Cl(f) = -0.01171473 Cl(r) = -0.01171473 Time = 111 smoothSolver: Solving for Ux, Initial residual = 0.0001493759, Final residual = 8.701094e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001027444, Final residual = 5.003116e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006130599, Final residual = 3.091292e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006214704, Final residual = 0.0005350934, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008432849, Final residual = 4.600941e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001734706, Final residual = 8.553736e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.903332e-05, Final residual = 2.219529e-06, No Iterations 2 time step continuity errors : sum local = 5.063572e-07, global = 1.742694e-08, cumulative = 7.849048e-06 smoothSolver: Solving for omega, Initial residual = 1.412066e-05, Final residual = 8.624626e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001473133, Final residual = 7.326364e-06, No Iterations 2 ExecutionTime = 85.67 s ClockTime = 89 s forces forces output: sum of forces: pressure : (5.398068 -0.8109488 -8.81473) viscous : (1.84259 -3.671594e-05 0.07863405) porous : (0 0 0) sum of moments: pressure : (0.3908331 -5.044557 -0.7128329) viscous : (-0.000986466 0.5647003 -1.082301e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2086138 Cl = -0.02336566 Cl(f) = -0.01168283 Cl(r) = -0.01168283 Time = 112 smoothSolver: Solving for Ux, Initial residual = 0.000146643, Final residual = 8.587617e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001011994, Final residual = 4.974686e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000599262, Final residual = 3.043136e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006172303, Final residual = 0.0005358548, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008461999, Final residual = 4.63563e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001733696, Final residual = 8.774914e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.933159e-05, Final residual = 2.277702e-06, No Iterations 2 time step continuity errors : sum local = 5.198644e-07, global = 1.702898e-08, cumulative = 7.866077e-06 smoothSolver: Solving for omega, Initial residual = 1.384722e-05, Final residual = 8.448513e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000143609, Final residual = 7.214977e-06, No Iterations 2 ExecutionTime = 86.43 s ClockTime = 90 s forces forces output: sum of forces: pressure : (5.396497 -0.8090198 -8.809668) viscous : (1.840151 -8.217062e-05 0.07868575) porous : (0 0 0) sum of moments: pressure : (0.389424 -5.049961 -0.7106401) viscous : (-0.0009705178 0.5640085 -5.809888e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2084983 Cl = -0.02331139 Cl(f) = -0.0116557 Cl(r) = -0.0116557 Time = 113 smoothSolver: Solving for Ux, Initial residual = 0.0001439603, Final residual = 8.477833e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00099661, Final residual = 4.944014e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005858002, Final residual = 2.996246e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006135074, Final residual = 0.000536444, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008477453, Final residual = 4.658685e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001728079, Final residual = 8.929922e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.946255e-05, Final residual = 2.296307e-06, No Iterations 2 time step continuity errors : sum local = 5.243337e-07, global = 1.631394e-08, cumulative = 7.882391e-06 smoothSolver: Solving for omega, Initial residual = 1.357689e-05, Final residual = 8.274335e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000140082, Final residual = 7.107255e-06, No Iterations 2 ExecutionTime = 87.18 s ClockTime = 91 s forces forces output: sum of forces: pressure : (5.395732 -0.8075196 -8.804638) viscous : (1.837749 -0.0001264183 0.07874638) porous : (0 0 0) sum of moments: pressure : (0.3882371 -5.055006 -0.708604) viscous : (-0.0009548074 0.5633203 -0.0001038332) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.208407 Cl = -0.02326944 Cl(f) = -0.01163472 Cl(r) = -0.01163472 Time = 114 smoothSolver: Solving for Ux, Initial residual = 0.0001412542, Final residual = 8.373942e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009813251, Final residual = 4.910554e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000572574, Final residual = 2.948807e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006092399, Final residual = 0.0005352529, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008477626, Final residual = 4.671811e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001723474, Final residual = 9.050588e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.958619e-05, Final residual = 2.296895e-06, No Iterations 2 time step continuity errors : sum local = 5.247005e-07, global = 1.586889e-08, cumulative = 7.89826e-06 smoothSolver: Solving for omega, Initial residual = 1.331817e-05, Final residual = 8.104599e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001367131, Final residual = 7.000909e-06, No Iterations 2 ExecutionTime = 87.95 s ClockTime = 92 s forces forces output: sum of forces: pressure : (5.395686 -0.8063755 -8.7995) viscous : (1.83538 -0.0001685152 0.07881588) porous : (0 0 0) sum of moments: pressure : (0.3872149 -5.059775 -0.7068699) viscous : (-0.0009397193 0.5626355 -0.0001478104) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2083374 Cl = -0.02323769 Cl(f) = -0.01161885 Cl(r) = -0.01161885 Time = 115 smoothSolver: Solving for Ux, Initial residual = 0.0001385436, Final residual = 8.272662e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009666473, Final residual = 4.877646e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005596441, Final residual = 2.901981e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006047336, Final residual = 0.0005315209, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008449417, Final residual = 4.670441e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001718465, Final residual = 9.140135e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.967521e-05, Final residual = 2.31041e-06, No Iterations 2 time step continuity errors : sum local = 5.280243e-07, global = 1.481604e-08, cumulative = 7.913076e-06 smoothSolver: Solving for omega, Initial residual = 1.307476e-05, Final residual = 7.946482e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001335061, Final residual = 6.892036e-06, No Iterations 2 ExecutionTime = 88.71 s ClockTime = 92 s forces forces output: sum of forces: pressure : (5.396296 -0.8053374 -8.793974) viscous : (1.833044 -0.0002091472 0.07889613) porous : (0 0 0) sum of moments: pressure : (0.3862339 -5.06436 -0.7054904) viscous : (-0.0009251107 0.5619539 -0.0001897094) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2082877 Cl = -0.02320895 Cl(f) = -0.01160448 Cl(r) = -0.01160448 Time = 116 smoothSolver: Solving for Ux, Initial residual = 0.0001359015, Final residual = 8.175997e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009522073, Final residual = 4.842374e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005471667, Final residual = 2.855146e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005994209, Final residual = 0.0005263528, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008396489, Final residual = 4.654133e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001710885, Final residual = 9.219209e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.972991e-05, Final residual = 2.331685e-06, No Iterations 2 time step continuity errors : sum local = 5.331222e-07, global = 1.422702e-08, cumulative = 7.927303e-06 smoothSolver: Solving for omega, Initial residual = 1.284885e-05, Final residual = 7.798484e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001303949, Final residual = 6.780886e-06, No Iterations 2 ExecutionTime = 89.47 s ClockTime = 93 s forces forces output: sum of forces: pressure : (5.397562 -0.8037093 -8.788066) viscous : (1.830741 -0.0002487583 0.07898826) porous : (0 0 0) sum of moments: pressure : (0.3849706 -5.06864 -0.7042554) viscous : (-0.0009111169 0.5612756 -0.0002289904) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2082578 Cl = -0.02316319 Cl(f) = -0.01158159 Cl(r) = -0.01158159 Time = 117 smoothSolver: Solving for Ux, Initial residual = 0.0001333393, Final residual = 8.080217e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009382277, Final residual = 4.809491e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005350726, Final residual = 2.807488e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005916619, Final residual = 0.0005200755, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008312832, Final residual = 4.60096e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001697235, Final residual = 9.193879e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.955065e-05, Final residual = 2.32443e-06, No Iterations 2 time step continuity errors : sum local = 5.316859e-07, global = 2.108251e-08, cumulative = 7.948386e-06 smoothSolver: Solving for omega, Initial residual = 1.263274e-05, Final residual = 7.656174e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001272963, Final residual = 6.668203e-06, No Iterations 2 ExecutionTime = 90.23 s ClockTime = 94 s forces forces output: sum of forces: pressure : (5.399551 -0.8014952 -8.782151) viscous : (1.828469 -0.0002883519 0.07909218) porous : (0 0 0) sum of moments: pressure : (0.3834642 -5.072481 -0.7031217) viscous : (-0.0008970654 0.5606004 -0.0002661912) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2082496 Cl = -0.02310054 Cl(f) = -0.01155027 Cl(r) = -0.01155027 Time = 118 smoothSolver: Solving for Ux, Initial residual = 0.0001308364, Final residual = 7.984167e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009245666, Final residual = 4.778409e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005231115, Final residual = 2.759313e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00585954, Final residual = 0.0005130469, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008225646, Final residual = 4.533801e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000168153, Final residual = 9.185266e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.935121e-05, Final residual = 2.326665e-06, No Iterations 2 time step continuity errors : sum local = 5.324223e-07, global = 2.053553e-08, cumulative = 7.968921e-06 smoothSolver: Solving for omega, Initial residual = 1.242765e-05, Final residual = 7.518191e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001242699, Final residual = 6.556282e-06, No Iterations 2 ExecutionTime = 90.99 s ClockTime = 95 s forces forces output: sum of forces: pressure : (5.402218 -0.7991278 -8.776242) viscous : (1.826225 -0.0003268441 0.07920651) porous : (0 0 0) sum of moments: pressure : (0.3819257 -5.075849 -0.7021146) viscous : (-0.0008833325 0.5599277 -0.0003006575) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2082618 Cl = -0.02303344 Cl(f) = -0.01151672 Cl(r) = -0.01151672 Time = 119 smoothSolver: Solving for Ux, Initial residual = 0.0001284083, Final residual = 7.888773e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009113246, Final residual = 4.75041e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005113575, Final residual = 2.711585e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005816086, Final residual = 0.0005048556, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008127892, Final residual = 4.475828e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001662837, Final residual = 9.141395e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.912238e-05, Final residual = 2.316235e-06, No Iterations 2 time step continuity errors : sum local = 5.302373e-07, global = 2.14532e-08, cumulative = 7.990374e-06 smoothSolver: Solving for omega, Initial residual = 1.222237e-05, Final residual = 7.38122e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001214159, Final residual = 6.448974e-06, No Iterations 2 ExecutionTime = 91.75 s ClockTime = 95 s forces forces output: sum of forces: pressure : (5.405665 -0.7968053 -8.770139) viscous : (1.824006 -0.0003627751 0.07933293) porous : (0 0 0) sum of moments: pressure : (0.3804514 -5.078669 -0.70127) viscous : (-0.0008708654 0.5592574 -0.0003319134) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2082972 Cl = -0.02296756 Cl(f) = -0.01148378 Cl(r) = -0.01148378 Time = 120 smoothSolver: Solving for Ux, Initial residual = 0.0001261115, Final residual = 7.792153e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008990049, Final residual = 4.727119e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004997522, Final residual = 2.665227e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005784245, Final residual = 0.000496433, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008039209, Final residual = 4.427046e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001644271, Final residual = 9.095016e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.88943e-05, Final residual = 2.288472e-06, No Iterations 2 time step continuity errors : sum local = 5.240553e-07, global = 1.958173e-08, cumulative = 8.009956e-06 smoothSolver: Solving for omega, Initial residual = 1.202e-05, Final residual = 7.252059e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001186798, Final residual = 6.346283e-06, No Iterations 2 ExecutionTime = 92.52 s ClockTime = 96 s forces forces output: sum of forces: pressure : (5.410011 -0.7948457 -8.764035) viscous : (1.821814 -0.0003945882 0.07947193) porous : (0 0 0) sum of moments: pressure : (0.3791526 -5.080842 -0.7005864) viscous : (-0.0008600566 0.55859 -0.0003611528) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2083593 Cl = -0.02291202 Cl(f) = -0.01145601 Cl(r) = -0.01145601 Time = 121 smoothSolver: Solving for Ux, Initial residual = 0.0001239098, Final residual = 7.695137e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008874606, Final residual = 4.709101e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004883738, Final residual = 2.619444e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005767333, Final residual = 0.0004881234, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007967744, Final residual = 4.36577e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000162461, Final residual = 9.030448e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.864764e-05, Final residual = 2.253163e-06, No Iterations 2 time step continuity errors : sum local = 5.161292e-07, global = 3.260805e-08, cumulative = 8.042564e-06 smoothSolver: Solving for omega, Initial residual = 1.182006e-05, Final residual = 7.127544e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001161274, Final residual = 6.254783e-06, No Iterations 2 ExecutionTime = 93.3 s ClockTime = 97 s forces forces output: sum of forces: pressure : (5.415333 -0.7933132 -8.758573) viscous : (1.819646 -0.0004207747 0.07961895) porous : (0 0 0) sum of moments: pressure : (0.3780322 -5.08228 -0.7000161) viscous : (-0.0008511842 0.557925 -0.0003878638) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2084501 Cl = -0.02286862 Cl(f) = -0.01143431 Cl(r) = -0.01143431 Time = 122 smoothSolver: Solving for Ux, Initial residual = 0.0001218288, Final residual = 7.598217e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008763647, Final residual = 4.691851e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000477242, Final residual = 2.574215e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005746333, Final residual = 0.000480186, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007906184, Final residual = 4.290272e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001605258, Final residual = 8.964461e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.827343e-05, Final residual = 2.235071e-06, No Iterations 2 time step continuity errors : sum local = 5.121207e-07, global = 1.804651e-08, cumulative = 8.060611e-06 smoothSolver: Solving for omega, Initial residual = 1.162561e-05, Final residual = 7.005935e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001137626, Final residual = 6.170233e-06, No Iterations 2 ExecutionTime = 94.05 s ClockTime = 98 s forces forces output: sum of forces: pressure : (5.421544 -0.7922646 -8.753833) viscous : (1.817504 -0.0004419141 0.07977933) porous : (0 0 0) sum of moments: pressure : (0.3771043 -5.082987 -0.6994991) viscous : (-0.0008440088 0.5572634 -0.0004132668) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2085674 Cl = -0.02283901 Cl(f) = -0.01141951 Cl(r) = -0.01141951 Time = 123 smoothSolver: Solving for Ux, Initial residual = 0.0001198344, Final residual = 7.50137e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000865641, Final residual = 4.679439e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004663227, Final residual = 2.530188e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005720756, Final residual = 0.000472711, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007862288, Final residual = 4.21133e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001587218, Final residual = 8.884323e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.782285e-05, Final residual = 2.175585e-06, No Iterations 2 time step continuity errors : sum local = 4.986086e-07, global = 2.688796e-08, cumulative = 8.087498e-06 smoothSolver: Solving for omega, Initial residual = 1.143601e-05, Final residual = 6.904357e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001115271, Final residual = 6.093382e-06, No Iterations 2 ExecutionTime = 94.81 s ClockTime = 99 s forces forces output: sum of forces: pressure : (5.428611 -0.7915544 -8.749939) viscous : (1.815384 -0.0004573139 0.07995153) porous : (0 0 0) sum of moments: pressure : (0.3762681 -5.082864 -0.6988533) viscous : (-0.0008391963 0.5566045 -0.0004370291) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2087099 Cl = -0.022819 Cl(f) = -0.0114095 Cl(r) = -0.0114095 Time = 124 smoothSolver: Solving for Ux, Initial residual = 0.0001179942, Final residual = 7.406301e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008553832, Final residual = 4.67093e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004555912, Final residual = 2.487412e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00566272, Final residual = 0.0004654667, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007801584, Final residual = 4.126318e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001566562, Final residual = 8.793777e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.730192e-05, Final residual = 2.121769e-06, No Iterations 2 time step continuity errors : sum local = 4.86383e-07, global = 1.962823e-08, cumulative = 8.107127e-06 smoothSolver: Solving for omega, Initial residual = 1.125814e-05, Final residual = 6.813218e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001094115, Final residual = 6.028408e-06, No Iterations 2 ExecutionTime = 95.57 s ClockTime = 99 s forces forces output: sum of forces: pressure : (5.436551 -0.7912996 -8.746662) viscous : (1.813289 -0.0004679144 0.08013673) porous : (0 0 0) sum of moments: pressure : (0.375598 -5.081891 -0.6981058) viscous : (-0.0008360958 0.5559497 -0.0004602168) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2088783 Cl = -0.02281196 Cl(f) = -0.01140598 Cl(r) = -0.01140598 Time = 125 smoothSolver: Solving for Ux, Initial residual = 0.0001162421, Final residual = 7.314848e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008453342, Final residual = 4.661238e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004450167, Final residual = 2.44668e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005575908, Final residual = 0.0004577678, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007713456, Final residual = 4.042116e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001544344, Final residual = 8.731961e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.66995e-05, Final residual = 2.096383e-06, No Iterations 2 time step continuity errors : sum local = 4.806511e-07, global = -8.43525e-09, cumulative = 8.098691e-06 smoothSolver: Solving for omega, Initial residual = 1.109096e-05, Final residual = 6.727431e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001073625, Final residual = 5.964641e-06, No Iterations 2 ExecutionTime = 96.32 s ClockTime = 100 s forces forces output: sum of forces: pressure : (5.445365 -0.791698 -8.743856) viscous : (1.811218 -0.0004729535 0.08033222) porous : (0 0 0) sum of moments: pressure : (0.3752131 -5.080075 -0.6973875) viscous : (-0.0008352544 0.5552991 -0.0004827935) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2090726 Cl = -0.02282359 Cl(f) = -0.01141179 Cl(r) = -0.01141179 Time = 126 smoothSolver: Solving for Ux, Initial residual = 0.0001145621, Final residual = 7.227861e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008358723, Final residual = 4.649693e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004345426, Final residual = 2.406663e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00548959, Final residual = 0.0004501746, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007602942, Final residual = 3.96646e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001520101, Final residual = 8.697925e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.610841e-05, Final residual = 2.086926e-06, No Iterations 2 time step continuity errors : sum local = 4.785508e-07, global = -1.287705e-08, cumulative = 8.085814e-06 smoothSolver: Solving for omega, Initial residual = 1.092135e-05, Final residual = 6.641611e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001053253, Final residual = 5.900261e-06, No Iterations 2 ExecutionTime = 97.08 s ClockTime = 101 s forces forces output: sum of forces: pressure : (5.454988 -0.7928365 -8.741501) viscous : (1.809173 -0.0004718097 0.08053555) porous : (0 0 0) sum of moments: pressure : (0.3751865 -5.077429 -0.6967792) viscous : (-0.0008370457 0.5546528 -0.0005045619) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2092909 Cl = -0.02285635 Cl(f) = -0.01142818 Cl(r) = -0.01142818 Time = 127 smoothSolver: Solving for Ux, Initial residual = 0.0001129799, Final residual = 7.14555e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000826191, Final residual = 4.636015e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004242207, Final residual = 2.367217e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005399068, Final residual = 0.0004422498, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007475297, Final residual = 3.878781e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001491185, Final residual = 8.668037e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.540727e-05, Final residual = 2.064704e-06, No Iterations 2 time step continuity errors : sum local = 4.734977e-07, global = -2.040808e-08, cumulative = 8.065406e-06 smoothSolver: Solving for omega, Initial residual = 1.07611e-05, Final residual = 6.55904e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001032973, Final residual = 5.838052e-06, No Iterations 2 ExecutionTime = 97.83 s ClockTime = 102 s forces forces output: sum of forces: pressure : (5.46542 -0.794546 -8.739652) viscous : (1.807153 -0.000463849 0.08074395) porous : (0 0 0) sum of moments: pressure : (0.3754535 -5.073934 -0.6962135) viscous : (-0.0008416068 0.5540108 -0.0005253642) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2095333 Cl = -0.02290538 Cl(f) = -0.01145269 Cl(r) = -0.01145269 Time = 128 smoothSolver: Solving for Ux, Initial residual = 0.0001114396, Final residual = 7.067649e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008160328, Final residual = 4.619577e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004139868, Final residual = 2.327756e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005313031, Final residual = 0.0004345043, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007363392, Final residual = 3.792481e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001465822, Final residual = 8.622848e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.485688e-05, Final residual = 2.123144e-06, No Iterations 2 time step continuity errors : sum local = 4.869174e-07, global = -2.975724e-08, cumulative = 8.035649e-06 smoothSolver: Solving for omega, Initial residual = 1.061385e-05, Final residual = 6.474287e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000101362, Final residual = 5.778024e-06, No Iterations 2 ExecutionTime = 98.59 s ClockTime = 103 s forces forces output: sum of forces: pressure : (5.476573 -0.7965972 -8.738408) viscous : (1.805158 -0.0004488735 0.08095732) porous : (0 0 0) sum of moments: pressure : (0.3759364 -5.069665 -0.6955723) viscous : (-0.0008488872 0.5533736 -0.0005450943) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2097971 Cl = -0.02296404 Cl(f) = -0.01148202 Cl(r) = -0.01148202 Time = 129 smoothSolver: Solving for Ux, Initial residual = 0.0001099441, Final residual = 6.989807e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008052199, Final residual = 4.600354e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000403949, Final residual = 2.288406e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005238706, Final residual = 0.0004275781, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007246012, Final residual = 3.708302e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001442872, Final residual = 8.534293e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.437473e-05, Final residual = 2.198799e-06, No Iterations 2 time step continuity errors : sum local = 5.04264e-07, global = -2.739272e-08, cumulative = 8.008256e-06 smoothSolver: Solving for omega, Initial residual = 1.047127e-05, Final residual = 6.391799e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.953415e-05, Final residual = 5.715516e-06, No Iterations 2 ExecutionTime = 99.35 s ClockTime = 103 s forces forces output: sum of forces: pressure : (5.488421 -0.7990736 -8.737787) viscous : (1.803187 -0.0004288937 0.08117377) porous : (0 0 0) sum of moments: pressure : (0.376697 -5.064696 -0.6949008) viscous : (-0.0008579436 0.5527415 -0.0005638193) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2100817 Cl = -0.02303482 Cl(f) = -0.01151741 Cl(r) = -0.01151741 Time = 130 smoothSolver: Solving for Ux, Initial residual = 0.0001085189, Final residual = 6.907843e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007942267, Final residual = 4.576407e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000394278, Final residual = 2.248797e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005157481, Final residual = 0.000420323, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007122076, Final residual = 3.632145e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001419991, Final residual = 8.485014e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.399727e-05, Final residual = 2.294594e-06, No Iterations 2 time step continuity errors : sum local = 5.26244e-07, global = -3.438749e-08, cumulative = 7.973869e-06 smoothSolver: Solving for omega, Initial residual = 1.032573e-05, Final residual = 6.308589e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.783389e-05, Final residual = 5.654109e-06, No Iterations 2 ExecutionTime = 100.1 s ClockTime = 104 s forces forces output: sum of forces: pressure : (5.50083 -0.8020746 -8.73756) viscous : (1.801241 -0.0004047707 0.08139269) porous : (0 0 0) sum of moments: pressure : (0.3777775 -5.059093 -0.6942934) viscous : (-0.0008683253 0.5521147 -0.0005818365) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2103832 Cl = -0.02312059 Cl(f) = -0.01156029 Cl(r) = -0.01156029 Time = 131 smoothSolver: Solving for Ux, Initial residual = 0.0001072037, Final residual = 6.825618e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007829647, Final residual = 4.54569e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003850178, Final residual = 2.210316e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005070906, Final residual = 0.0004136419, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007002449, Final residual = 3.570575e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001396859, Final residual = 8.450215e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.368615e-05, Final residual = 1.12888e-06, No Iterations 3 time step continuity errors : sum local = 2.588932e-07, global = -1.912342e-08, cumulative = 7.954745e-06 smoothSolver: Solving for omega, Initial residual = 1.018076e-05, Final residual = 6.221377e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.61479e-05, Final residual = 5.586739e-06, No Iterations 2 ExecutionTime = 100.89 s ClockTime = 105 s forces forces output: sum of forces: pressure : (5.513854 -0.8056422 -8.737493) viscous : (1.799318 -0.0003765539 0.08161304) porous : (0 0 0) sum of moments: pressure : (0.3791756 -5.052684 -0.693747) viscous : (-0.0008800389 0.551493 -0.0005992938) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.210703 Cl = -0.02322256 Cl(f) = -0.01161128 Cl(r) = -0.01161128 Time = 132 smoothSolver: Solving for Ux, Initial residual = 0.0001060246, Final residual = 6.748493e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007719515, Final residual = 4.509734e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003761915, Final residual = 2.172241e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004994674, Final residual = 0.0004077753, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006883179, Final residual = 3.491555e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001370843, Final residual = 8.220516e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.317506e-05, Final residual = 1.141349e-06, No Iterations 3 time step continuity errors : sum local = 2.617458e-07, global = -1.925561e-08, cumulative = 7.93549e-06 smoothSolver: Solving for omega, Initial residual = 1.004388e-05, Final residual = 6.131081e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.449332e-05, Final residual = 5.516111e-06, No Iterations 2 ExecutionTime = 101.7 s ClockTime = 106 s forces forces output: sum of forces: pressure : (5.527276 -0.8098223 -8.738122) viscous : (1.797418 -0.0003437099 0.08183384) porous : (0 0 0) sum of moments: pressure : (0.3808562 -5.045969 -0.6931698) viscous : (-0.0008934579 0.5508763 -0.0006161673) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.211035 Cl = -0.02334205 Cl(f) = -0.01167102 Cl(r) = -0.01167102 Time = 133 smoothSolver: Solving for Ux, Initial residual = 0.0001048893, Final residual = 6.671248e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007609867, Final residual = 4.469681e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003676256, Final residual = 2.134735e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00491599, Final residual = 0.0004022275, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006785671, Final residual = 3.425906e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001345697, Final residual = 8.050471e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.284409e-05, Final residual = 1.110946e-06, No Iterations 3 time step continuity errors : sum local = 2.547633e-07, global = -1.434032e-08, cumulative = 7.92115e-06 smoothSolver: Solving for omega, Initial residual = 9.911201e-06, Final residual = 6.039277e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.288069e-05, Final residual = 5.440636e-06, No Iterations 2 ExecutionTime = 102.47 s ClockTime = 107 s forces forces output: sum of forces: pressure : (5.541011 -0.8144831 -8.739361) viscous : (1.79554 -0.0003060564 0.08205534) porous : (0 0 0) sum of moments: pressure : (0.3827419 -5.038858 -0.6924532) viscous : (-0.0009089812 0.550265 -0.0006323833) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2113766 Cl = -0.02347525 Cl(f) = -0.01173762 Cl(r) = -0.01173762 Time = 134 smoothSolver: Solving for Ux, Initial residual = 0.0001038504, Final residual = 6.590675e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007502799, Final residual = 4.424303e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003592703, Final residual = 2.098471e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004842482, Final residual = 0.0003967035, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006687496, Final residual = 3.380601e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001323671, Final residual = 8.005025e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.275976e-05, Final residual = 1.073481e-06, No Iterations 3 time step continuity errors : sum local = 2.461484e-07, global = -1.278869e-08, cumulative = 7.908361e-06 smoothSolver: Solving for omega, Initial residual = 9.775115e-06, Final residual = 5.948155e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.125124e-05, Final residual = 5.360454e-06, No Iterations 2 ExecutionTime = 103.23 s ClockTime = 107 s forces forces output: sum of forces: pressure : (5.555052 -0.8195192 -8.740991) viscous : (1.793684 -0.0002648307 0.08227707) porous : (0 0 0) sum of moments: pressure : (0.3848045 -5.031203 -0.6915287) viscous : (-0.0009261762 0.5496591 -0.0006482551) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2117276 Cl = -0.02361916 Cl(f) = -0.01180958 Cl(r) = -0.01180958 Time = 135 smoothSolver: Solving for Ux, Initial residual = 0.0001028564, Final residual = 6.512013e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000740381, Final residual = 4.378921e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003512511, Final residual = 2.063717e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004769997, Final residual = 0.0003901772, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006571171, Final residual = 3.348071e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001298912, Final residual = 7.965378e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.268349e-05, Final residual = 2.262849e-06, No Iterations 2 time step continuity errors : sum local = 5.188121e-07, global = -2.978846e-08, cumulative = 7.878572e-06 smoothSolver: Solving for omega, Initial residual = 9.639386e-06, Final residual = 5.862678e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.957927e-05, Final residual = 5.274483e-06, No Iterations 2 ExecutionTime = 103.98 s ClockTime = 108 s forces forces output: sum of forces: pressure : (5.569071 -0.8244742 -8.7426) viscous : (1.791848 -0.0002214808 0.08249849) porous : (0 0 0) sum of moments: pressure : (0.3869048 -5.023186 -0.6904107) viscous : (-0.0009443338 0.5490583 -0.000663719) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2120787 Cl = -0.02376067 Cl(f) = -0.01188033 Cl(r) = -0.01188033 Time = 136 smoothSolver: Solving for Ux, Initial residual = 0.0001019691, Final residual = 6.439567e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007306887, Final residual = 4.337427e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003436274, Final residual = 2.029649e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004703825, Final residual = 0.0003830633, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006458032, Final residual = 3.338241e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001273675, Final residual = 8.027444e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.272733e-05, Final residual = 2.233144e-06, No Iterations 2 time step continuity errors : sum local = 5.119485e-07, global = -2.853456e-08, cumulative = 7.850038e-06 smoothSolver: Solving for omega, Initial residual = 9.508031e-06, Final residual = 5.779844e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.792953e-05, Final residual = 5.198283e-06, No Iterations 2 ExecutionTime = 104.74 s ClockTime = 109 s forces forces output: sum of forces: pressure : (5.582986 -0.829078 -8.744405) viscous : (1.790032 -0.0001762905 0.08271867) porous : (0 0 0) sum of moments: pressure : (0.3888985 -5.014672 -0.6891902) viscous : (-0.0009632048 0.5484625 -0.0006790586) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2124273 Cl = -0.02389201 Cl(f) = -0.011946 Cl(r) = -0.011946 Time = 137 smoothSolver: Solving for Ux, Initial residual = 0.0001011945, Final residual = 6.372702e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007214936, Final residual = 4.299044e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003364328, Final residual = 1.994137e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004638457, Final residual = 0.0003772335, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006367728, Final residual = 3.313265e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001247202, Final residual = 7.884445e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.254148e-05, Final residual = 2.183248e-06, No Iterations 2 time step continuity errors : sum local = 5.004264e-07, global = -2.511011e-08, cumulative = 7.824928e-06 smoothSolver: Solving for omega, Initial residual = 9.384698e-06, Final residual = 5.703405e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.637077e-05, Final residual = 5.131876e-06, No Iterations 2 ExecutionTime = 105.49 s ClockTime = 110 s forces forces output: sum of forces: pressure : (5.596595 -0.8335447 -8.746751) viscous : (1.788235 -0.0001298659 0.08293721) porous : (0 0 0) sum of moments: pressure : (0.390839 -5.005929 -0.688019) viscous : (-0.0009826643 0.5478717 -0.0006943618) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2127676 Cl = -0.02401936 Cl(f) = -0.01200968 Cl(r) = -0.01200968 Time = 138 smoothSolver: Solving for Ux, Initial residual = 0.0001004601, Final residual = 6.306944e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007125466, Final residual = 4.261627e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000329999, Final residual = 1.959397e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004583142, Final residual = 0.0003733305, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006316071, Final residual = 3.282549e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001227204, Final residual = 7.721656e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.232158e-05, Final residual = 2.113486e-06, No Iterations 2 time step continuity errors : sum local = 4.843679e-07, global = -2.327981e-08, cumulative = 7.801648e-06 smoothSolver: Solving for omega, Initial residual = 9.266344e-06, Final residual = 5.629277e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.489198e-05, Final residual = 5.067103e-06, No Iterations 2 ExecutionTime = 106.25 s ClockTime = 110 s forces forces output: sum of forces: pressure : (5.609816 -0.8379231 -8.749491) viscous : (1.786457 -8.304458e-05 0.08315435) porous : (0 0 0) sum of moments: pressure : (0.3926993 -4.997183 -0.6869561) viscous : (-0.001002674 0.5472855 -0.0007097353) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2130972 Cl = -0.02414416 Cl(f) = -0.01207208 Cl(r) = -0.01207208 Time = 139 smoothSolver: Solving for Ux, Initial residual = 9.981185e-05, Final residual = 6.247269e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007043498, Final residual = 4.223648e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003239998, Final residual = 1.926868e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004545341, Final residual = 0.0003713953, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006294908, Final residual = 3.26659e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001215177, Final residual = 7.634296e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.219816e-05, Final residual = 2.040202e-06, No Iterations 2 time step continuity errors : sum local = 4.675243e-07, global = -2.416497e-08, cumulative = 7.777483e-06 smoothSolver: Solving for omega, Initial residual = 9.15754e-06, Final residual = 5.569179e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.348198e-05, Final residual = 5.005194e-06, No Iterations 2 ExecutionTime = 107 s ClockTime = 111 s forces forces output: sum of forces: pressure : (5.622669 -0.8420238 -8.752341) viscous : (1.784695 -3.66671e-05 0.08337067) porous : (0 0 0) sum of moments: pressure : (0.3943913 -4.988489 -0.6860084) viscous : (-0.001023165 0.5467044 -0.0007252606) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2134168 Cl = -0.02426097 Cl(f) = -0.01213049 Cl(r) = -0.01213049 Time = 140 smoothSolver: Solving for Ux, Initial residual = 9.925965e-05, Final residual = 6.189184e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006972588, Final residual = 4.191365e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000318475, Final residual = 1.89494e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00451432, Final residual = 0.0003705399, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006283491, Final residual = 3.261471e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001209445, Final residual = 7.308038e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.18581e-05, Final residual = 1.946772e-06, No Iterations 2 time step continuity errors : sum local = 4.460591e-07, global = -2.15955e-08, cumulative = 7.755887e-06 smoothSolver: Solving for omega, Initial residual = 9.053242e-06, Final residual = 5.508073e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.2112e-05, Final residual = 4.947422e-06, No Iterations 2 ExecutionTime = 107.77 s ClockTime = 112 s forces forces output: sum of forces: pressure : (5.635259 -0.8453896 -8.754778) viscous : (1.782952 9.492971e-06 0.08358688) porous : (0 0 0) sum of moments: pressure : (0.3957035 -4.979702 -0.6851537) viscous : (-0.001044821 0.5461291 -0.0007408577) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2137293 Cl = -0.02435662 Cl(f) = -0.01217831 Cl(r) = -0.01217831 Time = 141 smoothSolver: Solving for Ux, Initial residual = 9.877911e-05, Final residual = 6.133415e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006914259, Final residual = 4.161035e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003133157, Final residual = 1.863777e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004484193, Final residual = 0.0003705576, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006266581, Final residual = 3.260917e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001204517, Final residual = 7.204371e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.168637e-05, Final residual = 1.89973e-06, No Iterations 2 time step continuity errors : sum local = 4.352408e-07, global = -2.212576e-08, cumulative = 7.733762e-06 smoothSolver: Solving for omega, Initial residual = 8.951982e-06, Final residual = 5.437454e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.091735e-05, Final residual = 4.890292e-06, No Iterations 2 ExecutionTime = 108.53 s ClockTime = 113 s forces forces output: sum of forces: pressure : (5.647679 -0.8478876 -8.756829) viscous : (1.781226 5.484413e-05 0.08380084) porous : (0 0 0) sum of moments: pressure : (0.3966023 -4.970721 -0.6843498) viscous : (-0.001067194 0.5455594 -0.000756317) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2140375 Cl = -0.02442728 Cl(f) = -0.01221364 Cl(r) = -0.01221364 Time = 142 smoothSolver: Solving for Ux, Initial residual = 9.834144e-05, Final residual = 6.080221e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006859251, Final residual = 4.129471e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003083082, Final residual = 1.832373e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004453288, Final residual = 0.0003707071, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006243435, Final residual = 3.261562e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001198857, Final residual = 7.179495e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.155019e-05, Final residual = 1.886811e-06, No Iterations 2 time step continuity errors : sum local = 4.32245e-07, global = -2.26237e-08, cumulative = 7.711138e-06 smoothSolver: Solving for omega, Initial residual = 8.865249e-06, Final residual = 5.368922e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.976948e-05, Final residual = 4.83312e-06, No Iterations 2 ExecutionTime = 109.29 s ClockTime = 114 s forces forces output: sum of forces: pressure : (5.65994 -0.8500713 -8.759116) viscous : (1.779517 9.911008e-05 0.0840118) porous : (0 0 0) sum of moments: pressure : (0.3973277 -4.961558 -0.6835523) viscous : (-0.001090058 0.5449957 -0.0007712829) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2143415 Cl = -0.02448892 Cl(f) = -0.01224446 Cl(r) = -0.01224446 Time = 143 smoothSolver: Solving for Ux, Initial residual = 9.796831e-05, Final residual = 6.028145e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006812066, Final residual = 4.091628e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003035753, Final residual = 1.801953e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004427384, Final residual = 0.0003709204, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006217974, Final residual = 3.272992e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001197829, Final residual = 7.210845e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.149806e-05, Final residual = 1.898131e-06, No Iterations 2 time step continuity errors : sum local = 4.347943e-07, global = -2.234983e-08, cumulative = 7.688788e-06 smoothSolver: Solving for omega, Initial residual = 8.784803e-06, Final residual = 5.301373e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.866466e-05, Final residual = 4.7778e-06, No Iterations 2 ExecutionTime = 110.04 s ClockTime = 114 s forces forces output: sum of forces: pressure : (5.671912 -0.8522729 -8.762102) viscous : (1.777824 0.0001416652 0.08421949) porous : (0 0 0) sum of moments: pressure : (0.3980549 -4.952334 -0.6827465) viscous : (-0.00111301 0.5444369 -0.0007858909) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2146376 Cl = -0.02455113 Cl(f) = -0.01227556 Cl(r) = -0.01227556 Time = 144 smoothSolver: Solving for Ux, Initial residual = 9.766207e-05, Final residual = 5.980256e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006775832, Final residual = 4.053266e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002991824, Final residual = 1.775496e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004406577, Final residual = 0.0003707911, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006192852, Final residual = 3.295438e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001199282, Final residual = 7.263348e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.152908e-05, Final residual = 1.914865e-06, No Iterations 2 time step continuity errors : sum local = 4.385824e-07, global = -2.282842e-08, cumulative = 7.66596e-06 smoothSolver: Solving for omega, Initial residual = 8.701959e-06, Final residual = 5.230907e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.769313e-05, Final residual = 4.722168e-06, No Iterations 2 ExecutionTime = 110.79 s ClockTime = 115 s forces forces output: sum of forces: pressure : (5.683306 -0.854206 -8.765534) viscous : (1.776145 0.000183883 0.08442465) porous : (0 0 0) sum of moments: pressure : (0.3986759 -4.943229 -0.6818861) viscous : (-0.001136573 0.5438835 -0.0007998374) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2149175 Cl = -0.02460561 Cl(f) = -0.0123028 Cl(r) = -0.0123028 Time = 145 smoothSolver: Solving for Ux, Initial residual = 9.736917e-05, Final residual = 5.930422e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000675019, Final residual = 4.021131e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002951823, Final residual = 1.752449e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004374419, Final residual = 0.0003697397, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006157162, Final residual = 3.315229e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001200318, Final residual = 7.295536e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.152835e-05, Final residual = 1.920285e-06, No Iterations 2 time step continuity errors : sum local = 4.397751e-07, global = -2.263927e-08, cumulative = 7.64332e-06 smoothSolver: Solving for omega, Initial residual = 8.619227e-06, Final residual = 5.154693e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.68086e-05, Final residual = 4.666122e-06, No Iterations 2 ExecutionTime = 111.54 s ClockTime = 116 s forces forces output: sum of forces: pressure : (5.693953 -0.8554075 -8.768886) viscous : (1.774483 0.0002243543 0.08462859) porous : (0 0 0) sum of moments: pressure : (0.3989479 -4.934335 -0.6809573) viscous : (-0.001160138 0.5433361 -0.0008130205) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2151764 Cl = -0.02463906 Cl(f) = -0.01231953 Cl(r) = -0.01231953 Time = 146 smoothSolver: Solving for Ux, Initial residual = 9.707689e-05, Final residual = 5.878447e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006725373, Final residual = 3.992826e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002914641, Final residual = 1.730171e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004345468, Final residual = 0.0003682214, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006111809, Final residual = 3.315918e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001196041, Final residual = 7.302464e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.149651e-05, Final residual = 1.920506e-06, No Iterations 2 time step continuity errors : sum local = 4.3975e-07, global = -2.284714e-08, cumulative = 7.620473e-06 smoothSolver: Solving for omega, Initial residual = 8.529987e-06, Final residual = 5.072401e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.60849e-05, Final residual = 4.602372e-06, No Iterations 2 ExecutionTime = 112.3 s ClockTime = 117 s forces forces output: sum of forces: pressure : (5.703973 -0.8559897 -8.772165) viscous : (1.772839 0.0002628493 0.084831) porous : (0 0 0) sum of moments: pressure : (0.3988956 -4.925564 -0.679969) viscous : (-0.001183418 0.5427953 -0.0008256308) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2154177 Cl = -0.02465472 Cl(f) = -0.01232736 Cl(r) = -0.01232736 Time = 147 smoothSolver: Solving for Ux, Initial residual = 9.679583e-05, Final residual = 5.82537e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006706449, Final residual = 3.968168e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002881441, Final residual = 1.708658e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004323242, Final residual = 0.0003672451, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006075077, Final residual = 3.304283e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001189351, Final residual = 7.344553e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.146168e-05, Final residual = 1.93916e-06, No Iterations 2 time step continuity errors : sum local = 4.439416e-07, global = -2.222319e-08, cumulative = 7.59825e-06 smoothSolver: Solving for omega, Initial residual = 8.442188e-06, Final residual = 4.986415e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.542154e-05, Final residual = 4.534455e-06, No Iterations 2 ExecutionTime = 113.05 s ClockTime = 117 s forces forces output: sum of forces: pressure : (5.713247 -0.8564135 -8.775794) viscous : (1.771213 0.0002993323 0.08503113) porous : (0 0 0) sum of moments: pressure : (0.3987338 -4.916961 -0.6788898) viscous : (-0.001206198 0.5422619 -0.00083716) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2156381 Cl = -0.02466588 Cl(f) = -0.01233294 Cl(r) = -0.01233294 Time = 148 smoothSolver: Solving for Ux, Initial residual = 9.650469e-05, Final residual = 5.772841e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006694467, Final residual = 3.948033e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002852341, Final residual = 1.688831e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004297729, Final residual = 0.0003670363, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006047886, Final residual = 3.289153e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000118357, Final residual = 7.407454e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.140325e-05, Final residual = 1.967077e-06, No Iterations 2 time step continuity errors : sum local = 4.502332e-07, global = -2.175608e-08, cumulative = 7.576494e-06 smoothSolver: Solving for omega, Initial residual = 8.356226e-06, Final residual = 4.905455e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.480043e-05, Final residual = 4.463087e-06, No Iterations 2 ExecutionTime = 113.8 s ClockTime = 118 s forces forces output: sum of forces: pressure : (5.721596 -0.8568944 -8.780058) viscous : (1.769608 0.0003330585 0.08522777) porous : (0 0 0) sum of moments: pressure : (0.3985897 -4.90859 -0.6776432) viscous : (-0.001227896 0.5417363 -0.0008476255) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2158324 Cl = -0.02467877 Cl(f) = -0.01233938 Cl(r) = -0.01233938 Time = 149 smoothSolver: Solving for Ux, Initial residual = 9.621891e-05, Final residual = 5.720608e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006684456, Final residual = 3.928949e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002826897, Final residual = 1.66855e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004285465, Final residual = 0.0003676178, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000602087, Final residual = 3.27827e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001179537, Final residual = 7.460792e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.132491e-05, Final residual = 1.987129e-06, No Iterations 2 time step continuity errors : sum local = 4.547088e-07, global = -2.161551e-08, cumulative = 7.554879e-06 smoothSolver: Solving for omega, Initial residual = 8.271329e-06, Final residual = 4.828173e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.424245e-05, Final residual = 4.396965e-06, No Iterations 2 ExecutionTime = 114.55 s ClockTime = 119 s forces forces output: sum of forces: pressure : (5.72898 -0.8572711 -8.784815) viscous : (1.768023 0.0003627463 0.08542058) porous : (0 0 0) sum of moments: pressure : (0.3984099 -4.900461 -0.6762161) viscous : (-0.001247761 0.5412189 -0.0008569948) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2159995 Cl = -0.02468876 Cl(f) = -0.01234438 Cl(r) = -0.01234438 Time = 150 smoothSolver: Solving for Ux, Initial residual = 9.591532e-05, Final residual = 5.666979e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006675733, Final residual = 3.912383e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002804841, Final residual = 1.650516e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004272912, Final residual = 0.0003689001, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006011589, Final residual = 3.276443e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001175582, Final residual = 7.494027e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.123297e-05, Final residual = 1.996685e-06, No Iterations 2 time step continuity errors : sum local = 4.567734e-07, global = -2.159765e-08, cumulative = 7.533281e-06 smoothSolver: Solving for omega, Initial residual = 8.185832e-06, Final residual = 4.754501e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.369259e-05, Final residual = 4.328984e-06, No Iterations 2 ExecutionTime = 115.32 s ClockTime = 120 s forces forces output: sum of forces: pressure : (5.7355 -0.8573258 -8.789865) viscous : (1.76646 0.0003886629 0.08560925) porous : (0 0 0) sum of moments: pressure : (0.3980756 -4.892498 -0.6746275) viscous : (-0.001265754 0.54071 -0.000865668) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2161423 Cl = -0.02468959 Cl(f) = -0.0123448 Cl(r) = -0.0123448 Time = 151 smoothSolver: Solving for Ux, Initial residual = 9.564465e-05, Final residual = 5.613594e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006669198, Final residual = 3.900627e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002787289, Final residual = 1.63402e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004263446, Final residual = 0.0003698414, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006014556, Final residual = 3.297079e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001173769, Final residual = 7.541632e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.118194e-05, Final residual = 2.00536e-06, No Iterations 2 time step continuity errors : sum local = 4.586237e-07, global = -2.187175e-08, cumulative = 7.511409e-06 smoothSolver: Solving for omega, Initial residual = 8.102831e-06, Final residual = 4.685282e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.311049e-05, Final residual = 4.270456e-06, No Iterations 2 ExecutionTime = 116.11 s ClockTime = 121 s forces forces output: sum of forces: pressure : (5.741188 -0.8568865 -8.795133) viscous : (1.764919 0.0004101896 0.08579322) porous : (0 0 0) sum of moments: pressure : (0.3975511 -4.884684 -0.6729085) viscous : (-0.001281275 0.5402096 -0.0008739622) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2162617 Cl = -0.02467632 Cl(f) = -0.01233816 Cl(r) = -0.01233816 Time = 152 smoothSolver: Solving for Ux, Initial residual = 9.540071e-05, Final residual = 5.561386e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006663421, Final residual = 3.889223e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002773345, Final residual = 1.617423e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004255332, Final residual = 0.0003701655, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000601528, Final residual = 3.33882e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000117285, Final residual = 7.607114e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.118176e-05, Final residual = 2.016419e-06, No Iterations 2 time step continuity errors : sum local = 4.610277e-07, global = -2.253556e-08, cumulative = 7.488874e-06 smoothSolver: Solving for omega, Initial residual = 8.024516e-06, Final residual = 4.623558e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.255474e-05, Final residual = 4.216361e-06, No Iterations 2 ExecutionTime = 116.86 s ClockTime = 122 s forces forces output: sum of forces: pressure : (5.746122 -0.8558955 -8.80075) viscous : (1.763398 0.0004246063 0.08597209) porous : (0 0 0) sum of moments: pressure : (0.3968792 -4.876987 -0.6710889) viscous : (-0.001292928 0.5397167 -0.0008825479) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2163601 Cl = -0.02464735 Cl(f) = -0.01232367 Cl(r) = -0.01232367 Time = 153 smoothSolver: Solving for Ux, Initial residual = 9.516018e-05, Final residual = 5.513755e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006658925, Final residual = 3.878273e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002759783, Final residual = 1.601734e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004249348, Final residual = 0.0003704391, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006041271, Final residual = 3.387436e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001173513, Final residual = 7.696418e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.123559e-05, Final residual = 2.035809e-06, No Iterations 2 time step continuity errors : sum local = 4.65336e-07, global = -2.352005e-08, cumulative = 7.465354e-06 smoothSolver: Solving for omega, Initial residual = 7.959694e-06, Final residual = 4.56437e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.208434e-05, Final residual = 4.170691e-06, No Iterations 2 ExecutionTime = 117.61 s ClockTime = 122 s forces forces output: sum of forces: pressure : (5.750286 -0.8544331 -8.806845) viscous : (1.761896 0.0004314518 0.08614702) porous : (0 0 0) sum of moments: pressure : (0.3961283 -4.869378 -0.6691428) viscous : (-0.001300624 0.5392304 -0.0008920526) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2164368 Cl = -0.02460502 Cl(f) = -0.01230251 Cl(r) = -0.01230251 Time = 154 smoothSolver: Solving for Ux, Initial residual = 9.490309e-05, Final residual = 5.470433e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006654806, Final residual = 3.86817e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002745379, Final residual = 1.586682e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004260495, Final residual = 0.0003710717, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006076122, Final residual = 3.424062e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001173572, Final residual = 7.810023e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.130183e-05, Final residual = 2.06675e-06, No Iterations 2 time step continuity errors : sum local = 4.722853e-07, global = -2.453353e-08, cumulative = 7.44082e-06 smoothSolver: Solving for omega, Initial residual = 7.895173e-06, Final residual = 4.505049e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.157423e-05, Final residual = 4.127693e-06, No Iterations 2 ExecutionTime = 118.36 s ClockTime = 123 s forces forces output: sum of forces: pressure : (5.753671 -0.8525983 -8.813532) viscous : (1.760412 0.0004327329 0.08631957) porous : (0 0 0) sum of moments: pressure : (0.3953236 -4.86184 -0.667011) viscous : (-0.00130533 0.5387499 -0.0009026555) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2164916 Cl = -0.02455212 Cl(f) = -0.01227606 Cl(r) = -0.01227606 Time = 155 smoothSolver: Solving for Ux, Initial residual = 9.465373e-05, Final residual = 5.429236e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006650687, Final residual = 3.863546e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002730697, Final residual = 1.572605e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004278147, Final residual = 0.0003705068, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006109209, Final residual = 3.425039e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001168235, Final residual = 7.875913e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.12524e-05, Final residual = 2.093621e-06, No Iterations 2 time step continuity errors : sum local = 4.782863e-07, global = -2.477357e-08, cumulative = 7.416046e-06 smoothSolver: Solving for omega, Initial residual = 7.829526e-06, Final residual = 4.453894e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.112355e-05, Final residual = 4.093065e-06, No Iterations 2 ExecutionTime = 119.12 s ClockTime = 124 s forces forces output: sum of forces: pressure : (5.756311 -0.850502 -8.820683) viscous : (1.758947 0.0004295518 0.08649052) porous : (0 0 0) sum of moments: pressure : (0.3944982 -4.854404 -0.6646552) viscous : (-0.001307524 0.5382752 -0.0009148001) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2165254 Cl = -0.02449181 Cl(f) = -0.01224591 Cl(r) = -0.01224591 Time = 156 smoothSolver: Solving for Ux, Initial residual = 9.438833e-05, Final residual = 5.385716e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006647039, Final residual = 3.858479e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000271547, Final residual = 1.557684e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004305262, Final residual = 0.0003694067, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000614087, Final residual = 3.403345e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001161531, Final residual = 7.896685e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.116847e-05, Final residual = 2.112028e-06, No Iterations 2 time step continuity errors : sum local = 4.823495e-07, global = -2.598414e-08, cumulative = 7.390062e-06 smoothSolver: Solving for omega, Initial residual = 7.763343e-06, Final residual = 4.405852e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.061295e-05, Final residual = 4.068384e-06, No Iterations 2 ExecutionTime = 119.87 s ClockTime = 125 s forces forces output: sum of forces: pressure : (5.75838 -0.8480634 -8.827907) viscous : (1.757502 0.0004195524 0.08666058) porous : (0 0 0) sum of moments: pressure : (0.3935904 -4.846955 -0.6620723) viscous : (-0.001306348 0.5378067 -0.0009289904) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2165434 Cl = -0.02442184 Cl(f) = -0.01221092 Cl(r) = -0.01221092 Time = 157 smoothSolver: Solving for Ux, Initial residual = 9.413683e-05, Final residual = 5.346938e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006643971, Final residual = 3.847156e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002701856, Final residual = 1.542839e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004318498, Final residual = 0.0003692426, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006173297, Final residual = 3.397064e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001159364, Final residual = 7.903133e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.109343e-05, Final residual = 1.044814e-06, No Iterations 3 time step continuity errors : sum local = 2.385501e-07, global = -1.185921e-08, cumulative = 7.378203e-06 smoothSolver: Solving for omega, Initial residual = 7.703979e-06, Final residual = 4.355396e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.012594e-05, Final residual = 4.049825e-06, No Iterations 2 ExecutionTime = 120.63 s ClockTime = 125 s forces forces output: sum of forces: pressure : (5.76008 -0.8451585 -8.835039) viscous : (1.756077 0.0004051679 0.08682943) porous : (0 0 0) sum of moments: pressure : (0.3925784 -4.839299 -0.6593436) viscous : (-0.001302912 0.5373449 -0.0009445016) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2165513 Cl = -0.02433856 Cl(f) = -0.01216928 Cl(r) = -0.01216928 Time = 158 smoothSolver: Solving for Ux, Initial residual = 9.392553e-05, Final residual = 5.309482e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006639283, Final residual = 3.830231e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000269035, Final residual = 1.528636e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004323099, Final residual = 0.0003687279, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006179771, Final residual = 3.38136e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001158986, Final residual = 7.781527e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.084861e-05, Final residual = 1.013279e-06, No Iterations 3 time step continuity errors : sum local = 2.312855e-07, global = -1.247955e-08, cumulative = 7.365724e-06 smoothSolver: Solving for omega, Initial residual = 7.65336e-06, Final residual = 4.303536e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.97389e-05, Final residual = 4.028345e-06, No Iterations 2 ExecutionTime = 121.4 s ClockTime = 126 s forces forces output: sum of forces: pressure : (5.761293 -0.8417618 -8.841498) viscous : (1.754672 0.0003876915 0.08699727) porous : (0 0 0) sum of moments: pressure : (0.3914518 -4.831694 -0.656542) viscous : (-0.001297504 0.5368887 -0.000961212) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2165458 Cl = -0.0242412 Cl(f) = -0.0121206 Cl(r) = -0.0121206 Time = 159 smoothSolver: Solving for Ux, Initial residual = 9.367614e-05, Final residual = 5.266746e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006635145, Final residual = 3.813261e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002678544, Final residual = 1.514575e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004327492, Final residual = 0.0003681616, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006170339, Final residual = 3.372017e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001158433, Final residual = 7.680113e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.060492e-05, Final residual = 9.889871e-07, No Iterations 3 time step continuity errors : sum local = 2.256685e-07, global = -1.332865e-08, cumulative = 7.352395e-06 smoothSolver: Solving for omega, Initial residual = 7.601537e-06, Final residual = 4.254732e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.938002e-05, Final residual = 3.998651e-06, No Iterations 2 ExecutionTime = 122.16 s ClockTime = 127 s forces forces output: sum of forces: pressure : (5.762127 -0.837982 -8.847115) viscous : (1.753288 0.0003681909 0.08716336) porous : (0 0 0) sum of moments: pressure : (0.3902531 -4.824094 -0.6536901) viscous : (-0.001291167 0.5364394 -0.0009783843) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2165299 Cl = -0.02413286 Cl(f) = -0.01206643 Cl(r) = -0.01206643 Time = 160 smoothSolver: Solving for Ux, Initial residual = 9.340529e-05, Final residual = 5.222273e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006632715, Final residual = 3.791107e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002667772, Final residual = 1.500197e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004331781, Final residual = 0.0003672353, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006140579, Final residual = 3.362275e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00011556, Final residual = 7.675167e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.04438e-05, Final residual = 9.845084e-07, No Iterations 3 time step continuity errors : sum local = 2.245684e-07, global = -1.352137e-08, cumulative = 7.338874e-06 smoothSolver: Solving for omega, Initial residual = 7.553615e-06, Final residual = 4.21118e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.906964e-05, Final residual = 3.97092e-06, No Iterations 2 ExecutionTime = 122.94 s ClockTime = 128 s forces forces output: sum of forces: pressure : (5.762554 -0.8336217 -8.852088) viscous : (1.751922 0.0003442548 0.08733117) porous : (0 0 0) sum of moments: pressure : (0.3888549 -4.816519 -0.6506899) viscous : (-0.001282387 0.5359932 -0.0009968872) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2165029 Cl = -0.02400792 Cl(f) = -0.01200396 Cl(r) = -0.01200396 Time = 161 smoothSolver: Solving for Ux, Initial residual = 9.314008e-05, Final residual = 5.170683e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006628597, Final residual = 3.768692e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002658758, Final residual = 1.48549e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004349154, Final residual = 0.0003661451, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006112012, Final residual = 3.357416e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001152117, Final residual = 7.710011e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.027287e-05, Final residual = 9.86434e-07, No Iterations 3 time step continuity errors : sum local = 2.249276e-07, global = -1.310398e-08, cumulative = 7.32577e-06 smoothSolver: Solving for omega, Initial residual = 7.507754e-06, Final residual = 4.164362e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.877126e-05, Final residual = 3.938429e-06, No Iterations 2 ExecutionTime = 123.72 s ClockTime = 129 s forces forces output: sum of forces: pressure : (5.762743 -0.8287758 -8.856356) viscous : (1.750578 0.0003220646 0.08749722) porous : (0 0 0) sum of moments: pressure : (0.387318 -4.808823 -0.6475006) viscous : (-0.001274886 0.5355546 -0.001014107) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2164696 Cl = -0.02386894 Cl(f) = -0.01193447 Cl(r) = -0.01193447 Time = 162 smoothSolver: Solving for Ux, Initial residual = 9.285812e-05, Final residual = 5.113642e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006623413, Final residual = 3.746608e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002651462, Final residual = 1.473275e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004375408, Final residual = 0.0003653321, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006083589, Final residual = 3.358275e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001149737, Final residual = 7.813876e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.015547e-05, Final residual = 9.797371e-07, No Iterations 3 time step continuity errors : sum local = 2.233229e-07, global = -1.031162e-08, cumulative = 7.315458e-06 smoothSolver: Solving for omega, Initial residual = 7.467535e-06, Final residual = 4.119756e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.844218e-05, Final residual = 3.90309e-06, No Iterations 2 ExecutionTime = 124.48 s ClockTime = 129 s forces forces output: sum of forces: pressure : (5.762719 -0.8232434 -8.860006) viscous : (1.749251 0.0002978366 0.08766568) porous : (0 0 0) sum of moments: pressure : (0.3855088 -4.801005 -0.6440822) viscous : (-0.001265751 0.5351176 -0.001032144) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2164306 Cl = -0.02371024 Cl(f) = -0.01185512 Cl(r) = -0.01185512 Time = 163 smoothSolver: Solving for Ux, Initial residual = 9.253157e-05, Final residual = 5.05446e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006616335, Final residual = 3.718952e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002645086, Final residual = 1.459726e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004394738, Final residual = 0.0003659058, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006064594, Final residual = 3.357317e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001145874, Final residual = 7.95165e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.004363e-05, Final residual = 9.588887e-07, No Iterations 3 time step continuity errors : sum local = 2.185022e-07, global = -7.348869e-09, cumulative = 7.308109e-06 smoothSolver: Solving for omega, Initial residual = 7.427917e-06, Final residual = 4.08949e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.811281e-05, Final residual = 3.865096e-06, No Iterations 2 ExecutionTime = 125.25 s ClockTime = 130 s forces forces output: sum of forces: pressure : (5.762872 -0.8171919 -8.862848) viscous : (1.747947 0.0002778857 0.08783213) porous : (0 0 0) sum of moments: pressure : (0.3835445 -4.792947 -0.6405551) viscous : (-0.001259764 0.5346897 -0.001047178) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2163975 Cl = -0.02353647 Cl(f) = -0.01176823 Cl(r) = -0.01176823 Time = 164 smoothSolver: Solving for Ux, Initial residual = 9.21607e-05, Final residual = 4.994781e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006603983, Final residual = 3.69612e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002636799, Final residual = 1.44538e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004402737, Final residual = 0.0003667603, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006067152, Final residual = 3.361321e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001144318, Final residual = 8.077616e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.004771e-05, Final residual = 9.930026e-07, No Iterations 3 time step continuity errors : sum local = 2.262023e-07, global = -1.147775e-08, cumulative = 7.296631e-06 smoothSolver: Solving for omega, Initial residual = 7.379909e-06, Final residual = 4.065924e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.76978e-05, Final residual = 3.823266e-06, No Iterations 2 ExecutionTime = 126.01 s ClockTime = 131 s forces forces output: sum of forces: pressure : (5.763225 -0.8106324 -8.865177) viscous : (1.746659 0.0002550315 0.08800035) porous : (0 0 0) sum of moments: pressure : (0.3813298 -4.784723 -0.6368425) viscous : (-0.00125196 0.5342623 -0.001062417) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2163706 Cl = -0.02334814 Cl(f) = -0.01167407 Cl(r) = -0.01167407 Time = 165 smoothSolver: Solving for Ux, Initial residual = 9.176232e-05, Final residual = 4.937709e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006593408, Final residual = 3.674332e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002627461, Final residual = 1.430555e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004383603, Final residual = 0.0003662591, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006061539, Final residual = 3.347481e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001136668, Final residual = 8.120299e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.004076e-05, Final residual = 9.990082e-07, No Iterations 3 time step continuity errors : sum local = 2.274921e-07, global = -1.491318e-08, cumulative = 7.281718e-06 smoothSolver: Solving for omega, Initial residual = 7.31874e-06, Final residual = 4.037292e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.722086e-05, Final residual = 3.793287e-06, No Iterations 2 ExecutionTime = 126.78 s ClockTime = 132 s forces forces output: sum of forces: pressure : (5.763913 -0.8041113 -8.867111) viscous : (1.745391 0.0002319682 0.08816643) porous : (0 0 0) sum of moments: pressure : (0.3791131 -4.776242 -0.632941) viscous : (-0.001244944 0.5338418 -0.001075249) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2163539 Cl = -0.02316092 Cl(f) = -0.01158046 Cl(r) = -0.01158046 Time = 166 smoothSolver: Solving for Ux, Initial residual = 9.132535e-05, Final residual = 4.889849e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006583221, Final residual = 3.655367e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002618455, Final residual = 1.417257e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00436384, Final residual = 0.0003648136, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006060167, Final residual = 3.324249e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001129013, Final residual = 8.103522e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.004296e-05, Final residual = 9.915729e-07, No Iterations 3 time step continuity errors : sum local = 2.257197e-07, global = -1.575431e-08, cumulative = 7.265964e-06 smoothSolver: Solving for omega, Initial residual = 7.250639e-06, Final residual = 4.002443e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.676617e-05, Final residual = 3.764141e-06, No Iterations 2 ExecutionTime = 127.54 s ClockTime = 132 s forces forces output: sum of forces: pressure : (5.764664 -0.7976694 -8.86907) viscous : (1.74414 0.0002045598 0.08833395) porous : (0 0 0) sum of moments: pressure : (0.3768543 -4.767629 -0.6288014) viscous : (-0.001235413 0.5334222 -0.001087332) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2163394 Cl = -0.02297611 Cl(f) = -0.01148806 Cl(r) = -0.01148806 Time = 167 smoothSolver: Solving for Ux, Initial residual = 9.088463e-05, Final residual = 4.84305e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006564362, Final residual = 3.634045e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002608343, Final residual = 1.404121e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004326602, Final residual = 0.0003617813, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006034991, Final residual = 3.279954e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001112249, Final residual = 8.032213e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.983479e-05, Final residual = 9.755953e-07, No Iterations 3 time step continuity errors : sum local = 2.220066e-07, global = -1.553087e-08, cumulative = 7.250433e-06 smoothSolver: Solving for omega, Initial residual = 7.176101e-06, Final residual = 3.959586e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.627814e-05, Final residual = 3.734182e-06, No Iterations 2 ExecutionTime = 128.31 s ClockTime = 133 s forces forces output: sum of forces: pressure : (5.7655 -0.791505 -8.871043) viscous : (1.74291 0.0001791546 0.08849794) porous : (0 0 0) sum of moments: pressure : (0.3746995 -4.758946 -0.6245748) viscous : (-0.001227829 0.5330113 -0.001094945) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2163281 Cl = -0.02279924 Cl(f) = -0.01139962 Cl(r) = -0.01139962 Time = 168 smoothSolver: Solving for Ux, Initial residual = 9.044032e-05, Final residual = 4.796404e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006544644, Final residual = 3.608757e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002598892, Final residual = 1.390509e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004286904, Final residual = 0.0003572721, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005998991, Final residual = 3.240934e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001094779, Final residual = 7.974057e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.961968e-05, Final residual = 9.648709e-07, No Iterations 3 time step continuity errors : sum local = 2.19486e-07, global = -1.541329e-08, cumulative = 7.23502e-06 smoothSolver: Solving for omega, Initial residual = 7.099795e-06, Final residual = 3.918312e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.576129e-05, Final residual = 3.704973e-06, No Iterations 2 ExecutionTime = 129.07 s ClockTime = 134 s forces forces output: sum of forces: pressure : (5.766237 -0.7851098 -8.872895) viscous : (1.741696 0.0001496155 0.08866222) porous : (0 0 0) sum of moments: pressure : (0.3723781 -4.750382 -0.6202314) viscous : (-0.001217774 0.5326007 -0.001101354) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2163144 Cl = -0.02261583 Cl(f) = -0.01130792 Cl(r) = -0.01130792 Time = 169 smoothSolver: Solving for Ux, Initial residual = 8.996958e-05, Final residual = 4.745353e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006521777, Final residual = 3.578757e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002588052, Final residual = 1.377867e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004232183, Final residual = 0.0003525686, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005946665, Final residual = 3.212367e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001082885, Final residual = 7.928003e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.949475e-05, Final residual = 9.612167e-07, No Iterations 3 time step continuity errors : sum local = 2.185731e-07, global = -1.378716e-08, cumulative = 7.221232e-06 smoothSolver: Solving for omega, Initial residual = 7.024645e-06, Final residual = 3.879252e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.520528e-05, Final residual = 3.678066e-06, No Iterations 2 ExecutionTime = 129.83 s ClockTime = 135 s forces forces output: sum of forces: pressure : (5.767098 -0.7784673 -8.874277) viscous : (1.7405 0.000119797 0.08882345) porous : (0 0 0) sum of moments: pressure : (0.3699035 -4.741853 -0.6157479) viscous : (-0.001208475 0.5321959 -0.001104668) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2163047 Cl = -0.02242531 Cl(f) = -0.01121266 Cl(r) = -0.01121266 Time = 170 smoothSolver: Solving for Ux, Initial residual = 8.946134e-05, Final residual = 4.693793e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006496286, Final residual = 3.54642e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002578069, Final residual = 1.365223e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004191026, Final residual = 0.0003497195, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005914477, Final residual = 3.202096e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001081056, Final residual = 7.902186e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.951546e-05, Final residual = 9.595816e-07, No Iterations 3 time step continuity errors : sum local = 2.181227e-07, global = -1.322912e-08, cumulative = 7.208003e-06 smoothSolver: Solving for omega, Initial residual = 6.95431e-06, Final residual = 3.839771e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.472945e-05, Final residual = 3.646105e-06, No Iterations 2 ExecutionTime = 130.61 s ClockTime = 136 s forces forces output: sum of forces: pressure : (5.768143 -0.7714069 -8.875323) viscous : (1.739318 8.635614e-05 0.08898393) porous : (0 0 0) sum of moments: pressure : (0.3671598 -4.733336 -0.6109946) viscous : (-0.001197112 0.5317913 -0.001106934) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2163008 Cl = -0.02222286 Cl(f) = -0.01111143 Cl(r) = -0.01111143 Time = 171 smoothSolver: Solving for Ux, Initial residual = 8.892049e-05, Final residual = 4.640597e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006469113, Final residual = 3.516747e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002566098, Final residual = 1.350819e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004149666, Final residual = 0.000347382, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005867022, Final residual = 3.187864e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001077939, Final residual = 7.855436e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.945214e-05, Final residual = 9.543507e-07, No Iterations 3 time step continuity errors : sum local = 2.16856e-07, global = -1.313755e-08, cumulative = 7.194866e-06 smoothSolver: Solving for omega, Initial residual = 6.887554e-06, Final residual = 3.801621e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.422267e-05, Final residual = 3.615572e-06, No Iterations 2 ExecutionTime = 131.39 s ClockTime = 137 s forces forces output: sum of forces: pressure : (5.769648 -0.7644333 -8.876171) viscous : (1.738155 5.430392e-05 0.0891393) porous : (0 0 0) sum of moments: pressure : (0.3644068 -4.724661 -0.6060739) viscous : (-0.001187573 0.5313935 -0.001105772) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2163106 Cl = -0.02202286 Cl(f) = -0.01101143 Cl(r) = -0.01101143 Time = 172 smoothSolver: Solving for Ux, Initial residual = 8.833308e-05, Final residual = 4.582963e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006438126, Final residual = 3.486373e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002553366, Final residual = 1.335508e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00410843, Final residual = 0.0003446116, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005811745, Final residual = 3.172081e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001074361, Final residual = 7.799006e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.933896e-05, Final residual = 9.490417e-07, No Iterations 3 time step continuity errors : sum local = 2.155692e-07, global = -1.363027e-08, cumulative = 7.181236e-06 smoothSolver: Solving for omega, Initial residual = 6.821133e-06, Final residual = 3.762096e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.361549e-05, Final residual = 3.590362e-06, No Iterations 2 ExecutionTime = 132.17 s ClockTime = 137 s forces forces output: sum of forces: pressure : (5.771535 -0.7576973 -8.877221) viscous : (1.737003 1.785776e-05 0.08929365) porous : (0 0 0) sum of moments: pressure : (0.3616564 -4.715838 -0.6010586) viscous : (-0.001175765 0.5309945 -0.001104549) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2163318 Cl = -0.02182983 Cl(f) = -0.01091492 Cl(r) = -0.01091492 Time = 173 smoothSolver: Solving for Ux, Initial residual = 8.772576e-05, Final residual = 4.531095e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006406115, Final residual = 3.450409e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002541969, Final residual = 1.320735e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004072536, Final residual = 0.0003416022, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005741292, Final residual = 3.147521e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001068771, Final residual = 7.725761e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.918769e-05, Final residual = 9.398707e-07, No Iterations 3 time step continuity errors : sum local = 2.134083e-07, global = -1.407686e-08, cumulative = 7.167159e-06 smoothSolver: Solving for omega, Initial residual = 6.753687e-06, Final residual = 3.731864e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.302837e-05, Final residual = 3.571589e-06, No Iterations 2 ExecutionTime = 132.93 s ClockTime = 138 s forces forces output: sum of forces: pressure : (5.773935 -0.7514959 -8.878335) viscous : (1.735868 -1.780113e-05 0.08944311) porous : (0 0 0) sum of moments: pressure : (0.3590763 -4.706827 -0.5961023) viscous : (-0.001165325 0.5306002 -0.00110095) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2163682 Cl = -0.02165219 Cl(f) = -0.0108261 Cl(r) = -0.0108261 Time = 174 smoothSolver: Solving for Ux, Initial residual = 8.709552e-05, Final residual = 4.482048e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006377031, Final residual = 3.411853e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002530216, Final residual = 1.306726e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004038766, Final residual = 0.0003387165, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005689908, Final residual = 3.125344e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001063743, Final residual = 7.653936e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.910424e-05, Final residual = 9.3414e-07, No Iterations 3 time step continuity errors : sum local = 2.120275e-07, global = -1.457731e-08, cumulative = 7.152581e-06 smoothSolver: Solving for omega, Initial residual = 6.688267e-06, Final residual = 3.708496e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.242656e-05, Final residual = 3.558564e-06, No Iterations 2 ExecutionTime = 133.69 s ClockTime = 139 s forces forces output: sum of forces: pressure : (5.776713 -0.7455217 -8.879625) viscous : (1.734744 -5.694085e-05 0.08959108) porous : (0 0 0) sum of moments: pressure : (0.3565247 -4.697772 -0.5911459) viscous : (-0.001153076 0.5302052 -0.001097502) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2164159 Cl = -0.02148119 Cl(f) = -0.0107406 Cl(r) = -0.0107406 Time = 175 smoothSolver: Solving for Ux, Initial residual = 8.645119e-05, Final residual = 4.438187e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006350007, Final residual = 3.376207e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002518197, Final residual = 1.294324e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00399837, Final residual = 0.0003363781, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005633341, Final residual = 3.081554e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001056397, Final residual = 7.551809e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.893605e-05, Final residual = 9.248737e-07, No Iterations 3 time step continuity errors : sum local = 2.098436e-07, global = -1.47952e-08, cumulative = 7.137786e-06 smoothSolver: Solving for omega, Initial residual = 6.624791e-06, Final residual = 3.690915e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.19332e-05, Final residual = 3.549834e-06, No Iterations 2 ExecutionTime = 134.46 s ClockTime = 140 s forces forces output: sum of forces: pressure : (5.779903 -0.7396266 -8.880969) viscous : (1.73364 -9.338388e-05 0.08973226) porous : (0 0 0) sum of moments: pressure : (0.354032 -4.688699 -0.5861732) viscous : (-0.001143689 0.5298177 -0.001090943) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.216476 Cl = -0.0213124 Cl(f) = -0.0106562 Cl(r) = -0.0106562 Time = 176 smoothSolver: Solving for Ux, Initial residual = 8.584214e-05, Final residual = 4.395411e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006324363, Final residual = 3.34339e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002507126, Final residual = 1.282688e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003962297, Final residual = 0.0003354136, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005610671, Final residual = 3.050279e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001052918, Final residual = 7.481039e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.881771e-05, Final residual = 9.162807e-07, No Iterations 3 time step continuity errors : sum local = 2.078142e-07, global = -1.467364e-08, cumulative = 7.123113e-06 smoothSolver: Solving for omega, Initial residual = 6.563568e-06, Final residual = 3.665417e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.144337e-05, Final residual = 3.541803e-06, No Iterations 2 ExecutionTime = 135.22 s ClockTime = 140 s forces forces output: sum of forces: pressure : (5.783158 -0.7335375 -8.8825) viscous : (1.732549 -0.0001317141 0.08987157) porous : (0 0 0) sum of moments: pressure : (0.3514456 -4.67981 -0.581082) viscous : (-0.001133555 0.5294302 -0.001084907) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2165383 Cl = -0.02113807 Cl(f) = -0.01056903 Cl(r) = -0.01056903 Time = 177 smoothSolver: Solving for Ux, Initial residual = 8.521717e-05, Final residual = 4.352325e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006299531, Final residual = 3.311361e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002497204, Final residual = 1.272907e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0039419, Final residual = 0.0003362267, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005596779, Final residual = 3.031201e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001052279, Final residual = 7.427072e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.874154e-05, Final residual = 9.105479e-07, No Iterations 3 time step continuity errors : sum local = 2.064354e-07, global = -1.465882e-08, cumulative = 7.108454e-06 smoothSolver: Solving for omega, Initial residual = 6.507914e-06, Final residual = 3.639548e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.097256e-05, Final residual = 3.529245e-06, No Iterations 2 ExecutionTime = 135.98 s ClockTime = 141 s forces forces output: sum of forces: pressure : (5.786582 -0.7276578 -8.884167) viscous : (1.731477 -0.0001681867 0.09000574) porous : (0 0 0) sum of moments: pressure : (0.3489686 -4.671066 -0.5759377) viscous : (-0.001125651 0.529049 -0.001077219) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2166061 Cl = -0.02096971 Cl(f) = -0.01048486 Cl(r) = -0.01048486 Time = 178 smoothSolver: Solving for Ux, Initial residual = 8.459268e-05, Final residual = 4.31222e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006274828, Final residual = 3.27838e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002487709, Final residual = 1.263482e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003936891, Final residual = 0.0003388118, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000560099, Final residual = 3.034542e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001057056, Final residual = 7.387849e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.877294e-05, Final residual = 9.030517e-07, No Iterations 3 time step continuity errors : sum local = 2.046637e-07, global = -1.471818e-08, cumulative = 7.093736e-06 smoothSolver: Solving for omega, Initial residual = 6.463259e-06, Final residual = 3.615026e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.055253e-05, Final residual = 3.515083e-06, No Iterations 2 ExecutionTime = 136.75 s ClockTime = 142 s forces forces output: sum of forces: pressure : (5.790128 -0.7220101 -8.886047) viscous : (1.730422 -0.0002068353 0.09013708) porous : (0 0 0) sum of moments: pressure : (0.3465728 -4.662492 -0.5707554) viscous : (-0.001117166 0.5286705 -0.001069971) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2166779 Cl = -0.02080811 Cl(f) = -0.01040405 Cl(r) = -0.01040405 Time = 179 smoothSolver: Solving for Ux, Initial residual = 8.39549e-05, Final residual = 4.270634e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006248027, Final residual = 3.244926e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002478205, Final residual = 1.254261e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003931751, Final residual = 0.0003407656, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005597376, Final residual = 3.036065e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001059666, Final residual = 7.336742e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.875776e-05, Final residual = 8.930531e-07, No Iterations 3 time step continuity errors : sum local = 2.023312e-07, global = -1.349572e-08, cumulative = 7.08024e-06 smoothSolver: Solving for omega, Initial residual = 6.413563e-06, Final residual = 3.580443e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.016373e-05, Final residual = 3.498165e-06, No Iterations 2 ExecutionTime = 137.51 s ClockTime = 143 s forces forces output: sum of forces: pressure : (5.793966 -0.716706 -8.887953) viscous : (1.729389 -0.0002440321 0.09026223) porous : (0 0 0) sum of moments: pressure : (0.344332 -4.65395 -0.5656323) viscous : (-0.001111138 0.5283013 -0.001060492) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2167587 Cl = -0.02065636 Cl(f) = -0.01032818 Cl(r) = -0.01032818 Time = 180 smoothSolver: Solving for Ux, Initial residual = 8.329115e-05, Final residual = 4.225679e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006220124, Final residual = 3.214734e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002468317, Final residual = 1.244886e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003933429, Final residual = 0.0003418461, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005581035, Final residual = 3.042165e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001062093, Final residual = 7.287521e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.8737e-05, Final residual = 8.840839e-07, No Iterations 3 time step continuity errors : sum local = 2.002384e-07, global = -1.329537e-08, cumulative = 7.066944e-06 smoothSolver: Solving for omega, Initial residual = 6.371355e-06, Final residual = 3.544128e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.979966e-05, Final residual = 3.471467e-06, No Iterations 2 ExecutionTime = 138.28 s ClockTime = 144 s forces forces output: sum of forces: pressure : (5.797852 -0.7111522 -8.889822) viscous : (1.728373 -0.0002845993 0.09038539) porous : (0 0 0) sum of moments: pressure : (0.3419413 -4.645495 -0.5605128) viscous : (-0.001103833 0.527935 -0.001051752) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2168414 Cl = -0.02049752 Cl(f) = -0.01024876 Cl(r) = -0.01024876 Time = 181 smoothSolver: Solving for Ux, Initial residual = 8.26584e-05, Final residual = 4.179271e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006198575, Final residual = 3.183094e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002458435, Final residual = 1.236107e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003934305, Final residual = 0.0003421947, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005552965, Final residual = 3.03884e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001063397, Final residual = 7.324722e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.876881e-05, Final residual = 8.61484e-07, No Iterations 3 time step continuity errors : sum local = 1.950654e-07, global = -1.448803e-08, cumulative = 7.052456e-06 smoothSolver: Solving for omega, Initial residual = 6.328439e-06, Final residual = 3.506562e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.944161e-05, Final residual = 3.438734e-06, No Iterations 2 ExecutionTime = 139.06 s ClockTime = 144 s forces forces output: sum of forces: pressure : (5.801737 -0.7054777 -8.8915) viscous : (1.72738 -0.0003232805 0.09050162) porous : (0 0 0) sum of moments: pressure : (0.3395269 -4.637167 -0.5555441) viscous : (-0.001098819 0.527578 -0.001041455) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2169247 Cl = -0.02033514 Cl(f) = -0.01016757 Cl(r) = -0.01016757 Time = 182 smoothSolver: Solving for Ux, Initial residual = 8.201008e-05, Final residual = 4.126677e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006179148, Final residual = 3.151142e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002448299, Final residual = 1.225698e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003933874, Final residual = 0.0003418997, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000554388, Final residual = 3.04225e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001068939, Final residual = 7.305652e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.885811e-05, Final residual = 8.586278e-07, No Iterations 3 time step continuity errors : sum local = 1.943683e-07, global = -1.361219e-08, cumulative = 7.038844e-06 smoothSolver: Solving for omega, Initial residual = 6.289745e-06, Final residual = 3.465122e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.907915e-05, Final residual = 3.399456e-06, No Iterations 2 ExecutionTime = 139.83 s ClockTime = 145 s forces forces output: sum of forces: pressure : (5.805499 -0.6998402 -8.893397) viscous : (1.726405 -0.0003669902 0.09061392) porous : (0 0 0) sum of moments: pressure : (0.3371542 -4.629073 -0.5506983) viscous : (-0.001091467 0.5272244 -0.001032889) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.217005 Cl = -0.02017398 Cl(f) = -0.01008699 Cl(r) = -0.01008699 Time = 183 smoothSolver: Solving for Ux, Initial residual = 8.136211e-05, Final residual = 4.070285e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006158116, Final residual = 3.116931e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002437737, Final residual = 1.213461e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003919873, Final residual = 0.0003400374, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005509312, Final residual = 3.021098e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001069044, Final residual = 7.238908e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.876233e-05, Final residual = 8.425019e-07, No Iterations 3 time step continuity errors : sum local = 1.906699e-07, global = -1.371981e-08, cumulative = 7.025124e-06 smoothSolver: Solving for omega, Initial residual = 6.256116e-06, Final residual = 3.422325e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.874451e-05, Final residual = 3.352251e-06, No Iterations 2 ExecutionTime = 140.59 s ClockTime = 146 s forces forces output: sum of forces: pressure : (5.809367 -0.6949897 -8.895774) viscous : (1.725458 -0.0004080083 0.09071572) porous : (0 0 0) sum of moments: pressure : (0.3351973 -4.621037 -0.5460019) viscous : (-0.001087136 0.5268853 -0.001021521) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2170891 Cl = -0.02003541 Cl(f) = -0.0100177 Cl(r) = -0.0100177 Time = 184 smoothSolver: Solving for Ux, Initial residual = 8.06996e-05, Final residual = 4.010868e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006138585, Final residual = 3.08725e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002426803, Final residual = 1.199526e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003901019, Final residual = 0.0003375949, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005477205, Final residual = 3.004002e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000106752, Final residual = 7.188952e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.869937e-05, Final residual = 8.294253e-07, No Iterations 3 time step continuity errors : sum local = 1.876688e-07, global = -1.484412e-08, cumulative = 7.01028e-06 smoothSolver: Solving for omega, Initial residual = 6.214945e-06, Final residual = 3.380102e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.841872e-05, Final residual = 3.297496e-06, No Iterations 2 ExecutionTime = 141.35 s ClockTime = 147 s forces forces output: sum of forces: pressure : (5.813032 -0.6905574 -8.898566) viscous : (1.724532 -0.000454643 0.09081257) porous : (0 0 0) sum of moments: pressure : (0.3334335 -4.613178 -0.5413404) viscous : (-0.001080008 0.5265514 -0.001011063) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2171681 Cl = -0.01990905 Cl(f) = -0.009954525 Cl(r) = -0.009954525 Time = 185 smoothSolver: Solving for Ux, Initial residual = 8.001896e-05, Final residual = 3.948186e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006120784, Final residual = 3.059738e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002415311, Final residual = 1.186843e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003877376, Final residual = 0.0003344241, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005443897, Final residual = 2.988338e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000106238, Final residual = 7.139276e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.85959e-05, Final residual = 1.850062e-06, No Iterations 2 time step continuity errors : sum local = 4.185278e-07, global = -3.900307e-08, cumulative = 6.971277e-06 smoothSolver: Solving for omega, Initial residual = 6.177266e-06, Final residual = 3.345299e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.804937e-05, Final residual = 3.24363e-06, No Iterations 2 ExecutionTime = 142.12 s ClockTime = 148 s forces forces output: sum of forces: pressure : (5.816465 -0.6863091 -8.901562) viscous : (1.723633 -0.0005029747 0.09090163) porous : (0 0 0) sum of moments: pressure : (0.3317442 -4.605529 -0.5368442) viscous : (-0.001072792 0.5262286 -0.0009996147) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2172411 Cl = -0.01978804 Cl(f) = -0.009894022 Cl(r) = -0.009894022 Time = 186 smoothSolver: Solving for Ux, Initial residual = 7.929919e-05, Final residual = 3.8807e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006103097, Final residual = 3.035587e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002403164, Final residual = 1.174404e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003846176, Final residual = 0.0003305406, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005403267, Final residual = 2.983045e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001056512, Final residual = 7.15668e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.860588e-05, Final residual = 1.84428e-06, No Iterations 2 time step continuity errors : sum local = 4.171504e-07, global = -3.827265e-08, cumulative = 6.933005e-06 smoothSolver: Solving for omega, Initial residual = 6.139339e-06, Final residual = 3.310251e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.770222e-05, Final residual = 3.200962e-06, No Iterations 2 ExecutionTime = 142.87 s ClockTime = 148 s forces forces output: sum of forces: pressure : (5.819568 -0.6821054 -8.903874) viscous : (1.722758 -0.0005538648 0.09098368) porous : (0 0 0) sum of moments: pressure : (0.3300604 -4.598123 -0.5325539) viscous : (-0.001064363 0.5259146 -0.000988231) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2173053 Cl = -0.01966839 Cl(f) = -0.009834197 Cl(r) = -0.009834197 Time = 187 smoothSolver: Solving for Ux, Initial residual = 7.858854e-05, Final residual = 3.815952e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006085945, Final residual = 3.015577e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000239163, Final residual = 1.163514e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003819644, Final residual = 0.0003260455, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005343288, Final residual = 2.958784e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001046014, Final residual = 7.018016e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.839685e-05, Final residual = 1.823394e-06, No Iterations 2 time step continuity errors : sum local = 4.123578e-07, global = -3.67126e-08, cumulative = 6.896292e-06 smoothSolver: Solving for omega, Initial residual = 6.101867e-06, Final residual = 3.275628e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.732422e-05, Final residual = 3.161352e-06, No Iterations 2 ExecutionTime = 143.62 s ClockTime = 149 s forces forces output: sum of forces: pressure : (5.82243 -0.6782537 -8.906038) viscous : (1.72191 -0.0006042941 0.09105605) porous : (0 0 0) sum of moments: pressure : (0.3285711 -4.590923 -0.5285527) viscous : (-0.001056825 0.5256135 -0.0009748775) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2173633 Cl = -0.01955888 Cl(f) = -0.009779438 Cl(r) = -0.009779438 Time = 188 smoothSolver: Solving for Ux, Initial residual = 7.7898e-05, Final residual = 3.757725e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006070575, Final residual = 2.99719e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002379416, Final residual = 1.153849e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003796982, Final residual = 0.0003222413, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005295948, Final residual = 2.928677e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001033284, Final residual = 6.893383e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.819951e-05, Final residual = 1.793409e-06, No Iterations 2 time step continuity errors : sum local = 4.055271e-07, global = -3.614855e-08, cumulative = 6.860143e-06 smoothSolver: Solving for omega, Initial residual = 6.063392e-06, Final residual = 3.241306e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.696287e-05, Final residual = 3.127622e-06, No Iterations 2 ExecutionTime = 144.37 s ClockTime = 150 s forces forces output: sum of forces: pressure : (5.824908 -0.674803 -8.908628) viscous : (1.721088 -0.0006600891 0.0911233) porous : (0 0 0) sum of moments: pressure : (0.3272736 -4.583982 -0.5247469) viscous : (-0.001046015 0.5253199 -0.0009623431) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.217411 Cl = -0.01946106 Cl(f) = -0.009730531 Cl(r) = -0.009730531 Time = 189 smoothSolver: Solving for Ux, Initial residual = 7.719605e-05, Final residual = 3.698923e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006049574, Final residual = 2.979361e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002367199, Final residual = 1.144613e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003779536, Final residual = 0.0003200786, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005252304, Final residual = 2.89222e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001022095, Final residual = 6.73289e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.785378e-05, Final residual = 1.746704e-06, No Iterations 2 time step continuity errors : sum local = 3.949274e-07, global = -3.50299e-08, cumulative = 6.825114e-06 smoothSolver: Solving for omega, Initial residual = 6.019958e-06, Final residual = 3.207072e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.659085e-05, Final residual = 3.098497e-06, No Iterations 2 ExecutionTime = 145.13 s ClockTime = 151 s forces forces output: sum of forces: pressure : (5.82726 -0.6720816 -8.911626) viscous : (1.720297 -0.0007158224 0.09118005) porous : (0 0 0) sum of moments: pressure : (0.326355 -4.577161 -0.5211454) viscous : (-0.001036579 0.5250426 -0.0009464348) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.217456 Cl = -0.01938426 Cl(f) = -0.00969213 Cl(r) = -0.00969213 Time = 190 smoothSolver: Solving for Ux, Initial residual = 7.648813e-05, Final residual = 3.641839e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006025647, Final residual = 2.959517e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002354258, Final residual = 1.134513e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003760265, Final residual = 0.000317646, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005197169, Final residual = 2.866455e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001012929, Final residual = 6.621492e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.759054e-05, Final residual = 1.713481e-06, No Iterations 2 time step continuity errors : sum local = 3.873839e-07, global = -3.410732e-08, cumulative = 6.791006e-06 smoothSolver: Solving for omega, Initial residual = 5.972701e-06, Final residual = 3.175315e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.618572e-05, Final residual = 3.06132e-06, No Iterations 2 ExecutionTime = 145.92 s ClockTime = 152 s forces forces output: sum of forces: pressure : (5.829303 -0.6699192 -8.915039) viscous : (1.719528 -0.0007796761 0.09123273) porous : (0 0 0) sum of moments: pressure : (0.3256802 -4.570542 -0.5176573) viscous : (-0.001023233 0.5247722 -0.0009313387) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2174927 Cl = -0.0193238 Cl(f) = -0.0096619 Cl(r) = -0.0096619 Time = 191 smoothSolver: Solving for Ux, Initial residual = 7.575301e-05, Final residual = 3.587441e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006002553, Final residual = 2.937723e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002341465, Final residual = 1.12386e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003737599, Final residual = 0.0003159812, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005148199, Final residual = 2.866738e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000100812, Final residual = 6.592158e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.749199e-05, Final residual = 1.702271e-06, No Iterations 2 time step continuity errors : sum local = 3.848163e-07, global = -3.297571e-08, cumulative = 6.758031e-06 smoothSolver: Solving for omega, Initial residual = 5.918881e-06, Final residual = 3.144515e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.575763e-05, Final residual = 3.02309e-06, No Iterations 2 ExecutionTime = 146.68 s ClockTime = 152 s forces forces output: sum of forces: pressure : (5.831066 -0.6681251 -8.918689) viscous : (1.718781 -0.0008479604 0.09127872) porous : (0 0 0) sum of moments: pressure : (0.3252021 -4.564121 -0.5143455) viscous : (-0.001008624 0.524512 -0.0009154387) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.217522 Cl = -0.01927408 Cl(f) = -0.009637038 Cl(r) = -0.009637038 Time = 192 smoothSolver: Solving for Ux, Initial residual = 7.499737e-05, Final residual = 3.53334e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000597922, Final residual = 2.917636e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002328939, Final residual = 1.113318e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003713731, Final residual = 0.000314627, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005121988, Final residual = 2.883566e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001006495, Final residual = 6.601525e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.753603e-05, Final residual = 1.702734e-06, No Iterations 2 time step continuity errors : sum local = 3.848864e-07, global = -3.193697e-08, cumulative = 6.726094e-06 smoothSolver: Solving for omega, Initial residual = 5.859723e-06, Final residual = 3.114446e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.524413e-05, Final residual = 2.984938e-06, No Iterations 2 ExecutionTime = 147.43 s ClockTime = 153 s forces forces output: sum of forces: pressure : (5.832496 -0.666423 -8.922559) viscous : (1.718054 -0.0009227519 0.0913216) porous : (0 0 0) sum of moments: pressure : (0.3247868 -4.55796 -0.5111663) viscous : (-0.0009909416 0.5242581 -0.0009008925) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2175422 Cl = -0.01922719 Cl(f) = -0.009613596 Cl(r) = -0.009613596 Time = 193 smoothSolver: Solving for Ux, Initial residual = 7.424649e-05, Final residual = 3.480464e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005952055, Final residual = 2.900469e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002316559, Final residual = 1.103889e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003687733, Final residual = 0.0003128993, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005083885, Final residual = 2.883043e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.999417e-05, Final residual = 6.567161e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.743892e-05, Final residual = 1.69841e-06, No Iterations 2 time step continuity errors : sum local = 3.838684e-07, global = -3.187264e-08, cumulative = 6.694221e-06 smoothSolver: Solving for omega, Initial residual = 5.797151e-06, Final residual = 3.086273e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.466696e-05, Final residual = 2.948839e-06, No Iterations 2 ExecutionTime = 148.18 s ClockTime = 154 s forces forces output: sum of forces: pressure : (5.833867 -0.6649335 -8.926719) viscous : (1.717349 -0.0009982864 0.09135781) porous : (0 0 0) sum of moments: pressure : (0.3244803 -4.551902 -0.5081086) viscous : (-0.0009739284 0.5240149 -0.0008853231) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2175614 Cl = -0.01918645 Cl(f) = -0.009593227 Cl(r) = -0.009593227 Time = 194 smoothSolver: Solving for Ux, Initial residual = 7.346521e-05, Final residual = 3.432529e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005925957, Final residual = 2.882554e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002301951, Final residual = 1.096225e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003666767, Final residual = 0.0003119055, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005054356, Final residual = 2.874072e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.912516e-05, Final residual = 6.515903e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.730989e-05, Final residual = 1.698018e-06, No Iterations 2 time step continuity errors : sum local = 3.837304e-07, global = -3.249665e-08, cumulative = 6.661724e-06 smoothSolver: Solving for omega, Initial residual = 5.727812e-06, Final residual = 3.059945e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.406852e-05, Final residual = 2.923802e-06, No Iterations 2 ExecutionTime = 148.94 s ClockTime = 155 s forces forces output: sum of forces: pressure : (5.8352 -0.663561 -8.931276) viscous : (1.716662 -0.001079857 0.09139193) porous : (0 0 0) sum of moments: pressure : (0.3241846 -4.545922 -0.505086) viscous : (-0.0009533299 0.5237764 -0.0008719507) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.21758 Cl = -0.01914926 Cl(f) = -0.00957463 Cl(r) = -0.00957463 Time = 195 smoothSolver: Solving for Ux, Initial residual = 7.262625e-05, Final residual = 3.390748e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005895296, Final residual = 2.867483e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002285625, Final residual = 1.086568e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003646904, Final residual = 0.0003109888, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005031585, Final residual = 2.856682e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.808768e-05, Final residual = 6.459997e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.710383e-05, Final residual = 1.690455e-06, No Iterations 2 time step continuity errors : sum local = 3.819688e-07, global = -3.271504e-08, cumulative = 6.629009e-06 smoothSolver: Solving for omega, Initial residual = 5.661115e-06, Final residual = 3.03463e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.343531e-05, Final residual = 2.90126e-06, No Iterations 2 ExecutionTime = 149.7 s ClockTime = 155 s forces forces output: sum of forces: pressure : (5.836748 -0.6625468 -8.936001) viscous : (1.715998 -0.001161457 0.09141838) porous : (0 0 0) sum of moments: pressure : (0.3240181 -4.539869 -0.50214) viscous : (-0.0009332789 0.5235491 -0.000857271) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2176055 Cl = -0.01912239 Cl(f) = -0.009561194 Cl(r) = -0.009561194 Time = 196 smoothSolver: Solving for Ux, Initial residual = 7.177943e-05, Final residual = 3.349166e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005859181, Final residual = 2.847733e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000226888, Final residual = 1.075663e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003630548, Final residual = 0.0003107929, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005029822, Final residual = 2.852282e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.739106e-05, Final residual = 6.445146e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.704487e-05, Final residual = 1.699309e-06, No Iterations 2 time step continuity errors : sum local = 3.83921e-07, global = -3.32653e-08, cumulative = 6.595744e-06 smoothSolver: Solving for omega, Initial residual = 5.599403e-06, Final residual = 3.010377e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.281263e-05, Final residual = 2.881668e-06, No Iterations 2 ExecutionTime = 150.44 s ClockTime = 156 s forces forces output: sum of forces: pressure : (5.83837 -0.6617889 -8.940821) viscous : (1.71535 -0.001248052 0.09144157) porous : (0 0 0) sum of moments: pressure : (0.3239114 -4.53383 -0.4992678) viscous : (-0.0009095618 0.5233261 -0.0008447319) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2176336 Cl = -0.01910305 Cl(f) = -0.009551524 Cl(r) = -0.009551524 Time = 197 smoothSolver: Solving for Ux, Initial residual = 7.09166e-05, Final residual = 3.309576e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000581791, Final residual = 2.82413e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002252806, Final residual = 1.065059e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003607863, Final residual = 0.0003104069, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005011726, Final residual = 2.842523e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.666143e-05, Final residual = 6.419717e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.68956e-05, Final residual = 6.971889e-07, No Iterations 3 time step continuity errors : sum local = 1.574934e-07, global = -7.608307e-09, cumulative = 6.588136e-06 smoothSolver: Solving for omega, Initial residual = 5.538925e-06, Final residual = 2.985542e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.219937e-05, Final residual = 2.859392e-06, No Iterations 2 ExecutionTime = 151.2 s ClockTime = 157 s forces forces output: sum of forces: pressure : (5.840242 -0.6613793 -8.945222) viscous : (1.714726 -0.001331813 0.09145674) porous : (0 0 0) sum of moments: pressure : (0.323952 -4.527711 -0.4965719) viscous : (-0.0008875971 0.5231156 -0.0008303003) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2176695 Cl = -0.01909366 Cl(f) = -0.00954683 Cl(r) = -0.00954683 Time = 198 smoothSolver: Solving for Ux, Initial residual = 7.007622e-05, Final residual = 3.267898e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005774556, Final residual = 2.794862e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002237515, Final residual = 1.055156e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003587, Final residual = 0.0003095121, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004988011, Final residual = 2.827997e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.599351e-05, Final residual = 6.365236e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.674583e-05, Final residual = 1.660968e-06, No Iterations 2 time step continuity errors : sum local = 3.751675e-07, global = -3.559249e-08, cumulative = 6.552543e-06 smoothSolver: Solving for omega, Initial residual = 5.485637e-06, Final residual = 2.959159e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.156919e-05, Final residual = 2.833033e-06, No Iterations 2 ExecutionTime = 151.96 s ClockTime = 158 s forces forces output: sum of forces: pressure : (5.842129 -0.6611097 -8.950336) viscous : (1.714116 -0.001417675 0.09146876) porous : (0 0 0) sum of moments: pressure : (0.3239841 -4.521586 -0.4940379) viscous : (-0.0008633691 0.5229089 -0.0008176214) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2177063 Cl = -0.01908837 Cl(f) = -0.009544184 Cl(r) = -0.009544184 Time = 199 smoothSolver: Solving for Ux, Initial residual = 6.919572e-05, Final residual = 3.222363e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005728013, Final residual = 2.761282e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002221262, Final residual = 1.044644e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003569106, Final residual = 0.0003080863, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004945083, Final residual = 2.823229e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.547883e-05, Final residual = 6.400749e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.670531e-05, Final residual = 6.800198e-07, No Iterations 3 time step continuity errors : sum local = 1.535796e-07, global = -5.177802e-09, cumulative = 6.547365e-06 smoothSolver: Solving for omega, Initial residual = 5.434529e-06, Final residual = 2.931559e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.095645e-05, Final residual = 2.803939e-06, No Iterations 2 ExecutionTime = 152.73 s ClockTime = 158 s forces forces output: sum of forces: pressure : (5.844213 -0.6609869 -8.95493) viscous : (1.713525 -0.001501595 0.09147536) porous : (0 0 0) sum of moments: pressure : (0.3240251 -4.515453 -0.491656) viscous : (-0.0008397924 0.5227109 -0.0008044641) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2177493 Cl = -0.01908725 Cl(f) = -0.009543623 Cl(r) = -0.009543623 Time = 200 smoothSolver: Solving for Ux, Initial residual = 6.835817e-05, Final residual = 3.175828e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005681167, Final residual = 2.726665e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000220558, Final residual = 1.035213e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003557123, Final residual = 0.0003068396, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004922534, Final residual = 2.820348e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.535624e-05, Final residual = 6.394729e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.667827e-05, Final residual = 6.918108e-07, No Iterations 3 time step continuity errors : sum local = 1.562241e-07, global = -5.925247e-09, cumulative = 6.54144e-06 smoothSolver: Solving for omega, Initial residual = 5.386512e-06, Final residual = 2.899902e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.0391e-05, Final residual = 2.769684e-06, No Iterations 2 ExecutionTime = 153.5 s ClockTime = 159 s forces forces output: sum of forces: pressure : (5.846492 -0.6608082 -8.959478) viscous : (1.712948 -0.001587249 0.09147995) porous : (0 0 0) sum of moments: pressure : (0.3239513 -4.509283 -0.4893913) viscous : (-0.000814165 0.5225168 -0.0007928629) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2177983 Cl = -0.01908457 Cl(f) = -0.009542283 Cl(r) = -0.009542283 End Finalising parallel run Run: (cd run; reconstructPar -latestTime) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : reconstructPar -latestTime Date : Aug 08 2019 Time : 23:45:37 Host : "bds1.beamnet" PID : 5795 Case : /data/vwt/process/run nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Reconstructing fields for mesh region0 Time = 200 Reconstructing FV fields Reconstructing volScalarFields p nut k omega Reconstructing volVectorFields U Reconstructing surfaceScalarFields phi Reconstructing point fields No point fields No lagrangian fields Reconstructing sets: End. Run: (cd run; python ../plotForcesPicture.py postProcessing/forces/0/forces.dat) Test Average Force: 1 7.6658823 Average Force: 2 11.14675815 Average Force: 3 11.9302867667 Average Force: 4 10.507279225 Average Force: 5 8.45291152 Average Force: 6 7.02375361833 Average Force: 7 6.57414654429 Average Force: 8 6.74514331375 Average Force: 9 7.02888600111 Average Force: 10 7.137182851 Average Force: 11 7.06671939182 Average Force: 12 6.9494760425 Average Force: 13 6.89016877769 Average Force: 14 6.90670132214 Average Force: 15 6.95974282067 Average Force: 16 7.00660596312 Average Force: 17 7.02953891235 Average Force: 18 7.035538295 Average Force: 19 7.03830281632 Average Force: 20 7.0433500855 Average Force: 21 7.0475445719 Average Force: 22 7.04552926409 Average Force: 23 7.03575384826 Average Force: 24 7.02075196292 Average Force: 25 7.0037722604 Average Force: 26 6.98625255808 Average Force: 27 6.96812524481 Average Force: 28 6.94890882893 Average Force: 29 6.92850020724 Average Force: 30 6.90728051033 Average Force: 31 6.88581410677 Average Force: 32 6.86460687531 Average Force: 33 6.84393390636 Average Force: 34 6.82381748265 Average Force: 35 6.80412901171 Average Force: 36 6.78471626972 Average Force: 37 6.76551367054 Average Force: 38 6.74651288974 Average Force: 39 6.72771305154 Average Force: 40 6.70911025525 Average Force: 41 6.6907239222 Average Force: 42 6.67259876452 Average Force: 43 6.65478297 Average Force: 44 6.63731810705 Average Force: 45 6.62021940467 Average Force: 46 6.60347768717 Average Force: 47 6.5870922683 Average Force: 48 6.57109558354 Average Force: 49 6.55549028592 Average Force: 50 6.5402014862 Average Force: 51 6.52516218647 Average Force: 52 6.51035272327 Average Force: 53 6.49576388132 Average Force: 54 6.48138878167 Average Force: 55 6.46719407473 Average Force: 56 6.45311888411 Average Force: 57 6.43913391772 Average Force: 58 6.42527190362 Average Force: 59 6.41159748831 Average Force: 60 6.39815648183 Average Force: 61 6.38494155426 Average Force: 62 6.37191292113 Average Force: 63 6.35906090968 Average Force: 64 6.34642649703 Average Force: 65 6.33405572938 Average Force: 66 6.3219889547 Average Force: 67 6.31025086284 Average Force: 68 6.29884327368 Average Force: 69 6.28775687841 Average Force: 70 6.27698062443 Average Force: 71 6.2665048607 Average Force: 72 6.25631703903 Average Force: 73 6.24641359877 Average Force: 74 6.23677912986 Average Force: 75 6.22739834013 Average Force: 76 6.21825910671 Average Force: 77 6.20934978584 Average Force: 78 6.20065932321 Average Force: 79 6.19217920392 Average Force: 80 6.18390524388 Average Force: 81 6.17583600506 Average Force: 82 6.16796991841 Average Force: 83 6.16029991578 Average Force: 84 6.15281410726 Average Force: 85 6.14549592953 Average Force: 86 6.13832723035 Average Force: 87 6.13129465529 Average Force: 88 6.12438550466 Average Force: 89 6.11758962596 Average Force: 90 6.11089630456 Average Force: 91 6.10429338912 Average Force: 92 6.0977695512 Average Force: 93 6.09131515817 Average Force: 94 6.08492453734 Average Force: 95 6.07859639168 Average Force: 96 6.07233088865 Average Force: 97 6.06612813412 Average Force: 98 6.05998543786 Average Force: 99 6.0538987597 Average Force: 100 6.0478653001 Average Force: 101 6.04188368129 Average Force: 102 6.03595466971 Average Force: 103 6.03007997097 Average Force: 104 6.02426119529 Average Force: 105 6.018500842 Average Force: 106 6.01280269443 Average Force: 107 6.00717090383 Average Force: 108 6.00160967787 Average Force: 109 5.99612032486 Average Force: 110 5.99070454009 Average Force: 111 5.98536547306 Average Force: 112 5.98010771973 Average Force: 113 5.97493625319 Average Force: 114 5.969855115 Average Force: 115 5.9648676453 Average Force: 116 5.95997707681 Average Force: 117 5.95518710949 Average Force: 118 5.95050093059 Average Force: 119 5.94592247403 Average Force: 120 5.94145654258 Average Force: 121 5.93710841331 Average Force: 122 5.93288247221 Average Force: 123 5.9287827074 Average Force: 124 5.92481310008 Average Force: 125 5.92097751928 Average Force: 126 5.91727918817 Average Force: 127 5.91372123866 Average Force: 128 5.91030601492 Average Fo gnuplot: unable to open display ':1' gnuplot: X11 aborted. rce: 129 5.90703559078 Average Force: 130 5.90391093315 Average Force: 131 5.90093340008 Average Force: 132 5.8981026622 Average Force: 133 5.89541775947 Average Force: 134 5.89287771276 Average Force: 135 5.89047914156 Average Force: 136 5.8882181611 Average Force: 137 5.88608952343 Average Force: 138 5.88408753848 Average Force: 139 5.88220682813 Average Force: 140 5.88044291436 Average Force: 141 5.87879210929 Average Force: 142 5.87725089866 Average Force: 143 5.87581496371 Average Force: 144 5.8744780959 Average Force: 145 5.87323309455 Average Force: 146 5.87207377747 Average Force: 147 5.87099332388 Average Force: 148 5.8699838825 Average Force: 149 5.86903755107 Average Force: 150 5.8681472994 Average Force: 151 5.86730651132 Average Force: 152 5.86650924546 Average Force: 153 5.86574961706 Average Force: 154 5.86502183708 Average Force: 155 5.86432047684 Average Force: 156 5.86364136994 Average Force: 157 5.86298174338 Average Force: 158 5.8623381412 Average Force: 159 5.86170788245 Average Force: 160 5.86108817319 Average Force: 161 5.86047733112 Average Force: 162 5.85987388154 Average Force: 163 5.85927877675 Average Force: 164 5.85869308421 Average Force: 165 5.85811865945 Average Force: 166 5.85755568259 Average Force: 167 5.85700445335 Average Force: 168 5.85646417327 Average Force: 169 5.85593537876 Average Force: 170 5.85541895359 Average Force: 171 5.85491736965 Average Force: 172 5.85443258901 Average Force: 173 5.85396728676 Average Force: 174 5.85352329776 Average Force: 175 5.8531026092 Average Force: 176 5.85270519438 Average Force: 177 5.85233161531 Average Force: 178 5.85198215624 Average Force: 179 5.85165804307 Average Force: 180 5.85135912117 Average Force: 181 5.8510849647 Average Force: 182 5.85083449181 Average Force: 183 5.85060789295 Average Force: 184 5.85040367832 Average Force: 185 5.85022022708 Average Force: 186 5.85005543231 Average Force: 187 5.84990770487 Average Force: 188 5.84977472824 Average Force: 189 5.84965560481 Average Force: 190 5.84954848637 Average Force: 191 5.84945171681 Average Force: 192 5.84936340526 Average Force: 193 5.84928311508 Average Force: 194 5.8492105217 Average Force: 195 5.8491466139 Average Force: 196 5.84909163372 Average Force: 197 5.84904671223 Average Force: 198 5.8490117748 Average Force: 199 5.84898766085 Average Force: 200 5.84897518055 Len: 200 Len: 200 Average Force: 5.84897518055 Run: cp run/postProcessing/forces/0/forces.dat cases/183/forces.dat Run: cp run/postProcessing/forceCoeffs/0/forceCoeffs.dat cases/183/forceCoeffs.dat Run: cp run/forces.png cases/183 Run: cp run/forces.csv cases/183 Run: (cd run; foamToVTK -latestTime) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : foamToVTK -latestTime Date : Aug 08 2019 Time : 23:45:38 Host : "bds1.beamnet" PID : 5810 Case : /data/vwt/process/run nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Create mesh for time = 200 Time: 200 volScalarFields : p nut k omega volVectorFields : U Internal : "/data/vwt/process/run/VTK/run_200.vtk" Original cells:275258 points:366735 Additional cells:452098 additional points:42639 Patch : "/data/vwt/process/run/VTK/inlet/inlet_200.vtk" Patch : "/data/vwt/process/run/VTK/outlet/outlet_200.vtk" Patch : "/data/vwt/process/run/VTK/channelWalls/channelWalls_200.vtk" Patch : "/data/vwt/process/run/VTK/car/car_200.vtk" surfScalarFields : phi End Run: cp sim_2.3.0_1/vwt.pvsm run/VTK Run: (cd run; zip -r ../cases/183/vtk.zip VTK) adding: VTK/ (stored 0%) adding: VTK/car/ (stored 0%) adding: VTK/car/car_200.vtk (deflated 51%) adding: VTK/vwt.pvsm (deflated 94%) adding: VTK/channelWalls/ (stored 0%) adding: VTK/channelWalls/channelWalls_200.vtk (deflated 58%) adding: VTK/inlet/ (stored 0%) adding: VTK/inlet/inlet_200.vtk (deflated 81%) adding: VTK/run_200.vtk (deflated 54%) adding: VTK/outlet/ (stored 0%) adding: VTK/outlet/outlet_200.vtk (deflated 41%)