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/171/object.stl Run: admesh --x-rotate=0.0 --y-rotate=0.0 --z-rotate=0.0 --scale=1.0 --vwt 0.02 cases/171/file.stl -a cases/171/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/171/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.376708 Checking exact... All facets connected. No nearby check necessary. No unconnected need to be removed. No holes need to be filled. Checking normal directions... Checking normal values... Calculating volume... Verifying neighbors... Writing ascii file cases/171/object.stl ================= Results produced by ADMesh version 0.95 ================ Input file : cases/171/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.340000, Max Y = 0.340000 Min Z = 0.020000, Max Z = 0.854987 ========= Facet Status ========== Original ============ Final ==== Number of facets : 60862 60862 Facets with 1 disconnected edge : 0 0 Facets with 2 disconnected edges : 0 0 Facets with 3 disconnected edges : 0 0 Total disconnected facets : 0 0 === Processing Statistics === ===== Other Statistics ===== Number of parts : 19 Volume : 0.791637 Degenerate facets : 0 Edges fixed : 0 Facets removed : 0 Facets added : 0 Facets reversed : 6 Backwards edges : 0 Normals fixed : 6 Run: chmod 0666 cases/171/object.stl VwtProcess: Post-processing STL file VwtProcess: Configuring for VWT simulation Run: cp cases/171/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 : Jan 29 2019 Time : 09:23:19 Host : "bds1.beamnet" PID : 5303 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 : 60862 Vertices : 30469 Bounding Box : (-1.4 -0.34 0.02) (1.4 0.34 0.854987) Cleaning up surface After cleaning up surface: Triangles : 60862 Vertices : 30469 Bounding Box : (-1.4 -0.34 0.02) (1.4 0.34 0.854987) Maintaining face ordering writing "object_clean.stl" End Run: sed -e 's/Aref.*;/Aref 0.376708;/' 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 : Jan 29 2019 Time : 09:23:21 Host : "bds1.beamnet" PID : 5312 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 : Jan 29 2019 Time : 09:23:22 Host : "bds1.beamnet" PID : 5316 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 : 60862 Vertices : 30469 Bounding Box : (-1.4 -0.34 0.02) (1.4 0.34 0.854987) Constructing feature set from included angle 150 Selecting edges purely based on geometric tests: no Initial feature set: feature points : 112 feature edges : 4025 of which region edges : 0 external edges : 4009 internal edges : 16 Final feature set: points : 3966 of which convex : 98 concave : 4 mixed : 10 non-feature : 3854 edges : 4025 of which external edges : 4009 internal edges : 16 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.56 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 : Jan 29 2019 Time : 09:23:23 Host : "bds1.beamnet" PID : 5319 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 : Jan 29 2019 Time : 09:23:25 Host : "bds1.beamnet" PID : 5323 Case : /data/vwt/process/run nProcs : 8 Slaves : 7 ( "bds1.beamnet.5324" "bds1.beamnet.5325" "bds1.beamnet.5326" "bds1.beamnet.5327" "bds1.beamnet.5328" "bds1.beamnet.5329" "bds1.beamnet.5330" ) 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.03 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.32 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 : 3966 edges : 4025 boundingBox : (-1.4 -0.34 0.02) (1.4 0.34 0.720203) Refinement level according to distance to "object.eMesh" (3966 points, 4025 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 : 875 Calculated surface intersections in = 0.37 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 : 63 cells. Determined cells to refine in = 0.27 s Selected for feature refinement : 63 cells (out of 96000) Edge intersection testing: Number of edges : 296483 Number of edges to retest : 2732 Number of intersected edges : 1442 Refined mesh in = 0.15 s After refinement feature refinement iteration 0 : cells:96441 faces:296483 points:103810 Cells per refinement level: 0 95937 1 504 Balanced mesh in = 0.31 s After balancing feature refinement iteration 0 : cells:96441 faces:296483 points:103810 Cells per refinement level: 0 95937 1 504 Feature refinement iteration 1 ------------------------------ Marked for refinement due to explicit features : 33 cells. Determined cells to refine in = 0.24 s Selected for feature refinement : 61 cells (out of 96441) Edge intersection testing: Number of edges : 298052 Number of edges to retest : 2418 Number of intersected edges : 1920 Refined mesh in = 0.13 s After refinement feature refinement iteration 1 : cells:96868 faces:298052 points:104561 Cells per refinement level: 0 95905 1 731 2 232 Balanced mesh in = 0.32 s After balancing feature refinement iteration 1 : cells:96868 faces:298052 points:104561 Cells per refinement level: 0 95905 1 731 2 232 Feature refinement iteration 2 ------------------------------ Marked for refinement due to explicit features : 8 cells. Determined cells to refine in = 0.24 s Selected for feature refinement : 16 cells (out of 96868) Edge intersection testing: Number of edges : 298451 Number of edges to retest : 745 Number of intersected edges : 1956 Refined mesh in = 0.14 s After refinement feature refinement iteration 2 : cells:96980 faces:298451 points:104740 Cells per refinement level: 0 95897 1 787 2 296 Balanced mesh in = 0.29 s After balancing feature refinement iteration 2 : cells:96980 faces:298451 points:104740 Cells per refinement level: 0 95897 1 787 2 296 Feature refinement iteration 3 ------------------------------ 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 96980) Stopping refining since too few cells selected. Surface refinement iteration 0 ------------------------------ Marked for refinement due to surface intersection : 1852 cells. Marked for refinement due to curvature/regions : 0 cells. Determined cells to refine in = 0.01 s Selected for refinement : 1884 cells (out of 96980) Edge intersection testing: Number of edges : 341720 Number of edges to retest : 52485 Number of intersected edges : 8166 Refined mesh in = 0.18 s After refinement surface refinement iteration 0 : cells:110168 faces:341720 points:121743 Cells per refinement level: 0 94910 1 8081 2 4817 3 2360 Balanced mesh in = 0.39 s After balancing surface refinement iteration 0 : cells:110168 faces:341720 points:121743 Cells per refinement level: 0 94910 1 8081 2 4817 3 2360 Surface refinement iteration 1 ------------------------------ Marked for refinement due to surface intersection : 8025 cells. Marked for refinement due to curvature/regions : 664 cells. Determined cells to refine in = 0.04 s Selected for refinement : 8978 cells (out of 110168) Edge intersection testing: Number of edges : 544439 Number of edges to retest : 252897 Number of intersected edges : 30390 Refined mesh in = 0.4 s After refinement surface refinement iteration 1 : cells:173014 faces:544439 points:198901 Cells per refinement level: 0 94675 1 4741 2 43718 3 24568 4 5312 Balanced mesh in = 0.83 s After balancing surface refinement iteration 1 : cells:173014 faces:544439 points:198901 Cells per refinement level: 0 94675 1 4741 2 43718 3 24568 4 5312 Surface refinement iteration 2 ------------------------------ Marked for refinement due to surface intersection : 23547 cells. Marked for refinement due to curvature/regions : 2710 cells. Determined cells to refine in = 0.1 s Selected for refinement : 27424 cells (out of 173014) Edge intersection testing: Number of edges : 1159400 Number of edges to retest : 804919 Number of intersected edges : 88152 Refined mesh in = 1.1 s After refinement surface refinement iteration 2 : cells:364982 faces:1159400 points:430077 Cells per refinement level: 0 94552 1 4542 2 29774 3 209122 4 26992 Balanced mesh in = 1.96 s After balancing surface refinement iteration 2 : cells:364982 faces:1159400 points:430077 Cells per refinement level: 0 94552 1 4542 2 29774 3 209122 4 26992 Surface refinement iteration 3 ------------------------------ Marked for refinement due to surface intersection : 1245 cells. Marked for refinement due to curvature/regions : 18768 cells. Determined cells to refine in = 0.15 s Selected for refinement : 20556 cells (out of 364982) Edge intersection testing: Number of edges : 1634336 Number of edges to retest : 675462 Number of intersected edges : 156414 Refined mesh in = 1.02 s After refinement surface refinement iteration 3 : cells:508874 faces:1634336 points:619407 Cells per refinement level: 0 94502 1 4779 2 29503 3 202954 4 177136 Balanced mesh in = 2.83 s After balancing surface refinement iteration 3 : cells:508874 faces:1634336 points:619407 Cells per refinement level: 0 94502 1 4779 2 29503 3 202954 4 177136 Surface refinement iteration 4 ------------------------------ Marked for refinement due to surface intersection : 52 cells. Marked for refinement due to curvature/regions : 1670 cells. Determined cells to refine in = 0.24 s Selected for refinement : 2011 cells (out of 508874) Edge intersection testing: Number of edges : 1682030 Number of edges to retest : 118388 Number of intersected edges : 160949 Refined mesh in = 0.92 s After refinement surface refinement iteration 4 : cells:522951 faces:1682030 points:639304 Cells per refinement level: 0 94494 1 4790 2 29647 3 203524 4 190496 Balanced mesh in = 2.56 s After balancing surface refinement iteration 4 : cells:522951 faces:1682030 points:639304 Cells per refinement level: 0 94494 1 4790 2 29647 3 203524 4 190496 Surface refinement iteration 5 ------------------------------ Marked for refinement due to surface intersection : 0 cells. Marked for refinement due to curvature/regions : 142 cells. Determined cells to refine in = 0.22 s Selected for refinement : 171 cells (out of 522951) Edge intersection testing: Number of edges : 1685882 Number of edges to retest : 13834 Number of intersected edges : 161115 Refined mesh in = 0.89 s After refinement surface refinement iteration 5 : cells:524148 faces:1685882 points:640746 Cells per refinement level: 0 94494 1 4787 2 29645 3 203590 4 191632 Balanced mesh in = 1.76 s After balancing surface refinement iteration 5 : cells:524148 faces:1685882 points:640746 Cells per refinement level: 0 94494 1 4787 2 29645 3 203590 4 191632 Surface refinement iteration 6 ------------------------------ Marked for refinement due to surface intersection : 0 cells. Marked for refinement due to curvature/regions : 29 cells. Determined cells to refine in = 0.22 s Selected for refinement : 31 cells (out of 524148) 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 47 regions. Keeping all cells in region 0 containing point (3.9 1.9 2.9) Selected for keeping : 412202 cells. Edge intersection testing: Number of edges : 1401037 Number of edges to retest : 162337 Number of intersected edges : 161115 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 = 1.01 s Selected for internal refinement : 16020 cells (out of 412202) Edge intersection testing: Number of edges : 1748479 Number of edges to retest : 773761 Number of intersected edges : 168507 Refined mesh in = 1.06 s After refinement shell refinement iteration 0 : cells:524342 faces:1748479 points:696785 Cells per refinement level: 0 94472 1 3898 2 17412 3 143280 4 265280 Balanced mesh in = 2.97 s After balancing shell refinement iteration 0 : cells:524342 faces:1748479 points:696820 Cells per refinement level: 0 94472 1 3898 2 17412 3 143280 4 265280 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.19 s Selected for internal refinement : 0 cells (out of 524342) Stopping refining since too few cells selected. Dangling coarse cells refinement iteration 0 -------------------------------------------- Determined cells to refine in = 0.01 s Selected for refinement : 2 cells (out of 524342) Edge intersection testing: Number of edges : 1748509 Number of edges to retest : 248 Number of intersected edges : 168507 Refined mesh in = 0.81 s After refinement coarse cell refinement iteration 0 : cells:524356 faces:1748509 points:696824 Cells per refinement level: 0 94472 1 3898 2 17412 3 143278 4 265296 Balanced mesh in = 1.49 s After balancing coarse cell refinement iteration 0 : cells:524356 faces:1748509 points:696824 Cells per refinement level: 0 94472 1 3898 2 17412 3 143278 4 265296 Dangling coarse cells refinement iteration 1 -------------------------------------------- Determined cells to refine in = 0.1 s Selected for refinement : 0 cells (out of 524356) Stopping refining since too few cells selected. Dangling coarse cells refinement iteration 0 -------------------------------------------- Determined cells to refine in = 0 s Selected for refinement : 0 cells (out of 524356) Stopping refining since too few cells selected. Splitting mesh at surface intersections --------------------------------------- Introducing baffles for 168507 faces that are intersected by the surface. Edge intersection testing: Number of edges : 1916850 Number of edges to retest : 1155470 Number of intersected edges : 332554 Created baffles in = 0.91 s After introducing baffles : cells:524356 faces:1916850 points:701940 Cells per refinement level: 0 94472 1 3898 2 17412 3 143278 4 265296 Introducing baffles to block off problem cells ---------------------------------------------- markFacesOnProblemCells : marked 325363 additional internal faces to be converted into baffles. Analyzed problem cells in = 0.48 s Introducing baffles to delete problem cells. Edge intersection testing: Number of edges : 2242213 Number of edges to retest : 1049886 Number of intersected edges : 332619 Created baffles in = 0.97 s After introducing baffles : cells:524356 faces:2242213 points:706430 Cells per refinement level: 0 94472 1 3898 2 17412 3 143278 4 265296 Remove unreachable sections of mesh ----------------------------------- Keeping all cells in region 0 containing point (3.9 1.9 2.9) Selected for keeping : 278199 cells. Edge intersection testing: Number of edges : 939775 Number of edges to retest : 0 Number of intersected edges : 85735 Split mesh in = 0.75 s After subsetting : cells:278199 faces:939775 points:385965 Cells per refinement level: 0 94472 1 3898 2 17194 3 92186 4 70449 Handling cells with snap problems --------------------------------- Introducing baffles for 85735 faces that are intersected by the surface. Edge intersection testing: Number of edges : 939775 Number of edges to retest : 314961 Number of intersected edges : 85735 Created baffles in = 0.42 s After introducing baffles : cells:278199 faces:939775 points:385965 Cells per refinement level: 0 94472 1 3898 2 17194 3 92186 4 70449 Introducing baffles to block off problem cells ---------------------------------------------- markFacesOnProblemCells : marked 0 additional internal faces to be converted into baffles. Analyzed problem cells in = 0.24 s Introducing baffles to delete problem cells. Edge intersection testing: Number of edges : 939775 Number of edges to retest : 0 Number of intersected edges : 85735 Created baffles in = 0.27 s After introducing baffles : cells:278199 faces:939775 points:385965 Cells per refinement level: 0 94472 1 3898 2 17194 3 92186 4 70449 Remove unreachable sections of mesh ----------------------------------- Keeping all cells in region 0 containing point (3.9 1.9 2.9) Selected for keeping : 278199 cells. Edge intersection testing: Number of edges : 939775 Number of edges to retest : 0 Number of intersected edges : 85735 Split mesh in = 0.38 s After subsetting : cells:278199 faces:939775 points:385965 Cells per refinement level: 0 94472 1 3898 2 17194 3 92186 4 70449 Merge free-standing baffles --------------------------- freeStandingBaffles : detected 38 free-standing baffles out of 108 freeStandingBaffles : detected 6 planar (within 30 degrees) free-standing baffles out of 38 Detected free-standing baffles : 6 Edge intersection testing: Number of edges : 939769 Number of edges to retest : 6 Number of intersected edges : 85729 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 : 939769 Number of edges to retest : 0 Number of intersected edges : 85729 Created baffles in = 0.26 s After introducing baffles : cells:278199 faces:939769 points:385965 Cells per refinement level: 0 94472 1 3898 2 17194 3 92186 4 70449 Merged free-standing baffles in = 0.04 s dupNonManifoldPoints : Found : 104 non-manifold points (out of 403130) Edge intersection testing: Number of edges : 939769 Number of edges to retest : 0 Number of intersected edges : 85729 Detected unsplittable baffles : 0 Merge refined boundary faces ---------------------------- Merging 721 sets of faces. Edge intersection testing: Number of edges : 938766 Number of edges to retest : 5956 Number of intersected edges : 84734 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 771 straight edge points ... Edge intersection testing: Number of edges : 938766 Number of edges to retest : 5948 Number of intersected edges : 84734 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:278199 faces:938766 points:385162 Cells per refinement level: 0 94472 1 3898 2 17194 3 92186 4 70449 Writing mesh to time 1 Wrote mesh in = 3.46 s. Mesh refined in = 34.63 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.52 s Smoothing patch points ... Smoothing iteration 0 Found 238 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 : 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 : 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 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 : 3 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 : 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 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 : 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.17 s Morph iteration 0 ----------------- Calculating patchDisplacement as distance to nearest surface point ... Wanted displacement : average:0.001536989 min:0 max:0.00718562 Calculated surface displacement in = 0.03 s Detecting near surfaces ... Overriding nearest with intersection of close gaps at 4081 out of 92090 points. --> FOAM Warning : Displacement (4.477995e-09 -0.0001952569 2.440216e-05) at mesh point 11499 coord (-0.9875 -0.3016127 0.1875) points through the surrounding patch faces Smoothing displacement ... Iteration 0 Iteration 10 Iteration 20 Displacement smoothed in = 0.53 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 : 48 faces with face-decomposition tet quality < 1e-30 : 146 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 : 31 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 : 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 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 : 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 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 : 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 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 : 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 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 : 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 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.62 s Repatching faces according to nearest surface ... Repatched 0 faces in = 0.08 s Edge intersection testing: Number of edges : 938766 Number of edges to retest : 466302 Number of intersected edges : 86738 Merging 10587 sets of faces. Edge intersection testing: Number of edges : 926158 Number of edges to retest : 43809 Number of intersected edges : 74174 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 : 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 Masters that need to be restored:12 Edge intersection testing: Number of edges : 926190 Number of edges to retest : 102 Number of intersected edges : 74206 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 8250 straight edge points ... Edge intersection testing: Number of edges : 926190 Number of edges to retest : 40419 Number of intersected edges : 74228 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 : 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 Detected 2 error faces on boundaries that have been merged. These will be restored to their original faces. Edge intersection testing: Number of edges : 926190 Number of edges to retest : 22 Number of intersected edges : 74228 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 : 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 0 error faces on boundaries that have been merged. These will be restored to their original faces. Detected 2 error faces in mesh. Restoring neighbours of faces in error. Edge intersection testing: Number of edges : 926190 Number of edges to retest : 82 Number of intersected edges : 74230 Snapped mesh : cells:278199 faces:926190 points:375048 Cells per refinement level: 0 94472 1 3898 2 17194 3 92186 4 70449 Writing mesh to time 2 Wrote mesh in = 3.8 s. Mesh snapped in = 8.75 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 385 sets of faces. Edge intersection testing: Number of edges : 925684 Number of edges to retest : 2772 Number of intersected edges : 73750 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 : 10 faces with concavity > 80 degrees : 6 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:18 Edge intersection testing: Number of edges : 925722 Number of edges to retest : 138 Number of intersected edges : 73788 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 316 straight edge points ... Edge intersection testing: Number of edges : 925722 Number of edges to retest : 3342 Number of intersected edges : 73784 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 : 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 Detected 2 error faces on boundaries that have been merged. These will be restored to their original faces. Edge intersection testing: Number of edges : 925722 Number of edges to retest : 22 Number of intersected edges : 73784 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 : 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 0 error faces on boundaries that have been merged. These will be restored to their original faces. Detected 2 error faces in mesh. Restoring neighbours of faces in error. Edge intersection testing: Number of edges : 925722 Number of edges to retest : 82 Number of intersected edges : 73786 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 4 points. Set displacement to zero for all 4 non-manifold points Handling feature edges ... Set displacement to zero for points on 2770 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 7618 points. patch faces layers avg thickness[m] near-wall overall ----- ----- ------ --------- ------- car 74055 3 0.00432 0.0117 Selecting externalDisplacementMeshMover displacementMedialAxis displacementMedialAxis : Calculating distance to Medial Axis ... displacementMedialAxis : Smoothing normals ... Iteration 0 residual 0.03414983 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.05755408 Layer addition iteration 0 -------------------------- 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 3496 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 5332 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.000255442 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1747 faces with face pyramid volume < 1e-13 : 269 faces with face-decomposition tet quality < 1e-30 : 474 faces with concavity > 80 degrees : 11 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 3 faces with volume ratio of neighbour cells < 0.01 : 49 faces with face twist < 0.02 : 5 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 : 586 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 160 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 : 4 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 : 309 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 75 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 : 7 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 : 34 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 65 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 : 116 faces with face pyramid volume < 1e-13 : 4 faces with face-decomposition tet quality < 1e-30 : 86 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 : 139 faces with face pyramid volume < 1e-13 : 13 faces with face-decomposition tet quality < 1e-30 : 82 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 1 faces with volume ratio of neighbour cells < 0.01 : 1 faces with face twist < 0.02 : 2 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 8 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 : 154 faces with face pyramid volume < 1e-13 : 11 faces with face-decomposition tet quality < 1e-30 : 263 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 1 faces with volume ratio of neighbour cells < 0.01 : 2 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 3 Detected 434 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 62721 out of 74055 faces (84.69516%). Removed extrusion at 148 faces. Added 162088 out of 222165 cells (72.95839%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 9825 points. Layer addition iteration 1 -------------------------- Determining displacement for added points according to pointNormal ... Detected 7 points with point normal pointing through faces. Reset displacement at 7 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 2607 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 1395 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0002312543 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 647 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 157 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 : 191 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 : 2 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 : 128 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 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 : 4 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 : 2 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 : 26 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 33 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 : 106 faces with face pyramid volume < 1e-13 : 8 faces with face-decomposition tet quality < 1e-30 : 80 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 : 122 faces with face pyramid volume < 1e-13 : 8 faces with face-decomposition tet quality < 1e-30 : 251 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 : 2 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 383 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 51177 out of 74055 faces (69.10674%). Removed extrusion at 204 faces. Added 133084 out of 222165 cells (59.90323%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 7785 points. Layer addition iteration 2 -------------------------- Determining displacement for added points according to pointNormal ... Detected 7 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 2170 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 394 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0002100065 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 222 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 85 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 : 62 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 49 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 : 29 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 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 : 20 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 35 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 : 50 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 9 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 : 140 faces with face pyramid volume < 1e-13 : 51 faces with face-decomposition tet quality < 1e-30 : 93 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 1 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 7 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 3 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 : 156 faces with face pyramid volume < 1e-13 : 50 faces with face-decomposition tet quality < 1e-30 : 196 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 2 faces with volume ratio of neighbour cells < 0.01 : 2 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 406 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 42818 out of 74055 faces (57.81919%). Removed extrusion at 118 faces. Added 111750 out of 222165 cells (50.30045%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 6212 points. Layer addition iteration 3 -------------------------- Determining displacement for added points according to pointNormal ... Detected 4 points with point normal pointing through faces. Reset displacement at 4 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 1840 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 281 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001927007 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 68 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 1 Moving mesh using displacement scaling : min:0.75 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 : 35 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 : 27 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 : 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 4 Moving mesh using displacement scaling : min:0 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 : 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 : 18 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 : 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 : 21 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 99 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 : 6 Detected 130 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 36160 out of 74055 faces (48.82857%). Removed extrusion at 97 faces. Added 94825 out of 222165 cells (42.68224%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 5006 points. Layer addition iteration 4 -------------------------- Determining displacement for added points according to pointNormal ... Detected 0 points with point normal pointing through faces. Reset displacement at 0 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 1644 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 268 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001677791 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 28 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 39 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 : 2 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 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 : 15 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 : 15 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 : 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 : Finished moving mesh ... truncateDisplacement : Unextruded 1 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 : 10 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 62 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 72 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 30654 out of 74055 faces (41.39356%). Removed extrusion at 62 faces. Added 80832 out of 222165 cells (36.38377%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 4033 points. Layer addition iteration 5 -------------------------- Determining displacement for added points according to pointNormal ... Detected 0 points with point normal pointing through faces. Reset displacement at 0 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 1329 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 153 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001484789 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 21 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 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 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 : 9 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 : 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 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 2 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 : 3 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 29 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 32 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 26246 out of 74055 faces (35.44123%). Removed extrusion at 30 faces. Added 69486 out of 222165 cells (31.27675%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 3286 points. Layer addition iteration 6 -------------------------- Determining displacement for added points according to pointNormal ... Detected 0 points with point normal pointing through faces. Reset displacement at 0 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 1193 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 110 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001313794 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 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 : 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 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 : 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 : 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 : 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 : 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 21 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 22803 out of 74055 faces (30.79198%). Removed extrusion at 21 faces. Added 60103 out of 222165 cells (27.05332%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 2914 points. Layer addition iteration 7 -------------------------- Determining displacement for added points according to pointNormal ... Detected 0 points with point normal pointing through faces. Reset displacement at 0 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 978 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 83 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001174411 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 27 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 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 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 : 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 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 : 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 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 : 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 19775 out of 74055 faces (26.70313%). Removed extrusion at 14 faces. Added 51787 out of 222165 cells (23.31015%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 2644 points. Layer addition iteration 8 -------------------------- Determining displacement for added points according to pointNormal ... Detected 0 points with point normal pointing through faces. Reset displacement at 0 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 900 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 56 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001065933 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 24 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 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 : 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 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 : 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 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 : 3 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 1 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 : 2 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 34 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 36 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 17052 out of 74055 faces (23.02613%). Removed extrusion at 35 faces. Added 44269 out of 222165 cells (19.92618%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 2431 points. Layer addition iteration 9 -------------------------- Determining displacement for added points according to pointNormal ... Detected 0 points with point normal pointing through faces. Reset displacement at 0 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 734 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 98 displacementMedialAxis : Smoothing field ... Iteration 0 residual 9.525519e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 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 : 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 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 : 2 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 Detected 20 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 14487 out of 74055 faces (19.56249%). Removed extrusion at 20 faces. Added 37233 out of 222165 cells (16.75917%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 2161 points. Layer addition iteration 10 -------------------------- Determining displacement for added points according to pointNormal ... Detected 0 points with point normal pointing through faces. Reset displacement at 0 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 694 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 102 displacementMedialAxis : Smoothing field ... Iteration 0 residual 7.985348e-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 : 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 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 : 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 Detected 8 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 12125 out of 74055 faces (16.37297%). Removed extrusion at 8 faces. Added 31146 out of 222165 cells (14.01931%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1776 points. Layer addition iteration 11 -------------------------- Determining displacement for added points according to pointNormal ... Detected 0 points with point normal pointing through faces. Reset displacement at 0 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 547 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 66 displacementMedialAxis : Smoothing field ... Iteration 0 residual 6.679742e-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 : 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 : 3 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 3 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 10147 out of 74055 faces (13.70198%). Removed extrusion at 3 faces. Added 26172 out of 222165 cells (11.78043%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1449 points. Layer addition iteration 12 -------------------------- Determining displacement for added points according to pointNormal ... Detected 0 points with point normal pointing through faces. Reset displacement at 0 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 508 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 59 displacementMedialAxis : Smoothing field ... Iteration 0 residual 5.366044e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 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 : 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 8563 out of 74055 faces (11.56303%). Removed extrusion at 0 faces. Added 22001 out of 222165 cells (9.903%). Edge intersection testing: Number of edges : 992296 Number of edges to retest : 0 Number of intersected edges : 95787 Doing final balancing --------------------- patch faces layers overall thickness [m] [%] ----- ----- ------ --- --- car 74055 0.297 0.00112 8.6 Layer mesh : cells:300200 faces:992296 points:397236 Cells per refinement level: 0 94472 1 3898 2 17194 3 102461 4 82175 Writing mesh to time 3 Wrote mesh in = 40.13 s. Layers added in = 40.13 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 = 84.67 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 : Jan 29 2019 Time : 09:24:51 Host : "bds1.beamnet" PID : 5344 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 -2.596244e-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 : Jan 29 2019 Time : 09:24:57 Host : "bds1.beamnet" PID : 5358 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: 397236 faces: 992296 internal faces: 901335 cells: 300200 faces per cell: 6.307898 boundary patches: 4 point zones: 0 face zones: 0 cell zones: 1 Overall number of cells of each type: hexahedra: 250985 prisms: 6017 wedges: 0 pyramids: 0 tet wedges: 236 tetrahedra: 0 polyhedra: 42962 Breakdown of polyhedra by number of faces: faces number of cells 4 1710 5 2595 6 9743 7 1075 8 446 9 21579 10 72 11 110 12 4449 13 21 14 63 15 1046 17 2 18 51 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 14506 14804 ok (non-closed singly connected) (-4 -2 -2.596244e-17) (4 2 3) car 74055 79352 ok (closed singly connected) (-1.4 -0.34 0.02) (1.4 0.34 0.8549782) Checking geometry... Overall domain bounding box (-4 -2 -2.596244e-17) (4 2 3) Mesh (non-empty, non-wedge) directions (1 1 1) Mesh (non-empty) directions (1 1 1) Boundary openness (-7.668151e-18 1.002896e-16 7.518249e-15) OK. Max cell openness = 3.468693e-16 OK. Max aspect ratio = 12.19506 OK. Minimum face area = 3.168722e-06. Maximum face area = 0.01086586. Face area magnitudes OK. Min volume = 2.02691e-08. Max volume = 0.001048815. Total volume = 95.42139. Cell volumes OK. Mesh non-orthogonality Max: 59.38663 average: 11.15791 Non-orthogonality check OK. Face pyramids OK. Max skewness = 3.498783 OK. Coupled point location match (average 0) OK. Face tets OK. Min/max edge length = 0.0006779198 0.1094138 OK. *There are 4440 faces with concave angles between consecutive edges. Max concave angle = 68.892 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 : Jan 29 2019 Time : 09:25:08 Host : "bds1.beamnet" PID : 5366 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.04569606, No Iterations 5 GAMG: Solving for p, Initial residual = 0.004537796, Final residual = 0.0004178774, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000512769, Final residual = 3.153278e-05, No Iterations 5 GAMG: Solving for p, Initial residual = 0.0001529776, Final residual = 1.455312e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.484144e-05, Final residual = 1.747891e-06, No Iterations 5 GAMG: Solving for p, Initial residual = 6.205182e-06, Final residual = 7.965493e-07, No Iterations 2 GAMG: Solving for p, Initial residual = 1.269679e-06, Final residual = 4.858556e-07, No Iterations 1 GAMG: Solving for p, Initial residual = 5.662258e-07, Final residual = 5.662258e-07, No Iterations 0 GAMG: Solving for p, Initial residual = 5.662258e-07, Final residual = 5.662258e-07, No Iterations 0 GAMG: Solving for p, Initial residual = 5.662258e-07, Final residual = 5.662258e-07, No Iterations 0 GAMG: Solving for p, Initial residual = 5.662258e-07, Final residual = 5.662258e-07, No Iterations 0 continuity error = 0.0001519961 Interpolated U error = 1.318374e-05 ExecutionTime = 3.68 s ClockTime = 4 s End Run: sed -e 's/Aref.*;/Aref 0.376708;/' 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 : Jan 29 2019 Time : 09:25:12 Host : "bds1.beamnet" PID : 5372 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.46 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 = 37525 Number of faces shared with processor 1 = 412 Number of faces shared with processor 2 = 1310 Number of faces shared with processor 3 = 12 Number of faces shared with processor 4 = 1526 Number of processor patches = 4 Number of processor faces = 3260 Number of boundary faces = 12626 Processor 1 Number of cells = 37525 Number of faces shared with processor 0 = 412 Number of faces shared with processor 3 = 1422 Number of faces shared with processor 4 = 234 Number of faces shared with processor 5 = 4058 Number of faces shared with processor 7 = 26 Number of processor patches = 5 Number of processor faces = 6152 Number of boundary faces = 15437 Processor 2 Number of cells = 37525 Number of faces shared with processor 0 = 1310 Number of faces shared with processor 3 = 409 Number of faces shared with processor 6 = 1552 Number of processor patches = 3 Number of processor faces = 3271 Number of boundary faces = 12615 Processor 3 Number of cells = 37525 Number of faces shared with processor 0 = 12 Number of faces shared with processor 1 = 1422 Number of faces shared with processor 2 = 409 Number of faces shared with processor 5 = 1 Number of faces shared with processor 6 = 222 Number of faces shared with processor 7 = 4203 Number of processor patches = 6 Number of processor faces = 6269 Number of boundary faces = 14636 Processor 4 Number of cells = 37525 Number of faces shared with processor 0 = 1526 Number of faces shared with processor 1 = 234 Number of faces shared with processor 5 = 574 Number of faces shared with processor 6 = 1589 Number of processor patches = 4 Number of processor faces = 3923 Number of boundary faces = 8560 Processor 5 Number of cells = 37525 Number of faces shared with processor 1 = 4058 Number of faces shared with processor 3 = 1 Number of faces shared with processor 4 = 574 Number of faces shared with processor 7 = 1818 Number of processor patches = 4 Number of processor faces = 6451 Number of boundary faces = 8886 Processor 6 Number of cells = 37525 Number of faces shared with processor 2 = 1552 Number of faces shared with processor 3 = 222 Number of faces shared with processor 4 = 1589 Number of faces shared with processor 7 = 577 Number of processor patches = 4 Number of processor faces = 3940 Number of boundary faces = 8555 Processor 7 Number of cells = 37525 Number of faces shared with processor 1 = 26 Number of faces shared with processor 3 = 4203 Number of faces shared with processor 5 = 1818 Number of faces shared with processor 6 = 577 Number of processor patches = 4 Number of processor faces = 6624 Number of boundary faces = 9646 Number of processor faces = 19945 Max number of cells = 37525 (0% above average 37525) Max number of processor patches = 6 (41.17647% above average 4.25) Max number of faces between processors = 6624 (32.84532% above average 4986.25) 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 : Jan 29 2019 Time : 09:25:16 Host : "bds1.beamnet" PID : 5376 Case : /data/vwt/process/run nProcs : 8 Slaves : 7 ( "bds1.beamnet.5377" "bds1.beamnet.5378" "bds1.beamnet.5379" "bds1.beamnet.5380" "bds1.beamnet.5381" "bds1.beamnet.5382" "bds1.beamnet.5383" ) 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.02829054, Final residual = 0.001209797, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0630389, Final residual = 0.002656847, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.03674057, Final residual = 0.001751705, No Iterations 2 GAMG: Solving for p, Initial residual = 1, Final residual = 0.06255504, No Iterations 3 GAMG: Solving for p, Initial residual = 0.05538397, Final residual = 0.003358493, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007682576, Final residual = 0.0004866325, No Iterations 3 GAMG: Solving for p, Initial residual = 0.001958638, Final residual = 0.0001195452, No Iterations 3 time step continuity errors : sum local = 4.543954e-05, global = 2.321417e-06, cumulative = 2.321417e-06 smoothSolver: Solving for omega, Initial residual = 0.002012912, Final residual = 0.0001150076, No Iterations 2 smoothSolver: Solving for k, Initial residual = 1, Final residual = 0.03088151, No Iterations 2 ExecutionTime = 1.36 s ClockTime = 2 s forces forces output: sum of forces: pressure : (8.144398 -0.1073885 -7.093899) viscous : (1.558992 0.001367014 0.0343458) porous : (0 0 0) sum of moments: pressure : (0.07793161 -6.357976 -0.1540422) viscous : (-0.0007185874 0.4862063 0.002242926) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.260541 Cl = -0.002846732 Cl(f) = -0.001423366 Cl(r) = -0.001423366 Time = 2 smoothSolver: Solving for Ux, Initial residual = 0.009730918, Final residual = 0.0004350374, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.02214611, Final residual = 0.000991377, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.01354244, Final residual = 0.0006307775, No Iterations 2 GAMG: Solving for p, Initial residual = 0.2284498, Final residual = 0.01696706, No Iterations 3 GAMG: Solving for p, Initial residual = 0.03809549, Final residual = 0.002328856, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005362597, Final residual = 0.0003303254, No Iterations 3 GAMG: Solving for p, Initial residual = 0.001336216, Final residual = 0.0001332388, No Iterations 2 time step continuity errors : sum local = 6.336202e-05, global = -4.800547e-06, cumulative = -2.47913e-06 smoothSolver: Solving for omega, Initial residual = 0.001235066, Final residual = 7.732017e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.1069382, Final residual = 0.002827, No Iterations 2 ExecutionTime = 2.25 s ClockTime = 2 s forces forces output: sum of forces: pressure : (15.60625 -0.1950729 -13.16417) viscous : (1.590949 0.001466828 0.03708609) porous : (0 0 0) sum of moments: pressure : (0.1402443 -11.13322 -0.2509922) viscous : (-0.0007680028 0.4951743 0.002366138) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4617536 Cl = -0.005198423 Cl(f) = -0.002599211 Cl(r) = -0.002599211 Time = 3 smoothSolver: Solving for Ux, Initial residual = 0.01093619, Final residual = 0.0004462082, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.02466438, Final residual = 0.0009934337, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.01384169, Final residual = 0.0006181048, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1023211, Final residual = 0.006447618, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01794593, Final residual = 0.00153589, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003455372, Final residual = 0.0003425992, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0007911473, Final residual = 5.89641e-05, No Iterations 3 time step continuity errors : sum local = 2.087137e-05, global = 1.092932e-06, cumulative = -1.386197e-06 smoothSolver: Solving for omega, Initial residual = 0.0009685051, Final residual = 6.423587e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.05269561, Final residual = 0.001449072, No Iterations 2 ExecutionTime = 3.11 s ClockTime = 3 s forces forces output: sum of forces: pressure : (14.51981 -0.2017195 -13.88195) viscous : (1.618515 0.001530671 0.04092615) porous : (0 0 0) sum of moments: pressure : (0.1515234 -10.98019 -0.2262095) viscous : (-0.0008097191 0.5030442 0.002433406) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4333224 Cl = -0.005375173 Cl(f) = -0.002687586 Cl(r) = -0.002687586 Time = 4 smoothSolver: Solving for Ux, Initial residual = 0.01127824, Final residual = 0.0004751389, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.02581276, Final residual = 0.00110258, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.01385432, Final residual = 0.0006700895, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1056628, Final residual = 0.005705514, No Iterations 3 GAMG: Solving for p, Initial residual = 0.04086301, Final residual = 0.002910694, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006650428, Final residual = 0.0004612717, No Iterations 3 GAMG: Solving for p, Initial residual = 0.00155659, Final residual = 0.0001009069, No Iterations 3 time step continuity errors : sum local = 2.130538e-05, global = 1.201748e-06, cumulative = -1.844499e-07 smoothSolver: Solving for omega, Initial residual = 0.0008148644, Final residual = 5.607895e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.03409762, Final residual = 0.0009697006, No Iterations 2 ExecutionTime = 4.01 s ClockTime = 4 s forces forces output: sum of forces: pressure : (6.911204 -0.1548665 -10.61936) viscous : (1.643083 0.001523258 0.04462869) porous : (0 0 0) sum of moments: pressure : (0.1246312 -7.643324 -0.1480233) viscous : (-0.0008146735 0.5101877 0.002430177) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.229687 Cl = -0.004117344 Cl(f) = -0.002058672 Cl(r) = -0.002058672 Time = 5 smoothSolver: Solving for Ux, Initial residual = 0.005180831, Final residual = 0.0002280814, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.01253807, Final residual = 0.0006109134, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.006950999, Final residual = 0.0003609867, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1200057, Final residual = 0.006869432, No Iterations 3 GAMG: Solving for p, Initial residual = 0.05674841, Final residual = 0.003927628, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009452942, Final residual = 0.0006944042, No Iterations 3 GAMG: Solving for p, Initial residual = 0.002285662, Final residual = 0.0001515106, No Iterations 3 time step continuity errors : sum local = 2.436104e-05, global = 2.429512e-06, cumulative = 2.245062e-06 smoothSolver: Solving for omega, Initial residual = 0.0007253444, Final residual = 5.018885e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.02460494, Final residual = 0.0007187613, No Iterations 2 ExecutionTime = 4.91 s ClockTime = 5 s forces forces output: sum of forces: pressure : (0.4784226 -0.1285664 -7.221373) viscous : (1.6656 0.001469086 0.05010412) porous : (0 0 0) sum of moments: pressure : (0.1000644 -4.941062 -0.1180443) viscous : (-0.0008023101 0.5171622 0.002396441) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.05756811 Cl = -0.003412628 Cl(f) = -0.001706314 Cl(r) = -0.001706314 Time = 6 smoothSolver: Solving for Ux, Initial residual = 0.004768662, Final residual = 0.0002245635, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.01093033, Final residual = 0.0004769215, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.006155608, Final residual = 0.0003162884, No Iterations 2 GAMG: Solving for p, Initial residual = 0.114959, Final residual = 0.008514656, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02981272, Final residual = 0.002929026, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007097871, Final residual = 0.0004476526, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0016487, Final residual = 0.0001052213, No Iterations 3 time step continuity errors : sum local = 2.007387e-05, global = 2.148196e-06, cumulative = 4.393258e-06 smoothSolver: Solving for omega, Initial residual = 0.0006213544, Final residual = 4.319011e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.01880251, Final residual = 0.0005591539, No Iterations 2 ExecutionTime = 5.79 s ClockTime = 6 s forces forces output: sum of forces: pressure : (-0.01097235 -0.1598363 -6.207517) viscous : (1.689642 0.001368692 0.05094354) porous : (0 0 0) sum of moments: pressure : (0.1032503 -4.930445 -0.1722049) viscous : (-0.0007669458 0.5236444 0.002338028) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.04507315 Cl = -0.004254937 Cl(f) = -0.002127468 Cl(r) = -0.002127468 Time = 7 smoothSolver: Solving for Ux, Initial residual = 0.005270283, Final residual = 0.0002530742, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.01288483, Final residual = 0.0005514978, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.007049029, Final residual = 0.0003679085, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1166888, Final residual = 0.0101687, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02452885, Final residual = 0.001383669, No Iterations 3 GAMG: Solving for p, Initial residual = 0.004577213, Final residual = 0.0002459901, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0006591383, Final residual = 5.530903e-05, No Iterations 3 time step continuity errors : sum local = 1.378752e-05, global = 7.746129e-08, cumulative = 4.470719e-06 smoothSolver: Solving for omega, Initial residual = 0.0005460089, Final residual = 3.766933e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0150337, Final residual = 0.0004506201, No Iterations 2 ExecutionTime = 6.68 s ClockTime = 7 s forces forces output: sum of forces: pressure : (4.599853 -0.2265171 -7.551486) viscous : (1.71334 0.001304693 0.05100684) porous : (0 0 0) sum of moments: pressure : (0.1294651 -6.543889 -0.2673689) viscous : (-0.0007492772 0.5299495 0.002277379) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1695125 Cl = -0.006047068 Cl(f) = -0.003023534 Cl(r) = -0.003023534 Time = 8 smoothSolver: Solving for Ux, Initial residual = 0.00352454, Final residual = 0.0001832391, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.009104911, Final residual = 0.0004423876, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005226046, Final residual = 0.0002915478, No Iterations 2 GAMG: Solving for p, Initial residual = 0.09727429, Final residual = 0.009209304, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02070632, Final residual = 0.001074578, No Iterations 3 GAMG: Solving for p, Initial residual = 0.003854977, Final residual = 0.0003825218, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0007059865, Final residual = 6.72787e-05, No Iterations 3 time step continuity errors : sum local = 1.876901e-05, global = -1.107436e-06, cumulative = 3.363283e-06 smoothSolver: Solving for omega, Initial residual = 0.0004900026, Final residual = 3.330308e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.01246077, Final residual = 0.0003763751, No Iterations 2 ExecutionTime = 7.56 s ClockTime = 8 s forces forces output: sum of forces: pressure : (9.379089 -0.2866144 -9.450964) viscous : (1.735721 0.001250183 0.05218215) porous : (0 0 0) sum of moments: pressure : (0.1572407 -7.968913 -0.3374511) viscous : (-0.0007307461 0.5362967 0.002232133) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2984383 Cl = -0.007662175 Cl(f) = -0.003831088 Cl(r) = -0.003831088 Time = 9 smoothSolver: Solving for Ux, Initial residual = 0.002761019, Final residual = 0.0001428914, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.008089741, Final residual = 0.0003979781, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004591617, Final residual = 0.0002507441, No Iterations 2 GAMG: Solving for p, Initial residual = 0.07457223, Final residual = 0.004913904, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01342868, Final residual = 0.001232266, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002675907, Final residual = 0.0001466183, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0005901753, Final residual = 3.580836e-05, No Iterations 3 time step continuity errors : sum local = 9.603996e-06, global = -6.082972e-07, cumulative = 2.754986e-06 smoothSolver: Solving for omega, Initial residual = 0.0004459545, Final residual = 2.998437e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.01061521, Final residual = 0.0003234881, No Iterations 2 ExecutionTime = 8.45 s ClockTime = 9 s forces forces output: sum of forces: pressure : (10.56464 -0.3178942 -10.40633) viscous : (1.756756 0.001227901 0.05404858) porous : (0 0 0) sum of moments: pressure : (0.1743318 -8.374883 -0.3570294) viscous : (-0.0007320875 0.5424605 0.002203725) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3308359 Cl = -0.008502653 Cl(f) = -0.004251326 Cl(r) = -0.004251326 Time = 10 smoothSolver: Solving for Ux, Initial residual = 0.002681472, Final residual = 0.0001280984, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.008366186, Final residual = 0.0003851832, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004435233, Final residual = 0.0002373106, No Iterations 2 GAMG: Solving for p, Initial residual = 0.06516557, Final residual = 0.004394839, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01241314, Final residual = 0.000629054, No Iterations 3 GAMG: Solving for p, Initial residual = 0.002489941, Final residual = 0.0001264943, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0003929307, Final residual = 3.121424e-05, No Iterations 3 time step continuity errors : sum local = 7.550425e-06, global = 5.994036e-07, cumulative = 3.354389e-06 smoothSolver: Solving for omega, Initial residual = 0.0004106345, Final residual = 2.733374e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.009200283, Final residual = 0.0002828142, No Iterations 2 ExecutionTime = 9.36 s ClockTime = 10 s forces forces output: sum of forces: pressure : (8.625926 -0.3271324 -10.18757) viscous : (1.776861 0.00121528 0.0558756) porous : (0 0 0) sum of moments: pressure : (0.1797208 -7.889715 -0.3447096) viscous : (-0.000745711 0.5482772 0.002180087) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2793202 Cl = -0.008751041 Cl(f) = -0.00437552 Cl(r) = -0.00437552 Time = 11 smoothSolver: Solving for Ux, Initial residual = 0.002080738, Final residual = 0.0001050662, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.006457494, Final residual = 0.0003089872, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003652001, Final residual = 0.0002043888, No Iterations 2 GAMG: Solving for p, Initial residual = 0.06050799, Final residual = 0.004512965, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01271926, Final residual = 0.000678309, No Iterations 3 GAMG: Solving for p, Initial residual = 0.002834215, Final residual = 0.0002559236, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005449131, Final residual = 5.382443e-05, No Iterations 3 time step continuity errors : sum local = 1.226674e-05, global = 1.727839e-06, cumulative = 5.082228e-06 smoothSolver: Solving for omega, Initial residual = 0.0003821783, Final residual = 2.517407e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.008058114, Final residual = 0.0002494272, No Iterations 2 ExecutionTime = 10.25 s ClockTime = 11 s forces forces output: sum of forces: pressure : (6.236924 -0.3339303 -9.254705) viscous : (1.796171 0.001193503 0.05701489) porous : (0 0 0) sum of moments: pressure : (0.1799561 -7.210482 -0.3358533) viscous : (-0.0007525764 0.5535425 0.002156929) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2156927 Cl = -0.008934152 Cl(f) = -0.004467076 Cl(r) = -0.004467076 Time = 12 smoothSolver: Solving for Ux, Initial residual = 0.001776313, Final residual = 9.549393e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005254847, Final residual = 0.0002716562, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00323404, Final residual = 0.000195147, No Iterations 2 GAMG: Solving for p, Initial residual = 0.05527674, Final residual = 0.003672184, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01116998, Final residual = 0.0005860233, No Iterations 3 GAMG: Solving for p, Initial residual = 0.002407961, Final residual = 0.0002182, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004906077, Final residual = 2.983497e-05, No Iterations 4 time step continuity errors : sum local = 6.909492e-06, global = -6.321406e-07, cumulative = 4.450088e-06 smoothSolver: Solving for omega, Initial residual = 0.0003585081, Final residual = 2.337031e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.007128955, Final residual = 0.0002219681, No Iterations 2 ExecutionTime = 11.14 s ClockTime = 12 s forces forces output: sum of forces: pressure : (5.377633 -0.3519018 -8.317341) viscous : (1.814603 0.001158919 0.05759133) porous : (0 0 0) sum of moments: pressure : (0.1824125 -6.91583 -0.3496824) viscous : (-0.0007535276 0.5583294 0.002132935) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1931152 Cl = -0.009417627 Cl(f) = -0.004708813 Cl(r) = -0.004708813 Time = 13 smoothSolver: Solving for Ux, Initial residual = 0.001790671, Final residual = 9.904336e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005362389, Final residual = 0.0002822674, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003275164, Final residual = 0.0002045071, No Iterations 2 GAMG: Solving for p, Initial residual = 0.05074157, Final residual = 0.003276864, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009874328, Final residual = 0.0005702859, No Iterations 3 GAMG: Solving for p, Initial residual = 0.002099211, Final residual = 0.0002036801, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004369268, Final residual = 2.664849e-05, No Iterations 4 time step continuity errors : sum local = 6.492182e-06, global = -7.466852e-08, cumulative = 4.375419e-06 smoothSolver: Solving for omega, Initial residual = 0.0003366031, Final residual = 2.171687e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.006367482, Final residual = 0.000199357, No Iterations 2 ExecutionTime = 12.03 s ClockTime = 12 s forces forces output: sum of forces: pressure : (6.13648 -0.3765485 -7.857363) viscous : (1.831929 0.001121187 0.05796234) porous : (0 0 0) sum of moments: pressure : (0.1885315 -7.09994 -0.3812684) viscous : (-0.0007524489 0.5627072 0.002109526) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2139559 Cl = -0.01008042 Cl(f) = -0.005040208 Cl(r) = -0.005040208 Time = 14 smoothSolver: Solving for Ux, Initial residual = 0.001650449, Final residual = 9.903188e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005210783, Final residual = 0.0002801421, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003210031, Final residual = 0.0002035536, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0478576, Final residual = 0.002972336, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00897096, Final residual = 0.0004811447, No Iterations 3 GAMG: Solving for p, Initial residual = 0.001806743, Final residual = 0.0001682353, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003628152, Final residual = 3.501502e-05, No Iterations 3 time step continuity errors : sum local = 8.854043e-06, global = 4.187134e-07, cumulative = 4.794133e-06 smoothSolver: Solving for omega, Initial residual = 0.000316756, Final residual = 2.023763e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.005732498, Final residual = 0.0001805758, No Iterations 2 ExecutionTime = 12.92 s ClockTime = 13 s forces forces output: sum of forces: pressure : (7.322656 -0.4000668 -7.789733) viscous : (1.848083 0.001085848 0.05821289) porous : (0 0 0) sum of moments: pressure : (0.1965678 -7.514289 -0.4134154) viscous : (-0.0007541324 0.5667954 0.002095668) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2462391 Cl = -0.01071284 Cl(f) = -0.005356421 Cl(r) = -0.005356421 Time = 15 smoothSolver: Solving for Ux, Initial residual = 0.001523886, Final residual = 9.670415e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005200094, Final residual = 0.00027734, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003192913, Final residual = 0.0002007123, No Iterations 2 GAMG: Solving for p, Initial residual = 0.04450844, Final residual = 0.002326165, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007574218, Final residual = 0.0007109255, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001616063, Final residual = 0.0001233401, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0004128825, Final residual = 3.282895e-05, No Iterations 3 time step continuity errors : sum local = 8.362418e-06, global = 2.083756e-06, cumulative = 6.877888e-06 smoothSolver: Solving for omega, Initial residual = 0.0002971963, Final residual = 1.883791e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.005200526, Final residual = 0.0001642983, No Iterations 2 ExecutionTime = 13.8 s ClockTime = 14 s forces forces output: sum of forces: pressure : (8.012316 -0.4188579 -7.89669) viscous : (1.863115 0.001051483 0.0584031) porous : (0 0 0) sum of moments: pressure : (0.2031397 -7.799238 -0.4330199) viscous : (-0.0007564103 0.5706334 0.002085111) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2651604 Cl = -0.01121832 Cl(f) = -0.005609158 Cl(r) = -0.005609158 Time = 16 smoothSolver: Solving for Ux, Initial residual = 0.001439487, Final residual = 9.154654e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005119671, Final residual = 0.0002745981, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003164403, Final residual = 0.0001986347, No Iterations 2 GAMG: Solving for p, Initial residual = 0.04043086, Final residual = 0.001974961, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006652953, Final residual = 0.0005732078, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001306381, Final residual = 0.0001023318, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0003588299, Final residual = 2.820733e-05, No Iterations 3 time step continuity errors : sum local = 7.159144e-06, global = 2.122302e-06, cumulative = 9.00019e-06 smoothSolver: Solving for omega, Initial residual = 0.0002792763, Final residual = 1.756691e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.004744861, Final residual = 0.0001501393, No Iterations 2 ExecutionTime = 14.68 s ClockTime = 15 s forces forces output: sum of forces: pressure : (7.968552 -0.4342032 -7.801681) viscous : (1.877089 0.001017411 0.05852585) porous : (0 0 0) sum of moments: pressure : (0.2083779 -7.83122 -0.4390271) viscous : (-0.0007539928 0.5742117 0.00208599) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2643605 Cl = -0.01163126 Cl(f) = -0.00581563 Cl(r) = -0.00581563 Time = 17 smoothSolver: Solving for Ux, Initial residual = 0.001326928, Final residual = 8.423282e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004717427, Final residual = 0.0002625185, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003039, Final residual = 0.000194744, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03814208, Final residual = 0.001926346, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006407221, Final residual = 0.0005663665, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001291956, Final residual = 0.0001048143, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0003717769, Final residual = 2.92789e-05, No Iterations 3 time step continuity errors : sum local = 7.455477e-06, global = -2.500316e-06, cumulative = 6.499874e-06 smoothSolver: Solving for omega, Initial residual = 0.0002631521, Final residual = 1.650807e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.004349826, Final residual = 0.0001379503, No Iterations 2 ExecutionTime = 15.56 s ClockTime = 16 s forces forces output: sum of forces: pressure : (7.534514 -0.4467278 -7.311384) viscous : (1.88999 0.0009965127 0.05845451) porous : (0 0 0) sum of moments: pressure : (0.211912 -7.713718 -0.4402943) viscous : (-0.0007599753 0.5774481 0.002098728) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2530528 Cl = -0.01196811 Cl(f) = -0.005984057 Cl(r) = -0.005984057 Time = 18 smoothSolver: Solving for Ux, Initial residual = 0.001217415, Final residual = 7.76225e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004339717, Final residual = 0.0002517374, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002943157, Final residual = 0.0001938319, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03585742, Final residual = 0.001803015, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005982694, Final residual = 0.0005160295, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001202457, Final residual = 0.0001059964, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0003620412, Final residual = 2.991536e-05, No Iterations 3 time step continuity errors : sum local = 7.697758e-06, global = -2.680181e-06, cumulative = 3.819693e-06 smoothSolver: Solving for omega, Initial residual = 0.0002482294, Final residual = 1.558684e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00401143, Final residual = 0.0001275332, No Iterations 2 ExecutionTime = 16.44 s ClockTime = 17 s forces forces output: sum of forces: pressure : (7.20698 -0.4554625 -6.679375) viscous : (1.901889 0.0009739734 0.05819725) porous : (0 0 0) sum of moments: pressure : (0.2136296 -7.587571 -0.4451555) viscous : (-0.0007666317 0.5803646 0.002112616) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2445778 Cl = -0.01220325 Cl(f) = -0.006101625 Cl(r) = -0.006101625 Time = 19 smoothSolver: Solving for Ux, Initial residual = 0.001151002, Final residual = 7.338865e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004231285, Final residual = 0.0002528728, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002932147, Final residual = 0.0001976856, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03341179, Final residual = 0.001645515, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005418226, Final residual = 0.0004726035, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001079157, Final residual = 9.259251e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0003140695, Final residual = 2.520666e-05, No Iterations 3 time step continuity errors : sum local = 6.556171e-06, global = -2.134308e-06, cumulative = 1.685386e-06 smoothSolver: Solving for omega, Initial residual = 0.000235463, Final residual = 1.478689e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003715045, Final residual = 0.0001185713, No Iterations 2 ExecutionTime = 17.32 s ClockTime = 18 s forces forces output: sum of forces: pressure : (7.178904 -0.4656801 -6.231982) viscous : (1.912845 0.000942931 0.05777979) porous : (0 0 0) sum of moments: pressure : (0.2160724 -7.536695 -0.4542757) viscous : (-0.000768655 0.5829871 0.002124353) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2441181 Cl = -0.01247843 Cl(f) = -0.006239216 Cl(r) = -0.006239216 Time = 20 smoothSolver: Solving for Ux, Initial residual = 0.001103638, Final residual = 7.170268e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004260497, Final residual = 0.0002569977, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002944348, Final residual = 0.0002004591, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03185756, Final residual = 0.001495956, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00492419, Final residual = 0.0003997096, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0009447793, Final residual = 7.113675e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0002500969, Final residual = 1.77833e-05, No Iterations 3 time step continuity errors : sum local = 4.656804e-06, global = 1.146747e-06, cumulative = 2.832133e-06 smoothSolver: Solving for omega, Initial residual = 0.0002237502, Final residual = 1.40736e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003451777, Final residual = 0.0001109655, No Iterations 2 ExecutionTime = 18.22 s ClockTime = 19 s forces forces output: sum of forces: pressure : (7.311301 -0.4750632 -6.090867) viscous : (1.922995 0.000907862 0.05731172) porous : (0 0 0) sum of moments: pressure : (0.2190673 -7.565979 -0.4647228) viscous : (-0.0007662126 0.5854024 0.002136051) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2479456 Cl = -0.01273131 Cl(f) = -0.006365657 Cl(r) = -0.006365657 Time = 21 smoothSolver: Solving for Ux, Initial residual = 0.001055688, Final residual = 7.038211e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004276714, Final residual = 0.0002581029, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002952081, Final residual = 0.000200242, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03020222, Final residual = 0.001327867, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004499904, Final residual = 0.0002967098, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0007823655, Final residual = 5.041477e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0001953538, Final residual = 1.178317e-05, No Iterations 3 time step continuity errors : sum local = 3.08541e-06, global = 5.616157e-07, cumulative = 3.393748e-06 smoothSolver: Solving for omega, Initial residual = 0.0002129171, Final residual = 1.340195e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003217421, Final residual = 0.0001041249, No Iterations 2 ExecutionTime = 19.11 s ClockTime = 20 s forces forces output: sum of forces: pressure : (7.390476 -0.4835387 -6.18963) viscous : (1.932466 0.0008724641 0.0568936) porous : (0 0 0) sum of moments: pressure : (0.2219419 -7.624203 -0.4737137) viscous : (-0.0007609755 0.5876674 0.002145237) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2503258 Cl = -0.01295983 Cl(f) = -0.006479917 Cl(r) = -0.006479917 Time = 22 smoothSolver: Solving for Ux, Initial residual = 0.0009993163, Final residual = 6.780709e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004206012, Final residual = 0.0002562859, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002923601, Final residual = 0.0001977209, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02892657, Final residual = 0.001168722, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004168107, Final residual = 0.0002455895, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000681135, Final residual = 3.489874e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0001547007, Final residual = 1.331788e-05, No Iterations 2 time step continuity errors : sum local = 3.479757e-06, global = 2.319643e-07, cumulative = 3.625713e-06 smoothSolver: Solving for omega, Initial residual = 0.0002029706, Final residual = 1.278116e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00301118, Final residual = 9.827685e-05, No Iterations 2 ExecutionTime = 19.98 s ClockTime = 21 s forces forces output: sum of forces: pressure : (7.294884 -0.4905317 -6.329928) viscous : (1.941343 0.0008352345 0.05651633) porous : (0 0 0) sum of moments: pressure : (0.224311 -7.669732 -0.4799584) viscous : (-0.0007531225 0.5897999 0.002154284) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2479974 Cl = -0.0131486 Cl(f) = -0.006574301 Cl(r) = -0.006574301 Time = 23 smoothSolver: Solving for Ux, Initial residual = 0.0009377885, Final residual = 6.452733e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00404938, Final residual = 0.0002512392, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002861433, Final residual = 0.0001956789, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02730318, Final residual = 0.001063808, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003914766, Final residual = 0.0002118544, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006101711, Final residual = 5.71804e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001371433, Final residual = 9.417111e-06, No Iterations 3 time step continuity errors : sum local = 2.453188e-06, global = 1.031401e-08, cumulative = 3.636027e-06 smoothSolver: Solving for omega, Initial residual = 0.000193288, Final residual = 1.216771e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002824177, Final residual = 9.27255e-05, No Iterations 2 ExecutionTime = 20.86 s ClockTime = 22 s forces forces output: sum of forces: pressure : (7.06617 -0.497902 -6.445542) viscous : (1.949797 0.0008103435 0.05613212) porous : (0 0 0) sum of moments: pressure : (0.2267462 -7.695625 -0.4843069) viscous : (-0.0007532552 0.5918904 0.002173168) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2420833 Cl = -0.01334717 Cl(f) = -0.006673583 Cl(r) = -0.006673583 Time = 24 smoothSolver: Solving for Ux, Initial residual = 0.00087883, Final residual = 6.100764e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003891946, Final residual = 0.0002462977, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002790055, Final residual = 0.0001931377, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02624409, Final residual = 0.0009769072, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003682525, Final residual = 0.0001847145, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005560757, Final residual = 2.551781e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0001234747, Final residual = 1.049639e-05, No Iterations 2 time step continuity errors : sum local = 2.728829e-06, global = -1.375984e-07, cumulative = 3.498428e-06 smoothSolver: Solving for omega, Initial residual = 0.0001841207, Final residual = 1.159732e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00265411, Final residual = 8.727521e-05, No Iterations 2 ExecutionTime = 21.72 s ClockTime = 22 s forces forces output: sum of forces: pressure : (6.822749 -0.5057832 -6.578907) viscous : (1.957827 0.0007883657 0.05577725) porous : (0 0 0) sum of moments: pressure : (0.2292068 -7.716474 -0.488665) viscous : (-0.0007543136 0.5939149 0.002197279) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.235763 Cl = -0.01355937 Cl(f) = -0.006779685 Cl(r) = -0.006779685 Time = 25 smoothSolver: Solving for Ux, Initial residual = 0.0008304176, Final residual = 5.776695e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003798584, Final residual = 0.0002433655, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00273566, Final residual = 0.0001900517, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02485205, Final residual = 0.0009113123, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003409215, Final residual = 0.0001673734, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005240405, Final residual = 5.203276e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001415957, Final residual = 9.106224e-06, No Iterations 3 time step continuity errors : sum local = 2.357601e-06, global = -9.883802e-08, cumulative = 3.39959e-06 smoothSolver: Solving for omega, Initial residual = 0.0001754981, Final residual = 1.107002e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002501099, Final residual = 8.218993e-05, No Iterations 2 ExecutionTime = 22.59 s ClockTime = 23 s forces forces output: sum of forces: pressure : (6.648365 -0.513424 -6.794534) viscous : (1.965417 0.0007683581 0.05545966) porous : (0 0 0) sum of moments: pressure : (0.2311389 -7.74707 -0.4937801) viscous : (-0.0007558309 0.5958676 0.002225008) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2312845 Cl = -0.01376507 Cl(f) = -0.006882533 Cl(r) = -0.006882533 Time = 26 smoothSolver: Solving for Ux, Initial residual = 0.0007923797, Final residual = 5.464962e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003751179, Final residual = 0.0002392565, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002687921, Final residual = 0.0001867553, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02360785, Final residual = 0.0008689847, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00316085, Final residual = 0.0001656407, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005047621, Final residual = 2.93253e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0001347353, Final residual = 1.268046e-05, No Iterations 2 time step continuity errors : sum local = 3.265698e-06, global = -3.409714e-07, cumulative = 3.058619e-06 smoothSolver: Solving for omega, Initial residual = 0.0001675498, Final residual = 1.061038e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002361143, Final residual = 7.763417e-05, No Iterations 2 ExecutionTime = 23.46 s ClockTime = 24 s forces forces output: sum of forces: pressure : (6.552844 -0.5216535 -7.063266) viscous : (1.972504 0.0007502418 0.05515277) porous : (0 0 0) sum of moments: pressure : (0.2332472 -7.787878 -0.4991895) viscous : (-0.0007580213 0.5977132 0.002253055) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2289099 Cl = -0.01398652 Cl(f) = -0.00699326 Cl(r) = -0.00699326 Time = 27 smoothSolver: Solving for Ux, Initial residual = 0.0007579919, Final residual = 5.161141e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003703862, Final residual = 0.0002328592, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00263446, Final residual = 0.0001806016, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02296131, Final residual = 0.0008381587, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002989888, Final residual = 0.000153391, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004692755, Final residual = 2.727441e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0001246978, Final residual = 1.201323e-05, No Iterations 2 time step continuity errors : sum local = 3.085697e-06, global = -2.273492e-07, cumulative = 2.83127e-06 smoothSolver: Solving for omega, Initial residual = 0.0001599791, Final residual = 1.013984e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002235388, Final residual = 7.381256e-05, No Iterations 2 ExecutionTime = 24.32 s ClockTime = 25 s forces forces output: sum of forces: pressure : (6.492307 -0.5294096 -7.305104) viscous : (1.979123 0.0007365117 0.05482381) porous : (0 0 0) sum of moments: pressure : (0.2352322 -7.833219 -0.5043251) viscous : (-0.0007618419 0.5994853 0.002289935) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2274622 Cl = -0.01419514 Cl(f) = -0.007097572 Cl(r) = -0.007097572 Time = 28 smoothSolver: Solving for Ux, Initial residual = 0.0007252, Final residual = 4.880713e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003642301, Final residual = 0.000226736, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002569739, Final residual = 0.0001731442, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02250171, Final residual = 0.0007885797, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0028456, Final residual = 0.0001453289, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004346841, Final residual = 2.404875e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0001150387, Final residual = 1.06187e-05, No Iterations 2 time step continuity errors : sum local = 2.722804e-06, global = 6.814256e-08, cumulative = 2.899412e-06 smoothSolver: Solving for omega, Initial residual = 0.0001529478, Final residual = 9.690219e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002118171, Final residual = 7.019347e-05, No Iterations 2 ExecutionTime = 25.2 s ClockTime = 26 s forces forces output: sum of forces: pressure : (6.433523 -0.5366418 -7.490054) viscous : (1.985239 0.000725503 0.05445706) porous : (0 0 0) sum of moments: pressure : (0.2375129 -7.876445 -0.5093995) viscous : (-0.0007669418 0.6011449 0.002329437) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2260481 Cl = -0.01438963 Cl(f) = -0.007194813 Cl(r) = -0.007194813 Time = 29 smoothSolver: Solving for Ux, Initial residual = 0.000695164, Final residual = 4.651581e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003571315, Final residual = 0.0002216237, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002503331, Final residual = 0.0001669665, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02189288, Final residual = 0.0007162351, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002705413, Final residual = 0.0001394753, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004100289, Final residual = 2.070024e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0001051884, Final residual = 9.149171e-06, No Iterations 2 time step continuity errors : sum local = 2.342189e-06, global = -3.93195e-08, cumulative = 2.860093e-06 smoothSolver: Solving for omega, Initial residual = 0.0001464316, Final residual = 9.265577e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002010914, Final residual = 6.669364e-05, No Iterations 2 ExecutionTime = 26.07 s ClockTime = 27 s forces forces output: sum of forces: pressure : (6.370496 -0.5424031 -7.636463) viscous : (1.990925 0.0007155694 0.05405958) porous : (0 0 0) sum of moments: pressure : (0.239649 -7.91295 -0.5139715) viscous : (-0.0007725389 0.6027166 0.002369423) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2245084 Cl = -0.01454459 Cl(f) = -0.007272294 Cl(r) = -0.007272294 Time = 30 smoothSolver: Solving for Ux, Initial residual = 0.0006688842, Final residual = 4.47555e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003509589, Final residual = 0.0002175314, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00244209, Final residual = 0.0001618552, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02162385, Final residual = 0.0006540002, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002598488, Final residual = 0.0001299728, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003865741, Final residual = 1.92306e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 9.727439e-05, Final residual = 8.453852e-06, No Iterations 2 time step continuity errors : sum local = 2.160287e-06, global = 8.034727e-10, cumulative = 2.860896e-06 smoothSolver: Solving for omega, Initial residual = 0.0001401847, Final residual = 8.858746e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001912531, Final residual = 6.348066e-05, No Iterations 2 ExecutionTime = 26.94 s ClockTime = 28 s forces forces output: sum of forces: pressure : (6.304618 -0.5494936 -7.753696) viscous : (1.996181 0.0007077928 0.0536358) porous : (0 0 0) sum of moments: pressure : (0.2424526 -7.945969 -0.5183058) viscous : (-0.0007793176 0.6041938 0.002410051) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2228807 Cl = -0.01473518 Cl(f) = -0.00736759 Cl(r) = -0.00736759 Time = 31 smoothSolver: Solving for Ux, Initial residual = 0.0006457917, Final residual = 4.305808e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003473184, Final residual = 0.0002149959, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002384622, Final residual = 0.0001566119, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02140082, Final residual = 0.0006020016, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002514507, Final residual = 0.0001170234, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003612008, Final residual = 1.77644e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 8.766547e-05, Final residual = 7.758029e-06, No Iterations 2 time step continuity errors : sum local = 1.980764e-06, global = -9.559981e-08, cumulative = 2.765296e-06 smoothSolver: Solving for omega, Initial residual = 0.0001343376, Final residual = 8.479456e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001821629, Final residual = 6.054252e-05, No Iterations 2 ExecutionTime = 27.82 s ClockTime = 29 s forces forces output: sum of forces: pressure : (6.250841 -0.5563721 -7.849976) viscous : (2.001006 0.0007012871 0.05319513) porous : (0 0 0) sum of moments: pressure : (0.2455145 -7.977116 -0.5231269) viscous : (-0.0007865596 0.6055685 0.002452539) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2215663 Cl = -0.01492005 Cl(f) = -0.007460023 Cl(r) = -0.007460023 Time = 32 smoothSolver: Solving for Ux, Initial residual = 0.0006265791, Final residual = 4.177397e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003442191, Final residual = 0.0002128954, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002335004, Final residual = 0.000151117, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02080014, Final residual = 0.0005553298, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002414158, Final residual = 0.000103662, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003342147, Final residual = 2.895395e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.392512e-05, Final residual = 5.234182e-06, No Iterations 3 time step continuity errors : sum local = 1.336736e-06, global = 8.344825e-09, cumulative = 2.773641e-06 smoothSolver: Solving for omega, Initial residual = 0.0001286806, Final residual = 8.109665e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001736877, Final residual = 5.778111e-05, No Iterations 2 ExecutionTime = 28.69 s ClockTime = 30 s forces forces output: sum of forces: pressure : (6.214032 -0.5620763 -7.922342) viscous : (2.005492 0.0006917113 0.0527429) porous : (0 0 0) sum of moments: pressure : (0.2481887 -8.005642 -0.5282631) viscous : (-0.0007924798 0.6068986 0.00248914) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2206984 Cl = -0.01507346 Cl(f) = -0.007536732 Cl(r) = -0.007536732 Time = 33 smoothSolver: Solving for Ux, Initial residual = 0.000607219, Final residual = 4.058261e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003404352, Final residual = 0.0002105651, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002285605, Final residual = 0.000145888, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02028857, Final residual = 0.0005213974, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002315214, Final residual = 9.419324e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003138809, Final residual = 2.363608e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.675121e-05, Final residual = 3.385601e-06, No Iterations 3 time step continuity errors : sum local = 8.651825e-07, global = 1.401438e-08, cumulative = 2.787656e-06 smoothSolver: Solving for omega, Initial residual = 0.0001233337, Final residual = 7.771883e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001658703, Final residual = 5.525396e-05, No Iterations 2 ExecutionTime = 29.55 s ClockTime = 31 s forces forces output: sum of forces: pressure : (6.187985 -0.5650329 -7.96338) viscous : (2.009626 0.0006784248 0.05229658) porous : (0 0 0) sum of moments: pressure : (0.2495951 -8.031548 -0.5333628) viscous : (-0.0007956931 0.6081606 0.002523283) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.22011 Cl = -0.01515321 Cl(f) = -0.007576603 Cl(r) = -0.007576603 Time = 34 smoothSolver: Solving for Ux, Initial residual = 0.0005887955, Final residual = 3.939409e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003361985, Final residual = 0.000208371, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002234609, Final residual = 0.0001405783, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01988749, Final residual = 0.000497293, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002230883, Final residual = 9.100153e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000304928, Final residual = 2.706414e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.761393e-05, Final residual = 4.880653e-06, No Iterations 3 time step continuity errors : sum local = 1.249893e-06, global = -5.238868e-08, cumulative = 2.735267e-06 smoothSolver: Solving for omega, Initial residual = 0.0001182826, Final residual = 7.447363e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001584794, Final residual = 5.299205e-05, No Iterations 2 ExecutionTime = 30.43 s ClockTime = 31 s forces forces output: sum of forces: pressure : (6.15785 -0.567984 -7.961893) viscous : (2.013406 0.0006626038 0.05185605) porous : (0 0 0) sum of moments: pressure : (0.2509968 -8.056579 -0.5382307) viscous : (-0.0007972853 0.6093473 0.002555317) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2194024 Cl = -0.01523287 Cl(f) = -0.007616435 Cl(r) = -0.007616435 Time = 35 smoothSolver: Solving for Ux, Initial residual = 0.0005729304, Final residual = 3.830188e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003311273, Final residual = 0.0002055714, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002188363, Final residual = 0.0001355047, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01950178, Final residual = 0.0004764135, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002168344, Final residual = 9.939085e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003124142, Final residual = 1.657238e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 8.317249e-05, Final residual = 7.083068e-06, No Iterations 2 time step continuity errors : sum local = 1.820303e-06, global = -6.002654e-08, cumulative = 2.67524e-06 smoothSolver: Solving for omega, Initial residual = 0.0001135892, Final residual = 7.138242e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001516015, Final residual = 5.093542e-05, No Iterations 2 ExecutionTime = 31.3 s ClockTime = 32 s forces forces output: sum of forces: pressure : (6.114277 -0.5704835 -7.928561) viscous : (2.016849 0.000644581 0.05142637) porous : (0 0 0) sum of moments: pressure : (0.2521037 -8.082259 -0.5429332) viscous : (-0.0007968178 0.6104594 0.00258563) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2183249 Cl = -0.01530047 Cl(f) = -0.007650234 Cl(r) = -0.007650234 Time = 36 smoothSolver: Solving for Ux, Initial residual = 0.0005585457, Final residual = 3.726265e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003259009, Final residual = 0.0002012956, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002148413, Final residual = 0.0001312844, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01915435, Final residual = 0.001899569, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002833725, Final residual = 0.0001688605, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006185936, Final residual = 5.0714e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001372066, Final residual = 9.226527e-06, No Iterations 3 time step continuity errors : sum local = 2.377744e-06, global = 2.123189e-07, cumulative = 2.887559e-06 smoothSolver: Solving for omega, Initial residual = 0.0001090872, Final residual = 6.842374e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001452213, Final residual = 4.896749e-05, No Iterations 2 ExecutionTime = 32.16 s ClockTime = 33 s forces forces output: sum of forces: pressure : (6.058222 -0.5730168 -7.883658) viscous : (2.019957 0.0006252587 0.05101651) porous : (0 0 0) sum of moments: pressure : (0.2531386 -8.108842 -0.5473325) viscous : (-0.0007949269 0.6114897 0.002614476) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2169033 Cl = -0.01536901 Cl(f) = -0.007684503 Cl(r) = -0.007684503 Time = 37 smoothSolver: Solving for Ux, Initial residual = 0.0005457809, Final residual = 3.633757e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003209392, Final residual = 0.0001968596, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002114366, Final residual = 0.0001277894, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01861495, Final residual = 0.001829074, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002730697, Final residual = 0.0001678941, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006212375, Final residual = 5.109124e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001373191, Final residual = 9.496648e-06, No Iterations 3 time step continuity errors : sum local = 2.458621e-06, global = 2.256187e-07, cumulative = 3.113178e-06 smoothSolver: Solving for omega, Initial residual = 0.0001048174, Final residual = 6.568426e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001391581, Final residual = 4.707601e-05, No Iterations 2 ExecutionTime = 33.01 s ClockTime = 34 s forces forces output: sum of forces: pressure : (5.991032 -0.5760594 -7.831078) viscous : (2.022758 0.0006053243 0.05062049) porous : (0 0 0) sum of moments: pressure : (0.2542276 -8.135642 -0.551425) viscous : (-0.0007920729 0.6124455 0.00264315) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2151744 Cl = -0.01545124 Cl(f) = -0.007725619 Cl(r) = -0.007725619 Time = 38 smoothSolver: Solving for Ux, Initial residual = 0.0005327869, Final residual = 3.555064e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003152042, Final residual = 0.0001921852, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002082431, Final residual = 0.0001250227, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0180844, Final residual = 0.001765522, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002654899, Final residual = 0.000166556, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006202274, Final residual = 5.060481e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001368652, Final residual = 9.489464e-06, No Iterations 3 time step continuity errors : sum local = 2.467966e-06, global = 2.273533e-07, cumulative = 3.340531e-06 smoothSolver: Solving for omega, Initial residual = 0.0001007441, Final residual = 6.308629e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001335326, Final residual = 4.528314e-05, No Iterations 2 ExecutionTime = 33.87 s ClockTime = 35 s forces forces output: sum of forces: pressure : (5.913926 -0.5786399 -7.772179) viscous : (2.02528 0.0005876977 0.05024614) porous : (0 0 0) sum of moments: pressure : (0.2550317 -8.162626 -0.5552902) viscous : (-0.0007896172 0.6133326 0.00267141) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2131717 Cl = -0.015521 Cl(f) = -0.007760499 Cl(r) = -0.007760499 Time = 39 smoothSolver: Solving for Ux, Initial residual = 0.0005216305, Final residual = 3.484074e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003091682, Final residual = 0.0001867378, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002053018, Final residual = 0.0001222443, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01748595, Final residual = 0.001743562, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002614889, Final residual = 0.0001647604, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006103585, Final residual = 4.850659e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001327333, Final residual = 8.480456e-06, No Iterations 3 time step continuity errors : sum local = 2.213963e-06, global = 1.460496e-07, cumulative = 3.486581e-06 smoothSolver: Solving for omega, Initial residual = 9.690747e-05, Final residual = 6.061516e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001282238, Final residual = 4.360715e-05, No Iterations 2 ExecutionTime = 34.73 s ClockTime = 36 s forces forces output: sum of forces: pressure : (5.825921 -0.5803282 -7.715869) viscous : (2.027533 0.000570996 0.04989059) porous : (0 0 0) sum of moments: pressure : (0.2552237 -8.191811 -0.5588965) viscous : (-0.0007873713 0.6141532 0.002699559) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2108693 Cl = -0.01556678 Cl(f) = -0.007783389 Cl(r) = -0.007783389 Time = 40 smoothSolver: Solving for Ux, Initial residual = 0.0005096679, Final residual = 3.402836e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003018608, Final residual = 0.0001806573, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002024908, Final residual = 0.0001199898, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01712553, Final residual = 0.0004458761, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001938258, Final residual = 8.690282e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002964789, Final residual = 2.76234e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.524181e-05, Final residual = 5.443816e-06, No Iterations 3 time step continuity errors : sum local = 1.425169e-06, global = 1.425394e-07, cumulative = 3.62912e-06 smoothSolver: Solving for omega, Initial residual = 9.332542e-05, Final residual = 5.831239e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001232347, Final residual = 4.199644e-05, No Iterations 2 ExecutionTime = 35.61 s ClockTime = 37 s forces forces output: sum of forces: pressure : (5.740036 -0.5821382 -7.682559) viscous : (2.029519 0.0005568854 0.04956059) porous : (0 0 0) sum of moments: pressure : (0.2553008 -8.22199 -0.5619919) viscous : (-0.0007865012 0.6149046 0.002728966) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2086165 Cl = -0.01561576 Cl(f) = -0.007807878 Cl(r) = -0.007807878 Time = 41 smoothSolver: Solving for Ux, Initial residual = 0.0004983822, Final residual = 3.325035e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002938864, Final residual = 0.0001742716, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0020005, Final residual = 0.0001183757, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01680799, Final residual = 0.00166816, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002504616, Final residual = 0.0001547534, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005520298, Final residual = 3.520201e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001053421, Final residual = 5.886822e-06, No Iterations 3 time step continuity errors : sum local = 1.541614e-06, global = 1.285292e-07, cumulative = 3.757649e-06 smoothSolver: Solving for omega, Initial residual = 8.990644e-05, Final residual = 5.614271e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001185529, Final residual = 4.047214e-05, No Iterations 2 ExecutionTime = 36.48 s ClockTime = 38 s forces forces output: sum of forces: pressure : (5.683603 -0.5846742 -7.690404) viscous : (2.031217 0.0005456996 0.04926727) porous : (0 0 0) sum of moments: pressure : (0.2558198 -8.246021 -0.5642385) viscous : (-0.0007876633 0.6155714 0.002759787) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2071469 Cl = -0.01568415 Cl(f) = -0.007842075 Cl(r) = -0.007842075 Time = 42 smoothSolver: Solving for Ux, Initial residual = 0.0004875267, Final residual = 3.245761e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002857925, Final residual = 0.0001681591, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001980346, Final residual = 0.0001176894, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01660931, Final residual = 0.001623835, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002461863, Final residual = 0.0001489756, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005129454, Final residual = 2.952131e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.044674e-05, Final residual = 7.774686e-06, No Iterations 2 time step continuity errors : sum local = 2.036833e-06, global = 1.044607e-07, cumulative = 3.86211e-06 smoothSolver: Solving for omega, Initial residual = 8.666287e-05, Final residual = 5.414359e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001141435, Final residual = 3.897833e-05, No Iterations 2 ExecutionTime = 37.33 s ClockTime = 39 s forces forces output: sum of forces: pressure : (5.671247 -0.5862102 -7.728145) viscous : (2.032622 0.0005360427 0.04900891) porous : (0 0 0) sum of moments: pressure : (0.2562943 -8.258146 -0.5662929) viscous : (-0.0007897243 0.6161528 0.002792224) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2068528 Cl = -0.01572565 Cl(f) = -0.007862825 Cl(r) = -0.007862825 Time = 43 smoothSolver: Solving for Ux, Initial residual = 0.0004765514, Final residual = 3.164629e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002777692, Final residual = 0.0001623456, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001961164, Final residual = 0.0001168884, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01635395, Final residual = 0.001594098, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002425147, Final residual = 0.0001412404, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004927976, Final residual = 2.870008e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.46961e-05, Final residual = 4.601986e-06, No Iterations 3 time step continuity errors : sum local = 1.206892e-06, global = 5.510136e-08, cumulative = 3.917212e-06 smoothSolver: Solving for omega, Initial residual = 8.358561e-05, Final residual = 5.222678e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001099926, Final residual = 3.751563e-05, No Iterations 2 ExecutionTime = 38.18 s ClockTime = 39 s forces forces output: sum of forces: pressure : (5.688285 -0.5881008 -7.766951) viscous : (2.033721 0.0005265501 0.04878598) porous : (0 0 0) sum of moments: pressure : (0.2571396 -8.26563 -0.5683144) viscous : (-0.0007917703 0.6166409 0.00282507) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2073398 Cl = -0.01577667 Cl(f) = -0.007888335 Cl(r) = -0.007888335 Time = 44 smoothSolver: Solving for Ux, Initial residual = 0.0004651973, Final residual = 3.077545e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002701741, Final residual = 0.0001571524, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001934262, Final residual = 0.0001157013, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01589151, Final residual = 0.001548117, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002355966, Final residual = 0.0001318226, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004791852, Final residual = 2.674745e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.230122e-05, Final residual = 4.830655e-06, No Iterations 3 time step continuity errors : sum local = 1.26819e-06, global = 1.010419e-08, cumulative = 3.927316e-06 smoothSolver: Solving for omega, Initial residual = 8.05953e-05, Final residual = 5.038432e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001060715, Final residual = 3.606958e-05, No Iterations 2 ExecutionTime = 39.04 s ClockTime = 40 s forces forces output: sum of forces: pressure : (5.711974 -0.5912451 -7.801161) viscous : (2.034514 0.0005167374 0.04859519) porous : (0 0 0) sum of moments: pressure : (0.2582646 -8.273761 -0.5702192) viscous : (-0.0007942807 0.617036 0.002858562) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2079972 Cl = -0.01586136 Cl(f) = -0.007930679 Cl(r) = -0.007930679 Time = 45 smoothSolver: Solving for Ux, Initial residual = 0.0004541259, Final residual = 2.986792e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002631912, Final residual = 0.0001525092, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001903949, Final residual = 0.0001140205, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01535498, Final residual = 0.001485278, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002260551, Final residual = 0.000125131, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004607281, Final residual = 2.538488e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.854613e-05, Final residual = 4.670269e-06, No Iterations 3 time step continuity errors : sum local = 1.227426e-06, global = 6.576487e-09, cumulative = 3.933892e-06 smoothSolver: Solving for omega, Initial residual = 7.771055e-05, Final residual = 4.858467e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001023759, Final residual = 3.469842e-05, No Iterations 2 ExecutionTime = 39.89 s ClockTime = 41 s forces forces output: sum of forces: pressure : (5.717488 -0.5967641 -7.819908) viscous : (2.035008 0.0005091617 0.04842181) porous : (0 0 0) sum of moments: pressure : (0.2598565 -8.288495 -0.5716829) viscous : (-0.0007984637 0.6173381 0.002893368) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2081585 Cl = -0.01600975 Cl(f) = -0.008004875 Cl(r) = -0.008004875 Time = 46 smoothSolver: Solving for Ux, Initial residual = 0.0004435303, Final residual = 2.905497e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002566331, Final residual = 0.0001476525, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001872828, Final residual = 0.000111734, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01474205, Final residual = 0.00142586, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002166579, Final residual = 0.0001210153, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004398466, Final residual = 2.466795e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.626142e-05, Final residual = 6.666156e-06, No Iterations 2 time step continuity errors : sum local = 1.75344e-06, global = -8.113909e-08, cumulative = 3.852753e-06 smoothSolver: Solving for omega, Initial residual = 7.490553e-05, Final residual = 4.676311e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0009890181, Final residual = 3.338775e-05, No Iterations 2 ExecutionTime = 40.73 s ClockTime = 42 s forces forces output: sum of forces: pressure : (5.698403 -0.6019161 -7.823239) viscous : (2.035222 0.0005048401 0.04826428) porous : (0 0 0) sum of moments: pressure : (0.261084 -8.310288 -0.572421) viscous : (-0.000804282 0.6175517 0.002928197) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2076518 Cl = -0.0161482 Cl(f) = -0.0080741 Cl(r) = -0.0080741 Time = 47 smoothSolver: Solving for Ux, Initial residual = 0.0004330774, Final residual = 2.830143e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002504395, Final residual = 0.0001425474, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00184059, Final residual = 0.0001088303, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01427899, Final residual = 0.001372534, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002089854, Final residual = 0.0001181804, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004224131, Final residual = 2.421592e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.598103e-05, Final residual = 6.80365e-06, No Iterations 2 time step continuity errors : sum local = 1.790604e-06, global = 4.890917e-08, cumulative = 3.901662e-06 smoothSolver: Solving for omega, Initial residual = 7.214246e-05, Final residual = 4.497585e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0009558136, Final residual = 3.216591e-05, No Iterations 2 ExecutionTime = 41.63 s ClockTime = 43 s forces forces output: sum of forces: pressure : (5.662027 -0.604427 -7.817026) viscous : (2.03516 0.000507015 0.04811902) porous : (0 0 0) sum of moments: pressure : (0.2613318 -8.341222 -0.5724109) viscous : (-0.0008141337 0.6176743 0.002965171) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2066734 Cl = -0.01621556 Cl(f) = -0.008107781 Cl(r) = -0.008107781 Time = 48 smoothSolver: Solving for Ux, Initial residual = 0.0004233778, Final residual = 2.754151e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002445101, Final residual = 0.0001375149, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001809985, Final residual = 0.0001059086, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01393027, Final residual = 0.001334985, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00203028, Final residual = 0.0001153274, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004098905, Final residual = 2.422565e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.456981e-05, Final residual = 3.833999e-06, No Iterations 3 time step continuity errors : sum local = 1.009449e-06, global = 9.405223e-08, cumulative = 3.995715e-06 smoothSolver: Solving for omega, Initial residual = 6.944604e-05, Final residual = 4.325045e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0009239578, Final residual = 3.097472e-05, No Iterations 2 ExecutionTime = 42.5 s ClockTime = 44 s forces forces output: sum of forces: pressure : (5.626396 -0.6044671 -7.802706) viscous : (2.034838 0.0005106204 0.04798264) porous : (0 0 0) sum of moments: pressure : (0.2608501 -8.373037 -0.5718106) viscous : (-0.0008253388 0.6177128 0.003002703) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.205708 Cl = -0.01621654 Cl(f) = -0.00810827 Cl(r) = -0.00810827 Time = 49 smoothSolver: Solving for Ux, Initial residual = 0.0004138113, Final residual = 2.676966e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002386687, Final residual = 0.0001325179, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00177835, Final residual = 0.0001029433, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01352223, Final residual = 0.001294681, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001980917, Final residual = 0.0001114864, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003963321, Final residual = 2.268479e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.998226e-05, Final residual = 3.606636e-06, No Iterations 3 time step continuity errors : sum local = 9.496908e-07, global = 2.723146e-08, cumulative = 4.022946e-06 smoothSolver: Solving for omega, Initial residual = 6.680402e-05, Final residual = 4.158996e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0008930875, Final residual = 2.983823e-05, No Iterations 2 ExecutionTime = 43.35 s ClockTime = 45 s forces forces output: sum of forces: pressure : (5.607346 -0.6032162 -7.790705) viscous : (2.034255 0.0005169447 0.04783928) porous : (0 0 0) sum of moments: pressure : (0.2601758 -8.397822 -0.571033) viscous : (-0.0008390092 0.6176698 0.003041181) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2051809 Cl = -0.01618279 Cl(f) = -0.008091393 Cl(r) = -0.008091393 Time = 50 smoothSolver: Solving for Ux, Initial residual = 0.0004043422, Final residual = 2.60246e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002333983, Final residual = 0.0001283393, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001745554, Final residual = 9.978338e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01322605, Final residual = 0.001242088, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00190775, Final residual = 0.0001069558, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003813931, Final residual = 2.147072e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.578736e-05, Final residual = 6.060769e-06, No Iterations 2 time step continuity errors : sum local = 1.596134e-06, global = 9.894355e-08, cumulative = 4.12189e-06 smoothSolver: Solving for omega, Initial residual = 6.426273e-05, Final residual = 3.995954e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0008633363, Final residual = 2.874518e-05, No Iterations 2 ExecutionTime = 44.2 s ClockTime = 46 s forces forces output: sum of forces: pressure : (5.602244 -0.6034007 -7.781947) viscous : (2.033402 0.0005220078 0.0476845) porous : (0 0 0) sum of moments: pressure : (0.2600264 -8.415669 -0.5705736) viscous : (-0.0008536913 0.6175437 0.003078955) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.205021 Cl = -0.0161876 Cl(f) = -0.008093801 Cl(r) = -0.008093801 Time = 51 smoothSolver: Solving for Ux, Initial residual = 0.000395086, Final residual = 2.535892e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002284202, Final residual = 0.0001245179, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001713125, Final residual = 9.660064e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01287924, Final residual = 0.001193913, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001835192, Final residual = 0.0001042052, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003681863, Final residual = 2.171576e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.452952e-05, Final residual = 3.653797e-06, No Iterations 3 time step continuity errors : sum local = 9.625489e-07, global = -3.832602e-08, cumulative = 4.083564e-06 smoothSolver: Solving for omega, Initial residual = 6.180019e-05, Final residual = 3.838468e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0008350763, Final residual = 2.770189e-05, No Iterations 2 ExecutionTime = 45.06 s ClockTime = 47 s forces forces output: sum of forces: pressure : (5.596277 -0.6036581 -7.778126) viscous : (2.032283 0.0005255073 0.0475144) porous : (0 0 0) sum of moments: pressure : (0.2597393 -8.43811 -0.5703776) viscous : (-0.0008692948 0.6173387 0.003117238) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2048308 Cl = -0.01619442 Cl(f) = -0.00809721 Cl(r) = -0.00809721 Time = 52 smoothSolver: Solving for Ux, Initial residual = 0.0003857366, Final residual = 2.469922e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002236434, Final residual = 0.0001208662, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001681095, Final residual = 9.330579e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01247995, Final residual = 0.001152091, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001776761, Final residual = 0.0001020465, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003576482, Final residual = 2.19162e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.344305e-05, Final residual = 3.848271e-06, No Iterations 3 time step continuity errors : sum local = 1.0142e-06, global = 8.613959e-09, cumulative = 4.092177e-06 smoothSolver: Solving for omega, Initial residual = 5.940796e-05, Final residual = 3.684824e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0008079527, Final residual = 2.668684e-05, No Iterations 2 ExecutionTime = 45.92 s ClockTime = 47 s forces forces output: sum of forces: pressure : (5.579764 -0.602659 -7.776608) viscous : (2.030919 0.0005282579 0.04732588) porous : (0 0 0) sum of moments: pressure : (0.2588002 -8.464684 -0.5702124) viscous : (-0.0008858967 0.6170619 0.003154713) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2043507 Cl = -0.01616752 Cl(f) = -0.008083759 Cl(r) = -0.008083759 Time = 53 smoothSolver: Solving for Ux, Initial residual = 0.0003767811, Final residual = 2.402371e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002189708, Final residual = 0.0001174615, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001650238, Final residual = 9.023902e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01204494, Final residual = 0.001114549, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001715894, Final residual = 9.941925e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003488496, Final residual = 2.12103e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.125459e-05, Final residual = 3.611112e-06, No Iterations 3 time step continuity errors : sum local = 9.521097e-07, global = -3.088167e-09, cumulative = 4.089089e-06 smoothSolver: Solving for omega, Initial residual = 5.709746e-05, Final residual = 3.537372e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007818816, Final residual = 2.568805e-05, No Iterations 2 ExecutionTime = 46.77 s ClockTime = 48 s forces forces output: sum of forces: pressure : (5.553024 -0.6002772 -7.77325) viscous : (2.029334 0.0005318102 0.04711733) porous : (0 0 0) sum of moments: pressure : (0.2572166 -8.493665 -0.5697436) viscous : (-0.0009038018 0.6167243 0.003189883) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2035902 Cl = -0.01610347 Cl(f) = -0.008051736 Cl(r) = -0.008051736 Time = 54 smoothSolver: Solving for Ux, Initial residual = 0.0003680866, Final residual = 2.335707e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002145141, Final residual = 0.0001144695, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001619602, Final residual = 8.751401e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01165413, Final residual = 0.001080036, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001660539, Final residual = 9.676283e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003393405, Final residual = 2.016699e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.832003e-05, Final residual = 5.766766e-06, No Iterations 2 time step continuity errors : sum local = 1.521171e-06, global = 3.910674e-08, cumulative = 4.128196e-06 smoothSolver: Solving for omega, Initial residual = 5.489494e-05, Final residual = 3.400967e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007568908, Final residual = 2.473929e-05, No Iterations 2 ExecutionTime = 47.61 s ClockTime = 49 s forces forces output: sum of forces: pressure : (5.52413 -0.5974025 -7.767815) viscous : (2.027546 0.0005363024 0.04688708) porous : (0 0 0) sum of moments: pressure : (0.2554726 -8.520411 -0.5689645) viscous : (-0.000923532 0.6163343 0.003222981) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2027664 Cl = -0.01602616 Cl(f) = -0.008013081 Cl(r) = -0.008013081 Time = 55 smoothSolver: Solving for Ux, Initial residual = 0.0003595027, Final residual = 2.272379e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002103669, Final residual = 0.0001118052, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001587823, Final residual = 8.525622e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01135518, Final residual = 0.001053242, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001611446, Final residual = 9.560516e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003330649, Final residual = 1.983345e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.673981e-05, Final residual = 5.485617e-06, No Iterations 2 time step continuity errors : sum local = 1.4476e-06, global = 1.001281e-07, cumulative = 4.228324e-06 smoothSolver: Solving for omega, Initial residual = 5.281158e-05, Final residual = 3.272193e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007327633, Final residual = 2.383892e-05, No Iterations 2 ExecutionTime = 48.45 s ClockTime = 50 s forces forces output: sum of forces: pressure : (5.499186 -0.5945169 -7.765725) viscous : (2.02557 0.0005434861 0.04663696) porous : (0 0 0) sum of moments: pressure : (0.2537112 -8.545584 -0.5680703) viscous : (-0.0009445525 0.6158952 0.003254661) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2020436 Cl = -0.01594849 Cl(f) = -0.007974246 Cl(r) = -0.007974246 Time = 56 smoothSolver: Solving for Ux, Initial residual = 0.0003511818, Final residual = 2.208095e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002062363, Final residual = 0.0001094684, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00155722, Final residual = 8.347592e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01107143, Final residual = 0.001024657, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001561835, Final residual = 9.480496e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003267886, Final residual = 1.999436e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.590172e-05, Final residual = 3.189061e-06, No Iterations 3 time step continuity errors : sum local = 8.419152e-07, global = 2.718604e-08, cumulative = 4.25551e-06 smoothSolver: Solving for omega, Initial residual = 5.081378e-05, Final residual = 3.151582e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007095414, Final residual = 2.296217e-05, No Iterations 2 ExecutionTime = 49.31 s ClockTime = 51 s forces forces output: sum of forces: pressure : (5.480678 -0.5920956 -7.766294) viscous : (2.023439 0.0005524219 0.04637343) porous : (0 0 0) sum of moments: pressure : (0.2520443 -8.56887 -0.5672489) viscous : (-0.0009656205 0.6154175 0.003284612) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2014894 Cl = -0.01588324 Cl(f) = -0.007941619 Cl(r) = -0.007941619 Time = 57 smoothSolver: Solving for Ux, Initial residual = 0.000343103, Final residual = 2.143712e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00201923, Final residual = 0.0001072316, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001529536, Final residual = 8.221129e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01083325, Final residual = 0.0009962517, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001514111, Final residual = 9.405393e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003201222, Final residual = 1.977841e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.493952e-05, Final residual = 3.103464e-06, No Iterations 3 time step continuity errors : sum local = 8.196142e-07, global = 7.111102e-08, cumulative = 4.326621e-06 smoothSolver: Solving for omega, Initial residual = 4.890737e-05, Final residual = 3.037154e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006871407, Final residual = 2.210544e-05, No Iterations 2 ExecutionTime = 50.16 s ClockTime = 52 s forces forces output: sum of forces: pressure : (5.465332 -0.5906576 -7.769786) viscous : (2.021164 0.0005623679 0.04610493) porous : (0 0 0) sum of moments: pressure : (0.2507099 -8.58865 -0.5664577) viscous : (-0.0009870311 0.6149043 0.003310967) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2010163 Cl = -0.01584436 Cl(f) = -0.007922179 Cl(r) = -0.007922179 Time = 58 smoothSolver: Solving for Ux, Initial residual = 0.0003351224, Final residual = 2.083879e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001977738, Final residual = 0.0001051234, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001503012, Final residual = 8.123213e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01053384, Final residual = 0.0009670323, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00146911, Final residual = 9.315069e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003137936, Final residual = 1.93177e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.371499e-05, Final residual = 2.844142e-06, No Iterations 3 time step continuity errors : sum local = 7.51413e-07, global = 5.240342e-08, cumulative = 4.379025e-06 smoothSolver: Solving for omega, Initial residual = 4.711404e-05, Final residual = 2.92763e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006655492, Final residual = 2.129667e-05, No Iterations 2 ExecutionTime = 51.02 s ClockTime = 53 s forces forces output: sum of forces: pressure : (5.448955 -0.5894125 -7.77623) viscous : (2.018767 0.0005753252 0.04584133) porous : (0 0 0) sum of moments: pressure : (0.2494482 -8.607141 -0.5657105) viscous : (-0.00100928 0.6143606 0.003335503) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2005122 Cl = -0.01581058 Cl(f) = -0.00790529 Cl(r) = -0.00790529 Time = 59 smoothSolver: Solving for Ux, Initial residual = 0.0003275027, Final residual = 2.027581e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001936175, Final residual = 0.0001028423, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00147752, Final residual = 8.053276e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01024879, Final residual = 0.0009380944, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001422533, Final residual = 9.202766e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003071065, Final residual = 1.911644e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.278259e-05, Final residual = 2.698967e-06, No Iterations 3 time step continuity errors : sum local = 7.133874e-07, global = 1.211615e-08, cumulative = 4.391141e-06 smoothSolver: Solving for omega, Initial residual = 4.540614e-05, Final residual = 2.820523e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000644912, Final residual = 2.053282e-05, No Iterations 2 ExecutionTime = 51.87 s ClockTime = 53 s forces forces output: sum of forces: pressure : (5.43118 -0.5878231 -7.784781) viscous : (2.016259 0.0005905068 0.04558846) porous : (0 0 0) sum of moments: pressure : (0.2480215 -8.625391 -0.565126) viscous : (-0.001031791 0.6137901 0.003360066) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1999676 Cl = -0.0157675 Cl(f) = -0.007883748 Cl(r) = -0.007883748 Time = 60 smoothSolver: Solving for Ux, Initial residual = 0.0003202479, Final residual = 1.971011e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001894873, Final residual = 0.0001004333, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00145341, Final residual = 7.985043e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009962629, Final residual = 0.0009103774, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001372674, Final residual = 9.058726e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002997667, Final residual = 1.915455e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.221793e-05, Final residual = 2.750084e-06, No Iterations 3 time step continuity errors : sum local = 7.273083e-07, global = -2.512075e-08, cumulative = 4.36602e-06 smoothSolver: Solving for omega, Initial residual = 4.376897e-05, Final residual = 2.719246e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006250657, Final residual = 1.980579e-05, No Iterations 2 ExecutionTime = 52.73 s ClockTime = 55 s forces forces output: sum of forces: pressure : (5.414212 -0.5860296 -7.795109) viscous : (2.013652 0.0006066187 0.04534659) porous : (0 0 0) sum of moments: pressure : (0.2465729 -8.642862 -0.5647043) viscous : (-0.001054548 0.6131961 0.003383854) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.199442 Cl = -0.01571891 Cl(f) = -0.007859453 Cl(r) = -0.007859453 Time = 61 smoothSolver: Solving for Ux, Initial residual = 0.0003131935, Final residual = 1.916583e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001854251, Final residual = 9.797696e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001430309, Final residual = 7.901659e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009702646, Final residual = 0.0008827528, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001327777, Final residual = 8.85073e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002920689, Final residual = 1.924109e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.167743e-05, Final residual = 2.861008e-06, No Iterations 3 time step continuity errors : sum local = 7.570758e-07, global = -4.40796e-09, cumulative = 4.361612e-06 smoothSolver: Solving for omega, Initial residual = 4.222604e-05, Final residual = 2.623092e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000605921, Final residual = 1.912578e-05, No Iterations 2 ExecutionTime = 53.6 s ClockTime = 55 s forces forces output: sum of forces: pressure : (5.401437 -0.5845178 -7.806835) viscous : (2.010953 0.0006244011 0.04511354) porous : (0 0 0) sum of moments: pressure : (0.2452947 -8.658272 -0.5645087) viscous : (-0.001077515 0.6125809 0.003406657) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1990265 Cl = -0.01567784 Cl(f) = -0.007838919 Cl(r) = -0.007838919 Time = 62 smoothSolver: Solving for Ux, Initial residual = 0.0003067746, Final residual = 1.865298e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001814718, Final residual = 9.56647e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001407535, Final residual = 7.817323e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009463107, Final residual = 0.0008587847, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001293985, Final residual = 8.558997e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002852706, Final residual = 1.894572e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.07383e-05, Final residual = 2.870116e-06, No Iterations 3 time step continuity errors : sum local = 7.597958e-07, global = -2.835164e-09, cumulative = 4.358777e-06 smoothSolver: Solving for omega, Initial residual = 4.076686e-05, Final residual = 2.532666e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005873719, Final residual = 1.847475e-05, No Iterations 2 ExecutionTime = 54.46 s ClockTime = 56 s forces forces output: sum of forces: pressure : (5.394077 -0.5844034 -7.82055) viscous : (2.008168 0.0006428877 0.04488648) porous : (0 0 0) sum of moments: pressure : (0.2445672 -8.670615 -0.564763) viscous : (-0.001100302 0.6119475 0.003430531) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1987541 Cl = -0.01567427 Cl(f) = -0.007837135 Cl(r) = -0.007837135 Time = 63 smoothSolver: Solving for Ux, Initial residual = 0.0003004716, Final residual = 1.815736e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001775537, Final residual = 9.367783e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001385285, Final residual = 7.72653e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009250584, Final residual = 0.0008390534, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001268474, Final residual = 8.256399e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002794078, Final residual = 1.830469e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.93747e-05, Final residual = 2.755569e-06, No Iterations 3 time step continuity errors : sum local = 7.297452e-07, global = -4.955369e-09, cumulative = 4.353822e-06 smoothSolver: Solving for omega, Initial residual = 3.935506e-05, Final residual = 2.446581e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005693826, Final residual = 1.783401e-05, No Iterations 2 ExecutionTime = 55.31 s ClockTime = 57 s forces forces output: sum of forces: pressure : (5.390966 -0.585506 -7.836043) viscous : (2.005298 0.0006590434 0.04466362) porous : (0 0 0) sum of moments: pressure : (0.2442687 -8.680037 -0.5653096) viscous : (-0.001121529 0.6112969 0.003455214) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1985935 Cl = -0.01570344 Cl(f) = -0.007851721 Cl(r) = -0.007851721 Time = 64 smoothSolver: Solving for Ux, Initial residual = 0.0002941644, Final residual = 1.767043e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001739196, Final residual = 9.181956e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001363664, Final residual = 7.637179e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009089364, Final residual = 0.0008185179, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001243428, Final residual = 7.988052e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002732122, Final residual = 1.765749e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.789749e-05, Final residual = 2.510938e-06, No Iterations 3 time step continuity errors : sum local = 6.652304e-07, global = -1.237778e-08, cumulative = 4.341444e-06 smoothSolver: Solving for omega, Initial residual = 3.800245e-05, Final residual = 2.365074e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005518984, Final residual = 1.721228e-05, No Iterations 2 ExecutionTime = 56.17 s ClockTime = 58 s forces forces output: sum of forces: pressure : (5.390447 -0.5864251 -7.85198) viscous : (2.002339 0.0006716954 0.04444228) porous : (0 0 0) sum of moments: pressure : (0.2440157 -8.687751 -0.5658057) viscous : (-0.001140642 0.6106278 0.003476893) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1985001 Cl = -0.01572778 Cl(f) = -0.007863889 Cl(r) = -0.007863889 Time = 65 smoothSolver: Solving for Ux, Initial residual = 0.0002880757, Final residual = 1.719602e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001703785, Final residual = 9.009808e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001343608, Final residual = 7.537516e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00891975, Final residual = 0.0007918375, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00121606, Final residual = 7.681995e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002654855, Final residual = 1.709824e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.644057e-05, Final residual = 2.381454e-06, No Iterations 3 time step continuity errors : sum local = 6.311724e-07, global = -2.823268e-08, cumulative = 4.313211e-06 smoothSolver: Solving for omega, Initial residual = 3.668782e-05, Final residual = 2.28559e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005347226, Final residual = 1.660392e-05, No Iterations 2 ExecutionTime = 57.02 s ClockTime = 59 s forces forces output: sum of forces: pressure : (5.389757 -0.5867478 -7.8667) viscous : (1.999309 0.0006804558 0.04423278) porous : (0 0 0) sum of moments: pressure : (0.2435573 -8.695149 -0.566181) viscous : (-0.001157186 0.6099439 0.003495742) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1984002 Cl = -0.01573621 Cl(f) = -0.007868105 Cl(r) = -0.007868105 Time = 66 smoothSolver: Solving for Ux, Initial residual = 0.0002820062, Final residual = 1.672913e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001669237, Final residual = 8.842588e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001323345, Final residual = 7.416723e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008734009, Final residual = 0.0007639387, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001184269, Final residual = 7.411158e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002584398, Final residual = 1.669923e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.533544e-05, Final residual = 2.28184e-06, No Iterations 3 time step continuity errors : sum local = 6.049993e-07, global = -3.075971e-08, cumulative = 4.282451e-06 smoothSolver: Solving for omega, Initial residual = 3.542512e-05, Final residual = 2.211498e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005180016, Final residual = 1.60189e-05, No Iterations 2 ExecutionTime = 57.88 s ClockTime = 60 s forces forces output: sum of forces: pressure : (5.387464 -0.5865149 -7.881) viscous : (1.996205 0.0006873539 0.04403991) porous : (0 0 0) sum of moments: pressure : (0.2428344 -8.702687 -0.5664266) viscous : (-0.001172859 0.60924 0.003514363) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1982553 Cl = -0.01572977 Cl(f) = -0.007864885 Cl(r) = -0.007864885 Time = 67 smoothSolver: Solving for Ux, Initial residual = 0.0002760319, Final residual = 1.626114e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001636696, Final residual = 8.672835e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001302806, Final residual = 7.282117e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008561879, Final residual = 0.0007378893, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001152599, Final residual = 7.169675e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002518049, Final residual = 1.633567e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.427365e-05, Final residual = 2.196083e-06, No Iterations 3 time step continuity errors : sum local = 5.824363e-07, global = -3.026393e-08, cumulative = 4.252187e-06 smoothSolver: Solving for omega, Initial residual = 3.423117e-05, Final residual = 2.139483e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005017542, Final residual = 1.545762e-05, No Iterations 2 ExecutionTime = 58.73 s ClockTime = 61 s forces forces output: sum of forces: pressure : (5.384631 -0.586481 -7.895742) viscous : (1.993022 0.0006912092 0.0438643) porous : (0 0 0) sum of moments: pressure : (0.2421747 -8.709785 -0.5667841) viscous : (-0.001188023 0.6085128 0.003533185) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1980938 Cl = -0.01572876 Cl(f) = -0.007864378 Cl(r) = -0.007864378 Time = 68 smoothSolver: Solving for Ux, Initial residual = 0.0002703993, Final residual = 1.578785e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001604867, Final residual = 8.49696e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001282605, Final residual = 7.134517e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008394988, Final residual = 0.0007144052, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001122882, Final residual = 6.92377e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002451258, Final residual = 1.590408e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.299428e-05, Final residual = 2.147639e-06, No Iterations 3 time step continuity errors : sum local = 5.697035e-07, global = -3.458308e-08, cumulative = 4.217604e-06 smoothSolver: Solving for omega, Initial residual = 3.308933e-05, Final residual = 2.069754e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004861045, Final residual = 1.494528e-05, No Iterations 2 ExecutionTime = 59.58 s ClockTime = 61 s forces forces output: sum of forces: pressure : (5.382965 -0.5869637 -7.911402) viscous : (1.989762 0.0006945401 0.04370878) porous : (0 0 0) sum of moments: pressure : (0.2418215 -8.715555 -0.5675637) viscous : (-0.001203883 0.6077622 0.003551183) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1979615 Cl = -0.01574163 Cl(f) = -0.007870814 Cl(r) = -0.007870814 Time = 69 smoothSolver: Solving for Ux, Initial residual = 0.0002646627, Final residual = 1.532058e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001574274, Final residual = 8.315783e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001262031, Final residual = 6.974616e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008245012, Final residual = 0.0006939896, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001097279, Final residual = 6.68476e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002380597, Final residual = 1.53934e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.165551e-05, Final residual = 2.126072e-06, No Iterations 3 time step continuity errors : sum local = 5.640226e-07, global = -4.223823e-08, cumulative = 4.175366e-06 smoothSolver: Solving for omega, Initial residual = 3.198678e-05, Final residual = 2.002354e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004709746, Final residual = 1.446354e-05, No Iterations 2 ExecutionTime = 60.45 s ClockTime = 62 s forces forces output: sum of forces: pressure : (5.384069 -0.5878666 -7.928144) viscous : (1.986438 0.0006978346 0.04357066) porous : (0 0 0) sum of moments: pressure : (0.2417795 -8.719397 -0.5686076) viscous : (-0.001220735 0.606991 0.003568597) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1979019 Cl = -0.01576578 Cl(f) = -0.007882891 Cl(r) = -0.007882891 Time = 70 smoothSolver: Solving for Ux, Initial residual = 0.0002591196, Final residual = 1.487541e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001545405, Final residual = 8.152083e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001242057, Final residual = 6.817262e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008105006, Final residual = 0.00067537, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00107095, Final residual = 6.456158e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002304117, Final residual = 1.477232e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.031416e-05, Final residual = 2.150562e-06, No Iterations 3 time step continuity errors : sum local = 5.705258e-07, global = -4.392058e-08, cumulative = 4.131446e-06 smoothSolver: Solving for omega, Initial residual = 3.091641e-05, Final residual = 1.93669e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004563072, Final residual = 1.400454e-05, No Iterations 2 ExecutionTime = 61.31 s ClockTime = 63 s forces forces output: sum of forces: pressure : (5.38831 -0.5887869 -7.945583) viscous : (1.983051 0.0007018949 0.04344979) porous : (0 0 0) sum of moments: pressure : (0.2417769 -8.721527 -0.5694474) viscous : (-0.001238354 0.6062007 0.003586354) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1979248 Cl = -0.01579038 Cl(f) = -0.007895192 Cl(r) = -0.007895192 Time = 71 smoothSolver: Solving for Ux, Initial residual = 0.0002538188, Final residual = 1.444132e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001519031, Final residual = 8.008105e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001221187, Final residual = 6.659295e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007979904, Final residual = 0.000659131, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001043288, Final residual = 6.246236e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002223799, Final residual = 1.424839e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.900507e-05, Final residual = 2.16198e-06, No Iterations 3 time step continuity errors : sum local = 5.735365e-07, global = -2.383692e-08, cumulative = 4.107609e-06 smoothSolver: Solving for omega, Initial residual = 2.987345e-05, Final residual = 1.87389e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000441969, Final residual = 1.356435e-05, No Iterations 2 ExecutionTime = 62.18 s ClockTime = 64 s forces forces output: sum of forces: pressure : (5.394735 -0.5899131 -7.963731) viscous : (1.979603 0.000704067 0.04334898) porous : (0 0 0) sum of moments: pressure : (0.2418168 -8.722413 -0.5701652) viscous : (-0.001254995 0.6053904 0.003603078) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1980048 Cl = -0.01582056 Cl(f) = -0.007910282 Cl(r) = -0.007910282 Time = 72 smoothSolver: Solving for Ux, Initial residual = 0.0002485456, Final residual = 1.403175e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001494662, Final residual = 7.881746e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001200554, Final residual = 6.509442e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007867892, Final residual = 0.0006442967, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001017992, Final residual = 6.044497e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002143169, Final residual = 1.37797e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.768958e-05, Final residual = 2.068847e-06, No Iterations 3 time step continuity errors : sum local = 5.487925e-07, global = -5.248478e-09, cumulative = 4.10236e-06 smoothSolver: Solving for omega, Initial residual = 2.885285e-05, Final residual = 1.813279e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004278723, Final residual = 1.313532e-05, No Iterations 2 ExecutionTime = 63.03 s ClockTime = 65 s forces forces output: sum of forces: pressure : (5.402266 -0.5909419 -7.982529) viscous : (1.976096 0.0007035896 0.0432708) porous : (0 0 0) sum of moments: pressure : (0.2417664 -8.722017 -0.5707337) viscous : (-0.001270273 0.6045587 0.003618471) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1981128 Cl = -0.0158482 Cl(f) = -0.0079241 Cl(r) = -0.0079241 Time = 73 smoothSolver: Solving for Ux, Initial residual = 0.0002434957, Final residual = 1.366208e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001471113, Final residual = 7.761389e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001181088, Final residual = 6.358039e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007758249, Final residual = 0.0006323521, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009951126, Final residual = 5.869916e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002071582, Final residual = 1.334106e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.640957e-05, Final residual = 1.937e-06, No Iterations 3 time step continuity errors : sum local = 5.137579e-07, global = -2.173148e-09, cumulative = 4.100187e-06 smoothSolver: Solving for omega, Initial residual = 2.786993e-05, Final residual = 1.754283e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004141486, Final residual = 1.273367e-05, No Iterations 2 ExecutionTime = 63.89 s ClockTime = 66 s forces forces output: sum of forces: pressure : (5.410333 -0.5915816 -8.001742) viscous : (1.972531 0.0007009187 0.04321769) porous : (0 0 0) sum of moments: pressure : (0.2415978 -8.720314 -0.5713321) viscous : (-0.001284293 0.6037051 0.003632028) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1982337 Cl = -0.01586545 Cl(f) = -0.007932724 Cl(r) = -0.007932724 Time = 74 smoothSolver: Solving for Ux, Initial residual = 0.0002387311, Final residual = 1.33221e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001449247, Final residual = 7.652282e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001161494, Final residual = 6.208538e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007651945, Final residual = 0.0006256591, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009747301, Final residual = 5.740285e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000201446, Final residual = 1.295294e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.52302e-05, Final residual = 1.799687e-06, No Iterations 3 time step continuity errors : sum local = 4.772612e-07, global = -1.516753e-09, cumulative = 4.09867e-06 smoothSolver: Solving for omega, Initial residual = 2.693293e-05, Final residual = 1.69847e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004008977, Final residual = 1.235109e-05, No Iterations 2 ExecutionTime = 64.74 s ClockTime = 67 s forces forces output: sum of forces: pressure : (5.419024 -0.5915935 -8.021276) viscous : (1.968912 0.0006972131 0.04318834) porous : (0 0 0) sum of moments: pressure : (0.2412032 -8.717288 -0.5718369) viscous : (-0.001297669 0.6028311 0.003644741) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1983699 Cl = -0.01586587 Cl(f) = -0.007932934 Cl(r) = -0.007932934 Time = 75 smoothSolver: Solving for Ux, Initial residual = 0.0002342127, Final residual = 1.300569e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001427763, Final residual = 7.544992e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001142051, Final residual = 6.059064e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007564978, Final residual = 0.0006237977, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000959616, Final residual = 5.665764e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001975862, Final residual = 1.276076e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.439476e-05, Final residual = 1.725583e-06, No Iterations 3 time step continuity errors : sum local = 4.575397e-07, global = -3.212586e-09, cumulative = 4.095458e-06 smoothSolver: Solving for omega, Initial residual = 2.605189e-05, Final residual = 1.644466e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003880746, Final residual = 1.1992e-05, No Iterations 2 ExecutionTime = 65.59 s ClockTime = 68 s forces forces output: sum of forces: pressure : (5.428041 -0.5911901 -8.040798) viscous : (1.965246 0.0006922478 0.0431804) porous : (0 0 0) sum of moments: pressure : (0.2406573 -8.713356 -0.5722044) viscous : (-0.001309858 0.6019391 0.003655845) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1985136 Cl = -0.01585517 Cl(f) = -0.007927586 Cl(r) = -0.007927586 Time = 76 smoothSolver: Solving for Ux, Initial residual = 0.0002298152, Final residual = 1.271936e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001406252, Final residual = 7.441207e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00112314, Final residual = 5.915329e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007491549, Final residual = 0.0006223418, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009492906, Final residual = 5.675259e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001955817, Final residual = 1.279876e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.415695e-05, Final residual = 1.731839e-06, No Iterations 3 time step continuity errors : sum local = 4.591466e-07, global = -6.53026e-09, cumulative = 4.088927e-06 smoothSolver: Solving for omega, Initial residual = 2.522948e-05, Final residual = 1.592117e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003756957, Final residual = 1.165308e-05, No Iterations 2 ExecutionTime = 66.46 s ClockTime = 69 s forces forces output: sum of forces: pressure : (5.437321 -0.5905816 -8.060092) viscous : (1.961534 0.0006866134 0.04319342) porous : (0 0 0) sum of moments: pressure : (0.240011 -8.708946 -0.5723946) viscous : (-0.001320996 0.6010287 0.003666538) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.198663 Cl = -0.01583898 Cl(f) = -0.007919491 Cl(r) = -0.007919491 Time = 77 smoothSolver: Solving for Ux, Initial residual = 0.0002255895, Final residual = 1.245048e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001385244, Final residual = 7.341291e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001105186, Final residual = 5.777104e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00742102, Final residual = 0.0006208396, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009411593, Final residual = 5.738196e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001955304, Final residual = 1.307806e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.459123e-05, Final residual = 1.790778e-06, No Iterations 3 time step continuity errors : sum local = 4.747345e-07, global = -8.666269e-09, cumulative = 4.080261e-06 smoothSolver: Solving for omega, Initial residual = 2.445494e-05, Final residual = 1.542815e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003636597, Final residual = 1.133781e-05, No Iterations 2 ExecutionTime = 67.31 s ClockTime = 69 s forces forces output: sum of forces: pressure : (5.447285 -0.5898679 -8.079688) viscous : (1.957775 0.0006797646 0.04322162) porous : (0 0 0) sum of moments: pressure : (0.2392187 -8.703998 -0.5725081) viscous : (-0.001331448 0.6000991 0.00367767) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1988297 Cl = -0.01582 Cl(f) = -0.007910001 Cl(r) = -0.007910001 Time = 78 smoothSolver: Solving for Ux, Initial residual = 0.0002215164, Final residual = 1.22012e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001364972, Final residual = 7.248595e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001087511, Final residual = 5.64271e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00732711, Final residual = 0.0006202728, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009343876, Final residual = 5.809622e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001967403, Final residual = 1.357054e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.550103e-05, Final residual = 1.882178e-06, No Iterations 3 time step continuity errors : sum local = 4.98905e-07, global = -3.865123e-08, cumulative = 4.04161e-06 smoothSolver: Solving for omega, Initial residual = 2.373295e-05, Final residual = 1.495391e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003520723, Final residual = 1.10455e-05, No Iterations 2 ExecutionTime = 68.17 s ClockTime = 70 s forces forces output: sum of forces: pressure : (5.458033 -0.5891948 -8.100272) viscous : (1.953967 0.0006708206 0.04325898) porous : (0 0 0) sum of moments: pressure : (0.2383493 -8.698292 -0.5727169) viscous : (-0.001340623 0.5991511 0.003688436) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.199016 Cl = -0.01580217 Cl(f) = -0.007901085 Cl(r) = -0.007901085 Time = 79 smoothSolver: Solving for Ux, Initial residual = 0.0002175903, Final residual = 1.197034e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001345795, Final residual = 7.160767e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001070351, Final residual = 5.512504e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007232673, Final residual = 0.0006196106, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009297171, Final residual = 5.869502e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001983605, Final residual = 1.416128e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.668672e-05, Final residual = 1.975091e-06, No Iterations 3 time step continuity errors : sum local = 5.234765e-07, global = -3.789256e-08, cumulative = 4.003717e-06 smoothSolver: Solving for omega, Initial residual = 2.306064e-05, Final residual = 1.451486e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003408806, Final residual = 1.076059e-05, No Iterations 2 ExecutionTime = 69.02 s ClockTime = 71 s forces forces output: sum of forces: pressure : (5.469334 -0.5883887 -8.121844) viscous : (1.950111 0.0006607544 0.04330031) porous : (0 0 0) sum of moments: pressure : (0.2373462 -8.691828 -0.5729634) viscous : (-0.001348888 0.5981872 0.00369911) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1992159 Cl = -0.0157808 Cl(f) = -0.007890398 Cl(r) = -0.007890398 Time = 80 smoothSolver: Solving for Ux, Initial residual = 0.0002138155, Final residual = 1.175267e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001327447, Final residual = 7.074758e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001053951, Final residual = 5.389175e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007124401, Final residual = 0.000618996, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009283215, Final residual = 5.912716e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001996126, Final residual = 1.458861e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.758762e-05, Final residual = 2.051359e-06, No Iterations 3 time step continuity errors : sum local = 5.43655e-07, global = -4.050101e-08, cumulative = 3.963216e-06 smoothSolver: Solving for omega, Initial residual = 2.243414e-05, Final residual = 1.411015e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000330079, Final residual = 1.048403e-05, No Iterations 2 ExecutionTime = 69.88 s ClockTime = 72 s forces forces output: sum of forces: pressure : (5.48081 -0.5873834 -8.143617) viscous : (1.946211 0.0006504417 0.04334389) porous : (0 0 0) sum of moments: pressure : (0.2362345 -8.684788 -0.5731578) viscous : (-0.001356635 0.5972098 0.003709592) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1994193 Cl = -0.01575408 Cl(f) = -0.007877041 Cl(r) = -0.007877041 Time = 81 smoothSolver: Solving for Ux, Initial residual = 0.0002100758, Final residual = 1.153318e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001309873, Final residual = 6.991151e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001038438, Final residual = 5.275279e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007004545, Final residual = 0.0006167523, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000925747, Final residual = 5.927171e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001997391, Final residual = 1.476833e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.796291e-05, Final residual = 2.08689e-06, No Iterations 3 time step continuity errors : sum local = 5.530562e-07, global = -4.134043e-08, cumulative = 3.921876e-06 smoothSolver: Solving for omega, Initial residual = 2.185116e-05, Final residual = 1.373074e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003194926, Final residual = 1.021403e-05, No Iterations 2 ExecutionTime = 70.77 s ClockTime = 73 s forces forces output: sum of forces: pressure : (5.492386 -0.5861619 -8.164786) viscous : (1.942276 0.0006401742 0.04339055) porous : (0 0 0) sum of moments: pressure : (0.2350241 -8.677274 -0.573246) viscous : (-0.001364205 0.5962217 0.003720377) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1996245 Cl = -0.01572156 Cl(f) = -0.007860779 Cl(r) = -0.007860779 Time = 82 smoothSolver: Solving for Ux, Initial residual = 0.0002063214, Final residual = 1.131029e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001292354, Final residual = 6.902503e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001023302, Final residual = 5.169076e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006882936, Final residual = 0.0006117198, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009200132, Final residual = 5.902872e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001984741, Final residual = 1.482976e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.797733e-05, Final residual = 2.095767e-06, No Iterations 3 time step continuity errors : sum local = 5.553802e-07, global = -4.195084e-08, cumulative = 3.879925e-06 smoothSolver: Solving for omega, Initial residual = 2.129757e-05, Final residual = 1.337145e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003092435, Final residual = 9.956937e-06, No Iterations 2 ExecutionTime = 71.62 s ClockTime = 74 s forces forces output: sum of forces: pressure : (5.505118 -0.584756 -8.184758) viscous : (1.938315 0.0006274761 0.04344108) porous : (0 0 0) sum of moments: pressure : (0.2337331 -8.669213 -0.5732299) viscous : (-0.001370711 0.5952261 0.003730824) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.19986 Cl = -0.01568415 Cl(f) = -0.007842075 Cl(r) = -0.007842075 Time = 83 smoothSolver: Solving for Ux, Initial residual = 0.0002025752, Final residual = 1.110177e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001275229, Final residual = 6.804489e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001008283, Final residual = 5.06717e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006758551, Final residual = 0.0006026156, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009092013, Final residual = 5.820542e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00019571, Final residual = 1.491689e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.787775e-05, Final residual = 2.088461e-06, No Iterations 3 time step continuity errors : sum local = 5.533864e-07, global = -4.147162e-08, cumulative = 3.838453e-06 smoothSolver: Solving for omega, Initial residual = 2.076821e-05, Final residual = 1.303355e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002993454, Final residual = 9.718601e-06, No Iterations 2 ExecutionTime = 72.47 s ClockTime = 75 s forces forces output: sum of forces: pressure : (5.519425 -0.5833219 -8.203586) viscous : (1.934329 0.0006127929 0.04349309) porous : (0 0 0) sum of moments: pressure : (0.2324326 -8.660648 -0.5732792) viscous : (-0.001376148 0.5942244 0.003740708) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2001371 Cl = -0.01564604 Cl(f) = -0.007823019 Cl(r) = -0.007823019 Time = 84 smoothSolver: Solving for Ux, Initial residual = 0.0001988641, Final residual = 1.089382e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001257972, Final residual = 6.698878e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000993562, Final residual = 4.979947e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006653881, Final residual = 0.0005895602, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008936695, Final residual = 5.69786e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001919406, Final residual = 1.468802e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.738476e-05, Final residual = 2.025715e-06, No Iterations 3 time step continuity errors : sum local = 5.366743e-07, global = -3.091383e-08, cumulative = 3.80754e-06 smoothSolver: Solving for omega, Initial residual = 2.0259e-05, Final residual = 1.27224e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002898013, Final residual = 9.495267e-06, No Iterations 2 ExecutionTime = 73.33 s ClockTime = 76 s forces forces output: sum of forces: pressure : (5.535094 -0.5821746 -8.221255) viscous : (1.930326 0.0005973616 0.0435457) porous : (0 0 0) sum of moments: pressure : (0.2312539 -8.651793 -0.5735216) viscous : (-0.001380787 0.5932192 0.003749632) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2004504 Cl = -0.01561565 Cl(f) = -0.007807824 Cl(r) = -0.007807824 Time = 85 smoothSolver: Solving for Ux, Initial residual = 0.0001951731, Final residual = 1.068355e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001240218, Final residual = 6.578736e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009791316, Final residual = 4.904113e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006547097, Final residual = 0.0005746791, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008769092, Final residual = 5.574829e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001876451, Final residual = 1.459894e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.688207e-05, Final residual = 2.105688e-06, No Iterations 3 time step continuity errors : sum local = 5.577506e-07, global = 2.264673e-08, cumulative = 3.830186e-06 smoothSolver: Solving for omega, Initial residual = 1.977768e-05, Final residual = 1.243586e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002805854, Final residual = 9.287746e-06, No Iterations 2 ExecutionTime = 74.19 s ClockTime = 77 s forces forces output: sum of forces: pressure : (5.551119 -0.5813217 -8.237363) viscous : (1.92631 0.0005817617 0.04359737) porous : (0 0 0) sum of moments: pressure : (0.2302126 -8.64318 -0.5738902) viscous : (-0.001384808 0.5922129 0.003757612) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2007728 Cl = -0.01559317 Cl(f) = -0.007796583 Cl(r) = -0.007796583 Time = 86 smoothSolver: Solving for Ux, Initial residual = 0.0001915681, Final residual = 1.047749e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001222727, Final residual = 6.450272e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009652013, Final residual = 4.833224e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006442555, Final residual = 0.0005616019, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000860756, Final residual = 5.454663e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001832139, Final residual = 1.442891e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.628122e-05, Final residual = 2.051157e-06, No Iterations 3 time step continuity errors : sum local = 5.432234e-07, global = 2.172863e-08, cumulative = 3.851915e-06 smoothSolver: Solving for omega, Initial residual = 1.932089e-05, Final residual = 1.21731e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000271658, Final residual = 9.094336e-06, No Iterations 2 ExecutionTime = 75.04 s ClockTime = 77 s forces forces output: sum of forces: pressure : (5.566657 -0.5806527 -8.251164) viscous : (1.922291 0.0005660571 0.04364797) porous : (0 0 0) sum of moments: pressure : (0.2292839 -8.635156 -0.5743866) viscous : (-0.001388224 0.5912076 0.003764521) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2010821 Cl = -0.01557562 Cl(f) = -0.007787811 Cl(r) = -0.007787811 Time = 87 smoothSolver: Solving for Ux, Initial residual = 0.0001879546, Final residual = 1.027013e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001205438, Final residual = 6.324653e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009515466, Final residual = 4.762955e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006365352, Final residual = 0.0005501396, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008451236, Final residual = 5.321903e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001789156, Final residual = 1.40148e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.52556e-05, Final residual = 1.977742e-06, No Iterations 3 time step continuity errors : sum local = 5.237067e-07, global = 2.308931e-08, cumulative = 3.875004e-06 smoothSolver: Solving for omega, Initial residual = 1.889576e-05, Final residual = 1.19336e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002630992, Final residual = 8.907108e-06, No Iterations 2 ExecutionTime = 75.89 s ClockTime = 78 s forces forces output: sum of forces: pressure : (5.581076 -0.5800621 -8.262063) viscous : (1.91827 0.0005505407 0.04369709) porous : (0 0 0) sum of moments: pressure : (0.228396 -8.627745 -0.5749248) viscous : (-0.001391091 0.5902021 0.003770166) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2013613 Cl = -0.01556018 Cl(f) = -0.007780092 Cl(r) = -0.007780092 Time = 88 smoothSolver: Solving for Ux, Initial residual = 0.0001844541, Final residual = 1.006066e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001188894, Final residual = 6.216866e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009379274, Final residual = 4.693218e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006295759, Final residual = 0.0005414187, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008320724, Final residual = 5.201518e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001751348, Final residual = 1.354128e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.407307e-05, Final residual = 1.896192e-06, No Iterations 3 time step continuity errors : sum local = 5.020513e-07, global = 2.528381e-08, cumulative = 3.900288e-06 smoothSolver: Solving for omega, Initial residual = 1.850275e-05, Final residual = 1.171719e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000254884, Final residual = 8.729261e-06, No Iterations 2 ExecutionTime = 76.75 s ClockTime = 79 s forces forces output: sum of forces: pressure : (5.594686 -0.57958 -8.2698) viscous : (1.91425 0.0005360742 0.04374441) porous : (0 0 0) sum of moments: pressure : (0.2275118 -8.620735 -0.5754138) viscous : (-0.001393823 0.5891952 0.003774402) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2016188 Cl = -0.01554763 Cl(f) = -0.007773814 Cl(r) = -0.007773814 Time = 89 smoothSolver: Solving for Ux, Initial residual = 0.0001810009, Final residual = 9.860051e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00117283, Final residual = 6.126998e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009240097, Final residual = 4.620635e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006223448, Final residual = 0.0005328635, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008197223, Final residual = 5.077937e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001709907, Final residual = 1.291291e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.252438e-05, Final residual = 1.649005e-06, No Iterations 3 time step continuity errors : sum local = 4.365759e-07, global = -2.072694e-08, cumulative = 3.879561e-06 smoothSolver: Solving for omega, Initial residual = 1.812711e-05, Final residual = 1.150966e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000246966, Final residual = 8.559877e-06, No Iterations 2 ExecutionTime = 77.6 s ClockTime = 80 s forces forces output: sum of forces: pressure : (5.607827 -0.5796002 -8.274095) viscous : (1.910238 0.0005200498 0.04378672) porous : (0 0 0) sum of moments: pressure : (0.2268652 -8.614107 -0.5760322) viscous : (-0.001394078 0.5881915 0.003776553) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2018639 Cl = -0.0155486 Cl(f) = -0.007774299 Cl(r) = -0.007774299 Time = 90 smoothSolver: Solving for Ux, Initial residual = 0.0001775799, Final residual = 9.654232e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001156666, Final residual = 6.048378e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009106757, Final residual = 4.547867e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006139398, Final residual = 0.0005231388, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008067125, Final residual = 4.938657e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001667004, Final residual = 1.223585e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.085662e-05, Final residual = 1.553474e-06, No Iterations 3 time step continuity errors : sum local = 4.112655e-07, global = -2.156491e-08, cumulative = 3.857996e-06 smoothSolver: Solving for omega, Initial residual = 1.77665e-05, Final residual = 1.130496e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002392931, Final residual = 8.394135e-06, No Iterations 2 ExecutionTime = 78.47 s ClockTime = 81 s forces forces output: sum of forces: pressure : (5.620405 -0.5803907 -8.275235) viscous : (1.906239 0.0005014558 0.04382458) porous : (0 0 0) sum of moments: pressure : (0.2266465 -8.607944 -0.5768994) viscous : (-0.001391226 0.587192 0.003776305) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2020943 Cl = -0.01557032 Cl(f) = -0.007785162 Cl(r) = -0.007785162 Time = 91 smoothSolver: Solving for Ux, Initial residual = 0.0001742059, Final residual = 9.45676e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001141476, Final residual = 5.969865e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008978086, Final residual = 4.476342e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006049479, Final residual = 0.000513472, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000792783, Final residual = 4.809511e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001625406, Final residual = 1.180274e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.956549e-05, Final residual = 1.505867e-06, No Iterations 3 time step continuity errors : sum local = 3.986606e-07, global = -3.015587e-08, cumulative = 3.82784e-06 smoothSolver: Solving for omega, Initial residual = 1.74212e-05, Final residual = 1.110009e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002319193, Final residual = 8.231322e-06, No Iterations 2 ExecutionTime = 79.34 s ClockTime = 82 s forces forces output: sum of forces: pressure : (5.632271 -0.5817655 -8.273797) viscous : (1.902253 0.0004814038 0.0438586) porous : (0 0 0) sum of moments: pressure : (0.226733 -8.602302 -0.5779362) viscous : (-0.001385985 0.5861948 0.003773659) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2023058 Cl = -0.01560778 Cl(f) = -0.007803888 Cl(r) = -0.007803888 Time = 92 smoothSolver: Solving for Ux, Initial residual = 0.0001708785, Final residual = 9.270021e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001126866, Final residual = 5.886433e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008851114, Final residual = 4.402073e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005949589, Final residual = 0.0005025129, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007745664, Final residual = 4.691198e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001584592, Final residual = 1.138113e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.835583e-05, Final residual = 1.450973e-06, No Iterations 3 time step continuity errors : sum local = 3.84134e-07, global = -4.212035e-09, cumulative = 3.823628e-06 smoothSolver: Solving for omega, Initial residual = 1.708753e-05, Final residual = 1.089519e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002247904, Final residual = 8.073999e-06, No Iterations 2 ExecutionTime = 80.24 s ClockTime = 83 s forces forces output: sum of forces: pressure : (5.643288 -0.5836032 -8.270312) viscous : (1.898283 0.0004612556 0.04388822) porous : (0 0 0) sum of moments: pressure : (0.2270645 -8.597213 -0.5791438) viscous : (-0.001379424 0.5852005 0.003769079) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.202495 Cl = -0.01565766 Cl(f) = -0.00782883 Cl(r) = -0.00782883 Time = 93 smoothSolver: Solving for Ux, Initial residual = 0.0001676691, Final residual = 9.093589e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001112803, Final residual = 5.797466e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008724768, Final residual = 4.323755e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005841869, Final residual = 0.0004921749, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007556072, Final residual = 4.588932e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001545037, Final residual = 1.104897e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.739009e-05, Final residual = 1.450816e-06, No Iterations 3 time step continuity errors : sum local = 3.841182e-07, global = -2.034777e-09, cumulative = 3.821594e-06 smoothSolver: Solving for omega, Initial residual = 1.676457e-05, Final residual = 1.069165e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002179008, Final residual = 7.925381e-06, No Iterations 2 ExecutionTime = 81.09 s ClockTime = 84 s forces forces output: sum of forces: pressure : (5.653026 -0.5858502 -8.264928) viscous : (1.894329 0.0004407943 0.04391438) porous : (0 0 0) sum of moments: pressure : (0.2276313 -8.592831 -0.5805549) viscous : (-0.001371478 0.5842075 0.003762404) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2026504 Cl = -0.01571854 Cl(f) = -0.007859271 Cl(r) = -0.007859271 Time = 94 smoothSolver: Solving for Ux, Initial residual = 0.0001645475, Final residual = 8.925412e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001098665, Final residual = 5.699587e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008596771, Final residual = 4.244273e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005723216, Final residual = 0.0004819734, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007379637, Final residual = 4.493963e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000150559, Final residual = 1.077539e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.662444e-05, Final residual = 1.482076e-06, No Iterations 3 time step continuity errors : sum local = 3.924307e-07, global = -1.244446e-08, cumulative = 3.809149e-06 smoothSolver: Solving for omega, Initial residual = 1.645387e-05, Final residual = 1.049016e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002112065, Final residual = 7.78375e-06, No Iterations 2 ExecutionTime = 81.95 s ClockTime = 85 s forces forces output: sum of forces: pressure : (5.661251 -0.5884977 -8.257923) viscous : (1.890394 0.0004209776 0.04393528) porous : (0 0 0) sum of moments: pressure : (0.2284638 -8.589236 -0.5822316) viscous : (-0.001362805 0.5832175 0.003754054) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2027656 Cl = -0.01579016 Cl(f) = -0.007895081 Cl(r) = -0.007895081 Time = 95 smoothSolver: Solving for Ux, Initial residual = 0.0001615336, Final residual = 8.76598e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001084286, Final residual = 5.598964e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00084673, Final residual = 4.16402e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005603703, Final residual = 0.0004723174, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007220126, Final residual = 4.41351e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001469035, Final residual = 1.055677e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.601444e-05, Final residual = 1.379418e-06, No Iterations 3 time step continuity errors : sum local = 3.652915e-07, global = -1.47223e-08, cumulative = 3.794427e-06 smoothSolver: Solving for omega, Initial residual = 1.614489e-05, Final residual = 1.029606e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002046568, Final residual = 7.650618e-06, No Iterations 2 ExecutionTime = 82.8 s ClockTime = 85 s forces forces output: sum of forces: pressure : (5.667995 -0.5916291 -8.24977) viscous : (1.886481 0.00040198 0.04395005) porous : (0 0 0) sum of moments: pressure : (0.2296461 -8.58636 -0.5842781) viscous : (-0.001353519 0.5822312 0.003744482) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2028416 Cl = -0.01587475 Cl(f) = -0.007937375 Cl(r) = -0.007937375 Time = 96 smoothSolver: Solving for Ux, Initial residual = 0.0001586074, Final residual = 8.617702e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001069873, Final residual = 5.500727e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008336453, Final residual = 4.078679e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005475395, Final residual = 0.0004625487, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007066897, Final residual = 4.349438e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001432865, Final residual = 1.03865e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.551651e-05, Final residual = 1.420126e-06, No Iterations 3 time step continuity errors : sum local = 3.761122e-07, global = -5.467864e-09, cumulative = 3.788959e-06 smoothSolver: Solving for omega, Initial residual = 1.584533e-05, Final residual = 1.010259e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000198318, Final residual = 7.523755e-06, No Iterations 2 ExecutionTime = 83.66 s ClockTime = 86 s forces forces output: sum of forces: pressure : (5.673462 -0.5951958 -8.240885) viscous : (1.882591 0.0003839474 0.04395951) porous : (0 0 0) sum of moments: pressure : (0.2311303 -8.584133 -0.5866007) viscous : (-0.001343733 0.5812483 0.003734039) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2028839 Cl = -0.015971 Cl(f) = -0.007985502 Cl(r) = -0.007985502 Time = 97 smoothSolver: Solving for Ux, Initial residual = 0.0001558385, Final residual = 8.480096e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001055472, Final residual = 5.403344e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008200206, Final residual = 3.993705e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005353779, Final residual = 0.0004532266, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006929867, Final residual = 4.295289e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001399332, Final residual = 1.034609e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.515855e-05, Final residual = 1.434715e-06, No Iterations 3 time step continuity errors : sum local = 3.800193e-07, global = -4.445241e-10, cumulative = 3.788514e-06 smoothSolver: Solving for omega, Initial residual = 1.555748e-05, Final residual = 9.913211e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001922049, Final residual = 7.400541e-06, No Iterations 2 ExecutionTime = 84.51 s ClockTime = 87 s forces forces output: sum of forces: pressure : (5.677734 -0.5990947 -8.231762) viscous : (1.878729 0.0003665307 0.0439654) porous : (0 0 0) sum of moments: pressure : (0.232833 -8.582496 -0.5891007) viscous : (-0.001333335 0.5802697 0.003722564) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2028949 Cl = -0.01607616 Cl(f) = -0.008038079 Cl(r) = -0.008038079 Time = 98 smoothSolver: Solving for Ux, Initial residual = 0.0001531827, Final residual = 8.349311e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001041475, Final residual = 5.311759e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008061084, Final residual = 3.916206e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005242731, Final residual = 0.0004450675, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006804551, Final residual = 4.252976e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001370253, Final residual = 1.036055e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.488267e-05, Final residual = 1.413566e-06, No Iterations 3 time step continuity errors : sum local = 3.744654e-07, global = -1.554042e-08, cumulative = 3.772974e-06 smoothSolver: Solving for omega, Initial residual = 1.527893e-05, Final residual = 9.728124e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001862591, Final residual = 7.280268e-06, No Iterations 2 ExecutionTime = 85.36 s ClockTime = 88 s forces forces output: sum of forces: pressure : (5.680919 -0.6031494 -8.222898) viscous : (1.874896 0.0003494731 0.04396816) porous : (0 0 0) sum of moments: pressure : (0.2346827 -8.581396 -0.5917227) viscous : (-0.001322221 0.5792961 0.003709775) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2028775 Cl = -0.01618549 Cl(f) = -0.008092743 Cl(r) = -0.008092743 Time = 99 smoothSolver: Solving for Ux, Initial residual = 0.0001506139, Final residual = 8.221797e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001027585, Final residual = 5.228749e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007923424, Final residual = 3.844022e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005150834, Final residual = 0.0004367614, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006682794, Final residual = 4.218203e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001343291, Final residual = 1.024832e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.453676e-05, Final residual = 1.385261e-06, No Iterations 3 time step continuity errors : sum local = 3.670015e-07, global = -9.004111e-09, cumulative = 3.76397e-06 smoothSolver: Solving for omega, Initial residual = 1.500491e-05, Final residual = 9.542212e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001805512, Final residual = 7.165416e-06, No Iterations 2 ExecutionTime = 86.22 s ClockTime = 89 s forces forces output: sum of forces: pressure : (5.683066 -0.6072456 -8.214604) viscous : (1.871093 0.0003334327 0.04396878) porous : (0 0 0) sum of moments: pressure : (0.2366182 -8.580813 -0.5945097) viscous : (-0.001310884 0.578327 0.003696043) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.202833 Cl = -0.0162959 Cl(f) = -0.008147952 Cl(r) = -0.008147952 Time = 100 smoothSolver: Solving for Ux, Initial residual = 0.0001481459, Final residual = 8.092913e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001014153, Final residual = 5.149982e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007787406, Final residual = 3.774364e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005083899, Final residual = 0.000428564, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006560421, Final residual = 4.177391e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001316033, Final residual = 1.010077e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.416956e-05, Final residual = 1.352558e-06, No Iterations 3 time step continuity errors : sum local = 3.583785e-07, global = -4.41447e-09, cumulative = 3.759555e-06 smoothSolver: Solving for omega, Initial residual = 1.473327e-05, Final residual = 9.355924e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001750632, Final residual = 7.05463e-06, No Iterations 2 ExecutionTime = 87.09 s ClockTime = 90 s forces forces output: sum of forces: pressure : (5.684242 -0.6114079 -8.207019) viscous : (1.867319 0.0003184498 0.0439676) porous : (0 0 0) sum of moments: pressure : (0.2386004 -8.580706 -0.597478) viscous : (-0.001299565 0.5773612 0.003681685) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2027633 Cl = -0.01640806 Cl(f) = -0.008204032 Cl(r) = -0.008204032 Time = 101 smoothSolver: Solving for Ux, Initial residual = 0.0001457053, Final residual = 7.975191e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001000845, Final residual = 5.07587e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000765244, Final residual = 3.706116e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005023736, Final residual = 0.0004204837, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006454425, Final residual = 4.134612e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000128862, Final residual = 9.946358e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.381449e-05, Final residual = 1.326003e-06, No Iterations 3 time step continuity errors : sum local = 3.5138e-07, global = -1.078828e-09, cumulative = 3.758477e-06 smoothSolver: Solving for omega, Initial residual = 1.446672e-05, Final residual = 9.17338e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001698102, Final residual = 6.944094e-06, No Iterations 2 ExecutionTime = 87.95 s ClockTime = 91 s forces forces output: sum of forces: pressure : (5.684676 -0.6155777 -8.200175) viscous : (1.863575 0.0003045078 0.04396541) porous : (0 0 0) sum of moments: pressure : (0.2405752 -8.580981 -0.6005682) viscous : (-0.001288434 0.5763991 0.003667038) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2026744 Cl = -0.0165204 Cl(f) = -0.008260201 Cl(r) = -0.008260201 Time = 102 smoothSolver: Solving for Ux, Initial residual = 0.0001432562, Final residual = 7.855752e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009873358, Final residual = 5.004199e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007521335, Final residual = 3.641047e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004965379, Final residual = 0.000413356, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006365567, Final residual = 4.100352e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001265728, Final residual = 9.837723e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.357434e-05, Final residual = 1.308761e-06, No Iterations 3 time step continuity errors : sum local = 3.46847e-07, global = 1.842621e-09, cumulative = 3.760319e-06 smoothSolver: Solving for omega, Initial residual = 1.421413e-05, Final residual = 8.995263e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001647642, Final residual = 6.832522e-06, No Iterations 2 ExecutionTime = 88.81 s ClockTime = 92 s forces forces output: sum of forces: pressure : (5.684548 -0.6197751 -8.194039) viscous : (1.859864 0.0002919099 0.04396217) porous : (0 0 0) sum of moments: pressure : (0.2425488 -8.581598 -0.6037534) viscous : (-0.00127784 0.5754423 0.00365266) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2025713 Cl = -0.01663344 Cl(f) = -0.008316721 Cl(r) = -0.008316721 Time = 103 smoothSolver: Solving for Ux, Initial residual = 0.0001408229, Final residual = 7.733463e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009737665, Final residual = 4.936526e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007390117, Final residual = 3.577717e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004905452, Final residual = 0.0004071742, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006291036, Final residual = 4.070318e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00012484, Final residual = 9.745253e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.34143e-05, Final residual = 1.310419e-06, No Iterations 3 time step continuity errors : sum local = 3.473194e-07, global = -4.519521e-09, cumulative = 3.7558e-06 smoothSolver: Solving for omega, Initial residual = 1.397828e-05, Final residual = 8.824467e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001599365, Final residual = 6.720741e-06, No Iterations 2 ExecutionTime = 89.66 s ClockTime = 93 s forces forces output: sum of forces: pressure : (5.683828 -0.6239575 -8.188567) viscous : (1.856186 0.0002805144 0.04395887) porous : (0 0 0) sum of moments: pressure : (0.2445051 -8.582499 -0.6070143) viscous : (-0.001267829 0.5744905 0.003638583) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2024532 Cl = -0.01674605 Cl(f) = -0.008373024 Cl(r) = -0.008373024 Time = 104 smoothSolver: Solving for Ux, Initial residual = 0.0001383829, Final residual = 7.606968e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009601002, Final residual = 4.874485e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007262978, Final residual = 3.516591e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00486218, Final residual = 0.0004028857, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006239069, Final residual = 4.047112e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001238731, Final residual = 9.671734e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.333576e-05, Final residual = 1.298866e-06, No Iterations 3 time step continuity errors : sum local = 3.442852e-07, global = -2.038696e-09, cumulative = 3.753761e-06 smoothSolver: Solving for omega, Initial residual = 1.374876e-05, Final residual = 8.665711e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001552959, Final residual = 6.609456e-06, No Iterations 2 ExecutionTime = 90.51 s ClockTime = 93 s forces forces output: sum of forces: pressure : (5.682451 -0.6279281 -8.183664) viscous : (1.852545 0.0002711222 0.04395603) porous : (0 0 0) sum of moments: pressure : (0.2463339 -8.583665 -0.6102563) viscous : (-0.001258754 0.5735451 0.003625016) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2023185 Cl = -0.01685291 Cl(f) = -0.008426456 Cl(r) = -0.008426456 Time = 105 smoothSolver: Solving for Ux, Initial residual = 0.000135888, Final residual = 7.476634e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009467236, Final residual = 4.812705e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000713815, Final residual = 3.454876e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004819689, Final residual = 0.0003996252, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006189532, Final residual = 4.015799e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001231805, Final residual = 9.607575e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.328195e-05, Final residual = 1.290167e-06, No Iterations 3 time step continuity errors : sum local = 3.420064e-07, global = -5.27021e-10, cumulative = 3.753234e-06 smoothSolver: Solving for omega, Initial residual = 1.353055e-05, Final residual = 8.507411e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00015081, Final residual = 6.500855e-06, No Iterations 2 ExecutionTime = 91.38 s ClockTime = 94 s forces forces output: sum of forces: pressure : (5.680429 -0.6314557 -8.179288) viscous : (1.848943 0.0002637294 0.04395402) porous : (0 0 0) sum of moments: pressure : (0.2478983 -8.58505 -0.6133279) viscous : (-0.001250549 0.572607 0.003611744) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2021675 Cl = -0.01694783 Cl(f) = -0.008473914 Cl(r) = -0.008473914 Time = 106 smoothSolver: Solving for Ux, Initial residual = 0.0001333024, Final residual = 7.344633e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009333652, Final residual = 4.753166e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007015482, Final residual = 3.391636e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004790282, Final residual = 0.0003966097, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006142255, Final residual = 3.978175e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000122522, Final residual = 9.516232e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.323792e-05, Final residual = 1.279988e-06, No Iterations 3 time step continuity errors : sum local = 3.393269e-07, global = 1.757262e-09, cumulative = 3.754991e-06 smoothSolver: Solving for omega, Initial residual = 1.331632e-05, Final residual = 8.353181e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001464983, Final residual = 6.394291e-06, No Iterations 2 ExecutionTime = 92.23 s ClockTime = 95 s forces forces output: sum of forces: pressure : (5.677609 -0.634632 -8.175346) viscous : (1.84538 0.0002587048 0.04395288) porous : (0 0 0) sum of moments: pressure : (0.2492118 -8.586659 -0.6162043) viscous : (-0.001243445 0.5716773 0.003598916) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2019961 Cl = -0.01703325 Cl(f) = -0.008516625 Cl(r) = -0.008516625 Time = 107 smoothSolver: Solving for Ux, Initial residual = 0.0001306726, Final residual = 7.211785e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009201867, Final residual = 4.698771e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006891175, Final residual = 3.329526e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00476045, Final residual = 0.0003932127, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006091375, Final residual = 3.941327e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001216415, Final residual = 9.412951e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.317576e-05, Final residual = 1.280758e-06, No Iterations 3 time step continuity errors : sum local = 3.395496e-07, global = -6.196838e-09, cumulative = 3.748794e-06 smoothSolver: Solving for omega, Initial residual = 1.310496e-05, Final residual = 8.204104e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001423402, Final residual = 6.288588e-06, No Iterations 2 ExecutionTime = 93.09 s ClockTime = 96 s forces forces output: sum of forces: pressure : (5.673851 -0.6376867 -8.171493) viscous : (1.841859 0.0002563859 0.04395227) porous : (0 0 0) sum of moments: pressure : (0.2503742 -8.588626 -0.6189115) viscous : (-0.001237589 0.570757 0.003586706) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2018007 Cl = -0.01711533 Cl(f) = -0.008557665 Cl(r) = -0.008557665 Time = 108 smoothSolver: Solving for Ux, Initial residual = 0.0001279937, Final residual = 7.081568e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009076308, Final residual = 4.643778e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006766231, Final residual = 3.270344e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004726658, Final residual = 0.0003889009, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006031542, Final residual = 3.90326e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001205917, Final residual = 9.337601e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.310477e-05, Final residual = 1.272668e-06, No Iterations 3 time step continuity errors : sum local = 3.374273e-07, global = -5.137314e-09, cumulative = 3.743657e-06 smoothSolver: Solving for omega, Initial residual = 1.289525e-05, Final residual = 8.06312e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001383313, Final residual = 6.183281e-06, No Iterations 2 ExecutionTime = 93.95 s ClockTime = 97 s forces forces output: sum of forces: pressure : (5.669196 -0.6407256 -8.167423) viscous : (1.838384 0.000256198 0.04395232) porous : (0 0 0) sum of moments: pressure : (0.2514573 -8.590964 -0.6215144) viscous : (-0.001232616 0.5698476 0.003574625) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2015824 Cl = -0.01719693 Cl(f) = -0.008598466 Cl(r) = -0.008598466 Time = 109 smoothSolver: Solving for Ux, Initial residual = 0.0001253087, Final residual = 6.955684e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000895332, Final residual = 4.58401e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006640467, Final residual = 3.21344e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004693251, Final residual = 0.000384535, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005970294, Final residual = 3.865673e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001195538, Final residual = 9.291899e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.305194e-05, Final residual = 1.265857e-06, No Iterations 3 time step continuity errors : sum local = 3.356402e-07, global = -4.013875e-09, cumulative = 3.739643e-06 smoothSolver: Solving for omega, Initial residual = 1.268972e-05, Final residual = 7.926799e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001344703, Final residual = 6.078476e-06, No Iterations 2 ExecutionTime = 94.81 s ClockTime = 98 s forces forces output: sum of forces: pressure : (5.663633 -0.6436452 -8.162954) viscous : (1.834954 0.0002579276 0.04395312) porous : (0 0 0) sum of moments: pressure : (0.2524528 -8.593757 -0.6241114) viscous : (-0.001228496 0.5689495 0.003562674) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2013409 Cl = -0.01727528 Cl(f) = -0.008637639 Cl(r) = -0.008637639 Time = 110 smoothSolver: Solving for Ux, Initial residual = 0.0001226746, Final residual = 6.835057e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008830016, Final residual = 4.521767e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006512931, Final residual = 3.157857e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004660415, Final residual = 0.0003806002, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005912576, Final residual = 3.832674e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001185608, Final residual = 9.255099e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.300874e-05, Final residual = 1.265449e-06, No Iterations 3 time step continuity errors : sum local = 3.355481e-07, global = -6.719592e-09, cumulative = 3.732924e-06 smoothSolver: Solving for omega, Initial residual = 1.248689e-05, Final residual = 7.792076e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000130757, Final residual = 5.972701e-06, No Iterations 2 ExecutionTime = 95.66 s ClockTime = 99 s forces forces output: sum of forces: pressure : (5.657303 -0.6462141 -8.158059) viscous : (1.831573 0.0002611161 0.04395507) porous : (0 0 0) sum of moments: pressure : (0.2532884 -8.596991 -0.626711) viscous : (-0.001224973 0.568064 0.003550638) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2010802 Cl = -0.01734417 Cl(f) = -0.008672085 Cl(r) = -0.008672085 Time = 111 smoothSolver: Solving for Ux, Initial residual = 0.0001201493, Final residual = 6.721283e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008706546, Final residual = 4.457391e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006385156, Final residual = 3.103905e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00461955, Final residual = 0.0003762521, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005856505, Final residual = 3.798946e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001175008, Final residual = 9.235817e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.297589e-05, Final residual = 1.258259e-06, No Iterations 3 time step continuity errors : sum local = 3.336562e-07, global = 9.108109e-10, cumulative = 3.733834e-06 smoothSolver: Solving for omega, Initial residual = 1.229282e-05, Final residual = 7.664025e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001271707, Final residual = 5.869083e-06, No Iterations 2 ExecutionTime = 96.52 s ClockTime = 100 s forces forces output: sum of forces: pressure : (5.650493 -0.6482966 -8.152827) viscous : (1.828241 0.0002652786 0.04395765) porous : (0 0 0) sum of moments: pressure : (0.2539001 -8.600492 -0.6292344) viscous : (-0.001221755 0.5671921 0.003538306) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2008079 Cl = -0.01739997 Cl(f) = -0.008699986 Cl(r) = -0.008699986 Time = 112 smoothSolver: Solving for Ux, Initial residual = 0.0001177663, Final residual = 6.607554e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008585185, Final residual = 4.392605e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000625946, Final residual = 3.050783e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004578089, Final residual = 0.0003718978, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005812182, Final residual = 3.759436e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001164547, Final residual = 9.213742e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.296612e-05, Final residual = 1.251746e-06, No Iterations 3 time step continuity errors : sum local = 3.319454e-07, global = 1.073679e-08, cumulative = 3.744571e-06 smoothSolver: Solving for omega, Initial residual = 1.209815e-05, Final residual = 7.540202e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001237479, Final residual = 5.768282e-06, No Iterations 2 ExecutionTime = 97.38 s ClockTime = 101 s forces forces output: sum of forces: pressure : (5.643315 -0.6500356 -8.147402) viscous : (1.82496 0.0002704134 0.04396101) porous : (0 0 0) sum of moments: pressure : (0.2543362 -8.604044 -0.6316417) viscous : (-0.001218838 0.5663338 0.00352577) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.200527 Cl = -0.01744653 Cl(f) = -0.008723265 Cl(r) = -0.008723265 Time = 113 smoothSolver: Solving for Ux, Initial residual = 0.0001154648, Final residual = 6.493802e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008463655, Final residual = 4.328593e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006133788, Final residual = 2.997723e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004535693, Final residual = 0.0003674172, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005765604, Final residual = 3.70586e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001153138, Final residual = 9.169739e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.294316e-05, Final residual = 1.245292e-06, No Iterations 3 time step continuity errors : sum local = 3.302583e-07, global = 1.912239e-08, cumulative = 3.763694e-06 smoothSolver: Solving for omega, Initial residual = 1.1901e-05, Final residual = 7.421671e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001204546, Final residual = 5.667082e-06, No Iterations 2 ExecutionTime = 98.23 s ClockTime = 101 s forces forces output: sum of forces: pressure : (5.63575 -0.6518063 -8.141978) viscous : (1.821731 0.0002771908 0.04396493) porous : (0 0 0) sum of moments: pressure : (0.2547866 -8.607486 -0.6340168) viscous : (-0.001216639 0.5654903 0.003513303) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2002372 Cl = -0.01749389 Cl(f) = -0.008746946 Cl(r) = -0.008746946 Time = 114 smoothSolver: Solving for Ux, Initial residual = 0.000113273, Final residual = 6.380529e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008343675, Final residual = 4.263423e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006007072, Final residual = 2.945062e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004496114, Final residual = 0.0003635543, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005720763, Final residual = 3.631819e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001141118, Final residual = 9.088582e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.288278e-05, Final residual = 1.266418e-06, No Iterations 3 time step continuity errors : sum local = 3.358885e-07, global = -1.880432e-09, cumulative = 3.761813e-06 smoothSolver: Solving for omega, Initial residual = 1.171387e-05, Final residual = 7.312632e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001172636, Final residual = 5.569073e-06, No Iterations 2 ExecutionTime = 99.08 s ClockTime = 102 s forces forces output: sum of forces: pressure : (5.62781 -0.6538814 -8.13661) viscous : (1.818555 0.0002849299 0.04396959) porous : (0 0 0) sum of moments: pressure : (0.2554098 -8.61084 -0.6364578) viscous : (-0.001214489 0.5646623 0.003500513) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1999387 Cl = -0.0175494 Cl(f) = -0.008774701 Cl(r) = -0.008774701 Time = 115 smoothSolver: Solving for Ux, Initial residual = 0.0001111339, Final residual = 6.267849e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008223276, Final residual = 4.196697e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005882285, Final residual = 2.893468e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004461909, Final residual = 0.0003609319, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005687276, Final residual = 3.551678e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001131588, Final residual = 9.023171e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.278092e-05, Final residual = 1.223184e-06, No Iterations 3 time step continuity errors : sum local = 3.244547e-07, global = 1.72783e-08, cumulative = 3.779092e-06 smoothSolver: Solving for omega, Initial residual = 1.153871e-05, Final residual = 7.208471e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001141756, Final residual = 5.47387e-06, No Iterations 2 ExecutionTime = 99.94 s ClockTime = 103 s forces forces output: sum of forces: pressure : (5.619657 -0.6561536 -8.131337) viscous : (1.815431 0.0002932512 0.0439738) porous : (0 0 0) sum of moments: pressure : (0.2561742 -8.614097 -0.638924) viscous : (-0.00121203 0.5638501 0.003487103) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1996359 Cl = -0.01761019 Cl(f) = -0.008805093 Cl(r) = -0.008805093 Time = 116 smoothSolver: Solving for Ux, Initial residual = 0.0001090254, Final residual = 6.158667e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008098932, Final residual = 4.129294e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005760002, Final residual = 2.842785e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004432494, Final residual = 0.0003604515, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005673924, Final residual = 3.54171e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001127231, Final residual = 9.115521e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.295879e-05, Final residual = 1.242453e-06, No Iterations 3 time step continuity errors : sum local = 3.295982e-07, global = 1.643582e-08, cumulative = 3.795527e-06 smoothSolver: Solving for omega, Initial residual = 1.136455e-05, Final residual = 7.101933e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001112182, Final residual = 5.382528e-06, No Iterations 2 ExecutionTime = 100.79 s ClockTime = 104 s forces forces output: sum of forces: pressure : (5.611507 -0.658359 -8.126194) viscous : (1.812355 0.0003024483 0.04397842) porous : (0 0 0) sum of moments: pressure : (0.2569589 -8.617172 -0.6413141) viscous : (-0.001209723 0.5630498 0.003473126) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1993345 Cl = -0.01766916 Cl(f) = -0.008834578 Cl(r) = -0.008834578 Time = 117 smoothSolver: Solving for Ux, Initial residual = 0.0001069022, Final residual = 6.051681e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007972358, Final residual = 4.06019e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005638531, Final residual = 2.790894e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00439603, Final residual = 0.000358391, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005631171, Final residual = 3.472345e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001113831, Final residual = 8.97139e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.272484e-05, Final residual = 1.227389e-06, No Iterations 3 time step continuity errors : sum local = 3.256311e-07, global = 1.774588e-08, cumulative = 3.813273e-06 smoothSolver: Solving for omega, Initial residual = 1.11919e-05, Final residual = 6.991999e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001083332, Final residual = 5.292321e-06, No Iterations 2 ExecutionTime = 101.66 s ClockTime = 105 s forces forces output: sum of forces: pressure : (5.603314 -0.6602579 -8.121476) viscous : (1.809326 0.000313725 0.04398139) porous : (0 0 0) sum of moments: pressure : (0.2576141 -8.61995 -0.6435608) viscous : (-0.001208473 0.5622624 0.003459024) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1990332 Cl = -0.01771984 Cl(f) = -0.00885992 Cl(r) = -0.00885992 Time = 118 smoothSolver: Solving for Ux, Initial residual = 0.0001047514, Final residual = 5.948729e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007843978, Final residual = 3.992222e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000551811, Final residual = 2.739379e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00436741, Final residual = 0.0003567631, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005584432, Final residual = 3.352007e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001095837, Final residual = 8.628008e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.214181e-05, Final residual = 1.178197e-06, No Iterations 3 time step continuity errors : sum local = 3.126071e-07, global = 1.79821e-08, cumulative = 3.831255e-06 smoothSolver: Solving for omega, Initial residual = 1.101933e-05, Final residual = 6.88292e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001055296, Final residual = 5.201733e-06, No Iterations 2 ExecutionTime = 102.51 s ClockTime = 106 s forces forces output: sum of forces: pressure : (5.594833 -0.6618222 -8.117444) viscous : (1.806346 0.0003265004 0.04398316) porous : (0 0 0) sum of moments: pressure : (0.2580842 -8.622411 -0.6456392) viscous : (-0.001208001 0.5614887 0.003444748) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1987254 Cl = -0.0177615 Cl(f) = -0.008880749 Cl(r) = -0.008880749 Time = 119 smoothSolver: Solving for Ux, Initial residual = 0.0001025798, Final residual = 5.848837e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007715644, Final residual = 3.924125e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000539989, Final residual = 2.687247e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004335594, Final residual = 0.000355912, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005534973, Final residual = 3.230819e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001077987, Final residual = 8.273686e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.151028e-05, Final residual = 1.129187e-06, No Iterations 3 time step continuity errors : sum local = 2.996228e-07, global = 1.869674e-08, cumulative = 3.849952e-06 smoothSolver: Solving for omega, Initial residual = 1.084533e-05, Final residual = 6.772364e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001028236, Final residual = 5.108239e-06, No Iterations 2 ExecutionTime = 103.36 s ClockTime = 106 s forces forces output: sum of forces: pressure : (5.586013 -0.6631175 -8.114255) viscous : (1.803414 0.0003406651 0.0439835) porous : (0 0 0) sum of moments: pressure : (0.2584077 -8.624524 -0.6475836) viscous : (-0.001208045 0.5607298 0.003430382) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1984099 Cl = -0.0177959 Cl(f) = -0.008897949 Cl(r) = -0.008897949 Time = 120 smoothSolver: Solving for Ux, Initial residual = 0.0001003886, Final residual = 5.753789e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000759006, Final residual = 3.855466e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005284097, Final residual = 2.63419e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004307823, Final residual = 0.0003543664, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005484096, Final residual = 3.123188e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001060556, Final residual = 7.972191e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.093651e-05, Final residual = 1.092232e-06, No Iterations 3 time step continuity errors : sum local = 2.898396e-07, global = 1.845586e-08, cumulative = 3.868408e-06 smoothSolver: Solving for omega, Initial residual = 1.068007e-05, Final residual = 6.666763e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001001609, Final residual = 5.014728e-06, No Iterations 2 ExecutionTime = 104.23 s ClockTime = 108 s forces forces output: sum of forces: pressure : (5.577115 -0.6642368 -8.111919) viscous : (1.800534 0.0003558666 0.04398333) porous : (0 0 0) sum of moments: pressure : (0.2586466 -8.626199 -0.6494722) viscous : (-0.001208519 0.5599869 0.003415783) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1980937 Cl = -0.01782554 Cl(f) = -0.008912771 Cl(r) = -0.008912771 Time = 121 smoothSolver: Solving for Ux, Initial residual = 9.819939e-05, Final residual = 5.660211e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007466966, Final residual = 3.787164e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005169461, Final residual = 2.581502e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004278291, Final residual = 0.0003516283, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005425504, Final residual = 3.025713e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001042492, Final residual = 7.703247e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.038076e-05, Final residual = 1.060176e-06, No Iterations 3 time step continuity errors : sum local = 2.813642e-07, global = 1.732385e-08, cumulative = 3.885732e-06 smoothSolver: Solving for omega, Initial residual = 1.051683e-05, Final residual = 6.562544e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.756542e-05, Final residual = 4.922235e-06, No Iterations 2 ExecutionTime = 105.09 s ClockTime = 108 s forces forces output: sum of forces: pressure : (5.568381 -0.6652345 -8.110307) viscous : (1.797707 0.0003716468 0.04398249) porous : (0 0 0) sum of moments: pressure : (0.2588493 -8.627385 -0.6513629) viscous : (-0.001209253 0.559261 0.003400959) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1977832 Cl = -0.01785191 Cl(f) = -0.008925954 Cl(r) = -0.008925954 Time = 122 smoothSolver: Solving for Ux, Initial residual = 9.605632e-05, Final residual = 5.566575e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000734557, Final residual = 3.724348e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005054249, Final residual = 2.527162e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004245037, Final residual = 0.0003478156, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00053682, Final residual = 2.93922e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001025693, Final residual = 7.479376e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.994814e-05, Final residual = 1.031958e-06, No Iterations 3 time step continuity errors : sum local = 2.739099e-07, global = 1.715544e-08, cumulative = 3.902887e-06 smoothSolver: Solving for omega, Initial residual = 1.035227e-05, Final residual = 6.461983e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.504846e-05, Final residual = 4.828584e-06, No Iterations 2 ExecutionTime = 105.94 s ClockTime = 109 s forces forces output: sum of forces: pressure : (5.55984 -0.6662057 -8.10909) viscous : (1.794933 0.0003883382 0.0439815) porous : (0 0 0) sum of moments: pressure : (0.2590903 -8.628156 -0.6532847) viscous : (-0.001210383 0.558553 0.003386105) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1974794 Cl = -0.01787754 Cl(f) = -0.008938769 Cl(r) = -0.008938769 Time = 123 smoothSolver: Solving for Ux, Initial residual = 9.399395e-05, Final residual = 5.474061e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007227011, Final residual = 3.665449e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004944146, Final residual = 2.47484e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004205802, Final residual = 0.0003432796, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005308779, Final residual = 2.862406e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001007546, Final residual = 7.26458e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.952212e-05, Final residual = 1.004107e-06, No Iterations 3 time step continuity errors : sum local = 2.665533e-07, global = 1.517295e-08, cumulative = 3.91806e-06 smoothSolver: Solving for omega, Initial residual = 1.01908e-05, Final residual = 6.363544e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.259532e-05, Final residual = 4.736908e-06, No Iterations 2 ExecutionTime = 106.8 s ClockTime = 110 s forces forces output: sum of forces: pressure : (5.551454 -0.6672916 -8.108078) viscous : (1.792213 0.0004043892 0.04398005) porous : (0 0 0) sum of moments: pressure : (0.2594541 -8.628641 -0.6552429) viscous : (-0.001211205 0.557863 0.003370748) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1971812 Cl = -0.01790626 Cl(f) = -0.008953132 Cl(r) = -0.008953132 Time = 124 smoothSolver: Solving for Ux, Initial residual = 9.206294e-05, Final residual = 5.383821e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007110233, Final residual = 3.607385e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004837754, Final residual = 2.423477e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004155334, Final residual = 0.0003383018, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005243709, Final residual = 2.785941e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.874965e-05, Final residual = 7.044676e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.90561e-05, Final residual = 9.746681e-07, No Iterations 3 time step continuity errors : sum local = 2.587728e-07, global = 1.279195e-08, cumulative = 3.930852e-06 smoothSolver: Solving for omega, Initial residual = 1.003355e-05, Final residual = 6.269175e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.022252e-05, Final residual = 4.645675e-06, No Iterations 2 ExecutionTime = 107.65 s ClockTime = 111 s forces forces output: sum of forces: pressure : (5.543195 -0.6683585 -8.107384) viscous : (1.789544 0.0004187501 0.04397914) porous : (0 0 0) sum of moments: pressure : (0.2598647 -8.628901 -0.6571065) viscous : (-0.001211138 0.5571897 0.003354301) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1968878 Cl = -0.01793452 Cl(f) = -0.008967262 Cl(r) = -0.008967262 Time = 125 smoothSolver: Solving for Ux, Initial residual = 9.021152e-05, Final residual = 5.294829e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006995859, Final residual = 3.550867e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004734453, Final residual = 2.374121e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004107892, Final residual = 0.0003335909, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005182277, Final residual = 2.715549e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.68845e-05, Final residual = 6.839908e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.861056e-05, Final residual = 9.474982e-07, No Iterations 3 time step continuity errors : sum local = 2.515866e-07, global = 1.003303e-08, cumulative = 3.940885e-06 smoothSolver: Solving for omega, Initial residual = 9.880169e-06, Final residual = 6.174333e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.796139e-05, Final residual = 4.558997e-06, No Iterations 2 ExecutionTime = 108.51 s ClockTime = 112 s forces forces output: sum of forces: pressure : (5.535119 -0.6692152 -8.107194) viscous : (1.786928 0.0004319345 0.04397905) porous : (0 0 0) sum of moments: pressure : (0.2602048 -8.628882 -0.6588219) viscous : (-0.001210511 0.5565331 0.003336856) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1966007 Cl = -0.01795717 Cl(f) = -0.008978587 Cl(r) = -0.008978587 Time = 126 smoothSolver: Solving for Ux, Initial residual = 8.84299e-05, Final residual = 5.207916e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006886489, Final residual = 3.495646e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004632486, Final residual = 2.326069e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004060119, Final residual = 0.0003287963, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005127424, Final residual = 2.651516e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.505478e-05, Final residual = 6.633982e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.815146e-05, Final residual = 9.184013e-07, No Iterations 3 time step continuity errors : sum local = 2.43876e-07, global = 6.151186e-09, cumulative = 3.947036e-06 smoothSolver: Solving for omega, Initial residual = 9.736885e-06, Final residual = 6.089307e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.578397e-05, Final residual = 4.47822e-06, No Iterations 2 ExecutionTime = 109.37 s ClockTime = 113 s forces forces output: sum of forces: pressure : (5.527287 -0.6699376 -8.107744) viscous : (1.784362 0.0004445661 0.04397924) porous : (0 0 0) sum of moments: pressure : (0.2604945 -8.628515 -0.6604839) viscous : (-0.001209686 0.5558934 0.003318584) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1963215 Cl = -0.01797623 Cl(f) = -0.008988115 Cl(r) = -0.008988115 Time = 127 smoothSolver: Solving for Ux, Initial residual = 8.672855e-05, Final residual = 5.124043e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006778324, Final residual = 3.441526e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004531691, Final residual = 2.278867e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004009716, Final residual = 0.0003246195, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005073353, Final residual = 2.596044e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.311843e-05, Final residual = 6.459929e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.768421e-05, Final residual = 8.891159e-07, No Iterations 3 time step continuity errors : sum local = 2.361092e-07, global = 2.126246e-09, cumulative = 3.949163e-06 smoothSolver: Solving for omega, Initial residual = 9.59693e-06, Final residual = 6.013334e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.368747e-05, Final residual = 4.40291e-06, No Iterations 2 ExecutionTime = 110.22 s ClockTime = 114 s forces forces output: sum of forces: pressure : (5.519773 -0.6706551 -8.109002) viscous : (1.781852 0.0004573855 0.0439789) porous : (0 0 0) sum of moments: pressure : (0.2607979 -8.627773 -0.6621776) viscous : (-0.001209133 0.555274 0.003299566) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1960524 Cl = -0.01799515 Cl(f) = -0.008997577 Cl(r) = -0.008997577 Time = 128 smoothSolver: Solving for Ux, Initial residual = 8.509476e-05, Final residual = 5.043323e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006671237, Final residual = 3.389768e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004431685, Final residual = 2.231521e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003960489, Final residual = 0.0003208431, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000501545, Final residual = 2.563228e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.183739e-05, Final residual = 6.361693e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.743167e-05, Final residual = 8.726052e-07, No Iterations 3 time step continuity errors : sum local = 2.31732e-07, global = -1.371518e-09, cumulative = 3.947791e-06 smoothSolver: Solving for omega, Initial residual = 9.454684e-06, Final residual = 5.938779e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.166348e-05, Final residual = 4.328115e-06, No Iterations 2 ExecutionTime = 111.09 s ClockTime = 114 s forces forces output: sum of forces: pressure : (5.512527 -0.6715219 -8.110502) viscous : (1.779398 0.0004695894 0.04397838) porous : (0 0 0) sum of moments: pressure : (0.2612131 -8.62682 -0.6639716) viscous : (-0.001208687 0.5546766 0.003279512) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1957919 Cl = -0.0180181 Cl(f) = -0.009009049 Cl(r) = -0.009009049 Time = 129 smoothSolver: Solving for Ux, Initial residual = 8.353102e-05, Final residual = 4.962996e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006564376, Final residual = 3.339639e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004333134, Final residual = 2.186195e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003906086, Final residual = 0.0003171437, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004959786, Final residual = 2.537902e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.072564e-05, Final residual = 6.295531e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.726684e-05, Final residual = 8.61957e-07, No Iterations 3 time step continuity errors : sum local = 2.289112e-07, global = -5.503368e-09, cumulative = 3.942288e-06 smoothSolver: Solving for omega, Initial residual = 9.315779e-06, Final residual = 5.863857e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.972394e-05, Final residual = 4.25492e-06, No Iterations 2 ExecutionTime = 111.94 s ClockTime = 115 s forces forces output: sum of forces: pressure : (5.505596 -0.6726036 -8.11248) viscous : (1.776992 0.0004822113 0.04397822) porous : (0 0 0) sum of moments: pressure : (0.2617708 -8.625552 -0.6658503) viscous : (-0.001209431 0.5540952 0.003258874) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1955412 Cl = -0.0180468 Cl(f) = -0.009023402 Cl(r) = -0.009023402 Time = 130 smoothSolver: Solving for Ux, Initial residual = 8.204931e-05, Final residual = 4.887835e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006457583, Final residual = 3.295557e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004235767, Final residual = 2.144353e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003853044, Final residual = 0.0003138562, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004903625, Final residual = 2.522551e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.972798e-05, Final residual = 6.247777e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.710913e-05, Final residual = 8.451414e-07, No Iterations 3 time step continuity errors : sum local = 2.244479e-07, global = -3.279108e-09, cumulative = 3.939009e-06 smoothSolver: Solving for omega, Initial residual = 9.181208e-06, Final residual = 5.789603e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.787591e-05, Final residual = 4.183582e-06, No Iterations 2 ExecutionTime = 112.8 s ClockTime = 116 s forces forces output: sum of forces: pressure : (5.499145 -0.6736949 -8.115066) viscous : (1.774631 0.0004934423 0.04397948) porous : (0 0 0) sum of moments: pressure : (0.2623378 -8.623883 -0.6676364) viscous : (-0.001210508 0.5535276 0.003237005) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1953046 Cl = -0.0180758 Cl(f) = -0.009037902 Cl(r) = -0.009037902 Time = 131 smoothSolver: Solving for Ux, Initial residual = 8.065712e-05, Final residual = 4.815456e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006349719, Final residual = 3.251221e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004139914, Final residual = 2.103887e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003796487, Final residual = 0.0003111137, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004844524, Final residual = 2.521333e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.883311e-05, Final residual = 6.20474e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.695969e-05, Final residual = 8.06731e-07, No Iterations 3 time step continuity errors : sum local = 2.142478e-07, global = 4.456879e-09, cumulative = 3.943465e-06 smoothSolver: Solving for omega, Initial residual = 9.048766e-06, Final residual = 5.714941e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.606923e-05, Final residual = 4.113619e-06, No Iterations 2 ExecutionTime = 113.67 s ClockTime = 117 s forces forces output: sum of forces: pressure : (5.49323 -0.6745464 -8.118164) viscous : (1.772314 0.0005031131 0.04398298) porous : (0 0 0) sum of moments: pressure : (0.262765 -8.621835 -0.6691697) viscous : (-0.001211499 0.5529738 0.003213942) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1950836 Cl = -0.01809841 Cl(f) = -0.009049204 Cl(r) = -0.009049204 Time = 132 smoothSolver: Solving for Ux, Initial residual = 7.93368e-05, Final residual = 4.748176e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006240797, Final residual = 3.206914e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004045081, Final residual = 2.065019e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003739158, Final residual = 0.0003080184, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004784347, Final residual = 2.520713e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.799661e-05, Final residual = 6.131587e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.677649e-05, Final residual = 1.673844e-06, No Iterations 2 time step continuity errors : sum local = 4.445329e-07, global = 8.268422e-10, cumulative = 3.944292e-06 smoothSolver: Solving for omega, Initial residual = 8.916646e-06, Final residual = 5.641958e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.43027e-05, Final residual = 4.043345e-06, No Iterations 2 ExecutionTime = 114.52 s ClockTime = 118 s forces forces output: sum of forces: pressure : (5.487709 -0.6752871 -8.122066) viscous : (1.770043 0.0005116812 0.04398866) porous : (0 0 0) sum of moments: pressure : (0.2631578 -8.619584 -0.6705446) viscous : (-0.00121218 0.5524352 0.003190099) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1948744 Cl = -0.01811806 Cl(f) = -0.009059032 Cl(r) = -0.009059032 Time = 133 smoothSolver: Solving for Ux, Initial residual = 7.803097e-05, Final residual = 4.684274e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006134619, Final residual = 3.163871e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000395247, Final residual = 2.025523e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003681501, Final residual = 0.000304404, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004728847, Final residual = 2.53024e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.728757e-05, Final residual = 6.152539e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.676425e-05, Final residual = 1.670634e-06, No Iterations 2 time step continuity errors : sum local = 4.436854e-07, global = 4.872998e-10, cumulative = 3.94478e-06 smoothSolver: Solving for omega, Initial residual = 8.78682e-06, Final residual = 5.56518e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.260918e-05, Final residual = 3.97613e-06, No Iterations 2 ExecutionTime = 115.36 s ClockTime = 119 s forces forces output: sum of forces: pressure : (5.482413 -0.6761834 -8.125921) viscous : (1.767817 0.0005190786 0.04399731) porous : (0 0 0) sum of moments: pressure : (0.2636932 -8.617065 -0.6719386) viscous : (-0.001212379 0.5519116 0.003165468) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1946724 Cl = -0.01814193 Cl(f) = -0.009070967 Cl(r) = -0.009070967 Time = 134 smoothSolver: Solving for Ux, Initial residual = 7.677313e-05, Final residual = 4.620313e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00060297, Final residual = 3.12037e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003862031, Final residual = 1.985705e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003630545, Final residual = 0.0003011316, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004679763, Final residual = 2.540852e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.669609e-05, Final residual = 6.147483e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.669524e-05, Final residual = 1.63845e-06, No Iterations 2 time step continuity errors : sum local = 4.351432e-07, global = 2.833789e-09, cumulative = 3.947613e-06 smoothSolver: Solving for omega, Initial residual = 8.658984e-06, Final residual = 5.487079e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.094302e-05, Final residual = 3.910847e-06, No Iterations 2 ExecutionTime = 116.2 s ClockTime = 120 s forces forces output: sum of forces: pressure : (5.477397 -0.6773428 -8.129854) viscous : (1.765634 0.0005259694 0.04400977) porous : (0 0 0) sum of moments: pressure : (0.2644159 -8.614327 -0.6734199) viscous : (-0.001212626 0.5514018 0.003140306) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1944791 Cl = -0.01817288 Cl(f) = -0.009086439 Cl(r) = -0.009086439 Time = 135 smoothSolver: Solving for Ux, Initial residual = 7.55862e-05, Final residual = 4.558282e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005926435, Final residual = 3.07634e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003774608, Final residual = 1.946695e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00358956, Final residual = 0.0002985851, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004642659, Final residual = 2.559194e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.636935e-05, Final residual = 6.106813e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.656052e-05, Final residual = 1.588828e-06, No Iterations 2 time step continuity errors : sum local = 4.219719e-07, global = -1.385775e-08, cumulative = 3.933756e-06 smoothSolver: Solving for omega, Initial residual = 8.538242e-06, Final residual = 5.406511e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.934846e-05, Final residual = 3.843969e-06, No Iterations 2 ExecutionTime = 117.04 s ClockTime = 121 s forces forces output: sum of forces: pressure : (5.472735 -0.6787772 -8.134198) viscous : (1.763492 0.0005334604 0.0440267) porous : (0 0 0) sum of moments: pressure : (0.2652963 -8.611472 -0.67497) viscous : (-0.001213657 0.550904 0.003115093) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1942964 Cl = -0.01821119 Cl(f) = -0.009105596 Cl(r) = -0.009105596 Time = 136 smoothSolver: Solving for Ux, Initial residual = 7.443988e-05, Final residual = 4.498572e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005826482, Final residual = 3.032955e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003690024, Final residual = 1.909414e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003553205, Final residual = 0.0002959021, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004596036, Final residual = 2.572274e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.595721e-05, Final residual = 6.023011e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.626457e-05, Final residual = 1.542436e-06, No Iterations 2 time step continuity errors : sum local = 4.096485e-07, global = -2.30198e-08, cumulative = 3.910736e-06 smoothSolver: Solving for omega, Initial residual = 8.419546e-06, Final residual = 5.32788e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.784302e-05, Final residual = 3.779862e-06, No Iterations 2 ExecutionTime = 117.89 s ClockTime = 122 s forces forces output: sum of forces: pressure : (5.468486 -0.6804391 -8.139028) viscous : (1.761388 0.0005416451 0.0440483) porous : (0 0 0) sum of moments: pressure : (0.2662737 -8.608546 -0.6765442) viscous : (-0.00121541 0.5504176 0.003089963) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1941258 Cl = -0.0182556 Cl(f) = -0.009127798 Cl(r) = -0.009127798 Time = 137 smoothSolver: Solving for Ux, Initial residual = 7.335098e-05, Final residual = 4.441662e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005732707, Final residual = 2.989942e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003609268, Final residual = 1.873358e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003516597, Final residual = 0.0002925107, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004535597, Final residual = 2.577042e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.527237e-05, Final residual = 5.903518e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.592811e-05, Final residual = 1.500076e-06, No Iterations 2 time step continuity errors : sum local = 3.983839e-07, global = -2.012551e-08, cumulative = 3.89061e-06 smoothSolver: Solving for omega, Initial residual = 8.307197e-06, Final residual = 5.252541e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.640957e-05, Final residual = 3.717707e-06, No Iterations 2 ExecutionTime = 118.73 s ClockTime = 122 s forces forces output: sum of forces: pressure : (5.464656 -0.6822111 -8.144116) viscous : (1.759324 0.0005498793 0.04407464) porous : (0 0 0) sum of moments: pressure : (0.2672844 -8.605528 -0.6781181) viscous : (-0.001217712 0.5499429 0.003064712) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1939676 Cl = -0.01830295 Cl(f) = -0.009151476 Cl(r) = -0.009151476 Time = 138 smoothSolver: Solving for Ux, Initial residual = 7.232352e-05, Final residual = 4.388627e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005644377, Final residual = 2.947995e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003532787, Final residual = 1.838411e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003477122, Final residual = 0.0002893817, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000448551, Final residual = 2.577298e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.484566e-05, Final residual = 5.819732e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.570299e-05, Final residual = 1.503529e-06, No Iterations 2 time step continuity errors : sum local = 3.992936e-07, global = -5.290848e-09, cumulative = 3.885319e-06 smoothSolver: Solving for omega, Initial residual = 8.196705e-06, Final residual = 5.179838e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.504662e-05, Final residual = 3.658731e-06, No Iterations 2 ExecutionTime = 119.57 s ClockTime = 123 s forces forces output: sum of forces: pressure : (5.461262 -0.6840033 -8.149332) viscous : (1.757301 0.0005587018 0.04410583) porous : (0 0 0) sum of moments: pressure : (0.2682904 -8.60231 -0.6796885) viscous : (-0.001220948 0.5494807 0.003039553) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1938221 Cl = -0.01835084 Cl(f) = -0.009175419 Cl(r) = -0.009175419 Time = 139 smoothSolver: Solving for Ux, Initial residual = 7.134195e-05, Final residual = 4.339242e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005563354, Final residual = 2.90842e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003459071, Final residual = 1.804579e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003437669, Final residual = 0.0002864702, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004441735, Final residual = 2.563636e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.432035e-05, Final residual = 5.719038e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.543131e-05, Final residual = 1.515781e-06, No Iterations 2 time step continuity errors : sum local = 4.025408e-07, global = -7.886248e-09, cumulative = 3.877433e-06 smoothSolver: Solving for omega, Initial residual = 8.082472e-06, Final residual = 5.107011e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.376207e-05, Final residual = 3.600004e-06, No Iterations 2 ExecutionTime = 120.41 s ClockTime = 124 s forces forces output: sum of forces: pressure : (5.458298 -0.6857034 -8.154741) viscous : (1.755316 0.0005687289 0.04414222) porous : (0 0 0) sum of moments: pressure : (0.2692572 -8.598851 -0.681228) viscous : (-0.001225469 0.5490297 0.003014821) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1936893 Cl = -0.01839622 Cl(f) = -0.009198109 Cl(r) = -0.009198109 Time = 140 smoothSolver: Solving for Ux, Initial residual = 7.035433e-05, Final residual = 4.290653e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005486741, Final residual = 2.869902e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000338751, Final residual = 1.771644e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003399027, Final residual = 0.0002848074, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004406579, Final residual = 2.555922e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.399201e-05, Final residual = 5.661969e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.524936e-05, Final residual = 6.78726e-07, No Iterations 3 time step continuity errors : sum local = 1.802417e-07, global = -5.358259e-09, cumulative = 3.872075e-06 smoothSolver: Solving for omega, Initial residual = 7.969058e-06, Final residual = 5.036248e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.252902e-05, Final residual = 3.54103e-06, No Iterations 2 ExecutionTime = 121.27 s ClockTime = 125 s forces forces output: sum of forces: pressure : (5.455736 -0.6872743 -8.160304) viscous : (1.753369 0.0005797135 0.04418406) porous : (0 0 0) sum of moments: pressure : (0.2701648 -8.595039 -0.6827204) viscous : (-0.001231052 0.5485892 0.002990636) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1935682 Cl = -0.0184381 Cl(f) = -0.009219051 Cl(r) = -0.009219051 Time = 141 smoothSolver: Solving for Ux, Initial residual = 6.941561e-05, Final residual = 4.24352e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005414213, Final residual = 2.832739e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003320101, Final residual = 1.740973e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003364286, Final residual = 0.0002838379, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004378678, Final residual = 2.540228e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.367504e-05, Final residual = 5.560298e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.495859e-05, Final residual = 6.768457e-07, No Iterations 3 time step continuity errors : sum local = 1.797373e-07, global = -8.864799e-10, cumulative = 3.871188e-06 smoothSolver: Solving for omega, Initial residual = 7.857786e-06, Final residual = 4.967659e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.136809e-05, Final residual = 3.485747e-06, No Iterations 2 ExecutionTime = 122.13 s ClockTime = 126 s forces forces output: sum of forces: pressure : (5.45368 -0.6885925 -8.166629) viscous : (1.751457 0.0005911596 0.04423163) porous : (0 0 0) sum of moments: pressure : (0.2709413 -8.590971 -0.6841222) viscous : (-0.001237416 0.5481585 0.00296693) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1934616 Cl = -0.01847319 Cl(f) = -0.009236594 Cl(r) = -0.009236594 Time = 142 smoothSolver: Solving for Ux, Initial residual = 6.856612e-05, Final residual = 4.198639e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005346774, Final residual = 2.797527e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003256658, Final residual = 1.710874e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003333912, Final residual = 0.0002830384, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004348379, Final residual = 2.524109e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.339273e-05, Final residual = 5.494778e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.470855e-05, Final residual = 6.862917e-07, No Iterations 3 time step continuity errors : sum local = 1.822389e-07, global = -3.056713e-09, cumulative = 3.868132e-06 smoothSolver: Solving for omega, Initial residual = 7.746105e-06, Final residual = 4.900444e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.021584e-05, Final residual = 3.43505e-06, No Iterations 2 ExecutionTime = 122.99 s ClockTime = 127 s forces forces output: sum of forces: pressure : (5.452021 -0.6896751 -8.173603) viscous : (1.749579 0.0006023134 0.04428523) porous : (0 0 0) sum of moments: pressure : (0.2715954 -8.586576 -0.6854329) viscous : (-0.001244189 0.547737 0.002943584) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1933666 Cl = -0.01850196 Cl(f) = -0.009250979 Cl(r) = -0.009250979 Time = 143 smoothSolver: Solving for Ux, Initial residual = 6.776961e-05, Final residual = 4.155674e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005282062, Final residual = 2.764169e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003197598, Final residual = 1.682705e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003309776, Final residual = 0.0002825473, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004324331, Final residual = 2.51288e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.339371e-05, Final residual = 5.468849e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.455946e-05, Final residual = 7.065762e-07, No Iterations 3 time step continuity errors : sum local = 1.8762e-07, global = -4.607008e-09, cumulative = 3.863525e-06 smoothSolver: Solving for omega, Initial residual = 7.632894e-06, Final residual = 4.844113e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.908828e-05, Final residual = 3.388498e-06, No Iterations 2 ExecutionTime = 123.84 s ClockTime = 128 s forces forces output: sum of forces: pressure : (5.450754 -0.6906561 -8.180791) viscous : (1.747734 0.0006126392 0.0443446) porous : (0 0 0) sum of moments: pressure : (0.2722024 -8.58175 -0.6866631) viscous : (-0.001251204 0.547324 0.002920457) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1932831 Cl = -0.01852802 Cl(f) = -0.00926401 Cl(r) = -0.00926401 Time = 144 smoothSolver: Solving for Ux, Initial residual = 6.701283e-05, Final residual = 4.117261e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005220849, Final residual = 2.732655e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003144412, Final residual = 1.655934e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003285867, Final residual = 0.0002824847, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004313667, Final residual = 2.511886e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.36151e-05, Final residual = 5.46882e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.448365e-05, Final residual = 7.210293e-07, No Iterations 3 time step continuity errors : sum local = 1.914524e-07, global = -8.716121e-09, cumulative = 3.854809e-06 smoothSolver: Solving for omega, Initial residual = 7.519632e-06, Final residual = 4.789407e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.798664e-05, Final residual = 3.340369e-06, No Iterations 2 ExecutionTime = 124.7 s ClockTime = 129 s forces forces output: sum of forces: pressure : (5.450019 -0.6915314 -8.187894) viscous : (1.745923 0.0006227168 0.04440959) porous : (0 0 0) sum of moments: pressure : (0.2727626 -8.576443 -0.6877796) viscous : (-0.001258906 0.5469198 0.002897711) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1932147 Cl = -0.01855125 Cl(f) = -0.009275627 Cl(r) = -0.009275627 Time = 145 smoothSolver: Solving for Ux, Initial residual = 6.629478e-05, Final residual = 4.07882e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005163382, Final residual = 2.703521e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003095583, Final residual = 1.630543e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003263954, Final residual = 0.0002822212, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004295992, Final residual = 2.501827e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.362159e-05, Final residual = 5.414026e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.433913e-05, Final residual = 7.164869e-07, No Iterations 3 time step continuity errors : sum local = 1.902408e-07, global = -9.087406e-09, cumulative = 3.845721e-06 smoothSolver: Solving for omega, Initial residual = 7.407123e-06, Final residual = 4.734977e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.691112e-05, Final residual = 3.293149e-06, No Iterations 2 ExecutionTime = 125.54 s ClockTime = 129 s forces forces output: sum of forces: pressure : (5.44984 -0.6921328 -8.194939) viscous : (1.744142 0.0006329782 0.04448136) porous : (0 0 0) sum of moments: pressure : (0.2731773 -8.570694 -0.6887139) viscous : (-0.001267347 0.5465229 0.002875234) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1931621 Cl = -0.01856713 Cl(f) = -0.009283563 Cl(r) = -0.009283563 Time = 146 smoothSolver: Solving for Ux, Initial residual = 6.559795e-05, Final residual = 4.041372e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005110159, Final residual = 2.676464e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003051556, Final residual = 1.60558e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003236229, Final residual = 0.0002814812, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004273812, Final residual = 2.483834e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.338028e-05, Final residual = 5.349928e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.416451e-05, Final residual = 7.165755e-07, No Iterations 3 time step continuity errors : sum local = 1.902542e-07, global = -9.170546e-09, cumulative = 3.836551e-06 smoothSolver: Solving for omega, Initial residual = 7.298415e-06, Final residual = 4.682085e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.584942e-05, Final residual = 3.246697e-06, No Iterations 2 ExecutionTime = 126.39 s ClockTime = 130 s forces forces output: sum of forces: pressure : (5.450111 -0.692306 -8.202148) viscous : (1.742387 0.0006427688 0.0445582) porous : (0 0 0) sum of moments: pressure : (0.2733699 -8.564544 -0.6893927) viscous : (-0.001276088 0.546131 0.002852705) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1931223 Cl = -0.01857151 Cl(f) = -0.009285756 Cl(r) = -0.009285756 Time = 147 smoothSolver: Solving for Ux, Initial residual = 6.493551e-05, Final residual = 4.00219e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000506125, Final residual = 2.650749e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003011201, Final residual = 1.58093e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003212541, Final residual = 0.0002810099, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004254892, Final residual = 2.470118e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.331987e-05, Final residual = 5.305901e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.406765e-05, Final residual = 7.364482e-07, No Iterations 3 time step continuity errors : sum local = 1.955165e-07, global = -7.125616e-09, cumulative = 3.829425e-06 smoothSolver: Solving for omega, Initial residual = 7.191873e-06, Final residual = 4.625059e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.482635e-05, Final residual = 3.200051e-06, No Iterations 2 ExecutionTime = 127.24 s ClockTime = 131 s forces forces output: sum of forces: pressure : (5.4507 -0.69204 -8.209716) viscous : (1.740657 0.000651929 0.04463925) porous : (0 0 0) sum of moments: pressure : (0.2733414 -8.558061 -0.6897833) viscous : (-0.001285058 0.5457432 0.002830008) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1930916 Cl = -0.01856412 Cl(f) = -0.009282062 Cl(r) = -0.009282062 Time = 148 smoothSolver: Solving for Ux, Initial residual = 6.429408e-05, Final residual = 3.961055e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005016244, Final residual = 2.623227e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002974436, Final residual = 1.557344e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003183709, Final residual = 0.0002799147, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004233811, Final residual = 2.459022e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.326246e-05, Final residual = 5.266492e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.396542e-05, Final residual = 7.494015e-07, No Iterations 3 time step continuity errors : sum local = 1.989372e-07, global = -4.869371e-09, cumulative = 3.824556e-06 smoothSolver: Solving for omega, Initial residual = 7.086663e-06, Final residual = 4.563005e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.384889e-05, Final residual = 3.153794e-06, No Iterations 2 ExecutionTime = 128.11 s ClockTime = 132 s forces forces output: sum of forces: pressure : (5.451544 -0.6915053 -8.217327) viscous : (1.738958 0.0006604865 0.0447228) porous : (0 0 0) sum of moments: pressure : (0.2731744 -8.55144 -0.6899561) viscous : (-0.001294212 0.5453645 0.002807783) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1930687 Cl = -0.01854954 Cl(f) = -0.009274769 Cl(r) = -0.009274769 Time = 149 smoothSolver: Solving for Ux, Initial residual = 6.36675e-05, Final residual = 3.917911e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004974023, Final residual = 2.595651e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002940607, Final residual = 1.534984e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003150107, Final residual = 0.0002777393, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004200978, Final residual = 2.436499e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.290848e-05, Final residual = 5.232298e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.382298e-05, Final residual = 7.571204e-07, No Iterations 3 time step continuity errors : sum local = 2.009646e-07, global = -4.31243e-09, cumulative = 3.820243e-06 smoothSolver: Solving for omega, Initial residual = 6.987508e-06, Final residual = 4.497863e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.293016e-05, Final residual = 3.107568e-06, No Iterations 2 ExecutionTime = 128.96 s ClockTime = 133 s forces forces output: sum of forces: pressure : (5.452671 -0.6908913 -8.224922) viscous : (1.737284 0.0006676768 0.04480912) porous : (0 0 0) sum of moments: pressure : (0.2729969 -8.544595 -0.6899862) viscous : (-0.0013032 0.5449916 0.002785457) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.193054 Cl = -0.01853286 Cl(f) = -0.009266429 Cl(r) = -0.009266429 Time = 150 smoothSolver: Solving for Ux, Initial residual = 6.307329e-05, Final residual = 3.873715e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004935038, Final residual = 2.567809e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002910362, Final residual = 1.514317e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003124468, Final residual = 0.0002749744, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004159257, Final residual = 2.402342e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.255165e-05, Final residual = 5.188383e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.364076e-05, Final residual = 7.603958e-07, No Iterations 3 time step continuity errors : sum local = 2.018052e-07, global = -4.169267e-09, cumulative = 3.816074e-06 smoothSolver: Solving for omega, Initial residual = 6.894148e-06, Final residual = 4.434216e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.204261e-05, Final residual = 3.061354e-06, No Iterations 2 ExecutionTime = 129.82 s ClockTime = 134 s forces forces output: sum of forces: pressure : (5.454093 -0.6902538 -8.232267) viscous : (1.735636 0.0006728311 0.04489916) porous : (0 0 0) sum of moments: pressure : (0.2728367 -8.537553 -0.6898776) viscous : (-0.001311672 0.5446245 0.002762968) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1930479 Cl = -0.0185156 Cl(f) = -0.009257801 Cl(r) = -0.009257801 Time = 151 smoothSolver: Solving for Ux, Initial residual = 6.250133e-05, Final residual = 3.829338e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004897887, Final residual = 2.5402e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002881809, Final residual = 1.493698e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003098299, Final residual = 0.0002728411, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004121807, Final residual = 2.369436e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.216907e-05, Final residual = 5.151283e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.34517e-05, Final residual = 7.599711e-07, No Iterations 3 time step continuity errors : sum local = 2.016609e-07, global = -4.492416e-09, cumulative = 3.811582e-06 smoothSolver: Solving for omega, Initial residual = 6.803736e-06, Final residual = 4.368301e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.122294e-05, Final residual = 3.017272e-06, No Iterations 2 ExecutionTime = 130.69 s ClockTime = 135 s forces forces output: sum of forces: pressure : (5.45573 -0.6895651 -8.239325) viscous : (1.734014 0.0006754308 0.04499282) porous : (0 0 0) sum of moments: pressure : (0.2726851 -8.530325 -0.6896198) viscous : (-0.001319321 0.5442621 0.002740179) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1930483 Cl = -0.01849704 Cl(f) = -0.00924852 Cl(r) = -0.00924852 Time = 152 smoothSolver: Solving for Ux, Initial residual = 6.195965e-05, Final residual = 3.785491e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004862533, Final residual = 2.513248e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002854762, Final residual = 1.472153e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003071116, Final residual = 0.000271463, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004093975, Final residual = 2.342526e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.172956e-05, Final residual = 5.084532e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.32463e-05, Final residual = 7.645933e-07, No Iterations 3 time step continuity errors : sum local = 2.02854e-07, global = -3.653963e-09, cumulative = 3.807928e-06 smoothSolver: Solving for omega, Initial residual = 6.718438e-06, Final residual = 4.302255e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.045462e-05, Final residual = 2.978481e-06, No Iterations 2 ExecutionTime = 131.54 s ClockTime = 136 s forces forces output: sum of forces: pressure : (5.457483 -0.6887873 -8.246111) viscous : (1.732415 0.0006752624 0.04509042) porous : (0 0 0) sum of moments: pressure : (0.2725193 -8.522979 -0.6891942) viscous : (-0.001326031 0.5439039 0.002716927) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1930524 Cl = -0.01847616 Cl(f) = -0.00923808 Cl(r) = -0.00923808 Time = 153 smoothSolver: Solving for Ux, Initial residual = 6.145286e-05, Final residual = 3.743437e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004828383, Final residual = 2.484776e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002829142, Final residual = 1.450765e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003040416, Final residual = 0.0002704495, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004072176, Final residual = 2.323471e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.125441e-05, Final residual = 5.041342e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.310159e-05, Final residual = 7.56828e-07, No Iterations 3 time step continuity errors : sum local = 2.007603e-07, global = -3.366349e-09, cumulative = 3.804561e-06 smoothSolver: Solving for omega, Initial residual = 6.634716e-06, Final residual = 4.239949e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.975044e-05, Final residual = 2.942465e-06, No Iterations 2 ExecutionTime = 132.4 s ClockTime = 137 s forces forces output: sum of forces: pressure : (5.459368 -0.6879214 -8.252575) viscous : (1.73084 0.0006724578 0.04519195) porous : (0 0 0) sum of moments: pressure : (0.2723265 -8.515558 -0.6885672) viscous : (-0.001331725 0.5435498 0.002692963) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1930608 Cl = -0.01845299 Cl(f) = -0.009226494 Cl(r) = -0.009226494 Time = 154 smoothSolver: Solving for Ux, Initial residual = 6.095746e-05, Final residual = 3.701746e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004796261, Final residual = 2.456953e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002805143, Final residual = 1.43091e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003010393, Final residual = 0.0002692091, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004050195, Final residual = 2.309454e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.079958e-05, Final residual = 4.992162e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.297892e-05, Final residual = 7.470158e-07, No Iterations 3 time step continuity errors : sum local = 1.981232e-07, global = -3.279628e-09, cumulative = 3.801282e-06 smoothSolver: Solving for omega, Initial residual = 6.553377e-06, Final residual = 4.177262e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.909069e-05, Final residual = 2.907065e-06, No Iterations 2 ExecutionTime = 133.25 s ClockTime = 137 s forces forces output: sum of forces: pressure : (5.461438 -0.6869907 -8.2587) viscous : (1.72929 0.0006675281 0.0452971) porous : (0 0 0) sum of moments: pressure : (0.2721024 -8.508064 -0.6877215) viscous : (-0.00133647 0.5431999 0.002668075) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1930747 Cl = -0.01842813 Cl(f) = -0.009214065 Cl(r) = -0.009214065 Time = 155 smoothSolver: Solving for Ux, Initial residual = 6.04833e-05, Final residual = 3.658558e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004764316, Final residual = 2.430994e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002781519, Final residual = 1.411948e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002982247, Final residual = 0.0002677366, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004021717, Final residual = 2.295708e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.021273e-05, Final residual = 4.937807e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.28473e-05, Final residual = 7.362493e-07, No Iterations 3 time step continuity errors : sum local = 1.952354e-07, global = -3.218091e-09, cumulative = 3.798064e-06 smoothSolver: Solving for omega, Initial residual = 6.471287e-06, Final residual = 4.116922e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.846361e-05, Final residual = 2.873868e-06, No Iterations 2 ExecutionTime = 134.1 s ClockTime = 138 s forces forces output: sum of forces: pressure : (5.463636 -0.6860111 -8.264343) viscous : (1.727764 0.0006608122 0.04540624) porous : (0 0 0) sum of moments: pressure : (0.271836 -8.500576 -0.6866442) viscous : (-0.001340245 0.5428544 0.002641979) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1930928 Cl = -0.01840201 Cl(f) = -0.009201003 Cl(r) = -0.009201003 Time = 156 smoothSolver: Solving for Ux, Initial residual = 6.003657e-05, Final residual = 3.616327e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000473458, Final residual = 2.406703e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002757906, Final residual = 1.393472e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002959937, Final residual = 0.0002664572, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003987653, Final residual = 2.284698e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.95803e-05, Final residual = 4.899537e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.273776e-05, Final residual = 7.291216e-07, No Iterations 3 time step continuity errors : sum local = 1.933127e-07, global = -3.142279e-09, cumulative = 3.794921e-06 smoothSolver: Solving for omega, Initial residual = 6.391002e-06, Final residual = 4.06499e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.786575e-05, Final residual = 2.841328e-06, No Iterations 2 ExecutionTime = 134.96 s ClockTime = 139 s forces forces output: sum of forces: pressure : (5.465888 -0.6849664 -8.269409) viscous : (1.726263 0.0006526492 0.04551894) porous : (0 0 0) sum of moments: pressure : (0.271522 -8.493157 -0.6853463) viscous : (-0.001343125 0.5425144 0.002614613) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1931129 Cl = -0.01837418 Cl(f) = -0.009187088 Cl(r) = -0.009187088 Time = 157 smoothSolver: Solving for Ux, Initial residual = 5.95908e-05, Final residual = 3.574421e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004705283, Final residual = 2.38256e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002733704, Final residual = 1.374886e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002943343, Final residual = 0.0002654615, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003962038, Final residual = 2.277456e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.90458e-05, Final residual = 4.875281e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.266718e-05, Final residual = 7.272733e-07, No Iterations 3 time step continuity errors : sum local = 1.927878e-07, global = -3.218793e-09, cumulative = 3.791702e-06 smoothSolver: Solving for omega, Initial residual = 6.314063e-06, Final residual = 4.015927e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.728683e-05, Final residual = 2.811593e-06, No Iterations 2 ExecutionTime = 135.8 s ClockTime = 140 s forces forces output: sum of forces: pressure : (5.468142 -0.6839378 -8.273889) viscous : (1.724786 0.0006431092 0.04563451) porous : (0 0 0) sum of moments: pressure : (0.2712162 -8.485795 -0.6838897) viscous : (-0.001345253 0.5421801 0.002585887) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1931338 Cl = -0.01834681 Cl(f) = -0.009173407 Cl(r) = -0.009173407 Time = 158 smoothSolver: Solving for Ux, Initial residual = 5.914875e-05, Final residual = 3.53256e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004674059, Final residual = 2.357376e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000270928, Final residual = 1.356061e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002926136, Final residual = 0.0002648321, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003943949, Final residual = 2.27655e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.869058e-05, Final residual = 4.851468e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.261109e-05, Final residual = 7.223919e-07, No Iterations 3 time step continuity errors : sum local = 1.914594e-07, global = -3.381231e-09, cumulative = 3.788321e-06 smoothSolver: Solving for omega, Initial residual = 6.234804e-06, Final residual = 3.97103e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.670811e-05, Final residual = 2.785152e-06, No Iterations 2 ExecutionTime = 136.66 s ClockTime = 141 s forces forces output: sum of forces: pressure : (5.470364 -0.6830984 -8.277817) viscous : (1.723333 0.0006321053 0.04575197) porous : (0 0 0) sum of moments: pressure : (0.2710147 -8.478516 -0.6823837) viscous : (-0.001346606 0.5418514 0.002555704) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1931545 Cl = -0.01832457 Cl(f) = -0.009162285 Cl(r) = -0.009162285 Time = 159 smoothSolver: Solving for Ux, Initial residual = 5.871138e-05, Final residual = 3.4917e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004642204, Final residual = 2.332017e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002685497, Final residual = 1.337842e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002909973, Final residual = 0.0002644615, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003931405, Final residual = 2.272277e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.839514e-05, Final residual = 4.825414e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.255491e-05, Final residual = 7.147145e-07, No Iterations 3 time step continuity errors : sum local = 1.893919e-07, global = -3.402948e-09, cumulative = 3.784918e-06 smoothSolver: Solving for omega, Initial residual = 6.159153e-06, Final residual = 3.930389e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.616007e-05, Final residual = 2.76259e-06, No Iterations 2 ExecutionTime = 137.5 s ClockTime = 142 s forces forces output: sum of forces: pressure : (5.47259 -0.6823925 -8.281303) viscous : (1.721902 0.0006200725 0.04587084) porous : (0 0 0) sum of moments: pressure : (0.2708923 -8.471321 -0.6808464) viscous : (-0.001347482 0.5415278 0.00252436) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1931758 Cl = -0.01830594 Cl(f) = -0.00915297 Cl(r) = -0.00915297 Time = 160 smoothSolver: Solving for Ux, Initial residual = 5.828156e-05, Final residual = 3.45129e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004611582, Final residual = 2.306612e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002660508, Final residual = 1.319682e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002899311, Final residual = 0.0002644141, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003925676, Final residual = 2.264462e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.809657e-05, Final residual = 4.801893e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.247086e-05, Final residual = 7.065222e-07, No Iterations 3 time step continuity errors : sum local = 1.871888e-07, global = -3.23614e-09, cumulative = 3.781682e-06 smoothSolver: Solving for omega, Initial residual = 6.085748e-06, Final residual = 3.890817e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.564719e-05, Final residual = 2.741519e-06, No Iterations 2 ExecutionTime = 138.37 s ClockTime = 143 s forces forces output: sum of forces: pressure : (5.474898 -0.6816447 -8.284431) viscous : (1.72049 0.0006067293 0.04599062) porous : (0 0 0) sum of moments: pressure : (0.2707575 -8.464236 -0.6792364) viscous : (-0.001347679 0.5412089 0.002491724) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1931998 Cl = -0.01828622 Cl(f) = -0.00914311 Cl(r) = -0.00914311 Time = 161 smoothSolver: Solving for Ux, Initial residual = 5.785741e-05, Final residual = 3.410306e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004583714, Final residual = 2.283326e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002635093, Final residual = 1.302451e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002882865, Final residual = 0.0002640441, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003915062, Final residual = 2.251981e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.767914e-05, Final residual = 4.786016e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.244182e-05, Final residual = 7.045674e-07, No Iterations 3 time step continuity errors : sum local = 1.866409e-07, global = -2.989839e-09, cumulative = 3.778692e-06 smoothSolver: Solving for omega, Initial residual = 6.013732e-06, Final residual = 3.851209e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.514668e-05, Final residual = 2.720489e-06, No Iterations 2 ExecutionTime = 139.24 s ClockTime = 144 s forces forces output: sum of forces: pressure : (5.477282 -0.680823 -8.286969) viscous : (1.7191 0.0005919601 0.04611088) porous : (0 0 0) sum of moments: pressure : (0.270582 -8.457445 -0.6775174) viscous : (-0.001347126 0.5408968 0.002457834) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1932265 Cl = -0.01826455 Cl(f) = -0.009132277 Cl(r) = -0.009132277 Time = 162 smoothSolver: Solving for Ux, Initial residual = 5.742774e-05, Final residual = 3.370438e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004555653, Final residual = 2.258993e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002610104, Final residual = 1.28535e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00286722, Final residual = 0.0002644542, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003915545, Final residual = 2.249132e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.746956e-05, Final residual = 4.792752e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.246036e-05, Final residual = 7.08102e-07, No Iterations 3 time step continuity errors : sum local = 1.875478e-07, global = -2.815946e-09, cumulative = 3.775876e-06 smoothSolver: Solving for omega, Initial residual = 5.940497e-06, Final residual = 3.81258e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.466585e-05, Final residual = 2.697797e-06, No Iterations 2 ExecutionTime = 140.09 s ClockTime = 145 s forces forces output: sum of forces: pressure : (5.479691 -0.6799768 -8.289212) viscous : (1.71773 0.0005764993 0.04623179) porous : (0 0 0) sum of moments: pressure : (0.2703505 -8.450881 -0.6756879) viscous : (-0.001346161 0.5405907 0.002423137) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1932545 Cl = -0.01824225 Cl(f) = -0.009121123 Cl(r) = -0.009121123 Time = 163 smoothSolver: Solving for Ux, Initial residual = 5.699348e-05, Final residual = 3.331315e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004526589, Final residual = 2.234277e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002582966, Final residual = 1.268024e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002851027, Final residual = 0.0002643127, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003910911, Final residual = 2.233926e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.702616e-05, Final residual = 4.775135e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.242569e-05, Final residual = 7.070437e-07, No Iterations 3 time step continuity errors : sum local = 1.872353e-07, global = -2.670213e-09, cumulative = 3.773206e-06 smoothSolver: Solving for omega, Initial residual = 5.867682e-06, Final residual = 3.771854e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.422342e-05, Final residual = 2.673484e-06, No Iterations 2 ExecutionTime = 140.94 s ClockTime = 145 s forces forces output: sum of forces: pressure : (5.482055 -0.6791708 -8.291385) viscous : (1.716379 0.0005606482 0.04635463) porous : (0 0 0) sum of moments: pressure : (0.2701062 -8.444466 -0.6738211) viscous : (-0.001344741 0.5402893 0.002387197) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1932816 Cl = -0.01822103 Cl(f) = -0.009110516 Cl(r) = -0.009110516 Time = 164 smoothSolver: Solving for Ux, Initial residual = 5.657485e-05, Final residual = 3.291523e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004497035, Final residual = 2.210609e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002554493, Final residual = 1.250135e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002840032, Final residual = 0.0002637154, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003905555, Final residual = 2.227798e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.658251e-05, Final residual = 4.748165e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.240862e-05, Final residual = 7.000116e-07, No Iterations 3 time step continuity errors : sum local = 1.85338e-07, global = -2.445133e-09, cumulative = 3.770761e-06 smoothSolver: Solving for omega, Initial residual = 5.803855e-06, Final residual = 3.72845e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.377227e-05, Final residual = 2.646082e-06, No Iterations 2 ExecutionTime = 141.79 s ClockTime = 146 s forces forces output: sum of forces: pressure : (5.484322 -0.6784665 -8.293525) viscous : (1.715045 0.0005448123 0.04648005) porous : (0 0 0) sum of moments: pressure : (0.2698883 -8.43816 -0.6719941) viscous : (-0.001342989 0.5399916 0.002349848) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1933067 Cl = -0.01820255 Cl(f) = -0.009101273 Cl(r) = -0.009101273 Time = 165 smoothSolver: Solving for Ux, Initial residual = 5.615524e-05, Final residual = 3.25103e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004464246, Final residual = 2.187907e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002525816, Final residual = 1.233528e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002831916, Final residual = 0.0002626307, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003897095, Final residual = 2.216656e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.60846e-05, Final residual = 4.7214e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.236317e-05, Final residual = 6.957486e-07, No Iterations 3 time step continuity errors : sum local = 1.841744e-07, global = -2.405695e-09, cumulative = 3.768355e-06 smoothSolver: Solving for omega, Initial residual = 5.743361e-06, Final residual = 3.687597e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.331708e-05, Final residual = 2.620063e-06, No Iterations 2 ExecutionTime = 142.65 s ClockTime = 147 s forces forces output: sum of forces: pressure : (5.48656 -0.6778788 -8.295356) viscous : (1.713727 0.0005295911 0.04660877) porous : (0 0 0) sum of moments: pressure : (0.2697125 -8.432023 -0.6702637) viscous : (-0.001341239 0.5396967 0.002311376) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1933314 Cl = -0.01818717 Cl(f) = -0.009093587 Cl(r) = -0.009093587 Time = 166 smoothSolver: Solving for Ux, Initial residual = 5.573639e-05, Final residual = 3.210831e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004428952, Final residual = 2.164867e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002496829, Final residual = 1.217858e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002812624, Final residual = 0.0002612652, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003880957, Final residual = 2.203369e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.54727e-05, Final residual = 4.688499e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.22978e-05, Final residual = 6.87519e-07, No Iterations 3 time step continuity errors : sum local = 1.819609e-07, global = -1.949351e-09, cumulative = 3.766406e-06 smoothSolver: Solving for omega, Initial residual = 5.680591e-06, Final residual = 3.646758e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.285413e-05, Final residual = 2.595015e-06, No Iterations 2 ExecutionTime = 143.5 s ClockTime = 148 s forces forces output: sum of forces: pressure : (5.488871 -0.6773635 -8.29663) viscous : (1.712425 0.0005154237 0.04674019) porous : (0 0 0) sum of moments: pressure : (0.2695474 -8.42625 -0.6686613) viscous : (-0.001339684 0.5394058 0.002272429) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1933585 Cl = -0.01817372 Cl(f) = -0.009086859 Cl(r) = -0.009086859 Time = 167 smoothSolver: Solving for Ux, Initial residual = 5.532454e-05, Final residual = 3.170813e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004391468, Final residual = 2.141492e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002467915, Final residual = 1.201878e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002789676, Final residual = 0.0002590629, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003856309, Final residual = 2.188606e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.528579e-05, Final residual = 4.655658e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.240942e-05, Final residual = 6.89843e-07, No Iterations 3 time step continuity errors : sum local = 1.825381e-07, global = -1.748306e-09, cumulative = 3.764658e-06 smoothSolver: Solving for omega, Initial residual = 5.624329e-06, Final residual = 3.607507e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.240351e-05, Final residual = 2.570771e-06, No Iterations 2 ExecutionTime = 144.35 s ClockTime = 149 s forces forces output: sum of forces: pressure : (5.491298 -0.6768838 -8.297361) viscous : (1.71114 0.0005024929 0.04687588) porous : (0 0 0) sum of moments: pressure : (0.2693703 -8.420871 -0.6671768) viscous : (-0.001338509 0.5391189 0.002233459) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1933892 Cl = -0.01816119 Cl(f) = -0.009080593 Cl(r) = -0.009080593 Time = 168 smoothSolver: Solving for Ux, Initial residual = 5.489592e-05, Final residual = 3.132865e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004351468, Final residual = 2.119819e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002438086, Final residual = 1.185478e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002763082, Final residual = 0.0002573399, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003813014, Final residual = 2.181562e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.411886e-05, Final residual = 4.64554e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.213556e-05, Final residual = 6.770066e-07, No Iterations 3 time step continuity errors : sum local = 1.791018e-07, global = -1.445636e-09, cumulative = 3.763212e-06 smoothSolver: Solving for omega, Initial residual = 5.571577e-06, Final residual = 3.570237e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.195916e-05, Final residual = 2.547163e-06, No Iterations 2 ExecutionTime = 145.2 s ClockTime = 150 s forces forces output: sum of forces: pressure : (5.493754 -0.6763823 -8.297879) viscous : (1.709865 0.0004912443 0.04701371) porous : (0 0 0) sum of moments: pressure : (0.2691673 -8.415793 -0.665783) viscous : (-0.001337905 0.5388324 0.002194299) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1934209 Cl = -0.01814802 Cl(f) = -0.00907401 Cl(r) = -0.00907401 Time = 169 smoothSolver: Solving for Ux, Initial residual = 5.44743e-05, Final residual = 3.097059e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004311161, Final residual = 2.09966e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002407281, Final residual = 1.167221e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002743013, Final residual = 0.0002548987, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000378841, Final residual = 2.165718e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.390975e-05, Final residual = 4.635578e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.227444e-05, Final residual = 6.843355e-07, No Iterations 3 time step continuity errors : sum local = 1.809995e-07, global = -1.293579e-09, cumulative = 3.761918e-06 smoothSolver: Solving for omega, Initial residual = 5.517892e-06, Final residual = 3.532648e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.154372e-05, Final residual = 2.524379e-06, No Iterations 2 ExecutionTime = 146.06 s ClockTime = 151 s forces forces output: sum of forces: pressure : (5.4962 -0.6759084 -8.298061) viscous : (1.708607 0.000480939 0.04715501) porous : (0 0 0) sum of moments: pressure : (0.2689238 -8.411049 -0.6645125) viscous : (-0.001337443 0.5385518 0.002155487) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1934528 Cl = -0.01813557 Cl(f) = -0.009067787 Cl(r) = -0.009067787 Time = 170 smoothSolver: Solving for Ux, Initial residual = 5.40515e-05, Final residual = 3.064123e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004269088, Final residual = 2.079837e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000237521, Final residual = 1.14929e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002727454, Final residual = 0.0002527731, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003759365, Final residual = 2.160119e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.326995e-05, Final residual = 4.65141e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.22042e-05, Final residual = 6.887249e-07, No Iterations 3 time step continuity errors : sum local = 1.821179e-07, global = -1.178917e-09, cumulative = 3.76074e-06 smoothSolver: Solving for omega, Initial residual = 5.472897e-06, Final residual = 3.499018e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.114324e-05, Final residual = 2.502504e-06, No Iterations 2 ExecutionTime = 146.92 s ClockTime = 152 s forces forces output: sum of forces: pressure : (5.498684 -0.675571 -8.298484) viscous : (1.707357 0.0004716264 0.04729938) porous : (0 0 0) sum of moments: pressure : (0.2687555 -8.406331 -0.6634474) viscous : (-0.001337175 0.5382693 0.002116105) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1934859 Cl = -0.01812676 Cl(f) = -0.009063382 Cl(r) = -0.009063382 Time = 171 smoothSolver: Solving for Ux, Initial residual = 5.363987e-05, Final residual = 3.032462e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004225503, Final residual = 2.061614e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002342773, Final residual = 1.131851e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002715996, Final residual = 0.0002504904, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003735034, Final residual = 2.122748e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.274957e-05, Final residual = 4.631409e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.225653e-05, Final residual = 7.193473e-07, No Iterations 3 time step continuity errors : sum local = 1.901699e-07, global = -1.502805e-09, cumulative = 3.759237e-06 smoothSolver: Solving for omega, Initial residual = 5.417735e-06, Final residual = 3.4622e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.075749e-05, Final residual = 2.478885e-06, No Iterations 2 ExecutionTime = 147.78 s ClockTime = 153 s forces forces output: sum of forces: pressure : (5.501271 -0.6755116 -8.298275) viscous : (1.706125 0.0004631567 0.04744615) porous : (0 0 0) sum of moments: pressure : (0.2686617 -8.402013 -0.662659) viscous : (-0.001336865 0.5379949 0.002077213) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1935223 Cl = -0.0181254 Cl(f) = -0.009062699 Cl(r) = -0.009062699 Time = 172 smoothSolver: Solving for Ux, Initial residual = 5.322412e-05, Final residual = 3.001448e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004180959, Final residual = 2.044561e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002309165, Final residual = 1.114814e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002713162, Final residual = 0.0002483854, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000371574, Final residual = 2.099659e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.231919e-05, Final residual = 4.584525e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.220902e-05, Final residual = 6.947795e-07, No Iterations 3 time step continuity errors : sum local = 1.836341e-07, global = -1.342172e-09, cumulative = 3.757895e-06 smoothSolver: Solving for omega, Initial residual = 5.371135e-06, Final residual = 3.429686e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.039283e-05, Final residual = 2.45933e-06, No Iterations 2 ExecutionTime = 148.63 s ClockTime = 153 s forces forces output: sum of forces: pressure : (5.503944 -0.6757187 -8.29824) viscous : (1.704906 0.0004568161 0.04759596) porous : (0 0 0) sum of moments: pressure : (0.2687127 -8.397641 -0.6621371) viscous : (-0.001337498 0.5377224 0.002038862) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1935613 Cl = -0.01813113 Cl(f) = -0.009065565 Cl(r) = -0.009065565 Time = 173 smoothSolver: Solving for Ux, Initial residual = 5.279722e-05, Final residual = 2.973437e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004136182, Final residual = 2.031188e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002275086, Final residual = 1.100307e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002707413, Final residual = 0.0002462399, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003695359, Final residual = 2.083465e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.187597e-05, Final residual = 4.570933e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.221036e-05, Final residual = 6.969238e-07, No Iterations 3 time step continuity errors : sum local = 1.841641e-07, global = -1.387773e-09, cumulative = 3.756507e-06 smoothSolver: Solving for omega, Initial residual = 5.327663e-06, Final residual = 3.405201e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.004668e-05, Final residual = 2.443621e-06, No Iterations 2 ExecutionTime = 149.48 s ClockTime = 154 s forces forces output: sum of forces: pressure : (5.506624 -0.676107 -8.297684) viscous : (1.703699 0.0004518048 0.04774795) porous : (0 0 0) sum of moments: pressure : (0.2688768 -8.393641 -0.6618354) viscous : (-0.001338862 0.5374541 0.002000004) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1936009 Cl = -0.01814169 Cl(f) = -0.009070844 Cl(r) = -0.009070844 Time = 174 smoothSolver: Solving for Ux, Initial residual = 5.236181e-05, Final residual = 2.946062e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004091044, Final residual = 2.018343e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002241189, Final residual = 1.087141e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002704026, Final residual = 0.0002438079, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003659517, Final residual = 2.059691e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.118287e-05, Final residual = 4.533695e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.209772e-05, Final residual = 6.753569e-07, No Iterations 3 time step continuity errors : sum local = 1.784279e-07, global = -1.22569e-08, cumulative = 3.74425e-06 smoothSolver: Solving for omega, Initial residual = 5.282338e-06, Final residual = 3.384265e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.969695e-05, Final residual = 2.428598e-06, No Iterations 2 ExecutionTime = 150.33 s ClockTime = 155 s forces forces output: sum of forces: pressure : (5.509267 -0.6766191 -8.296863) viscous : (1.702506 0.000447172 0.04790313) porous : (0 0 0) sum of moments: pressure : (0.2690653 -8.389888 -0.661722) viscous : (-0.001340178 0.5371887 0.001961101) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1936398 Cl = -0.01815556 Cl(f) = -0.009077782 Cl(r) = -0.009077782 Time = 175 smoothSolver: Solving for Ux, Initial residual = 5.192182e-05, Final residual = 2.921059e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004045386, Final residual = 2.004999e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002207442, Final residual = 1.075325e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002701106, Final residual = 0.0002414122, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003640311, Final residual = 2.02278e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.044757e-05, Final residual = 4.507524e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.199285e-05, Final residual = 6.738689e-07, No Iterations 3 time step continuity errors : sum local = 1.779947e-07, global = -1.234862e-08, cumulative = 3.731901e-06 smoothSolver: Solving for omega, Initial residual = 5.229007e-06, Final residual = 3.364967e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.938161e-05, Final residual = 2.415132e-06, No Iterations 2 ExecutionTime = 151.19 s ClockTime = 156 s forces forces output: sum of forces: pressure : (5.511904 -0.6772331 -8.295679) viscous : (1.701325 0.0004441942 0.04805886) porous : (0 0 0) sum of moments: pressure : (0.2692253 -8.386389 -0.661781) viscous : (-0.00134207 0.536928 0.001923441) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1936789 Cl = -0.01817213 Cl(f) = -0.009086064 Cl(r) = -0.009086064 Time = 176 smoothSolver: Solving for Ux, Initial residual = 5.14775e-05, Final residual = 2.897726e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000399904, Final residual = 1.991793e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002174553, Final residual = 1.064882e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002693683, Final residual = 0.0002389766, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003625923, Final residual = 1.993003e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.006874e-05, Final residual = 4.471825e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.204343e-05, Final residual = 6.677023e-07, No Iterations 3 time step continuity errors : sum local = 1.763255e-07, global = -1.202196e-08, cumulative = 3.719879e-06 smoothSolver: Solving for omega, Initial residual = 5.185556e-06, Final residual = 3.347328e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.910056e-05, Final residual = 2.404701e-06, No Iterations 2 ExecutionTime = 152.05 s ClockTime = 157 s forces forces output: sum of forces: pressure : (5.514566 -0.6778231 -8.294479) viscous : (1.700159 0.0004438229 0.04821523) porous : (0 0 0) sum of moments: pressure : (0.2693642 -8.382838 -0.6619317) viscous : (-0.001345248 0.5366734 0.001886769) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1937191 Cl = -0.01818798 Cl(f) = -0.00909399 Cl(r) = -0.00909399 Time = 177 smoothSolver: Solving for Ux, Initial residual = 5.100808e-05, Final residual = 2.873875e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0003951362, Final residual = 1.978937e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002142512, Final residual = 1.054944e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002684562, Final residual = 0.0002373894, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003608128, Final residual = 1.979864e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.946402e-05, Final residual = 4.470167e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.197971e-05, Final residual = 6.68587e-07, No Iterations 3 time step continuity errors : sum local = 1.765205e-07, global = -1.19021e-08, cumulative = 3.707977e-06 smoothSolver: Solving for omega, Initial residual = 5.142713e-06, Final residual = 3.328966e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.882177e-05, Final residual = 2.392899e-06, No Iterations 2 ExecutionTime = 152.9 s ClockTime = 158 s forces forces output: sum of forces: pressure : (5.517232 -0.6784047 -8.293391) viscous : (1.699001 0.000445578 0.04837377) porous : (0 0 0) sum of moments: pressure : (0.2694801 -8.379106 -0.6621641) viscous : (-0.001349187 0.5364184 0.001850787) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1937596 Cl = -0.01820355 Cl(f) = -0.009101775 Cl(r) = -0.009101775 Time = 178 smoothSolver: Solving for Ux, Initial residual = 5.052981e-05, Final residual = 2.84956e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0003902693, Final residual = 1.96586e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002110827, Final residual = 1.045014e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002672484, Final residual = 0.0002350371, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003600193, Final residual = 1.937472e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.885893e-05, Final residual = 4.430108e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.208416e-05, Final residual = 6.836825e-07, No Iterations 3 time step continuity errors : sum local = 1.804689e-07, global = -1.222061e-08, cumulative = 3.695757e-06 smoothSolver: Solving for omega, Initial residual = 5.092607e-06, Final residual = 3.309658e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.851986e-05, Final residual = 2.378721e-06, No Iterations 2 ExecutionTime = 153.75 s ClockTime = 159 s forces forces output: sum of forces: pressure : (5.519805 -0.6790872 -8.291667) viscous : (1.69786 0.0004487634 0.04853196) porous : (0 0 0) sum of moments: pressure : (0.2695779 -8.375672 -0.6625116) viscous : (-0.001353164 0.5361705 0.001815809) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.193798 Cl = -0.01822179 Cl(f) = -0.009110895 Cl(r) = -0.009110895 Time = 179 smoothSolver: Solving for Ux, Initial residual = 5.003261e-05, Final residual = 2.824579e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0003854964, Final residual = 1.952582e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002079192, Final residual = 1.034496e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002658583, Final residual = 0.0002327037, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003586183, Final residual = 1.903945e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.829969e-05, Final residual = 4.389086e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.209021e-05, Final residual = 6.751516e-07, No Iterations 3 time step continuity errors : sum local = 1.781815e-07, global = -1.164412e-08, cumulative = 3.684113e-06 smoothSolver: Solving for omega, Initial residual = 5.049294e-06, Final residual = 3.288688e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.821533e-05, Final residual = 2.364786e-06, No Iterations 2 ExecutionTime = 154.61 s ClockTime = 159 s forces forces output: sum of forces: pressure : (5.522316 -0.6798175 -8.290025) viscous : (1.696731 0.0004542779 0.04869026) porous : (0 0 0) sum of moments: pressure : (0.2697004 -8.372235 -0.6629452) viscous : (-0.001357995 0.5359272 0.001782126) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1938351 Cl = -0.01824125 Cl(f) = -0.009120626 Cl(r) = -0.009120626 Time = 180 smoothSolver: Solving for Ux, Initial residual = 4.953751e-05, Final residual = 2.798734e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0003807546, Final residual = 1.939146e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002048361, Final residual = 1.02415e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002648583, Final residual = 0.000230385, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003562662, Final residual = 1.879169e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.737688e-05, Final residual = 4.387437e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.195677e-05, Final residual = 6.73185e-07, No Iterations 3 time step continuity errors : sum local = 1.776278e-07, global = -1.09084e-08, cumulative = 3.673204e-06 smoothSolver: Solving for omega, Initial residual = 5.006509e-06, Final residual = 3.266571e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.790789e-05, Final residual = 2.351653e-06, No Iterations 2 ExecutionTime = 155.47 s ClockTime = 161 s forces forces output: sum of forces: pressure : (5.524857 -0.6806277 -8.288329) viscous : (1.695613 0.0004608721 0.04884873) porous : (0 0 0) sum of moments: pressure : (0.2698477 -8.368857 -0.6634864) viscous : (-0.001362833 0.5356858 0.00174906) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1938733 Cl = -0.01826283 Cl(f) = -0.009131413 Cl(r) = -0.009131413 Time = 181 smoothSolver: Solving for Ux, Initial residual = 4.903748e-05, Final residual = 2.771775e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0003760484, Final residual = 1.925637e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002018598, Final residual = 1.014539e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002630531, Final residual = 0.0002276464, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003525988, Final residual = 1.829241e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.619904e-05, Final residual = 4.361307e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.188236e-05, Final residual = 6.544895e-07, No Iterations 3 time step continuity errors : sum local = 1.726627e-07, global = -9.571501e-09, cumulative = 3.663633e-06 smoothSolver: Solving for omega, Initial residual = 4.966826e-06, Final residual = 3.240112e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.759088e-05, Final residual = 2.337746e-06, No Iterations 2 ExecutionTime = 156.33 s ClockTime = 161 s forces forces output: sum of forces: pressure : (5.527562 -0.6814741 -8.28658) viscous : (1.69451 0.0004669363 0.04900758) porous : (0 0 0) sum of moments: pressure : (0.2699758 -8.365548 -0.6640815) viscous : (-0.001366787 0.5354497 0.001715989) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1939163 Cl = -0.01828539 Cl(f) = -0.009142696 Cl(r) = -0.009142696 Time = 182 smoothSolver: Solving for Ux, Initial residual = 4.852626e-05, Final residual = 2.7427e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0003713884, Final residual = 1.913044e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001989032, Final residual = 1.005059e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002602396, Final residual = 0.0002242724, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003489512, Final residual = 1.783906e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.504433e-05, Final residual = 4.367567e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.189474e-05, Final residual = 6.56909e-07, No Iterations 3 time step continuity errors : sum local = 1.732707e-07, global = -9.09778e-09, cumulative = 3.654535e-06 smoothSolver: Solving for omega, Initial residual = 4.921044e-06, Final residual = 3.208437e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.728219e-05, Final residual = 2.322129e-06, No Iterations 2 ExecutionTime = 157.18 s ClockTime = 162 s forces forces output: sum of forces: pressure : (5.530431 -0.6823647 -8.284715) viscous : (1.693416 0.0004730498 0.04916372) porous : (0 0 0) sum of moments: pressure : (0.2700787 -8.362428 -0.6646896) viscous : (-0.001369979 0.5352165 0.001683511) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.193964 Cl = -0.01830914 Cl(f) = -0.00915457 Cl(r) = -0.00915457 Time = 183 smoothSolver: Solving for Ux, Initial residual = 4.800446e-05, Final residual = 2.713157e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0003665503, Final residual = 1.901057e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000195877, Final residual = 9.942232e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002568933, Final residual = 0.0002216146, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003447305, Final residual = 1.746726e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.409251e-05, Final residual = 4.357761e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.194932e-05, Final residual = 6.482347e-07, No Iterations 3 time step continuity errors : sum local = 1.709499e-07, global = -8.583904e-09, cumulative = 3.645951e-06 smoothSolver: Solving for omega, Initial residual = 4.880281e-06, Final residual = 3.178544e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.697896e-05, Final residual = 2.306765e-06, No Iterations 2 ExecutionTime = 158.03 s ClockTime = 163 s forces forces output: sum of forces: pressure : (5.533342 -0.6833352 -8.282876) viscous : (1.692335 0.0004788588 0.0493186) porous : (0 0 0) sum of moments: pressure : (0.2701876 -8.359437 -0.6652957) viscous : (-0.001372273 0.5349877 0.001651587) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1940131 Cl = -0.01833504 Cl(f) = -0.009167521 Cl(r) = -0.009167521 Time = 184 smoothSolver: Solving for Ux, Initial residual = 4.746388e-05, Final residual = 2.684781e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0003617, Final residual = 1.889099e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001927783, Final residual = 9.829167e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002541034, Final residual = 0.0002195187, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003408837, Final residual = 1.747661e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.333674e-05, Final residual = 4.410553e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.18763e-05, Final residual = 6.533506e-07, No Iterations 3 time step continuity errors : sum local = 1.722652e-07, global = -8.42653e-09, cumulative = 3.637524e-06 smoothSolver: Solving for omega, Initial residual = 4.837513e-06, Final residual = 3.151173e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.67019e-05, Final residual = 2.291112e-06, No Iterations 2 ExecutionTime = 158.88 s ClockTime = 164 s forces forces output: sum of forces: pressure : (5.536202 -0.6844546 -8.281226) viscous : (1.691263 0.0004847854 0.04947168) porous : (0 0 0) sum of moments: pressure : (0.2703614 -8.356485 -0.6659122) viscous : (-0.00137407 0.5347596 0.001620141) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1940611 Cl = -0.01836494 Cl(f) = -0.00918247 Cl(r) = -0.00918247 Time = 185 smoothSolver: Solving for Ux, Initial residual = 4.692316e-05, Final residual = 2.657197e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0003565778, Final residual = 1.879011e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001897065, Final residual = 9.714842e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002505149, Final residual = 0.000216432, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003373935, Final residual = 1.684373e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.215231e-05, Final residual = 4.353758e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.171617e-05, Final residual = 6.438719e-07, No Iterations 3 time step continuity errors : sum local = 1.697301e-07, global = -7.954792e-09, cumulative = 3.62957e-06 smoothSolver: Solving for omega, Initial residual = 4.798133e-06, Final residual = 3.129274e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.642545e-05, Final residual = 2.276613e-06, No Iterations 2 ExecutionTime = 159.73 s ClockTime = 165 s forces forces output: sum of forces: pressure : (5.538985 -0.6857725 -8.278992) viscous : (1.690206 0.0004895089 0.04962307) porous : (0 0 0) sum of moments: pressure : (0.2705539 -8.353952 -0.6665393) viscous : (-0.001374525 0.5345377 0.001589354) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1941075 Cl = -0.0184002 Cl(f) = -0.0092001 Cl(r) = -0.0092001 Time = 186 smoothSolver: Solving for Ux, Initial residual = 4.639245e-05, Final residual = 2.630349e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0003517372, Final residual = 1.87088e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001866378, Final residual = 9.603974e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002479209, Final residual = 0.0002147319, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003340819, Final residual = 1.65811e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.184102e-05, Final residual = 4.330323e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.175761e-05, Final residual = 6.385627e-07, No Iterations 3 time step continuity errors : sum local = 1.682939e-07, global = -7.723246e-09, cumulative = 3.621846e-06 smoothSolver: Solving for omega, Initial residual = 4.767044e-06, Final residual = 3.10936e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.616019e-05, Final residual = 2.2642e-06, No Iterations 2 ExecutionTime = 160.59 s ClockTime = 166 s forces forces output: sum of forces: pressure : (5.541731 -0.6873129 -8.276812) viscous : (1.689159 0.0004936582 0.04977226) porous : (0 0 0) sum of moments: pressure : (0.2708414 -8.351468 -0.667175) viscous : (-0.001374184 0.5343179 0.001559163) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1941531 Cl = -0.01844145 Cl(f) = -0.009220724 Cl(r) = -0.009220724 Time = 187 smoothSolver: Solving for Ux, Initial residual = 4.586726e-05, Final residual = 2.605719e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0003469475, Final residual = 1.862113e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000183684, Final residual = 9.489385e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002455403, Final residual = 0.0002136613, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003326107, Final residual = 1.648294e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.196624e-05, Final residual = 4.310409e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.18013e-05, Final residual = 6.472161e-07, No Iterations 3 time step continuity errors : sum local = 1.705386e-07, global = -8.076191e-09, cumulative = 3.61377e-06 smoothSolver: Solving for omega, Initial residual = 4.734397e-06, Final residual = 3.086047e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.592195e-05, Final residual = 2.254366e-06, No Iterations 2 ExecutionTime = 161.44 s ClockTime = 166 s forces forces output: sum of forces: pressure : (5.54448 -0.6890418 -8.274593) viscous : (1.688123 0.0004966834 0.04991913) porous : (0 0 0) sum of moments: pressure : (0.2712062 -8.349052 -0.6678256) viscous : (-0.001372639 0.5340999 0.001529309) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1941991 Cl = -0.01848779 Cl(f) = -0.009243895 Cl(r) = -0.009243895 Time = 188 smoothSolver: Solving for Ux, Initial residual = 4.536022e-05, Final residual = 2.582983e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000342205, Final residual = 1.854236e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001807923, Final residual = 9.376893e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002441158, Final residual = 0.0002131001, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003305815, Final residual = 1.642112e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.174155e-05, Final residual = 4.267243e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.158488e-05, Final residual = 6.348386e-07, No Iterations 3 time step continuity errors : sum local = 1.672431e-07, global = -8.056537e-09, cumulative = 3.605714e-06 smoothSolver: Solving for omega, Initial residual = 4.701829e-06, Final residual = 3.064662e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.571147e-05, Final residual = 2.243972e-06, No Iterations 2 ExecutionTime = 162.29 s ClockTime = 167 s forces forces output: sum of forces: pressure : (5.547248 -0.6908671 -8.272098) viscous : (1.687102 0.0004982969 0.0500652) porous : (0 0 0) sum of moments: pressure : (0.2716016 -8.346771 -0.668491) viscous : (-0.001369977 0.5338867 0.001500094) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.194246 Cl = -0.01853676 Cl(f) = -0.009268378 Cl(r) = -0.009268378 Time = 189 smoothSolver: Solving for Ux, Initial residual = 4.487931e-05, Final residual = 2.561403e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0003376808, Final residual = 1.846696e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001779879, Final residual = 9.268963e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002436694, Final residual = 0.0002123112, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003306981, Final residual = 1.654042e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.254308e-05, Final residual = 4.217248e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.177544e-05, Final residual = 6.628027e-07, No Iterations 3 time step continuity errors : sum local = 1.74577e-07, global = -9.64525e-09, cumulative = 3.596068e-06 smoothSolver: Solving for omega, Initial residual = 4.674259e-06, Final residual = 3.042557e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.550334e-05, Final residual = 2.231665e-06, No Iterations 2 ExecutionTime = 163.14 s ClockTime = 168 s forces forces output: sum of forces: pressure : (5.549986 -0.6926813 -8.269357) viscous : (1.686096 0.0004985089 0.05020797) porous : (0 0 0) sum of moments: pressure : (0.271988 -8.344661 -0.669179) viscous : (-0.001366186 0.5336784 0.001471445) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1942925 Cl = -0.01858546 Cl(f) = -0.009292732 Cl(r) = -0.009292732 Time = 190 smoothSolver: Solving for Ux, Initial residual = 4.440595e-05, Final residual = 2.541847e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000333162, Final residual = 1.839272e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001752424, Final residual = 9.157545e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002425405, Final residual = 0.0002103159, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003271144, Final residual = 1.651368e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.153227e-05, Final residual = 4.11388e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.14194e-05, Final residual = 6.367123e-07, No Iterations 3 time step continuity errors : sum local = 1.676675e-07, global = -1.107322e-08, cumulative = 3.584995e-06 smoothSolver: Solving for omega, Initial residual = 4.640481e-06, Final residual = 3.023057e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.526475e-05, Final residual = 2.221046e-06, No Iterations 2 ExecutionTime = 164 s ClockTime = 169 s forces forces output: sum of forces: pressure : (5.552525 -0.6944374 -8.266715) viscous : (1.685101 0.0004975239 0.05034875) porous : (0 0 0) sum of moments: pressure : (0.2723695 -8.342663 -0.6699174) viscous : (-0.001361665 0.5334716 0.001443056) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.194334 Cl = -0.01863264 Cl(f) = -0.009316321 Cl(r) = -0.009316321 Time = 191 smoothSolver: Solving for Ux, Initial residual = 4.394713e-05, Final residual = 2.522475e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0003287176, Final residual = 1.830268e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001725038, Final residual = 9.044044e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002420529, Final residual = 0.000208412, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003241815, Final residual = 1.652675e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.102067e-05, Final residual = 3.992787e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.113451e-05, Final residual = 6.089747e-07, No Iterations 3 time step continuity errors : sum local = 1.603305e-07, global = -1.174478e-08, cumulative = 3.57325e-06 smoothSolver: Solving for omega, Initial residual = 4.603165e-06, Final residual = 3.004049e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.503452e-05, Final residual = 2.210941e-06, No Iterations 2 ExecutionTime = 164.87 s ClockTime = 170 s forces forces output: sum of forces: pressure : (5.554772 -0.6961819 -8.264075) viscous : (1.684116 0.000493799 0.05048665) porous : (0 0 0) sum of moments: pressure : (0.2727461 -8.340827 -0.6707211) viscous : (-0.001355494 0.5332656 0.001414237) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1943679 Cl = -0.01867958 Cl(f) = -0.009339791 Cl(r) = -0.009339791 Time = 192 smoothSolver: Solving for Ux, Initial residual = 4.349758e-05, Final residual = 2.504028e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0003243417, Final residual = 1.818158e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001697824, Final residual = 8.924389e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002410514, Final residual = 0.0002059977, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003213367, Final residual = 1.643508e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.068372e-05, Final residual = 3.880269e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.092906e-05, Final residual = 5.813565e-07, No Iterations 3 time step continuity errors : sum local = 1.530324e-07, global = -1.202212e-08, cumulative = 3.561228e-06 smoothSolver: Solving for omega, Initial residual = 4.561944e-06, Final residual = 2.984687e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.48148e-05, Final residual = 2.206259e-06, No Iterations 2 ExecutionTime = 165.72 s ClockTime = 171 s forces forces output: sum of forces: pressure : (5.556769 -0.6978861 -8.261037) viscous : (1.683143 0.0004871201 0.05062133) porous : (0 0 0) sum of moments: pressure : (0.2730493 -8.339226 -0.6715329) viscous : (-0.001347542 0.5330621 0.001385123) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1943953 Cl = -0.01872552 Cl(f) = -0.009362761 Cl(r) = -0.009362761 Time = 193 smoothSolver: Solving for Ux, Initial residual = 4.305222e-05, Final residual = 2.484395e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0003200698, Final residual = 1.80539e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001670939, Final residual = 8.805568e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002396923, Final residual = 0.0002031855, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003185467, Final residual = 1.630442e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.035547e-05, Final residual = 3.756492e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.074907e-05, Final residual = 5.674734e-07, No Iterations 3 time step continuity errors : sum local = 1.493539e-07, global = 1.080928e-09, cumulative = 3.562309e-06 smoothSolver: Solving for omega, Initial residual = 4.521479e-06, Final residual = 2.964097e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.460132e-05, Final residual = 2.203526e-06, No Iterations 2 ExecutionTime = 166.56 s ClockTime = 172 s forces forces output: sum of forces: pressure : (5.558623 -0.6996079 -8.257375) viscous : (1.682181 0.0004781162 0.05075265) porous : (0 0 0) sum of moments: pressure : (0.2732814 -8.337841 -0.6723542) viscous : (-0.001338273 0.5328616 0.001356151) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1944193 Cl = -0.01877199 Cl(f) = -0.009385996 Cl(r) = -0.009385996 Time = 194 smoothSolver: Solving for Ux, Initial residual = 4.262308e-05, Final residual = 2.46391e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0003160566, Final residual = 1.79277e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001646045, Final residual = 8.704278e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002391302, Final residual = 0.0002010366, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003159442, Final residual = 1.626409e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.017702e-05, Final residual = 3.702282e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.066936e-05, Final residual = 5.580664e-07, No Iterations 3 time step continuity errors : sum local = 1.468567e-07, global = -8.680184e-10, cumulative = 3.561441e-06 smoothSolver: Solving for omega, Initial residual = 4.481904e-06, Final residual = 2.944437e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.438993e-05, Final residual = 2.199218e-06, No Iterations 2 ExecutionTime = 167.42 s ClockTime = 173 s forces forces output: sum of forces: pressure : (5.560394 -0.7013738 -8.253177) viscous : (1.68123 0.0004667709 0.05088009) porous : (0 0 0) sum of moments: pressure : (0.2734713 -8.33659 -0.6732394) viscous : (-0.001327699 0.5326632 0.00132727) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1944413 Cl = -0.01881971 Cl(f) = -0.009409856 Cl(r) = -0.009409856 Time = 195 smoothSolver: Solving for Ux, Initial residual = 4.217207e-05, Final residual = 2.441732e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0003122615, Final residual = 1.781084e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000162193, Final residual = 8.6201e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00238639, Final residual = 0.0001986866, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003127894, Final residual = 1.622439e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.984756e-05, Final residual = 3.690237e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.061868e-05, Final residual = 5.282581e-07, No Iterations 3 time step continuity errors : sum local = 1.389929e-07, global = -4.752563e-09, cumulative = 3.556689e-06 smoothSolver: Solving for omega, Initial residual = 4.43762e-06, Final residual = 2.923502e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.418029e-05, Final residual = 2.195491e-06, No Iterations 2 ExecutionTime = 168.27 s ClockTime = 174 s forces forces output: sum of forces: pressure : (5.56209 -0.7032007 -8.248855) viscous : (1.680288 0.0004530766 0.05100406) porous : (0 0 0) sum of moments: pressure : (0.2736584 -8.335349 -0.6742489) viscous : (-0.001315846 0.5324654 0.001298435) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1944616 Cl = -0.01886913 Cl(f) = -0.009434567 Cl(r) = -0.009434567 Time = 196 smoothSolver: Solving for Ux, Initial residual = 4.17164e-05, Final residual = 2.418445e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0003087186, Final residual = 1.771307e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001599419, Final residual = 8.544629e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002377954, Final residual = 0.0001951192, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003087882, Final residual = 1.602952e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.901989e-05, Final residual = 3.689545e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.055677e-05, Final residual = 5.055273e-07, No Iterations 3 time step continuity errors : sum local = 1.329938e-07, global = -2.897568e-09, cumulative = 3.553791e-06 smoothSolver: Solving for omega, Initial residual = 4.39596e-06, Final residual = 2.90694e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.398126e-05, Final residual = 2.189289e-06, No Iterations 2 ExecutionTime = 169.12 s ClockTime = 174 s forces forces output: sum of forces: pressure : (5.563762 -0.7050684 -8.244483) viscous : (1.679355 0.0004369113 0.05112385) porous : (0 0 0) sum of moments: pressure : (0.2738493 -8.334066 -0.6754061) viscous : (-0.001302665 0.5322685 0.001269227) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1944814 Cl = -0.01891972 Cl(f) = -0.009459858 Cl(r) = -0.009459858 Time = 197 smoothSolver: Solving for Ux, Initial residual = 4.128541e-05, Final residual = 2.394918e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0003054672, Final residual = 1.762997e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001577971, Final residual = 8.473808e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002366812, Final residual = 0.0001910244, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000304317, Final residual = 1.575573e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.788105e-05, Final residual = 3.704052e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.049058e-05, Final residual = 5.121e-07, No Iterations 3 time step continuity errors : sum local = 1.347035e-07, global = -5.101119e-09, cumulative = 3.54869e-06 smoothSolver: Solving for omega, Initial residual = 4.357935e-06, Final residual = 2.891316e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.37988e-05, Final residual = 2.18258e-06, No Iterations 2 ExecutionTime = 169.97 s ClockTime = 175 s forces forces output: sum of forces: pressure : (5.565379 -0.7068516 -8.239977) viscous : (1.678429 0.0004188588 0.05123886) porous : (0 0 0) sum of moments: pressure : (0.2739729 -8.332867 -0.6767118) viscous : (-0.001288642 0.5320715 0.001239906) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1945 Cl = -0.01896808 Cl(f) = -0.009484041 Cl(r) = -0.009484041 Time = 198 smoothSolver: Solving for Ux, Initial residual = 4.085671e-05, Final residual = 2.371454e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0003025825, Final residual = 1.754814e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001557008, Final residual = 8.409395e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002356862, Final residual = 0.0001887594, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003002269, Final residual = 1.565231e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.717114e-05, Final residual = 3.767517e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.053652e-05, Final residual = 5.18274e-07, No Iterations 3 time step continuity errors : sum local = 1.363098e-07, global = 1.026589e-09, cumulative = 3.549717e-06 smoothSolver: Solving for omega, Initial residual = 4.33163e-06, Final residual = 2.874643e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.362334e-05, Final residual = 2.173654e-06, No Iterations 2 ExecutionTime = 170.82 s ClockTime = 176 s forces forces output: sum of forces: pressure : (5.566834 -0.7084954 -8.23524) viscous : (1.677509 0.0003990444 0.05134951) porous : (0 0 0) sum of moments: pressure : (0.2739867 -8.331886 -0.6781491) viscous : (-0.001273821 0.5318735 0.001210624) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1945143 Cl = -0.01901275 Cl(f) = -0.009506375 Cl(r) = -0.009506375 Time = 199 smoothSolver: Solving for Ux, Initial residual = 4.043157e-05, Final residual = 2.347099e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0002998845, Final residual = 1.74602e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001537995, Final residual = 8.344244e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002341992, Final residual = 0.0001876447, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0002972347, Final residual = 1.570085e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.682896e-05, Final residual = 3.845819e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.065303e-05, Final residual = 5.175364e-07, No Iterations 3 time step continuity errors : sum local = 1.361028e-07, global = 3.7436e-09, cumulative = 3.55346e-06 smoothSolver: Solving for omega, Initial residual = 4.305484e-06, Final residual = 2.858019e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.342538e-05, Final residual = 2.161796e-06, No Iterations 2 ExecutionTime = 171.67 s ClockTime = 177 s forces forces output: sum of forces: pressure : (5.567954 -0.7100125 -8.230255) viscous : (1.676596 0.0003778977 0.05145594) porous : (0 0 0) sum of moments: pressure : (0.2739072 -8.331134 -0.6797239) viscous : (-0.001258454 0.5316745 0.001181482) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1945199 Cl = -0.01905405 Cl(f) = -0.009527026 Cl(r) = -0.009527026 Time = 200 smoothSolver: Solving for Ux, Initial residual = 4.001864e-05, Final residual = 2.322667e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0002975895, Final residual = 1.736766e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001520146, Final residual = 8.276012e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00231901, Final residual = 0.0001864673, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0002939901, Final residual = 1.579897e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.650571e-05, Final residual = 3.916433e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.078628e-05, Final residual = 5.39207e-07, No Iterations 3 time step continuity errors : sum local = 1.417879e-07, global = -8.768108e-10, cumulative = 3.552583e-06 smoothSolver: Solving for omega, Initial residual = 4.280955e-06, Final residual = 2.83847e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.322115e-05, Final residual = 2.148321e-06, No Iterations 2 ExecutionTime = 172.53 s ClockTime = 178 s forces forces output: sum of forces: pressure : (5.568682 -0.7115785 -8.225005) viscous : (1.675689 0.0003557851 0.05155774) porous : (0 0 0) sum of moments: pressure : (0.273822 -8.330501 -0.6814778) viscous : (-0.001242777 0.5314747 0.001152648) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1945151 Cl = -0.01909669 Cl(f) = -0.009548347 Cl(r) = -0.009548347 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 : Jan 29 2019 Time : 09:28:14 Host : "bds1.beamnet" PID : 5419 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 8.1443985 Average Force: 2 11.87532425 Average Force: 3 12.7568208333 Average Force: 4 11.295416675 Average Force: 5 9.132017866 Average Force: 6 7.608186163 Average Force: 7 7.17842429686 Average Force: 8 7.45350742225 Average Force: 9 7.799189042 Average Force: 10 7.8818627178 Average Force: 11 7.73232285255 Average Force: 12 7.53609867317 Average Force: 13 7.42843571369 Average Force: 14 7.420880027 Average Force: 15 7.4603090652 Average Force: 16 7.49207422362 Average Force: 17 7.49457068694 Average Force: 18 7.478593421 Average Force: 19 7.46282031463 Average Force: 20 7.4552443689 Average Force: 21 7.45216016086 Average Force: 22 7.44501125809 Average Force: 23 7.42853988165 Average Force: 24 7.40329861158 Average Force: 25 7.37310125512 Average Force: 26 7.34155288377 Average Force: 27 7.31009935104 Average Force: 28 7.27879306707 Average Force: 29 7.247472482 Average Force: 30 7.21604399593 Average Force: 31 7.18490840252 Average Force: 32 7.15456851494 Average Force: 33 7.12527809024 Average Force: 34 7.09682431112 Average Force: 35 7.06875151937 Average Force: 36 7.04068124661 Average Force: 37 7.01231234535 Average Force: 38 6.98340743363 Average Force: 39 6.95372828662 Average Force: 40 6.92338597945 Average Force: 41 6.89314737507 Average Force: 42 6.86405451376 Average Force: 43 6.83671103205 Average Force: 44 6.81114882223 Average Force: 45 6.78684525729 Average Force: 46 6.76318347778 Average Force: 47 6.73975461655 Average Force: 48 6.71655963912 Average Force: 49 6.6939226322 Average Force: 50 6.67208905556 Average Force: 51 6.65099470349 Average Force: 52 6.63039411881 Average Force: 53 6.61006638072 Average Force: 54 6.58995645515 Average Force: 55 6.57012426142 Average Force: 56 6.55066986746 Average Force: 57 6.53162884874 Average Force: 58 6.51296205652 Average Force: 59 6.49462676234 Average Force: 60 6.4766198563 Average Force: 61 6.45899391111 Average Force: 62 6.44181783835 Average Force: 63 6.4251376441 Average Force: 64 6.40897060278 Average Force: 65 6.39329039043 Average Force: 66 6.37805059967 Average Force: 67 6.36322344743 Average Force: 68 6.34880788056 Average Force: 69 6.3348261591 Average Force: 70 6.32130450254 Average Force: 71 6.30825423349 Average Force: 72 6.29567106775 Average Force: 73 6.28354314764 Average Force: 74 6.27186045916 Average Force: 75 6.26060953437 Average Force: 76 6.24977678392 Average Force: 77 6.2393548114 Average Force: 78 6.22933785869 Average Force: 79 6.21971755289 Average Force: 80 6.21048120722 Average Force: 81 6.201615838 Average Force: 82 6.19312195949 Average Force: 83 6.18500512263 Average Force: 84 6.1772680914 Average Force: 85 6.16990163268 Average Force: 86 6.16288716021 Average Force: 87 6.15619968021 Average Force: 88 6.1498188452 Average Force: 89 6.14372904919 Average Force: 90 6.13791434087 Average Force: 91 6.13235781624 Average Force: 92 6.12704183889 Average Force: 93 6.12194489654 Average Force: 94 6.1170438987 Average Force: 95 6.11231706608 Average Force: 96 6.10774566123 Average Force: 97 6.10331255441 Average Force: 98 6.09900241202 Average Force: 99 6.09480102907 Average Force: 100 6.09069544178 Average Force: 101 6.0866754483 Average Force: 102 6.08273302135 Average Force: 103 6.07886015513 Average Force: 104 6.07504853056 Average Force: 105 6.07129024646 Average Force: 106 6.0675762696 Average Force: 107 6.06389659512 Average Force: 108 6.06024195813 Average Force: 109 6.05660333925 Average Force: 110 6.05297334071 Average Force: 111 6.04934739259 Average Force: 112 6.04572210605 Average Force: 113 6.04209403609 Average Force: 114 6.0384599656 Average Force: 115 6.03481819894 Average Force: 116 6.03116896447 Average Force: 117 6.02751208101 Average Force: 118 6.02384530659 Average Force: 119 6.02016604519 Average Force: 120 6.01647395732 Average Force: 121 6.01277071304 Average Force: 122 6.00905816293 Average Force: 123 6.00533780551 Average Force: 124 6.00161084498 Average Force: 125 5.99787890702 Average Force: 126 5.99414404824 Average Force: 127 5.99040883998 Average Force: 128 5.98667538889 Average Fo gnuplot: unable to open display ':1' gnuplot: X11 aborted. rce: 129 5.98294609208 Average Force: 130 5.97922454291 Average Force: 131 5.97551465861 Average Force: 132 5.97181916423 Average Force: 133 5.96813941713 Average Force: 134 5.96447716252 Average Force: 135 5.96083462576 Average Force: 136 5.95721441601 Average Force: 137 5.95361909911 Average Force: 138 5.95005129694 Average Force: 139 5.94651350632 Average Force: 140 5.94300795556 Average Force: 141 5.93953754311 Average Force: 142 5.93610432449 Average Force: 143 5.93271026838 Average Force: 144 5.92935824637 Average Force: 145 5.92605122123 Average Force: 146 5.92279135738 Average Force: 147 5.91957985223 Average Force: 148 5.9164174485 Average Force: 149 5.91330505354 Average Force: 150 5.91024363985 Average Force: 151 5.90723361575 Average Force: 152 5.90427473143 Average Force: 153 5.90136684626 Average Force: 154 5.89851016349 Average Force: 155 5.89570452373 Average Force: 156 5.89294929024 Average Force: 157 5.89024351324 Average Force: 158 5.88758604859 Average Force: 159 5.88497601118 Average Force: 160 5.88241302174 Average Force: 161 5.87989667688 Average Force: 162 5.87742627456 Average Force: 163 5.87500068146 Average Force: 164 5.87261849377 Average Force: 165 5.8702787429 Average Force: 166 5.8679811077 Average Force: 167 5.86572552023 Average Force: 168 5.86351140523 Average Force: 169 5.86133796496 Average Force: 170 5.85920470752 Average Force: 171 5.85711152853 Average Force: 172 5.8550582272 Average Force: 173 5.85304415479 Average Force: 174 5.85106842286 Average Force: 175 5.84913034045 Average Force: 176 5.84722940726 Average Force: 177 5.84536501513 Average Force: 178 5.8435360274 Average Force: 179 5.84174150211 Average Force: 180 5.83998103266 Average Force: 181 5.83825496341 Average Force: 182 5.8365636246 Average Force: 183 5.83490667584 Average Force: 184 5.83328328249 Average Force: 185 5.83169248366 Average Force: 186 5.83013355096 Average Force: 187 5.82860599079 Average Force: 188 5.82710940467 Average Force: 189 5.82564314327 Average Force: 190 5.82420567778 Average Force: 191 5.8227950313 Average Force: 192 5.82140947853 Average Force: 193 5.82004789004 Average Force: 194 5.81870946793 Average Force: 195 5.81739347117 Average Force: 196 5.8160994305 Average Force: 197 5.81482673796 Average Force: 198 5.81357424787 Average Force: 199 5.81233997326 Average Force: 200 5.81112168539 Len: 200 Len: 200 Average Force: 5.81112168539 Run: cp run/postProcessing/forces/0/forces.dat cases/171/forces.dat Run: cp run/postProcessing/forceCoeffs/0/forceCoeffs.dat cases/171/forceCoeffs.dat Run: cp run/forces.png cases/171 Run: cp run/forces.csv cases/171 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 : Jan 29 2019 Time : 09:28:16 Host : "bds1.beamnet" PID : 5432 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:300200 points:397236 Additional cells:464392 additional points:42962 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/171/vtk.zip VTK) adding: VTK/ (stored 0%) adding: VTK/car/ (stored 0%) adding: VTK/car/car_200.vtk (deflated 52%) 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%)