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: admesh --x-rotate=0.0 --y-rotate=0.0 --z-rotate=0.0 --vwt 0.01 cases/1/file.stl -a cases/1/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/1/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... Appling BEAM VWT translations with height: 0.010000 AreaX: 0.328728 Checking exact... Checking nearby. Tolerance= 0.000400 Iteration=1 of 2... Fixed 0 edges. Checking nearby. Tolerance= 0.000683 Iteration=2 of 2... Fixed 0 edges. Removing unconnected facets... Filling holes... Checking normal directions... Checking normal values... Calculating volume... Verifying neighbors... Writing ascii file cases/1/object.stl ================= Results produced by ADMesh version 0.95 ================ Input file : cases/1/file.stl File type : Binary STL file Header : Binary STL output from Blender: /src/greenpower/vwt/rr7e-16.stl ============== Size ============== Min X = -1.275301, Max X = 1.275301 Min Y = -0.407107, Max Y = 0.407107 Min Z = 0.010000, Max Z = 0.925055 ========= Facet Status ========== Original ============ Final ==== Number of facets : 12340 12756 Facets with 1 disconnected edge : 448 0 Facets with 2 disconnected edges : 0 0 Facets with 3 disconnected edges : 0 0 Total disconnected facets : 448 0 === Processing Statistics === ===== Other Statistics ===== Number of parts : 31 Volume : 0.259553 Degenerate facets : 4 Edges fixed : 0 Facets removed : 4 Facets added : 420 Facets reversed : 13317 Backwards edges : 0 Normals fixed : 659 VwtProcess: Post-processing STL file VwtProcess: Configuring for VWT simulation Run: cp cases/1/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 Exec : surfaceConvert -clean object.stl object_clean.stl Date : Nov 27 2014 Time : 07:50:57 Host : "bds1.beamnet" PID : 23948 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 : 12756 Vertices : 6432 Bounding Box : (-1.2753 -0.407107 0.01) (1.2753 0.407107 0.925055) Cleaning up surface After cleaning up surface: Triangles : 12756 Vertices : 6432 Bounding Box : (-1.2753 -0.407107 0.01) (1.2753 0.407107 0.925055) Maintaining face ordering writing "object_clean.stl" End Run: sed -e 's/Aref.*;/Aref 0.328728;/' 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 Exec : blockMesh Date : Nov 27 2014 Time : 07:50:58 Host : "bds1.beamnet" PID : 23957 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 Exec : surfaceFeatureExtract Date : Nov 27 2014 Time : 07:50:59 Host : "bds1.beamnet" PID : 23961 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 : 12756 Vertices : 6432 Bounding Box : (-1.2753 -0.407107 0.01) (1.2753 0.407107 0.925055) Constructing feature set from included angle 150 Selecting edges purely based on geometric tests: no Initial feature set: feature points : 139 feature edges : 1403 of which region edges : 0 external edges : 597 internal edges : 806 Final feature set: points : 1327 of which convex : 22 concave : 33 mixed : 84 non-feature : 1188 edges : 1403 of which external edges : 620 internal edges : 783 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.15 s ClockTime = 0 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 Exec : decomposePar Date : Nov 27 2014 Time : 07:50:59 Host : "bds1.beamnet" PID : 23964 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.12 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 Exec : snappyHexMesh -parallel Date : Nov 27 2014 Time : 07:51:00 Host : "bds1.beamnet" PID : 23969 Case : /data/vwt/process/run nProcs : 8 Slaves : 7 ( "bds1.beamnet.23970" "bds1.beamnet.23971" "bds1.beamnet.23972" "bds1.beamnet.23973" "bds1.beamnet.23974" "bds1.beamnet.23975" "bds1.beamnet.23976" ) 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.05 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.07 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 : 1327 edges : 1403 boundingBox : (-1.2753 -0.38212 0.0249992) (1.2753 0.38212 0.925055) Refinement level according to distance to "object.eMesh" (1327 points, 1403 edges). level 2 for all cells within 0 metre. Read features in = 0.01 s Determining initial surface intersections ----------------------------------------- Edge intersection testing: Number of edges : 294800 Number of edges to retest : 294800 Number of intersected edges : 822 Calculated surface intersections in = 0.16 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 : 93 cells. Determined cells to refine in = 0.24 s Selected for feature refinement : 93 cells (out of 96000) Edge intersection testing: Number of edges : 297242 Number of edges to retest : 3752 Number of intersected edges : 1279 Refined mesh in = 0.16 s After refinement feature refinement iteration 0 : cells:96651 faces:297242 points:104152 Cells per refinement level: 0 95907 1 744 Balanced mesh in = 0.41 s After balancing feature refinement iteration 0 : cells:96651 faces:297242 points:104152 Cells per refinement level: 0 95907 1 744 Feature refinement iteration 1 ------------------------------ Marked for refinement due to explicit features : 19 cells. Determined cells to refine in = 0.24 s Selected for feature refinement : 36 cells (out of 96651) Edge intersection testing: Number of edges : 298160 Number of edges to retest : 1622 Number of intersected edges : 1388 Refined mesh in = 0.14 s After refinement feature refinement iteration 1 : cells:96903 faces:298160 points:104586 Cells per refinement level: 0 95890 1 861 2 152 Balanced mesh in = 0.41 s After balancing feature refinement iteration 1 : cells:96903 faces:298160 points:104586 Cells per refinement level: 0 95890 1 861 2 152 Feature refinement iteration 2 ------------------------------ Marked for refinement due to explicit features : 4 cells. Determined cells to refine in = 0.24 s Selected for feature refinement : 5 cells (out of 96903) Edge intersection testing: Number of edges : 298289 Number of edges to retest : 322 Number of intersected edges : 1408 Refined mesh in = 0.13 s After refinement feature refinement iteration 2 : cells:96938 faces:298289 points:104648 Cells per refinement level: 0 95889 1 865 2 184 Balanced mesh in = 0.31 s After balancing feature refinement iteration 2 : cells:96938 faces:298289 points:104648 Cells per refinement level: 0 95889 1 865 2 184 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 96938) Stopping refining since too few cells selected. Surface refinement iteration 0 ------------------------------ Marked for refinement due to surface intersection : 1341 cells. Marked for refinement due to curvature/regions : 0 cells. Determined cells to refine in = 0.01 s Selected for refinement : 1411 cells (out of 96938) Edge intersection testing: Number of edges : 330998 Number of edges to retest : 40862 Number of intersected edges : 5461 Refined mesh in = 0.19 s After refinement surface refinement iteration 0 : cells:106815 faces:330998 points:117726 Cells per refinement level: 0 95083 1 6818 2 4034 3 880 Balanced mesh in = 0.48 s After balancing surface refinement iteration 0 : cells:106815 faces:330998 points:117726 Cells per refinement level: 0 95083 1 6818 2 4034 3 880 Surface refinement iteration 1 ------------------------------ Marked for refinement due to surface intersection : 5901 cells. Marked for refinement due to curvature/regions : 205 cells. Determined cells to refine in = 0.03 s Selected for refinement : 6516 cells (out of 106815) Edge intersection testing: Number of edges : 479552 Number of edges to retest : 187556 Number of intersected edges : 22948 Refined mesh in = 0.37 s After refinement surface refinement iteration 1 : cells:152427 faces:479552 points:175277 Cells per refinement level: 0 94869 1 4779 2 31696 3 19443 4 1640 Balanced mesh in = 0.85 s After balancing surface refinement iteration 1 : cells:152427 faces:479552 points:175277 Cells per refinement level: 0 94869 1 4779 2 31696 3 19443 4 1640 Surface refinement iteration 2 ------------------------------ Marked for refinement due to surface intersection : 16842 cells. Marked for refinement due to curvature/regions : 3769 cells. Determined cells to refine in = 0.07 s Selected for refinement : 21999 cells (out of 152427) Edge intersection testing: Number of edges : 976985 Number of edges to retest : 646285 Number of intersected edges : 77590 Refined mesh in = 0.87 s After refinement surface refinement iteration 2 : cells:306420 faces:976985 points:365315 Cells per refinement level: 0 94756 1 4299 2 26035 3 149538 4 31792 Balanced mesh in = 1.8 s After balancing surface refinement iteration 2 : cells:306420 faces:976985 points:365315 Cells per refinement level: 0 94756 1 4299 2 26035 3 149538 4 31792 Surface refinement iteration 3 ------------------------------ Marked for refinement due to surface intersection : 1146 cells. Marked for refinement due to curvature/regions : 24976 cells. Determined cells to refine in = 0.14 s Selected for refinement : 27303 cells (out of 306420) Edge intersection testing: Number of edges : 1606646 Number of edges to retest : 870517 Number of intersected edges : 178713 Refined mesh in = 1.15 s After refinement surface refinement iteration 3 : cells:497541 faces:1606646 points:613858 Cells per refinement level: 0 94710 1 4341 2 26688 3 140202 4 231600 Balanced mesh in = 2.76 s After balancing surface refinement iteration 3 : cells:497541 faces:1606646 points:613858 Cells per refinement level: 0 94710 1 4341 2 26688 3 140202 4 231600 Surface refinement iteration 4 ------------------------------ Marked for refinement due to surface intersection : 61 cells. Marked for refinement due to curvature/regions : 2091 cells. Determined cells to refine in = 0.23 s Selected for refinement : 2515 cells (out of 497541) Edge intersection testing: Number of edges : 1664387 Number of edges to retest : 141852 Number of intersected edges : 184726 Refined mesh in = 0.91 s After refinement surface refinement iteration 4 : cells:515146 faces:1664387 points:636583 Cells per refinement level: 0 94697 1 4361 2 27033 3 140727 4 248328 Balanced mesh in = 2.75 s After balancing surface refinement iteration 4 : cells:515146 faces:1664387 points:636583 Cells per refinement level: 0 94697 1 4361 2 27033 3 140727 4 248328 Surface refinement iteration 5 ------------------------------ Marked for refinement due to surface intersection : 5 cells. Marked for refinement due to curvature/regions : 226 cells. Determined cells to refine in = 0.23 s Selected for refinement : 304 cells (out of 515146) Edge intersection testing: Number of edges : 1671404 Number of edges to retest : 22367 Number of intersected edges : 184946 Refined mesh in = 0.87 s After refinement surface refinement iteration 5 : cells:517274 faces:1671404 points:639363 Cells per refinement level: 0 94695 1 4362 2 27092 3 140989 4 250136 Balanced mesh in = 2.63 s After balancing surface refinement iteration 5 : cells:517274 faces:1671404 points:639363 Cells per refinement level: 0 94695 1 4362 2 27092 3 140989 4 250136 Surface refinement iteration 6 ------------------------------ Marked for refinement due to surface intersection : 1 cells. Marked for refinement due to curvature/regions : 50 cells. Determined cells to refine in = 0.23 s Selected for refinement : 73 cells (out of 517274) 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 174 regions. Keeping all cells in region 0 containing point (3.9 1.9 2.9) Selected for keeping : 449968 cells. Edge intersection testing: Number of edges : 1503342 Number of edges to retest : 116678 Number of intersected edges : 184946 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.05 s Selected for internal refinement : 13633 cells (out of 449968) Edge intersection testing: Number of edges : 1797111 Number of edges to retest : 713054 Number of intersected edges : 192885 Refined mesh in = 1.07 s After refinement shell refinement iteration 0 : cells:545399 faces:1797111 points:701752 Cells per refinement level: 0 94689 1 3776 2 19512 3 107800 4 319622 Balanced mesh in = 2.75 s After balancing shell refinement iteration 0 : cells:545399 faces:1797111 points:701755 Cells per refinement level: 0 94689 1 3776 2 19512 3 107800 4 319622 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.17 s Selected for internal refinement : 0 cells (out of 545399) Stopping refining since too few cells selected. Dangling coarse cells refinement iteration 0 -------------------------------------------- Determined cells to refine in = 0.02 s Selected for refinement : 10 cells (out of 545399) Edge intersection testing: Number of edges : 1797258 Number of edges to retest : 1509 Number of intersected edges : 192880 Refined mesh in = 0.81 s After refinement coarse cell refinement iteration 0 : cells:545469 faces:1797258 points:701774 Cells per refinement level: 0 94689 1 3769 2 19566 3 107815 4 319630 Balanced mesh in = 2.38 s After balancing coarse cell refinement iteration 0 : cells:545469 faces:1797258 points:701774 Cells per refinement level: 0 94689 1 3769 2 19566 3 107815 4 319630 Dangling coarse cells refinement iteration 1 -------------------------------------------- Determined cells to refine in = 0.1 s Selected for refinement : 0 cells (out of 545469) Stopping refining since too few cells selected. Dangling coarse cells refinement iteration 0 -------------------------------------------- Determined cells to refine in = 0 s Selected for refinement : 2 cells (out of 545469) Edge intersection testing: Number of edges : 1797282 Number of edges to retest : 324 Number of intersected edges : 192880 Refined mesh in = 0.83 s After refinement coarse cell refinement iteration 0 : cells:545483 faces:1797282 points:701776 Cells per refinement level: 0 94689 1 3768 2 19573 3 107823 4 319630 Balanced mesh in = 1.52 s After balancing coarse cell refinement iteration 0 : cells:545483 faces:1797282 points:701776 Cells per refinement level: 0 94689 1 3768 2 19573 3 107823 4 319630 Dangling coarse cells refinement iteration 1 -------------------------------------------- Determined cells to refine in = 0.09 s Selected for refinement : 0 cells (out of 545483) Stopping refining since too few cells selected. Splitting mesh at surface intersections --------------------------------------- Introducing baffles for 192880 faces that are intersected by the surface. Edge intersection testing: Number of edges : 1990052 Number of edges to retest : 1199765 Number of intersected edges : 380197 Created baffles in = 1.02 s After introducing baffles : cells:545483 faces:1990052 points:701965 Cells per refinement level: 0 94689 1 3768 2 19573 3 107823 4 319630 Introducing baffles to block off problem cells ---------------------------------------------- markFacesOnProblemCells : marked 270542 additional internal faces to be converted into baffles. Analyzed problem cells in = 0.53 s Introducing baffles to delete problem cells. Edge intersection testing: Number of edges : 2260594 Number of edges to retest : 907210 Number of intersected edges : 380273 Created baffles in = 1.03 s After introducing baffles : cells:545483 faces:2260594 points:704991 Cells per refinement level: 0 94689 1 3768 2 19573 3 107823 4 319630 Remove unreachable sections of mesh ----------------------------------- Keeping all cells in region 0 containing point (3.9 1.9 2.9) Selected for keeping : 326767 cells. Edge intersection testing: Number of edges : 1122370 Number of edges to retest : 0 Number of intersected edges : 120819 Split mesh in = 0.85 s After subsetting : cells:326767 faces:1122370 points:470645 Cells per refinement level: 0 94689 1 3768 2 19493 3 80271 4 128546 Handling cells with snap problems --------------------------------- Introducing baffles for 120819 faces that are intersected by the surface. Edge intersection testing: Number of edges : 1122370 Number of edges to retest : 422563 Number of intersected edges : 120819 Created baffles in = 0.58 s After introducing baffles : cells:326767 faces:1122370 points:470645 Cells per refinement level: 0 94689 1 3768 2 19493 3 80271 4 128546 Introducing baffles to block off problem cells ---------------------------------------------- markFacesOnProblemCells : marked 0 additional internal faces to be converted into baffles. Analyzed problem cells in = 0.31 s Introducing baffles to delete problem cells. Edge intersection testing: Number of edges : 1122370 Number of edges to retest : 0 Number of intersected edges : 120819 Created baffles in = 0.35 s After introducing baffles : cells:326767 faces:1122370 points:470645 Cells per refinement level: 0 94689 1 3768 2 19493 3 80271 4 128546 Remove unreachable sections of mesh ----------------------------------- Keeping all cells in region 0 containing point (3.9 1.9 2.9) Selected for keeping : 326767 cells. Edge intersection testing: Number of edges : 1122370 Number of edges to retest : 0 Number of intersected edges : 120819 Split mesh in = 0.5 s After subsetting : cells:326767 faces:1122370 points:470645 Cells per refinement level: 0 94689 1 3768 2 19493 3 80271 4 128546 Merge free-standing baffles --------------------------- freeStandingBaffles : detected 400 free-standing baffles out of 521 freeStandingBaffles : detected 87 planar (within 30 degrees) free-standing baffles out of 400 Detected free-standing baffles : 87 Edge intersection testing: Number of edges : 1122283 Number of edges to retest : 87 Number of intersected edges : 120733 Introducing baffles to block off problem cells ---------------------------------------------- markFacesOnProblemCells : marked 0 additional internal faces to be converted into baffles. Analyzed problem cells in = 0.88 s Introducing baffles to delete problem cells. Edge intersection testing: Number of edges : 1122283 Number of edges to retest : 0 Number of intersected edges : 120733 Created baffles in = 0.35 s After introducing baffles : cells:326767 faces:1122283 points:470645 Cells per refinement level: 0 94689 1 3768 2 19493 3 80271 4 128546 Merged free-standing baffles in = 0.06 s dupNonManifoldPoints : Found : 579 non-manifold points (out of 491867) Edge intersection testing: Number of edges : 1122283 Number of edges to retest : 0 Number of intersected edges : 120733 Detected unsplittable baffles : 0 Merge refined boundary faces ---------------------------- Merging 1543 sets of faces. Edge intersection testing: Number of edges : 1120538 Number of edges to retest : 11895 Number of intersected edges : 119015 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 1401 straight edge points ... Edge intersection testing: Number of edges : 1120538 Number of edges to retest : 10600 Number of intersected edges : 119015 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:326767 faces:1120538 points:469716 Cells per refinement level: 0 94689 1 3768 2 19493 3 80271 4 128546 Writing mesh to time 1 Wrote mesh in = 4.5 s. Mesh refined in = 40.84 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.61 s Smoothing patch points ... Smoothing iteration 0 Found 1154 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 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Scaling iteration 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 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 : 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 3 Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Successfully moved mesh Smoothing iteration 2 Found 0 non-mainfold point(s). Scaling iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 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 Scaling iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Scaling iteration 3 Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Scaling iteration 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 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Scaling iteration 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 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Scaling iteration 6 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Successfully moved mesh Patch points smoothed in = 3.73 s Morph iteration 0 ----------------- Calculating patchDisplacement as distance to nearest surface point ... Wanted displacement : average:0.001489884 min:4.236077e-09 max:0.007601963 Calculated surface displacement in = 0.03 s Detecting near surfaces ... Overriding nearest with intersection of close gaps at 12553 out of 127097 points. --> FOAM Warning : Displacement (-1.934729e-05 -0.0001975128 0) at mesh point 53392 coord (-0.7000042 -0.1949938 0.2067551) points through the surrounding patch faces Smoothing displacement ... Iteration 0 Iteration 10 Iteration 20 Displacement smoothed in = 0.67 s Moving mesh ... Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1 faces with face pyramid volume < 1e-13 : 3 faces with face-decomposition tet quality < 1e-30 : 134 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 : 3 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 : 28 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 2 faces on cells with determinant < 0.001 : 0 Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 17 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 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 : 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 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 : 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 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 : 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 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.95 s Repatching faces according to nearest surface ... Repatched 0 faces in = 0.12 s Edge intersection testing: Number of edges : 1120538 Number of edges to retest : 569729 Number of intersected edges : 120113 Merging 17110 sets of faces. Edge intersection testing: Number of edges : 1098547 Number of edges to retest : 71596 Number of intersected edges : 98153 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 : 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 Masters that need to be restored:12 Edge intersection testing: Number of edges : 1098571 Number of edges to retest : 96 Number of intersected edges : 98177 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 11547 straight edge points ... Edge intersection testing: Number of edges : 1098571 Number of edges to retest : 61752 Number of intersected edges : 98176 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 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 2 error faces on boundaries that have been merged. These will be restored to their original faces. Edge intersection testing: Number of edges : 1098571 Number of edges to retest : 22 Number of intersected edges : 98176 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 : 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 Detected 0 error faces on boundaries that have been merged. These will be restored to their original faces. Detected 1 error faces in mesh. Restoring neighbours of faces in error. Edge intersection testing: Number of edges : 1098571 Number of edges to retest : 48 Number of intersected edges : 98176 Snapped mesh : cells:326767 faces:1098571 points:453464 Cells per refinement level: 0 94689 1 3768 2 19493 3 80271 4 128546 Writing mesh to time 2 Wrote mesh in = 4.67 s. Mesh snapped in = 11.78 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 497 sets of faces. Edge intersection testing: Number of edges : 1097901 Number of edges to retest : 3516 Number of intersected edges : 97545 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 : 11 faces with concavity > 80 degrees : 4 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Masters that need to be restored:19 Edge intersection testing: Number of edges : 1097933 Number of edges to retest : 139 Number of intersected edges : 97577 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 364 straight edge points ... Edge intersection testing: Number of edges : 1097933 Number of edges to retest : 3795 Number of intersected edges : 97575 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 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 2 error faces on boundaries that have been merged. These will be restored to their original faces. Edge intersection testing: Number of edges : 1097933 Number of edges to retest : 22 Number of intersected edges : 97575 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 : 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 Detected 0 error faces on boundaries that have been merged. These will be restored to their original faces. Detected 1 error faces in mesh. Restoring neighbours of faces in error. Edge intersection testing: Number of edges : 1097933 Number of edges to retest : 46 Number of intersected edges : 97575 Checking mesh manifoldness ... Outside of mesh is multiply connected across edges or points. This is not a fatal error but might cause some unexpected behaviour. Checking initial mesh ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 0 illegal faces (concave, zero area or negative cell pyramid volume) Adding in total 0 inter-processor patches to handle extrusion of non-manifold processor boundaries. Handling points with inconsistent layer specification ... Handling non-manifold points ... Checking patch manifoldness ... Outside of local patch is multiply connected across edges or points at 0 points. Set displacement to zero for all 0 non-manifold points Handling feature edges ... Set displacement to zero for points on 2911 feature edges Handling cells with warped patch faces ... Set displacement to zero on 1 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 8096 points. patch faces layers avg thickness[m] near-wall overall ----- ----- ------ --------- ------- car 98885 3 0.00367 0.01 Selecting externalDisplacementMeshMover displacementMedialAxis displacementMedialAxis : Calculating distance to Medial Axis ... displacementMedialAxis : Smoothing normals ... Iteration 0 residual 0.03191481 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.05796885 Layer addition iteration 0 -------------------------- 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 5292 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 5119 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001406901 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 855 faces with face pyramid volume < 1e-13 : 8 faces with face-decomposition tet quality < 1e-30 : 307 faces with concavity > 80 degrees : 9 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 : 3 faces on cells with determinant < 0.001 : 1 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 182 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 155 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 31 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 138 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 : 16 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 134 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 2 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 58 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 : 1 displacementMedialAxis : Iteration 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 83 faces with face pyramid volume < 1e-13 : 1 faces with face-decomposition tet quality < 1e-30 : 61 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 : 3 faces on cells with determinant < 0.001 : 1 displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 11 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 4 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 : 110 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 302 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 : 5 faces with face twist < 0.02 : 2 faces on cells with determinant < 0.001 : 10 Detected 429 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 87684 out of 98885 faces (88.6727%). Removed extrusion at 253 faces. Added 232822 out of 296655 cells (78.48241%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 11949 points. Layer addition iteration 1 -------------------------- Determining displacement for added points according to pointNormal ... Detected 5 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 3971 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 5643 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001404142 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 258 faces with face pyramid volume < 1e-13 : 1 faces with face-decomposition tet quality < 1e-30 : 214 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 : 2 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 64 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 106 faces with concavity > 80 degrees : 1 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 2 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 6 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 79 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 : 1 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 : 6 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 55 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 : 1 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 : 17 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 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 35 faces with face pyramid volume < 1e-13 : 2 faces with face-decomposition tet quality < 1e-30 : 18 faces with concavity > 80 degrees : 1 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 12 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 27 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 : 94 faces with face pyramid volume < 1e-13 : 2 faces with face-decomposition tet quality < 1e-30 : 293 faces with concavity > 80 degrees : 1 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 4 faces on cells with determinant < 0.001 : 3 Detected 397 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 71457 out of 98885 faces (72.26273%). Removed extrusion at 302 faces. Added 185722 out of 296655 cells (62.60538%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 10888 points. Layer addition iteration 2 -------------------------- Determining displacement for added points according to pointNormal ... Detected 3 points with point normal pointing through faces. Reset displacement at 3 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 2830 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 1448 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001138333 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 150 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 107 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 : 3 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 : 59 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 47 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 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 : 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 : 13 faces with face pyramid volume < 1e-13 : 2 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 : 1 displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 3 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 16 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 : 52 faces with face pyramid volume < 1e-13 : 2 faces with face-decomposition tet quality < 1e-30 : 178 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 : 1 faces with face twist < 0.02 : 1 faces on cells with determinant < 0.001 : 5 Detected 239 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 58970 out of 98885 faces (59.63493%). Removed extrusion at 189 faces. Added 154353 out of 296655 cells (52.03115%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 8207 points. Layer addition iteration 3 -------------------------- Determining displacement for added points according to pointNormal ... Detected 1 points with point normal pointing through faces. Reset displacement at 1 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 2280 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 632 displacementMedialAxis : Smoothing field ... Iteration 0 residual 9.420446e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 95 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 : 1 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 12 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 44 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 : 5 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 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 30 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 : 3 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 5 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 : 2 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 2 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 25 faces with face pyramid volume < 1e-13 : 2 faces with face-decomposition tet quality < 1e-30 : 142 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 : 3 faces with face twist < 0.02 : 1 faces on cells with determinant < 0.001 : 2 Detected 175 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 49673 out of 98885 faces (50.2331%). Removed extrusion at 163 faces. Added 130765 out of 296655 cells (44.07982%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 6685 points. Layer addition iteration 4 -------------------------- Determining displacement for added points according to pointNormal ... Detected 1 points with point normal pointing through faces. Reset displacement at 1 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 1874 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 559 displacementMedialAxis : Smoothing field ... Iteration 0 residual 7.553711e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 57 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 101 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 1 faces on cells with determinant < 0.001 : 1 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 12 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 45 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 : 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 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 30 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 : 6 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 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 11 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 : Finished moving mesh ... truncateDisplacement : Unextruded 2 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 37 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 98 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 135 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 42113 out of 98885 faces (42.58785%). Removed extrusion at 116 faces. Added 110984 out of 296655 cells (37.41181%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 5463 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 1491 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 453 displacementMedialAxis : Smoothing field ... Iteration 0 residual 6.630899e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 53 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 81 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 1 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 10 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 31 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 : 26 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 : 24 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 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 : 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 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 2 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 : Finished moving mesh ... truncateDisplacement : Unextruded 3 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 : 8 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 68 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 76 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 35944 out of 98885 faces (36.34929%). Removed extrusion at 63 faces. Added 94110 out of 296655 cells (31.72372%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 4798 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 1160 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 875 displacementMedialAxis : Smoothing field ... Iteration 0 residual 6.206355e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 37 faces with face pyramid volume < 1e-13 : 0 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 : 2 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 4 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 : 1 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 25 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 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 : 17 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 22 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 24 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 3 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 : 38 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 97 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 135 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 30162 out of 98885 faces (30.5021%). Removed extrusion at 88 faces. Added 77869 out of 296655 cells (26.24901%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 4471 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 882 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 306 displacementMedialAxis : Smoothing field ... Iteration 0 residual 5.37378e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 25 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 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 : 14 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 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 : 13 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 : 12 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 2 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 : 8 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 : 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 : 16 faces with face pyramid volume < 1e-13 : 0 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 : 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 98 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 25096 out of 98885 faces (25.37898%). Removed extrusion at 82 faces. Added 64474 out of 296655 cells (21.73366%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 3837 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 690 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 191 displacementMedialAxis : Smoothing field ... Iteration 0 residual 4.754227e-05 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 : 47 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 : 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 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 : 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 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 : 14 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1 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 5 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 : 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 : 1 faces on cells with determinant < 0.001 : 2 displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 2 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 19 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 : 2 Detected 86 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 20827 out of 98885 faces (21.06184%). Removed extrusion at 68 faces. Added 52900 out of 296655 cells (17.83216%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 3368 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 499 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 229 displacementMedialAxis : Smoothing field ... Iteration 0 residual 4.054759e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 23 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 25 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 2 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 12 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 12 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 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 : 12 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 : 3 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 70 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 73 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 16967 out of 98885 faces (17.15832%). Removed extrusion at 73 faces. Added 42870 out of 296655 cells (14.45113%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 2879 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 330 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 89 displacementMedialAxis : Smoothing field ... Iteration 0 residual 3.310836e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 6 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 14 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 1 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 10 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 : 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 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 : 13 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 53 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 66 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 13732 out of 98885 faces (13.88684%). Removed extrusion at 66 faces. Added 34607 out of 296655 cells (11.66574%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 2353 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 187 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 121 displacementMedialAxis : Smoothing field ... Iteration 0 residual 2.540564e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 10 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 4 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 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 : 4 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 5 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 46 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 51 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 10990 out of 98885 faces (11.11392%). Removed extrusion at 51 faces. Added 27925 out of 296655 cells (9.413292%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1770 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 102 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 44 displacementMedialAxis : Smoothing field ... Iteration 0 residual 1.987267e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 17 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 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 : 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 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 : 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 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 : 3 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 31 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 34 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 8977 out of 98885 faces (9.078222%). Removed extrusion at 34 faces. Added 22848 out of 296655 cells (7.701876%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1435 points. Layer addition iteration 13 -------------------------- 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 49 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 35 displacementMedialAxis : Smoothing field ... Iteration 0 residual 1.648295e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 17 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 : 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 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 : 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 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 : 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 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 : 9 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 Detected 16 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 7404 out of 98885 faces (7.487485%). Removed extrusion at 16 faces. Added 18686 out of 296655 cells (6.298899%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1223 points. Layer addition iteration 14 -------------------------- 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 27 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 35 displacementMedialAxis : Smoothing field ... Iteration 0 residual 1.450317e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 10 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 : 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 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 : 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 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 : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 25 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 25 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 6075 out of 98885 faces (6.1435%). Removed extrusion at 25 faces. Added 15256 out of 296655 cells (5.142674%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1059 points. Layer addition iteration 15 -------------------------- 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 14 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 50 displacementMedialAxis : Smoothing field ... Iteration 0 residual 1.114719e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 11 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 : 1 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 43 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 44 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 4804 out of 98885 faces (4.858169%). Removed extrusion at 44 faces. Added 12223 out of 296655 cells (4.120274%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 818 points. Layer addition iteration 16 -------------------------- 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 5 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 12 displacementMedialAxis : Smoothing field ... Iteration 0 residual 9.841746e-06 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 7 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 : 3 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 19 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 22 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 3924 out of 98885 faces (3.968246%). Removed extrusion at 22 faces. Added 9713 out of 296655 cells (3.274174%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 739 points. Layer addition iteration 17 -------------------------- 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 0 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 37 displacementMedialAxis : Smoothing field ... Iteration 0 residual 7.929793e-06 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 8 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 : 1 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 Detected 28 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 3081 out of 98885 faces (3.115741%). Removed extrusion at 28 faces. Added 7555 out of 296655 cells (2.546729%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 617 points. Layer addition iteration 18 -------------------------- 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 0 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 25 displacementMedialAxis : Smoothing field ... Iteration 0 residual 6.258801e-06 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 8 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 : 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 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 : 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 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 : 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 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 : 3 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 13 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 16 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 2379 out of 98885 faces (2.405825%). Removed extrusion at 16 faces. Added 5688 out of 296655 cells (1.917379%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 516 points. Layer addition iteration 19 -------------------------- 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 0 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 28 displacementMedialAxis : Smoothing field ... Iteration 0 residual 4.69556e-06 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 6 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 : 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 : 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 Detected 7 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 1788 out of 98885 faces (1.808161%). Removed extrusion at 7 faces. Added 4189 out of 296655 cells (1.412078%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 405 points. Layer addition iteration 20 -------------------------- Switched to relaxed meshQuality constraints. 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 0 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 12 displacementMedialAxis : Smoothing field ... Iteration 0 residual 3.873784e-06 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 3 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 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 : 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 on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.7430501 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 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 : 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 on cells with determinant < 0.001 : 0 Detected 16 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 1326 out of 98885 faces (1.340952%). Removed extrusion at 16 faces. Added 3050 out of 296655 cells (1.02813%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 344 points. Layer addition iteration 21 -------------------------- Switched to relaxed meshQuality constraints. 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 0 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 12 displacementMedialAxis : Smoothing field ... Iteration 0 residual 3.142004e-06 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 6 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 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 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 : 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 on cells with determinant < 0.001 : 0 Detected 23 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 919 out of 98885 faces (0.9293624%). Removed extrusion at 22 faces. Added 2034 out of 296655 cells (0.6856449%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 272 points. Layer addition iteration 22 -------------------------- Switched to relaxed meshQuality constraints. 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 0 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 23 displacementMedialAxis : Smoothing field ... Iteration 0 residual 2.267991e-06 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 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 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 : 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 on cells with determinant < 0.001 : 0 Detected 10 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 577 out of 98885 faces (0.5835061%). Removed extrusion at 10 faces. Added 1207 out of 296655 cells (0.4068699%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 190 points. Layer addition iteration 23 -------------------------- Switched to relaxed meshQuality constraints. 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 0 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 19 displacementMedialAxis : Smoothing field ... Iteration 0 residual 1.372971e-06 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 : 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 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 : 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 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 : 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 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 : 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 on cells with determinant < 0.001 : 0 Detected 6 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 324 out of 98885 faces (0.3276533%). Removed extrusion at 6 faces. Added 661 out of 296655 cells (0.2228178%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 110 points. Layer addition iteration 24 -------------------------- Switched to relaxed meshQuality constraints. 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 0 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 5 displacementMedialAxis : Smoothing field ... Iteration 0 residual 8.823002e-07 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 : 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 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 : 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 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 : 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 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 : 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 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 on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces on cells with determinant < 0.001 : 0 Detected 2 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 183 out of 98885 faces (0.1850635%). Removed extrusion at 2 faces. Added 321 out of 296655 cells (0.1082065%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 78 points. Layer addition iteration 25 -------------------------- Switched to relaxed meshQuality constraints. 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 0 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 5 displacementMedialAxis : Smoothing field ... Iteration 0 residual 5.661287e-07 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 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 on cells with determinant < 0.001 : 0 Detected 0 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 85 out of 98885 faces (0.08595844%). Removed extrusion at 0 faces. Added 119 out of 296655 cells (0.04011394%). Edge intersection testing: Number of edges : 1098290 Number of edges to retest : 0 Number of intersected edges : 97694 Doing final balancing --------------------- patch faces layers overall thickness [m] [%] ----- ----- ------ --- --- car 98885 0.0012 2.27e-06 0.0242 Layer mesh : cells:326886 faces:1098290 points:453094 Cells per refinement level: 0 94689 1 3768 2 19493 3 80271 4 128665 Writing mesh to time 3 Wrote mesh in = 83.35 s. Layers added in = 83.35 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 = 136.72 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 Exec : reconstructParMesh -latestTime Date : Nov 27 2014 Time : 07:53:19 Host : "bds1.beamnet" PID : 24009 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.884971e-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 Exec : checkMesh -allTopology -allGeometry Date : Nov 27 2014 Time : 07:53:24 Host : "bds1.beamnet" PID : 24023 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: 453094 faces: 1098290 internal faces: 983006 cells: 326886 faces per cell: 6.367039 boundary patches: 4 point zones: 0 face zones: 0 cell zones: 1 Overall number of cells of each type: hexahedra: 261480 prisms: 7075 wedges: 0 pyramids: 0 tet wedges: 257 tetrahedra: 0 polyhedra: 58074 Breakdown of polyhedra by number of faces: faces number of cells 4 4303 5 4846 6 12428 7 558 8 293 9 26851 10 137 11 201 12 6159 13 20 14 105 15 2076 16 2 17 7 18 88 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 13999 14378 ok (non-closed singly connected) (-4 -2 -2.884971e-17) (4 2 3) car 98885 107571 ok (closed singly connected) (-1.273853 -0.4067736 0.01034542) (1.272834 0.4067892 0.9199262) Checking geometry... Overall domain bounding box (-4 -2 -2.884971e-17) (4 2 3) Mesh (non-empty, non-wedge) directions (1 1 1) Mesh (non-empty) directions (1 1 1) Boundary openness (5.200796e-17 2.544569e-17 7.119368e-15) OK. Max cell openness = 3.232634e-16 OK. Max aspect ratio = 8.393294 OK. Minimum face area = 2.882051e-06. Maximum face area = 0.01012474. Face area magnitudes OK. Min volume = 1.109791e-08. Max volume = 0.001011438. Total volume = 95.6536. Cell volumes OK. Mesh non-orthogonality Max: 56.13949 average: 11.97459 Non-orthogonality check OK. Face pyramids OK. ***Max skewness = 4.161108, 1 highly skew faces detected which may impair the quality of the results < 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 Exec : potentialFoam Date : Nov 27 2014 Time : 07:53:36 Host : "bds1.beamnet" PID : 24031 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.04644744, No Iterations 5 GAMG: Solving for p, Initial residual = 0.004573839, Final residual = 0.0004054962, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004996973, Final residual = 4.903916e-05, No Iterations 4 GAMG: Solving for p, Initial residual = 0.0001352353, Final residual = 1.153987e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 1.954904e-05, Final residual = 1.394325e-06, No Iterations 5 GAMG: Solving for p, Initial residual = 3.460361e-06, Final residual = 9.161965e-07, No Iterations 1 GAMG: Solving for p, Initial residual = 1.063478e-06, Final residual = 6.149255e-07, No Iterations 1 GAMG: Solving for p, Initial residual = 6.871302e-07, Final residual = 6.871302e-07, No Iterations 0 GAMG: Solving for p, Initial residual = 6.871302e-07, Final residual = 6.871302e-07, No Iterations 0 GAMG: Solving for p, Initial residual = 6.871302e-07, Final residual = 6.871302e-07, No Iterations 0 GAMG: Solving for p, Initial residual = 6.871302e-07, Final residual = 6.871302e-07, No Iterations 0 continuity error = 0.0001788833 Interpolated U error = 1.224249e-05 ExecutionTime = 4.17 s ClockTime = 5 s End Run: sed -e 's/Aref.*;/Aref 0.328728;/' 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 Exec : decomposePar Date : Nov 27 2014 Time : 07:53:41 Host : "bds1.beamnet" PID : 24037 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.49 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 = 40860 Number of faces shared with processor 1 = 345 Number of faces shared with processor 2 = 820 Number of faces shared with processor 3 = 17 Number of faces shared with processor 4 = 2144 Number of processor patches = 4 Number of processor faces = 3326 Number of boundary faces = 18663 Processor 1 Number of cells = 40860 Number of faces shared with processor 0 = 345 Number of faces shared with processor 3 = 821 Number of faces shared with processor 4 = 55 Number of faces shared with processor 5 = 2238 Number of processor patches = 4 Number of processor faces = 3459 Number of boundary faces = 19591 Processor 2 Number of cells = 40861 Number of faces shared with processor 0 = 820 Number of faces shared with processor 3 = 334 Number of faces shared with processor 4 = 17 Number of faces shared with processor 6 = 2281 Number of processor patches = 4 Number of processor faces = 3452 Number of boundary faces = 18382 Processor 3 Number of cells = 40861 Number of faces shared with processor 0 = 17 Number of faces shared with processor 1 = 821 Number of faces shared with processor 2 = 334 Number of faces shared with processor 4 = 5 Number of faces shared with processor 5 = 16 Number of faces shared with processor 6 = 64 Number of faces shared with processor 7 = 2312 Number of processor patches = 7 Number of processor faces = 3569 Number of boundary faces = 18253 Processor 4 Number of cells = 40861 Number of faces shared with processor 0 = 2144 Number of faces shared with processor 1 = 55 Number of faces shared with processor 2 = 17 Number of faces shared with processor 3 = 5 Number of faces shared with processor 5 = 818 Number of faces shared with processor 6 = 1620 Number of faces shared with processor 7 = 44 Number of processor patches = 7 Number of processor faces = 4703 Number of boundary faces = 10406 Processor 5 Number of cells = 40861 Number of faces shared with processor 1 = 2238 Number of faces shared with processor 3 = 16 Number of faces shared with processor 4 = 818 Number of faces shared with processor 7 = 1882 Number of processor patches = 4 Number of processor faces = 4954 Number of boundary faces = 10007 Processor 6 Number of cells = 40861 Number of faces shared with processor 2 = 2281 Number of faces shared with processor 3 = 64 Number of faces shared with processor 4 = 1620 Number of faces shared with processor 7 = 790 Number of processor patches = 4 Number of processor faces = 4755 Number of boundary faces = 10258 Processor 7 Number of cells = 40861 Number of faces shared with processor 3 = 2312 Number of faces shared with processor 4 = 44 Number of faces shared with processor 5 = 1882 Number of faces shared with processor 6 = 790 Number of processor patches = 4 Number of processor faces = 5028 Number of boundary faces = 9724 Number of processor faces = 16623 Max number of cells = 40861 (0.0006118341% above average 40860.75) Max number of processor patches = 7 (47.36842% above average 4.75) Max number of faces between processors = 5028 (20.98899% above average 4155.75) 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 Exec : simpleFoam -parallel Date : Nov 27 2014 Time : 07:53:44 Host : "bds1.beamnet" PID : 24042 Case : /data/vwt/process/run nProcs : 8 Slaves : 7 ( "bds1.beamnet.24043" "bds1.beamnet.24044" "bds1.beamnet.24045" "bds1.beamnet.24046" "bds1.beamnet.24047" "bds1.beamnet.24048" "bds1.beamnet.24049" ) 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.04787231, Final residual = 0.002631055, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.06920083, Final residual = 0.003436269, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.07030542, Final residual = 0.00383087, No Iterations 2 GAMG: Solving for p, Initial residual = 1, Final residual = 0.09512851, No Iterations 2 GAMG: Solving for p, Initial residual = 0.06751379, Final residual = 0.004560499, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01093714, Final residual = 0.0008725618, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00239274, Final residual = 0.0002288886, No Iterations 2 time step continuity errors : sum local = 0.0001036975, global = -9.051405e-07, cumulative = -9.051405e-07 smoothSolver: Solving for omega, Initial residual = 0.001698988, Final residual = 8.889654e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 1, Final residual = 0.02912453, No Iterations 2 ExecutionTime = 1.56 s ClockTime = 2 s forces forces output: sum of forces: pressure : (13.38075 0.3687339 -6.185994) viscous : (1.55212 0.00155382 0.0106819) porous : (0 0 0) sum of moments: pressure : (0.07974479 5.75816 0.03976972) viscous : (-0.0004848912 0.4371431 0.01873814) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4594771 Cl = 0.01139358 Cl(f) = 0.005696788 Cl(r) = 0.005696788 Time = 2 smoothSolver: Solving for Ux, Initial residual = 0.01908432, Final residual = 0.001063862, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.026126, Final residual = 0.001328158, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.02654677, Final residual = 0.001420354, No Iterations 2 GAMG: Solving for p, Initial residual = 0.2282474, Final residual = 0.01069132, No Iterations 3 GAMG: Solving for p, Initial residual = 0.03964476, Final residual = 0.003619583, No Iterations 1 GAMG: Solving for p, Initial residual = 0.005439287, Final residual = 0.0002904275, No Iterations 3 GAMG: Solving for p, Initial residual = 0.002133763, Final residual = 0.0001129251, No Iterations 2 time step continuity errors : sum local = 6.488642e-05, global = 6.534419e-09, cumulative = -8.986061e-07 smoothSolver: Solving for omega, Initial residual = 0.001154389, Final residual = 7.379823e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.08469465, Final residual = 0.001959707, No Iterations 2 ExecutionTime = 2.56 s ClockTime = 3 s forces forces output: sum of forces: pressure : (24.73016 0.8007519 -11.09706) viscous : (1.578443 0.001375851 0.0129245) porous : (0 0 0) sum of moments: pressure : (0.1568538 10.74052 0.04455662) viscous : (-0.0004890173 0.4442542 0.0189686) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.809503 Cl = 0.02468109 Cl(f) = 0.01234054 Cl(r) = 0.01234054 Time = 3 smoothSolver: Solving for Ux, Initial residual = 0.02044328, Final residual = 0.001033458, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.02780733, Final residual = 0.001351114, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.02625237, Final residual = 0.001380438, No Iterations 2 GAMG: Solving for p, Initial residual = 0.102613, Final residual = 0.004725486, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01907122, Final residual = 0.001080005, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003358635, Final residual = 0.0002106391, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006974478, Final residual = 5.477833e-05, No Iterations 2 time step continuity errors : sum local = 2.40148e-05, global = 5.837484e-07, cumulative = -3.148577e-07 smoothSolver: Solving for omega, Initial residual = 0.0009143976, Final residual = 6.25818e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0438519, Final residual = 0.001061428, No Iterations 2 ExecutionTime = 3.56 s ClockTime = 4 s forces forces output: sum of forces: pressure : (23.69828 0.9900311 -11.59307) viscous : (1.59888 0.0009099074 0.01601173) porous : (0 0 0) sum of moments: pressure : (0.158663 10.71837 -0.07941076) viscous : (-0.00046529 0.4496966 0.01887231) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.7783814 Cl = 0.03049078 Cl(f) = 0.01524539 Cl(r) = 0.01524539 Time = 4 smoothSolver: Solving for Ux, Initial residual = 0.0233705, Final residual = 0.001252857, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.03010695, Final residual = 0.001566095, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.02670736, Final residual = 0.001503003, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1035806, Final residual = 0.007308188, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03391432, Final residual = 0.002501585, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007466365, Final residual = 0.0007035419, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00183155, Final residual = 0.0001006506, No Iterations 3 time step continuity errors : sum local = 2.832887e-05, global = -6.253693e-07, cumulative = -9.40227e-07 smoothSolver: Solving for omega, Initial residual = 0.0007753693, Final residual = 5.47741e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.02871224, Final residual = 0.0007227136, No Iterations 2 ExecutionTime = 4.57 s ClockTime = 5 s forces forces output: sum of forces: pressure : (13.24099 0.9058718 -9.188058) viscous : (1.615219 0.0004410765 0.01891786) porous : (0 0 0) sum of moments: pressure : (0.09663147 6.848178 -0.2680519) viscous : (-0.0004660555 0.4537697 0.01858368) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4571184 Cl = 0.02788681 Cl(f) = 0.01394341 Cl(r) = 0.01394341 Time = 5 smoothSolver: Solving for Ux, Initial residual = 0.01178423, Final residual = 0.0006631294, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.01604618, Final residual = 0.0009139383, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.01366381, Final residual = 0.0008057708, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1095588, Final residual = 0.008789545, No Iterations 2 GAMG: Solving for p, Initial residual = 0.04371987, Final residual = 0.003264498, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01023823, Final residual = 0.0008546728, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002458711, Final residual = 0.0002226513, No Iterations 2 time step continuity errors : sum local = 5.075755e-05, global = 1.993692e-08, cumulative = -9.2029e-07 smoothSolver: Solving for omega, Initial residual = 0.0006742817, Final residual = 4.800876e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.02077714, Final residual = 0.000536581, No Iterations 2 ExecutionTime = 5.55 s ClockTime = 6 s forces forces output: sum of forces: pressure : (3.859594 0.7103871 -6.779648) viscous : (1.630694 0.0001532419 0.02088804) porous : (0 0 0) sum of moments: pressure : (0.03999118 3.261231 -0.3737469) viscous : (-0.0004973258 0.4575015 0.01837976) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1689336 Cl = 0.02186299 Cl(f) = 0.01093149 Cl(r) = 0.01093149 Time = 6 smoothSolver: Solving for Ux, Initial residual = 0.009518783, Final residual = 0.0005124443, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.01401065, Final residual = 0.0007348437, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.01196111, Final residual = 0.000680495, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1040496, Final residual = 0.005709211, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02588053, Final residual = 0.001564263, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005269558, Final residual = 0.0003187604, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001099359, Final residual = 8.837488e-05, No Iterations 2 time step continuity errors : sum local = 2.343969e-05, global = 2.968577e-06, cumulative = 2.048287e-06 smoothSolver: Solving for omega, Initial residual = 0.0005904728, Final residual = 4.180453e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0159775, Final residual = 0.0004181483, No Iterations 2 ExecutionTime = 6.54 s ClockTime = 7 s forces forces output: sum of forces: pressure : (2.372999 0.5639312 -6.022518) viscous : (1.646547 -0.0001044429 0.02203573) porous : (0 0 0) sum of moments: pressure : (0.02690855 2.660918 -0.3468739) viscous : (-0.0004998133 0.4611841 0.01818906) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1236795 Cl = 0.01734868 Cl(f) = 0.008674339 Cl(r) = 0.008674339 Time = 7 smoothSolver: Solving for Ux, Initial residual = 0.008966709, Final residual = 0.0004955292, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.01643518, Final residual = 0.0008480325, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.01312591, Final residual = 0.0007580333, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1040813, Final residual = 0.005427706, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02019452, Final residual = 0.001412196, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004019755, Final residual = 0.0003198435, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0008711645, Final residual = 4.939968e-05, No Iterations 3 time step continuity errors : sum local = 1.645179e-05, global = 1.58254e-07, cumulative = 2.206541e-06 smoothSolver: Solving for omega, Initial residual = 0.0005224127, Final residual = 3.640188e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.01286168, Final residual = 0.0003395295, No Iterations 2 ExecutionTime = 7.55 s ClockTime = 8 s forces forces output: sum of forces: pressure : (7.432218 0.5711841 -6.867211) viscous : (1.662478 -0.0001516159 0.0228328) porous : (0 0 0) sum of moments: pressure : (0.03963731 4.650758 -0.2449858) viscous : (-0.0005460311 0.4648346 0.01806447) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2798394 Cl = 0.01757039 Cl(f) = 0.008785197 Cl(r) = 0.008785197 Time = 8 smoothSolver: Solving for Ux, Initial residual = 0.006016967, Final residual = 0.0003531753, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.01252567, Final residual = 0.0006878585, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.009887287, Final residual = 0.0005850564, No Iterations 2 GAMG: Solving for p, Initial residual = 0.08987999, Final residual = 0.005127359, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0177448, Final residual = 0.001157543, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003355279, Final residual = 0.0002923376, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0007937294, Final residual = 4.370802e-05, No Iterations 3 time step continuity errors : sum local = 1.60965e-05, global = -1.449771e-07, cumulative = 2.061564e-06 smoothSolver: Solving for omega, Initial residual = 0.0004702547, Final residual = 3.209276e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.01070894, Final residual = 0.0002853371, No Iterations 2 ExecutionTime = 8.56 s ClockTime = 9 s forces forces output: sum of forces: pressure : (13.27665 0.6500033 -8.152032) viscous : (1.677386 -0.0001668012 0.02359181) porous : (0 0 0) sum of moments: pressure : (0.05120955 7.040504 -0.1910343) viscous : (-0.0005945725 0.4682362 0.01793924) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4601284 Cl = 0.01999516 Cl(f) = 0.009997579 Cl(r) = 0.009997579 Time = 9 smoothSolver: Solving for Ux, Initial residual = 0.004657244, Final residual = 0.0002701836, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.01055041, Final residual = 0.0005945122, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.008176043, Final residual = 0.0004668199, No Iterations 2 GAMG: Solving for p, Initial residual = 0.06957286, Final residual = 0.00293485, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01219667, Final residual = 0.000616448, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002011746, Final residual = 0.0001533916, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004691865, Final residual = 4.160072e-05, No Iterations 2 time step continuity errors : sum local = 1.48601e-05, global = 8.477742e-07, cumulative = 2.909338e-06 smoothSolver: Solving for omega, Initial residual = 0.0004304231, Final residual = 2.875437e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.009137788, Final residual = 0.0002463749, No Iterations 2 ExecutionTime = 9.55 s ClockTime = 10 s forces forces output: sum of forces: pressure : (15.67155 0.6965174 -8.923477) viscous : (1.69062 -0.0001445788 0.02439567) porous : (0 0 0) sum of moments: pressure : (0.04506487 8.144665 -0.2316631) viscous : (-0.0006474356 0.4711745 0.01779532) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.5342258 Cl = 0.02142706 Cl(f) = 0.01071353 Cl(r) = 0.01071353 Time = 10 smoothSolver: Solving for Ux, Initial residual = 0.004141566, Final residual = 0.0002331729, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.01048333, Final residual = 0.0005900631, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.007502173, Final residual = 0.0004273111, No Iterations 2 GAMG: Solving for p, Initial residual = 0.05924291, Final residual = 0.002174354, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01005711, Final residual = 0.0005819124, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001716615, Final residual = 0.0001569843, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003888545, Final residual = 2.286058e-05, No Iterations 3 time step continuity errors : sum local = 7.540856e-06, global = 6.143155e-08, cumulative = 2.970769e-06 smoothSolver: Solving for omega, Initial residual = 0.0003986674, Final residual = 2.608202e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.007926605, Final residual = 0.0002164351, No Iterations 2 ExecutionTime = 10.57 s ClockTime = 11 s forces forces output: sum of forces: pressure : (14.52453 0.7160874 -8.956753) viscous : (1.702486 -9.67213e-05 0.024951) porous : (0 0 0) sum of moments: pressure : (0.01818508 7.865145 -0.3164706) viscous : (-0.0006895015 0.4736795 0.01763487) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4992975 Cl = 0.02203069 Cl(f) = 0.01101535 Cl(r) = 0.01101535 Time = 11 smoothSolver: Solving for Ux, Initial residual = 0.003270792, Final residual = 0.0001901046, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.008864026, Final residual = 0.0005253054, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.006220742, Final residual = 0.0003751279, No Iterations 2 GAMG: Solving for p, Initial residual = 0.05424204, Final residual = 0.002394292, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01010223, Final residual = 0.000670625, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001898674, Final residual = 8.733859e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0004285245, Final residual = 3.528262e-05, No Iterations 2 time step continuity errors : sum local = 1.102057e-05, global = -6.039658e-09, cumulative = 2.96473e-06 smoothSolver: Solving for omega, Initial residual = 0.0003712815, Final residual = 2.37629e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.006958464, Final residual = 0.0001918558, No Iterations 2 ExecutionTime = 11.58 s ClockTime = 12 s forces forces output: sum of forces: pressure : (12.32784 0.7363238 -8.544234) viscous : (1.713673 -0.0001557025 0.02540659) porous : (0 0 0) sum of moments: pressure : (-0.01496828 7.115373 -0.3647314) viscous : (-0.0006658602 0.4759434 0.01744294) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4320507 Cl = 0.02265154 Cl(f) = 0.01132577 Cl(r) = 0.01132577 Time = 12 smoothSolver: Solving for Ux, Initial residual = 0.002690159, Final residual = 0.0001597782, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.008000156, Final residual = 0.0004825797, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005628064, Final residual = 0.0003473482, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0486033, Final residual = 0.002018718, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008621887, Final residual = 0.0004947642, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001550308, Final residual = 0.0001063652, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003550107, Final residual = 3.081109e-05, No Iterations 2 time step continuity errors : sum local = 9.644236e-06, global = 1.196422e-06, cumulative = 4.161152e-06 smoothSolver: Solving for omega, Initial residual = 0.0003468292, Final residual = 2.1814e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.006174812, Final residual = 0.0001713568, No Iterations 2 ExecutionTime = 12.58 s ClockTime = 13 s forces forces output: sum of forces: pressure : (11.33214 0.7621814 -8.10149) viscous : (1.724432 -0.0002387132 0.02576844) porous : (0 0 0) sum of moments: pressure : (-0.03605979 6.775946 -0.3530666) viscous : (-0.000623299 0.4780498 0.01728248) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4017443 Cl = 0.02344461 Cl(f) = 0.01172231 Cl(r) = 0.01172231 Time = 13 smoothSolver: Solving for Ux, Initial residual = 0.002491455, Final residual = 0.0001481381, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.008122187, Final residual = 0.0004823534, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005568298, Final residual = 0.0003449162, No Iterations 2 GAMG: Solving for p, Initial residual = 0.04410782, Final residual = 0.001664181, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007529226, Final residual = 0.00040276, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001376653, Final residual = 9.676451e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002944836, Final residual = 2.901132e-05, No Iterations 2 time step continuity errors : sum local = 9.412192e-06, global = 9.490094e-07, cumulative = 5.110161e-06 smoothSolver: Solving for omega, Initial residual = 0.0003245596, Final residual = 2.008299e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.005535248, Final residual = 0.0001544052, No Iterations 2 ExecutionTime = 13.57 s ClockTime = 14 s forces forces output: sum of forces: pressure : (11.99488 0.7972317 -7.857032) viscous : (1.734677 -0.0003072177 0.02604093) porous : (0 0 0) sum of moments: pressure : (-0.04490455 7.058784 -0.3081136) viscous : (-0.0005819442 0.4799944 0.01715685) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.422452 Cl = 0.02452098 Cl(f) = 0.01226049 Cl(r) = 0.01226049 Time = 14 smoothSolver: Solving for Ux, Initial residual = 0.002242593, Final residual = 0.0001368802, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.007842222, Final residual = 0.0004726004, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005327382, Final residual = 0.0003337751, No Iterations 2 GAMG: Solving for p, Initial residual = 0.04028017, Final residual = 0.001552487, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007036992, Final residual = 0.0003940504, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00131353, Final residual = 9.696256e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002743044, Final residual = 1.60813e-05, No Iterations 3 time step continuity errors : sum local = 5.377334e-06, global = -4.890746e-07, cumulative = 4.621086e-06 smoothSolver: Solving for omega, Initial residual = 0.0003047281, Final residual = 1.85982e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.005008622, Final residual = 0.0001404416, No Iterations 2 ExecutionTime = 14.58 s ClockTime = 15 s forces forces output: sum of forces: pressure : (13.37645 0.8382902 -7.816268) viscous : (1.744192 -0.0004186404 0.02625575) porous : (0 0 0) sum of moments: pressure : (-0.05479439 7.638195 -0.2684884) viscous : (-0.0005191279 0.4817121 0.0170177) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4652549 Cl = 0.02578091 Cl(f) = 0.01289045 Cl(r) = 0.01289045 Time = 15 smoothSolver: Solving for Ux, Initial residual = 0.002040868, Final residual = 0.000125326, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.007481706, Final residual = 0.0004542215, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00508553, Final residual = 0.0003192757, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03634246, Final residual = 0.001268785, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006004319, Final residual = 0.0002949925, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001028469, Final residual = 7.301466e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002190205, Final residual = 2.168137e-05, No Iterations 2 time step continuity errors : sum local = 7.314608e-06, global = 2.318493e-07, cumulative = 4.852936e-06 smoothSolver: Solving for omega, Initial residual = 0.0002870624, Final residual = 1.728854e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.004568166, Final residual = 0.0001287588, No Iterations 2 ExecutionTime = 15.58 s ClockTime = 16 s forces forces output: sum of forces: pressure : (14.40862 0.8615052 -7.862632) viscous : (1.752951 -0.0004438043 0.0264266) porous : (0 0 0) sum of moments: pressure : (-0.07136259 8.112578 -0.2643309) viscous : (-0.0004877728 0.4832055 0.01691237) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4972839 Cl = 0.02649445 Cl(f) = 0.01324722 Cl(r) = 0.01324722 Time = 16 smoothSolver: Solving for Ux, Initial residual = 0.001896411, Final residual = 0.0001149761, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.007322651, Final residual = 0.0004422499, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004914471, Final residual = 0.0003085262, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0326155, Final residual = 0.001033049, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005023473, Final residual = 0.0002162896, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0007611564, Final residual = 4.46663e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001625846, Final residual = 1.228394e-05, No Iterations 2 time step continuity errors : sum local = 4.11806e-06, global = 2.417295e-07, cumulative = 5.094665e-06 smoothSolver: Solving for omega, Initial residual = 0.0002709123, Final residual = 1.613772e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.004193869, Final residual = 0.0001187673, No Iterations 2 ExecutionTime = 16.57 s ClockTime = 17 s forces forces output: sum of forces: pressure : (14.74702 0.8889492 -7.83553) viscous : (1.761073 -0.0005160244 0.02653621) porous : (0 0 0) sum of moments: pressure : (-0.09738911 8.323145 -0.2857096) viscous : (-0.0004347907 0.4845188 0.01677036) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.507946 Cl = 0.02733666 Cl(f) = 0.01366833 Cl(r) = 0.01366833 Time = 17 smoothSolver: Solving for Ux, Initial residual = 0.001749352, Final residual = 0.0001050641, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.007104172, Final residual = 0.0004279705, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004716718, Final residual = 0.0002979765, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03009576, Final residual = 0.0009462222, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00451711, Final residual = 0.0002240986, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0007132111, Final residual = 4.746103e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000164574, Final residual = 1.305353e-05, No Iterations 2 time step continuity errors : sum local = 4.34163e-06, global = 3.363179e-07, cumulative = 5.430983e-06 smoothSolver: Solving for omega, Initial residual = 0.0002558434, Final residual = 1.509741e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003868878, Final residual = 0.0001100067, No Iterations 2 ExecutionTime = 17.56 s ClockTime = 18 s forces forces output: sum of forces: pressure : (14.66107 0.9095113 -7.684393) viscous : (1.768636 -0.0005677498 0.02658192) porous : (0 0 0) sum of moments: pressure : (-0.1209983 8.357146 -0.3150825) viscous : (-0.0003865953 0.4856809 0.01662675) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.5055343 Cl = 0.02796776 Cl(f) = 0.01398388 Cl(r) = 0.01398388 Time = 18 smoothSolver: Solving for Ux, Initial residual = 0.001621155, Final residual = 9.667286e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.006869979, Final residual = 0.000411465, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004572318, Final residual = 0.0002867787, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02809227, Final residual = 0.0009053845, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004218813, Final residual = 0.0001975501, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006664242, Final residual = 4.596297e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000163042, Final residual = 1.250291e-05, No Iterations 2 time step continuity errors : sum local = 4.152377e-06, global = 8.305831e-08, cumulative = 5.514041e-06 smoothSolver: Solving for omega, Initial residual = 0.0002421489, Final residual = 1.416578e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003585209, Final residual = 0.0001023766, No Iterations 2 ExecutionTime = 18.55 s ClockTime = 19 s forces forces output: sum of forces: pressure : (14.55408 0.8967689 -7.441513) viscous : (1.775556 -0.0005187171 0.02655764) porous : (0 0 0) sum of moments: pressure : (-0.1316841 8.356152 -0.3425062) viscous : (-0.0003834305 0.486656 0.01651346) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.502455 Cl = 0.02757719 Cl(f) = 0.01378859 Cl(r) = 0.01378859 Time = 19 smoothSolver: Solving for Ux, Initial residual = 0.00152471, Final residual = 9.030518e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.006737098, Final residual = 0.0004023772, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004522601, Final residual = 0.0002791917, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0263357, Final residual = 0.0008547377, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003952717, Final residual = 0.0001901042, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006400818, Final residual = 4.870357e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001639466, Final residual = 1.32434e-05, No Iterations 2 time step continuity errors : sum local = 4.418987e-06, global = 2.602055e-08, cumulative = 5.540062e-06 smoothSolver: Solving for omega, Initial residual = 0.0002298032, Final residual = 1.332751e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003336326, Final residual = 9.569838e-05, No Iterations 2 ExecutionTime = 19.55 s ClockTime = 20 s forces forces output: sum of forces: pressure : (14.63591 0.8814268 -7.168279) viscous : (1.781881 -0.0004758534 0.02645497) porous : (0 0 0) sum of moments: pressure : (-0.138954 8.402258 -0.3545861) viscous : (-0.0003732682 0.4874802 0.01637689) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.5051675 Cl = 0.02710644 Cl(f) = 0.01355322 Cl(r) = 0.01355322 Time = 20 smoothSolver: Solving for Ux, Initial residual = 0.001443499, Final residual = 8.558893e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.006657493, Final residual = 0.0004001007, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004495051, Final residual = 0.0002758157, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02507874, Final residual = 0.000819432, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003723569, Final residual = 0.0001909525, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006212857, Final residual = 5.448898e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001628481, Final residual = 1.548098e-05, No Iterations 2 time step continuity errors : sum local = 5.201832e-06, global = -1.072815e-07, cumulative = 5.43278e-06 smoothSolver: Solving for omega, Initial residual = 0.0002180393, Final residual = 1.256733e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003115901, Final residual = 8.965451e-05, No Iterations 2 ExecutionTime = 20.54 s ClockTime = 21 s forces forces output: sum of forces: pressure : (14.8489 0.9048021 -6.921819) viscous : (1.787698 -0.0004610379 0.02629515) porous : (0 0 0) sum of moments: pressure : (-0.1592755 8.501167 -0.3451967) viscous : (-0.0003468966 0.488176 0.01622196) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.5119002 Cl = 0.02782614 Cl(f) = 0.01391307 Cl(r) = 0.01391307 Time = 21 smoothSolver: Solving for Ux, Initial residual = 0.001369081, Final residual = 8.147432e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.006566027, Final residual = 0.0003955437, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004459844, Final residual = 0.0002716887, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02392835, Final residual = 0.000769313, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003541826, Final residual = 0.000162437, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005582793, Final residual = 4.941576e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000140221, Final residual = 7.659025e-06, No Iterations 3 time step continuity errors : sum local = 2.585634e-06, global = -2.05895e-08, cumulative = 5.412191e-06 smoothSolver: Solving for omega, Initial residual = 0.0002067274, Final residual = 1.187643e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002920334, Final residual = 8.432265e-05, No Iterations 2 ExecutionTime = 21.57 s ClockTime = 22 s forces forces output: sum of forces: pressure : (15.03522 0.9200294 -6.713243) viscous : (1.7931 -0.0003988941 0.02609041) porous : (0 0 0) sum of moments: pressure : (-0.1782042 8.60168 -0.3383888) viscous : (-0.0003335174 0.4887778 0.01608787) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.5177994 Cl = 0.02829659 Cl(f) = 0.01414829 Cl(r) = 0.01414829 Time = 22 smoothSolver: Solving for Ux, Initial residual = 0.001300049, Final residual = 7.748919e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.006473225, Final residual = 0.000388506, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004422416, Final residual = 0.0002656748, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02300948, Final residual = 0.0007114162, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003387497, Final residual = 0.0001377525, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005039649, Final residual = 3.334678e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001124669, Final residual = 9.17714e-06, No Iterations 2 time step continuity errors : sum local = 3.103784e-06, global = -1.011742e-07, cumulative = 5.311017e-06 smoothSolver: Solving for omega, Initial residual = 0.0001963688, Final residual = 1.124578e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002744563, Final residual = 7.96535e-05, No Iterations 2 ExecutionTime = 22.56 s ClockTime = 23 s forces forces output: sum of forces: pressure : (15.08198 0.9070861 -6.550293) viscous : (1.798144 -0.0003228392 0.0259026) porous : (0 0 0) sum of moments: pressure : (-0.1877717 8.65847 -0.3410818) viscous : (-0.0003211635 0.4892864 0.01596887) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.5193932 Cl = 0.02790067 Cl(f) = 0.01395033 Cl(r) = 0.01395033 Time = 23 smoothSolver: Solving for Ux, Initial residual = 0.001236993, Final residual = 7.346544e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.006386122, Final residual = 0.0003833447, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004389278, Final residual = 0.0002600302, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02228072, Final residual = 0.0006664241, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003240064, Final residual = 0.0001247943, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004811515, Final residual = 2.568523e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001116463, Final residual = 6.047861e-06, No Iterations 2 time step continuity errors : sum local = 2.044575e-06, global = -1.419881e-07, cumulative = 5.169029e-06 smoothSolver: Solving for omega, Initial residual = 0.0001865737, Final residual = 1.06525e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00258559, Final residual = 7.550888e-05, No Iterations 2 ExecutionTime = 23.55 s ClockTime = 24 s forces forces output: sum of forces: pressure : (14.99385 0.9063208 -6.41915) viscous : (1.802814 -0.0003097212 0.02572172) porous : (0 0 0) sum of moments: pressure : (-0.2017889 8.666768 -0.3363604) viscous : (-0.0002778271 0.4897067 0.01581526) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.5168253 Cl = 0.02787753 Cl(f) = 0.01393876 Cl(r) = 0.01393876 Time = 24 smoothSolver: Solving for Ux, Initial residual = 0.001179732, Final residual = 6.958725e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.006291659, Final residual = 0.0003785471, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004363117, Final residual = 0.0002553466, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02156729, Final residual = 0.000638146, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003128557, Final residual = 0.000121109, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004768771, Final residual = 2.523772e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001121851, Final residual = 6.641784e-06, No Iterations 2 time step continuity errors : sum local = 2.24345e-06, global = -1.459328e-07, cumulative = 5.023096e-06 smoothSolver: Solving for omega, Initial residual = 0.0001775021, Final residual = 1.0113e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00244226, Final residual = 7.173975e-05, No Iterations 2 ExecutionTime = 24.54 s ClockTime = 25 s forces forces output: sum of forces: pressure : (14.84032 0.9081276 -6.313813) viscous : (1.80721 -0.0002699624 0.02556613) porous : (0 0 0) sum of moments: pressure : (-0.2166142 8.649771 -0.3276648) viscous : (-0.0002416203 0.4900732 0.01566529) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.5122366 Cl = 0.02793435 Cl(f) = 0.01396717 Cl(r) = 0.01396717 Time = 25 smoothSolver: Solving for Ux, Initial residual = 0.001125748, Final residual = 6.614111e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.006199199, Final residual = 0.0003750472, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004335573, Final residual = 0.0002517039, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02096865, Final residual = 0.0006179227, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003041619, Final residual = 0.0001222938, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004711162, Final residual = 2.604014e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001118036, Final residual = 7.144071e-06, No Iterations 2 time step continuity errors : sum local = 2.41423e-06, global = 1.303312e-07, cumulative = 5.153427e-06 smoothSolver: Solving for omega, Initial residual = 0.0001690319, Final residual = 9.606184e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002310948, Final residual = 6.82746e-05, No Iterations 2 ExecutionTime = 25.55 s ClockTime = 26 s forces forces output: sum of forces: pressure : (14.69518 0.8978125 -6.229587) viscous : (1.811326 -0.0002053029 0.0254458) porous : (0 0 0) sum of moments: pressure : (-0.2258922 8.630602 -0.3180834) viscous : (-0.0002139664 0.4903741 0.01551933) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.5078971 Cl = 0.02761894 Cl(f) = 0.01380947 Cl(r) = 0.01380947 Time = 26 smoothSolver: Solving for Ux, Initial residual = 0.001078398, Final residual = 6.325428e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.006114222, Final residual = 0.0003716294, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004306206, Final residual = 0.0002487006, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02054554, Final residual = 0.0005989489, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002968936, Final residual = 0.000123977, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004614198, Final residual = 2.641488e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001097238, Final residual = 6.876561e-06, No Iterations 2 time step continuity errors : sum local = 2.327752e-06, global = 6.188332e-08, cumulative = 5.21531e-06 smoothSolver: Solving for omega, Initial residual = 0.0001609729, Final residual = 9.109551e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002192362, Final residual = 6.507871e-05, No Iterations 2 ExecutionTime = 26.54 s ClockTime = 27 s forces forces output: sum of forces: pressure : (14.57744 0.8776508 -6.166057) viscous : (1.815189 -0.0001564469 0.02537668) porous : (0 0 0) sum of moments: pressure : (-0.2293895 8.615667 -0.3066751) viscous : (-0.0001833253 0.4906208 0.0153645) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.5043935 Cl = 0.02700008 Cl(f) = 0.01350004 Cl(r) = 0.01350004 Time = 27 smoothSolver: Solving for Ux, Initial residual = 0.001035426, Final residual = 6.065861e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.006026787, Final residual = 0.0003678746, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004274064, Final residual = 0.0002464563, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0199817, Final residual = 0.0005829564, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002883756, Final residual = 0.0001203812, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004488112, Final residual = 2.652434e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001074252, Final residual = 6.643117e-06, No Iterations 2 time step continuity errors : sum local = 2.252925e-06, global = -7.789367e-08, cumulative = 5.137417e-06 smoothSolver: Solving for omega, Initial residual = 0.0001532695, Final residual = 8.636413e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002082654, Final residual = 6.213601e-05, No Iterations 2 ExecutionTime = 27.53 s ClockTime = 28 s forces forces output: sum of forces: pressure : (14.47023 0.8796274 -6.142038) viscous : (1.818886 -0.0001966057 0.02538248) porous : (0 0 0) sum of moments: pressure : (-0.2373571 8.605217 -0.284982) viscous : (-0.0001268821 0.4908288 0.0151755) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.5012083 Cl = 0.02705966 Cl(f) = 0.01352983 Cl(r) = 0.01352983 Time = 28 smoothSolver: Solving for Ux, Initial residual = 0.0009952377, Final residual = 5.81288e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005944928, Final residual = 0.0003621547, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004235428, Final residual = 0.0002436839, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01966203, Final residual = 0.0005594202, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002797559, Final residual = 0.0001114147, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004259428, Final residual = 2.551745e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001028122, Final residual = 6.241408e-06, No Iterations 2 time step continuity errors : sum local = 2.120747e-06, global = -8.79245e-08, cumulative = 5.049492e-06 smoothSolver: Solving for omega, Initial residual = 0.0001462431, Final residual = 8.204681e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001981492, Final residual = 5.934685e-05, No Iterations 2 ExecutionTime = 28.52 s ClockTime = 29 s forces forces output: sum of forces: pressure : (14.35654 0.8918339 -6.150471) viscous : (1.822418 -0.0002687704 0.02544948) porous : (0 0 0) sum of moments: pressure : (-0.2467015 8.596744 -0.2637362) viscous : (-6.600268e-05 0.4910054 0.01498672) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4978188 Cl = 0.02743303 Cl(f) = 0.01371652 Cl(r) = 0.01371652 Time = 29 smoothSolver: Solving for Ux, Initial residual = 0.0009570251, Final residual = 5.556139e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005849154, Final residual = 0.0003549015, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004179955, Final residual = 0.0002394211, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01959897, Final residual = 0.0005312539, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00273362, Final residual = 0.0001022313, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004025707, Final residual = 2.307243e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.558639e-05, Final residual = 5.606322e-06, No Iterations 2 time step continuity errors : sum local = 1.908637e-06, global = -1.073986e-08, cumulative = 5.038752e-06 smoothSolver: Solving for omega, Initial residual = 0.0001397285, Final residual = 7.802628e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001889621, Final residual = 5.678831e-05, No Iterations 2 ExecutionTime = 29.51 s ClockTime = 30 s forces forces output: sum of forces: pressure : (14.2358 0.8959801 -6.16262) viscous : (1.825688 -0.0004059661 0.02558421) porous : (0 0 0) sum of moments: pressure : (-0.2537901 8.578202 -0.2507704) viscous : (1.749641e-05 0.4910977 0.01478185) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4942043 Cl = 0.02755639 Cl(f) = 0.01377819 Cl(r) = 0.01377819 Time = 30 smoothSolver: Solving for Ux, Initial residual = 0.0009217577, Final residual = 5.302293e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005747608, Final residual = 0.0003468508, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00411855, Final residual = 0.0002347048, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01945919, Final residual = 0.0005059624, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002665138, Final residual = 9.564146e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003823074, Final residual = 2.077531e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.695069e-05, Final residual = 4.865956e-06, No Iterations 2 time step continuity errors : sum local = 1.660218e-06, global = 2.010465e-09, cumulative = 5.040763e-06 smoothSolver: Solving for omega, Initial residual = 0.0001335188, Final residual = 7.441246e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001803889, Final residual = 5.430405e-05, No Iterations 2 ExecutionTime = 30.52 s ClockTime = 31 s forces forces output: sum of forces: pressure : (14.11454 0.8852111 -6.162341) viscous : (1.828733 -0.0005702198 0.0257032) porous : (0 0 0) sum of moments: pressure : (-0.256403 8.549446 -0.2464369) viscous : (0.0001173465 0.4911564 0.01458026) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4905669 Cl = 0.02721998 Cl(f) = 0.01360999 Cl(r) = 0.01360999 Time = 31 smoothSolver: Solving for Ux, Initial residual = 0.0008880535, Final residual = 5.06122e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005645706, Final residual = 0.0003384377, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004062139, Final residual = 0.0002307422, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01945244, Final residual = 0.001942757, No Iterations 1 GAMG: Solving for p, Initial residual = 0.003219491, Final residual = 0.000177247, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0007511818, Final residual = 3.820989e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001366707, Final residual = 8.367866e-06, No Iterations 2 time step continuity errors : sum local = 2.860691e-06, global = 1.450939e-07, cumulative = 5.185857e-06 smoothSolver: Solving for omega, Initial residual = 0.0001276098, Final residual = 7.104024e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001724761, Final residual = 5.215581e-05, No Iterations 2 ExecutionTime = 31.51 s ClockTime = 32 s forces forces output: sum of forces: pressure : (14.00008 0.8708077 -6.161365) viscous : (1.831567 -0.0007693226 0.02583684) porous : (0 0 0) sum of moments: pressure : (-0.2569328 8.519267 -0.2430724) viscous : (0.0002333025 0.4911832 0.0143784) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4871322 Cl = 0.02677066 Cl(f) = 0.01338533 Cl(r) = 0.01338533 Time = 32 smoothSolver: Solving for Ux, Initial residual = 0.000857147, Final residual = 4.852053e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005546292, Final residual = 0.0003300122, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003995786, Final residual = 0.0002269094, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01921591, Final residual = 0.0004909447, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002571165, Final residual = 9.192312e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003637243, Final residual = 2.209665e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.905549e-05, Final residual = 5.699401e-06, No Iterations 2 time step continuity errors : sum local = 1.953313e-06, global = 2.60892e-07, cumulative = 5.446749e-06 smoothSolver: Solving for omega, Initial residual = 0.0001220687, Final residual = 6.77928e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001650968, Final residual = 5.025239e-05, No Iterations 2 ExecutionTime = 32.52 s ClockTime = 33 s forces forces output: sum of forces: pressure : (13.89741 0.8745476 -6.193596) viscous : (1.834166 -0.0009942195 0.02599923) porous : (0 0 0) sum of moments: pressure : (-0.2606384 8.50373 -0.2288153) viscous : (0.0003594594 0.4911475 0.01417313) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4840529 Cl = 0.02687882 Cl(f) = 0.01343941 Cl(r) = 0.01343941 Time = 33 smoothSolver: Solving for Ux, Initial residual = 0.0008287097, Final residual = 4.681385e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005444892, Final residual = 0.0003226025, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003926053, Final residual = 0.0002234636, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01866695, Final residual = 0.0004895056, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002491667, Final residual = 9.075015e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003511131, Final residual = 2.34921e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.746383e-05, Final residual = 7.305209e-06, No Iterations 2 time step continuity errors : sum local = 2.5103e-06, global = 1.910683e-07, cumulative = 5.637817e-06 smoothSolver: Solving for omega, Initial residual = 0.0001166947, Final residual = 6.458338e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001581785, Final residual = 4.840048e-05, No Iterations 2 ExecutionTime = 33.51 s ClockTime = 34 s forces forces output: sum of forces: pressure : (13.80608 0.8882773 -6.254139) viscous : (1.836539 -0.001225744 0.02619315) porous : (0 0 0) sum of moments: pressure : (-0.2653364 8.502398 -0.208266) viscous : (0.0004887315 0.4910513 0.01397268) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4813158 Cl = 0.02729415 Cl(f) = 0.01364708 Cl(r) = 0.01364708 Time = 34 smoothSolver: Solving for Ux, Initial residual = 0.0008014302, Final residual = 4.528027e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005335654, Final residual = 0.0003148474, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003848453, Final residual = 0.0002200892, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01810882, Final residual = 0.0004833793, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002416061, Final residual = 8.852513e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003395384, Final residual = 2.421619e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.797504e-05, Final residual = 7.362385e-06, No Iterations 2 time step continuity errors : sum local = 2.536508e-06, global = 5.572516e-08, cumulative = 5.693542e-06 smoothSolver: Solving for omega, Initial residual = 0.0001118129, Final residual = 6.163417e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001517417, Final residual = 4.668642e-05, No Iterations 2 ExecutionTime = 34.51 s ClockTime = 35 s forces forces output: sum of forces: pressure : (13.70982 0.9002664 -6.312051) viscous : (1.838667 -0.001474246 0.02642183) porous : (0 0 0) sum of moments: pressure : (-0.2694645 8.495879 -0.1904866) viscous : (0.0006247979 0.4908899 0.01376963) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4784194 Cl = 0.0276554 Cl(f) = 0.0138277 Cl(r) = 0.0138277 Time = 35 smoothSolver: Solving for Ux, Initial residual = 0.0007748298, Final residual = 4.390481e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005221106, Final residual = 0.0003070951, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003765901, Final residual = 0.0002165305, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01788766, Final residual = 0.0004690844, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002350458, Final residual = 8.548964e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003289371, Final residual = 2.403343e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.805656e-05, Final residual = 6.777178e-06, No Iterations 2 time step continuity errors : sum local = 2.340324e-06, global = 4.421413e-08, cumulative = 5.737756e-06 smoothSolver: Solving for omega, Initial residual = 0.0001072191, Final residual = 5.90411e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001458654, Final residual = 4.518685e-05, No Iterations 2 ExecutionTime = 35.51 s ClockTime = 36 s forces forces output: sum of forces: pressure : (13.60295 0.9127665 -6.350292) viscous : (1.840573 -0.001738417 0.02668351) porous : (0 0 0) sum of moments: pressure : (-0.275522 8.474745 -0.1770118) viscous : (0.0007636931 0.4906695 0.01355961) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4751898 Cl = 0.0280319 Cl(f) = 0.01401595 Cl(r) = 0.01401595 Time = 36 smoothSolver: Solving for Ux, Initial residual = 0.0007493756, Final residual = 4.265194e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005106846, Final residual = 0.000299984, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003680302, Final residual = 0.0002129201, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0177974, Final residual = 0.001762178, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002895377, Final residual = 0.0001600789, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006427188, Final residual = 3.705892e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001224907, Final residual = 1.01967e-05, No Iterations 2 time step continuity errors : sum local = 3.528097e-06, global = 7.115102e-08, cumulative = 5.808907e-06 smoothSolver: Solving for omega, Initial residual = 0.0001028347, Final residual = 5.671621e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001403346, Final residual = 4.385221e-05, No Iterations 2 ExecutionTime = 36.5 s ClockTime = 37 s forces forces output: sum of forces: pressure : (13.49997 0.933632 -6.395438) viscous : (1.842277 -0.002014677 0.02697898) porous : (0 0 0) sum of moments: pressure : (-0.284436 8.456148 -0.1620529) viscous : (0.0009035377 0.4903904 0.01335167) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4720736 Cl = 0.02866542 Cl(f) = 0.01433271 Cl(r) = 0.01433271 Time = 37 smoothSolver: Solving for Ux, Initial residual = 0.0007256678, Final residual = 4.150226e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004993391, Final residual = 0.0002936226, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003598398, Final residual = 0.0002092676, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01775134, Final residual = 0.001738333, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002864186, Final residual = 0.0001576013, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006291898, Final residual = 3.83459e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001232449, Final residual = 1.035662e-05, No Iterations 2 time step continuity errors : sum local = 3.594105e-06, global = 8.374776e-08, cumulative = 5.892655e-06 smoothSolver: Solving for omega, Initial residual = 9.881663e-05, Final residual = 5.464042e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001351323, Final residual = 4.261498e-05, No Iterations 2 ExecutionTime = 37.61 s ClockTime = 38 s forces forces output: sum of forces: pressure : (13.40604 0.969366 -6.442549) viscous : (1.843764 -0.002285219 0.027284) porous : (0 0 0) sum of moments: pressure : (-0.2988388 8.440627 -0.1406061) viscous : (0.001044413 0.4900654 0.01315579) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4692291 Cl = 0.02975661 Cl(f) = 0.01487831 Cl(r) = 0.01487831 Time = 38 smoothSolver: Solving for Ux, Initial residual = 0.000702785, Final residual = 4.042121e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004885394, Final residual = 0.0002873017, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003519295, Final residual = 0.0002057029, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01776239, Final residual = 0.001727862, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002854781, Final residual = 0.0001566797, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006199841, Final residual = 4.058228e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001248674, Final residual = 1.099601e-05, No Iterations 2 time step continuity errors : sum local = 3.830853e-06, global = 1.131185e-07, cumulative = 6.005774e-06 smoothSolver: Solving for omega, Initial residual = 9.493585e-05, Final residual = 5.264871e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001302031, Final residual = 4.146769e-05, No Iterations 2 ExecutionTime = 38.59 s ClockTime = 39 s forces forces output: sum of forces: pressure : (13.31669 1.015581 -6.489941) viscous : (1.845017 -0.002545944 0.02761147) porous : (0 0 0) sum of moments: pressure : (-0.3171428 8.432324 -0.1149866) viscous : (0.001183725 0.4896759 0.01297095) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4665184 Cl = 0.03117061 Cl(f) = 0.01558531 Cl(r) = 0.01558531 Time = 39 smoothSolver: Solving for Ux, Initial residual = 0.0006807196, Final residual = 3.932215e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004767349, Final residual = 0.0002812378, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003431391, Final residual = 0.0002014762, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01776798, Final residual = 0.001732168, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00284641, Final residual = 0.0001559168, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006123908, Final residual = 4.19371e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001276766, Final residual = 1.144188e-05, No Iterations 2 time step continuity errors : sum local = 4.003742e-06, global = 1.238059e-07, cumulative = 6.129579e-06 smoothSolver: Solving for omega, Initial residual = 9.133635e-05, Final residual = 5.08251e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001255848, Final residual = 4.038007e-05, No Iterations 2 ExecutionTime = 39.57 s ClockTime = 40 s forces forces output: sum of forces: pressure : (13.22764 1.054579 -6.539537) viscous : (1.846053 -0.002778315 0.02795482) porous : (0 0 0) sum of moments: pressure : (-0.3317235 8.432368 -0.09185914) viscous : (0.001315421 0.489236 0.01280799) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4638103 Cl = 0.03236339 Cl(f) = 0.0161817 Cl(r) = 0.0161817 Time = 40 smoothSolver: Solving for Ux, Initial residual = 0.0006597641, Final residual = 3.825637e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004654012, Final residual = 0.0002756347, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003337377, Final residual = 0.0001965816, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01768889, Final residual = 0.001732365, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002822321, Final residual = 0.000155064, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006021884, Final residual = 4.226517e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001299549, Final residual = 1.150964e-05, No Iterations 2 time step continuity errors : sum local = 4.043066e-06, global = 1.239384e-07, cumulative = 6.253518e-06 smoothSolver: Solving for omega, Initial residual = 8.779312e-05, Final residual = 4.896093e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001211869, Final residual = 3.930308e-05, No Iterations 2 ExecutionTime = 40.56 s ClockTime = 42 s forces forces output: sum of forces: pressure : (13.14381 1.082994 -6.59979) viscous : (1.846877 -0.002977388 0.02829551) porous : (0 0 0) sum of moments: pressure : (-0.3391026 8.44442 -0.07180499) viscous : (0.001435529 0.4887547 0.01266474) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4612562 Cl = 0.0332316 Cl(f) = 0.0166158 Cl(r) = 0.0166158 Time = 41 smoothSolver: Solving for Ux, Initial residual = 0.0006397739, Final residual = 3.723853e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004548753, Final residual = 0.0002699266, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003244653, Final residual = 0.0001915507, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0176156, Final residual = 0.00174238, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002794963, Final residual = 0.0001551943, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005955688, Final residual = 4.169076e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001302506, Final residual = 1.13478e-05, No Iterations 2 time step continuity errors : sum local = 3.998954e-06, global = 1.234218e-07, cumulative = 6.37694e-06 smoothSolver: Solving for omega, Initial residual = 8.442056e-05, Final residual = 4.716603e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001170281, Final residual = 3.82587e-05, No Iterations 2 ExecutionTime = 41.56 s ClockTime = 43 s forces forces output: sum of forces: pressure : (13.05927 1.113266 -6.674174) viscous : (1.847478 -0.003139099 0.02864268) porous : (0 0 0) sum of moments: pressure : (-0.3448153 8.461768 -0.04777514) viscous : (0.001537613 0.4882206 0.01253715) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4586736 Cl = 0.03415808 Cl(f) = 0.01707904 Cl(r) = 0.01707904 Time = 42 smoothSolver: Solving for Ux, Initial residual = 0.0006211373, Final residual = 3.616322e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004450699, Final residual = 0.0002645063, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003158181, Final residual = 0.0001866032, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01749405, Final residual = 0.001743068, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002787064, Final residual = 0.0001560035, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005922662, Final residual = 4.093032e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001291453, Final residual = 1.125183e-05, No Iterations 2 time step continuity errors : sum local = 3.976614e-06, global = 1.246891e-07, cumulative = 6.501629e-06 smoothSolver: Solving for omega, Initial residual = 8.137243e-05, Final residual = 4.542502e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001131055, Final residual = 3.728168e-05, No Iterations 2 ExecutionTime = 42.53 s ClockTime = 44 s forces forces output: sum of forces: pressure : (12.96627 1.152782 -6.750977) viscous : (1.847874 -0.003283856 0.02898357) porous : (0 0 0) sum of moments: pressure : (-0.3550858 8.473751 -0.01762514) viscous : (0.001628571 0.4876515 0.01240951) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4558241 Cl = 0.03536951 Cl(f) = 0.01768475 Cl(r) = 0.01768475 Time = 43 smoothSolver: Solving for Ux, Initial residual = 0.0006036138, Final residual = 3.505933e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004366737, Final residual = 0.0002593765, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003076938, Final residual = 0.0001821712, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01725675, Final residual = 0.001724023, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002770026, Final residual = 0.0001556227, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00058778, Final residual = 4.045025e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001275481, Final residual = 1.139683e-05, No Iterations 2 time step continuity errors : sum local = 4.04094e-06, global = 1.322038e-07, cumulative = 6.633833e-06 smoothSolver: Solving for omega, Initial residual = 7.856041e-05, Final residual = 4.368404e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00109352, Final residual = 3.637602e-05, No Iterations 2 ExecutionTime = 43.52 s ClockTime = 45 s forces forces output: sum of forces: pressure : (12.85953 1.193394 -6.818711) viscous : (1.848078 -0.003433421 0.02931064) porous : (0 0 0) sum of moments: pressure : (-0.3682369 8.473347 0.01210966) viscous : (0.00171535 0.4870584 0.01226896) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.452546 Cl = 0.03661451 Cl(f) = 0.01830726 Cl(r) = 0.01830726 Time = 44 smoothSolver: Solving for Ux, Initial residual = 0.0005872596, Final residual = 3.40673e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004296229, Final residual = 0.0002548622, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002998877, Final residual = 0.0001778652, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01711499, Final residual = 0.001696641, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002734291, Final residual = 0.0001568202, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005831173, Final residual = 4.135249e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001286373, Final residual = 1.190964e-05, No Iterations 2 time step continuity errors : sum local = 4.238494e-06, global = 1.438826e-07, cumulative = 6.777715e-06 smoothSolver: Solving for omega, Initial residual = 7.582114e-05, Final residual = 4.206196e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001058713, Final residual = 3.549811e-05, No Iterations 2 ExecutionTime = 44.49 s ClockTime = 46 s forces forces output: sum of forces: pressure : (12.7439 1.212344 -6.870801) viscous : (1.848052 -0.003577249 0.02964735) porous : (0 0 0) sum of moments: pressure : (-0.3733275 8.463575 0.02773766) viscous : (0.001793016 0.4864161 0.01212585) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4489874 Cl = 0.03719318 Cl(f) = 0.01859659 Cl(r) = 0.01859659 Time = 45 smoothSolver: Solving for Ux, Initial residual = 0.000571738, Final residual = 3.317164e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004227882, Final residual = 0.000250535, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002924245, Final residual = 0.0001737496, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01698398, Final residual = 0.001673612, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002710981, Final residual = 0.0001575667, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005795323, Final residual = 4.231139e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001294969, Final residual = 1.215339e-05, No Iterations 2 time step continuity errors : sum local = 4.339842e-06, global = 1.471326e-07, cumulative = 6.924848e-06 smoothSolver: Solving for omega, Initial residual = 7.316306e-05, Final residual = 4.049359e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001026446, Final residual = 3.462494e-05, No Iterations 2 ExecutionTime = 45.47 s ClockTime = 47 s forces forces output: sum of forces: pressure : (12.62959 1.20644 -6.917136) viscous : (1.847807 -0.003738916 0.02997964) porous : (0 0 0) sum of moments: pressure : (-0.3671088 8.451269 0.02872706) viscous : (0.001869143 0.4857324 0.01197317) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4454626 Cl = 0.03700655 Cl(f) = 0.01850327 Cl(r) = 0.01850327 Time = 46 smoothSolver: Solving for Ux, Initial residual = 0.0005567763, Final residual = 3.234597e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004158666, Final residual = 0.0002462307, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002854858, Final residual = 0.000170039, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01686029, Final residual = 0.001662068, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002700189, Final residual = 0.0001562354, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005772821, Final residual = 4.171998e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001265258, Final residual = 1.186547e-05, No Iterations 2 time step continuity errors : sum local = 4.247003e-06, global = 1.389591e-07, cumulative = 7.063807e-06 smoothSolver: Solving for omega, Initial residual = 7.056504e-05, Final residual = 3.900587e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0009958949, Final residual = 3.379627e-05, No Iterations 2 ExecutionTime = 46.46 s ClockTime = 48 s forces forces output: sum of forces: pressure : (12.51888 1.185037 -6.967078) viscous : (1.84732 -0.003919979 0.03030371) porous : (0 0 0) sum of moments: pressure : (-0.3538179 8.436983 0.02214708) viscous : (0.001946609 0.4850035 0.01180652) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4420412 Cl = 0.0363424 Cl(f) = 0.0181712 Cl(r) = 0.0181712 Time = 47 smoothSolver: Solving for Ux, Initial residual = 0.0005427501, Final residual = 3.1532e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004089279, Final residual = 0.0002420369, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002789106, Final residual = 0.0001669369, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01685988, Final residual = 0.00165995, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002707417, Final residual = 0.000152928, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000577985, Final residual = 3.872891e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001194699, Final residual = 1.115992e-05, No Iterations 2 time step continuity errors : sum local = 4.001782e-06, global = 1.34125e-07, cumulative = 7.197932e-06 smoothSolver: Solving for omega, Initial residual = 6.813218e-05, Final residual = 3.760539e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000966472, Final residual = 3.302055e-05, No Iterations 2 ExecutionTime = 47.44 s ClockTime = 49 s forces forces output: sum of forces: pressure : (12.41015 1.156943 -7.023131) viscous : (1.84658 -0.004097279 0.03059985) porous : (0 0 0) sum of moments: pressure : (-0.3388156 8.418176 0.01396423) viscous : (0.002016191 0.4842351 0.01163462) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4386728 Cl = 0.03547251 Cl(f) = 0.01773625 Cl(r) = 0.01773625 Time = 48 smoothSolver: Solving for Ux, Initial residual = 0.0005296442, Final residual = 3.083642e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004026679, Final residual = 0.0002387163, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002730046, Final residual = 0.0001642856, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0168507, Final residual = 0.00166726, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002725931, Final residual = 0.0001497543, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005771347, Final residual = 3.496754e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001123064, Final residual = 1.047887e-05, No Iterations 2 time step continuity errors : sum local = 3.764558e-06, global = 1.55685e-07, cumulative = 7.353617e-06 smoothSolver: Solving for omega, Initial residual = 6.588715e-05, Final residual = 3.62626e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0009383605, Final residual = 3.228266e-05, No Iterations 2 ExecutionTime = 48.42 s ClockTime = 50 s forces forces output: sum of forces: pressure : (12.30163 1.123772 -7.077074) viscous : (1.84559 -0.004251564 0.03088062) porous : (0 0 0) sum of moments: pressure : (-0.3235158 8.393525 0.004223931) viscous : (0.002071672 0.4834203 0.01146164) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4353031 Cl = 0.0344471 Cl(f) = 0.01722355 Cl(r) = 0.01722355 Time = 49 smoothSolver: Solving for Ux, Initial residual = 0.0005176763, Final residual = 3.019605e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003974343, Final residual = 0.0002365775, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002675202, Final residual = 0.0001620169, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01687237, Final residual = 0.0016674, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002736509, Final residual = 0.0001455392, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005763654, Final residual = 3.204742e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001073547, Final residual = 9.671891e-06, No Iterations 2 time step continuity errors : sum local = 3.481403e-06, global = 1.990845e-07, cumulative = 7.552702e-06 smoothSolver: Solving for omega, Initial residual = 6.36731e-05, Final residual = 3.500702e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0009121573, Final residual = 3.157066e-05, No Iterations 2 ExecutionTime = 49.4 s ClockTime = 51 s forces forces output: sum of forces: pressure : (12.19309 1.090572 -7.121652) viscous : (1.844351 -0.004356756 0.03114919) porous : (0 0 0) sum of moments: pressure : (-0.3101843 8.362085 -0.006310661) viscous : (0.002101045 0.4825544 0.01129375) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4319252 Cl = 0.03342232 Cl(f) = 0.01671116 Cl(r) = 0.01671116 Time = 50 smoothSolver: Solving for Ux, Initial residual = 0.0005064427, Final residual = 2.958562e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003934666, Final residual = 0.0002349892, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002621775, Final residual = 0.0001601324, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01686775, Final residual = 0.001659295, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002736162, Final residual = 0.0001412511, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000573933, Final residual = 3.034582e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001045733, Final residual = 9.037772e-06, No Iterations 2 time step continuity errors : sum local = 3.258736e-06, global = 2.304566e-07, cumulative = 7.783158e-06 smoothSolver: Solving for omega, Initial residual = 6.161713e-05, Final residual = 3.382534e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0008879916, Final residual = 3.088401e-05, No Iterations 2 ExecutionTime = 50.4 s ClockTime = 52 s forces forces output: sum of forces: pressure : (12.09031 1.064291 -7.156972) viscous : (1.842922 -0.00442481 0.03138783) porous : (0 0 0) sum of moments: pressure : (-0.3014887 8.327572 -0.01456977) viscous : (0.002110443 0.4816711 0.01112831) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4287188 Cl = 0.03261158 Cl(f) = 0.01630579 Cl(r) = 0.01630579 Time = 51 smoothSolver: Solving for Ux, Initial residual = 0.0004957679, Final residual = 2.904035e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003903468, Final residual = 0.0002335709, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002569654, Final residual = 0.0001580392, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01688829, Final residual = 0.001643097, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002722038, Final residual = 0.0001376446, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005692755, Final residual = 2.927321e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001019159, Final residual = 8.602462e-06, No Iterations 2 time step continuity errors : sum local = 3.106847e-06, global = 2.304278e-07, cumulative = 8.013586e-06 smoothSolver: Solving for omega, Initial residual = 5.970638e-05, Final residual = 3.266258e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0008658243, Final residual = 3.02587e-05, No Iterations 2 ExecutionTime = 51.38 s ClockTime = 53 s forces forces output: sum of forces: pressure : (11.99706 1.054547 -7.187073) viscous : (1.841341 -0.004452296 0.03159333) porous : (0 0 0) sum of moments: pressure : (-0.3000014 8.290876 -0.0146701) viscous : (0.002099522 0.4807845 0.01097507) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4258011 Cl = 0.03231092 Cl(f) = 0.01615546 Cl(r) = 0.01615546 Time = 52 smoothSolver: Solving for Ux, Initial residual = 0.0004859006, Final residual = 2.85687e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003876086, Final residual = 0.0002324727, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002523538, Final residual = 0.0001558521, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01697365, Final residual = 0.001628534, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002711123, Final residual = 0.0001365179, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005668673, Final residual = 2.879898e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001007323, Final residual = 8.421124e-06, No Iterations 2 time step continuity errors : sum local = 3.046914e-06, global = 2.121341e-07, cumulative = 8.22572e-06 smoothSolver: Solving for omega, Initial residual = 5.793469e-05, Final residual = 3.14771e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0008447387, Final residual = 2.971182e-05, No Iterations 2 ExecutionTime = 52.36 s ClockTime = 54 s forces forces output: sum of forces: pressure : (11.91677 1.059447 -7.21046) viscous : (1.839649 -0.004441096 0.03177203) porous : (0 0 0) sum of moments: pressure : (-0.3043563 8.252903 -0.007835084) viscous : (0.002074342 0.4799074 0.01083461) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4232783 Cl = 0.03246204 Cl(f) = 0.01623102 Cl(r) = 0.01623102 Time = 53 smoothSolver: Solving for Ux, Initial residual = 0.0004765254, Final residual = 2.817907e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003850878, Final residual = 0.0002315083, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002480985, Final residual = 0.0001535698, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0169664, Final residual = 0.00160555, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002687673, Final residual = 0.0001370761, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000562308, Final residual = 2.908209e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001006616, Final residual = 8.519025e-06, No Iterations 2 time step continuity errors : sum local = 3.08809e-06, global = 1.936337e-07, cumulative = 8.419354e-06 smoothSolver: Solving for omega, Initial residual = 5.619645e-05, Final residual = 3.03751e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0008244115, Final residual = 2.918803e-05, No Iterations 2 ExecutionTime = 53.34 s ClockTime = 55 s forces forces output: sum of forces: pressure : (11.85277 1.069691 -7.214707) viscous : (1.837848 -0.004388259 0.03190679) porous : (0 0 0) sum of moments: pressure : (-0.3109098 8.210493 -0.0001105112) viscous : (0.002033076 0.4790459 0.01071233) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4212537 Cl = 0.03277886 Cl(f) = 0.01638943 Cl(r) = 0.01638943 Time = 54 smoothSolver: Solving for Ux, Initial residual = 0.0004676225, Final residual = 2.779918e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003826326, Final residual = 0.0002305043, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00244025, Final residual = 0.0001514466, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01683759, Final residual = 0.001575009, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002656643, Final residual = 0.000136123, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005575802, Final residual = 2.922106e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001000922, Final residual = 8.566791e-06, No Iterations 2 time step continuity errors : sum local = 3.11045e-06, global = 2.029701e-07, cumulative = 8.622324e-06 smoothSolver: Solving for omega, Initial residual = 5.43966e-05, Final residual = 2.933063e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0008044223, Final residual = 2.866037e-05, No Iterations 2 ExecutionTime = 54.31 s ClockTime = 56 s forces forces output: sum of forces: pressure : (11.80506 1.078768 -7.195597) viscous : (1.835944 -0.004305786 0.03198119) porous : (0 0 0) sum of moments: pressure : (-0.3172798 8.162926 0.004112891) viscous : (0.001979636 0.4782129 0.01060058) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4197271 Cl = 0.03306068 Cl(f) = 0.01653034 Cl(r) = 0.01653034 Time = 55 smoothSolver: Solving for Ux, Initial residual = 0.0004589762, Final residual = 2.740132e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003799353, Final residual = 0.0002291719, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002402992, Final residual = 0.0001495207, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01669579, Final residual = 0.001549968, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002632856, Final residual = 0.0001326958, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005540697, Final residual = 2.873316e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.879252e-05, Final residual = 8.298523e-06, No Iterations 2 time step continuity errors : sum local = 3.016534e-06, global = 1.783554e-07, cumulative = 8.800679e-06 smoothSolver: Solving for omega, Initial residual = 5.266693e-05, Final residual = 2.835412e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007848913, Final residual = 2.816418e-05, No Iterations 2 ExecutionTime = 55.3 s ClockTime = 57 s forces forces output: sum of forces: pressure : (11.77042 1.090424 -7.162963) viscous : (1.833956 -0.004194343 0.03198864) porous : (0 0 0) sum of moments: pressure : (-0.3260918 8.113377 0.007642517) viscous : (0.001915923 0.477417 0.01049577) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4186002 Cl = 0.03342278 Cl(f) = 0.01671139 Cl(r) = 0.01671139 Time = 56 smoothSolver: Solving for Ux, Initial residual = 0.0004509587, Final residual = 2.699395e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003774818, Final residual = 0.0002280752, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002370427, Final residual = 0.0001476744, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01661879, Final residual = 0.001531203, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002615452, Final residual = 0.0001281574, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005520956, Final residual = 2.723957e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.633517e-05, Final residual = 7.532429e-06, No Iterations 2 time step continuity errors : sum local = 2.739765e-06, global = 1.31168e-07, cumulative = 8.931847e-06 smoothSolver: Solving for omega, Initial residual = 5.116528e-05, Final residual = 2.749727e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007662789, Final residual = 2.771788e-05, No Iterations 2 ExecutionTime = 56.28 s ClockTime = 58 s forces forces output: sum of forces: pressure : (11.7422 1.105736 -7.128068) viscous : (1.831899 -0.004052511 0.031934) porous : (0 0 0) sum of moments: pressure : (-0.3385357 8.064719 0.01243575) viscous : (0.001845374 0.4766605 0.0103979) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4176686 Cl = 0.03389827 Cl(f) = 0.01694913 Cl(r) = 0.01694913 Time = 57 smoothSolver: Solving for Ux, Initial residual = 0.000443501, Final residual = 2.655005e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003754489, Final residual = 0.0002266349, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002343912, Final residual = 0.0001460172, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01661563, Final residual = 0.001516591, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002609011, Final residual = 0.0001237792, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005513512, Final residual = 2.538389e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.293636e-05, Final residual = 6.661855e-06, No Iterations 2 time step continuity errors : sum local = 2.423624e-06, global = 1.366521e-07, cumulative = 9.068499e-06 smoothSolver: Solving for omega, Initial residual = 4.982559e-05, Final residual = 2.673423e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007488039, Final residual = 2.728537e-05, No Iterations 2 ExecutionTime = 57.26 s ClockTime = 59 s forces forces output: sum of forces: pressure : (11.71679 1.123849 -7.099905) viscous : (1.829809 -0.003876538 0.03181823) porous : (0 0 0) sum of moments: pressure : (-0.3540549 8.018392 0.01880553) viscous : (0.001765036 0.4759534 0.01030653) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4168224 Cl = 0.03446103 Cl(f) = 0.01723051 Cl(r) = 0.01723051 Time = 58 smoothSolver: Solving for Ux, Initial residual = 0.0004364061, Final residual = 2.607741e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003743154, Final residual = 0.0002250061, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002323403, Final residual = 0.0001443755, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01663057, Final residual = 0.001505721, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002606133, Final residual = 0.0001206821, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005519553, Final residual = 2.399863e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.999554e-05, Final residual = 6.143921e-06, No Iterations 2 time step continuity errors : sum local = 2.235037e-06, global = -2.287439e-08, cumulative = 9.045625e-06 smoothSolver: Solving for omega, Initial residual = 4.862471e-05, Final residual = 2.599699e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007322836, Final residual = 2.68202e-05, No Iterations 2 ExecutionTime = 58.24 s ClockTime = 60 s forces forces output: sum of forces: pressure : (11.6909 1.142378 -7.074785) viscous : (1.827699 -0.003667508 0.03165586) porous : (0 0 0) sum of moments: pressure : (-0.371393 7.969889 0.02497473) viscous : (0.001677143 0.4752951 0.01021769) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4159607 Cl = 0.03503758 Cl(f) = 0.01751879 Cl(r) = 0.01751879 Time = 59 smoothSolver: Solving for Ux, Initial residual = 0.0004299297, Final residual = 2.561021e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003731808, Final residual = 0.0002231137, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002305784, Final residual = 0.0001425771, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01662539, Final residual = 0.001495581, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002600484, Final residual = 0.0001193018, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005496025, Final residual = 2.31362e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.777583e-05, Final residual = 5.85417e-06, No Iterations 2 time step continuity errors : sum local = 2.129109e-06, global = -1.273073e-07, cumulative = 8.918318e-06 smoothSolver: Solving for omega, Initial residual = 4.748514e-05, Final residual = 2.531138e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007157262, Final residual = 2.636477e-05, No Iterations 2 ExecutionTime = 59.22 s ClockTime = 61 s forces forces output: sum of forces: pressure : (11.66424 1.160078 -7.04318) viscous : (1.82558 -0.003437177 0.03145794) porous : (0 0 0) sum of moments: pressure : (-0.3883272 7.914869 0.02994189) viscous : (0.001586652 0.4746743 0.01012594) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4150754 Cl = 0.03558929 Cl(f) = 0.01779465 Cl(r) = 0.01779465 Time = 60 smoothSolver: Solving for Ux, Initial residual = 0.0004241659, Final residual = 2.5181e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003717867, Final residual = 0.0002210161, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002287848, Final residual = 0.0001408164, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01651066, Final residual = 0.001485983, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002587124, Final residual = 0.0001185884, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000544805, Final residual = 2.280023e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.623734e-05, Final residual = 5.799474e-06, No Iterations 2 time step continuity errors : sum local = 2.107984e-06, global = -2.027176e-07, cumulative = 8.7156e-06 smoothSolver: Solving for omega, Initial residual = 4.642488e-05, Final residual = 2.472133e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006999661, Final residual = 2.590841e-05, No Iterations 2 ExecutionTime = 60.2 s ClockTime = 62 s forces forces output: sum of forces: pressure : (11.63877 1.176292 -6.999109) viscous : (1.823454 -0.003186467 0.03125111) porous : (0 0 0) sum of moments: pressure : (-0.4043011 7.852736 0.03380504) viscous : (0.001490728 0.4740784 0.01003228) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4142262 Cl = 0.03609589 Cl(f) = 0.01804795 Cl(r) = 0.01804795 Time = 61 smoothSolver: Solving for Ux, Initial residual = 0.0004185186, Final residual = 2.475534e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003709641, Final residual = 0.0002190146, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002266047, Final residual = 0.0001389247, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01641872, Final residual = 0.001483754, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002579195, Final residual = 0.0001178356, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00054198, Final residual = 2.255564e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.511787e-05, Final residual = 5.781437e-06, No Iterations 2 time step continuity errors : sum local = 2.09935e-06, global = -2.304811e-07, cumulative = 8.485119e-06 smoothSolver: Solving for omega, Initial residual = 4.54167e-05, Final residual = 2.414439e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006843418, Final residual = 2.54125e-05, No Iterations 2 ExecutionTime = 61.19 s ClockTime = 63 s forces forces output: sum of forces: pressure : (11.61484 1.189604 -6.94621) viscous : (1.82132 -0.002898054 0.03104579) porous : (0 0 0) sum of moments: pressure : (-0.4201302 7.787275 0.03653754) viscous : (0.001381279 0.4735007 0.00994785) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4134243 Cl = 0.03651437 Cl(f) = 0.01825719 Cl(r) = 0.01825719 Time = 62 smoothSolver: Solving for Ux, Initial residual = 0.000412884, Final residual = 2.43759e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003702305, Final residual = 0.0002171281, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002242949, Final residual = 0.0001371215, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01642809, Final residual = 0.001489917, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00258406, Final residual = 0.0001173939, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005418424, Final residual = 2.245429e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.497895e-05, Final residual = 5.796489e-06, No Iterations 2 time step continuity errors : sum local = 2.102029e-06, global = -2.283696e-07, cumulative = 8.256749e-06 smoothSolver: Solving for omega, Initial residual = 4.452141e-05, Final residual = 2.370379e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006686143, Final residual = 2.486091e-05, No Iterations 2 ExecutionTime = 62.17 s ClockTime = 64 s forces forces output: sum of forces: pressure : (11.58989 1.194266 -6.893712) viscous : (1.819157 -0.002569072 0.03086292) porous : (0 0 0) sum of moments: pressure : (-0.4340096 7.72305 0.03573598) viscous : (0.001260429 0.4729197 0.009873936) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4125898 Cl = 0.03666793 Cl(f) = 0.01833396 Cl(r) = 0.01833396 Time = 63 smoothSolver: Solving for Ux, Initial residual = 0.0004076676, Final residual = 2.399858e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003694231, Final residual = 0.0002152244, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00222244, Final residual = 0.0001353468, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01633471, Final residual = 0.001500818, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002579508, Final residual = 0.0001178832, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005406386, Final residual = 2.264793e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.563086e-05, Final residual = 5.922608e-06, No Iterations 2 time step continuity errors : sum local = 2.144676e-06, global = -2.097051e-07, cumulative = 8.047044e-06 smoothSolver: Solving for omega, Initial residual = 4.375091e-05, Final residual = 2.327537e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006537121, Final residual = 2.433981e-05, No Iterations 2 ExecutionTime = 63.15 s ClockTime = 65 s forces forces output: sum of forces: pressure : (11.56523 1.189184 -6.846462) viscous : (1.817003 -0.002193806 0.03069262) porous : (0 0 0) sum of moments: pressure : (-0.4449367 7.662498 0.03029841) viscous : (0.001121275 0.4723626 0.009810115) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4117648 Cl = 0.03652313 Cl(f) = 0.01826157 Cl(r) = 0.01826157 Time = 64 smoothSolver: Solving for Ux, Initial residual = 0.0004026128, Final residual = 2.362108e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003689846, Final residual = 0.0002135932, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002203603, Final residual = 0.00013395, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01625538, Final residual = 0.001507172, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002568439, Final residual = 0.0001196166, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005408132, Final residual = 2.315883e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.721079e-05, Final residual = 6.128254e-06, No Iterations 2 time step continuity errors : sum local = 2.215834e-06, global = -2.081591e-07, cumulative = 7.838885e-06 smoothSolver: Solving for omega, Initial residual = 4.302018e-05, Final residual = 2.290583e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006392677, Final residual = 2.383687e-05, No Iterations 2 ExecutionTime = 64.14 s ClockTime = 66 s forces forces output: sum of forces: pressure : (11.54374 1.177939 -6.799584) viscous : (1.814852 -0.001770637 0.03053178) porous : (0 0 0) sum of moments: pressure : (-0.4539737 7.60197 0.02119148) viscous : (0.0009614985 0.4718183 0.009766932) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4110374 Cl = 0.03619015 Cl(f) = 0.01809507 Cl(r) = 0.01809507 Time = 65 smoothSolver: Solving for Ux, Initial residual = 0.0003976219, Final residual = 2.322296e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003688818, Final residual = 0.0002124177, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002185366, Final residual = 0.0001325918, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01624436, Final residual = 0.001515046, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002559372, Final residual = 0.0001217331, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000542135, Final residual = 2.354911e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.847119e-05, Final residual = 6.237712e-06, No Iterations 2 time step continuity errors : sum local = 2.251851e-06, global = -2.124576e-07, cumulative = 7.626427e-06 smoothSolver: Solving for omega, Initial residual = 4.234381e-05, Final residual = 2.253904e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006253442, Final residual = 2.33642e-05, No Iterations 2 ExecutionTime = 65.12 s ClockTime = 67 s forces forces output: sum of forces: pressure : (11.52742 1.164957 -6.748842) viscous : (1.812683 -0.001306722 0.03039604) porous : (0 0 0) sum of moments: pressure : (-0.4620191 7.538797 0.01016752) viscous : (0.0007862328 0.4712728 0.009744709) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4104685 Cl = 0.03580497 Cl(f) = 0.01790248 Cl(r) = 0.01790248 Time = 66 smoothSolver: Solving for Ux, Initial residual = 0.0003931114, Final residual = 2.28101e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0036956, Final residual = 0.0002115661, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002168798, Final residual = 0.0001312596, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01625835, Final residual = 0.001523506, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002551955, Final residual = 0.0001237676, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005437585, Final residual = 2.389125e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.958706e-05, Final residual = 6.338124e-06, No Iterations 2 time step continuity errors : sum local = 2.284538e-06, global = -2.291277e-07, cumulative = 7.3973e-06 smoothSolver: Solving for omega, Initial residual = 4.171797e-05, Final residual = 2.218316e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006113255, Final residual = 2.293648e-05, No Iterations 2 ExecutionTime = 66.1 s ClockTime = 68 s forces forces output: sum of forces: pressure : (11.51544 1.151758 -6.695135) viscous : (1.810486 -0.0008099768 0.03029368) porous : (0 0 0) sum of moments: pressure : (-0.4702056 7.473664 -0.001690077) viscous : (0.0005990421 0.470716 0.009742124) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4100323 Cl = 0.03541411 Cl(f) = 0.01770705 Cl(r) = 0.01770705 Time = 67 smoothSolver: Solving for Ux, Initial residual = 0.0003889414, Final residual = 2.242844e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00371, Final residual = 0.000211118, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002152051, Final residual = 0.0001300964, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01624588, Final residual = 0.001528894, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002539409, Final residual = 0.0001269679, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005465839, Final residual = 2.447035e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.08103e-05, Final residual = 6.437495e-06, No Iterations 2 time step continuity errors : sum local = 2.316518e-06, global = -2.521696e-07, cumulative = 7.14513e-06 smoothSolver: Solving for omega, Initial residual = 4.107706e-05, Final residual = 2.180322e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005974836, Final residual = 2.253027e-05, No Iterations 2 ExecutionTime = 67.08 s ClockTime = 69 s forces forces output: sum of forces: pressure : (11.50476 1.140398 -6.634484) viscous : (1.808254 -0.0002860515 0.03023317) porous : (0 0 0) sum of moments: pressure : (-0.4796754 7.40401 -0.01364372) viscous : (0.0004011692 0.4701398 0.009754496) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4096349 Cl = 0.0350807 Cl(f) = 0.01754035 Cl(r) = 0.01754035 Time = 68 smoothSolver: Solving for Ux, Initial residual = 0.0003849793, Final residual = 2.208393e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003730304, Final residual = 0.0002108785, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002136857, Final residual = 0.000128948, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01617165, Final residual = 0.001528752, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002526298, Final residual = 0.00013077, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005486902, Final residual = 2.524322e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.241569e-05, Final residual = 6.537151e-06, No Iterations 2 time step continuity errors : sum local = 2.34836e-06, global = -2.628516e-07, cumulative = 6.882278e-06 smoothSolver: Solving for omega, Initial residual = 4.03962e-05, Final residual = 2.144215e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005835746, Final residual = 2.211511e-05, No Iterations 2 ExecutionTime = 68.07 s ClockTime = 70 s forces forces output: sum of forces: pressure : (11.49659 1.132102 -6.565342) viscous : (1.805983 0.0002670866 0.03021544) porous : (0 0 0) sum of moments: pressure : (-0.4913092 7.33139 -0.0237854) viscous : (0.0001935253 0.4695425 0.009786645) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4093137 Cl = 0.03484245 Cl(f) = 0.01742123 Cl(r) = 0.01742123 Time = 69 smoothSolver: Solving for Ux, Initial residual = 0.0003807972, Final residual = 2.178877e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003751651, Final residual = 0.0002108504, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002124045, Final residual = 0.0001278328, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0160843, Final residual = 0.001520355, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002530739, Final residual = 0.000133868, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005491205, Final residual = 2.586089e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.373289e-05, Final residual = 6.520383e-06, No Iterations 2 time step continuity errors : sum local = 2.338627e-06, global = -2.467541e-07, cumulative = 6.635524e-06 smoothSolver: Solving for omega, Initial residual = 3.975933e-05, Final residual = 2.102534e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005704041, Final residual = 2.171369e-05, No Iterations 2 ExecutionTime = 69.04 s ClockTime = 71 s forces forces output: sum of forces: pressure : (11.49465 1.128062 -6.487953) viscous : (1.803671 0.0008490153 0.03022522) porous : (0 0 0) sum of moments: pressure : (-0.505616 7.257321 -0.02978593) viscous : (-2.296211e-05 0.4689278 0.00983993) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.409183 Cl = 0.03473606 Cl(f) = 0.01736803 Cl(r) = 0.01736803 Time = 70 smoothSolver: Solving for Ux, Initial residual = 0.0003770107, Final residual = 2.149181e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003780972, Final residual = 0.0002111129, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002112667, Final residual = 0.0001266244, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01597064, Final residual = 0.001503526, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002529387, Final residual = 0.0001346638, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005458242, Final residual = 2.602359e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.391446e-05, Final residual = 6.358288e-06, No Iterations 2 time step continuity errors : sum local = 2.276974e-06, global = -2.277745e-07, cumulative = 6.40775e-06 smoothSolver: Solving for omega, Initial residual = 3.913508e-05, Final residual = 2.055356e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005571901, Final residual = 2.128856e-05, No Iterations 2 ExecutionTime = 70.03 s ClockTime = 72 s forces forces output: sum of forces: pressure : (11.50138 1.128217 -6.406112) viscous : (1.801312 0.001467488 0.03026134) porous : (0 0 0) sum of moments: pressure : (-0.5208548 7.183641 -0.03112034) viscous : (-0.0002504873 0.4682912 0.009921326) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4093174 Cl = 0.03475984 Cl(f) = 0.01737992 Cl(r) = 0.01737992 Time = 71 smoothSolver: Solving for Ux, Initial residual = 0.0003733406, Final residual = 2.122782e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003810291, Final residual = 0.0002114128, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002101942, Final residual = 0.0001253387, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01595564, Final residual = 0.001493988, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002521865, Final residual = 0.000134528, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005425548, Final residual = 2.603634e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.365956e-05, Final residual = 6.151892e-06, No Iterations 2 time step continuity errors : sum local = 2.199956e-06, global = -2.191035e-07, cumulative = 6.188646e-06 smoothSolver: Solving for omega, Initial residual = 3.848803e-05, Final residual = 2.008321e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005447691, Final residual = 2.091757e-05, No Iterations 2 ExecutionTime = 71.02 s ClockTime = 73 s forces forces output: sum of forces: pressure : (11.51456 1.127059 -6.30904) viscous : (1.798901 0.002122414 0.03030598) porous : (0 0 0) sum of moments: pressure : (-0.5348261 7.103098 -0.03246002) viscous : (-0.000488065 0.4676387 0.01003371) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4096489 Cl = 0.03474436 Cl(f) = 0.01737218 Cl(r) = 0.01737218 Time = 72 smoothSolver: Solving for Ux, Initial residual = 0.0003699306, Final residual = 2.099523e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003828427, Final residual = 0.000211147, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00209328, Final residual = 0.0001239469, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01601527, Final residual = 0.001492421, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002517494, Final residual = 0.0001340845, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005422809, Final residual = 2.609269e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.370497e-05, Final residual = 6.084131e-06, No Iterations 2 time step continuity errors : sum local = 2.172549e-06, global = -2.287222e-07, cumulative = 5.959924e-06 smoothSolver: Solving for omega, Initial residual = 3.777501e-05, Final residual = 1.963687e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005329512, Final residual = 2.055838e-05, No Iterations 2 ExecutionTime = 72 s ClockTime = 74 s forces forces output: sum of forces: pressure : (11.53196 1.121235 -6.19184) viscous : (1.796427 0.002793926 0.03033309) porous : (0 0 0) sum of moments: pressure : (-0.5482624 7.012966 -0.03733552) viscous : (-0.0007276439 0.4669787 0.01016829) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.410108 Cl = 0.03458583 Cl(f) = 0.01729292 Cl(r) = 0.01729292 Time = 73 smoothSolver: Solving for Ux, Initial residual = 0.000367028, Final residual = 2.075536e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003825917, Final residual = 0.0002102198, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002083449, Final residual = 0.0001226935, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01606314, Final residual = 0.001491168, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002510646, Final residual = 0.0001327516, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005437199, Final residual = 2.599438e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.344052e-05, Final residual = 6.053145e-06, No Iterations 2 time step continuity errors : sum local = 2.158322e-06, global = -2.277194e-07, cumulative = 5.732205e-06 smoothSolver: Solving for omega, Initial residual = 3.705054e-05, Final residual = 1.917632e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005213433, Final residual = 2.01678e-05, No Iterations 2 ExecutionTime = 72.97 s ClockTime = 75 s forces forces output: sum of forces: pressure : (11.55422 1.110114 -6.057982) viscous : (1.793882 0.0034582 0.03033058) porous : (0 0 0) sum of moments: pressure : (-0.5622471 6.917127 -0.04646794) viscous : (-0.0009619495 0.4663138 0.01031109) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4107146 Cl = 0.03426408 Cl(f) = 0.01713204 Cl(r) = 0.01713204 Time = 74 smoothSolver: Solving for Ux, Initial residual = 0.0003640252, Final residual = 2.047752e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003809347, Final residual = 0.0002087995, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002078348, Final residual = 0.0001216319, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01612244, Final residual = 0.001482531, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002501514, Final residual = 0.0001306998, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005444397, Final residual = 2.560637e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.267629e-05, Final residual = 5.919428e-06, No Iterations 2 time step continuity errors : sum local = 2.107862e-06, global = -2.223026e-07, cumulative = 5.509902e-06 smoothSolver: Solving for omega, Initial residual = 3.630372e-05, Final residual = 1.875667e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005105467, Final residual = 1.978375e-05, No Iterations 2 ExecutionTime = 73.94 s ClockTime = 76 s forces forces output: sum of forces: pressure : (11.58391 1.098012 -5.915904) viscous : (1.791272 0.004105523 0.03029934) porous : (0 0 0) sum of moments: pressure : (-0.5774206 6.82182 -0.05589681) viscous : (-0.001188504 0.4656452 0.01046009) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4115481 Cl = 0.03391162 Cl(f) = 0.01695581 Cl(r) = 0.01695581 Time = 75 smoothSolver: Solving for Ux, Initial residual = 0.00036113, Final residual = 2.017442e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003782041, Final residual = 0.0002067955, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002077207, Final residual = 0.0001209891, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01617465, Final residual = 0.001472864, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002485772, Final residual = 0.0001280039, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005435157, Final residual = 2.52049e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.202565e-05, Final residual = 5.879788e-06, No Iterations 2 time step continuity errors : sum local = 2.091611e-06, global = -2.222217e-07, cumulative = 5.28768e-06 smoothSolver: Solving for omega, Initial residual = 3.558042e-05, Final residual = 1.831982e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004994652, Final residual = 1.942303e-05, No Iterations 2 ExecutionTime = 74.93 s ClockTime = 77 s forces forces output: sum of forces: pressure : (11.62076 1.087004 -5.771079) viscous : (1.788613 0.004711639 0.03024166) porous : (0 0 0) sum of moments: pressure : (-0.5931456 6.729121 -0.0636509) viscous : (-0.001397725 0.4649791 0.01060242) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4125999 Cl = 0.03359156 Cl(f) = 0.01679578 Cl(r) = 0.01679578 Time = 76 smoothSolver: Solving for Ux, Initial residual = 0.0003586051, Final residual = 1.990702e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003758464, Final residual = 0.0002050134, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002078099, Final residual = 0.0001202671, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01618643, Final residual = 0.0014728, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002478927, Final residual = 0.0001264884, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005452319, Final residual = 2.536221e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.219972e-05, Final residual = 6.16783e-06, No Iterations 2 time step continuity errors : sum local = 2.191768e-06, global = -2.106551e-07, cumulative = 5.077025e-06 smoothSolver: Solving for omega, Initial residual = 3.491273e-05, Final residual = 1.784464e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004878221, Final residual = 1.908045e-05, No Iterations 2 ExecutionTime = 75.9 s ClockTime = 78 s forces forces output: sum of forces: pressure : (11.66146 1.075366 -5.628356) viscous : (1.785896 0.005269444 0.03016169) porous : (0 0 0) sum of moments: pressure : (-0.6077865 6.640074 -0.07058075) viscous : (-0.001587716 0.4643064 0.01073537) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4137686 Cl = 0.03325063 Cl(f) = 0.01662531 Cl(r) = 0.01662531 Time = 77 smoothSolver: Solving for Ux, Initial residual = 0.0003560568, Final residual = 1.966719e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003742148, Final residual = 0.000203259, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002083859, Final residual = 0.0001193375, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01620124, Final residual = 0.001480293, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002482591, Final residual = 0.0001258411, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005499309, Final residual = 2.57675e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.267549e-05, Final residual = 6.572592e-06, No Iterations 2 time step continuity errors : sum local = 2.333006e-06, global = -2.37165e-07, cumulative = 4.83986e-06 smoothSolver: Solving for omega, Initial residual = 3.424458e-05, Final residual = 1.735389e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004773047, Final residual = 1.873018e-05, No Iterations 2 ExecutionTime = 76.88 s ClockTime = 79 s forces forces output: sum of forces: pressure : (11.70316 1.058228 -5.489232) viscous : (1.783112 0.005771416 0.03005733) porous : (0 0 0) sum of moments: pressure : (-0.6199727 6.554606 -0.07968974) viscous : (-0.00175531 0.4636244 0.01085186) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4149662 Cl = 0.03273877 Cl(f) = 0.01636938 Cl(r) = 0.01636938 Time = 78 smoothSolver: Solving for Ux, Initial residual = 0.0003538263, Final residual = 1.94534e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003734688, Final residual = 0.0002015478, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002092228, Final residual = 0.0001181225, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01626404, Final residual = 0.001485868, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002487118, Final residual = 0.0001256197, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000554788, Final residual = 2.624109e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.326613e-05, Final residual = 6.905915e-06, No Iterations 2 time step continuity errors : sum local = 2.448286e-06, global = -2.818266e-07, cumulative = 4.558034e-06 smoothSolver: Solving for omega, Initial residual = 3.361118e-05, Final residual = 1.695862e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004675294, Final residual = 1.836703e-05, No Iterations 2 ExecutionTime = 77.86 s ClockTime = 80 s forces forces output: sum of forces: pressure : (11.74225 1.032239 -5.361158) viscous : (1.780256 0.006215351 0.02992301) porous : (0 0 0) sum of moments: pressure : (-0.628036 6.475509 -0.09327429) viscous : (-0.001899112 0.4629351 0.01094719) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4160809 Cl = 0.03195274 Cl(f) = 0.01597637 Cl(r) = 0.01597637 Time = 79 smoothSolver: Solving for Ux, Initial residual = 0.000352191, Final residual = 1.926854e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00373243, Final residual = 0.0001999494, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002099629, Final residual = 0.0001167864, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0163659, Final residual = 0.001481384, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002483781, Final residual = 0.0001255511, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005550652, Final residual = 2.683971e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.383369e-05, Final residual = 7.207103e-06, No Iterations 2 time step continuity errors : sum local = 2.55125e-06, global = -3.326897e-07, cumulative = 4.225344e-06 smoothSolver: Solving for omega, Initial residual = 3.295063e-05, Final residual = 1.65887e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004578044, Final residual = 1.803233e-05, No Iterations 2 ExecutionTime = 78.85 s ClockTime = 81 s forces forces output: sum of forces: pressure : (11.77776 0.9955446 -5.250371) viscous : (1.777338 0.006606046 0.02974631) porous : (0 0 0) sum of moments: pressure : (-0.6311209 6.405672 -0.1131591) viscous : (-0.002020174 0.4622513 0.01102086) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4170839 Cl = 0.0308357 Cl(f) = 0.01541785 Cl(r) = 0.01541785 Time = 80 smoothSolver: Solving for Ux, Initial residual = 0.0003505298, Final residual = 1.906207e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003730101, Final residual = 0.0001984533, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002112539, Final residual = 0.0001151378, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01634698, Final residual = 0.00147471, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002471778, Final residual = 0.0001264146, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005519972, Final residual = 2.776265e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.451426e-05, Final residual = 7.634613e-06, No Iterations 2 time step continuity errors : sum local = 2.698946e-06, global = -3.7344e-07, cumulative = 3.851904e-06 smoothSolver: Solving for omega, Initial residual = 3.232376e-05, Final residual = 1.624244e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004478168, Final residual = 1.768294e-05, No Iterations 2 ExecutionTime = 79.84 s ClockTime = 82 s forces forces output: sum of forces: pressure : (11.81132 0.9491369 -5.155752) viscous : (1.77438 0.006969268 0.02953218) porous : (0 0 0) sum of moments: pressure : (-0.6301594 6.344973 -0.1386344) viscous : (-0.002131024 0.4615815 0.01108539) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4180255 Cl = 0.02941893 Cl(f) = 0.01470946 Cl(r) = 0.01470946 Time = 81 smoothSolver: Solving for Ux, Initial residual = 0.0003489219, Final residual = 1.884175e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003729573, Final residual = 0.0001967884, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002125269, Final residual = 0.0001137022, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0162756, Final residual = 0.001456656, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002447346, Final residual = 0.0001270486, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005454506, Final residual = 2.850671e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.471401e-05, Final residual = 8.05115e-06, No Iterations 2 time step continuity errors : sum local = 2.84226e-06, global = -4.043211e-07, cumulative = 3.447583e-06 smoothSolver: Solving for omega, Initial residual = 3.176358e-05, Final residual = 1.591187e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000438485, Final residual = 1.735251e-05, No Iterations 2 ExecutionTime = 80.82 s ClockTime = 83 s forces forces output: sum of forces: pressure : (11.84493 0.8977593 -5.074227) viscous : (1.771382 0.00730774 0.02928654) porous : (0 0 0) sum of moments: pressure : (-0.6274168 6.292852 -0.1674193) viscous : (-0.002232992 0.4609249 0.01114377) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4189675 Cl = 0.02784848 Cl(f) = 0.01392424 Cl(r) = 0.01392424 Time = 82 smoothSolver: Solving for Ux, Initial residual = 0.0003470218, Final residual = 1.861569e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003726827, Final residual = 0.0001948257, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002139788, Final residual = 0.000112741, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01622262, Final residual = 0.001432951, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002425184, Final residual = 0.0001259943, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005367479, Final residual = 2.833951e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.379707e-05, Final residual = 8.135909e-06, No Iterations 2 time step continuity errors : sum local = 2.868505e-06, global = -4.046054e-07, cumulative = 3.042978e-06 smoothSolver: Solving for omega, Initial residual = 3.125751e-05, Final residual = 1.553416e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000429046, Final residual = 1.70556e-05, No Iterations 2 ExecutionTime = 81.8 s ClockTime = 84 s forces forces output: sum of forces: pressure : (11.87983 0.8448094 -5.001016) viscous : (1.768342 0.007624731 0.0290066) porous : (0 0 0) sum of moments: pressure : (-0.6251476 6.247638 -0.197924) viscous : (-0.002326486 0.4602861 0.01119677) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4199476 Cl = 0.02622899 Cl(f) = 0.01311449 Cl(r) = 0.01311449 Time = 83 smoothSolver: Solving for Ux, Initial residual = 0.0003452543, Final residual = 1.83822e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003726847, Final residual = 0.0001929681, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002154037, Final residual = 0.0001122664, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01611811, Final residual = 0.001407082, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002394209, Final residual = 0.000123552, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005260093, Final residual = 2.767026e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.188811e-05, Final residual = 8.001222e-06, No Iterations 2 time step continuity errors : sum local = 2.817453e-06, global = -4.202496e-07, cumulative = 2.622728e-06 smoothSolver: Solving for omega, Initial residual = 3.078671e-05, Final residual = 1.518605e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004190186, Final residual = 1.673329e-05, No Iterations 2 ExecutionTime = 82.78 s ClockTime = 85 s forces forces output: sum of forces: pressure : (11.91761 0.7946955 -4.93741) viscous : (1.765255 0.007927319 0.02869503) porous : (0 0 0) sum of moments: pressure : (-0.6243652 6.21144 -0.2267361) viscous : (-0.002412189 0.4596655 0.01124807) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4210153 Cl = 0.02469632 Cl(f) = 0.01234816 Cl(r) = 0.01234816 Time = 84 smoothSolver: Solving for Ux, Initial residual = 0.0003437537, Final residual = 1.814318e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003728709, Final residual = 0.0001913596, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002169027, Final residual = 0.0001120493, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01592095, Final residual = 0.001390927, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002366416, Final residual = 0.0001214647, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005130285, Final residual = 2.716881e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.963319e-05, Final residual = 7.879562e-06, No Iterations 2 time step continuity errors : sum local = 2.771797e-06, global = -3.879111e-07, cumulative = 2.234817e-06 smoothSolver: Solving for omega, Initial residual = 3.027141e-05, Final residual = 1.483879e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004092795, Final residual = 1.634994e-05, No Iterations 2 ExecutionTime = 83.76 s ClockTime = 86 s forces forces output: sum of forces: pressure : (11.95652 0.7506231 -4.892513) viscous : (1.762138 0.008210566 0.02837345) porous : (0 0 0) sum of moments: pressure : (-0.6241434 6.188205 -0.2510559) viscous : (-0.002491003 0.4590541 0.01129799) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4221164 Cl = 0.02334895 Cl(f) = 0.01167447 Cl(r) = 0.01167447 Time = 85 smoothSolver: Solving for Ux, Initial residual = 0.000342175, Final residual = 1.788389e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003731046, Final residual = 0.0001898636, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002183522, Final residual = 0.0001120062, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01564259, Final residual = 0.001382768, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002340464, Final residual = 0.0001208991, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004987726, Final residual = 2.761329e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.861931e-05, Final residual = 8.149387e-06, No Iterations 2 time step continuity errors : sum local = 2.863095e-06, global = -3.583688e-07, cumulative = 1.876448e-06 smoothSolver: Solving for omega, Initial residual = 2.979934e-05, Final residual = 1.44997e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004003913, Final residual = 1.595299e-05, No Iterations 2 ExecutionTime = 84.73 s ClockTime = 87 s forces forces output: sum of forces: pressure : (11.99175 0.7114787 -4.861799) viscous : (1.759008 0.008476891 0.02804073) porous : (0 0 0) sum of moments: pressure : (-0.6247544 6.172024 -0.272625) viscous : (-0.002562005 0.4584604 0.01134707) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4231041 Cl = 0.02215269 Cl(f) = 0.01107634 Cl(r) = 0.01107634 Time = 86 smoothSolver: Solving for Ux, Initial residual = 0.0003403677, Final residual = 1.760695e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003730575, Final residual = 0.0001885242, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002199202, Final residual = 0.000111754, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01543466, Final residual = 0.00138079, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002316371, Final residual = 0.0001196974, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004890294, Final residual = 2.767793e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.776759e-05, Final residual = 8.265504e-06, No Iterations 2 time step continuity errors : sum local = 2.898255e-06, global = -3.210329e-07, cumulative = 1.555415e-06 smoothSolver: Solving for omega, Initial residual = 2.934552e-05, Final residual = 1.418652e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003916134, Final residual = 1.557624e-05, No Iterations 2 ExecutionTime = 85.71 s ClockTime = 88 s forces forces output: sum of forces: pressure : (12.0198 0.6713196 -4.833023) viscous : (1.755903 0.008732172 0.02770408) porous : (0 0 0) sum of moments: pressure : (-0.6275685 6.153671 -0.2974913) viscous : (-0.002623445 0.4578909 0.0114123) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4238719 Cl = 0.02092487 Cl(f) = 0.01046243 Cl(r) = 0.01046243 Time = 87 smoothSolver: Solving for Ux, Initial residual = 0.0003385632, Final residual = 1.73254e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003729409, Final residual = 0.0001868169, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002214504, Final residual = 0.0001116234, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01530291, Final residual = 0.001381704, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002307504, Final residual = 0.000116935, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004862345, Final residual = 2.680231e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.661439e-05, Final residual = 8.158909e-06, No Iterations 2 time step continuity errors : sum local = 2.853597e-06, global = -3.33976e-07, cumulative = 1.221439e-06 smoothSolver: Solving for omega, Initial residual = 2.891649e-05, Final residual = 1.392075e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003829023, Final residual = 1.51991e-05, No Iterations 2 ExecutionTime = 86.69 s ClockTime = 89 s forces forces output: sum of forces: pressure : (12.0412 0.6300621 -4.78763) viscous : (1.752812 0.008986307 0.02736348) porous : (0 0 0) sum of moments: pressure : (-0.6360926 6.122226 -0.3261632) viscous : (-0.002675013 0.457348 0.01149199) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4244352 Cl = 0.01966321 Cl(f) = 0.009831606 Cl(r) = 0.009831606 Time = 88 smoothSolver: Solving for Ux, Initial residual = 0.000336473, Final residual = 1.705269e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00373158, Final residual = 0.0001852739, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002235661, Final residual = 0.0001116716, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01521858, Final residual = 0.001389087, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002311383, Final residual = 0.000116154, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004859099, Final residual = 2.648929e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.697132e-05, Final residual = 8.184305e-06, No Iterations 2 time step continuity errors : sum local = 2.855476e-06, global = -3.555026e-07, cumulative = 8.659367e-07 smoothSolver: Solving for omega, Initial residual = 2.849255e-05, Final residual = 1.367891e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003746357, Final residual = 1.486659e-05, No Iterations 2 ExecutionTime = 87.67 s ClockTime = 90 s forces forces output: sum of forces: pressure : (12.06139 0.5981377 -4.73569) viscous : (1.749731 0.009238731 0.0270192) porous : (0 0 0) sum of moments: pressure : (-0.649484 6.086708 -0.3479535) viscous : (-0.002717447 0.456835 0.01157699) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4249615 Cl = 0.01868868 Cl(f) = 0.009344341 Cl(r) = 0.009344341 Time = 89 smoothSolver: Solving for Ux, Initial residual = 0.000334437, Final residual = 1.677404e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003725284, Final residual = 0.0001839462, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002254789, Final residual = 0.0001114307, No Iterations 2 GAMG: Solving for p, Initial residual = 0.015049, Final residual = 0.001376936, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002291392, Final residual = 0.0001128574, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004712636, Final residual = 2.574224e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.434037e-05, Final residual = 7.64709e-06, No Iterations 2 time step continuity errors : sum local = 2.664104e-06, global = -2.916858e-07, cumulative = 5.742509e-07 smoothSolver: Solving for omega, Initial residual = 2.808055e-05, Final residual = 1.346952e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003662522, Final residual = 1.452713e-05, No Iterations 2 ExecutionTime = 88.65 s ClockTime = 91 s forces forces output: sum of forces: pressure : (12.08123 0.5862717 -4.712109) viscous : (1.746694 0.00947639 0.02667203) porous : (0 0 0) sum of moments: pressure : (-0.661627 6.069781 -0.3543673) viscous : (-0.002743833 0.4563573 0.01166943) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4254785 Cl = 0.01833088 Cl(f) = 0.009165441 Cl(r) = 0.009165441 Time = 90 smoothSolver: Solving for Ux, Initial residual = 0.0003319023, Final residual = 1.650282e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003717935, Final residual = 0.0001822578, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002267521, Final residual = 0.0001106911, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0148719, Final residual = 0.001362893, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002262571, Final residual = 0.0001078299, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004585656, Final residual = 2.475257e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.10279e-05, Final residual = 7.101752e-06, No Iterations 2 time step continuity errors : sum local = 2.471845e-06, global = -2.417638e-07, cumulative = 3.324871e-07 smoothSolver: Solving for omega, Initial residual = 2.765784e-05, Final residual = 1.319297e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003575256, Final residual = 1.424758e-05, No Iterations 2 ExecutionTime = 89.64 s ClockTime = 92 s forces forces output: sum of forces: pressure : (12.10056 0.5915813 -4.716044) viscous : (1.743703 0.009697526 0.02630676) porous : (0 0 0) sum of moments: pressure : (-0.6723051 6.071689 -0.3482532) viscous : (-0.002755895 0.4559221 0.01176202) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4259815 Cl = 0.01850106 Cl(f) = 0.00925053 Cl(r) = 0.00925053 Time = 91 smoothSolver: Solving for Ux, Initial residual = 0.0003287597, Final residual = 1.621843e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003707822, Final residual = 0.0001795297, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002278895, Final residual = 0.0001096403, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01465783, Final residual = 0.001343811, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002232128, Final residual = 0.0001050119, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004534518, Final residual = 2.418393e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.920918e-05, Final residual = 6.923718e-06, No Iterations 2 time step continuity errors : sum local = 2.406272e-06, global = -2.558267e-07, cumulative = 7.666045e-08 smoothSolver: Solving for omega, Initial residual = 2.725812e-05, Final residual = 1.294276e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003503091, Final residual = 1.406969e-05, No Iterations 2 ExecutionTime = 90.62 s ClockTime = 93 s forces forces output: sum of forces: pressure : (12.11376 0.5982014 -4.706677) viscous : (1.740729 0.009901123 0.02594654) porous : (0 0 0) sum of moments: pressure : (-0.6876711 6.065276 -0.3441603) viscous : (-0.002756065 0.4555096 0.01184337) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4262961 Cl = 0.01871102 Cl(f) = 0.009355512 Cl(r) = 0.009355512 Time = 92 smoothSolver: Solving for Ux, Initial residual = 0.000326218, Final residual = 1.593602e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003693189, Final residual = 0.0001766955, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002292602, Final residual = 0.0001088967, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0145141, Final residual = 0.001326457, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002212595, Final residual = 0.0001058049, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004549675, Final residual = 2.433806e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.977036e-05, Final residual = 7.016792e-06, No Iterations 2 time step continuity errors : sum local = 2.433173e-06, global = -2.688251e-07, cumulative = -1.921647e-07 smoothSolver: Solving for omega, Initial residual = 2.69314e-05, Final residual = 1.27452e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003437208, Final residual = 1.395448e-05, No Iterations 2 ExecutionTime = 91.6 s ClockTime = 94 s forces forces output: sum of forces: pressure : (12.11805 0.6010716 -4.664156) viscous : (1.737825 0.01010082 0.02559996) porous : (0 0 0) sum of moments: pressure : (-0.7109273 6.037138 -0.347882) viscous : (-0.002752346 0.4551225 0.01193646) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4263387 Cl = 0.01880548 Cl(f) = 0.009402742 Cl(r) = 0.009402742 Time = 93 smoothSolver: Solving for Ux, Initial residual = 0.0003241413, Final residual = 1.567704e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003682182, Final residual = 0.0001744357, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002308932, Final residual = 0.0001086839, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01445886, Final residual = 0.001309114, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00219366, Final residual = 0.0001072717, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004533007, Final residual = 2.448715e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.031921e-05, Final residual = 7.064436e-06, No Iterations 2 time step continuity errors : sum local = 2.445248e-06, global = -2.754931e-07, cumulative = -4.676578e-07 smoothSolver: Solving for omega, Initial residual = 2.667778e-05, Final residual = 1.25921e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003366475, Final residual = 1.380529e-05, No Iterations 2 ExecutionTime = 92.58 s ClockTime = 95 s forces forces output: sum of forces: pressure : (12.11764 0.6115625 -4.610063) viscous : (1.734976 0.01030437 0.02526994) porous : (0 0 0) sum of moments: pressure : (-0.7375669 6.002518 -0.3487264) viscous : (-0.002747484 0.4547562 0.01203857) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4262383 Cl = 0.01913455 Cl(f) = 0.009567273 Cl(r) = 0.009567273 Time = 94 smoothSolver: Solving for Ux, Initial residual = 0.0003223587, Final residual = 1.542728e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003674758, Final residual = 0.0001725079, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002326444, Final residual = 0.0001084742, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01439565, Final residual = 0.001292706, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002173139, Final residual = 0.0001078009, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004477826, Final residual = 2.448323e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.989582e-05, Final residual = 6.970736e-06, No Iterations 2 time step continuity errors : sum local = 2.409149e-06, global = -2.735005e-07, cumulative = -7.411583e-07 smoothSolver: Solving for omega, Initial residual = 2.642492e-05, Final residual = 1.242116e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003299193, Final residual = 1.363019e-05, No Iterations 2 ExecutionTime = 93.56 s ClockTime = 96 s forces forces output: sum of forces: pressure : (12.11434 0.6321694 -4.559797) viscous : (1.732162 0.01050232 0.02495715) porous : (0 0 0) sum of moments: pressure : (-0.7632341 5.971148 -0.3430731) viscous : (-0.00273666 0.4544067 0.0121374) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4260503 Cl = 0.0197747 Cl(f) = 0.009887351 Cl(r) = 0.009887351 Time = 95 smoothSolver: Solving for Ux, Initial residual = 0.0003206984, Final residual = 1.518478e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003667895, Final residual = 0.0001705426, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00233955, Final residual = 0.0001083067, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01432282, Final residual = 0.001267659, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002144907, Final residual = 0.0001064254, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004404373, Final residual = 2.41124e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.839799e-05, Final residual = 6.842691e-06, No Iterations 2 time step continuity errors : sum local = 2.361095e-06, global = -2.774925e-07, cumulative = -1.018651e-06 smoothSolver: Solving for omega, Initial residual = 2.622046e-05, Final residual = 1.226591e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003239802, Final residual = 1.347349e-05, No Iterations 2 ExecutionTime = 94.55 s ClockTime = 97 s forces forces output: sum of forces: pressure : (12.10731 0.6549189 -4.507706) viscous : (1.729375 0.01068847 0.02465441) porous : (0 0 0) sum of moments: pressure : (-0.7874381 5.938888 -0.3369075) viscous : (-0.002718967 0.4540708 0.01222771) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4257483 Cl = 0.02048042 Cl(f) = 0.01024021 Cl(r) = 0.01024021 Time = 96 smoothSolver: Solving for Ux, Initial residual = 0.0003191704, Final residual = 1.497089e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00365994, Final residual = 0.000168354, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002352082, Final residual = 0.0001080296, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01426452, Final residual = 0.001251768, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002123479, Final residual = 0.0001052742, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004365544, Final residual = 2.371865e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.755785e-05, Final residual = 6.696628e-06, No Iterations 2 time step continuity errors : sum local = 2.305894e-06, global = -2.73669e-07, cumulative = -1.29232e-06 smoothSolver: Solving for omega, Initial residual = 2.609737e-05, Final residual = 1.209955e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003190454, Final residual = 1.331125e-05, No Iterations 2 ExecutionTime = 95.53 s ClockTime = 98 s forces forces output: sum of forces: pressure : (12.09527 0.6686531 -4.4396) viscous : (1.726597 0.0108606 0.02437363) porous : (0 0 0) sum of moments: pressure : (-0.8122715 5.895458 -0.3385278) viscous : (-0.002696169 0.453738 0.01229745) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4252923 Cl = 0.02090831 Cl(f) = 0.01045415 Cl(r) = 0.01045415 Time = 97 smoothSolver: Solving for Ux, Initial residual = 0.0003180908, Final residual = 1.484048e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00365118, Final residual = 0.0001662995, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002364874, Final residual = 0.0001079923, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01420771, Final residual = 0.001244238, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002113767, Final residual = 0.0001044078, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004326783, Final residual = 2.325566e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.708506e-05, Final residual = 6.549318e-06, No Iterations 2 time step continuity errors : sum local = 2.250081e-06, global = -2.825938e-07, cumulative = -1.574914e-06 smoothSolver: Solving for omega, Initial residual = 2.590521e-05, Final residual = 1.19692e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003147063, Final residual = 1.31354e-05, No Iterations 2 ExecutionTime = 96.5 s ClockTime = 99 s forces forces output: sum of forces: pressure : (12.07894 0.6757063 -4.35378) viscous : (1.723852 0.01102578 0.02412604) porous : (0 0 0) sum of moments: pressure : (-0.8389959 5.840626 -0.3458437) viscous : (-0.002671304 0.4533993 0.01236052) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4247052 Cl = 0.02113042 Cl(f) = 0.01056521 Cl(r) = 0.01056521 Time = 98 smoothSolver: Solving for Ux, Initial residual = 0.0003172745, Final residual = 1.475126e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003645358, Final residual = 0.0001647381, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002376985, Final residual = 0.0001079316, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01418248, Final residual = 0.001243098, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002106984, Final residual = 0.000104283, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004267546, Final residual = 2.266332e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.591022e-05, Final residual = 6.329888e-06, No Iterations 2 time step continuity errors : sum local = 2.171036e-06, global = -2.799819e-07, cumulative = -1.854895e-06 smoothSolver: Solving for omega, Initial residual = 2.56864e-05, Final residual = 1.182597e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003106624, Final residual = 1.294123e-05, No Iterations 2 ExecutionTime = 97.49 s ClockTime = 100 s forces forces output: sum of forces: pressure : (12.06209 0.6857769 -4.266402) viscous : (1.721123 0.01118928 0.02390696) porous : (0 0 0) sum of moments: pressure : (-0.8650851 5.786331 -0.349793) viscous : (-0.002648266 0.4530516 0.01241593) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.424103 Cl = 0.02144531 Cl(f) = 0.01072266 Cl(r) = 0.01072266 Time = 99 smoothSolver: Solving for Ux, Initial residual = 0.0003163191, Final residual = 1.465282e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003638425, Final residual = 0.0001636772, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002387316, Final residual = 0.0001078805, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01416556, Final residual = 0.001245146, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002103347, Final residual = 0.000105644, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004222895, Final residual = 2.238883e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.469402e-05, Final residual = 6.088458e-06, No Iterations 2 time step continuity errors : sum local = 2.08536e-06, global = -2.683255e-07, cumulative = -2.123221e-06 smoothSolver: Solving for omega, Initial residual = 2.543358e-05, Final residual = 1.170018e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003067609, Final residual = 1.275726e-05, No Iterations 2 ExecutionTime = 98.47 s ClockTime = 101 s forces forces output: sum of forces: pressure : (12.04538 0.6998476 -4.183116) viscous : (1.718412 0.01135237 0.02372659) porous : (0 0 0) sum of moments: pressure : (-0.8888825 5.736345 -0.3491958) viscous : (-0.002631603 0.4526868 0.0124643) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4235054 Cl = 0.02188328 Cl(f) = 0.01094164 Cl(r) = 0.01094164 Time = 100 smoothSolver: Solving for Ux, Initial residual = 0.0003158185, Final residual = 1.454235e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00362803, Final residual = 0.0001626912, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00239912, Final residual = 0.0001076559, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01418717, Final residual = 0.001243005, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002094973, Final residual = 0.0001066573, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004211475, Final residual = 2.253172e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.449655e-05, Final residual = 6.070529e-06, No Iterations 2 time step continuity errors : sum local = 2.075991e-06, global = -2.676369e-07, cumulative = -2.390858e-06 smoothSolver: Solving for omega, Initial residual = 2.51399e-05, Final residual = 1.158598e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003031769, Final residual = 1.260491e-05, No Iterations 2 ExecutionTime = 99.46 s ClockTime = 102 s forces forces output: sum of forces: pressure : (12.02571 0.7115941 -4.097302) viscous : (1.715743 0.0115238 0.02358168) porous : (0 0 0) sum of moments: pressure : (-0.9109737 5.685556 -0.3498502) viscous : (-0.002623591 0.4523116 0.01251936) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.422818 Cl = 0.02224999 Cl(f) = 0.011125 Cl(r) = 0.011125 Time = 101 smoothSolver: Solving for Ux, Initial residual = 0.0003152534, Final residual = 1.44218e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003615093, Final residual = 0.0001614259, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002408977, Final residual = 0.0001072745, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01419434, Final residual = 0.001239057, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002091416, Final residual = 0.0001069879, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004225637, Final residual = 2.291357e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.512347e-05, Final residual = 6.174308e-06, No Iterations 2 time step continuity errors : sum local = 2.107218e-06, global = -2.58083e-07, cumulative = -2.648941e-06 smoothSolver: Solving for omega, Initial residual = 2.480203e-05, Final residual = 1.147766e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002992365, Final residual = 1.24541e-05, No Iterations 2 ExecutionTime = 100.44 s ClockTime = 103 s forces forces output: sum of forces: pressure : (12.00067 0.7141192 -4.00516) viscous : (1.713129 0.01170585 0.02347128) porous : (0 0 0) sum of moments: pressure : (-0.9323712 5.629532 -0.3576676) viscous : (-0.002624267 0.4519298 0.01258489) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4219669 Cl = 0.02233329 Cl(f) = 0.01116665 Cl(r) = 0.01116665 Time = 102 smoothSolver: Solving for Ux, Initial residual = 0.0003151771, Final residual = 1.429056e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003601764, Final residual = 0.000159954, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002419986, Final residual = 0.0001068623, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01421639, Final residual = 0.001240823, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002089834, Final residual = 0.0001075074, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004232239, Final residual = 2.333173e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.579415e-05, Final residual = 6.298486e-06, No Iterations 2 time step continuity errors : sum local = 2.144918e-06, global = -2.428872e-07, cumulative = -2.891828e-06 smoothSolver: Solving for omega, Initial residual = 2.441984e-05, Final residual = 1.12953e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002954494, Final residual = 1.233591e-05, No Iterations 2 ExecutionTime = 101.42 s ClockTime = 104 s forces forces output: sum of forces: pressure : (11.97196 0.7092958 -3.912502) viscous : (1.710589 0.01190254 0.02338682) porous : (0 0 0) sum of moments: pressure : (-0.9518687 5.572346 -0.3707094) viscous : (-0.002633616 0.4515519 0.01266794) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4210056 Cl = 0.02219093 Cl(f) = 0.01109546 Cl(r) = 0.01109546 Time = 103 smoothSolver: Solving for Ux, Initial residual = 0.0003156872, Final residual = 1.41649e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003593137, Final residual = 0.000158553, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002431939, Final residual = 0.0001065686, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01426217, Final residual = 0.001249403, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00209233, Final residual = 0.0001082271, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004236786, Final residual = 2.3761e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.635344e-05, Final residual = 6.427344e-06, No Iterations 2 time step continuity errors : sum local = 2.184503e-06, global = -2.37299e-07, cumulative = -3.129127e-06 smoothSolver: Solving for omega, Initial residual = 2.405332e-05, Final residual = 1.108579e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002916133, Final residual = 1.221414e-05, No Iterations 2 ExecutionTime = 102.4 s ClockTime = 105 s forces forces output: sum of forces: pressure : (11.94213 0.6985334 -3.822509) viscous : (1.708135 0.01211505 0.02331562) porous : (0 0 0) sum of moments: pressure : (-0.9678888 5.516357 -0.3873487) viscous : (-0.002651266 0.4511895 0.01277306) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4200123 Cl = 0.02186631 Cl(f) = 0.01093316 Cl(r) = 0.01093316 Time = 104 smoothSolver: Solving for Ux, Initial residual = 0.0003166298, Final residual = 1.404594e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00358235, Final residual = 0.0001569046, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002443132, Final residual = 0.0001063287, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01431257, Final residual = 0.001262117, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002098577, Final residual = 0.00010985, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004260876, Final residual = 2.429181e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.716731e-05, Final residual = 6.547948e-06, No Iterations 2 time step continuity errors : sum local = 2.221275e-06, global = -2.417339e-07, cumulative = -3.370861e-06 smoothSolver: Solving for omega, Initial residual = 2.364767e-05, Final residual = 1.0883e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002884583, Final residual = 1.207699e-05, No Iterations 2 ExecutionTime = 103.37 s ClockTime = 106 s forces forces output: sum of forces: pressure : (11.9116 0.6827908 -3.729959) viscous : (1.705762 0.01234155 0.0232636) porous : (0 0 0) sum of moments: pressure : (-0.9807466 5.458228 -0.4069418) viscous : (-0.002675954 0.4508425 0.01289445) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4189997 Cl = 0.02138889 Cl(f) = 0.01069445 Cl(r) = 0.01069445 Time = 105 smoothSolver: Solving for Ux, Initial residual = 0.0003176245, Final residual = 1.394034e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00357417, Final residual = 0.0001554836, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002454146, Final residual = 0.0001059049, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0143124, Final residual = 0.001282603, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002119855, Final residual = 0.0001118046, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004319438, Final residual = 2.483211e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.832782e-05, Final residual = 6.656428e-06, No Iterations 2 time step continuity errors : sum local = 2.25361e-06, global = -2.47433e-07, cumulative = -3.618294e-06 smoothSolver: Solving for omega, Initial residual = 2.324943e-05, Final residual = 1.066324e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000285786, Final residual = 1.191782e-05, No Iterations 2 ExecutionTime = 104.35 s ClockTime = 107 s forces forces output: sum of forces: pressure : (11.8807 0.6608146 -3.625354) viscous : (1.703476 0.01258045 0.02322272) porous : (0 0 0) sum of moments: pressure : (-0.9918485 5.392907 -0.4306713) viscous : (-0.002708594 0.4505115 0.01303178) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4179785 Cl = 0.02072004 Cl(f) = 0.01036002 Cl(r) = 0.01036002 Time = 106 smoothSolver: Solving for Ux, Initial residual = 0.0003185517, Final residual = 1.382258e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003566604, Final residual = 0.000153856, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002466825, Final residual = 0.0001053658, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01430274, Final residual = 0.00129977, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002143782, Final residual = 0.0001137677, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004399216, Final residual = 2.527678e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.962256e-05, Final residual = 6.771445e-06, No Iterations 2 time step continuity errors : sum local = 2.287668e-06, global = -2.594093e-07, cumulative = -3.877703e-06 smoothSolver: Solving for omega, Initial residual = 2.285648e-05, Final residual = 1.044009e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002834297, Final residual = 1.173922e-05, No Iterations 2 ExecutionTime = 105.34 s ClockTime = 108 s forces forces output: sum of forces: pressure : (11.84798 0.633972 -3.505483) viscous : (1.701279 0.01281899 0.02319268) porous : (0 0 0) sum of moments: pressure : (-1.003011 5.317574 -0.4578065) viscous : (-0.002743325 0.4501981 0.01318044) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4169042 Cl = 0.01990145 Cl(f) = 0.009950725 Cl(r) = 0.009950725 Time = 107 smoothSolver: Solving for Ux, Initial residual = 0.0003198326, Final residual = 1.366969e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003560724, Final residual = 0.0001525224, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002481383, Final residual = 0.0001048755, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01425144, Final residual = 0.001307791, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00216325, Final residual = 0.0001149901, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004439942, Final residual = 2.535448e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.999694e-05, Final residual = 6.750575e-06, No Iterations 2 time step continuity errors : sum local = 2.27569e-06, global = -2.859173e-07, cumulative = -4.163621e-06 smoothSolver: Solving for omega, Initial residual = 2.247553e-05, Final residual = 1.021574e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002809063, Final residual = 1.153332e-05, No Iterations 2 ExecutionTime = 106.31 s ClockTime = 109 s forces forces output: sum of forces: pressure : (11.81421 0.6069426 -3.376905) viscous : (1.699153 0.01305815 0.02317205) porous : (0 0 0) sum of moments: pressure : (-1.014278 5.236344 -0.4839892) viscous : (-0.002781564 0.4499005 0.01333614) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4157998 Cl = 0.01907712 Cl(f) = 0.009538562 Cl(r) = 0.009538562 Time = 108 smoothSolver: Solving for Ux, Initial residual = 0.0003211889, Final residual = 1.347257e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003557867, Final residual = 0.0001510581, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002494505, Final residual = 0.0001042939, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0142235, Final residual = 0.001311121, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002176835, Final residual = 0.0001151355, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004447655, Final residual = 2.53121e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.993496e-05, Final residual = 6.726478e-06, No Iterations 2 time step continuity errors : sum local = 2.263293e-06, global = -2.888215e-07, cumulative = -4.452442e-06 smoothSolver: Solving for omega, Initial residual = 2.208017e-05, Final residual = 9.975518e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002778754, Final residual = 1.134278e-05, No Iterations 2 ExecutionTime = 107.3 s ClockTime = 110 s forces forces output: sum of forces: pressure : (11.78057 0.581265 -3.246641) viscous : (1.697111 0.0132928 0.02315925) porous : (0 0 0) sum of moments: pressure : (-1.024948 5.153945 -0.5076405) viscous : (-0.002820164 0.4496227 0.01349842) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4147019 Cl = 0.01829426 Cl(f) = 0.00914713 Cl(r) = 0.00914713 Time = 109 smoothSolver: Solving for Ux, Initial residual = 0.0003225532, Final residual = 1.325618e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003555576, Final residual = 0.0001494154, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002506103, Final residual = 0.0001037461, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01425999, Final residual = 0.00131488, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002186559, Final residual = 0.0001146831, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004444655, Final residual = 2.498438e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.943271e-05, Final residual = 6.601647e-06, No Iterations 2 time step continuity errors : sum local = 2.217255e-06, global = -2.898481e-07, cumulative = -4.74229e-06 smoothSolver: Solving for omega, Initial residual = 2.16755e-05, Final residual = 9.738201e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002752493, Final residual = 1.117173e-05, No Iterations 2 ExecutionTime = 108.28 s ClockTime = 111 s forces forces output: sum of forces: pressure : (11.74679 0.5538948 -3.115617) viscous : (1.69515 0.01352073 0.02315482) porous : (0 0 0) sum of moments: pressure : (-1.034389 5.070204 -0.5311976) viscous : (-0.002857341 0.4493635 0.01366416) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.413602 Cl = 0.0174591 Cl(f) = 0.008729552 Cl(r) = 0.008729552 Time = 110 smoothSolver: Solving for Ux, Initial residual = 0.0003235112, Final residual = 1.303663e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003551344, Final residual = 0.0001476148, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002512945, Final residual = 0.0001031659, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01429416, Final residual = 0.001317882, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002190203, Final residual = 0.0001138572, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004416304, Final residual = 2.46474e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.874222e-05, Final residual = 6.515852e-06, No Iterations 2 time step continuity errors : sum local = 2.185133e-06, global = -2.828943e-07, cumulative = -5.025185e-06 smoothSolver: Solving for omega, Initial residual = 2.133295e-05, Final residual = 9.525072e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002729336, Final residual = 1.102457e-05, No Iterations 2 ExecutionTime = 109.27 s ClockTime = 113 s forces forces output: sum of forces: pressure : (11.71242 0.5243241 -2.984281) viscous : (1.693256 0.01374394 0.0231612) porous : (0 0 0) sum of moments: pressure : (-1.041842 4.9847 -0.5549057) viscous : (-0.002894476 0.449117 0.01383478) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4124862 Cl = 0.01655609 Cl(f) = 0.008278047 Cl(r) = 0.008278047 Time = 111 smoothSolver: Solving for Ux, Initial residual = 0.0003239908, Final residual = 1.283323e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003542399, Final residual = 0.0001455352, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002513932, Final residual = 0.0001025229, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01430364, Final residual = 0.001314358, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002177071, Final residual = 0.0001125955, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004356389, Final residual = 2.395093e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.714926e-05, Final residual = 6.239417e-06, No Iterations 2 time step continuity errors : sum local = 2.08993e-06, global = -2.732078e-07, cumulative = -5.298392e-06 smoothSolver: Solving for omega, Initial residual = 2.10576e-05, Final residual = 9.385894e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002708446, Final residual = 1.089707e-05, No Iterations 2 ExecutionTime = 110.26 s ClockTime = 114 s forces forces output: sum of forces: pressure : (11.67843 0.496256 -2.854705) viscous : (1.691424 0.01396041 0.02317888) porous : (0 0 0) sum of moments: pressure : (-1.047686 4.898566 -0.5766446) viscous : (-0.002930009 0.4488838 0.01400664) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4113841 Cl = 0.01569911 Cl(f) = 0.007849557 Cl(r) = 0.007849557 Time = 112 smoothSolver: Solving for Ux, Initial residual = 0.0003239743, Final residual = 1.265453e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003523735, Final residual = 0.0001433609, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002509169, Final residual = 0.0001017663, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0143508, Final residual = 0.001304768, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002151553, Final residual = 0.0001109478, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004273178, Final residual = 2.338603e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.549422e-05, Final residual = 5.974189e-06, No Iterations 2 time step continuity errors : sum local = 1.999296e-06, global = -2.480287e-07, cumulative = -5.546421e-06 smoothSolver: Solving for omega, Initial residual = 2.085919e-05, Final residual = 9.278821e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002686295, Final residual = 1.076584e-05, No Iterations 2 ExecutionTime = 111.23 s ClockTime = 114 s forces forces output: sum of forces: pressure : (11.64617 0.475991 -2.727179) viscous : (1.689654 0.01416254 0.02320838) porous : (0 0 0) sum of moments: pressure : (-1.053211 4.812531 -0.592534) viscous : (-0.00296094 0.4486611 0.01418044) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4103368 Cl = 0.01508179 Cl(f) = 0.007540895 Cl(r) = 0.007540895 Time = 113 smoothSolver: Solving for Ux, Initial residual = 0.0003233664, Final residual = 1.25031e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003499489, Final residual = 0.0001410356, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002496512, Final residual = 0.0001006831, No Iterations 2 GAMG: Solving for p, Initial residual = 0.014381, Final residual = 0.001286953, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0021228, Final residual = 0.0001076536, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004163709, Final residual = 2.261623e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.330952e-05, Final residual = 5.650821e-06, No Iterations 2 time step continuity errors : sum local = 1.890112e-06, global = -2.145855e-07, cumulative = -5.761007e-06 smoothSolver: Solving for omega, Initial residual = 2.062726e-05, Final residual = 9.19707e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002668412, Final residual = 1.0658e-05, No Iterations 2 ExecutionTime = 112.2 s ClockTime = 115 s forces forces output: sum of forces: pressure : (11.61494 0.4644738 -2.602967) viscous : (1.687955 0.01434587 0.02324578) porous : (0 0 0) sum of moments: pressure : (-1.059015 4.727481 -0.6032205) viscous : (-0.002985285 0.4484502 0.01436015) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4093238 Cl = 0.01473305 Cl(f) = 0.007366526 Cl(r) = 0.007366526 Time = 114 smoothSolver: Solving for Ux, Initial residual = 0.0003220802, Final residual = 1.236339e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003468325, Final residual = 0.0001386894, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002479504, Final residual = 9.940014e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01443986, Final residual = 0.001268847, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002095861, Final residual = 0.0001037861, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004067991, Final residual = 2.140519e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.082882e-05, Final residual = 5.220022e-06, No Iterations 2 time step continuity errors : sum local = 1.74508e-06, global = -1.730699e-07, cumulative = -5.934076e-06 smoothSolver: Solving for omega, Initial residual = 2.040494e-05, Final residual = 9.128613e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002652416, Final residual = 1.055168e-05, No Iterations 2 ExecutionTime = 113.19 s ClockTime = 116 s forces forces output: sum of forces: pressure : (11.5834 0.4539779 -2.47517) viscous : (1.686292 0.01451088 0.02329243) porous : (0 0 0) sum of moments: pressure : (-1.065252 4.639325 -0.6152422) viscous : (-0.003004104 0.4482413 0.01454045) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4083021 Cl = 0.01441517 Cl(f) = 0.007207587 Cl(r) = 0.007207587 Time = 115 smoothSolver: Solving for Ux, Initial residual = 0.0003200836, Final residual = 1.220447e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003434541, Final residual = 0.0001368055, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002456597, Final residual = 9.787661e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0144673, Final residual = 0.001264071, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002079875, Final residual = 0.000100045, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004001159, Final residual = 2.024247e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.893034e-05, Final residual = 4.752552e-06, No Iterations 2 time step continuity errors : sum local = 1.587974e-06, global = -9.16319e-08, cumulative = -6.025708e-06 smoothSolver: Solving for omega, Initial residual = 2.024606e-05, Final residual = 9.023326e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002639568, Final residual = 1.045419e-05, No Iterations 2 ExecutionTime = 114.17 s ClockTime = 117 s forces forces output: sum of forces: pressure : (11.55063 0.4390225 -2.342877) viscous : (1.684662 0.01465014 0.02335622) porous : (0 0 0) sum of moments: pressure : (-1.071424 4.547209 -0.6327968) viscous : (-0.003016802 0.448027 0.01471785) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4072435 Cl = 0.01395929 Cl(f) = 0.006979646 Cl(r) = 0.006979646 Time = 116 smoothSolver: Solving for Ux, Initial residual = 0.0003175316, Final residual = 1.201946e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003400167, Final residual = 0.0001350479, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002429749, Final residual = 9.617468e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01449076, Final residual = 0.001267319, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002071812, Final residual = 9.803451e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003966923, Final residual = 1.95823e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.788323e-05, Final residual = 4.521905e-06, No Iterations 2 time step continuity errors : sum local = 1.510387e-06, global = 1.111329e-07, cumulative = -5.914575e-06 smoothSolver: Solving for omega, Initial residual = 2.011055e-05, Final residual = 8.89666e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002629737, Final residual = 1.032356e-05, No Iterations 2 ExecutionTime = 115.15 s ClockTime = 118 s forces forces output: sum of forces: pressure : (11.51713 0.4202064 -2.211) viscous : (1.683077 0.01475767 0.0234416) porous : (0 0 0) sum of moments: pressure : (-1.076852 4.454104 -0.6548798) viscous : (-0.003022513 0.4478029 0.01489561) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4061641 Cl = 0.01338364 Cl(f) = 0.006691818 Cl(r) = 0.006691818 Time = 117 smoothSolver: Solving for Ux, Initial residual = 0.0003146591, Final residual = 1.183131e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003371032, Final residual = 0.0001333182, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002402073, Final residual = 9.442543e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01453732, Final residual = 0.001272995, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002072848, Final residual = 9.783272e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003958534, Final residual = 1.953368e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.769915e-05, Final residual = 4.514642e-06, No Iterations 2 time step continuity errors : sum local = 1.507771e-06, global = 1.92847e-07, cumulative = -5.721728e-06 smoothSolver: Solving for omega, Initial residual = 1.993277e-05, Final residual = 8.741705e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002618331, Final residual = 1.01691e-05, No Iterations 2 ExecutionTime = 116.13 s ClockTime = 119 s forces forces output: sum of forces: pressure : (11.48382 0.4006454 -2.08479) viscous : (1.681517 0.01483072 0.02355032) porous : (0 0 0) sum of moments: pressure : (-1.080863 4.362599 -0.6778236) viscous : (-0.00302178 0.4475639 0.01506488) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.405091 Cl = 0.012784 Cl(f) = 0.006392 Cl(r) = 0.006392 Time = 118 smoothSolver: Solving for Ux, Initial residual = 0.0003114108, Final residual = 1.164224e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003347644, Final residual = 0.0001316948, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002374057, Final residual = 9.282096e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01451544, Final residual = 0.001279216, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002073525, Final residual = 9.912963e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000394318, Final residual = 1.975764e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.736211e-05, Final residual = 4.71784e-06, No Iterations 2 time step continuity errors : sum local = 1.575647e-06, global = 2.333532e-07, cumulative = -5.488375e-06 smoothSolver: Solving for omega, Initial residual = 1.972957e-05, Final residual = 8.573561e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002603278, Final residual = 1.000901e-05, No Iterations 2 ExecutionTime = 117.1 s ClockTime = 120 s forces forces output: sum of forces: pressure : (11.45175 0.3833069 -1.967936) viscous : (1.679967 0.01486841 0.02367922) porous : (0 0 0) sum of moments: pressure : (-1.083277 4.274852 -0.6982878) viscous : (-0.003014348 0.4473079 0.01522186) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4040565 Cl = 0.01225166 Cl(f) = 0.006125831 Cl(r) = 0.006125831 Time = 119 smoothSolver: Solving for Ux, Initial residual = 0.0003077416, Final residual = 1.144089e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003327098, Final residual = 0.0001302492, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002343068, Final residual = 9.125157e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01455789, Final residual = 0.001288801, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002083617, Final residual = 0.0001007885, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003961133, Final residual = 1.965915e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.675087e-05, Final residual = 4.9153e-06, No Iterations 2 time step continuity errors : sum local = 1.641765e-06, global = 2.361951e-07, cumulative = -5.25218e-06 smoothSolver: Solving for omega, Initial residual = 1.949281e-05, Final residual = 8.416696e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002586944, Final residual = 9.859796e-06, No Iterations 2 ExecutionTime = 118.08 s ClockTime = 121 s forces forces output: sum of forces: pressure : (11.42198 0.3692339 -1.860482) viscous : (1.678439 0.01487356 0.02382936) porous : (0 0 0) sum of moments: pressure : (-1.084156 4.192361 -0.7144782) viscous : (-0.003001996 0.4470368 0.01537026) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4030937 Cl = 0.0118188 Cl(f) = 0.005909401 Cl(r) = 0.005909401 Time = 120 smoothSolver: Solving for Ux, Initial residual = 0.0003037711, Final residual = 1.124237e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003307478, Final residual = 0.0001287817, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002309787, Final residual = 8.960028e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01453338, Final residual = 0.001301888, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002105793, Final residual = 0.00010208, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003987871, Final residual = 1.96811e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.640395e-05, Final residual = 5.189965e-06, No Iterations 2 time step continuity errors : sum local = 1.733886e-06, global = 2.184727e-07, cumulative = -5.033707e-06 smoothSolver: Solving for omega, Initial residual = 1.92523e-05, Final residual = 8.28053e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002564872, Final residual = 9.717766e-06, No Iterations 2 ExecutionTime = 119.08 s ClockTime = 123 s forces forces output: sum of forces: pressure : (11.39739 0.3578398 -1.76571) viscous : (1.676919 0.01484486 0.0240033) porous : (0 0 0) sum of moments: pressure : (-1.08328 4.118442 -0.7254485) viscous : (-0.002984179 0.4467494 0.01550416) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4022903 Cl = 0.01146733 Cl(f) = 0.005733664 Cl(r) = 0.005733664 Time = 121 smoothSolver: Solving for Ux, Initial residual = 0.0002993651, Final residual = 1.102662e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003287151, Final residual = 0.000127621, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002274487, Final residual = 8.797231e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01439313, Final residual = 0.001305203, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002124525, Final residual = 0.0001017117, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003980313, Final residual = 1.94106e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.661675e-05, Final residual = 5.333105e-06, No Iterations 2 time step continuity errors : sum local = 1.783552e-06, global = 2.136895e-07, cumulative = -4.820018e-06 smoothSolver: Solving for omega, Initial residual = 1.902467e-05, Final residual = 8.181242e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000254523, Final residual = 9.557453e-06, No Iterations 2 ExecutionTime = 120.06 s ClockTime = 124 s forces forces output: sum of forces: pressure : (11.38109 0.3521846 -1.693791) viscous : (1.675405 0.01478492 0.02419887) porous : (0 0 0) sum of moments: pressure : (-1.080404 4.060337 -0.7275769) viscous : (-0.002961797 0.4464485 0.01561971) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.401742 Cl = 0.01129148 Cl(f) = 0.005645738 Cl(r) = 0.005645738 Time = 122 smoothSolver: Solving for Ux, Initial residual = 0.0002947815, Final residual = 1.078171e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003269155, Final residual = 0.000126564, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002235613, Final residual = 8.612714e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01416322, Final residual = 0.001288117, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002109158, Final residual = 9.84819e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003911625, Final residual = 1.850783e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.528958e-05, Final residual = 5.188554e-06, No Iterations 2 time step continuity errors : sum local = 1.736982e-06, global = 2.098024e-07, cumulative = -4.610215e-06 smoothSolver: Solving for omega, Initial residual = 1.879377e-05, Final residual = 8.095383e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002510576, Final residual = 9.392003e-06, No Iterations 2 ExecutionTime = 121.04 s ClockTime = 125 s forces forces output: sum of forces: pressure : (11.36703 0.3597027 -1.64185) viscous : (1.673902 0.01469558 0.02441082) porous : (0 0 0) sum of moments: pressure : (-1.077571 4.013633 -0.7171683) viscous : (-0.002933783 0.4461369 0.01572273) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4012631 Cl = 0.01152006 Cl(f) = 0.005760028 Cl(r) = 0.005760028 Time = 123 smoothSolver: Solving for Ux, Initial residual = 0.0002902171, Final residual = 1.052243e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003248492, Final residual = 0.000125452, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002196219, Final residual = 8.412e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01396661, Final residual = 0.001251182, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002066973, Final residual = 9.445086e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003810005, Final residual = 1.729791e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.285476e-05, Final residual = 4.808147e-06, No Iterations 2 time step continuity errors : sum local = 1.610503e-06, global = 2.105942e-07, cumulative = -4.399621e-06 smoothSolver: Solving for omega, Initial residual = 1.854978e-05, Final residual = 7.995058e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000248173, Final residual = 9.238007e-06, No Iterations 2 ExecutionTime = 122.02 s ClockTime = 126 s forces forces output: sum of forces: pressure : (11.3501 0.3829288 -1.599426) viscous : (1.672401 0.01457855 0.02463823) porous : (0 0 0) sum of moments: pressure : (-1.076631 3.970192 -0.6941874) viscous : (-0.002900697 0.4458114 0.01581041) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4006962 Cl = 0.01223111 Cl(f) = 0.006115556 Cl(r) = 0.006115556 Time = 124 smoothSolver: Solving for Ux, Initial residual = 0.0002861055, Final residual = 1.027813e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003227827, Final residual = 0.0001243124, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002156016, Final residual = 8.212542e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01375154, Final residual = 0.001210783, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00201011, Final residual = 9.099914e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003720434, Final residual = 1.664857e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.099357e-05, Final residual = 4.379571e-06, No Iterations 2 time step continuity errors : sum local = 1.467559e-06, global = 2.146126e-07, cumulative = -4.185009e-06 smoothSolver: Solving for omega, Initial residual = 1.8369e-05, Final residual = 7.897667e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002465792, Final residual = 9.082649e-06, No Iterations 2 ExecutionTime = 123 s ClockTime = 127 s forces forces output: sum of forces: pressure : (11.33028 0.4180819 -1.563439) viscous : (1.670888 0.01443368 0.0248774) porous : (0 0 0) sum of moments: pressure : (-1.077531 3.92877 -0.6630676) viscous : (-0.002860982 0.445473 0.01587959) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4000396 Cl = 0.0133083 Cl(f) = 0.006654148 Cl(r) = 0.006654148 Time = 125 smoothSolver: Solving for Ux, Initial residual = 0.0002821982, Final residual = 1.00412e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003209517, Final residual = 0.0001230037, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002117053, Final residual = 8.022205e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0135619, Final residual = 0.001175508, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0019546, Final residual = 8.811275e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003662529, Final residual = 1.614589e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.942805e-05, Final residual = 4.083019e-06, No Iterations 2 time step continuity errors : sum local = 1.368592e-06, global = 2.143785e-07, cumulative = -3.97063e-06 smoothSolver: Solving for omega, Initial residual = 1.819035e-05, Final residual = 7.772584e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000245392, Final residual = 8.923228e-06, No Iterations 2 ExecutionTime = 123.97 s ClockTime = 128 s forces forces output: sum of forces: pressure : (11.311 0.4579889 -1.5418) viscous : (1.669366 0.01426546 0.02512622) porous : (0 0 0) sum of moments: pressure : (-1.077993 3.896136 -0.629274) viscous : (-0.002816087 0.4451225 0.0159321) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3993997 Cl = 0.01453104 Cl(f) = 0.00726552 Cl(r) = 0.00726552 Time = 126 smoothSolver: Solving for Ux, Initial residual = 0.0002781137, Final residual = 9.826347e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003191171, Final residual = 0.0001218659, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002080953, Final residual = 7.846033e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01335186, Final residual = 0.001150643, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001909129, Final residual = 8.576479e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003617844, Final residual = 1.560807e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.805261e-05, Final residual = 3.888886e-06, No Iterations 2 time step continuity errors : sum local = 1.303977e-06, global = 2.113329e-07, cumulative = -3.759297e-06 smoothSolver: Solving for omega, Initial residual = 1.801199e-05, Final residual = 7.627125e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002437615, Final residual = 8.766092e-06, No Iterations 2 ExecutionTime = 124.96 s ClockTime = 129 s forces forces output: sum of forces: pressure : (11.29593 0.4979845 -1.541366) viscous : (1.667835 0.01407579 0.02537023) porous : (0 0 0) sum of moments: pressure : (-1.076479 3.8776 -0.5960252) viscous : (-0.002763177 0.4447687 0.01597198) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3988888 Cl = 0.01575585 Cl(f) = 0.007877925 Cl(r) = 0.007877925 Time = 127 smoothSolver: Solving for Ux, Initial residual = 0.000273995, Final residual = 9.618772e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003171772, Final residual = 0.000120902, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002049053, Final residual = 7.673043e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01314964, Final residual = 0.001130242, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001878723, Final residual = 8.38413e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003577218, Final residual = 1.513775e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.684771e-05, Final residual = 3.719712e-06, No Iterations 2 time step continuity errors : sum local = 1.247701e-06, global = 2.047153e-07, cumulative = -3.554582e-06 smoothSolver: Solving for omega, Initial residual = 1.785219e-05, Final residual = 7.520029e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002411736, Final residual = 8.617999e-06, No Iterations 2 ExecutionTime = 125.93 s ClockTime = 129 s forces forces output: sum of forces: pressure : (11.28521 0.537774 -1.560987) viscous : (1.666281 0.01387256 0.02559801) porous : (0 0 0) sum of moments: pressure : (-1.073029 3.87261 -0.5630915) viscous : (-0.002703156 0.4444178 0.01600118) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3985111 Cl = 0.0169739 Cl(f) = 0.00848695 Cl(r) = 0.00848695 Time = 128 smoothSolver: Solving for Ux, Initial residual = 0.0002699564, Final residual = 9.440102e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003156101, Final residual = 0.0001199315, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002016075, Final residual = 7.511739e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01298054, Final residual = 0.001111702, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001853503, Final residual = 8.217633e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003534824, Final residual = 1.483148e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.58915e-05, Final residual = 3.590781e-06, No Iterations 2 time step continuity errors : sum local = 1.204535e-06, global = 1.995189e-07, cumulative = -3.355063e-06 smoothSolver: Solving for omega, Initial residual = 1.770124e-05, Final residual = 7.413359e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002378793, Final residual = 8.499574e-06, No Iterations 2 ExecutionTime = 126.91 s ClockTime = 130 s forces forces output: sum of forces: pressure : (11.27675 0.5782045 -1.596611) viscous : (1.664704 0.0136592 0.02580639) porous : (0 0 0) sum of moments: pressure : (-1.06785 3.878186 -0.5299832) viscous : (-0.002636752 0.4440698 0.0160241) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3982025 Cl = 0.01821136 Cl(f) = 0.009105682 Cl(r) = 0.009105682 Time = 129 smoothSolver: Solving for Ux, Initial residual = 0.000265792, Final residual = 9.277024e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003140157, Final residual = 0.0001191195, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001984171, Final residual = 7.377212e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01283624, Final residual = 0.0011009, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001838664, Final residual = 8.160316e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003499091, Final residual = 1.459587e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.524898e-05, Final residual = 3.432521e-06, No Iterations 2 time step continuity errors : sum local = 1.151213e-06, global = 1.890369e-07, cumulative = -3.166026e-06 smoothSolver: Solving for omega, Initial residual = 1.755264e-05, Final residual = 7.332932e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000234293, Final residual = 8.381492e-06, No Iterations 2 ExecutionTime = 127.89 s ClockTime = 131 s forces forces output: sum of forces: pressure : (11.26844 0.6200127 -1.644539) viscous : (1.663098 0.01344447 0.02599119) porous : (0 0 0) sum of moments: pressure : (-1.061329 3.891609 -0.4960483) viscous : (-0.002566407 0.4437243 0.01604215) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3978972 Cl = 0.01949117 Cl(f) = 0.009745586 Cl(r) = 0.009745586 Time = 130 smoothSolver: Solving for Ux, Initial residual = 0.0002617271, Final residual = 9.132784e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003124533, Final residual = 0.0001185173, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001951677, Final residual = 7.264718e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01267733, Final residual = 0.001092142, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001821009, Final residual = 8.139231e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003474779, Final residual = 1.454443e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.506234e-05, Final residual = 3.357176e-06, No Iterations 2 time step continuity errors : sum local = 1.125459e-06, global = 1.747654e-07, cumulative = -2.991261e-06 smoothSolver: Solving for omega, Initial residual = 1.741246e-05, Final residual = 7.268962e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002304901, Final residual = 8.260695e-06, No Iterations 2 ExecutionTime = 128.88 s ClockTime = 133 s forces forces output: sum of forces: pressure : (11.25985 0.6627865 -1.703347) viscous : (1.661472 0.01323531 0.02615884) porous : (0 0 0) sum of moments: pressure : (-1.053677 3.911435 -0.4614544) viscous : (-0.002495116 0.4433805 0.01605986) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.397583 Cl = 0.02080087 Cl(f) = 0.01040043 Cl(r) = 0.01040043 Time = 131 smoothSolver: Solving for Ux, Initial residual = 0.0002577199, Final residual = 9.008499e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003109066, Final residual = 0.0001179747, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001918934, Final residual = 7.171373e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01260604, Final residual = 0.001081322, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001799108, Final residual = 8.147044e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003442004, Final residual = 1.453125e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.503004e-05, Final residual = 3.32363e-06, No Iterations 2 time step continuity errors : sum local = 1.11382e-06, global = 1.622379e-07, cumulative = -2.829023e-06 smoothSolver: Solving for omega, Initial residual = 1.727129e-05, Final residual = 7.210725e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002278832, Final residual = 8.153193e-06, No Iterations 2 ExecutionTime = 129.88 s ClockTime = 134 s forces forces output: sum of forces: pressure : (11.25367 0.7067729 -1.770312) viscous : (1.65982 0.01303269 0.02631087) porous : (0 0 0) sum of moments: pressure : (-1.045268 3.937333 -0.4255726) viscous : (-0.002424558 0.4430327 0.01607368) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.397342 Cl = 0.02214807 Cl(f) = 0.01107404 Cl(r) = 0.01107404 Time = 132 smoothSolver: Solving for Ux, Initial residual = 0.0002534192, Final residual = 8.887823e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003092561, Final residual = 0.0001175539, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001888991, Final residual = 7.0716e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0125592, Final residual = 0.001073032, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001788792, Final residual = 8.14555e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003423075, Final residual = 1.459426e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.532908e-05, Final residual = 3.371892e-06, No Iterations 2 time step continuity errors : sum local = 1.129724e-06, global = 1.681248e-07, cumulative = -2.660898e-06 smoothSolver: Solving for omega, Initial residual = 1.708786e-05, Final residual = 7.123138e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002253763, Final residual = 8.041546e-06, No Iterations 2 ExecutionTime = 130.85 s ClockTime = 135 s forces forces output: sum of forces: pressure : (11.25201 0.7524056 -1.845573) viscous : (1.658141 0.01284064 0.02645625) porous : (0 0 0) sum of moments: pressure : (-1.036359 3.970277 -0.3880005) viscous : (-0.002357878 0.4426718 0.01608964) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3972391 Cl = 0.02354626 Cl(f) = 0.01177313 Cl(r) = 0.01177313 Time = 133 smoothSolver: Solving for Ux, Initial residual = 0.0002492439, Final residual = 8.756571e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003074154, Final residual = 0.0001169868, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001862442, Final residual = 6.967409e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01247236, Final residual = 0.001058771, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001772508, Final residual = 7.967005e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003384961, Final residual = 1.452215e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.484948e-05, Final residual = 3.418366e-06, No Iterations 2 time step continuity errors : sum local = 1.145185e-06, global = 1.51623e-07, cumulative = -2.509275e-06 smoothSolver: Solving for omega, Initial residual = 1.690231e-05, Final residual = 7.031052e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002231424, Final residual = 7.920449e-06, No Iterations 2 ExecutionTime = 131.83 s ClockTime = 136 s forces forces output: sum of forces: pressure : (11.25495 0.7995818 -1.931501) viscous : (1.656434 0.01266965 0.02660554) porous : (0 0 0) sum of moments: pressure : (-1.026642 4.011831 -0.3485995) viscous : (-0.002301366 0.442287 0.01611147) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.397277 Cl = 0.02499259 Cl(f) = 0.01249629 Cl(r) = 0.01249629 Time = 134 smoothSolver: Solving for Ux, Initial residual = 0.0002450207, Final residual = 8.621987e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003053665, Final residual = 0.0001160874, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001839263, Final residual = 6.863333e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01242536, Final residual = 0.001036463, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001742124, Final residual = 7.656857e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003309983, Final residual = 1.409363e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.322633e-05, Final residual = 3.361147e-06, No Iterations 2 time step continuity errors : sum local = 1.125895e-06, global = 1.289403e-07, cumulative = -2.380335e-06 smoothSolver: Solving for omega, Initial residual = 1.671045e-05, Final residual = 6.964387e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002216787, Final residual = 7.81684e-06, No Iterations 2 ExecutionTime = 132.81 s ClockTime = 137 s forces forces output: sum of forces: pressure : (11.2619 0.845769 -2.023946) viscous : (1.654695 0.01251527 0.02675811) porous : (0 0 0) sum of moments: pressure : (-1.016266 4.059566 -0.309418) viscous : (-0.002254192 0.4418767 0.01613472) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3974374 Cl = 0.026409 Cl(f) = 0.0132045 Cl(r) = 0.0132045 Time = 135 smoothSolver: Solving for Ux, Initial residual = 0.0002410314, Final residual = 8.491588e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00303317, Final residual = 0.0001151967, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001815746, Final residual = 6.762808e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01235238, Final residual = 0.001013448, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001711669, Final residual = 7.374504e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003224338, Final residual = 1.372911e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.16417e-05, Final residual = 3.345418e-06, No Iterations 2 time step continuity errors : sum local = 1.120436e-06, global = 1.013852e-07, cumulative = -2.278949e-06 smoothSolver: Solving for omega, Initial residual = 1.65054e-05, Final residual = 6.899086e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002197983, Final residual = 7.731406e-06, No Iterations 2 ExecutionTime = 133.78 s ClockTime = 138 s forces forces output: sum of forces: pressure : (11.27025 0.8902433 -2.121283) viscous : (1.652943 0.01237043 0.02690212) porous : (0 0 0) sum of moments: pressure : (-1.005373 4.111413 -0.2712269) viscous : (-0.002209979 0.4414588 0.0161521) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3976405 Cl = 0.02777299 Cl(f) = 0.0138865 Cl(r) = 0.0138865 Time = 136 smoothSolver: Solving for Ux, Initial residual = 0.0002371861, Final residual = 8.364078e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003010311, Final residual = 0.0001145634, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001791842, Final residual = 6.662527e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01228154, Final residual = 0.0009982415, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001684966, Final residual = 7.211451e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003138832, Final residual = 1.346783e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.033918e-05, Final residual = 3.3483e-06, No Iterations 2 time step continuity errors : sum local = 1.121175e-06, global = 4.976719e-08, cumulative = -2.229182e-06 smoothSolver: Solving for omega, Initial residual = 1.634064e-05, Final residual = 6.845619e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002178413, Final residual = 7.642518e-06, No Iterations 2 ExecutionTime = 134.76 s ClockTime = 139 s forces forces output: sum of forces: pressure : (11.27884 0.9318125 -2.218267) viscous : (1.651179 0.01223432 0.02702761) porous : (0 0 0) sum of moments: pressure : (-0.9943362 4.164176 -0.2351679) viscous : (-0.0021665 0.4410367 0.01616666) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3978504 Cl = 0.02904787 Cl(f) = 0.01452393 Cl(r) = 0.01452393 Time = 137 smoothSolver: Solving for Ux, Initial residual = 0.0002334758, Final residual = 8.238139e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002989238, Final residual = 0.0001140268, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001769321, Final residual = 6.565737e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01229861, Final residual = 0.0009970143, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001680553, Final residual = 7.224344e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003098097, Final residual = 1.355902e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.019314e-05, Final residual = 3.475384e-06, No Iterations 2 time step continuity errors : sum local = 1.163402e-06, global = -5.299416e-09, cumulative = -2.234482e-06 smoothSolver: Solving for omega, Initial residual = 1.617572e-05, Final residual = 6.788339e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002159342, Final residual = 7.565965e-06, No Iterations 2 ExecutionTime = 135.74 s ClockTime = 140 s forces forces output: sum of forces: pressure : (11.28765 0.9690982 -2.31331) viscous : (1.649395 0.01211419 0.02713139) porous : (0 0 0) sum of moments: pressure : (-0.9832406 4.216689 -0.2020534) viscous : (-0.002125159 0.4406105 0.016182) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3980667 Cl = 0.03019143 Cl(f) = 0.01509572 Cl(r) = 0.01509572 Time = 138 smoothSolver: Solving for Ux, Initial residual = 0.000229659, Final residual = 8.114528e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002966887, Final residual = 0.0001131664, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00174894, Final residual = 6.477743e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01232299, Final residual = 0.0009960329, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001683298, Final residual = 7.230701e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003077731, Final residual = 1.364252e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.038823e-05, Final residual = 3.52715e-06, No Iterations 2 time step continuity errors : sum local = 1.180644e-06, global = -3.145918e-08, cumulative = -2.265941e-06 smoothSolver: Solving for omega, Initial residual = 1.600397e-05, Final residual = 6.712873e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002135246, Final residual = 7.533287e-06, No Iterations 2 ExecutionTime = 136.71 s ClockTime = 141 s forces forces output: sum of forces: pressure : (11.29829 1.001483 -2.407079) viscous : (1.647598 0.01201041 0.02721004) porous : (0 0 0) sum of moments: pressure : (-0.9719066 4.269382 -0.1718791) viscous : (-0.002085688 0.4401824 0.01620251) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3983387 Cl = 0.0311847 Cl(f) = 0.01559235 Cl(r) = 0.01559235 Time = 139 smoothSolver: Solving for Ux, Initial residual = 0.0002258417, Final residual = 7.990895e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002943864, Final residual = 0.0001121832, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001732123, Final residual = 6.423777e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01229759, Final residual = 0.000987842, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001675364, Final residual = 7.115076e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003050916, Final residual = 1.335524e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.990559e-05, Final residual = 3.454532e-06, No Iterations 2 time step continuity errors : sum local = 1.156493e-06, global = -4.531769e-08, cumulative = -2.311259e-06 smoothSolver: Solving for omega, Initial residual = 1.583669e-05, Final residual = 6.637943e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002124213, Final residual = 7.514411e-06, No Iterations 2 ExecutionTime = 137.69 s ClockTime = 142 s forces forces output: sum of forces: pressure : (11.30983 1.028593 -2.493989) viscous : (1.645789 0.01192248 0.02726364) porous : (0 0 0) sum of moments: pressure : (-0.9613347 4.318987 -0.1449715) viscous : (-0.00204829 0.4397526 0.01622638) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3986381 Cl = 0.03201616 Cl(f) = 0.01600808 Cl(r) = 0.01600808 Time = 140 smoothSolver: Solving for Ux, Initial residual = 0.0002221421, Final residual = 7.857445e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00291663, Final residual = 0.0001112441, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001717333, Final residual = 6.398067e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01224621, Final residual = 0.0009798939, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001662082, Final residual = 6.93234e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003037763, Final residual = 1.296051e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.935722e-05, Final residual = 3.29704e-06, No Iterations 2 time step continuity errors : sum local = 1.103804e-06, global = -4.878522e-08, cumulative = -2.360044e-06 smoothSolver: Solving for omega, Initial residual = 1.568506e-05, Final residual = 6.553659e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002118534, Final residual = 7.48177e-06, No Iterations 2 ExecutionTime = 138.68 s ClockTime = 143 s forces forces output: sum of forces: pressure : (11.32055 1.050581 -2.56874) viscous : (1.643976 0.01184169 0.02729383) porous : (0 0 0) sum of moments: pressure : (-0.9526462 4.361393 -0.121117) viscous : (-0.002010882 0.4393243 0.01625127) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3989121 Cl = 0.03269025 Cl(f) = 0.01634512 Cl(r) = 0.01634512 Time = 141 smoothSolver: Solving for Ux, Initial residual = 0.0002183654, Final residual = 7.711708e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002882151, Final residual = 0.000109782, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001701123, Final residual = 6.370056e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01224575, Final residual = 0.000970098, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001642138, Final residual = 6.763151e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003026523, Final residual = 1.271623e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.876519e-05, Final residual = 3.131763e-06, No Iterations 2 time step continuity errors : sum local = 1.048185e-06, global = -5.638758e-08, cumulative = -2.416431e-06 smoothSolver: Solving for omega, Initial residual = 1.552667e-05, Final residual = 6.473282e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002111018, Final residual = 7.448505e-06, No Iterations 2 ExecutionTime = 139.66 s ClockTime = 144 s forces forces output: sum of forces: pressure : (11.32921 1.068711 -2.625474) viscous : (1.642162 0.01176644 0.0273081) porous : (0 0 0) sum of moments: pressure : (-0.9473303 4.392968 -0.1001592) viscous : (-0.001975549 0.4388958 0.01627491) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.399123 Cl = 0.03324578 Cl(f) = 0.01662289 Cl(r) = 0.01662289 Time = 142 smoothSolver: Solving for Ux, Initial residual = 0.0002144058, Final residual = 7.56192e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002842247, Final residual = 0.0001080555, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001683004, Final residual = 6.331401e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01216001, Final residual = 0.0009542438, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001617479, Final residual = 6.610442e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002990469, Final residual = 1.233878e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.791433e-05, Final residual = 2.886731e-06, No Iterations 2 time step continuity errors : sum local = 9.65651e-07, global = -6.493022e-08, cumulative = -2.481362e-06 smoothSolver: Solving for omega, Initial residual = 1.536662e-05, Final residual = 6.421415e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002103046, Final residual = 7.428972e-06, No Iterations 2 ExecutionTime = 140.65 s ClockTime = 145 s forces forces output: sum of forces: pressure : (11.3341 1.080961 -2.661789) viscous : (1.640366 0.0116876 0.02730754) porous : (0 0 0) sum of moments: pressure : (-0.9453518 4.411526 -0.08466368) viscous : (-0.001939712 0.4384713 0.01629393) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3992181 Cl = 0.03362028 Cl(f) = 0.01681014 Cl(r) = 0.01681014 Time = 143 smoothSolver: Solving for Ux, Initial residual = 0.0002102967, Final residual = 7.406554e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002799855, Final residual = 0.0001058762, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001663756, Final residual = 6.270492e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0119687, Final residual = 0.0009380733, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001584501, Final residual = 6.42546e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002930967, Final residual = 1.190083e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.704773e-05, Final residual = 2.679121e-06, No Iterations 2 time step continuity errors : sum local = 8.95395e-07, global = -9.709362e-08, cumulative = -2.578455e-06 smoothSolver: Solving for omega, Initial residual = 1.518586e-05, Final residual = 6.353946e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000208215, Final residual = 7.433962e-06, No Iterations 2 ExecutionTime = 141.61 s ClockTime = 146 s forces forces output: sum of forces: pressure : (11.33178 1.084253 -2.67808) viscous : (1.638588 0.0116032 0.02729493) porous : (0 0 0) sum of moments: pressure : (-0.9457522 4.415713 -0.07720303) viscous : (-0.001904301 0.4380517 0.01630245) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3990921 Cl = 0.03371898 Cl(f) = 0.01685949 Cl(r) = 0.01685949 Time = 144 smoothSolver: Solving for Ux, Initial residual = 0.0002061023, Final residual = 7.246428e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002752228, Final residual = 0.0001033039, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001641894, Final residual = 6.191028e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01178162, Final residual = 0.000924769, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001563101, Final residual = 6.282704e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002895085, Final residual = 1.163818e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.658594e-05, Final residual = 2.718391e-06, No Iterations 2 time step continuity errors : sum local = 9.075997e-07, global = -1.291206e-07, cumulative = -2.707576e-06 smoothSolver: Solving for omega, Initial residual = 1.501339e-05, Final residual = 6.300418e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002058223, Final residual = 7.437798e-06, No Iterations 2 ExecutionTime = 142.61 s ClockTime = 147 s forces forces output: sum of forces: pressure : (11.32383 1.078788 -2.680968) viscous : (1.636825 0.01151209 0.02727478) porous : (0 0 0) sum of moments: pressure : (-0.9471084 4.410645 -0.07716168) viscous : (-0.001870212 0.4376318 0.01630031) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3987932 Cl = 0.03354801 Cl(f) = 0.016774 Cl(r) = 0.016774 Time = 145 smoothSolver: Solving for Ux, Initial residual = 0.0002020004, Final residual = 7.087959e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002698796, Final residual = 0.0001001886, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001620437, Final residual = 6.09727e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01168675, Final residual = 0.0009105359, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001545434, Final residual = 6.223217e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002871395, Final residual = 1.164401e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.607798e-05, Final residual = 2.799962e-06, No Iterations 2 time step continuity errors : sum local = 9.340799e-07, global = -1.30664e-07, cumulative = -2.83824e-06 smoothSolver: Solving for omega, Initial residual = 1.480058e-05, Final residual = 6.264232e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002035832, Final residual = 7.432881e-06, No Iterations 2 ExecutionTime = 143.58 s ClockTime = 148 s forces forces output: sum of forces: pressure : (11.31395 1.067202 -2.68203) viscous : (1.635079 0.01141625 0.0272431) porous : (0 0 0) sum of moments: pressure : (-0.9477202 4.40432 -0.08089266) viscous : (-0.001837407 0.4372168 0.01628706) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3984353 Cl = 0.03318857 Cl(f) = 0.01659428 Cl(r) = 0.01659428 Time = 146 smoothSolver: Solving for Ux, Initial residual = 0.0001978584, Final residual = 6.928298e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002643209, Final residual = 9.714767e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001600753, Final residual = 5.995127e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01159431, Final residual = 0.0008990148, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001533126, Final residual = 6.306576e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002878773, Final residual = 1.20593e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.617483e-05, Final residual = 2.981715e-06, No Iterations 2 time step continuity errors : sum local = 9.941852e-07, global = -1.123362e-07, cumulative = -2.950576e-06 smoothSolver: Solving for omega, Initial residual = 1.46364e-05, Final residual = 6.244607e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002018447, Final residual = 7.416349e-06, No Iterations 2 ExecutionTime = 144.55 s ClockTime = 149 s forces forces output: sum of forces: pressure : (11.30442 1.053551 -2.686031) viscous : (1.633356 0.01131449 0.02720089) porous : (0 0 0) sum of moments: pressure : (-0.9471774 4.400689 -0.08422997) viscous : (-0.001806615 0.4368048 0.01626812) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3980893 Cl = 0.0327654 Cl(f) = 0.0163827 Cl(r) = 0.0163827 Time = 147 smoothSolver: Solving for Ux, Initial residual = 0.0001938522, Final residual = 6.796329e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002591179, Final residual = 9.449212e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001581157, Final residual = 5.880091e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01147653, Final residual = 0.0008877515, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001516067, Final residual = 6.386389e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002857356, Final residual = 1.259591e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.633016e-05, Final residual = 3.175619e-06, No Iterations 2 time step continuity errors : sum local = 1.058393e-06, global = -9.704627e-08, cumulative = -3.047622e-06 smoothSolver: Solving for omega, Initial residual = 1.446663e-05, Final residual = 6.223953e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001993701, Final residual = 7.359754e-06, No Iterations 2 ExecutionTime = 145.53 s ClockTime = 150 s forces forces output: sum of forces: pressure : (11.29514 1.041432 -2.695464) viscous : (1.63166 0.01120807 0.02714598) porous : (0 0 0) sum of moments: pressure : (-0.9459185 4.400437 -0.08441665) viscous : (-0.001776955 0.4364012 0.01624206) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3977514 Cl = 0.03238923 Cl(f) = 0.01619461 Cl(r) = 0.01619461 Time = 148 smoothSolver: Solving for Ux, Initial residual = 0.0001900328, Final residual = 6.662593e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002546988, Final residual = 9.197316e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001563123, Final residual = 5.75891e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01134388, Final residual = 0.0008825654, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001499583, Final residual = 6.392193e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002814085, Final residual = 1.279172e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.605253e-05, Final residual = 3.281552e-06, No Iterations 2 time step continuity errors : sum local = 1.093384e-06, global = -8.329061e-08, cumulative = -3.130913e-06 smoothSolver: Solving for omega, Initial residual = 1.432234e-05, Final residual = 6.177167e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001968795, Final residual = 7.282211e-06, No Iterations 2 ExecutionTime = 146.51 s ClockTime = 151 s forces forces output: sum of forces: pressure : (11.28654 1.032463 -2.708957) viscous : (1.629993 0.01109757 0.02707921) porous : (0 0 0) sum of moments: pressure : (-0.9444113 4.403168 -0.08110598) viscous : (-0.00174757 0.4360091 0.01620978) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3974356 Cl = 0.03210987 Cl(f) = 0.01605493 Cl(r) = 0.01605493 Time = 149 smoothSolver: Solving for Ux, Initial residual = 0.0001864408, Final residual = 6.538549e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002510693, Final residual = 8.984459e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001543903, Final residual = 5.634293e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01120566, Final residual = 0.0008766144, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001487788, Final residual = 6.378842e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002776254, Final residual = 1.289353e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.574688e-05, Final residual = 3.312759e-06, No Iterations 2 time step continuity errors : sum local = 1.10339e-06, global = -6.221137e-08, cumulative = -3.193124e-06 smoothSolver: Solving for omega, Initial residual = 1.418295e-05, Final residual = 6.133468e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001937791, Final residual = 7.202359e-06, No Iterations 2 ExecutionTime = 147.49 s ClockTime = 152 s forces forces output: sum of forces: pressure : (11.27898 1.02504 -2.724407) viscous : (1.628355 0.01098689 0.02700407) porous : (0 0 0) sum of moments: pressure : (-0.9428924 4.407773 -0.07679124) viscous : (-0.00171998 0.4356285 0.01617109) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3971525 Cl = 0.03187806 Cl(f) = 0.01593903 Cl(r) = 0.01593903 Time = 150 smoothSolver: Solving for Ux, Initial residual = 0.0001829202, Final residual = 6.440112e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00248034, Final residual = 8.823055e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001522826, Final residual = 5.5087e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0111163, Final residual = 0.0008736502, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001476784, Final residual = 6.344844e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002742082, Final residual = 1.296653e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.5419e-05, Final residual = 3.316773e-06, No Iterations 2 time step continuity errors : sum local = 1.104431e-06, global = -3.717404e-08, cumulative = -3.230298e-06 smoothSolver: Solving for omega, Initial residual = 1.40471e-05, Final residual = 6.090228e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001906675, Final residual = 7.128551e-06, No Iterations 2 ExecutionTime = 148.48 s ClockTime = 153 s forces forces output: sum of forces: pressure : (11.27315 1.016756 -2.742123) viscous : (1.626742 0.01087758 0.02692553) porous : (0 0 0) sum of moments: pressure : (-0.9408179 4.41384 -0.073444) viscous : (-0.001694414 0.4352525 0.0161293) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3969235 Cl = 0.03161979 Cl(f) = 0.0158099 Cl(r) = 0.0158099 Time = 151 smoothSolver: Solving for Ux, Initial residual = 0.0001795239, Final residual = 6.343822e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002453602, Final residual = 8.695161e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001500656, Final residual = 5.377271e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01103983, Final residual = 0.0008781197, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001475232, Final residual = 6.365459e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002746189, Final residual = 1.325025e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.589458e-05, Final residual = 3.446351e-06, No Iterations 2 time step continuity errors : sum local = 1.147746e-06, global = 2.970247e-09, cumulative = -3.227328e-06 smoothSolver: Solving for omega, Initial residual = 1.390395e-05, Final residual = 6.049412e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001881046, Final residual = 7.047046e-06, No Iterations 2 ExecutionTime = 149.47 s ClockTime = 154 s forces forces output: sum of forces: pressure : (11.27123 1.006859 -2.76529) viscous : (1.625157 0.01076668 0.02684568) porous : (0 0 0) sum of moments: pressure : (-0.9375811 4.423905 -0.07065204) viscous : (-0.001670297 0.4348838 0.01607942) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3968155 Cl = 0.03131185 Cl(f) = 0.01565592 Cl(r) = 0.01565592 Time = 152 smoothSolver: Solving for Ux, Initial residual = 0.0001762048, Final residual = 6.253962e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002430282, Final residual = 8.590157e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001476525, Final residual = 5.244968e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01091876, Final residual = 0.0008748671, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001471346, Final residual = 6.375963e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002750016, Final residual = 1.351727e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.64607e-05, Final residual = 3.551657e-06, No Iterations 2 time step continuity errors : sum local = 1.18298e-06, global = 1.458647e-08, cumulative = -3.212741e-06 smoothSolver: Solving for omega, Initial residual = 1.375397e-05, Final residual = 6.024696e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001851944, Final residual = 6.957967e-06, No Iterations 2 ExecutionTime = 150.45 s ClockTime = 155 s forces forces output: sum of forces: pressure : (11.27132 0.9984092 -2.793917) viscous : (1.623598 0.0106547 0.02677247) porous : (0 0 0) sum of moments: pressure : (-0.9335945 4.437665 -0.06638896) viscous : (-0.001649261 0.4345177 0.01602511) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3967703 Cl = 0.03104841 Cl(f) = 0.01552421 Cl(r) = 0.01552421 Time = 153 smoothSolver: Solving for Ux, Initial residual = 0.0001728909, Final residual = 6.164369e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002405665, Final residual = 8.487107e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001451679, Final residual = 5.11522e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01074961, Final residual = 0.0008574222, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001450916, Final residual = 6.287007e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002720297, Final residual = 1.344674e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.641059e-05, Final residual = 3.52726e-06, No Iterations 2 time step continuity errors : sum local = 1.174713e-06, global = -2.50125e-08, cumulative = -3.237754e-06 smoothSolver: Solving for omega, Initial residual = 1.358724e-05, Final residual = 5.994647e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001822032, Final residual = 6.872101e-06, No Iterations 2 ExecutionTime = 151.43 s ClockTime = 156 s forces forces output: sum of forces: pressure : (11.27135 0.9954266 -2.824689) viscous : (1.622071 0.01054011 0.02671069) porous : (0 0 0) sum of moments: pressure : (-0.9303937 4.453205 -0.05930033) viscous : (-0.00163147 0.4341544 0.01596275) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3967243 Cl = 0.03095311 Cl(f) = 0.01547656 Cl(r) = 0.01547656 Time = 154 smoothSolver: Solving for Ux, Initial residual = 0.0001696504, Final residual = 6.080389e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002378451, Final residual = 8.389215e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001426154, Final residual = 5.003338e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01059634, Final residual = 0.0008363825, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001426739, Final residual = 6.19943e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002673812, Final residual = 1.309357e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.599087e-05, Final residual = 3.344389e-06, No Iterations 2 time step continuity errors : sum local = 1.113248e-06, global = -5.349688e-08, cumulative = -3.291251e-06 smoothSolver: Solving for omega, Initial residual = 1.345576e-05, Final residual = 5.965267e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001795102, Final residual = 6.793638e-06, No Iterations 2 ExecutionTime = 152.41 s ClockTime = 157 s forces forces output: sum of forces: pressure : (11.26905 0.9970774 -2.849874) viscous : (1.620573 0.01042372 0.02667044) porous : (0 0 0) sum of moments: pressure : (-0.9289881 4.465101 -0.05117032) viscous : (-0.00161698 0.4337877 0.01589588) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3966075 Cl = 0.03100033 Cl(f) = 0.01550016 Cl(r) = 0.01550016 Time = 155 smoothSolver: Solving for Ux, Initial residual = 0.0001664297, Final residual = 6.007715e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002352193, Final residual = 8.308114e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001399338, Final residual = 4.908226e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01044667, Final residual = 0.0008224976, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001405874, Final residual = 6.163131e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002644344, Final residual = 1.26634e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.557007e-05, Final residual = 3.176885e-06, No Iterations 2 time step continuity errors : sum local = 1.056653e-06, global = -7.529705e-08, cumulative = -3.366548e-06 smoothSolver: Solving for omega, Initial residual = 1.33582e-05, Final residual = 5.956934e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001771013, Final residual = 6.733006e-06, No Iterations 2 ExecutionTime = 153.38 s ClockTime = 158 s forces forces output: sum of forces: pressure : (11.26407 0.9980905 -2.865894) viscous : (1.619104 0.01030165 0.02665308) porous : (0 0 0) sum of moments: pressure : (-0.9290421 4.470809 -0.04631493) viscous : (-0.001604171 0.4334177 0.01581894) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3964092 Cl = 0.03102774 Cl(f) = 0.01551387 Cl(r) = 0.01551387 Time = 156 smoothSolver: Solving for Ux, Initial residual = 0.0001634924, Final residual = 5.947335e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002325632, Final residual = 8.241078e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001372697, Final residual = 4.817022e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01028908, Final residual = 0.0008143079, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001395341, Final residual = 6.113744e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002635108, Final residual = 1.23229e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.518106e-05, Final residual = 3.06009e-06, No Iterations 2 time step continuity errors : sum local = 1.016998e-06, global = -7.927861e-08, cumulative = -3.445826e-06 smoothSolver: Solving for omega, Initial residual = 1.327947e-05, Final residual = 5.952751e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001746646, Final residual = 6.671448e-06, No Iterations 2 ExecutionTime = 154.36 s ClockTime = 159 s forces forces output: sum of forces: pressure : (11.2584 0.9948405 -2.875599) viscous : (1.617659 0.01017429 0.02666317) porous : (0 0 0) sum of moments: pressure : (-0.9290758 4.473259 -0.04649235) viscous : (-0.001592176 0.4330395 0.0157343) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.39619 Cl = 0.03092382 Cl(f) = 0.01546191 Cl(r) = 0.01546191 Time = 157 smoothSolver: Solving for Ux, Initial residual = 0.0001608419, Final residual = 5.895636e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002301624, Final residual = 8.194783e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00134581, Final residual = 4.730648e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01013299, Final residual = 0.0008076594, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001386987, Final residual = 6.046333e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002633971, Final residual = 1.223219e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.501769e-05, Final residual = 3.024651e-06, No Iterations 2 time step continuity errors : sum local = 1.0046e-06, global = -6.639738e-08, cumulative = -3.512224e-06 smoothSolver: Solving for omega, Initial residual = 1.320062e-05, Final residual = 5.953324e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001723969, Final residual = 6.616547e-06, No Iterations 2 ExecutionTime = 155.34 s ClockTime = 160 s forces forces output: sum of forces: pressure : (11.25307 0.9890057 -2.886184) viscous : (1.61624 0.01004717 0.02669899) porous : (0 0 0) sum of moments: pressure : (-0.9283198 4.476805 -0.0493008) viscous : (-0.001582372 0.4326559 0.01564233) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3959825 Cl = 0.03074038 Cl(f) = 0.01537019 Cl(r) = 0.01537019 Time = 158 smoothSolver: Solving for Ux, Initial residual = 0.0001583343, Final residual = 5.844805e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002277221, Final residual = 8.168501e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001317428, Final residual = 4.639981e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009971705, Final residual = 0.0007970029, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001372114, Final residual = 5.948143e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002628028, Final residual = 1.224039e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.488843e-05, Final residual = 3.05324e-06, No Iterations 2 time step continuity errors : sum local = 1.013489e-06, global = -5.121837e-08, cumulative = -3.563442e-06 smoothSolver: Solving for omega, Initial residual = 1.314892e-05, Final residual = 5.954527e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001704172, Final residual = 6.584588e-06, No Iterations 2 ExecutionTime = 156.32 s ClockTime = 161 s forces forces output: sum of forces: pressure : (11.24802 0.982209 -2.899227) viscous : (1.614843 0.009917282 0.02675842) porous : (0 0 0) sum of moments: pressure : (-0.9265975 4.482235 -0.05348264) viscous : (-0.001572935 0.4322645 0.01554539) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3957841 Cl = 0.03052725 Cl(f) = 0.01526362 Cl(r) = 0.01526362 Time = 159 smoothSolver: Solving for Ux, Initial residual = 0.0001559989, Final residual = 5.799261e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002250577, Final residual = 8.143434e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001288876, Final residual = 4.550467e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009819198, Final residual = 0.0007842751, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001350868, Final residual = 5.845823e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000260511, Final residual = 1.215192e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.452964e-05, Final residual = 3.061005e-06, No Iterations 2 time step continuity errors : sum local = 1.015361e-06, global = -5.271975e-08, cumulative = -3.616162e-06 smoothSolver: Solving for omega, Initial residual = 1.311208e-05, Final residual = 5.949173e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001688113, Final residual = 6.551912e-06, No Iterations 2 ExecutionTime = 157.3 s ClockTime = 162 s forces forces output: sum of forces: pressure : (11.24237 0.9759146 -2.914506) viscous : (1.613475 0.009786207 0.02683806) porous : (0 0 0) sum of moments: pressure : (-0.9242791 4.488812 -0.05808563) viscous : (-0.001563754 0.431871 0.0154448) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3955683 Cl = 0.03032954 Cl(f) = 0.01516477 Cl(r) = 0.01516477 Time = 160 smoothSolver: Solving for Ux, Initial residual = 0.0001538563, Final residual = 5.754667e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002222727, Final residual = 8.127137e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001260629, Final residual = 4.464252e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009675117, Final residual = 0.0007721768, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001332692, Final residual = 5.786821e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002567571, Final residual = 1.200123e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.401131e-05, Final residual = 2.999577e-06, No Iterations 2 time step continuity errors : sum local = 9.941549e-07, global = -6.816241e-08, cumulative = -3.684324e-06 smoothSolver: Solving for omega, Initial residual = 1.307563e-05, Final residual = 5.928521e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001674053, Final residual = 6.510983e-06, No Iterations 2 ExecutionTime = 158.28 s ClockTime = 163 s forces forces output: sum of forces: pressure : (11.2358 0.9715752 -2.927772) viscous : (1.612136 0.009655051 0.02693817) porous : (0 0 0) sum of moments: pressure : (-0.9222401 4.494495 -0.06278838) viscous : (-0.001554849 0.4314746 0.01534314) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.395325 Cl = 0.03019198 Cl(f) = 0.01509599 Cl(r) = 0.01509599 Time = 161 smoothSolver: Solving for Ux, Initial residual = 0.0001518751, Final residual = 5.709064e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002193681, Final residual = 8.101588e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001232472, Final residual = 4.382122e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009529879, Final residual = 0.0007608717, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001320484, Final residual = 5.768346e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002526512, Final residual = 1.194234e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.338846e-05, Final residual = 2.914065e-06, No Iterations 2 time step continuity errors : sum local = 9.649467e-07, global = -8.906921e-08, cumulative = -3.773394e-06 smoothSolver: Solving for omega, Initial residual = 1.301748e-05, Final residual = 5.912524e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001660561, Final residual = 6.471613e-06, No Iterations 2 ExecutionTime = 159.27 s ClockTime = 164 s forces forces output: sum of forces: pressure : (11.22834 0.9690035 -2.93681) viscous : (1.61083 0.009525 0.02705905) porous : (0 0 0) sum of moments: pressure : (-0.9211101 4.498133 -0.06830073) viscous : (-0.001546501 0.4310771 0.01523873) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.395055 Cl = 0.03010885 Cl(f) = 0.01505443 Cl(r) = 0.01505443 Time = 162 smoothSolver: Solving for Ux, Initial residual = 0.000150073, Final residual = 5.663609e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00216665, Final residual = 8.072658e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001205056, Final residual = 4.307395e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009374083, Final residual = 0.0007517777, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001313467, Final residual = 5.788333e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002498493, Final residual = 1.208992e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.309214e-05, Final residual = 2.907983e-06, No Iterations 2 time step continuity errors : sum local = 9.621051e-07, global = -9.149284e-08, cumulative = -3.864886e-06 smoothSolver: Solving for omega, Initial residual = 1.296723e-05, Final residual = 5.885395e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001649648, Final residual = 6.427149e-06, No Iterations 2 ExecutionTime = 160.25 s ClockTime = 165 s forces forces output: sum of forces: pressure : (11.22105 0.9667923 -2.940954) viscous : (1.60955 0.009397171 0.02719894) porous : (0 0 0) sum of moments: pressure : (-0.9206922 4.499889 -0.07589854) viscous : (-0.00153832 0.430677 0.01513354) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3947914 Cl = 0.03003688 Cl(f) = 0.01501844 Cl(r) = 0.01501844 Time = 163 smoothSolver: Solving for Ux, Initial residual = 0.000148341, Final residual = 5.62201e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002138499, Final residual = 8.032321e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001178728, Final residual = 4.248675e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009278864, Final residual = 0.000748868, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001312641, Final residual = 5.763899e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002490484, Final residual = 1.211811e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.314018e-05, Final residual = 2.938094e-06, No Iterations 2 time step continuity errors : sum local = 9.714191e-07, global = -8.916776e-08, cumulative = -3.954054e-06 smoothSolver: Solving for omega, Initial residual = 1.29197e-05, Final residual = 5.854527e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001639847, Final residual = 6.368717e-06, No Iterations 2 ExecutionTime = 161.23 s ClockTime = 166 s forces forces output: sum of forces: pressure : (11.21483 0.966582 -2.946828) viscous : (1.608293 0.00927384 0.02735165) porous : (0 0 0) sum of moments: pressure : (-0.9202616 4.503798 -0.08377442) viscous : (-0.001530909 0.4302773 0.0150273) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3945612 Cl = 0.03002662 Cl(f) = 0.01501331 Cl(r) = 0.01501331 Time = 164 smoothSolver: Solving for Ux, Initial residual = 0.0001465844, Final residual = 5.580737e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002111536, Final residual = 7.999722e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001153384, Final residual = 4.200836e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009183142, Final residual = 0.0007444775, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001305962, Final residual = 5.635056e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002476612, Final residual = 1.179389e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.278359e-05, Final residual = 2.882646e-06, No Iterations 2 time step continuity errors : sum local = 9.525425e-07, global = -9.50884e-08, cumulative = -4.049143e-06 smoothSolver: Solving for omega, Initial residual = 1.284517e-05, Final residual = 5.803712e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001629133, Final residual = 6.296174e-06, No Iterations 2 ExecutionTime = 162.2 s ClockTime = 167 s forces forces output: sum of forces: pressure : (11.20959 0.9680333 -2.957762) viscous : (1.607061 0.009151378 0.02751493) porous : (0 0 0) sum of moments: pressure : (-0.9191101 4.511317 -0.09148641) viscous : (-0.001522621 0.4298793 0.01492221) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3943621 Cl = 0.0300675 Cl(f) = 0.01503375 Cl(r) = 0.01503375 Time = 165 smoothSolver: Solving for Ux, Initial residual = 0.0001447285, Final residual = 5.54095e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002084027, Final residual = 7.976696e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001128846, Final residual = 4.160394e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009074357, Final residual = 0.0007393053, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001294405, Final residual = 5.500337e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002456682, Final residual = 1.139823e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.198078e-05, Final residual = 2.754865e-06, No Iterations 2 time step continuity errors : sum local = 9.097381e-07, global = -7.77652e-08, cumulative = -4.126908e-06 smoothSolver: Solving for omega, Initial residual = 1.280426e-05, Final residual = 5.745197e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001616958, Final residual = 6.201329e-06, No Iterations 2 ExecutionTime = 163.18 s ClockTime = 168 s forces forces output: sum of forces: pressure : (11.20437 0.9703563 -2.970061) viscous : (1.605849 0.009032759 0.02768334) porous : (0 0 0) sum of moments: pressure : (-0.9177264 4.520282 -0.1000062) viscous : (-0.001513818 0.4294835 0.01481388) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3941644 Cl = 0.03013533 Cl(f) = 0.01506767 Cl(r) = 0.01506767 Time = 166 smoothSolver: Solving for Ux, Initial residual = 0.000142863, Final residual = 5.507213e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002057127, Final residual = 7.935624e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001104807, Final residual = 4.130129e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008985525, Final residual = 0.0007353569, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001287404, Final residual = 5.420858e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002441183, Final residual = 1.121507e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.116342e-05, Final residual = 2.746018e-06, No Iterations 2 time step continuity errors : sum local = 9.061348e-07, global = -8.458897e-08, cumulative = -4.211497e-06 smoothSolver: Solving for omega, Initial residual = 1.276399e-05, Final residual = 5.678783e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001606651, Final residual = 6.100328e-06, No Iterations 2 ExecutionTime = 164.16 s ClockTime = 169 s forces forces output: sum of forces: pressure : (11.19836 0.9714829 -2.978977) viscous : (1.604648 0.008912357 0.02785965) porous : (0 0 0) sum of moments: pressure : (-0.9164095 4.526939 -0.1106698) viscous : (-0.001502019 0.429085 0.01470349) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3939424 Cl = 0.03016629 Cl(f) = 0.01508315 Cl(r) = 0.01508315 Time = 167 smoothSolver: Solving for Ux, Initial residual = 0.0001410235, Final residual = 5.474502e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002029774, Final residual = 7.895308e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001082422, Final residual = 4.11277e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008921841, Final residual = 0.0007336486, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001286043, Final residual = 5.416069e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002444443, Final residual = 1.124263e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.072243e-05, Final residual = 2.813514e-06, No Iterations 2 time step continuity errors : sum local = 9.277513e-07, global = -9.177669e-08, cumulative = -4.303273e-06 smoothSolver: Solving for omega, Initial residual = 1.270336e-05, Final residual = 5.61315e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001595797, Final residual = 6.017291e-06, No Iterations 2 ExecutionTime = 165.14 s ClockTime = 170 s forces forces output: sum of forces: pressure : (11.19225 0.971617 -2.982108) viscous : (1.603459 0.008792463 0.02804161) porous : (0 0 0) sum of moments: pressure : (-0.9152774 4.529871 -0.1227994) viscous : (-0.001488851 0.428684 0.01459107) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3937177 Cl = 0.03016673 Cl(f) = 0.01508336 Cl(r) = 0.01508336 Time = 168 smoothSolver: Solving for Ux, Initial residual = 0.0001392289, Final residual = 5.446358e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002003441, Final residual = 7.858019e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001062028, Final residual = 4.103276e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008890782, Final residual = 0.0007342085, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001289935, Final residual = 5.432959e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002452317, Final residual = 1.128305e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.059595e-05, Final residual = 2.839531e-06, No Iterations 2 time step continuity errors : sum local = 9.358057e-07, global = -8.127775e-08, cumulative = -4.384551e-06 smoothSolver: Solving for omega, Initial residual = 1.265985e-05, Final residual = 5.567521e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001584958, Final residual = 5.968187e-06, No Iterations 2 ExecutionTime = 166.12 s ClockTime = 171 s forces forces output: sum of forces: pressure : (11.18666 0.9719677 -2.981492) viscous : (1.60229 0.008673706 0.02822984) porous : (0 0 0) sum of moments: pressure : (-0.9140051 4.530089 -0.1350141) viscous : (-0.001475381 0.4282822 0.01448135) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.39351 Cl = 0.03017387 Cl(f) = 0.01508693 Cl(r) = 0.01508693 Time = 169 smoothSolver: Solving for Ux, Initial residual = 0.0001374414, Final residual = 5.419555e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001978088, Final residual = 7.821839e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001043955, Final residual = 4.101296e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008886578, Final residual = 0.0007362305, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001291888, Final residual = 5.441706e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002450531, Final residual = 1.128969e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.05014e-05, Final residual = 2.863591e-06, No Iterations 2 time step continuity errors : sum local = 9.433314e-07, global = -6.504276e-08, cumulative = -4.449594e-06 smoothSolver: Solving for omega, Initial residual = 1.260591e-05, Final residual = 5.555396e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001574148, Final residual = 5.928509e-06, No Iterations 2 ExecutionTime = 167.09 s ClockTime = 172 s forces forces output: sum of forces: pressure : (11.18187 0.9730005 -2.978226) viscous : (1.601137 0.008563257 0.02842349) porous : (0 0 0) sum of moments: pressure : (-0.9122842 4.528714 -0.1467593) viscous : (-0.00146365 0.4278793 0.01437483) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3933272 Cl = 0.03020225 Cl(f) = 0.01510112 Cl(r) = 0.01510112 Time = 170 smoothSolver: Solving for Ux, Initial residual = 0.0001355648, Final residual = 5.384956e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001952338, Final residual = 7.782006e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001027504, Final residual = 4.107279e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008871627, Final residual = 0.0007377324, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001290998, Final residual = 5.448063e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002451369, Final residual = 1.129389e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.03465e-05, Final residual = 2.886162e-06, No Iterations 2 time step continuity errors : sum local = 9.504214e-07, global = -3.453241e-08, cumulative = -4.484126e-06 smoothSolver: Solving for omega, Initial residual = 1.255126e-05, Final residual = 5.556174e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001562396, Final residual = 5.899966e-06, No Iterations 2 ExecutionTime = 168.09 s ClockTime = 173 s forces forces output: sum of forces: pressure : (11.17795 0.9746432 -2.974548) viscous : (1.600005 0.008450708 0.0286246) porous : (0 0 0) sum of moments: pressure : (-0.9099275 4.526974 -0.1576485) viscous : (-0.00145033 0.4274777 0.0142694) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3931716 Cl = 0.03024933 Cl(f) = 0.01512466 Cl(r) = 0.01512466 Time = 171 smoothSolver: Solving for Ux, Initial residual = 0.00013364, Final residual = 5.350671e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001926817, Final residual = 7.735016e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001012987, Final residual = 4.110847e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008877018, Final residual = 0.0007424842, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001294224, Final residual = 5.492294e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000245512, Final residual = 1.12469e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.023512e-05, Final residual = 2.92349e-06, No Iterations 2 time step continuity errors : sum local = 9.625225e-07, global = -8.652036e-09, cumulative = -4.492778e-06 smoothSolver: Solving for omega, Initial residual = 1.25003e-05, Final residual = 5.551961e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001551891, Final residual = 5.903089e-06, No Iterations 2 ExecutionTime = 169.07 s ClockTime = 174 s forces forces output: sum of forces: pressure : (11.1745 0.9765008 -2.97235) viscous : (1.598899 0.008336792 0.02883309) porous : (0 0 0) sum of moments: pressure : (-0.9064184 4.526159 -0.1671923) viscous : (-0.001437081 0.4270778 0.01416603) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3930313 Cl = 0.03030298 Cl(f) = 0.01515149 Cl(r) = 0.01515149 Time = 172 smoothSolver: Solving for Ux, Initial residual = 0.0001317433, Final residual = 5.323954e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001901971, Final residual = 7.692148e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009986923, Final residual = 4.108321e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008885921, Final residual = 0.0007486642, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001303207, Final residual = 5.577554e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002467118, Final residual = 1.131307e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.041739e-05, Final residual = 2.985244e-06, No Iterations 2 time step continuity errors : sum local = 9.827451e-07, global = 1.008537e-08, cumulative = -4.482693e-06 smoothSolver: Solving for omega, Initial residual = 1.246522e-05, Final residual = 5.542499e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001540237, Final residual = 5.915594e-06, No Iterations 2 ExecutionTime = 170.05 s ClockTime = 175 s forces forces output: sum of forces: pressure : (11.17147 0.978324 -2.97336) viscous : (1.597816 0.008218963 0.02904953) porous : (0 0 0) sum of moments: pressure : (-0.9017323 4.526847 -0.1752548) viscous : (-0.001424115 0.4266788 0.01406367) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3929047 Cl = 0.03035546 Cl(f) = 0.01517773 Cl(r) = 0.01517773 Time = 173 smoothSolver: Solving for Ux, Initial residual = 0.000129871, Final residual = 5.298062e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001879647, Final residual = 7.638971e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009856289, Final residual = 4.101639e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008891142, Final residual = 0.0007533256, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001312457, Final residual = 5.649617e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002500897, Final residual = 1.141176e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.104259e-05, Final residual = 3.006242e-06, No Iterations 2 time step continuity errors : sum local = 9.896975e-07, global = 4.438532e-08, cumulative = -4.438308e-06 smoothSolver: Solving for omega, Initial residual = 1.243977e-05, Final residual = 5.534342e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001531982, Final residual = 5.946244e-06, No Iterations 2 ExecutionTime = 171.03 s ClockTime = 176 s forces forces output: sum of forces: pressure : (11.16912 0.9804666 -2.977215) viscous : (1.59676 0.008098791 0.02927298) porous : (0 0 0) sum of moments: pressure : (-0.8959511 4.528988 -0.1815444) viscous : (-0.001412005 0.4262823 0.01396285) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3928 Cl = 0.03041768 Cl(f) = 0.01520884 Cl(r) = 0.01520884 Time = 174 smoothSolver: Solving for Ux, Initial residual = 0.0001281769, Final residual = 5.271818e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001860546, Final residual = 7.582353e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009733358, Final residual = 4.093208e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0089062, Final residual = 0.0007518519, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001316837, Final residual = 5.650386e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002534572, Final residual = 1.145249e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.183456e-05, Final residual = 2.967842e-06, No Iterations 2 time step continuity errors : sum local = 9.772411e-07, global = 9.428072e-08, cumulative = -4.344027e-06 smoothSolver: Solving for omega, Initial residual = 1.241288e-05, Final residual = 5.53669e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001526024, Final residual = 5.977273e-06, No Iterations 2 ExecutionTime = 172.01 s ClockTime = 177 s forces forces output: sum of forces: pressure : (11.16767 0.9840946 -2.986795) viscous : (1.595737 0.007972188 0.02949938) porous : (0 0 0) sum of moments: pressure : (-0.8887725 4.533679 -0.185084) viscous : (-0.001398916 0.4258918 0.01386395) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3927238 Cl = 0.03052542 Cl(f) = 0.01526271 Cl(r) = 0.01526271 Time = 175 smoothSolver: Solving for Ux, Initial residual = 0.0001265421, Final residual = 5.245536e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001844361, Final residual = 7.515542e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009605992, Final residual = 4.080765e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008889693, Final residual = 0.000749097, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001316405, Final residual = 5.638961e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002555738, Final residual = 1.145334e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.220951e-05, Final residual = 2.916955e-06, No Iterations 2 time step continuity errors : sum local = 9.60603e-07, global = 1.128551e-07, cumulative = -4.231172e-06 smoothSolver: Solving for omega, Initial residual = 1.237493e-05, Final residual = 5.556033e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001520407, Final residual = 6.013529e-06, No Iterations 2 ExecutionTime = 172.99 s ClockTime = 178 s forces forces output: sum of forces: pressure : (11.16589 0.9889504 -3.000376) viscous : (1.594752 0.007841593 0.02972407) porous : (0 0 0) sum of moments: pressure : (-0.8804427 4.539254 -0.1861193) viscous : (-0.001385534 0.4255121 0.01376644) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3926388 Cl = 0.03067081 Cl(f) = 0.01533541 Cl(r) = 0.01533541 Time = 176 smoothSolver: Solving for Ux, Initial residual = 0.0001250041, Final residual = 5.229688e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001830503, Final residual = 7.454596e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009480898, Final residual = 4.060664e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008871619, Final residual = 0.0007479293, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001319136, Final residual = 5.684739e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002578959, Final residual = 1.168573e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.25672e-05, Final residual = 2.976094e-06, No Iterations 2 time step continuity errors : sum local = 9.800786e-07, global = 1.235898e-07, cumulative = -4.107582e-06 smoothSolver: Solving for omega, Initial residual = 1.232727e-05, Final residual = 5.590135e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001518332, Final residual = 6.05668e-06, No Iterations 2 ExecutionTime = 173.96 s ClockTime = 179 s forces forces output: sum of forces: pressure : (11.16281 0.9931341 -3.014585) viscous : (1.593805 0.007709288 0.0299448) porous : (0 0 0) sum of moments: pressure : (-0.8715027 4.542874 -0.1867074) viscous : (-0.001370873 0.4251471 0.0136715) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3925151 Cl = 0.03079547 Cl(f) = 0.01539774 Cl(r) = 0.01539774 Time = 177 smoothSolver: Solving for Ux, Initial residual = 0.0001237593, Final residual = 5.218984e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00181961, Final residual = 7.404673e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000935044, Final residual = 4.037771e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008887056, Final residual = 0.0007532027, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001330841, Final residual = 5.785568e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002627272, Final residual = 1.210666e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.342323e-05, Final residual = 3.058331e-06, No Iterations 2 time step continuity errors : sum local = 1.007115e-06, global = 1.083785e-07, cumulative = -3.999204e-06 smoothSolver: Solving for omega, Initial residual = 1.231726e-05, Final residual = 5.639896e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001517085, Final residual = 6.115007e-06, No Iterations 2 ExecutionTime = 174.94 s ClockTime = 180 s forces forces output: sum of forces: pressure : (11.15886 0.9966029 -3.029488) viscous : (1.592891 0.007580123 0.03016038) porous : (0 0 0) sum of moments: pressure : (-0.8621971 4.545114 -0.1873908) viscous : (-0.001357425 0.4247951 0.01358133) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3923653 Cl = 0.03089823 Cl(f) = 0.01544911 Cl(r) = 0.01544911 Time = 178 smoothSolver: Solving for Ux, Initial residual = 0.0001228892, Final residual = 5.211787e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001811146, Final residual = 7.39151e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009227528, Final residual = 4.011909e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008943538, Final residual = 0.0007587179, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001348729, Final residual = 5.914546e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002679315, Final residual = 1.26622e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.457753e-05, Final residual = 3.214294e-06, No Iterations 2 time step continuity errors : sum local = 1.058523e-06, global = 8.712136e-08, cumulative = -3.912082e-06 smoothSolver: Solving for omega, Initial residual = 1.235151e-05, Final residual = 5.679498e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00015152, Final residual = 6.173701e-06, No Iterations 2 ExecutionTime = 175.91 s ClockTime = 181 s forces forces output: sum of forces: pressure : (11.15504 1.001978 -3.050946) viscous : (1.592018 0.007453078 0.03036832) porous : (0 0 0) sum of moments: pressure : (-0.8526914 4.54977 -0.1864338) viscous : (-0.001344616 0.4244583 0.01349808) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3922207 Cl = 0.03105971 Cl(f) = 0.01552986 Cl(r) = 0.01552986 Time = 179 smoothSolver: Solving for Ux, Initial residual = 0.0001223188, Final residual = 5.202771e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001803466, Final residual = 7.412011e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009120719, Final residual = 3.980961e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008965692, Final residual = 0.0007605751, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001356819, Final residual = 6.025251e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002723621, Final residual = 1.311724e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.568245e-05, Final residual = 3.351614e-06, No Iterations 2 time step continuity errors : sum local = 1.103933e-06, global = 5.916859e-08, cumulative = -3.852914e-06 smoothSolver: Solving for omega, Initial residual = 1.237125e-05, Final residual = 5.720043e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001513971, Final residual = 6.247614e-06, No Iterations 2 ExecutionTime = 176.9 s ClockTime = 182 s forces forces output: sum of forces: pressure : (11.15231 1.011355 -3.082214) viscous : (1.591183 0.007330079 0.03056614) porous : (0 0 0) sum of moments: pressure : (-0.8429614 4.559417 -0.1810384) viscous : (-0.001332831 0.4241388 0.01342116) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3921111 Cl = 0.03134444 Cl(f) = 0.01567222 Cl(r) = 0.01567222 Time = 180 smoothSolver: Solving for Ux, Initial residual = 0.0001217871, Final residual = 5.196344e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001799482, Final residual = 7.453384e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009024843, Final residual = 3.949142e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008966183, Final residual = 0.0007609315, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001354636, Final residual = 6.14496e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002770198, Final residual = 1.358849e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.681558e-05, Final residual = 3.51349e-06, No Iterations 2 time step continuity errors : sum local = 1.157396e-06, global = 2.68358e-08, cumulative = -3.826078e-06 smoothSolver: Solving for omega, Initial residual = 1.239517e-05, Final residual = 5.776729e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001513073, Final residual = 6.318242e-06, No Iterations 2 ExecutionTime = 177.88 s ClockTime = 183 s forces forces output: sum of forces: pressure : (11.15028 1.026569 -3.122965) viscous : (1.590381 0.007207251 0.03075363) porous : (0 0 0) sum of moments: pressure : (-0.8337966 4.572869 -0.1699173) viscous : (-0.001319907 0.4238362 0.01335024) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.392024 Cl = 0.03180879 Cl(f) = 0.0159044 Cl(r) = 0.0159044 Time = 181 smoothSolver: Solving for Ux, Initial residual = 0.0001213934, Final residual = 5.212347e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001797472, Final residual = 7.501323e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008940361, Final residual = 3.930014e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008960349, Final residual = 0.0007593687, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001350278, Final residual = 6.31081e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002815803, Final residual = 1.405422e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.77054e-05, Final residual = 3.61487e-06, No Iterations 2 time step continuity errors : sum local = 1.190901e-06, global = 1.758891e-08, cumulative = -3.808489e-06 smoothSolver: Solving for omega, Initial residual = 1.242378e-05, Final residual = 5.835762e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001515234, Final residual = 6.376667e-06, No Iterations 2 ExecutionTime = 178.87 s ClockTime = 184 s forces forces output: sum of forces: pressure : (11.1484 1.047303 -3.169165) viscous : (1.589606 0.007086921 0.03093276) porous : (0 0 0) sum of moments: pressure : (-0.8258143 4.588023 -0.1538836) viscous : (-0.001305342 0.4235483 0.01328393) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3919424 Cl = 0.03244307 Cl(f) = 0.01622153 Cl(r) = 0.01622153 Time = 182 smoothSolver: Solving for Ux, Initial residual = 0.0001213488, Final residual = 5.229442e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001801576, Final residual = 7.570558e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008877923, Final residual = 3.923018e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008963717, Final residual = 0.0007591364, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001351072, Final residual = 6.479508e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002856288, Final residual = 1.453933e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.852321e-05, Final residual = 3.745521e-06, No Iterations 2 time step continuity errors : sum local = 1.23411e-06, global = -6.488383e-09, cumulative = -3.814977e-06 smoothSolver: Solving for omega, Initial residual = 1.244332e-05, Final residual = 5.875018e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001519127, Final residual = 6.42595e-06, No Iterations 2 ExecutionTime = 179.84 s ClockTime = 185 s forces forces output: sum of forces: pressure : (11.14699 1.071539 -3.217115) viscous : (1.58885 0.006968187 0.03110139) porous : (0 0 0) sum of moments: pressure : (-0.8189636 4.603504 -0.1352415) viscous : (-0.00128826 0.4232721 0.01322403) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3918756 Cl = 0.03318516 Cl(f) = 0.01659258 Cl(r) = 0.01659258 Time = 183 smoothSolver: Solving for Ux, Initial residual = 0.0001214862, Final residual = 5.256526e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001811542, Final residual = 7.660002e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008840563, Final residual = 3.92835e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008955597, Final residual = 0.0007620367, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001350896, Final residual = 6.605561e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002882086, Final residual = 1.509358e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.910538e-05, Final residual = 3.975075e-06, No Iterations 2 time step continuity errors : sum local = 1.309899e-06, global = -2.586714e-08, cumulative = -3.840844e-06 smoothSolver: Solving for omega, Initial residual = 1.244799e-05, Final residual = 5.878373e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000152175, Final residual = 6.459243e-06, No Iterations 2 ExecutionTime = 180.82 s ClockTime = 186 s forces forces output: sum of forces: pressure : (11.14602 1.097717 -3.267696) viscous : (1.588124 0.006854302 0.03126401) porous : (0 0 0) sum of moments: pressure : (-0.8130551 4.619856 -0.1158441) viscous : (-0.001270105 0.4230102 0.01317045) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3918237 Cl = 0.03398714 Cl(f) = 0.01699357 Cl(r) = 0.01699357 Time = 184 smoothSolver: Solving for Ux, Initial residual = 0.000121645, Final residual = 5.276198e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001825001, Final residual = 7.760726e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008818163, Final residual = 3.929909e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008980106, Final residual = 0.0007678707, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001357425, Final residual = 6.708014e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002903836, Final residual = 1.57032e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.962556e-05, Final residual = 4.313572e-06, No Iterations 2 time step continuity errors : sum local = 1.42162e-06, global = -4.894541e-08, cumulative = -3.88979e-06 smoothSolver: Solving for omega, Initial residual = 1.244942e-05, Final residual = 5.845354e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000152756, Final residual = 6.471942e-06, No Iterations 2 ExecutionTime = 181.8 s ClockTime = 187 s forces forces output: sum of forces: pressure : (11.14623 1.125239 -3.321259) viscous : (1.587426 0.006748109 0.03141846) porous : (0 0 0) sum of moments: pressure : (-0.8079304 4.638194 -0.0968047) viscous : (-0.001251474 0.4227622 0.01312447) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3918086 Cl = 0.0348307 Cl(f) = 0.01741535 Cl(r) = 0.01741535 Time = 185 smoothSolver: Solving for Ux, Initial residual = 0.0001217622, Final residual = 5.292039e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001840442, Final residual = 7.867062e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008810065, Final residual = 3.934927e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008991215, Final residual = 0.0007754604, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001366041, Final residual = 6.797778e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002911575, Final residual = 1.624655e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.002322e-05, Final residual = 4.660453e-06, No Iterations 2 time step continuity errors : sum local = 1.536176e-06, global = -7.429452e-08, cumulative = -3.964084e-06 smoothSolver: Solving for omega, Initial residual = 1.243721e-05, Final residual = 5.792429e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001541048, Final residual = 6.482066e-06, No Iterations 2 ExecutionTime = 182.78 s ClockTime = 188 s forces forces output: sum of forces: pressure : (11.14708 1.153856 -3.37875) viscous : (1.586757 0.006652957 0.03156099) porous : (0 0 0) sum of moments: pressure : (-0.8035644 4.659011 -0.07750964) viscous : (-0.001232606 0.4225316 0.01308567) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.391814 Cl = 0.03570831 Cl(f) = 0.01785415 Cl(r) = 0.01785415 Time = 186 smoothSolver: Solving for Ux, Initial residual = 0.0001217336, Final residual = 5.303262e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001857763, Final residual = 7.977692e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008819264, Final residual = 3.941647e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008999966, Final residual = 0.0007850564, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001375038, Final residual = 6.856641e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002913326, Final residual = 1.66823e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.04314e-05, Final residual = 4.909321e-06, No Iterations 2 time step continuity errors : sum local = 1.618409e-06, global = -7.877807e-08, cumulative = -4.042862e-06 smoothSolver: Solving for omega, Initial residual = 1.241647e-05, Final residual = 5.734692e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001553652, Final residual = 6.466848e-06, No Iterations 2 ExecutionTime = 183.75 s ClockTime = 189 s forces forces output: sum of forces: pressure : (11.14843 1.184406 -3.440633) viscous : (1.586124 0.006566199 0.03169865) porous : (0 0 0) sum of moments: pressure : (-0.8001122 4.681956 -0.05694955) viscous : (-0.00121172 0.4223168 0.01305361) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3918362 Cl = 0.03664564 Cl(f) = 0.01832282 Cl(r) = 0.01832282 Time = 187 smoothSolver: Solving for Ux, Initial residual = 0.0001216737, Final residual = 5.309315e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001878583, Final residual = 8.076563e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008852912, Final residual = 3.947994e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009057257, Final residual = 0.0007978368, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001384331, Final residual = 6.933847e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002921651, Final residual = 1.717087e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.106478e-05, Final residual = 5.053498e-06, No Iterations 2 time step continuity errors : sum local = 1.66609e-06, global = -8.990989e-08, cumulative = -4.132772e-06 smoothSolver: Solving for omega, Initial residual = 1.239709e-05, Final residual = 5.677048e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00015644, Final residual = 6.440978e-06, No Iterations 2 ExecutionTime = 184.72 s ClockTime = 190 s forces forces output: sum of forces: pressure : (11.15063 1.216771 -3.504377) viscous : (1.585526 0.006490077 0.03183241) porous : (0 0 0) sum of moments: pressure : (-0.7976097 4.705422 -0.03447213) viscous : (-0.001189685 0.4221178 0.01302698) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3918854 Cl = 0.03763915 Cl(f) = 0.01881957 Cl(r) = 0.01881957 Time = 188 smoothSolver: Solving for Ux, Initial residual = 0.0001217853, Final residual = 5.309947e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0019025, Final residual = 8.152607e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008898316, Final residual = 3.956835e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009149607, Final residual = 0.0008091634, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001392693, Final residual = 7.027349e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002925416, Final residual = 1.757535e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.152368e-05, Final residual = 5.137101e-06, No Iterations 2 time step continuity errors : sum local = 1.693527e-06, global = -1.008944e-07, cumulative = -4.233667e-06 smoothSolver: Solving for omega, Initial residual = 1.238098e-05, Final residual = 5.631371e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001574287, Final residual = 6.417016e-06, No Iterations 2 ExecutionTime = 185.7 s ClockTime = 191 s forces forces output: sum of forces: pressure : (11.15363 1.249659 -3.567542) viscous : (1.584969 0.006425977 0.03196586) porous : (0 0 0) sum of moments: pressure : (-0.7960443 4.727296 -0.01063629) viscous : (-0.001166826 0.4219347 0.01300956) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3919606 Cl = 0.03864912 Cl(f) = 0.01932456 Cl(r) = 0.01932456 Time = 189 smoothSolver: Solving for Ux, Initial residual = 0.0001218697, Final residual = 5.297082e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001928426, Final residual = 8.205889e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000894874, Final residual = 3.962919e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009272237, Final residual = 0.0008155201, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001396386, Final residual = 7.102325e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002909699, Final residual = 1.782067e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.166217e-05, Final residual = 5.162572e-06, No Iterations 2 time step continuity errors : sum local = 1.701853e-06, global = -1.125338e-07, cumulative = -4.346201e-06 smoothSolver: Solving for omega, Initial residual = 1.236627e-05, Final residual = 5.584813e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001581246, Final residual = 6.404803e-06, No Iterations 2 ExecutionTime = 186.68 s ClockTime = 192 s forces forces output: sum of forces: pressure : (11.15786 1.282515 -3.62595) viscous : (1.584448 0.006374582 0.03210009) porous : (0 0 0) sum of moments: pressure : (-0.7957387 4.746537 0.01366335) viscous : (-0.001144415 0.4217671 0.01299741) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3920746 Cl = 0.0396585 Cl(f) = 0.01982925 Cl(r) = 0.01982925 Time = 190 smoothSolver: Solving for Ux, Initial residual = 0.0001218682, Final residual = 5.268993e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001954665, Final residual = 8.231566e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008999727, Final residual = 3.965964e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009362739, Final residual = 0.0008185013, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00139971, Final residual = 7.122274e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002889542, Final residual = 1.797324e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.180807e-05, Final residual = 2.509484e-06, No Iterations 3 time step continuity errors : sum local = 8.271031e-07, global = -4.264729e-08, cumulative = -4.388848e-06 smoothSolver: Solving for omega, Initial residual = 1.234588e-05, Final residual = 5.536469e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001590751, Final residual = 6.392265e-06, No Iterations 2 ExecutionTime = 187.69 s ClockTime = 193 s forces forces output: sum of forces: pressure : (11.16255 1.315029 -3.680089) viscous : (1.583958 0.006334227 0.03223355) porous : (0 0 0) sum of moments: pressure : (-0.796832 4.763673 0.03724646) viscous : (-0.001122641 0.4216137 0.01299203) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3922038 Cl = 0.0406577 Cl(f) = 0.02032885 Cl(r) = 0.02032885 Time = 191 smoothSolver: Solving for Ux, Initial residual = 0.0001220261, Final residual = 5.233075e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00197811, Final residual = 8.258344e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009046343, Final residual = 3.970288e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009409103, Final residual = 0.0008160016, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001399414, Final residual = 7.040294e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002847404, Final residual = 1.776812e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.136703e-05, Final residual = 5.086478e-06, No Iterations 2 time step continuity errors : sum local = 1.67577e-06, global = -1.247716e-07, cumulative = -4.513619e-06 smoothSolver: Solving for omega, Initial residual = 1.230765e-05, Final residual = 5.493655e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001597814, Final residual = 6.413481e-06, No Iterations 2 ExecutionTime = 188.67 s ClockTime = 194 s forces forces output: sum of forces: pressure : (11.16662 1.345177 -3.726818) viscous : (1.583498 0.006306384 0.03236735) porous : (0 0 0) sum of moments: pressure : (-0.7990803 4.777498 0.0591866) viscous : (-0.001102634 0.4214754 0.01299268) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3923151 Cl = 0.04158451 Cl(f) = 0.02079225 Cl(r) = 0.02079225 Time = 192 smoothSolver: Solving for Ux, Initial residual = 0.0001220558, Final residual = 5.18226e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001996599, Final residual = 8.298862e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009077679, Final residual = 3.960329e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009449209, Final residual = 0.000810226, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001398367, Final residual = 6.998525e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002819356, Final residual = 1.787418e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.162847e-05, Final residual = 5.101947e-06, No Iterations 2 time step continuity errors : sum local = 1.680059e-06, global = -1.298222e-07, cumulative = -4.643442e-06 smoothSolver: Solving for omega, Initial residual = 1.229282e-05, Final residual = 5.46375e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000160022, Final residual = 6.419601e-06, No Iterations 2 ExecutionTime = 189.65 s ClockTime = 195 s forces forces output: sum of forces: pressure : (11.16941 1.372212 -3.76832) viscous : (1.583058 0.006286955 0.03249629) porous : (0 0 0) sum of moments: pressure : (-0.8022228 4.788342 0.07871477) viscous : (-0.001083537 0.4213488 0.01299885) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3923875 Cl = 0.04241576 Cl(f) = 0.02120788 Cl(r) = 0.02120788 Time = 193 smoothSolver: Solving for Ux, Initial residual = 0.0001218681, Final residual = 5.122995e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002010946, Final residual = 8.334619e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009100365, Final residual = 3.946177e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009485287, Final residual = 0.0008007134, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001391061, Final residual = 6.945157e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002788534, Final residual = 1.783308e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.155706e-05, Final residual = 5.059486e-06, No Iterations 2 time step continuity errors : sum local = 1.665165e-06, global = -1.3437e-07, cumulative = -4.777812e-06 smoothSolver: Solving for omega, Initial residual = 1.228001e-05, Final residual = 5.434014e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001598707, Final residual = 6.413422e-06, No Iterations 2 ExecutionTime = 190.63 s ClockTime = 196 s forces forces output: sum of forces: pressure : (11.17109 1.395514 -3.805537) viscous : (1.582635 0.006277753 0.03262382) porous : (0 0 0) sum of moments: pressure : (-0.8059538 4.796643 0.09588606) viscous : (-0.001066497 0.4212334 0.01300651) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3924259 Cl = 0.04313245 Cl(f) = 0.02156622 Cl(r) = 0.02156622 Time = 194 smoothSolver: Solving for Ux, Initial residual = 0.0001216692, Final residual = 5.073202e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002022804, Final residual = 8.354023e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009128307, Final residual = 3.923617e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009524892, Final residual = 0.000792671, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001388416, Final residual = 6.858727e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002765021, Final residual = 1.743313e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.119217e-05, Final residual = 4.928628e-06, No Iterations 2 time step continuity errors : sum local = 1.621067e-06, global = -1.390406e-07, cumulative = -4.916852e-06 smoothSolver: Solving for omega, Initial residual = 1.22446e-05, Final residual = 5.406729e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001590534, Final residual = 6.388927e-06, No Iterations 2 ExecutionTime = 191.6 s ClockTime = 197 s forces forces output: sum of forces: pressure : (11.17241 1.414684 -3.837534) viscous : (1.582229 0.006277871 0.03274732) porous : (0 0 0) sum of moments: pressure : (-0.8100027 4.802234 0.111315) viscous : (-0.001052412 0.4211266 0.01301586) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3924543 Cl = 0.04372231 Cl(f) = 0.02186115 Cl(r) = 0.02186115 Time = 195 smoothSolver: Solving for Ux, Initial residual = 0.0001212946, Final residual = 5.024299e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002030885, Final residual = 8.360334e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009149, Final residual = 3.905581e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00955461, Final residual = 0.0007885745, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001384208, Final residual = 6.795454e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002739556, Final residual = 1.6765e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.018056e-05, Final residual = 4.702585e-06, No Iterations 2 time step continuity errors : sum local = 1.545986e-06, global = -1.403911e-07, cumulative = -5.057243e-06 smoothSolver: Solving for omega, Initial residual = 1.219434e-05, Final residual = 5.373269e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001580539, Final residual = 6.354414e-06, No Iterations 2 ExecutionTime = 192.59 s ClockTime = 198 s forces forces output: sum of forces: pressure : (11.17439 1.430803 -3.865238) viscous : (1.581848 0.006285015 0.03287348) porous : (0 0 0) sum of moments: pressure : (-0.8143769 4.806033 0.1259429) viscous : (-0.001040988 0.4210291 0.01302438) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3925032 Cl = 0.04421852 Cl(f) = 0.02210926 Cl(r) = 0.02210926 Time = 196 smoothSolver: Solving for Ux, Initial residual = 0.0001206953, Final residual = 4.983913e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002038425, Final residual = 8.354172e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009151538, Final residual = 3.883578e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009591598, Final residual = 0.0007870023, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001386057, Final residual = 6.705325e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000270596, Final residual = 1.595464e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.895255e-05, Final residual = 4.41605e-06, No Iterations 2 time step continuity errors : sum local = 1.451513e-06, global = -1.385357e-07, cumulative = -5.195779e-06 smoothSolver: Solving for omega, Initial residual = 1.214432e-05, Final residual = 5.345625e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001575115, Final residual = 6.348717e-06, No Iterations 2 ExecutionTime = 193.57 s ClockTime = 199 s forces forces output: sum of forces: pressure : (11.17754 1.445123 -3.887023) viscous : (1.581485 0.006299276 0.03300155) porous : (0 0 0) sum of moments: pressure : (-0.8195441 4.806975 0.1405797) viscous : (-0.001033448 0.4209371 0.01303419) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3925892 Cl = 0.04465957 Cl(f) = 0.02232979 Cl(r) = 0.02232979 Time = 197 smoothSolver: Solving for Ux, Initial residual = 0.0001200256, Final residual = 4.955713e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002042804, Final residual = 8.345171e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009150635, Final residual = 3.860518e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009567069, Final residual = 0.0007823662, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001381809, Final residual = 6.574068e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002666058, Final residual = 1.505573e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.746774e-05, Final residual = 4.079019e-06, No Iterations 2 time step continuity errors : sum local = 1.340587e-06, global = -1.382314e-07, cumulative = -5.334011e-06 smoothSolver: Solving for omega, Initial residual = 1.211076e-05, Final residual = 5.34307e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001564826, Final residual = 6.334764e-06, No Iterations 2 ExecutionTime = 194.54 s ClockTime = 200 s forces forces output: sum of forces: pressure : (11.18172 1.459037 -3.900025) viscous : (1.581134 0.006315901 0.03313279) porous : (0 0 0) sum of moments: pressure : (-0.8261115 4.804127 0.1561965) viscous : (-0.001026614 0.4208499 0.01304275) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3927069 Cl = 0.04508821 Cl(f) = 0.0225441 Cl(r) = 0.0225441 Time = 198 smoothSolver: Solving for Ux, Initial residual = 0.000119251, Final residual = 4.92634e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002043161, Final residual = 8.324256e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000913586, Final residual = 3.839336e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009485883, Final residual = 0.000769922, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001365867, Final residual = 6.427006e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002615653, Final residual = 1.434437e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.623024e-05, Final residual = 3.816627e-06, No Iterations 2 time step continuity errors : sum local = 1.254133e-06, global = -1.347204e-07, cumulative = -5.468731e-06 smoothSolver: Solving for omega, Initial residual = 1.207033e-05, Final residual = 5.351825e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000155187, Final residual = 6.328014e-06, No Iterations 2 ExecutionTime = 195.52 s ClockTime = 201 s forces forces output: sum of forces: pressure : (11.18584 1.47408 -3.908175) viscous : (1.580798 0.006331428 0.0332562) porous : (0 0 0) sum of moments: pressure : (-0.8343821 4.798667 0.1727268) viscous : (-0.001020216 0.4207701 0.01304821) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3928232 Cl = 0.04555155 Cl(f) = 0.02277578 Cl(r) = 0.02277578 Time = 199 smoothSolver: Solving for Ux, Initial residual = 0.000118623, Final residual = 4.900275e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002038622, Final residual = 8.28568e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009117362, Final residual = 3.820518e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009400218, Final residual = 0.0007551519, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001344553, Final residual = 6.258671e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000256728, Final residual = 1.36435e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.482204e-05, Final residual = 3.574679e-06, No Iterations 2 time step continuity errors : sum local = 1.174436e-06, global = -1.36008e-07, cumulative = -5.604739e-06 smoothSolver: Solving for omega, Initial residual = 1.200899e-05, Final residual = 5.351925e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001537111, Final residual = 6.325471e-06, No Iterations 2 ExecutionTime = 196.49 s ClockTime = 202 s forces forces output: sum of forces: pressure : (11.18926 1.488594 -3.91156) viscous : (1.580464 0.006347998 0.03337607) porous : (0 0 0) sum of moments: pressure : (-0.8431406 4.79171 0.1888654) viscous : (-0.001014711 0.4206913 0.01305184) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3929183 Cl = 0.04599863 Cl(f) = 0.02299932 Cl(r) = 0.02299932 Time = 200 smoothSolver: Solving for Ux, Initial residual = 0.000117987, Final residual = 4.875912e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002029031, Final residual = 8.235989e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009080691, Final residual = 3.801599e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009307811, Final residual = 0.0007413839, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001323579, Final residual = 6.13761e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002528983, Final residual = 1.299302e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.36465e-05, Final residual = 3.324217e-06, No Iterations 2 time step continuity errors : sum local = 1.091945e-06, global = -1.359908e-07, cumulative = -5.74073e-06 smoothSolver: Solving for omega, Initial residual = 1.193899e-05, Final residual = 5.348826e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001522874, Final residual = 6.3197e-06, No Iterations 2 ExecutionTime = 197.49 s ClockTime = 203 s forces forces output: sum of forces: pressure : (11.19163 1.503063 -3.913045) viscous : (1.580148 0.00635791 0.0334843) porous : (0 0 0) sum of moments: pressure : (-0.8523997 4.78354 0.2033794) viscous : (-0.00100797 0.4206209 0.01305061) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3929814 Cl = 0.04644415 Cl(f) = 0.02322207 Cl(r) = 0.02322207 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 Exec : reconstructPar -latestTime Date : Nov 27 2014 Time : 07:57:08 Host : "bds1.beamnet" PID : 24090 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 13.380746 Average Force: 2 19.055451 Average Force: 3 20.6030593333 Average Force: 4 18.76254175 Average Force: 5 15.78195226 Average Force: 6 13.5471267333 Average Force: 7 12.6735683714 Average Force: 8 12.7489532 Average Force: 9 13.0736867333 Average Force: 10 13.21877096 Average Force: 11 13.1377774182 Average Force: 12 12.9873073 Average Force: 13 12.9109670462 Average Force: 14 12.9442158286 Average Force: 15 13.04184304 Average Force: 16 13.14841635 Average Force: 17 13.2373962706 Average Force: 18 13.3105452 Average Force: 19 13.3803010842 Average Force: 20 13.45373123 Average Force: 21 13.5290402667 Average Force: 22 13.5996283 Average Force: 23 13.6602466348 Average Force: 24 13.7094164417 Average Force: 25 13.748846784 Average Force: 26 13.7807159462 Average Force: 27 13.8062535037 Average Force: 28 13.8259065929 Average Force: 29 13.8400408483 Average Force: 30 13.8491907867 Average Force: 31 13.8540582129 Average Force: 32 13.8554128 Average Force: 33 13.8539177758 Average Force: 34 13.8496794588 Average Force: 35 13.8426300171 Average Force: 36 13.8331117389 Average Force: 37 13.8215692324 Average Force: 38 13.8082828579 Average Force: 39 13.7933945795 Average Force: 40 13.77715489 Average Force: 41 13.7596456 Average Force: 42 13.740755681 Average Force: 43 13.7202620605 Average Force: 44 13.6980720136 Average Force: 45 13.6743280133 Average Force: 46 13.649209687 Average Force: 47 13.6228467574 Average Force: 48 13.595321325 Average Force: 49 13.5667042571 Average Force: 50 13.537176292 Average Force: 51 13.5069779922 Average Force: 52 13.4763970115 Average Force: 53 13.445762483 Average Force: 54 13.4153790667 Average Force: 55 13.3854707382 Average Force: 56 13.3561266714 Average Force: 57 13.3273664316 Average Force: 58 13.2991514069 Average Force: 59 13.2714411119 Average Force: 60 13.24422991 Average Force: 61 13.2175186492 Average Force: 62 13.1912665097 Average Force: 63 13.1654563746 Average Force: 64 13.1401170406 Average Force: 65 13.1153062554 Average Force: 66 13.0910658121 Average Force: 67 13.0673895612 Average Force: 68 13.0442895088 Average Force: 69 13.0218309797 Average Force: 70 13.0001102229 Average Force: 71 12.9791870225 Average Force: 72 12.9590866194 Average Force: 73 12.9398418438 Average Force: 74 12.9215184946 Average Force: 75 12.904175008 Average Force: 76 12.8878234684 Average Force: 77 12.8724382545 Average Force: 78 12.8579486231 Average Force: 79 12.8442753494 Average Force: 80 12.8313634075 Average Force: 81 12.8191852667 Average Force: 82 12.8077296659 Average Force: 83 12.7970053687 Average Force: 84 12.7869995429 Average Force: 85 12.7776436188 Average Force: 86 12.7688315186 Average Force: 87 12.7604679609 Average Force: 88 12.7525238818 Average Force: 89 12.744981209 Average Force: 90 12.7378210178 Average Force: 91 12.7309632484 Average Force: 92 12.7243011587 Average Force: 93 12.7177779097 Average Force: 94 12.7113583787 Average Force: 95 12.7050000168 Average Force: 96 12.6986486833 Average Force: 97 12.6922598928 Average Force: 98 12.6858296286 Average Force: 99 12.6793604909 Average Force: 100 12.672824026 Average Force: 101 12.666168996 Average Force: 102 12.6593630647 Average Force: 103 12.6523996854 Average Force: 104 12.6452766212 Average Force: 105 12.6379949105 Average Force: 106 12.6305419491 Average Force: 107 12.6229127065 Average Force: 108 12.6151132556 Average Force: 109 12.6071469872 Average Force: 110 12.5990131055 Average Force: 111 12.5907196 Average Force: 112 12.5822860857 Average Force: 113 12.5737255274 Average Force: 114 12.5650384614 Average Force: 115 12.5562174835 Average Force: 116 12.5472598672 Average Force: 117 12.538170612 Average Force: 118 12.5289636237 Average Force: 119 12.5196612655 Average Force: 120 12.51030903 Average Force: 121 12.5009766083 Average Force: 122 12.4916819393 Average Force: 123 12.482400826 Average Force: 124 12.4731094887 Average Force: 125 12.4638126208 Average Force: 126 12.4545436952 Average Force: 127 12.4453363276 Average Force: 128 12.4362067781 Average Force: 129 12.4271543147 ACould not find/open font when opening font "arial", using internal non-scalable font verage Force: 130 12.4181750738 Average Force: 131 12.4092857374 Average Force: 132 12.4005184742 Average Force: 133 12.3919051624 Average Force: 134 12.3834722657 Average Force: 135 12.3752261822 Average Force: 136 12.3671645044 Average Force: 137 12.3592848292 Average Force: 138 12.3515964319 Average Force: 139 12.344101695 Average Force: 140 12.3367905829 Average Force: 141 12.3296446355 Average Force: 142 12.3226337577 Average Force: 143 12.3157047385 Average Force: 144 12.3088167264 Average Force: 145 12.3019555628 Average Force: 146 12.2951231548 Average Force: 147 12.2883205415 Average Force: 148 12.2815517743 Average Force: 149 12.2748231047 Average Force: 150 12.2681452907 Average Force: 151 12.2615431695 Average Force: 152 12.2550285105 Average Force: 153 12.2485992131 Average Force: 154 12.2422384974 Average Force: 155 12.2359277523 Average Force: 156 12.2296615231 Average Force: 157 12.2234411885 Average Force: 158 12.2172676241 Average Force: 159 12.2111362176 Average Force: 160 12.2050403913 Average Force: 161 12.1989739106 Average Force: 162 12.192937337 Average Force: 163 12.186936654 Average Force: 164 12.1809771988 Average Force: 165 12.1750583855 Average Force: 166 12.1691746602 Average Force: 167 12.163324788 Average Force: 168 12.157511331 Average Force: 169 12.1517383349 Average Force: 170 12.1460101859 Average Force: 171 12.1403288222 Average Force: 172 12.1346959047 Average Force: 173 12.1291145353 Average Force: 174 12.1235889747 Average Force: 175 12.118116392 Average Force: 176 12.1126885432 Average Force: 177 12.1072996927 Average Force: 178 12.1019498966 Average Force: 179 12.0966446235 Average Force: 180 12.0913870422 Average Force: 181 12.0861771856 Average Force: 182 12.081016789 Average Force: 183 12.0759075443 Average Force: 184 12.0708549652 Average Force: 185 12.0658615654 Average Force: 186 12.0609291538 Average Force: 187 12.0560612332 Average Force: 188 12.0512610777 Average Force: 189 12.0465340614 Average Force: 190 12.0418814926 Average Force: 191 12.037298977 Average Force: 192 12.0327787479 Average Force: 193 12.0283140187 Average Force: 194 12.0239021629 Average Force: 195 12.0195456749 Average Force: 196 12.015249748 Average Force: 197 12.0110186376 Average Force: 198 12.0068510485 Average Force: 199 12.0027425508 Average Force: 200 11.998686983 Len: 200 Len: 200 Average Force: 11.998686983 Run: cp run/postProcessing/forces/0/forces.dat cases/1/forces.dat Run: cp run/postProcessing/forceCoeffs/0/forceCoeffs.dat cases/1/forceCoeffs.dat Run: cp run/forces.png cases/1 Run: cp run/forces.csv cases/1 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 Exec : foamToVTK -latestTime Date : Nov 27 2014 Time : 07:57:09 Host : "bds1.beamnet" PID : 24104 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:326886 points:453094 Additional cells:616273 additional points:58074 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/1/vtk.zip VTK) updating: VTK/ (stored 0%) updating: VTK/outlet/ (stored 0%) updating: VTK/outlet/outlet_200.vtk (deflated 41%) updating: VTK/channelWalls/ (stored 0%) updating: VTK/channelWalls/channelWalls_200.vtk (deflated 58%) updating: VTK/vwt.pvsm (deflated 94%) updating: VTK/run_200.vtk (deflated 55%) updating: VTK/inlet/ (stored 0%) updating: VTK/inlet/inlet_200.vtk (deflated 81%) updating: VTK/car/ (stored 0%) updating: VTK/car/car_200.vtk (deflated 49%)