Run: rm -fr run/* Run: cp -r sim_2.3.0_1/system run Run: cp -r sim_2.3.0_1/constant run Run: cp -r sim_2.3.0_1/initial run/ Run: cp -r sim_2.3.0_1/initial run/0 VwtProcess: Pre-processing STL file VwtProcess: Tidying up STL file Run: rm -f cases/135/object.stl Run: admesh --x-rotate=0.0 --y-rotate=0.0 --z-rotate=0.0 --scale=1.0 --vwt 0.02 cases/135/file.stl -a cases/135/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/135/file.stl Rotating about the x axis by 0.000000 degrees... Rotating about the y axis by 0.000000 degrees... Rotating about the z axis by 0.000000 degrees... Scaling by factor 1.000000... Appling BEAM VWT translations with height: 0.020000 Scaled by 1e-3 for Pro/Desktop STL file from mm to meters AreaX: 0.320790 Checking exact... All facets connected. No nearby check necessary. No unconnected need to be removed. No holes need to be filled. Checking normal directions... Checking normal values... Calculating volume... Verifying neighbors... Writing ascii file cases/135/object.stl ================= Results produced by ADMesh version 0.95 ================ Input file : cases/135/file.stl File type : Binary STL file Header : MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH ============== Size ============== Min X = -1.400000, Max X = 1.400000 Min Y = -0.300000, Max Y = 0.300000 Min Z = 0.020000, Max Z = 0.714987 ========= Facet Status ========== Original ============ Final ==== Number of facets : 36116 36116 Facets with 1 disconnected edge : 0 0 Facets with 2 disconnected edges : 0 0 Facets with 3 disconnected edges : 0 0 Total disconnected facets : 0 0 === Processing Statistics === ===== Other Statistics ===== Number of parts : 7 Volume : 0.603745 Degenerate facets : 0 Edges fixed : 0 Facets removed : 0 Facets added : 0 Facets reversed : 0 Backwards edges : 0 Normals fixed : 0 Run: chmod 0666 cases/135/object.stl VwtProcess: Post-processing STL file VwtProcess: Configuring for VWT simulation Run: cp cases/135/object.stl run/object.stl Run: (cd run; surfaceConvert -clean object.stl object_clean.stl; mv object_clean.stl object.stl) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : surfaceConvert -clean object.stl object_clean.stl Date : Apr 30 2018 Time : 16:20:40 Host : "bds1.beamnet" PID : 2373 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 : 36116 Vertices : 18072 Bounding Box : (-1.4 -0.3 0.02) (1.4 0.3 0.714987) Cleaning up surface After cleaning up surface: Triangles : 36116 Vertices : 18072 Bounding Box : (-1.4 -0.3 0.02) (1.4 0.3 0.714987) Maintaining face ordering writing "object_clean.stl" End Run: sed -e 's/Aref.*;/Aref 0.32079;/' sim_2.3.0_1/controlDict > run/system/controlDict Run: rm -fr run/constant/polyMesh/* Run: cp sim_2.3.0_1/blockMeshDict-100k run/constant/polyMesh/blockMeshDict Run: cp sim_2.3.0_1/snappyHexMeshDict-1000k run/system/snappyHexMeshDict Run: (cd run; blockMesh) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : blockMesh Date : Apr 30 2018 Time : 16:20:41 Host : "bds1.beamnet" PID : 2382 Case : /data/vwt/process/run nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Creating block mesh from "/data/vwt/process/run/constant/polyMesh/blockMeshDict" No non-linear edges defined Creating topology blocks Creating topology patches Reading patches section Creating block mesh topology Reading physicalType from existing boundary file Default patch type set to empty Check topology Basic statistics Number of internal faces : 0 Number of boundary faces : 6 Number of defined boundary faces : 6 Number of undefined boundary faces : 0 Checking patch -> block consistency Creating block offsets Creating merge list . Creating polyMesh from blockMesh Creating patches Creating cells Creating points with scale 1 Block 0 cell size : i : 0.1 .. 0.1 j : 0.1 .. 0.1 k : 0.1 .. 0.1 Adding cell zones 0 windTunnel Writing cell zones as cellSets Writing polyMesh ---------------- Mesh Information ---------------- boundingBox: (-4 -2 0) (4 2 3) nPoints: 102951 nCells: 96000 nFaces: 294800 nInternalFaces: 281200 ---------------- Patches ---------------- patch 0 (start: 281200 size: 1200) name: inlet patch 1 (start: 282400 size: 1200) name: outlet patch 2 (start: 283600 size: 11200) name: channelWalls End Run: cp run/object.stl run/constant/triSurface/object.stl Run: (cd run; surfaceFeatureExtract) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : surfaceFeatureExtract Date : Apr 30 2018 Time : 16:20:42 Host : "bds1.beamnet" PID : 2386 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 : 36116 Vertices : 18072 Bounding Box : (-1.4 -0.3 0.02) (1.4 0.3 0.714987) Constructing feature set from included angle 150 Selecting edges purely based on geometric tests: no Initial feature set: feature points : 20 feature edges : 2861 of which region edges : 0 external edges : 2850 internal edges : 11 Final feature set: points : 2854 of which convex : 12 concave : 4 mixed : 4 non-feature : 2834 edges : 2861 of which external edges : 2850 internal edges : 11 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.34 s ClockTime = 1 s End Run: (cd run; decomposePar) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : decomposePar Date : Apr 30 2018 Time : 16:20:43 Host : "bds1.beamnet" PID : 2389 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.16 s Calculating original mesh data Distributing cells to processors Distributing faces to processors Distributing points to processors Constructing processor meshes Processor 0 Number of cells = 12000 Number of faces shared with processor 1 = 300 Number of faces shared with processor 2 = 600 Number of faces shared with processor 4 = 800 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 1 Number of cells = 12000 Number of faces shared with processor 0 = 300 Number of faces shared with processor 3 = 600 Number of faces shared with processor 5 = 800 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 2 Number of cells = 12000 Number of faces shared with processor 0 = 600 Number of faces shared with processor 3 = 300 Number of faces shared with processor 6 = 800 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 3 Number of cells = 12000 Number of faces shared with processor 1 = 600 Number of faces shared with processor 2 = 300 Number of faces shared with processor 7 = 800 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 4 Number of cells = 12000 Number of faces shared with processor 0 = 800 Number of faces shared with processor 5 = 300 Number of faces shared with processor 6 = 600 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 5 Number of cells = 12000 Number of faces shared with processor 1 = 800 Number of faces shared with processor 4 = 300 Number of faces shared with processor 7 = 600 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 6 Number of cells = 12000 Number of faces shared with processor 2 = 800 Number of faces shared with processor 4 = 600 Number of faces shared with processor 7 = 300 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 7 Number of cells = 12000 Number of faces shared with processor 3 = 800 Number of faces shared with processor 5 = 600 Number of faces shared with processor 6 = 300 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Number of processor faces = 6800 Max number of cells = 12000 (0% above average 12000) Max number of processor patches = 3 (0% above average 3) Max number of faces between processors = 1700 (0% above average 1700) Time = 0 Processor 0: field transfer Processor 1: field transfer Processor 2: field transfer Processor 3: field transfer Processor 4: field transfer Processor 5: field transfer Processor 6: field transfer Processor 7: field transfer End. Run: (cd run; mpirun --hostfile hosts -np 8 snappyHexMesh -parallel) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : snappyHexMesh -parallel Date : Apr 30 2018 Time : 16:20:46 Host : "bds1.beamnet" PID : 2393 Case : /data/vwt/process/run nProcs : 8 Slaves : 7 ( "bds1.beamnet.2394" "bds1.beamnet.2395" "bds1.beamnet.2396" "bds1.beamnet.2397" "bds1.beamnet.2398" "bds1.beamnet.2399" "bds1.beamnet.2400" ) 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.08 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.23 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 : 2854 edges : 2861 boundingBox : (-1.4 -0.3 0.02) (1.4 0.3 0.714987) Refinement level according to distance to "object.eMesh" (2854 points, 2861 edges). level 2 for all cells within 0 metre. Read features in = 0.02 s Determining initial surface intersections ----------------------------------------- Edge intersection testing: Number of edges : 294800 Number of edges to retest : 294800 Number of intersected edges : 915 Calculated surface intersections in = 0.29 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 : 45 cells. Determined cells to refine in = 0.23 s Selected for feature refinement : 45 cells (out of 96000) Edge intersection testing: Number of edges : 296012 Number of edges to retest : 2045 Number of intersected edges : 1261 Refined mesh in = 0.16 s After refinement feature refinement iteration 0 : cells:96315 faces:296012 points:103576 Cells per refinement level: 0 95955 1 360 Balanced mesh in = 0.28 s After balancing feature refinement iteration 0 : cells:96315 faces:296012 points:103576 Cells per refinement level: 0 95955 1 360 Feature refinement iteration 1 ------------------------------ Marked for refinement due to explicit features : 94 cells. Determined cells to refine in = 0.23 s Selected for feature refinement : 186 cells (out of 96315) Edge intersection testing: Number of edges : 300749 Number of edges to retest : 7081 Number of intersected edges : 2081 Refined mesh in = 0.15 s After refinement feature refinement iteration 1 : cells:97617 faces:300749 points:105797 Cells per refinement level: 0 95863 1 1002 2 752 Balanced mesh in = 0.31 s After balancing feature refinement iteration 1 : cells:97617 faces:300749 points:105797 Cells per refinement level: 0 95863 1 1002 2 752 Feature refinement iteration 2 ------------------------------ 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 97617) Stopping refining since too few cells selected. Surface refinement iteration 0 ------------------------------ Marked for refinement due to surface intersection : 2209 cells. Marked for refinement due to curvature/regions : 0 cells. Determined cells to refine in = 0 s Selected for refinement : 2264 cells (out of 97617) Edge intersection testing: Number of edges : 352937 Number of edges to retest : 63842 Number of intersected edges : 7119 Refined mesh in = 0.19 s After refinement surface refinement iteration 0 : cells:113465 faces:352937 points:126429 Cells per refinement level: 0 94880 1 8068 2 6653 3 3864 Balanced mesh in = 0.48 s After balancing surface refinement iteration 0 : cells:113465 faces:352937 points:126429 Cells per refinement level: 0 94880 1 8068 2 6653 3 3864 Surface refinement iteration 1 ------------------------------ Marked for refinement due to surface intersection : 7613 cells. Marked for refinement due to curvature/regions : 568 cells. Determined cells to refine in = 0.03 s Selected for refinement : 8481 cells (out of 113465) Edge intersection testing: Number of edges : 546170 Number of edges to retest : 251746 Number of intersected edges : 25370 Refined mesh in = 0.49 s After refinement surface refinement iteration 1 : cells:172832 faces:546170 points:201212 Cells per refinement level: 0 94688 1 5270 2 37938 3 30392 4 4544 Balanced mesh in = 0.89 s After balancing surface refinement iteration 1 : cells:172832 faces:546170 points:201212 Cells per refinement level: 0 94688 1 5270 2 37938 3 30392 4 4544 Surface refinement iteration 2 ------------------------------ Marked for refinement due to surface intersection : 18752 cells. Marked for refinement due to curvature/regions : 1282 cells. Determined cells to refine in = 0.06 s Selected for refinement : 20868 cells (out of 172832) Edge intersection testing: Number of edges : 1014740 Number of edges to retest : 629152 Number of intersected edges : 65586 Refined mesh in = 0.78 s After refinement surface refinement iteration 2 : cells:318908 faces:1014740 points:377601 Cells per refinement level: 0 94618 1 5002 2 25874 3 178614 4 14800 Balanced mesh in = 1.77 s After balancing surface refinement iteration 2 : cells:318908 faces:1014740 points:377601 Cells per refinement level: 0 94618 1 5002 2 25874 3 178614 4 14800 Surface refinement iteration 3 ------------------------------ Marked for refinement due to surface intersection : 619 cells. Marked for refinement due to curvature/regions : 12924 cells. Determined cells to refine in = 0.12 s Selected for refinement : 13852 cells (out of 318908) Edge intersection testing: Number of edges : 1333667 Number of edges to retest : 445984 Number of intersected edges : 108244 Refined mesh in = 0.81 s After refinement surface refinement iteration 3 : cells:415872 faces:1333667 points:503979 Cells per refinement level: 0 94606 1 5005 2 25795 3 172274 4 118192 Balanced mesh in = 2.15 s After balancing surface refinement iteration 3 : cells:415872 faces:1333667 points:503979 Cells per refinement level: 0 94606 1 5005 2 25795 3 172274 4 118192 Surface refinement iteration 4 ------------------------------ Marked for refinement due to surface intersection : 6 cells. Marked for refinement due to curvature/regions : 426 cells. Determined cells to refine in = 0.18 s Selected for refinement : 554 cells (out of 415872) Edge intersection testing: Number of edges : 1347059 Number of edges to retest : 38735 Number of intersected edges : 108534 Refined mesh in = 0.71 s After refinement surface refinement iteration 4 : cells:419750 faces:1347059 points:509772 Cells per refinement level: 0 94604 1 4995 2 25903 3 172648 4 121600 Balanced mesh in = 1.91 s After balancing surface refinement iteration 4 : cells:419750 faces:1347059 points:509772 Cells per refinement level: 0 94604 1 4995 2 25903 3 172648 4 121600 Surface refinement iteration 5 ------------------------------ Marked for refinement due to surface intersection : 0 cells. Marked for refinement due to curvature/regions : 18 cells. Determined cells to refine in = 0.17 s Selected for refinement : 26 cells (out of 419750) 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 14 regions. Keeping all cells in region 0 containing point (3.9 1.9 2.9) Selected for keeping : 331214 cells. Edge intersection testing: Number of edges : 1116436 Number of edges to retest : 108955 Number of intersected edges : 108534 Shell refinement iteration 0 ---------------------------- Marked for refinement due to distance to explicit features : 0 cells. Marked for refinement due to refinement shells : 0 cells. Determined cells to refine in = 0.78 s Selected for internal refinement : 13308 cells (out of 331214) Edge intersection testing: Number of edges : 1403686 Number of edges to retest : 607915 Number of intersected edges : 110844 Refined mesh in = 0.87 s After refinement shell refinement iteration 0 : cells:424370 faces:1403686 points:552910 Cells per refinement level: 0 94568 1 3398 2 15682 3 130414 4 180308 Balanced mesh in = 2.37 s After balancing shell refinement iteration 0 : cells:424370 faces:1403686 points:552924 Cells per refinement level: 0 94568 1 3398 2 15682 3 130414 4 180308 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.16 s Selected for internal refinement : 0 cells (out of 424370) Stopping refining since too few cells selected. Dangling coarse cells refinement iteration 0 -------------------------------------------- Determined cells to refine in = 0.01 s Selected for refinement : 2 cells (out of 424370) Edge intersection testing: Number of edges : 1403716 Number of edges to retest : 278 Number of intersected edges : 110844 Refined mesh in = 0.63 s After refinement coarse cell refinement iteration 0 : cells:424384 faces:1403716 points:552928 Cells per refinement level: 0 94568 1 3396 2 15698 3 130414 4 180308 Balanced mesh in = 1.2 s After balancing coarse cell refinement iteration 0 : cells:424384 faces:1403716 points:552928 Cells per refinement level: 0 94568 1 3396 2 15698 3 130414 4 180308 Dangling coarse cells refinement iteration 1 -------------------------------------------- Determined cells to refine in = 0.08 s Selected for refinement : 0 cells (out of 424384) Stopping refining since too few cells selected. Dangling coarse cells refinement iteration 0 -------------------------------------------- Determined cells to refine in = 0.01 s Selected for refinement : 0 cells (out of 424384) Stopping refining since too few cells selected. Splitting mesh at surface intersections --------------------------------------- Introducing baffles for 110844 faces that are intersected by the surface. Edge intersection testing: Number of edges : 1514486 Number of edges to retest : 834898 Number of intersected edges : 220696 Created baffles in = 0.68 s After introducing baffles : cells:424384 faces:1514486 points:553152 Cells per refinement level: 0 94568 1 3396 2 15698 3 130414 4 180308 Introducing baffles to block off problem cells ---------------------------------------------- markFacesOnProblemCells : marked 203163 additional internal faces to be converted into baffles. Analyzed problem cells in = 0.41 s Introducing baffles to delete problem cells. Edge intersection testing: Number of edges : 1717649 Number of edges to retest : 647208 Number of intersected edges : 220706 Created baffles in = 0.7 s After introducing baffles : cells:424384 faces:1717649 points:555416 Cells per refinement level: 0 94568 1 3396 2 15698 3 130414 4 180308 Remove unreachable sections of mesh ----------------------------------- Keeping all cells in region 0 containing point (3.9 1.9 2.9) Selected for keeping : 235667 cells. Edge intersection testing: Number of edges : 788960 Number of edges to retest : 0 Number of intersected edges : 64357 Split mesh in = 0.59 s After subsetting : cells:235667 faces:788960 points:319791 Cells per refinement level: 0 94568 1 3396 2 15548 3 88415 4 33740 Handling cells with snap problems --------------------------------- Introducing baffles for 64357 faces that are intersected by the surface. Edge intersection testing: Number of edges : 788960 Number of edges to retest : 244684 Number of intersected edges : 64357 Created baffles in = 0.35 s After introducing baffles : cells:235667 faces:788960 points:319791 Cells per refinement level: 0 94568 1 3396 2 15548 3 88415 4 33740 Introducing baffles to block off problem cells ---------------------------------------------- markFacesOnProblemCells : marked 0 additional internal faces to be converted into baffles. Analyzed problem cells in = 0.22 s Introducing baffles to delete problem cells. Edge intersection testing: Number of edges : 788960 Number of edges to retest : 0 Number of intersected edges : 64357 Created baffles in = 0.25 s After introducing baffles : cells:235667 faces:788960 points:319791 Cells per refinement level: 0 94568 1 3396 2 15548 3 88415 4 33740 Remove unreachable sections of mesh ----------------------------------- Keeping all cells in region 0 containing point (3.9 1.9 2.9) Selected for keeping : 235667 cells. Edge intersection testing: Number of edges : 788960 Number of edges to retest : 0 Number of intersected edges : 64357 Split mesh in = 0.36 s After subsetting : cells:235667 faces:788960 points:319791 Cells per refinement level: 0 94568 1 3396 2 15548 3 88415 4 33740 Merge free-standing baffles --------------------------- freeStandingBaffles : detected 2 free-standing baffles out of 2 freeStandingBaffles : detected 2 planar (within 30 degrees) free-standing baffles out of 2 Detected free-standing baffles : 2 Edge intersection testing: Number of edges : 788958 Number of edges to retest : 2 Number of intersected edges : 64355 Introducing baffles to block off problem cells ---------------------------------------------- markFacesOnProblemCells : marked 0 additional internal faces to be converted into baffles. Analyzed problem cells in = 0.62 s Introducing baffles to delete problem cells. Edge intersection testing: Number of edges : 788958 Number of edges to retest : 0 Number of intersected edges : 64355 Created baffles in = 0.25 s After introducing baffles : cells:235667 faces:788958 points:319791 Cells per refinement level: 0 94568 1 3396 2 15548 3 88415 4 33740 Merged free-standing baffles in = 0.05 s dupNonManifoldPoints : Found : 2 non-manifold points (out of 336124) Edge intersection testing: Number of edges : 788958 Number of edges to retest : 0 Number of intersected edges : 64355 Detected unsplittable baffles : 0 Merge refined boundary faces ---------------------------- Merging 506 sets of faces. Edge intersection testing: Number of edges : 788424 Number of edges to retest : 4577 Number of intersected edges : 63821 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 366 straight edge points ... Edge intersection testing: Number of edges : 788424 Number of edges to retest : 3203 Number of intersected edges : 63821 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:235667 faces:788424 points:319415 Cells per refinement level: 0 94568 1 3396 2 15548 3 88415 4 33740 Writing mesh to time 1 Wrote mesh in = 2.87 s. Mesh refined in = 25.8 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.44 s Smoothing patch points ... Smoothing iteration 0 Found 4 non-mainfold point(s). Scaling iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Successfully moved mesh Smoothing iteration 1 Found 0 non-mainfold point(s). Scaling iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Successfully moved mesh Smoothing iteration 2 Found 0 non-mainfold point(s). Scaling iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 = 1.18 s Morph iteration 0 ----------------- Calculating patchDisplacement as distance to nearest surface point ... Wanted displacement : average:0.001643566 min:1.017521e-07 max:0.006638005 Calculated surface displacement in = 0.03 s Detecting near surfaces ... Overriding nearest with intersection of close gaps at 76 out of 69018 points. --> FOAM Warning : Displacement (-0.0005840195 0 0.001460063) at mesh point 7178 coord (-1.299722 -0.2982093 0.2984052) points through the surrounding patch faces Smoothing displacement ... Iteration 0 Iteration 10 Iteration 20 Displacement smoothed in = 0.52 s Moving mesh ... Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 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 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 Successfully moved mesh Moved mesh in = 0.55 s Repatching faces according to nearest surface ... Repatched 0 faces in = 0.05 s Edge intersection testing: Number of edges : 788424 Number of edges to retest : 387693 Number of intersected edges : 63515 Merging 5654 sets of faces. Edge intersection testing: Number of edges : 781984 Number of edges to retest : 23527 Number of intersected edges : 57075 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.8660254. Removing 4730 straight edge points ... Edge intersection testing: Number of edges : 781984 Number of edges to retest : 22143 Number of intersected edges : 57075 Undo iteration 0 ---------------- Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Snapped mesh : cells:235667 faces:781984 points:313992 Cells per refinement level: 0 94568 1 3396 2 15548 3 88415 4 33740 Writing mesh to time 2 Wrote mesh in = 1.91 s. Mesh snapped in = 4.68 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 124 sets of faces. Edge intersection testing: Number of edges : 781786 Number of edges to retest : 990 Number of intersected edges : 56897 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.8660254. Removing 110 straight edge points ... Edge intersection testing: Number of edges : 781786 Number of edges to retest : 1046 Number of intersected edges : 56897 Undo iteration 0 ---------------- Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Checking mesh manifoldness ... Outside of mesh is multiply connected across edges or points. This is not a fatal error but might cause some unexpected behaviour. Checking initial mesh ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 0 illegal faces (concave, zero area or negative cell pyramid volume) Adding in total 0 inter-processor patches to handle extrusion of non-manifold processor boundaries. Handling points with inconsistent layer specification ... Handling non-manifold points ... Checking patch manifoldness ... Outside of local patch is multiply connected across edges or points at 0 points. Set displacement to zero for all 0 non-manifold points Handling feature edges ... Set displacement to zero for points on 2146 feature edges Handling cells with warped patch faces ... Set displacement to zero on 0 warped faces since layer would be > 0.5 of the size of the bounding box. Growing non-extrusion points by one layer ... Set displacement to zero for an additional 4994 points. patch faces layers avg thickness[m] near-wall overall ----- ----- ------ --------- ------- car 57675 3 0.00498 0.0138 Selecting externalDisplacementMeshMover displacementMedialAxis displacementMedialAxis : Calculating distance to Medial Axis ... displacementMedialAxis : Smoothing normals ... Iteration 0 residual 0.03455792 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.05392145 Layer addition iteration 0 -------------------------- Determining displacement for added points according to pointNormal ... Detected 24 points with point normal pointing through faces. Reset displacement at 24 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 4309 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 1629 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.000274018 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 3331 faces with face pyramid volume < 1e-13 : 150 faces with face-decomposition tet quality < 1e-30 : 574 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 16 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 : 670 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 56 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces 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 : 37 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 48 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 20 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 48 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 14 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 6 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 5 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 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 4 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 4 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 : 6 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 : 4 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 2 faces on cells with determinant < 0.001 : 16 Detected 96 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 51451 out of 57675 faces (89.2085%). Removed extrusion at 58 faces. Added 139726 out of 173025 cells (80.7548%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 5692 points. Layer addition iteration 1 -------------------------- Determining displacement for added points according to pointNormal ... Detected 24 points with point normal pointing through faces. Reset displacement at 24 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 3560 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 685 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.000258411 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 2436 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 249 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces 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 : 372 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 : 6 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 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 6 faces due to stringed edges with inconsistent extrusion. truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 2 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 40 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 42 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 45165 out of 57675 faces (78.30949%). Removed extrusion at 38 faces. Added 124182 out of 173025 cells (71.77113%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 4242 points. Layer addition iteration 2 -------------------------- Determining displacement for added points according to pointNormal ... Detected 22 points with point normal pointing through faces. Reset displacement at 22 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 3081 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 873 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0002599224 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1908 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 195 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces 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 : 224 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 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 2 faces due to stringed edges with inconsistent extrusion. truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 4 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 38 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces 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 42 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 40278 out of 57675 faces (69.83615%). Removed extrusion at 42 faces. Added 110708 out of 173025 cells (63.98382%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 3617 points. Layer addition iteration 3 -------------------------- Determining displacement for added points according to pointNormal ... Detected 22 points with point normal pointing through faces. Reset displacement at 22 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 2733 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 267 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0002558768 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1584 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 160 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 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 : 187 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 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 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 Detected 10 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 36529 out of 57675 faces (63.33593%). Removed extrusion at 10 faces. Added 99779 out of 173025 cells (57.66739%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 3476 points. Layer addition iteration 4 -------------------------- Determining displacement for added points according to pointNormal ... Detected 16 points with point normal pointing through faces. Reset displacement at 16 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 2455 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 332 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0002389097 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1277 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 115 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 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 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 141 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 8 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 6 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 : 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 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 2 faces due to stringed edges with inconsistent extrusion. truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 15 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 15 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 32719 out of 57675 faces (56.72995%). Removed extrusion at 13 faces. Added 89315 out of 173025 cells (51.61971%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 3104 points. Layer addition iteration 5 -------------------------- Determining displacement for added points according to pointNormal ... Detected 8 points with point normal pointing through faces. Reset displacement at 8 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 2178 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 484 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.000236102 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 906 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 76 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces 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 : 72 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 : 6 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 2 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 12 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 4 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 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 : 16 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 : 4 Detected 36 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 29319 out of 57675 faces (50.83485%). Removed extrusion at 17 faces. Added 79021 out of 173025 cells (45.67028%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 3110 points. Layer addition iteration 6 -------------------------- Determining displacement for added points according to pointNormal ... Detected 8 points with point normal pointing through faces. Reset displacement at 8 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 1958 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 201 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0002218176 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 612 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 49 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 45 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 2 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 4 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 6 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 26046 out of 57675 faces (45.15995%). Removed extrusion at 6 faces. Added 69900 out of 173025 cells (40.39879%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 2856 points. Layer addition iteration 7 -------------------------- Determining displacement for added points according to pointNormal ... Detected 6 points with point normal pointing through faces. Reset displacement at 6 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 1750 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 385 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0002120587 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 167 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 1 Moving mesh using displacement scaling : min:0.75 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 : 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 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 2 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 22917 out of 57675 faces (39.73472%). Removed extrusion at 2 faces. Added 60867 out of 173025 cells (35.17815%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 2726 points. Layer addition iteration 8 -------------------------- Determining displacement for added points according to pointNormal ... Detected 2 points with point normal pointing through faces. Reset displacement at 2 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 1647 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 227 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001925947 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 28 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 : 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 Detected 10 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 19980 out of 57675 faces (34.64239%). Removed extrusion at 9 faces. Added 52872 out of 173025 cells (30.55743%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 2462 points. Layer addition iteration 9 -------------------------- Determining displacement for added points according to pointNormal ... Detected 2 points with point normal pointing through faces. Reset displacement at 2 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 1461 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 68 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001768625 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 2 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 7 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 17401 out of 57675 faces (30.17078%). Removed extrusion at 7 faces. Added 46015 out of 173025 cells (26.59442%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 2141 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 1365 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 104 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001599143 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 : 4 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 2 faces due to stringed edges with inconsistent extrusion. truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 Detected 9 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 15147 out of 57675 faces (26.26268%). Removed extrusion at 7 faces. Added 39918 out of 173025 cells (23.07065%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1904 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 1191 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 34 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001487486 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 19 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 : 4 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 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 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 : 4 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 4 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 13208 out of 57675 faces (22.90074%). Removed extrusion at 4 faces. Added 34463 out of 173025 cells (19.91793%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1787 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 1130 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 51 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001346145 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 : 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 : 2 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 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 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 : 4 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 4 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 11381 out of 57675 faces (19.73299%). Removed extrusion at 4 faces. Added 29359 out of 173025 cells (16.96807%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1645 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 975 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 65 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001237003 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 9 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 : 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 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 6 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 : 2 displacementMedialAxis : Iteration 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 9 faces with face pyramid volume < 1e-13 : 1 faces with face-decomposition tet quality < 1e-30 : 4 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 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 : 1 faces with face-decomposition tet quality < 1e-30 : 11 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 21 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 9659 out of 57675 faces (16.74729%). Removed extrusion at 7 faces. Added 24555 out of 173025 cells (14.19159%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1523 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 924 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 71 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001093136 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 with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 13 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 8043 out of 57675 faces (13.94538%). Removed extrusion at 13 faces. Added 20118 out of 173025 cells (11.62722%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1401 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 761 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 57 displacementMedialAxis : Smoothing field ... Iteration 0 residual 9.93444e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 2 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 5 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 8 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 8 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 6560 out of 57675 faces (11.37408%). Removed extrusion at 8 faces. Added 16043 out of 173025 cells (9.272071%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1248 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 715 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 60 displacementMedialAxis : Smoothing field ... Iteration 0 residual 8.287308e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 8 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 8 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 5189 out of 57675 faces (8.996966%). Removed extrusion at 8 faces. Added 12485 out of 173025 cells (7.21572%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1090 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 544 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 6.694358e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 0 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 3940 out of 57675 faces (6.831383%). Removed extrusion at 0 faces. Added 9448 out of 173025 cells (5.460483%). Edge intersection testing: Number of edges : 810537 Number of edges to retest : 0 Number of intersected edges : 66345 Doing final balancing --------------------- patch faces layers overall thickness [m] [%] ----- ----- ------ --- --- car 57675 0.164 0.000687 3.78 Layer mesh : cells:245115 faces:810537 points:323687 Cells per refinement level: 0 94568 1 3396 2 15548 3 97487 4 34116 Writing mesh to time 3 Wrote mesh in = 39.85 s. Layers added in = 39.85 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 = 71.32 s. End Finalising parallel run Run: (cd run; reconstructParMesh -latestTime) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : reconstructParMesh -latestTime Date : Apr 30 2018 Time : 16:21:59 Host : "bds1.beamnet" PID : 2418 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.000458 -5.170181e-17) (4 2.000458 3) Relative tolerance : 1e-07 Absolute matching distance : 9.434369e-07 Constructing empty mesh to add to. Reading mesh to add from "run/processor0" for time = 3 Adding to master mesh Reading mesh to add from "run/processor1" for time = 3 Adding to master mesh Reading mesh to add from "run/processor2" for time = 3 Adding to master mesh Reading mesh to add from "run/processor3" for time = 3 Adding to master mesh Reading mesh to add from "run/processor4" for time = 3 Adding to master mesh Reading mesh to add from "run/processor5" for time = 3 Adding to master mesh Reading mesh to add from "run/processor6" for time = 3 Adding to master mesh Reading mesh to add from "run/processor7" for time = 3 Adding to master mesh mergeSharedPoints : detected 0 points that are to be merged. Writing merged mesh to "/data/vwt/process/run/3" Reconstructing the addressing from the processor meshes to the newly reconstructed mesh Reading processor 0 mesh from "run/processor0" Writing pointProcAddressing to "run/processor0/3/polyMesh" Writing faceProcAddressing to "run/processor0/3/polyMesh" Writing cellProcAddressing to "run/processor0/3/polyMesh" Writing boundaryProcAddressing to "run/processor0/3/polyMesh" Reading processor 1 mesh from "run/processor1" Writing pointProcAddressing to "run/processor1/3/polyMesh" Writing faceProcAddressing to "run/processor1/3/polyMesh" Writing cellProcAddressing to "run/processor1/3/polyMesh" Writing boundaryProcAddressing to "run/processor1/3/polyMesh" Reading processor 2 mesh from "run/processor2" Writing pointProcAddressing to "run/processor2/3/polyMesh" Writing faceProcAddressing to "run/processor2/3/polyMesh" Writing cellProcAddressing to "run/processor2/3/polyMesh" Writing boundaryProcAddressing to "run/processor2/3/polyMesh" Reading processor 3 mesh from "run/processor3" Writing pointProcAddressing to "run/processor3/3/polyMesh" Writing faceProcAddressing to "run/processor3/3/polyMesh" Writing cellProcAddressing to "run/processor3/3/polyMesh" Writing boundaryProcAddressing to "run/processor3/3/polyMesh" Reading processor 4 mesh from "run/processor4" Writing pointProcAddressing to "run/processor4/3/polyMesh" Writing faceProcAddressing to "run/processor4/3/polyMesh" Writing cellProcAddressing to "run/processor4/3/polyMesh" Writing boundaryProcAddressing to "run/processor4/3/polyMesh" Reading processor 5 mesh from "run/processor5" Writing pointProcAddressing to "run/processor5/3/polyMesh" Writing faceProcAddressing to "run/processor5/3/polyMesh" Writing cellProcAddressing to "run/processor5/3/polyMesh" Writing boundaryProcAddressing to "run/processor5/3/polyMesh" Reading processor 6 mesh from "run/processor6" Writing pointProcAddressing to "run/processor6/3/polyMesh" Writing faceProcAddressing to "run/processor6/3/polyMesh" Writing cellProcAddressing to "run/processor6/3/polyMesh" Writing boundaryProcAddressing to "run/processor6/3/polyMesh" Reading processor 7 mesh from "run/processor7" Writing pointProcAddressing to "run/processor7/3/polyMesh" Writing faceProcAddressing to "run/processor7/3/polyMesh" Writing cellProcAddressing to "run/processor7/3/polyMesh" Writing boundaryProcAddressing to "run/processor7/3/polyMesh" End. Run: cp -a run/3/polyMesh run/constant Run: rm -fr run/0/polyMesh run/[1-9]* Run: (cd run; checkMesh -allTopology -allGeometry) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : checkMesh -allTopology -allGeometry Date : Apr 30 2018 Time : 16:22:03 Host : "bds1.beamnet" PID : 2423 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: 323687 faces: 810537 internal faces: 736172 cells: 245115 faces per cell: 6.310136 boundary patches: 4 point zones: 0 face zones: 0 cell zones: 1 Overall number of cells of each type: hexahedra: 208749 prisms: 3626 wedges: 0 pyramids: 0 tet wedges: 62 tetrahedra: 0 polyhedra: 32678 Breakdown of polyhedra by number of faces: faces number of cells 4 692 5 1134 6 7993 7 802 8 264 9 17082 10 52 11 158 12 3954 13 2 14 50 15 455 18 40 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 14290 14580 ok (non-closed singly connected) (-4 -2.000458 -5.170181e-17) (4 2.000458 3) car 57675 60989 ok (closed singly connected) (-1.4 -0.3 0.02) (1.4 0.3 0.7149869) Checking geometry... Overall domain bounding box (-4 -2.000458 -5.170181e-17) (4 2.000458 3) Mesh (non-empty, non-wedge) directions (1 1 1) Mesh (non-empty) directions (1 1 1) Boundary openness (3.661768e-17 1.354031e-16 8.524019e-15) OK. Max cell openness = 3.936929e-16 OK. Max aspect ratio = 8.440644 OK. Minimum face area = 6.562256e-06. Maximum face area = 0.01063421. Face area magnitudes OK. Min volume = 2.0256e-08. Max volume = 0.001041446. Total volume = 95.41473. Cell volumes OK. Mesh non-orthogonality Max: 54.23572 average: 10.49438 Non-orthogonality check OK. Face pyramids OK. Max skewness = 1.163973 OK. Coupled point location match (average 0) OK. Face tets OK. Min/max edge length = 0.001055052 0.1124404 OK. *There are 2197 faces with concave angles between consecutive edges. Max concave angle = 66.23399 degrees. < run/system/controlDict Run: sed -e 's/flowVelocity.*;/flowVelocity (12.7777777778 0 0);/' sim_2.3.0_1/initialConditions > run/initial/initialConditions Run: (cd run; potentialFoam) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : potentialFoam Date : Apr 30 2018 Time : 16:22:12 Host : "bds1.beamnet" PID : 2431 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.09489169, No Iterations 4 GAMG: Solving for p, Initial residual = 0.00469964, Final residual = 0.0003012247, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004524618, Final residual = 3.48549e-05, No Iterations 4 GAMG: Solving for p, Initial residual = 8.24251e-05, Final residual = 5.966408e-06, No Iterations 4 GAMG: Solving for p, Initial residual = 1.395734e-05, Final residual = 1.046292e-06, No Iterations 4 GAMG: Solving for p, Initial residual = 2.413654e-06, Final residual = 6.930493e-07, No Iterations 1 GAMG: Solving for p, Initial residual = 7.944531e-07, Final residual = 7.944531e-07, No Iterations 0 GAMG: Solving for p, Initial residual = 7.944531e-07, Final residual = 7.944531e-07, No Iterations 0 GAMG: Solving for p, Initial residual = 7.944531e-07, Final residual = 7.944531e-07, No Iterations 0 GAMG: Solving for p, Initial residual = 7.944531e-07, Final residual = 7.944531e-07, No Iterations 0 GAMG: Solving for p, Initial residual = 7.944531e-07, Final residual = 7.944531e-07, No Iterations 0 continuity error = 0.0002083725 Interpolated U error = 1.368442e-05 ExecutionTime = 2.89 s ClockTime = 3 s End Run: sed -e 's/Aref.*;/Aref 0.32079;/' sim_2.3.0_1/controlDict > run/system/controlDict Run: rm -fr run/processor* Run: (cd run; decomposePar) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : decomposePar Date : Apr 30 2018 Time : 16:22:15 Host : "bds1.beamnet" PID : 2437 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.37 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 = 30639 Number of faces shared with processor 1 = 512 Number of faces shared with processor 2 = 1082 Number of faces shared with processor 4 = 1712 Number of faces shared with processor 6 = 7 Number of processor patches = 4 Number of processor faces = 3313 Number of boundary faces = 11789 Processor 1 Number of cells = 30639 Number of faces shared with processor 0 = 512 Number of faces shared with processor 3 = 1014 Number of faces shared with processor 4 = 95 Number of faces shared with processor 5 = 2734 Number of processor patches = 4 Number of processor faces = 4355 Number of boundary faces = 12412 Processor 2 Number of cells = 30639 Number of faces shared with processor 0 = 1082 Number of faces shared with processor 3 = 542 Number of faces shared with processor 6 = 1615 Number of processor patches = 3 Number of processor faces = 3239 Number of boundary faces = 11757 Processor 3 Number of cells = 30639 Number of faces shared with processor 1 = 1014 Number of faces shared with processor 2 = 542 Number of faces shared with processor 5 = 3 Number of faces shared with processor 6 = 116 Number of faces shared with processor 7 = 3029 Number of processor patches = 5 Number of processor faces = 4704 Number of boundary faces = 12529 Processor 4 Number of cells = 30639 Number of faces shared with processor 0 = 1712 Number of faces shared with processor 1 = 95 Number of faces shared with processor 5 = 685 Number of faces shared with processor 6 = 1527 Number of processor patches = 4 Number of processor faces = 4019 Number of boundary faces = 6033 Processor 5 Number of cells = 30640 Number of faces shared with processor 1 = 2734 Number of faces shared with processor 3 = 3 Number of faces shared with processor 4 = 685 Number of faces shared with processor 7 = 1365 Number of processor patches = 4 Number of processor faces = 4787 Number of boundary faces = 6911 Processor 6 Number of cells = 30640 Number of faces shared with processor 0 = 7 Number of faces shared with processor 2 = 1615 Number of faces shared with processor 3 = 116 Number of faces shared with processor 4 = 1527 Number of faces shared with processor 7 = 686 Number of processor patches = 5 Number of processor faces = 3951 Number of boundary faces = 6061 Processor 7 Number of cells = 30640 Number of faces shared with processor 3 = 3029 Number of faces shared with processor 5 = 1365 Number of faces shared with processor 6 = 686 Number of processor patches = 3 Number of processor faces = 5080 Number of boundary faces = 6873 Number of processor faces = 16724 Max number of cells = 30640 (0.002039859% above average 30639.38) Max number of processor patches = 5 (25% above average 4) Max number of faces between processors = 5080 (21.50203% above average 4181) Time = 0 Processor 0: field transfer Processor 1: field transfer Processor 2: field transfer Processor 3: field transfer Processor 4: field transfer Processor 5: field transfer Processor 6: field transfer Processor 7: field transfer End. Run: (cd run; mpirun --hostfile hosts -np 8 simpleFoam -parallel) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : simpleFoam -parallel Date : Apr 30 2018 Time : 16:22:19 Host : "bds1.beamnet" PID : 2441 Case : /data/vwt/process/run nProcs : 8 Slaves : 7 ( "bds1.beamnet.2442" "bds1.beamnet.2443" "bds1.beamnet.2444" "bds1.beamnet.2445" "bds1.beamnet.2446" "bds1.beamnet.2447" "bds1.beamnet.2448" ) 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.01422267, Final residual = 0.0006093036, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.06383641, Final residual = 0.002366292, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.02492349, Final residual = 0.001100157, No Iterations 2 GAMG: Solving for p, Initial residual = 1, Final residual = 0.05961304, No Iterations 3 GAMG: Solving for p, Initial residual = 0.06531016, Final residual = 0.004298017, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009036457, Final residual = 0.0005880017, No Iterations 3 GAMG: Solving for p, Initial residual = 0.002254618, Final residual = 0.0002172941, No Iterations 2 time step continuity errors : sum local = 6.636292e-05, global = -1.556277e-06, cumulative = -1.556277e-06 smoothSolver: Solving for omega, Initial residual = 0.002535723, Final residual = 0.000138328, No Iterations 2 smoothSolver: Solving for k, Initial residual = 1, Final residual = 0.02544455, No Iterations 2 ExecutionTime = 1.23 s ClockTime = 1 s forces forces output: sum of forces: pressure : (11.40836 0.01331188 -5.182658) viscous : (1.534122 -4.305929e-06 0.03313758) porous : (0 0 0) sum of moments: pressure : (-0.005390928 1.090925 -0.02425489) viscous : (-1.361822e-06 0.4469003 2.388158e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4080883 Cl = 0.0004196001 Cl(f) = 0.0002098 Cl(r) = 0.0002098 Time = 2 smoothSolver: Solving for Ux, Initial residual = 0.004729797, Final residual = 0.0002266347, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.02147082, Final residual = 0.0008945356, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.009323038, Final residual = 0.0004350355, No Iterations 2 GAMG: Solving for p, Initial residual = 0.2570601, Final residual = 0.01724058, No Iterations 3 GAMG: Solving for p, Initial residual = 0.04422113, Final residual = 0.002860081, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006086243, Final residual = 0.000390787, No Iterations 3 GAMG: Solving for p, Initial residual = 0.001503795, Final residual = 0.0001423806, No Iterations 2 time step continuity errors : sum local = 5.526181e-05, global = -1.800344e-08, cumulative = -1.57428e-06 smoothSolver: Solving for omega, Initial residual = 0.001476877, Final residual = 8.56604e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.122398, Final residual = 0.002480795, No Iterations 2 ExecutionTime = 1.99 s ClockTime = 2 s forces forces output: sum of forces: pressure : (20.95854 0.0117538 -9.774745) viscous : (1.564095 -6.206033e-06 0.0355707) porous : (0 0 0) sum of moments: pressure : (-0.005152211 0.3630559 -0.02492086) viscous : (-3.076424e-06 0.454893 4.006611e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.7101593 Cl = 0.0003704124 Cl(f) = 0.0001852062 Cl(r) = 0.0001852062 Time = 3 smoothSolver: Solving for Ux, Initial residual = 0.005673712, Final residual = 0.0002159973, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.02596323, Final residual = 0.0008883362, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.01008927, Final residual = 0.0003999828, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1198191, Final residual = 0.007216667, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02011227, Final residual = 0.001650922, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003684874, Final residual = 0.0001825771, No Iterations 3 GAMG: Solving for p, Initial residual = 0.00077738, Final residual = 6.668409e-05, No Iterations 2 time step continuity errors : sum local = 2.000768e-05, global = 1.514634e-06, cumulative = -5.964644e-08 smoothSolver: Solving for omega, Initial residual = 0.001152613, Final residual = 7.066014e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.06016365, Final residual = 0.001261082, No Iterations 2 ExecutionTime = 2.72 s ClockTime = 3 s forces forces output: sum of forces: pressure : (18.9894 -0.0009096813 -11.15742) viscous : (1.588527 -6.496799e-06 0.03811747) porous : (0 0 0) sum of moments: pressure : (-0.0004645287 -1.396718 -0.0008676515) viscous : (-4.338204e-06 0.4620988 5.075106e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.6488409 Cl = -2.888794e-05 Cl(f) = -1.444397e-05 Cl(r) = -1.444397e-05 Time = 4 smoothSolver: Solving for Ux, Initial residual = 0.006054418, Final residual = 0.0002367542, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.02773039, Final residual = 0.0009727929, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.01069798, Final residual = 0.0004469464, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1241877, Final residual = 0.006141713, No Iterations 3 GAMG: Solving for p, Initial residual = 0.04080017, Final residual = 0.003013175, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006231441, Final residual = 0.0004889047, No Iterations 3 GAMG: Solving for p, Initial residual = 0.001519961, Final residual = 0.0001017238, No Iterations 3 time step continuity errors : sum local = 2.002476e-05, global = 2.340195e-08, cumulative = -3.624449e-08 smoothSolver: Solving for omega, Initial residual = 0.0009625171, Final residual = 6.070375e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.03884711, Final residual = 0.0008426282, No Iterations 2 ExecutionTime = 3.45 s ClockTime = 4 s forces forces output: sum of forces: pressure : (9.037606 -0.008377291 -10.12873) viscous : (1.610295 -6.269161e-06 0.04029257) porous : (0 0 0) sum of moments: pressure : (0.003427491 -2.57367 0.01890257) viscous : (-3.661448e-06 0.4695245 5.42154e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3357381 Cl = -0.0002643414 Cl(f) = -0.0001321707 Cl(r) = -0.0001321707 Time = 5 smoothSolver: Solving for Ux, Initial residual = 0.002961576, Final residual = 0.0001294478, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.01337781, Final residual = 0.0005375479, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005854774, Final residual = 0.0002797962, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1288516, Final residual = 0.00678186, No Iterations 3 GAMG: Solving for p, Initial residual = 0.05303338, Final residual = 0.003814239, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008388328, Final residual = 0.0005706487, No Iterations 3 GAMG: Solving for p, Initial residual = 0.00204218, Final residual = 0.0002027072, No Iterations 2 time step continuity errors : sum local = 3.108401e-05, global = 1.559092e-06, cumulative = 1.522847e-06 smoothSolver: Solving for omega, Initial residual = 0.0008275463, Final residual = 5.293582e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.02780265, Final residual = 0.0006188797, No Iterations 2 ExecutionTime = 4.18 s ClockTime = 4 s forces forces output: sum of forces: pressure : (1.225879 -0.005687361 -8.157738) viscous : (1.632558 4.103984e-06 0.04185532) porous : (0 0 0) sum of moments: pressure : (0.004036292 -2.691998 0.01750972) viscous : (2.855204e-06 0.4766626 6.109264e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.09012914 Cl = -0.0001791983 Cl(f) = -8.959915e-05 Cl(r) = -8.959915e-05 Time = 6 smoothSolver: Solving for Ux, Initial residual = 0.002771566, Final residual = 0.0001184724, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.01209056, Final residual = 0.0005072557, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005533505, Final residual = 0.00027995, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1232147, Final residual = 0.0088503, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03131998, Final residual = 0.002788121, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006553304, Final residual = 0.00065533, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001622438, Final residual = 0.0001030169, No Iterations 3 time step continuity errors : sum local = 1.748663e-05, global = 8.232611e-07, cumulative = 2.346108e-06 smoothSolver: Solving for omega, Initial residual = 0.0007186083, Final residual = 4.628943e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.02117831, Final residual = 0.0004796847, No Iterations 2 ExecutionTime = 4.89 s ClockTime = 5 s forces forces output: sum of forces: pressure : (1.066212 -0.001350559 -6.288109) viscous : (1.656071 8.713891e-06 0.04109012) porous : (0 0 0) sum of moments: pressure : (0.003346991 -2.48105 0.003087119) viscous : (3.538841e-06 0.4830971 6.868746e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.08583608 Cl = -4.230959e-05 Cl(f) = -2.11548e-05 Cl(r) = -2.11548e-05 Time = 7 smoothSolver: Solving for Ux, Initial residual = 0.003061988, Final residual = 0.0001333562, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0142901, Final residual = 0.0006069833, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.006411671, Final residual = 0.0003322953, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1344348, Final residual = 0.01004266, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02660978, Final residual = 0.001403149, No Iterations 3 GAMG: Solving for p, Initial residual = 0.004768231, Final residual = 0.0002597986, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0007002431, Final residual = 5.505909e-05, No Iterations 3 time step continuity errors : sum local = 1.18914e-05, global = -5.280822e-07, cumulative = 1.818026e-06 smoothSolver: Solving for omega, Initial residual = 0.0006372122, Final residual = 4.046267e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.01692839, Final residual = 0.0003893447, No Iterations 2 ExecutionTime = 5.62 s ClockTime = 6 s forces forces output: sum of forces: pressure : (6.623256 -0.006530588 -5.085098) viscous : (1.679111 1.239327e-05 0.04031006) porous : (0 0 0) sum of moments: pressure : (0.004479974 -2.547325 -0.01000467) viscous : (2.785072e-06 0.4890899 7.984304e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2617812 Cl = -0.0002055247 Cl(f) = -0.0001027623 Cl(r) = -0.0001027623 Time = 8 smoothSolver: Solving for Ux, Initial residual = 0.002157791, Final residual = 0.0001066182, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.01018506, Final residual = 0.0004926393, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005085726, Final residual = 0.0002915531, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1176568, Final residual = 0.009056472, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02265275, Final residual = 0.002216242, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004565434, Final residual = 0.0002886104, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0008519384, Final residual = 5.61592e-05, No Iterations 3 time step continuity errors : sum local = 1.353042e-05, global = -3.927677e-07, cumulative = 1.425258e-06 smoothSolver: Solving for omega, Initial residual = 0.0005769131, Final residual = 3.567131e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.01400849, Final residual = 0.0003287089, No Iterations 2 ExecutionTime = 6.35 s ClockTime = 6 s forces forces output: sum of forces: pressure : (11.94351 -0.01343538 -4.59937) viscous : (1.700691 1.658134e-05 0.04016152) porous : (0 0 0) sum of moments: pressure : (0.005622259 -3.018105 -0.01320034) viscous : (7.028026e-07 0.4948771 9.219486e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4302142 Cl = -0.0004231071 Cl(f) = -0.0002115535 Cl(r) = -0.0002115535 Time = 9 smoothSolver: Solving for Ux, Initial residual = 0.001797589, Final residual = 8.726919e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.009541275, Final residual = 0.0004395249, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004872238, Final residual = 0.0002695547, No Iterations 2 GAMG: Solving for p, Initial residual = 0.09108178, Final residual = 0.00497092, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01442372, Final residual = 0.001010695, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002544757, Final residual = 0.0002238241, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000504489, Final residual = 4.69117e-05, No Iterations 2 time step continuity errors : sum local = 1.084338e-05, global = 5.662979e-07, cumulative = 1.991556e-06 smoothSolver: Solving for omega, Initial residual = 0.0005302093, Final residual = 3.214179e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.01188234, Final residual = 0.0002848906, No Iterations 2 ExecutionTime = 7.05 s ClockTime = 7 s forces forces output: sum of forces: pressure : (13.39558 -0.009563764 -4.883744) viscous : (1.720837 2.42705e-05 0.04032119) porous : (0 0 0) sum of moments: pressure : (0.00250741 -3.518674 -0.008641481) viscous : (-3.262427e-06 0.500476 0.0001060226) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4766345 Cl = -0.000300789 Cl(f) = -0.0001503945 Cl(r) = -0.0001503945 Time = 10 smoothSolver: Solving for Ux, Initial residual = 0.001783469, Final residual = 8.129709e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.009834745, Final residual = 0.0004390743, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004925715, Final residual = 0.0002674235, No Iterations 2 GAMG: Solving for p, Initial residual = 0.07917387, Final residual = 0.004131482, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01260548, Final residual = 0.0005540849, No Iterations 3 GAMG: Solving for p, Initial residual = 0.002292119, Final residual = 0.0002143129, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004066114, Final residual = 3.208973e-05, No Iterations 3 time step continuity errors : sum local = 6.786084e-06, global = 4.02612e-07, cumulative = 2.394168e-06 smoothSolver: Solving for omega, Initial residual = 0.0004936739, Final residual = 2.943432e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.01024313, Final residual = 0.0002504928, No Iterations 2 ExecutionTime = 7.78 s ClockTime = 8 s forces forces output: sum of forces: pressure : (11.39076 -0.002841262 -5.281012) viscous : (1.740118 3.244222e-05 0.04041159) porous : (0 0 0) sum of moments: pressure : (0.0001706798 -3.830436 -0.002117176) viscous : (-6.688107e-06 0.5057883 0.0001182934) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4140285 Cl = -8.856465e-05 Cl(f) = -4.428233e-05 Cl(r) = -4.428233e-05 Time = 11 smoothSolver: Solving for Ux, Initial residual = 0.001465444, Final residual = 7.286413e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.007978267, Final residual = 0.0003927936, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004322848, Final residual = 0.0002539912, No Iterations 2 GAMG: Solving for p, Initial residual = 0.07620661, Final residual = 0.004755725, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01401424, Final residual = 0.0006811368, No Iterations 3 GAMG: Solving for p, Initial residual = 0.002667367, Final residual = 0.0002598156, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004945349, Final residual = 4.745823e-05, No Iterations 3 time step continuity errors : sum local = 9.559415e-06, global = 4.028479e-07, cumulative = 2.797016e-06 smoothSolver: Solving for omega, Initial residual = 0.0004616426, Final residual = 2.714525e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.008930805, Final residual = 0.0002209382, No Iterations 2 ExecutionTime = 8.52 s ClockTime = 9 s forces forces output: sum of forces: pressure : (8.662871 0.001859753 -5.043135) viscous : (1.758708 3.936368e-05 0.04032147) porous : (0 0 0) sum of moments: pressure : (3.669327e-05 -3.984493 0.00156586) viscous : (-8.830762e-06 0.5107309 0.0001292569) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3286019 Cl = 5.98809e-05 Cl(f) = 2.994045e-05 Cl(r) = 2.994045e-05 Time = 12 smoothSolver: Solving for Ux, Initial residual = 0.001265785, Final residual = 6.752905e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00683784, Final residual = 0.0003615149, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003967154, Final residual = 0.0002443282, No Iterations 2 GAMG: Solving for p, Initial residual = 0.07208733, Final residual = 0.004337312, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01294567, Final residual = 0.001029953, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002536439, Final residual = 0.0002502215, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006123934, Final residual = 4.472678e-05, No Iterations 3 time step continuity errors : sum local = 9.257039e-06, global = 1.1769e-07, cumulative = 2.914706e-06 smoothSolver: Solving for omega, Initial residual = 0.000432843, Final residual = 2.516369e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.007878773, Final residual = 0.0001967014, No Iterations 2 ExecutionTime = 9.23 s ClockTime = 10 s forces forces output: sum of forces: pressure : (7.444561 0.002051946 -4.071757) viscous : (1.776421 4.708295e-05 0.04005513) porous : (0 0 0) sum of moments: pressure : (0.001813451 -4.140123 0.0007711346) viscous : (-1.118493e-05 0.5152648 0.0001411623) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.290746 Cl = 6.61843e-05 Cl(f) = 3.309215e-05 Cl(r) = 3.309215e-05 Time = 13 smoothSolver: Solving for Ux, Initial residual = 0.00128319, Final residual = 6.919777e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.006950919, Final residual = 0.0003641009, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004115801, Final residual = 0.000252988, No Iterations 2 GAMG: Solving for p, Initial residual = 0.06585672, Final residual = 0.003981761, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01142951, Final residual = 0.0009868395, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002335319, Final residual = 0.0001507154, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0005587285, Final residual = 3.28828e-05, No Iterations 3 time step continuity errors : sum local = 7.242665e-06, global = 1.811218e-07, cumulative = 3.095828e-06 smoothSolver: Solving for omega, Initial residual = 0.0004050354, Final residual = 2.339858e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.007026957, Final residual = 0.0001771225, No Iterations 2 ExecutionTime = 9.96 s ClockTime = 10 s forces forces output: sum of forces: pressure : (8.008533 -0.0005668073 -2.785623) viscous : (1.793118 5.258035e-05 0.03951941) porous : (0 0 0) sum of moments: pressure : (0.003601186 -4.401565 -0.001969477) viscous : (-1.240111e-05 0.5194593 0.0001533727) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3090551 Cl = -1.621405e-05 Cl(f) = -8.107024e-06 Cl(r) = -8.107024e-06 Time = 14 smoothSolver: Solving for Ux, Initial residual = 0.001219752, Final residual = 6.854594e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.006925839, Final residual = 0.0003651718, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004251956, Final residual = 0.0002598965, No Iterations 2 GAMG: Solving for p, Initial residual = 0.06085176, Final residual = 0.003616819, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01048654, Final residual = 0.0009079065, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002082076, Final residual = 0.0001466287, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0004957383, Final residual = 3.157825e-05, No Iterations 3 time step continuity errors : sum local = 7.25118e-06, global = 3.462327e-07, cumulative = 3.442061e-06 smoothSolver: Solving for omega, Initial residual = 0.0003799441, Final residual = 2.178994e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.006325246, Final residual = 0.0001607414, No Iterations 2 ExecutionTime = 10.67 s ClockTime = 11 s forces forces output: sum of forces: pressure : (9.218129 -0.003205433 -1.713396) viscous : (1.808646 5.897039e-05 0.0386768) porous : (0 0 0) sum of moments: pressure : (0.003875118 -4.740314 -0.004107855) viscous : (-1.351887e-05 0.5233608 0.000165091) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3476843 Cl = -9.921084e-05 Cl(f) = -4.960542e-05 Cl(r) = -4.960542e-05 Time = 15 smoothSolver: Solving for Ux, Initial residual = 0.001149109, Final residual = 6.61848e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.007123972, Final residual = 0.0003682635, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004464351, Final residual = 0.0002637192, No Iterations 2 GAMG: Solving for p, Initial residual = 0.05578966, Final residual = 0.002916816, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009059159, Final residual = 0.0006260396, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001616529, Final residual = 0.0001009264, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0003820464, Final residual = 2.262694e-05, No Iterations 3 time step continuity errors : sum local = 5.231853e-06, global = 1.018533e-07, cumulative = 3.543914e-06 smoothSolver: Solving for omega, Initial residual = 0.0003579074, Final residual = 2.022415e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.005735409, Final residual = 0.0001469035, No Iterations 2 ExecutionTime = 11.4 s ClockTime = 12 s forces forces output: sum of forces: pressure : (9.994216 -0.004905239 -1.130826) viscous : (1.822982 6.260088e-05 0.03741224) porous : (0 0 0) sum of moments: pressure : (0.00323694 -5.009856 -0.00428623) viscous : (-1.420025e-05 0.5269696 0.0001747864) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3726071 Cl = -0.0001526928 Cl(f) = -7.634641e-05 Cl(r) = -7.634641e-05 Time = 16 smoothSolver: Solving for Ux, Initial residual = 0.001090784, Final residual = 6.220874e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.007035469, Final residual = 0.0003667903, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004604173, Final residual = 0.0002669441, No Iterations 2 GAMG: Solving for p, Initial residual = 0.05047229, Final residual = 0.00246381, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007967968, Final residual = 0.0005323111, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001330817, Final residual = 7.435132e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0003124895, Final residual = 2.815776e-05, No Iterations 2 time step continuity errors : sum local = 6.441348e-06, global = 8.718914e-08, cumulative = 3.631103e-06 smoothSolver: Solving for omega, Initial residual = 0.0003362303, Final residual = 1.880464e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.005235641, Final residual = 0.0001348777, No Iterations 2 ExecutionTime = 12.11 s ClockTime = 12 s forces forces output: sum of forces: pressure : (9.946861 -0.006084952 -0.8560336) viscous : (1.836418 6.374884e-05 0.03594557) porous : (0 0 0) sum of moments: pressure : (0.00271632 -5.13596 -0.002785392) viscous : (-1.39685e-05 0.5303443 0.0001836438) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3715376 Cl = -0.0001898541 Cl(f) = -9.492704e-05 Cl(r) = -9.492704e-05 Time = 17 smoothSolver: Solving for Ux, Initial residual = 0.001009084, Final residual = 5.840749e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.006537483, Final residual = 0.0003550477, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004578477, Final residual = 0.0002681826, No Iterations 2 GAMG: Solving for p, Initial residual = 0.04758565, Final residual = 0.002287193, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007521039, Final residual = 0.0005541246, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001284844, Final residual = 7.819981e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0003116724, Final residual = 2.932353e-05, No Iterations 2 time step continuity errors : sum local = 6.666455e-06, global = 6.968866e-08, cumulative = 3.700792e-06 smoothSolver: Solving for omega, Initial residual = 0.0003173176, Final residual = 1.760168e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.004803953, Final residual = 0.0001243992, No Iterations 2 ExecutionTime = 12.82 s ClockTime = 13 s forces forces output: sum of forces: pressure : (9.401441 -0.007954318 -0.5771375) viscous : (1.849017 6.410776e-05 0.03430333) porous : (0 0 0) sum of moments: pressure : (0.003337099 -5.132849 -0.000572886) viscous : (-1.3935e-05 0.5334602 0.0001919849) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3547372 Cl = -0.0002487856 Cl(f) = -0.0001243928 Cl(r) = -0.0001243928 Time = 18 smoothSolver: Solving for Ux, Initial residual = 0.0009386393, Final residual = 5.546072e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.006084158, Final residual = 0.0003431622, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004538659, Final residual = 0.0002724507, No Iterations 2 GAMG: Solving for p, Initial residual = 0.04560915, Final residual = 0.002088605, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00711896, Final residual = 0.0004666715, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00117703, Final residual = 6.593329e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0002868262, Final residual = 2.582496e-05, No Iterations 2 time step continuity errors : sum local = 5.879005e-06, global = 8.740531e-08, cumulative = 3.788197e-06 smoothSolver: Solving for omega, Initial residual = 0.0002998693, Final residual = 1.651374e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00442958, Final residual = 0.0001155294, No Iterations 2 ExecutionTime = 13.53 s ClockTime = 14 s forces forces output: sum of forces: pressure : (8.919157 -0.01141836 -0.2623199) viscous : (1.860931 6.644396e-05 0.03251787) porous : (0 0 0) sum of moments: pressure : (0.004969852 -5.06517 0.0008554799) viscous : (-1.581404e-05 0.5363779 0.0002001481) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3399061 Cl = -0.0003579363 Cl(f) = -0.0001789682 Cl(r) = -0.0001789682 Time = 19 smoothSolver: Solving for Ux, Initial residual = 0.000905765, Final residual = 5.323878e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005986647, Final residual = 0.0003376644, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004644749, Final residual = 0.0002808692, No Iterations 2 GAMG: Solving for p, Initial residual = 0.04334167, Final residual = 0.001940205, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006655092, Final residual = 0.0003974444, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001089901, Final residual = 6.16658e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0002670535, Final residual = 2.465912e-05, No Iterations 2 time step continuity errors : sum local = 5.654699e-06, global = 9.723763e-08, cumulative = 3.885435e-06 smoothSolver: Solving for omega, Initial residual = 0.0002833105, Final residual = 1.555681e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.004097147, Final residual = 0.0001077464, No Iterations 2 ExecutionTime = 14.24 s ClockTime = 15 s forces forces output: sum of forces: pressure : (8.733811 -0.01515494 0.03252507) viscous : (1.872346 7.01687e-05 0.03067588) porous : (0 0 0) sum of moments: pressure : (0.006564548 -5.012534 0.0009720824) viscous : (-1.955064e-05 0.5391853 0.000208227) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3344219 Cl = -0.0004756367 Cl(f) = -0.0002378184 Cl(r) = -0.0002378184 Time = 20 smoothSolver: Solving for Ux, Initial residual = 0.0008843451, Final residual = 5.173377e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.006067655, Final residual = 0.0003353527, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004842713, Final residual = 0.0002928728, No Iterations 2 GAMG: Solving for p, Initial residual = 0.04182139, Final residual = 0.0018236, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006213672, Final residual = 0.0003907603, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001059464, Final residual = 6.038549e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0002505333, Final residual = 2.285331e-05, No Iterations 2 time step continuity errors : sum local = 5.283482e-06, global = 9.34583e-08, cumulative = 3.978893e-06 smoothSolver: Solving for omega, Initial residual = 0.0002683775, Final residual = 1.471832e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003798817, Final residual = 0.0001005927, No Iterations 2 ExecutionTime = 14.97 s ClockTime = 16 s forces forces output: sum of forces: pressure : (8.740318 -0.01640528 0.2527958) viscous : (1.883357 7.49215e-05 0.02885696) porous : (0 0 0) sum of moments: pressure : (0.006760293 -5.013509 0.0005658009) viscous : (-2.439446e-05 0.5419153 0.0002162814) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3349742 Cl = -0.0005149111 Cl(f) = -0.0002574556 Cl(r) = -0.0002574556 Time = 21 smoothSolver: Solving for Ux, Initial residual = 0.0008518054, Final residual = 5.009325e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00607606, Final residual = 0.0003332396, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005032119, Final residual = 0.0003020582, No Iterations 2 GAMG: Solving for p, Initial residual = 0.04072185, Final residual = 0.001664676, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005817117, Final residual = 0.0003292461, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0009526565, Final residual = 9.399043e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002276419, Final residual = 1.619541e-05, No Iterations 3 time step continuity errors : sum local = 3.743182e-06, global = 9.113808e-08, cumulative = 4.070031e-06 smoothSolver: Solving for omega, Initial residual = 0.0002549728, Final residual = 1.390702e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003536709, Final residual = 9.403981e-05, No Iterations 2 ExecutionTime = 15.7 s ClockTime = 16 s forces forces output: sum of forces: pressure : (8.734171 -0.01433283 0.3160787) viscous : (1.893998 7.773012e-05 0.02705408) porous : (0 0 0) sum of moments: pressure : (0.005155536 -5.053844 0.0008882434) viscous : (-2.852985e-05 0.5446025 0.0002226711) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3351159 Cl = -0.0004494764 Cl(f) = -0.0002247382 Cl(r) = -0.0002247382 Time = 22 smoothSolver: Solving for Ux, Initial residual = 0.0008064689, Final residual = 4.776744e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005920353, Final residual = 0.0003255981, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005165016, Final residual = 0.0003087149, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03922619, Final residual = 0.001554158, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005514135, Final residual = 0.0002898718, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000853774, Final residual = 7.482425e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001881365, Final residual = 1.080225e-05, No Iterations 3 time step continuity errors : sum local = 2.485204e-06, global = 3.699958e-08, cumulative = 4.107031e-06 smoothSolver: Solving for omega, Initial residual = 0.000242491, Final residual = 1.316788e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003302042, Final residual = 8.801813e-05, No Iterations 2 ExecutionTime = 16.42 s ClockTime = 17 s forces forces output: sum of forces: pressure : (8.612795 -0.01035281 0.2146996) viscous : (1.904285 7.849104e-05 0.02525583) porous : (0 0 0) sum of moments: pressure : (0.002745948 -5.076516 0.00206331) viscous : (-3.095263e-05 0.5472643 0.0002277658) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3316132 Cl = -0.0003239586 Cl(f) = -0.0001619793 Cl(r) = -0.0001619793 Time = 23 smoothSolver: Solving for Ux, Initial residual = 0.0007603411, Final residual = 4.503454e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005662362, Final residual = 0.000313978, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005213875, Final residual = 0.0003128096, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03762619, Final residual = 0.00141875, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005200191, Final residual = 0.0002711339, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0007912387, Final residual = 6.576826e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001663468, Final residual = 1.05421e-05, No Iterations 3 time step continuity errors : sum local = 2.409224e-06, global = -1.177313e-07, cumulative = 3.989299e-06 smoothSolver: Solving for omega, Initial residual = 0.0002311444, Final residual = 1.250941e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003090627, Final residual = 8.249461e-05, No Iterations 2 ExecutionTime = 17.13 s ClockTime = 18 s forces forces output: sum of forces: pressure : (8.406893 -0.00711817 0.01161175) viscous : (1.914222 7.976381e-05 0.02351114) porous : (0 0 0) sum of moments: pressure : (0.00106643 -5.06274 0.003491348) viscous : (-3.282129e-05 0.5498988 0.0002323722) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3254342 Cl = -0.0002219274 Cl(f) = -0.0001109637 Cl(r) = -0.0001109637 Time = 24 smoothSolver: Solving for Ux, Initial residual = 0.0007240628, Final residual = 4.276817e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005427545, Final residual = 0.0003038514, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005233886, Final residual = 0.0003138248, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03601874, Final residual = 0.001261921, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004807063, Final residual = 0.0002374759, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0007133556, Final residual = 6.71535e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001685038, Final residual = 1.192344e-05, No Iterations 3 time step continuity errors : sum local = 2.702664e-06, global = -2.000964e-07, cumulative = 3.789203e-06 smoothSolver: Solving for omega, Initial residual = 0.0002204749, Final residual = 1.194024e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00289824, Final residual = 7.755715e-05, No Iterations 2 ExecutionTime = 17.84 s ClockTime = 18 s forces forces output: sum of forces: pressure : (8.219557 -0.006084576 -0.2501837) viscous : (1.923821 7.658779e-05 0.02185199) porous : (0 0 0) sum of moments: pressure : (0.0006231851 -5.021323 0.004275668) viscous : (-3.184805e-05 0.5525048 0.0002354314) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.31983 Cl = -0.0001894374 Cl(f) = -9.471869e-05 Cl(r) = -9.471869e-05 Time = 25 smoothSolver: Solving for Ux, Initial residual = 0.0006975106, Final residual = 4.115081e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00532537, Final residual = 0.000296016, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005277639, Final residual = 0.0003120584, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03495418, Final residual = 0.001163154, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004525686, Final residual = 0.0002163689, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006565294, Final residual = 6.307584e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001605806, Final residual = 1.141709e-05, No Iterations 3 time step continuity errors : sum local = 2.571533e-06, global = -1.675164e-07, cumulative = 3.621687e-06 smoothSolver: Solving for omega, Initial residual = 0.0002105239, Final residual = 1.140149e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002724299, Final residual = 7.314437e-05, No Iterations 2 ExecutionTime = 18.55 s ClockTime = 19 s forces forces output: sum of forces: pressure : (8.087535 -0.006346671 -0.5225082) viscous : (1.933055 7.315209e-05 0.02025416) porous : (0 0 0) sum of moments: pressure : (0.0007664441 -4.978267 0.004668961) viscous : (-3.079036e-05 0.5550683 0.0002378123) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3159584 Cl = -0.0001978098 Cl(f) = -9.890491e-05 Cl(r) = -9.890491e-05 Time = 26 smoothSolver: Solving for Ux, Initial residual = 0.000675843, Final residual = 3.989821e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005284441, Final residual = 0.0002892293, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005330761, Final residual = 0.0003102224, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03476611, Final residual = 0.001122114, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004330328, Final residual = 0.0002178962, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006331488, Final residual = 5.933901e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001543961, Final residual = 1.06735e-05, No Iterations 3 time step continuity errors : sum local = 2.398473e-06, global = -9.289407e-08, cumulative = 3.528793e-06 smoothSolver: Solving for omega, Initial residual = 0.0002014078, Final residual = 1.089522e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002567392, Final residual = 6.92637e-05, No Iterations 2 ExecutionTime = 19.26 s ClockTime = 20 s forces forces output: sum of forces: pressure : (7.989923 -0.005884697 -0.7565837) viscous : (1.941841 6.718515e-05 0.01862539) porous : (0 0 0) sum of moments: pressure : (0.0004101095 -4.954437 0.004950139) viscous : (-2.711498e-05 0.5575537 0.00023664) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3131576 Cl = -0.0001834315 Cl(f) = -9.171575e-05 Cl(r) = -9.171575e-05 Time = 27 smoothSolver: Solving for Ux, Initial residual = 0.0006558503, Final residual = 3.875489e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005212742, Final residual = 0.0002824693, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005353689, Final residual = 0.0003084948, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03379987, Final residual = 0.001103984, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004239769, Final residual = 0.0002242165, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006204194, Final residual = 5.901647e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001506022, Final residual = 1.014114e-05, No Iterations 3 time step continuity errors : sum local = 2.273994e-06, global = -2.070592e-07, cumulative = 3.321733e-06 smoothSolver: Solving for omega, Initial residual = 0.0001922757, Final residual = 1.043893e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002425213, Final residual = 6.563848e-05, No Iterations 2 ExecutionTime = 19.98 s ClockTime = 21 s forces forces output: sum of forces: pressure : (7.913118 -0.002971668 -0.9730252) viscous : (1.950497 6.497885e-05 0.01719289) porous : (0 0 0) sum of moments: pressure : (-0.001031396 -4.937175 0.005278603) viscous : (-2.699982e-05 0.5600392 0.0002389654) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3110088 Cl = -9.165056e-05 Cl(f) = -4.582528e-05 Cl(r) = -4.582528e-05 Time = 28 smoothSolver: Solving for Ux, Initial residual = 0.0006313188, Final residual = 3.746512e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005103897, Final residual = 0.000275557, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005332861, Final residual = 0.0003055237, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03325838, Final residual = 0.001070305, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004121128, Final residual = 0.0002178362, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005907071, Final residual = 5.63355e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001420637, Final residual = 9.137083e-06, No Iterations 3 time step continuity errors : sum local = 2.044959e-06, global = -1.190818e-07, cumulative = 3.202652e-06 smoothSolver: Solving for omega, Initial residual = 0.0001842475, Final residual = 1.001548e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002294555, Final residual = 6.237683e-05, No Iterations 2 ExecutionTime = 20.7 s ClockTime = 21 s forces forces output: sum of forces: pressure : (7.86395 0.0003194363 -1.165142) viscous : (1.958673 6.223011e-05 0.01577175) porous : (0 0 0) sum of moments: pressure : (-0.002603272 -4.906677 0.005443154) viscous : (-2.678166e-05 0.5623755 0.000240344) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3097163 Cl = 1.203429e-05 Cl(f) = 6.017147e-06 Cl(r) = 6.017147e-06 Time = 29 smoothSolver: Solving for Ux, Initial residual = 0.0006077063, Final residual = 3.6156e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004986199, Final residual = 0.000269355, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005298128, Final residual = 0.0003017518, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03240509, Final residual = 0.0009862675, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003888296, Final residual = 0.000201112, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005421329, Final residual = 5.260719e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001284263, Final residual = 8.111098e-06, No Iterations 3 time step continuity errors : sum local = 1.814445e-06, global = -1.252317e-07, cumulative = 3.07742e-06 smoothSolver: Solving for omega, Initial residual = 0.0001763306, Final residual = 9.609149e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002173784, Final residual = 5.931369e-05, No Iterations 2 ExecutionTime = 21.41 s ClockTime = 22 s forces forces output: sum of forces: pressure : (7.833945 0.002756771 -1.308866) viscous : (1.966399 5.640185e-05 0.01438217) porous : (0 0 0) sum of moments: pressure : (-0.003733425 -4.857307 0.005552548) viscous : (-2.554984e-05 0.5645712 0.0002398226) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3090138 Cl = 8.870191e-05 Cl(f) = 4.435096e-05 Cl(r) = 4.435096e-05 Time = 30 smoothSolver: Solving for Ux, Initial residual = 0.0005889315, Final residual = 3.488408e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004905817, Final residual = 0.000264317, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005252847, Final residual = 0.0002970213, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03142151, Final residual = 0.0008913747, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003612524, Final residual = 0.0001779155, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004919862, Final residual = 4.760735e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001139563, Final residual = 7.061776e-06, No Iterations 3 time step continuity errors : sum local = 1.580638e-06, global = -6.699167e-08, cumulative = 3.010428e-06 smoothSolver: Solving for omega, Initial residual = 0.0001689886, Final residual = 9.234025e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002063759, Final residual = 5.641854e-05, No Iterations 2 ExecutionTime = 22.14 s ClockTime = 23 s forces forces output: sum of forces: pressure : (7.798466 0.003411935 -1.392777) viscous : (1.973688 5.161378e-05 0.01301784) porous : (0 0 0) sum of moments: pressure : (-0.004103713 -4.802713 0.005562569) viscous : (-2.490941e-05 0.5666344 0.0002386356) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.308125 Cl = 0.0001092089 Cl(f) = 5.460444e-05 Cl(r) = 5.460444e-05 Time = 31 smoothSolver: Solving for Ux, Initial residual = 0.0005727241, Final residual = 3.375551e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004859288, Final residual = 0.0002609482, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005203378, Final residual = 0.0002910502, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03055527, Final residual = 0.0008369755, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003437901, Final residual = 0.0001578916, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004613361, Final residual = 3.972346e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001008921, Final residual = 5.293941e-06, No Iterations 3 time step continuity errors : sum local = 1.185591e-06, global = 5.131814e-08, cumulative = 3.061746e-06 smoothSolver: Solving for omega, Initial residual = 0.0001623497, Final residual = 8.888045e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001961753, Final residual = 5.375312e-05, No Iterations 2 ExecutionTime = 22.86 s ClockTime = 24 s forces forces output: sum of forces: pressure : (7.73745 0.003829402 -1.42515) viscous : (1.980576 4.755599e-05 0.01168602) porous : (0 0 0) sum of moments: pressure : (-0.004315778 -4.758325 0.005814518) viscous : (-2.385188e-05 0.5685955 0.0002366259) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3064183 Cl = 0.000122244 Cl(f) = 6.112202e-05 Cl(r) = 6.112202e-05 Time = 32 smoothSolver: Solving for Ux, Initial residual = 0.0005573154, Final residual = 3.269338e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004811994, Final residual = 0.0002585676, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005140935, Final residual = 0.0002839652, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02972772, Final residual = 0.0008205298, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00337033, Final residual = 0.0001484509, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004555042, Final residual = 3.569076e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.671019e-05, Final residual = 9.469455e-06, No Iterations 2 time step continuity errors : sum local = 2.124533e-06, global = 9.582477e-08, cumulative = 3.157571e-06 smoothSolver: Solving for omega, Initial residual = 0.0001558804, Final residual = 8.541772e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001868182, Final residual = 5.137318e-05, No Iterations 2 ExecutionTime = 23.56 s ClockTime = 24 s forces forces output: sum of forces: pressure : (7.643807 0.005258445 -1.405001) viscous : (1.987128 4.415903e-05 0.01038469) porous : (0 0 0) sum of moments: pressure : (-0.004921335 -4.729803 0.006283831) viscous : (-2.177525e-05 0.5704953 0.0002340711) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3036722 Cl = 0.000167196 Cl(f) = 8.359799e-05 Cl(r) = 8.359799e-05 Time = 33 smoothSolver: Solving for Ux, Initial residual = 0.0005420756, Final residual = 3.16491e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004758996, Final residual = 0.000256204, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005054111, Final residual = 0.0002759243, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02909381, Final residual = 0.0008077433, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00330344, Final residual = 0.0001456429, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004590609, Final residual = 3.778234e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001013354, Final residual = 5.000724e-06, No Iterations 3 time step continuity errors : sum local = 1.125656e-06, global = 4.192457e-08, cumulative = 3.199496e-06 smoothSolver: Solving for omega, Initial residual = 0.0001494474, Final residual = 8.209611e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00177906, Final residual = 4.915336e-05, No Iterations 2 ExecutionTime = 24.27 s ClockTime = 25 s forces forces output: sum of forces: pressure : (7.526677 0.006459972 -1.342385) viscous : (1.993364 4.178171e-05 0.009140817) porous : (0 0 0) sum of moments: pressure : (-0.005457231 -4.711903 0.006521026) viscous : (-2.009062e-05 0.5723314 0.0002308894) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3001756 Cl = 0.0002050063 Cl(f) = 0.0001025031 Cl(r) = 0.0001025031 Time = 34 smoothSolver: Solving for Ux, Initial residual = 0.0005271857, Final residual = 3.06544e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0046827, Final residual = 0.0002527761, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004934259, Final residual = 0.0002669708, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02852126, Final residual = 0.0007768388, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003212273, Final residual = 0.0001412466, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004542638, Final residual = 3.841755e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001023084, Final residual = 5.574497e-06, No Iterations 3 time step continuity errors : sum local = 1.25991e-06, global = 6.258389e-08, cumulative = 3.26208e-06 smoothSolver: Solving for omega, Initial residual = 0.0001431828, Final residual = 7.893774e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001694158, Final residual = 4.709268e-05, No Iterations 2 ExecutionTime = 24.98 s ClockTime = 26 s forces forces output: sum of forces: pressure : (7.400021 0.006292749 -1.252231) viscous : (1.9993 3.731601e-05 0.007954759) porous : (0 0 0) sum of moments: pressure : (-0.005529684 -4.699003 0.006536981) viscous : (-1.810578e-05 0.5741135 0.0002265418) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2963692 Cl = 0.0001995928 Cl(f) = 9.979638e-05 Cl(r) = 9.979638e-05 Time = 35 smoothSolver: Solving for Ux, Initial residual = 0.0005134595, Final residual = 2.970933e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004588425, Final residual = 0.0002494302, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004807335, Final residual = 0.0002579566, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02788187, Final residual = 0.002751698, No Iterations 1 GAMG: Solving for p, Initial residual = 0.004166726, Final residual = 0.0002590311, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0008909558, Final residual = 5.880232e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001636566, Final residual = 1.627885e-05, No Iterations 2 time step continuity errors : sum local = 3.689597e-06, global = 1.447871e-07, cumulative = 3.406867e-06 smoothSolver: Solving for omega, Initial residual = 0.0001373135, Final residual = 7.603426e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001615114, Final residual = 4.519353e-05, No Iterations 2 ExecutionTime = 25.67 s ClockTime = 26 s forces forces output: sum of forces: pressure : (7.281042 0.005724639 -1.162618) viscous : (2.004919 3.217618e-05 0.006815485) porous : (0 0 0) sum of moments: pressure : (-0.005393689 -4.685022 0.006580595) viscous : (-1.595011e-05 0.575831 0.0002214413) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2927948 Cl = 0.0001815177 Cl(f) = 9.075884e-05 Cl(r) = 9.075884e-05 Time = 36 smoothSolver: Solving for Ux, Initial residual = 0.0005002834, Final residual = 2.885924e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004488589, Final residual = 0.000246346, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004667517, Final residual = 0.0002496247, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02713449, Final residual = 0.002599337, No Iterations 1 GAMG: Solving for p, Initial residual = 0.003985671, Final residual = 0.0002438005, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0008474061, Final residual = 5.473412e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001546914, Final residual = 1.49405e-05, No Iterations 2 time step continuity errors : sum local = 3.393133e-06, global = 1.557935e-07, cumulative = 3.56266e-06 smoothSolver: Solving for omega, Initial residual = 0.0001317066, Final residual = 7.322294e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001543762, Final residual = 4.350092e-05, No Iterations 2 ExecutionTime = 26.36 s ClockTime = 27 s forces forces output: sum of forces: pressure : (7.181317 0.005657627 -1.084888) viscous : (2.010199 2.463705e-05 0.005712029) porous : (0 0 0) sum of moments: pressure : (-0.005425573 -4.66315 0.006588485) viscous : (-1.294918e-05 0.5774712 0.0002153566) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2898169 Cl = 0.000179167 Cl(f) = 8.95835e-05 Cl(r) = 8.95835e-05 Time = 37 smoothSolver: Solving for Ux, Initial residual = 0.0004879902, Final residual = 2.824764e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004392717, Final residual = 0.0002428627, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004521296, Final residual = 0.0002419755, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02652035, Final residual = 0.002497123, No Iterations 1 GAMG: Solving for p, Initial residual = 0.003842196, Final residual = 0.0002325376, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0008076758, Final residual = 5.029166e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001447075, Final residual = 1.267118e-05, No Iterations 2 time step continuity errors : sum local = 2.879439e-06, global = 1.932956e-07, cumulative = 3.755956e-06 smoothSolver: Solving for omega, Initial residual = 0.0001266886, Final residual = 7.057559e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001475908, Final residual = 4.185368e-05, No Iterations 2 ExecutionTime = 27.05 s ClockTime = 28 s forces forces output: sum of forces: pressure : (7.113505 0.006634957 -1.039272) viscous : (2.015124 1.474013e-05 0.004610813) porous : (0 0 0) sum of moments: pressure : (-0.005795072 -4.627834 0.006787742) viscous : (-9.491427e-06 0.5790333 0.0002084595) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.287834 Cl = 0.0002096711 Cl(f) = 0.0001048355 Cl(r) = 0.0001048355 Time = 38 smoothSolver: Solving for Ux, Initial residual = 0.0004763735, Final residual = 2.767985e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004289086, Final residual = 0.0002376611, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004383863, Final residual = 0.0002342226, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02609658, Final residual = 0.002399521, No Iterations 1 GAMG: Solving for p, Initial residual = 0.003724218, Final residual = 0.0002216893, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0007733592, Final residual = 4.752753e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001387867, Final residual = 1.169361e-05, No Iterations 2 time step continuity errors : sum local = 2.656739e-06, global = 2.036478e-07, cumulative = 3.959604e-06 smoothSolver: Solving for omega, Initial residual = 0.0001221181, Final residual = 6.820245e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001413111, Final residual = 4.030351e-05, No Iterations 2 ExecutionTime = 27.75 s ClockTime = 29 s forces forces output: sum of forces: pressure : (7.075124 0.007541828 -1.013248) viscous : (2.019675 3.048749e-06 0.003487164) porous : (0 0 0) sum of moments: pressure : (-0.006073135 -4.585194 0.007029475) viscous : (-5.489594e-06 0.5805196 0.0002008173) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2867674 Cl = 0.0002378969 Cl(f) = 0.0001189484 Cl(r) = 0.0001189484 Time = 39 smoothSolver: Solving for Ux, Initial residual = 0.000465621, Final residual = 2.715709e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004183195, Final residual = 0.0002315449, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004256593, Final residual = 0.0002275728, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02529235, Final residual = 0.002323994, No Iterations 1 GAMG: Solving for p, Initial residual = 0.003603755, Final residual = 0.000212489, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0007404477, Final residual = 4.622804e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001341508, Final residual = 1.244003e-05, No Iterations 2 time step continuity errors : sum local = 2.827283e-06, global = -1.160135e-07, cumulative = 3.84359e-06 smoothSolver: Solving for omega, Initial residual = 0.0001179027, Final residual = 6.585441e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001355152, Final residual = 3.879703e-05, No Iterations 2 ExecutionTime = 28.44 s ClockTime = 29 s forces forces output: sum of forces: pressure : (7.051393 0.00845068 -0.9883177) viscous : (2.023807 -1.207615e-05 0.002320368) porous : (0 0 0) sum of moments: pressure : (-0.006328252 -4.547318 0.007677067) viscous : (3.711521e-08 0.5819142 0.0001931822) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2861494 Cl = 0.0002660769 Cl(f) = 0.0001330385 Cl(r) = 0.0001330385 Time = 40 smoothSolver: Solving for Ux, Initial residual = 0.0004557921, Final residual = 2.665922e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004073958, Final residual = 0.0002239119, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00413015, Final residual = 0.0002217904, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02472234, Final residual = 0.002286967, No Iterations 1 GAMG: Solving for p, Initial residual = 0.003524376, Final residual = 0.0002041738, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0007147094, Final residual = 4.377716e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001273807, Final residual = 7.234227e-06, No Iterations 3 time step continuity errors : sum local = 1.644933e-06, global = -8.682684e-08, cumulative = 3.756763e-06 smoothSolver: Solving for omega, Initial residual = 0.0001139256, Final residual = 6.352574e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001300963, Final residual = 3.739517e-05, No Iterations 2 ExecutionTime = 29.15 s ClockTime = 30 s forces forces output: sum of forces: pressure : (7.035895 0.009816572 -0.9630463) viscous : (2.027497 -2.708152e-05 0.001106599) porous : (0 0 0) sum of moments: pressure : (-0.006850102 -4.516489 0.008457448) viscous : (5.387379e-06 0.5832089 0.0001857593) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.285777 Cl = 0.0003086716 Cl(f) = 0.0001543358 Cl(r) = 0.0001543358 Time = 41 smoothSolver: Solving for Ux, Initial residual = 0.0004468271, Final residual = 2.620266e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003961197, Final residual = 0.0002161899, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004004037, Final residual = 0.0002168445, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02441853, Final residual = 0.002259244, No Iterations 1 GAMG: Solving for p, Initial residual = 0.003477596, Final residual = 0.0001949496, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006910176, Final residual = 4.029495e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000119331, Final residual = 6.327829e-06, No Iterations 3 time step continuity errors : sum local = 1.440294e-06, global = -9.980292e-08, cumulative = 3.656961e-06 smoothSolver: Solving for omega, Initial residual = 0.0001101518, Final residual = 6.127621e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001250137, Final residual = 3.617234e-05, No Iterations 2 ExecutionTime = 29.86 s ClockTime = 31 s forces forces output: sum of forces: pressure : (7.036699 0.01131809 -0.9447615) viscous : (2.030757 -4.195076e-05 -0.0001703016) porous : (0 0 0) sum of moments: pressure : (-0.007474371 -4.484531 0.009019402) viscous : (9.714468e-06 0.5844148 0.0001787685) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2859052 Cl = 0.0003555469 Cl(f) = 0.0001777735 Cl(r) = 0.0001777735 Time = 42 smoothSolver: Solving for Ux, Initial residual = 0.0004391121, Final residual = 2.583513e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003844655, Final residual = 0.0002080805, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003878563, Final residual = 0.0002118684, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02413469, Final residual = 0.002206834, No Iterations 1 GAMG: Solving for p, Initial residual = 0.003438129, Final residual = 0.0001867026, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006677771, Final residual = 3.802553e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001134074, Final residual = 1.100483e-05, No Iterations 2 time step continuity errors : sum local = 2.508147e-06, global = -2.153842e-07, cumulative = 3.441576e-06 smoothSolver: Solving for omega, Initial residual = 0.0001065902, Final residual = 5.936467e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00120322, Final residual = 3.50886e-05, No Iterations 2 ExecutionTime = 30.55 s ClockTime = 32 s forces forces output: sum of forces: pressure : (7.060894 0.01195255 -0.9351812) viscous : (2.03359 -5.612954e-05 -0.001537203) porous : (0 0 0) sum of moments: pressure : (-0.007735793 -4.443023 0.009094578) viscous : (1.312681e-05 0.5855397 0.0001721394) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2867574 Cl = 0.0003751052 Cl(f) = 0.0001875526 Cl(r) = 0.0001875526 Time = 43 smoothSolver: Solving for Ux, Initial residual = 0.0004323093, Final residual = 2.546376e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00373514, Final residual = 0.0001993158, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00374992, Final residual = 0.0002065512, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02385521, Final residual = 0.00212545, No Iterations 1 GAMG: Solving for p, Initial residual = 0.003363335, Final residual = 0.0001831459, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006470107, Final residual = 3.805496e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001113918, Final residual = 1.07202e-05, No Iterations 2 time step continuity errors : sum local = 2.447736e-06, global = -2.012148e-07, cumulative = 3.240362e-06 smoothSolver: Solving for omega, Initial residual = 0.0001030652, Final residual = 5.742643e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001159921, Final residual = 3.406768e-05, No Iterations 2 ExecutionTime = 31.24 s ClockTime = 32 s forces forces output: sum of forces: pressure : (7.103755 0.01157195 -0.9213247) viscous : (2.036008 -7.102157e-05 -0.002970493) porous : (0 0 0) sum of moments: pressure : (-0.00758645 -4.391246 0.008579027) viscous : (1.642479e-05 0.5865789 0.0001656952) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2881851 Cl = 0.0003626348 Cl(f) = 0.0001813174 Cl(r) = 0.0001813174 Time = 44 smoothSolver: Solving for Ux, Initial residual = 0.0004244315, Final residual = 2.513251e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00362909, Final residual = 0.0001909489, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003621782, Final residual = 0.0002007483, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02328677, Final residual = 0.002068532, No Iterations 1 GAMG: Solving for p, Initial residual = 0.003260807, Final residual = 0.0001860794, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006349578, Final residual = 3.949643e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001122583, Final residual = 1.050482e-05, No Iterations 2 time step continuity errors : sum local = 2.402954e-06, global = -1.98586e-07, cumulative = 3.041776e-06 smoothSolver: Solving for omega, Initial residual = 9.961528e-05, Final residual = 5.543205e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001118766, Final residual = 3.30697e-05, No Iterations 2 ExecutionTime = 31.93 s ClockTime = 33 s forces forces output: sum of forces: pressure : (7.152808 0.01093039 -0.8904004) viscous : (2.038016 -8.565537e-05 -0.004441313) porous : (0 0 0) sum of moments: pressure : (-0.007262523 -4.338796 0.0079392) viscous : (1.982854e-05 0.5875182 0.0001595666) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2897951 Cl = 0.0003419444 Cl(f) = 0.0001709722 Cl(r) = 0.0001709722 Time = 45 smoothSolver: Solving for Ux, Initial residual = 0.0004168353, Final residual = 2.472912e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003531514, Final residual = 0.0001834695, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003489758, Final residual = 0.0001941001, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02258186, Final residual = 0.002008846, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00315663, Final residual = 0.0001850689, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006235358, Final residual = 3.992874e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001120928, Final residual = 1.051226e-05, No Iterations 2 time step continuity errors : sum local = 2.409415e-06, global = -2.065688e-07, cumulative = 2.835207e-06 smoothSolver: Solving for omega, Initial residual = 9.62105e-05, Final residual = 5.354055e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001079101, Final residual = 3.211437e-05, No Iterations 2 ExecutionTime = 32.63 s ClockTime = 34 s forces forces output: sum of forces: pressure : (7.193667 0.01042794 -0.8363592) viscous : (2.039661 -0.000100921 -0.005960259) porous : (0 0 0) sum of moments: pressure : (-0.006851802 -4.295056 0.007336887) viscous : (2.345495e-05 0.5883821 0.0001535078) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2911353 Cl = 0.0003256202 Cl(f) = 0.0001628101 Cl(r) = 0.0001628101 Time = 46 smoothSolver: Solving for Ux, Initial residual = 0.0004100567, Final residual = 2.427857e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003442409, Final residual = 0.0001778733, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003362238, Final residual = 0.0001866596, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02206839, Final residual = 0.001927443, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00305478, Final residual = 0.0001761492, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006068337, Final residual = 3.842834e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001083743, Final residual = 1.030351e-05, No Iterations 2 time step continuity errors : sum local = 2.365299e-06, global = -1.982942e-07, cumulative = 2.636913e-06 smoothSolver: Solving for omega, Initial residual = 9.296901e-05, Final residual = 5.167304e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001041177, Final residual = 3.115581e-05, No Iterations 2 ExecutionTime = 33.32 s ClockTime = 34 s forces forces output: sum of forces: pressure : (7.21672 0.01073604 -0.7657529) viscous : (2.040986 -0.0001167519 -0.007529328) porous : (0 0 0) sum of moments: pressure : (-0.006744902 -4.265336 0.007115564) viscous : (2.727084e-05 0.5891915 0.0001481668) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2919039 Cl = 0.0003348361 Cl(f) = 0.000167418 Cl(r) = 0.000167418 Time = 47 smoothSolver: Solving for Ux, Initial residual = 0.0004042754, Final residual = 2.383138e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003361122, Final residual = 0.0001728932, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003236552, Final residual = 0.0001791444, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02160761, Final residual = 0.001874246, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002989063, Final residual = 0.0001704231, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005922374, Final residual = 3.682868e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001054173, Final residual = 1.011852e-05, No Iterations 2 time step continuity errors : sum local = 2.326323e-06, global = -1.781279e-07, cumulative = 2.458785e-06 smoothSolver: Solving for omega, Initial residual = 8.970801e-05, Final residual = 4.988632e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001004866, Final residual = 3.021915e-05, No Iterations 2 ExecutionTime = 34.01 s ClockTime = 35 s forces forces output: sum of forces: pressure : (7.220161 0.01123631 -0.6943552) viscous : (2.041948 -0.0001337559 -0.009191499) porous : (0 0 0) sum of moments: pressure : (-0.0067289 -4.24597 0.007094034) viscous : (3.146366e-05 0.5899449 0.0001431637) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2920428 Cl = 0.0003500737 Cl(f) = 0.0001750369 Cl(r) = 0.0001750369 Time = 48 smoothSolver: Solving for Ux, Initial residual = 0.0003989904, Final residual = 2.338738e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003282308, Final residual = 0.0001681023, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003117029, Final residual = 0.0001716225, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02119629, Final residual = 0.0018297, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002941065, Final residual = 0.0001643651, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005798176, Final residual = 3.607027e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001023209, Final residual = 1.003562e-05, No Iterations 2 time step continuity errors : sum local = 2.310879e-06, global = -1.681313e-07, cumulative = 2.290653e-06 smoothSolver: Solving for omega, Initial residual = 8.656271e-05, Final residual = 4.816389e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0009697792, Final residual = 2.931701e-05, No Iterations 2 ExecutionTime = 34.7 s ClockTime = 36 s forces forces output: sum of forces: pressure : (7.21324 0.01130056 -0.6195679) viscous : (2.042582 -0.0001516655 -0.01088916) porous : (0 0 0) sum of moments: pressure : (-0.006607325 -4.23396 0.006965949) viscous : (3.576408e-05 0.5906334 0.0001385778) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2918446 Cl = 0.0003515348 Cl(f) = 0.0001757674 Cl(r) = 0.0001757674 Time = 49 smoothSolver: Solving for Ux, Initial residual = 0.0003936428, Final residual = 2.289422e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003217009, Final residual = 0.0001638734, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003001834, Final residual = 0.0001644095, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02057277, Final residual = 0.001789684, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002876028, Final residual = 0.0001626647, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005705617, Final residual = 3.6852e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001014155, Final residual = 5.036387e-06, No Iterations 3 time step continuity errors : sum local = 1.161356e-06, global = -7.608969e-08, cumulative = 2.214564e-06 smoothSolver: Solving for omega, Initial residual = 8.358293e-05, Final residual = 4.653351e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0009362803, Final residual = 2.84345e-05, No Iterations 2 ExecutionTime = 35.4 s ClockTime = 36 s forces forces output: sum of forces: pressure : (7.207189 0.01121861 -0.5385922) viscous : (2.042924 -0.000171592 -0.01263221) porous : (0 0 0) sum of moments: pressure : (-0.006496945 -4.222097 0.006772338) viscous : (4.110679e-05 0.5912738 0.0001336235) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2916646 Cl = 0.0003483226 Cl(f) = 0.0001741613 Cl(r) = 0.0001741613 Time = 50 smoothSolver: Solving for Ux, Initial residual = 0.0003883524, Final residual = 2.243682e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003157392, Final residual = 0.0001606159, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002896005, Final residual = 0.0001577237, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02004641, Final residual = 0.00175688, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002823315, Final residual = 0.0001582056, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005644929, Final residual = 3.706016e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.945234e-05, Final residual = 5.351846e-06, No Iterations 3 time step continuity errors : sum local = 1.235574e-06, global = -8.314584e-08, cumulative = 2.131418e-06 smoothSolver: Solving for omega, Initial residual = 8.086217e-05, Final residual = 4.500565e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0009042007, Final residual = 2.755094e-05, No Iterations 2 ExecutionTime = 36.1 s ClockTime = 37 s forces forces output: sum of forces: pressure : (7.204789 0.01113925 -0.4621555) viscous : (2.042966 -0.0001921235 -0.01443523) porous : (0 0 0) sum of moments: pressure : (-0.006395609 -4.209894 0.006624889) viscous : (4.708446e-05 0.5918702 0.0001280096) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2915902 Cl = 0.0003451729 Cl(f) = 0.0001725864 Cl(r) = 0.0001725864 Time = 51 smoothSolver: Solving for Ux, Initial residual = 0.0003830781, Final residual = 2.196218e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003101419, Final residual = 0.0001586967, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002803552, Final residual = 0.0001515339, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01972256, Final residual = 0.001751821, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002803627, Final residual = 0.0001566524, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005693577, Final residual = 3.768401e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.975796e-05, Final residual = 5.552892e-06, No Iterations 3 time step continuity errors : sum local = 1.283087e-06, global = -1.081211e-07, cumulative = 2.023297e-06 smoothSolver: Solving for omega, Initial residual = 7.832199e-05, Final residual = 4.361564e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0008741443, Final residual = 2.673718e-05, No Iterations 2 ExecutionTime = 36.82 s ClockTime = 38 s forces forces output: sum of forces: pressure : (7.202083 0.01105956 -0.3913398) viscous : (2.042718 -0.0002102308 -0.01625753) porous : (0 0 0) sum of moments: pressure : (-0.006285301 -4.19789 0.006589091) viscous : (5.236471e-05 0.5924127 0.0001231288) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2914971 Cl = 0.0003420894 Cl(f) = 0.0001710447 Cl(r) = 0.0001710447 Time = 52 smoothSolver: Solving for Ux, Initial residual = 0.000377972, Final residual = 2.150676e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00304402, Final residual = 0.0001569713, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002715701, Final residual = 0.0001452892, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01952155, Final residual = 0.001750753, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002794003, Final residual = 0.0001550004, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005723185, Final residual = 3.739066e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.967238e-05, Final residual = 5.466143e-06, No Iterations 3 time step continuity errors : sum local = 1.263942e-06, global = -1.009887e-07, cumulative = 1.922308e-06 smoothSolver: Solving for omega, Initial residual = 7.592993e-05, Final residual = 4.23654e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000845702, Final residual = 2.591219e-05, No Iterations 2 ExecutionTime = 37.52 s ClockTime = 39 s forces forces output: sum of forces: pressure : (7.195908 0.01068826 -0.3215817) viscous : (2.042184 -0.0002251335 -0.01810945) porous : (0 0 0) sum of moments: pressure : (-0.006048743 -4.188784 0.006472542) viscous : (5.617033e-05 0.5929019 0.0001189699) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2912855 Cl = 0.0003299119 Cl(f) = 0.000164956 Cl(r) = 0.000164956 Time = 53 smoothSolver: Solving for Ux, Initial residual = 0.000373186, Final residual = 2.108901e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002994628, Final residual = 0.000155188, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002631783, Final residual = 0.0001393542, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01927755, Final residual = 0.001736921, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00275906, Final residual = 0.0001513545, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005630012, Final residual = 3.594402e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.75642e-05, Final residual = 5.250673e-06, No Iterations 3 time step continuity errors : sum local = 1.215164e-06, global = -9.019738e-08, cumulative = 1.832111e-06 smoothSolver: Solving for omega, Initial residual = 7.356855e-05, Final residual = 4.110835e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0008183594, Final residual = 2.508892e-05, No Iterations 2 ExecutionTime = 38.22 s ClockTime = 39 s forces forces output: sum of forces: pressure : (7.185806 0.009719518 -0.2478973) viscous : (2.041373 -0.0002380378 -0.01996135) porous : (0 0 0) sum of moments: pressure : (-0.005658611 -4.185059 0.006238875) viscous : (5.920665e-05 0.5933243 0.000115206) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2909414 Cl = 0.0002989598 Cl(f) = 0.0001494799 Cl(r) = 0.0001494799 Time = 54 smoothSolver: Solving for Ux, Initial residual = 0.0003686693, Final residual = 2.070306e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002952908, Final residual = 0.0001537107, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002552399, Final residual = 0.000133953, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01894762, Final residual = 0.001700666, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002700704, Final residual = 0.0001460172, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000546097, Final residual = 3.379734e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.385271e-05, Final residual = 4.768424e-06, No Iterations 3 time step continuity errors : sum local = 1.104964e-06, global = -8.045105e-08, cumulative = 1.75166e-06 smoothSolver: Solving for omega, Initial residual = 7.130416e-05, Final residual = 3.984285e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007925528, Final residual = 2.429774e-05, No Iterations 2 ExecutionTime = 38.93 s ClockTime = 40 s forces forces output: sum of forces: pressure : (7.173759 0.007729157 -0.1718106) viscous : (2.040307 -0.0002478112 -0.02180025) porous : (0 0 0) sum of moments: pressure : (-0.005008842 -4.185076 0.005803554) viscous : (6.07205e-05 0.593679 0.0001122631) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.290528 Cl = 0.0002358937 Cl(f) = 0.0001179468 Cl(r) = 0.0001179468 Time = 55 smoothSolver: Solving for Ux, Initial residual = 0.0003647074, Final residual = 2.041231e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002912999, Final residual = 0.0001520807, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002476728, Final residual = 0.0001291192, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0186073, Final residual = 0.001662963, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002641483, Final residual = 0.0001430061, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005354846, Final residual = 3.310356e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.253224e-05, Final residual = 4.403619e-06, No Iterations 3 time step continuity errors : sum local = 1.02146e-06, global = -6.502155e-08, cumulative = 1.686638e-06 smoothSolver: Solving for omega, Initial residual = 6.918988e-05, Final residual = 3.864259e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007678176, Final residual = 2.356251e-05, No Iterations 2 ExecutionTime = 39.63 s ClockTime = 41 s forces forces output: sum of forces: pressure : (7.158568 0.005610188 -0.10326) viscous : (2.038966 -0.0002553161 -0.02361423) porous : (0 0 0) sum of moments: pressure : (-0.004333578 -4.183647 0.005336175) viscous : (6.152593e-05 0.5939498 0.0001095259) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2900067 Cl = 0.000168844 Cl(f) = 8.442202e-05 Cl(r) = 8.442202e-05 Time = 56 smoothSolver: Solving for Ux, Initial residual = 0.0003613395, Final residual = 2.018785e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002871491, Final residual = 0.0001502059, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002403055, Final residual = 0.0001247648, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0183069, Final residual = 0.001636943, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002605471, Final residual = 0.0001446334, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005348691, Final residual = 3.372096e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.44893e-05, Final residual = 9.218388e-06, No Iterations 2 time step continuity errors : sum local = 2.140388e-06, global = -1.268878e-07, cumulative = 1.55975e-06 smoothSolver: Solving for omega, Initial residual = 6.716212e-05, Final residual = 3.752861e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007442977, Final residual = 2.289154e-05, No Iterations 2 ExecutionTime = 40.33 s ClockTime = 42 s forces forces output: sum of forces: pressure : (7.138595 0.003952464 -0.04793338) viscous : (2.037369 -0.0002617704 -0.02537666) porous : (0 0 0) sum of moments: pressure : (-0.003739594 -4.180405 0.005050666) viscous : (6.271927e-05 0.5941322 0.0001067834) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2893265 Cl = 0.000116371 Cl(f) = 5.818548e-05 Cl(r) = 5.818548e-05 Time = 57 smoothSolver: Solving for Ux, Initial residual = 0.0003582373, Final residual = 1.998554e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002832331, Final residual = 0.0001475868, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002332237, Final residual = 0.0001214065, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01809315, Final residual = 0.001621491, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002600275, Final residual = 0.0001469729, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005421283, Final residual = 3.464802e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.760482e-05, Final residual = 9.012219e-06, No Iterations 2 time step continuity errors : sum local = 2.094951e-06, global = -1.321279e-07, cumulative = 1.427622e-06 smoothSolver: Solving for omega, Initial residual = 6.524697e-05, Final residual = 3.643963e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007219397, Final residual = 2.23059e-05, No Iterations 2 ExecutionTime = 41.01 s ClockTime = 42 s forces forces output: sum of forces: pressure : (7.115326 0.002682482 -0.002271395) viscous : (2.035526 -0.0002672117 -0.02709442) porous : (0 0 0) sum of moments: pressure : (-0.003268755 -4.171761 0.004731842) viscous : (6.429719e-05 0.5942288 0.0001037274) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2885347 Cl = 7.61557e-05 Cl(f) = 3.807785e-05 Cl(r) = 3.807785e-05 Time = 58 smoothSolver: Solving for Ux, Initial residual = 0.0003552736, Final residual = 1.979249e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002791746, Final residual = 0.0001447745, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002268264, Final residual = 0.0001183246, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0178426, Final residual = 0.001610374, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002606277, Final residual = 0.0001478634, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005483629, Final residual = 3.511288e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001001356, Final residual = 9.016846e-06, No Iterations 2 time step continuity errors : sum local = 2.099147e-06, global = -1.396033e-07, cumulative = 1.288019e-06 smoothSolver: Solving for omega, Initial residual = 6.335522e-05, Final residual = 3.539154e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007002113, Final residual = 2.16971e-05, No Iterations 2 ExecutionTime = 41.71 s ClockTime = 43 s forces forces output: sum of forces: pressure : (7.090965 0.001590742 0.0339498) viscous : (2.03343 -0.000270743 -0.02878331) porous : (0 0 0) sum of moments: pressure : (-0.002880523 -4.15893 0.004248629) viscous : (6.510157e-05 0.5942385 0.0001014139) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2877005 Cl = 4.162078e-05 Cl(f) = 2.081039e-05 Cl(r) = 2.081039e-05 Time = 59 smoothSolver: Solving for Ux, Initial residual = 0.0003523535, Final residual = 1.956778e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002747368, Final residual = 0.0001414596, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002212274, Final residual = 0.0001154204, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01744135, Final residual = 0.001588922, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002579235, Final residual = 0.0001457214, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000542496, Final residual = 3.431214e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.953947e-05, Final residual = 8.632657e-06, No Iterations 2 time step continuity errors : sum local = 2.01282e-06, global = -1.203718e-07, cumulative = 1.167647e-06 smoothSolver: Solving for omega, Initial residual = 6.149739e-05, Final residual = 3.44095e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006792244, Final residual = 2.107473e-05, No Iterations 2 ExecutionTime = 42.4 s ClockTime = 44 s forces forces output: sum of forces: pressure : (7.065707 0.001031972 0.06134403) viscous : (2.031073 -0.000273389 -0.0304448) porous : (0 0 0) sum of moments: pressure : (-0.00259609 -4.141974 0.003799801) viscous : (6.630684e-05 0.5941568 9.918768e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2868298 Cl = 2.391883e-05 Cl(f) = 1.195941e-05 Cl(r) = 1.195941e-05 Time = 60 smoothSolver: Solving for Ux, Initial residual = 0.0003492517, Final residual = 1.93519e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002697731, Final residual = 0.000138352, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002154853, Final residual = 0.0001130007, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01696052, Final residual = 0.001558243, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0025147, Final residual = 0.0001431508, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005274029, Final residual = 3.407265e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.809348e-05, Final residual = 8.466962e-06, No Iterations 2 time step continuity errors : sum local = 1.976921e-06, global = -1.001891e-07, cumulative = 1.067458e-06 smoothSolver: Solving for omega, Initial residual = 5.981585e-05, Final residual = 3.35162e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006591036, Final residual = 2.047009e-05, No Iterations 2 ExecutionTime = 43.09 s ClockTime = 45 s forces forces output: sum of forces: pressure : (7.035719 0.001180362 0.08448291) viscous : (2.028466 -0.0002750345 -0.03205237) porous : (0 0 0) sum of moments: pressure : (-0.002482048 -4.120917 0.003449055) viscous : (6.786503e-05 0.5939769 9.667884e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2858021 Cl = 2.854582e-05 Cl(f) = 1.427291e-05 Cl(r) = 1.427291e-05 Time = 61 smoothSolver: Solving for Ux, Initial residual = 0.000345779, Final residual = 1.91207e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002640708, Final residual = 0.0001355437, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002098809, Final residual = 0.0001106913, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01649343, Final residual = 0.001519341, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002450305, Final residual = 0.0001415166, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005147646, Final residual = 3.472034e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.780163e-05, Final residual = 8.460651e-06, No Iterations 2 time step continuity errors : sum local = 1.977894e-06, global = -1.8794e-09, cumulative = 1.065579e-06 smoothSolver: Solving for omega, Initial residual = 5.815302e-05, Final residual = 3.262774e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006397662, Final residual = 1.988964e-05, No Iterations 2 ExecutionTime = 43.8 s ClockTime = 45 s forces forces output: sum of forces: pressure : (7.001618 0.0009582342 0.1085898) viscous : (2.025634 -0.0002756174 -0.03357781) porous : (0 0 0) sum of moments: pressure : (-0.002264177 -4.098573 0.002997288) viscous : (6.874937e-05 0.5936957 9.510874e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2846375 Cl = 2.152353e-05 Cl(f) = 1.076177e-05 Cl(r) = 1.076177e-05 Time = 62 smoothSolver: Solving for Ux, Initial residual = 0.0003423437, Final residual = 1.889423e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002592498, Final residual = 0.0001329789, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002045841, Final residual = 0.0001084611, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01611411, Final residual = 0.001494349, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002406628, Final residual = 0.0001414833, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005108019, Final residual = 3.505229e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.813772e-05, Final residual = 8.629523e-06, No Iterations 2 time step continuity errors : sum local = 2.018776e-06, global = -9.212404e-09, cumulative = 1.056366e-06 smoothSolver: Solving for omega, Initial residual = 5.656832e-05, Final residual = 3.170953e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006206896, Final residual = 1.932018e-05, No Iterations 2 ExecutionTime = 44.54 s ClockTime = 46 s forces forces output: sum of forces: pressure : (6.968436 3.266591e-05 0.1309554) viscous : (2.022608 -0.0002770121 -0.03501392) porous : (0 0 0) sum of moments: pressure : (-0.001900019 -4.075549 0.002552114) viscous : (7.019815e-05 0.5933223 9.403257e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2834959 Cl = -7.704459e-06 Cl(f) = -3.85223e-06 Cl(r) = -3.85223e-06 Time = 63 smoothSolver: Solving for Ux, Initial residual = 0.0003391853, Final residual = 1.868759e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002549439, Final residual = 0.0001305177, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001997944, Final residual = 0.0001063216, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01589898, Final residual = 0.001500324, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002409577, Final residual = 0.000142431, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005170473, Final residual = 3.528078e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.909292e-05, Final residual = 8.983596e-06, No Iterations 2 time step continuity errors : sum local = 2.102026e-06, global = -1.18165e-07, cumulative = 9.382014e-07 smoothSolver: Solving for omega, Initial residual = 5.495633e-05, Final residual = 3.079731e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006026039, Final residual = 1.874042e-05, No Iterations 2 ExecutionTime = 45.24 s ClockTime = 47 s forces forces output: sum of forces: pressure : (6.940424 -0.001258148 0.1456796) viscous : (2.019443 -0.00027864 -0.03633538) porous : (0 0 0) sum of moments: pressure : (-0.001436966 -4.04869 0.002106504) viscous : (7.140269e-05 0.5928664 9.319722e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2825128 Cl = -4.845635e-05 Cl(f) = -2.422817e-05 Cl(r) = -2.422817e-05 Time = 64 smoothSolver: Solving for Ux, Initial residual = 0.0003359598, Final residual = 1.850248e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002519422, Final residual = 0.000128679, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001953973, Final residual = 0.0001047746, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01573705, Final residual = 0.001514107, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002416355, Final residual = 0.0001410124, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005244495, Final residual = 3.501623e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.781702e-05, Final residual = 9.371207e-06, No Iterations 2 time step continuity errors : sum local = 2.192579e-06, global = -1.607723e-07, cumulative = 7.774291e-07 smoothSolver: Solving for omega, Initial residual = 5.341549e-05, Final residual = 2.988348e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005850818, Final residual = 1.819311e-05, No Iterations 2 ExecutionTime = 45.92 s ClockTime = 47 s forces forces output: sum of forces: pressure : (6.917688 -0.001921629 0.1549019) viscous : (2.016141 -0.000279436 -0.03753289) porous : (0 0 0) sum of moments: pressure : (-0.001178374 -4.018241 0.00181996) viscous : (7.247614e-05 0.5923251 9.248018e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2816918 Cl = -6.940159e-05 Cl(f) = -3.47008e-05 Cl(r) = -3.47008e-05 Time = 65 smoothSolver: Solving for Ux, Initial residual = 0.0003325371, Final residual = 1.829731e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002499139, Final residual = 0.0001272727, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001915835, Final residual = 0.0001031761, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01559869, Final residual = 0.001521701, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002409931, Final residual = 0.0001383742, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005254077, Final residual = 3.387086e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.50005e-05, Final residual = 9.071635e-06, No Iterations 2 time step continuity errors : sum local = 2.12182e-06, global = -1.855254e-07, cumulative = 5.919036e-07 smoothSolver: Solving for omega, Initial residual = 5.189898e-05, Final residual = 2.90065e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005684256, Final residual = 1.770603e-05, No Iterations 2 ExecutionTime = 46.61 s ClockTime = 48 s forces forces output: sum of forces: pressure : (6.897588 -0.001833268 0.1605834) viscous : (2.012704 -0.0002794964 -0.03860945) porous : (0 0 0) sum of moments: pressure : (-0.001289578 -3.985225 0.001775919) viscous : (7.319309e-05 0.5916971 9.234402e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2809497 Cl = -6.661739e-05 Cl(f) = -3.33087e-05 Cl(r) = -3.33087e-05 Time = 66 smoothSolver: Solving for Ux, Initial residual = 0.0003290939, Final residual = 1.806138e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002481358, Final residual = 0.0001257146, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001881167, Final residual = 0.0001014013, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01552617, Final residual = 0.00151503, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002395944, Final residual = 0.0001332272, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005182174, Final residual = 3.210406e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.095914e-05, Final residual = 8.763902e-06, No Iterations 2 time step continuity errors : sum local = 2.049451e-06, global = -1.834403e-07, cumulative = 4.084633e-07 smoothSolver: Solving for omega, Initial residual = 5.046462e-05, Final residual = 2.811334e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005523375, Final residual = 1.722685e-05, No Iterations 2 ExecutionTime = 47.31 s ClockTime = 49 s forces forces output: sum of forces: pressure : (6.878821 -0.001480219 0.1665015) viscous : (2.009161 -0.0002795479 -0.03955292) porous : (0 0 0) sum of moments: pressure : (-0.00157512 -3.949758 0.001825399) viscous : (7.358716e-05 0.5909864 9.274762e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2802462 Cl = -5.548705e-05 Cl(f) = -2.774353e-05 Cl(r) = -2.774353e-05 Time = 67 smoothSolver: Solving for Ux, Initial residual = 0.0003253707, Final residual = 1.778878e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002460804, Final residual = 0.0001241687, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001845542, Final residual = 9.935281e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01562677, Final residual = 0.00149967, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002364378, Final residual = 0.0001274975, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005063825, Final residual = 3.012853e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.672405e-05, Final residual = 8.303886e-06, No Iterations 2 time step continuity errors : sum local = 1.941945e-06, global = -1.556793e-07, cumulative = 2.52784e-07 smoothSolver: Solving for omega, Initial residual = 4.912187e-05, Final residual = 2.722693e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005362786, Final residual = 1.67404e-05, No Iterations 2 ExecutionTime = 48 s ClockTime = 49 s forces forces output: sum of forces: pressure : (6.862279 -0.001320876 0.1748262) viscous : (2.005526 -0.0002800616 -0.04036596) porous : (0 0 0) sum of moments: pressure : (-0.001820058 -3.911605 0.001754907) viscous : (7.403336e-05 0.5901963 9.279678e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.27961 Cl = -5.047903e-05 Cl(f) = -2.523952e-05 Cl(r) = -2.523952e-05 Time = 68 smoothSolver: Solving for Ux, Initial residual = 0.0003215058, Final residual = 1.750414e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002435009, Final residual = 0.0001228452, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001808712, Final residual = 9.719043e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01547127, Final residual = 0.001473328, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002328777, Final residual = 0.0001225582, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000491047, Final residual = 2.863655e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.309174e-05, Final residual = 8.056985e-06, No Iterations 2 time step continuity errors : sum local = 1.884385e-06, global = -1.176871e-07, cumulative = 1.350969e-07 smoothSolver: Solving for omega, Initial residual = 4.77999e-05, Final residual = 2.63446e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005203331, Final residual = 1.623098e-05, No Iterations 2 ExecutionTime = 48.7 s ClockTime = 50 s forces forces output: sum of forces: pressure : (6.8483 -0.001497096 0.1863998) viscous : (2.001779 -0.0002809515 -0.04105984) porous : (0 0 0) sum of moments: pressure : (-0.001914115 -3.869114 0.00159205) viscous : (7.463417e-05 0.5893206 9.241912e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2790511 Cl = -5.606348e-05 Cl(f) = -2.803174e-05 Cl(r) = -2.803174e-05 Time = 69 smoothSolver: Solving for Ux, Initial residual = 0.0003172793, Final residual = 1.719803e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002400717, Final residual = 0.0001215657, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00177494, Final residual = 9.504192e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01517045, Final residual = 0.001425666, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002261421, Final residual = 0.0001180403, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004732918, Final residual = 2.7262e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.988437e-05, Final residual = 7.642258e-06, No Iterations 2 time step continuity errors : sum local = 1.787526e-06, global = -1.047944e-07, cumulative = 3.030251e-08 smoothSolver: Solving for omega, Initial residual = 4.651317e-05, Final residual = 2.547798e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005043295, Final residual = 1.571913e-05, No Iterations 2 ExecutionTime = 49.38 s ClockTime = 51 s forces forces output: sum of forces: pressure : (6.837085 -0.001798971 0.2054859) viscous : (1.997906 -0.0002819983 -0.04164329) porous : (0 0 0) sum of moments: pressure : (-0.001919102 -3.825212 0.001284347) viscous : (7.518283e-05 0.5883565 9.185842e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2785754 Cl = -6.561488e-05 Cl(f) = -3.280744e-05 Cl(r) = -3.280744e-05 Time = 70 smoothSolver: Solving for Ux, Initial residual = 0.0003124801, Final residual = 1.681354e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002363951, Final residual = 0.0001199615, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001741785, Final residual = 9.278209e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0147137, Final residual = 0.00137163, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002177331, Final residual = 0.0001146446, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004576151, Final residual = 2.601892e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.676532e-05, Final residual = 7.320574e-06, No Iterations 2 time step continuity errors : sum local = 1.712225e-06, global = -1.314086e-07, cumulative = -1.011061e-07 smoothSolver: Solving for omega, Initial residual = 4.522904e-05, Final residual = 2.46389e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004891286, Final residual = 1.524672e-05, No Iterations 2 ExecutionTime = 50.08 s ClockTime = 52 s forces forces output: sum of forces: pressure : (6.830482 -0.002374752 0.2325221) viscous : (1.99394 -0.0002831375 -0.04211697) porous : (0 0 0) sum of moments: pressure : (-0.001754208 -3.782616 0.0008372619) viscous : (7.515396e-05 0.5873184 9.161747e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2782421 Cl = -8.380569e-05 Cl(f) = -4.190284e-05 Cl(r) = -4.190284e-05 Time = 71 smoothSolver: Solving for Ux, Initial residual = 0.0003075228, Final residual = 1.637763e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002334646, Final residual = 0.0001183958, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00171003, Final residual = 9.061097e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01430135, Final residual = 0.001338685, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002122016, Final residual = 0.0001139087, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004494977, Final residual = 2.524176e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.522109e-05, Final residual = 7.317996e-06, No Iterations 2 time step continuity errors : sum local = 1.71107e-06, global = -1.375044e-07, cumulative = -2.386105e-07 smoothSolver: Solving for omega, Initial residual = 4.399074e-05, Final residual = 2.384093e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004745259, Final residual = 1.477602e-05, No Iterations 2 ExecutionTime = 50.79 s ClockTime = 52 s forces forces output: sum of forces: pressure : (6.831192 -0.002639093 0.2626498) viscous : (1.989915 -0.0002846991 -0.04248276) porous : (0 0 0) sum of moments: pressure : (-0.001757515 -3.740816 0.0004370851) viscous : (7.499119e-05 0.5862208 9.10825e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2781376 Cl = -9.218986e-05 Cl(f) = -4.609493e-05 Cl(r) = -4.609493e-05 Time = 72 smoothSolver: Solving for Ux, Initial residual = 0.0003028706, Final residual = 1.596879e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002311138, Final residual = 0.0001170833, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001682578, Final residual = 8.860042e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01419655, Final residual = 0.001327898, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002101885, Final residual = 0.0001151243, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004492386, Final residual = 2.512221e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.539581e-05, Final residual = 7.115106e-06, No Iterations 2 time step continuity errors : sum local = 1.662659e-06, global = -1.730329e-07, cumulative = -4.116434e-07 smoothSolver: Solving for omega, Initial residual = 4.282932e-05, Final residual = 2.311454e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000460521, Final residual = 1.433111e-05, No Iterations 2 ExecutionTime = 51.48 s ClockTime = 53 s forces forces output: sum of forces: pressure : (6.840132 -0.002679386 0.291709) viscous : (1.985822 -0.000287422 -0.04274937) porous : (0 0 0) sum of moments: pressure : (-0.001911043 -3.698143 7.568581e-05) viscous : (7.528744e-05 0.5850632 8.987047e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2782904 Cl = -9.354617e-05 Cl(f) = -4.677309e-05 Cl(r) = -4.677309e-05 Time = 73 smoothSolver: Solving for Ux, Initial residual = 0.0002984746, Final residual = 1.559888e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002292428, Final residual = 0.0001162428, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001659405, Final residual = 8.68208e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01416768, Final residual = 0.001331453, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002107236, Final residual = 0.000116979, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004524431, Final residual = 2.544058e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.637422e-05, Final residual = 7.079327e-06, No Iterations 2 time step continuity errors : sum local = 1.652831e-06, global = -1.560187e-07, cumulative = -5.676621e-07 smoothSolver: Solving for omega, Initial residual = 4.172751e-05, Final residual = 2.246304e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004470714, Final residual = 1.392617e-05, No Iterations 2 ExecutionTime = 52.17 s ClockTime = 54 s forces forces output: sum of forces: pressure : (6.856008 -0.002988825 0.3199417) viscous : (1.981649 -0.0002917511 -0.04292558) porous : (0 0 0) sum of moments: pressure : (-0.00188117 -3.654761 -0.0004721242) viscous : (7.601837e-05 0.5838433 8.658883e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2786594 Cl = -0.0001034396 Cl(f) = -5.171979e-05 Cl(r) = -5.171979e-05 Time = 74 smoothSolver: Solving for Ux, Initial residual = 0.000294351, Final residual = 1.527387e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002274964, Final residual = 0.0001158021, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001638854, Final residual = 8.540498e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01414377, Final residual = 0.001339545, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002118841, Final residual = 0.0001190086, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004530818, Final residual = 2.568889e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.692148e-05, Final residual = 7.183704e-06, No Iterations 2 time step continuity errors : sum local = 1.675924e-06, global = -1.507357e-07, cumulative = -7.183978e-07 smoothSolver: Solving for omega, Initial residual = 4.063576e-05, Final residual = 2.182202e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004341073, Final residual = 1.357431e-05, No Iterations 2 ExecutionTime = 52.86 s ClockTime = 55 s forces forces output: sum of forces: pressure : (6.875424 -0.003322896 0.3488626) viscous : (1.977403 -0.000296515 -0.04302009) porous : (0 0 0) sum of moments: pressure : (-0.001671338 -3.610197 -0.001067352) viscous : (7.696977e-05 0.582568 8.216308e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2791378 Cl = -0.0001141233 Cl(f) = -5.706167e-05 Cl(r) = -5.706167e-05 Time = 75 smoothSolver: Solving for Ux, Initial residual = 0.0002899877, Final residual = 1.497575e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002256506, Final residual = 0.000115396, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001620425, Final residual = 8.410714e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01406046, Final residual = 0.00134299, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002124142, Final residual = 0.000120897, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004470691, Final residual = 2.582134e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.64642e-05, Final residual = 7.036032e-06, No Iterations 2 time step continuity errors : sum local = 1.640527e-06, global = -1.390065e-07, cumulative = -8.574043e-07 smoothSolver: Solving for omega, Initial residual = 3.966136e-05, Final residual = 2.12103e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004216173, Final residual = 1.325374e-05, No Iterations 2 ExecutionTime = 53.55 s ClockTime = 55 s forces forces output: sum of forces: pressure : (6.894463 -0.00336156 0.3814891) viscous : (1.973127 -0.000301316 -0.04303704) porous : (0 0 0) sum of moments: pressure : (-0.001521737 -3.564401 -0.001467257) viscous : (7.845861e-05 0.5812544 7.794086e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2796032 Cl = -0.0001154938 Cl(f) = -5.774692e-05 Cl(r) = -5.774692e-05 Time = 76 smoothSolver: Solving for Ux, Initial residual = 0.000285395, Final residual = 1.466933e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002237261, Final residual = 0.0001147892, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001601764, Final residual = 8.282426e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01392161, Final residual = 0.001335657, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002110498, Final residual = 0.0001220882, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004403073, Final residual = 2.570163e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.585107e-05, Final residual = 6.694257e-06, No Iterations 2 time step continuity errors : sum local = 1.559988e-06, global = -1.111128e-07, cumulative = -9.68517e-07 smoothSolver: Solving for omega, Initial residual = 3.872123e-05, Final residual = 2.064205e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004099593, Final residual = 1.295505e-05, No Iterations 2 ExecutionTime = 54.25 s ClockTime = 56 s forces forces output: sum of forces: pressure : (6.912343 -0.003635072 0.4213531) viscous : (1.968799 -0.0003065613 -0.04299176) porous : (0 0 0) sum of moments: pressure : (-0.001386235 -3.520697 -0.001681355) viscous : (8.030501e-05 0.5798981 7.411816e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2800306 Cl = -0.0001242833 Cl(f) = -6.214166e-05 Cl(r) = -6.214166e-05 Time = 77 smoothSolver: Solving for Ux, Initial residual = 0.0002807154, Final residual = 1.435249e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002218397, Final residual = 0.0001142438, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001583201, Final residual = 8.146124e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01382048, Final residual = 0.001320064, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002081614, Final residual = 0.0001219974, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004335488, Final residual = 2.535784e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.526887e-05, Final residual = 6.382022e-06, No Iterations 2 time step continuity errors : sum local = 1.48613e-06, global = -9.603031e-08, cumulative = -1.064547e-06 smoothSolver: Solving for omega, Initial residual = 3.783013e-05, Final residual = 2.011821e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003991132, Final residual = 1.265817e-05, No Iterations 2 ExecutionTime = 54.94 s ClockTime = 57 s forces forces output: sum of forces: pressure : (6.929056 -0.004195116 0.4666499) viscous : (1.96441 -0.0003115133 -0.04290819) porous : (0 0 0) sum of moments: pressure : (-0.001195556 -3.480479 -0.001832681) viscous : (8.226495e-05 0.5785038 7.050842e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2804192 Cl = -0.0001420982 Cl(f) = -7.104908e-05 Cl(r) = -7.104908e-05 Time = 78 smoothSolver: Solving for Ux, Initial residual = 0.0002760004, Final residual = 1.405289e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002199723, Final residual = 0.0001134892, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001563383, Final residual = 8.01131e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01363994, Final residual = 0.001301485, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002050452, Final residual = 0.0001209711, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004262754, Final residual = 2.471772e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.438519e-05, Final residual = 5.993842e-06, No Iterations 2 time step continuity errors : sum local = 1.394766e-06, global = -8.309012e-08, cumulative = -1.147637e-06 smoothSolver: Solving for omega, Initial residual = 3.697368e-05, Final residual = 1.964465e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003882333, Final residual = 1.238205e-05, No Iterations 2 ExecutionTime = 55.63 s ClockTime = 57 s forces forces output: sum of forces: pressure : (6.943579 -0.00444218 0.5155424) viscous : (1.959962 -0.0003161137 -0.04279528) porous : (0 0 0) sum of moments: pressure : (-0.00105353 -3.44407 -0.001971231) viscous : (8.452899e-05 0.577076 6.763599e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2807368 Cl = -0.0001500334 Cl(f) = -7.501668e-05 Cl(r) = -7.501668e-05 Time = 79 smoothSolver: Solving for Ux, Initial residual = 0.0002712283, Final residual = 1.381359e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002175805, Final residual = 0.0001124322, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001542027, Final residual = 7.855229e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01335781, Final residual = 0.001270409, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002007279, Final residual = 0.0001183057, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004098771, Final residual = 2.339406e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.185482e-05, Final residual = 5.235951e-06, No Iterations 2 time step continuity errors : sum local = 1.217638e-06, global = -6.139267e-08, cumulative = -1.20903e-06 smoothSolver: Solving for omega, Initial residual = 3.61152e-05, Final residual = 1.919505e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003781456, Final residual = 1.214182e-05, No Iterations 2 ExecutionTime = 56.32 s ClockTime = 58 s forces forces output: sum of forces: pressure : (6.954867 -0.00392287 0.5692131) viscous : (1.955511 -0.0003211047 -0.04265724) porous : (0 0 0) sum of moments: pressure : (-0.001083484 -3.411244 -0.002038692) viscous : (8.74182e-05 0.5756401 6.490853e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2809524 Cl = -0.0001338164 Cl(f) = -6.690821e-05 Cl(r) = -6.690821e-05 Time = 80 smoothSolver: Solving for Ux, Initial residual = 0.0002663799, Final residual = 1.360021e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002146617, Final residual = 0.0001112765, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001520032, Final residual = 7.691311e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0131769, Final residual = 0.001238094, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001959831, Final residual = 0.0001151515, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003952026, Final residual = 2.219955e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.945338e-05, Final residual = 4.852558e-06, No Iterations 2 time step continuity errors : sum local = 1.127842e-06, global = -3.351765e-08, cumulative = -1.242548e-06 smoothSolver: Solving for omega, Initial residual = 3.528221e-05, Final residual = 1.877009e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003682865, Final residual = 1.194196e-05, No Iterations 2 ExecutionTime = 57.02 s ClockTime = 59 s forces forces output: sum of forces: pressure : (6.963317 -0.003071705 0.6248403) viscous : (1.951056 -0.000326757 -0.04249467) porous : (0 0 0) sum of moments: pressure : (-0.001155152 -3.381423 -0.002110833) viscous : (9.097709e-05 0.5741947 6.197497e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2810784 Cl = -0.0001071566 Cl(f) = -5.357831e-05 Cl(r) = -5.357831e-05 Time = 81 smoothSolver: Solving for Ux, Initial residual = 0.0002616667, Final residual = 1.339643e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002117085, Final residual = 0.0001101259, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001497014, Final residual = 7.540953e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01303942, Final residual = 0.001209889, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001918434, Final residual = 0.0001118001, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003847315, Final residual = 2.130072e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.769292e-05, Final residual = 4.525474e-06, No Iterations 2 time step continuity errors : sum local = 1.051088e-06, global = -5.183934e-08, cumulative = -1.294387e-06 smoothSolver: Solving for omega, Initial residual = 3.453044e-05, Final residual = 1.841112e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003589371, Final residual = 1.175113e-05, No Iterations 2 ExecutionTime = 57.72 s ClockTime = 60 s forces forces output: sum of forces: pressure : (6.970352 -0.002432255 0.6783834) viscous : (1.946578 -0.0003327575 -0.04231778) porous : (0 0 0) sum of moments: pressure : (-0.001170393 -3.354135 -0.002194084) viscous : (9.517194e-05 0.5727346 5.876153e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.281159 Cl = -8.718338e-05 Cl(f) = -4.359169e-05 Cl(r) = -4.359169e-05 Time = 82 smoothSolver: Solving for Ux, Initial residual = 0.0002574094, Final residual = 1.321153e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002089855, Final residual = 0.0001089306, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001474728, Final residual = 7.406689e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01286931, Final residual = 0.001189718, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001890857, Final residual = 0.0001108193, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003819736, Final residual = 2.125042e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.744163e-05, Final residual = 4.540804e-06, No Iterations 2 time step continuity errors : sum local = 1.053871e-06, global = -6.04402e-08, cumulative = -1.354827e-06 smoothSolver: Solving for omega, Initial residual = 3.387928e-05, Final residual = 1.808591e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003497625, Final residual = 1.160113e-05, No Iterations 2 ExecutionTime = 58.42 s ClockTime = 60 s forces forces output: sum of forces: pressure : (6.976876 -0.002213204 0.7318924) viscous : (1.94208 -0.0003376505 -0.04213041) porous : (0 0 0) sum of moments: pressure : (-0.001094826 -3.330989 -0.002301293) viscous : (9.932406e-05 0.5712632 5.677941e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2812228 Cl = -8.04308e-05 Cl(f) = -4.02154e-05 Cl(r) = -4.02154e-05 Time = 83 smoothSolver: Solving for Ux, Initial residual = 0.0002530658, Final residual = 1.302581e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00206586, Final residual = 0.000107838, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001454401, Final residual = 7.290425e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01268036, Final residual = 0.00116285, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001852963, Final residual = 0.0001084588, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003754741, Final residual = 2.142281e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.701171e-05, Final residual = 4.696577e-06, No Iterations 2 time step continuity errors : sum local = 1.089154e-06, global = -7.280554e-08, cumulative = -1.427633e-06 smoothSolver: Solving for omega, Initial residual = 3.323796e-05, Final residual = 1.777165e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003413762, Final residual = 1.14577e-05, No Iterations 2 ExecutionTime = 59.11 s ClockTime = 61 s forces forces output: sum of forces: pressure : (6.983165 -0.002041117 0.7773082) viscous : (1.937563 -0.0003418405 -0.04192874) porous : (0 0 0) sum of moments: pressure : (-0.001036785 -3.307401 -0.002327983) viscous : (0.0001036563 0.5697785 5.426081e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2812787 Cl = -7.513685e-05 Cl(f) = -3.756842e-05 Cl(r) = -3.756842e-05 Time = 84 smoothSolver: Solving for Ux, Initial residual = 0.0002487925, Final residual = 1.279697e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002038451, Final residual = 0.0001066, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001433517, Final residual = 7.169713e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01259419, Final residual = 0.001129821, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001804511, Final residual = 0.0001027737, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003619725, Final residual = 2.10603e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.507274e-05, Final residual = 4.711957e-06, No Iterations 2 time step continuity errors : sum local = 1.091704e-06, global = -2.17375e-08, cumulative = -1.44937e-06 smoothSolver: Solving for omega, Initial residual = 3.266342e-05, Final residual = 1.74601e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003328046, Final residual = 1.127278e-05, No Iterations 2 ExecutionTime = 59.8 s ClockTime = 62 s forces forces output: sum of forces: pressure : (6.988278 -0.0017833 0.8121563) viscous : (1.933079 -0.0003451797 -0.04169951) porous : (0 0 0) sum of moments: pressure : (-0.001028085 -3.279795 -0.00232746) viscous : (0.0001079127 0.5682965 5.169793e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2812986 Cl = -6.711291e-05 Cl(f) = -3.355646e-05 Cl(r) = -3.355646e-05 Time = 85 smoothSolver: Solving for Ux, Initial residual = 0.0002442747, Final residual = 1.252382e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002006691, Final residual = 0.0001050299, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001412896, Final residual = 7.065828e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01252985, Final residual = 0.001127273, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001788988, Final residual = 0.0001008678, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000357817, Final residual = 2.071095e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.412712e-05, Final residual = 4.74587e-06, No Iterations 2 time step continuity errors : sum local = 1.098758e-06, global = -6.229189e-08, cumulative = -1.511662e-06 smoothSolver: Solving for omega, Initial residual = 3.209266e-05, Final residual = 1.714486e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003250458, Final residual = 1.10703e-05, No Iterations 2 ExecutionTime = 60.5 s ClockTime = 62 s forces forces output: sum of forces: pressure : (6.992032 -0.001279123 0.8479134) viscous : (1.928616 -0.0003464719 -0.04144109) porous : (0 0 0) sum of moments: pressure : (-0.001173145 -3.253012 -0.002156281) viscous : (0.000111402 0.5668109 5.025417e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2812762 Cl = -5.125651e-05 Cl(f) = -2.562825e-05 Cl(r) = -2.562825e-05 Time = 86 smoothSolver: Solving for Ux, Initial residual = 0.0002396308, Final residual = 1.225108e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001973309, Final residual = 0.0001034877, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001393533, Final residual = 6.965446e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01237127, Final residual = 0.001119727, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001769947, Final residual = 9.975544e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003551509, Final residual = 2.105179e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.351611e-05, Final residual = 4.806903e-06, No Iterations 2 time step continuity errors : sum local = 1.111862e-06, global = -5.622762e-08, cumulative = -1.56789e-06 smoothSolver: Solving for omega, Initial residual = 3.152984e-05, Final residual = 1.681321e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003175439, Final residual = 1.087972e-05, No Iterations 2 ExecutionTime = 61.19 s ClockTime = 63 s forces forces output: sum of forces: pressure : (6.995444 -0.0007238604 0.8902796) viscous : (1.92416 -0.0003453644 -0.04115676) porous : (0 0 0) sum of moments: pressure : (-0.001435131 -3.230228 -0.001910353) viscous : (0.0001142032 0.5653178 4.933786e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2812433 Cl = -3.371364e-05 Cl(f) = -1.685682e-05 Cl(r) = -1.685682e-05 Time = 87 smoothSolver: Solving for Ux, Initial residual = 0.0002350202, Final residual = 1.198494e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001948842, Final residual = 0.0001022425, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001374574, Final residual = 6.858491e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01220849, Final residual = 0.001099049, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001739673, Final residual = 9.664715e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003479676, Final residual = 2.119649e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.220286e-05, Final residual = 4.906098e-06, No Iterations 2 time step continuity errors : sum local = 1.133532e-06, global = -2.16327e-08, cumulative = -1.589523e-06 smoothSolver: Solving for omega, Initial residual = 3.091294e-05, Final residual = 1.646138e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003101736, Final residual = 1.066296e-05, No Iterations 2 ExecutionTime = 61.88 s ClockTime = 64 s forces forces output: sum of forces: pressure : (7.000617 -0.000367056 0.9304533) viscous : (1.919726 -0.0003457024 -0.0408558) porous : (0 0 0) sum of moments: pressure : (-0.001609734 -3.208309 -0.001801233) viscous : (0.0001178565 0.5638293 4.781762e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2812666 Cl = -2.247393e-05 Cl(f) = -1.123696e-05 Cl(r) = -1.123696e-05 Time = 88 smoothSolver: Solving for Ux, Initial residual = 0.0002303861, Final residual = 1.172449e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001921664, Final residual = 0.0001008811, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001357429, Final residual = 6.769517e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01206922, Final residual = 0.001076636, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001717854, Final residual = 9.386206e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003403024, Final residual = 2.137257e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.128669e-05, Final residual = 5.104063e-06, No Iterations 2 time step continuity errors : sum local = 1.17813e-06, global = -2.455846e-08, cumulative = -1.614081e-06 smoothSolver: Solving for omega, Initial residual = 3.030998e-05, Final residual = 1.610058e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003031434, Final residual = 1.046274e-05, No Iterations 2 ExecutionTime = 62.58 s ClockTime = 65 s forces forces output: sum of forces: pressure : (7.008599 -0.0003179228 0.9618402) viscous : (1.915313 -0.0003458864 -0.04054885) porous : (0 0 0) sum of moments: pressure : (-0.001654519 -3.184513 -0.001805923) viscous : (0.0001215249 0.5623482 4.602192e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2813791 Cl = -2.093051e-05 Cl(f) = -1.046526e-05 Cl(r) = -1.046526e-05 Time = 89 smoothSolver: Solving for Ux, Initial residual = 0.0002258281, Final residual = 1.147497e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001893966, Final residual = 9.949525e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001341056, Final residual = 6.692011e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01187652, Final residual = 0.001050287, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00168262, Final residual = 9.116829e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003328297, Final residual = 2.153304e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.077571e-05, Final residual = 5.315109e-06, No Iterations 2 time step continuity errors : sum local = 1.225714e-06, global = -2.774783e-08, cumulative = -1.641829e-06 smoothSolver: Solving for omega, Initial residual = 2.97742e-05, Final residual = 1.573981e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002956496, Final residual = 1.02774e-05, No Iterations 2 ExecutionTime = 63.26 s ClockTime = 65 s forces forces output: sum of forces: pressure : (7.018967 -0.0005719905 0.9841465) viscous : (1.910933 -0.0003451625 -0.04023604) porous : (0 0 0) sum of moments: pressure : (-0.001549735 -3.158515 -0.002054221) viscous : (0.0001246795 0.5608801 4.40847e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2815679 Cl = -2.891868e-05 Cl(f) = -1.445934e-05 Cl(r) = -1.445934e-05 Time = 90 smoothSolver: Solving for Ux, Initial residual = 0.0002216163, Final residual = 1.123685e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001862651, Final residual = 9.790346e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00132262, Final residual = 6.602115e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01162896, Final residual = 0.00101823, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001632776, Final residual = 8.841381e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003244247, Final residual = 2.123231e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.931881e-05, Final residual = 5.358507e-06, No Iterations 2 time step continuity errors : sum local = 1.234702e-06, global = -3.559594e-08, cumulative = -1.677425e-06 smoothSolver: Solving for omega, Initial residual = 2.92414e-05, Final residual = 1.544053e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002885736, Final residual = 1.012438e-05, No Iterations 2 ExecutionTime = 63.97 s ClockTime = 66 s forces forces output: sum of forces: pressure : (7.030554 -0.000487085 1.002938) viscous : (1.906595 -0.000344571 -0.0399225) porous : (0 0 0) sum of moments: pressure : (-0.001549121 -3.133299 -0.002196437) viscous : (0.000127835 0.5594313 4.306073e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2817965 Cl = -2.622288e-05 Cl(f) = -1.311144e-05 Cl(r) = -1.311144e-05 Time = 91 smoothSolver: Solving for Ux, Initial residual = 0.0002173133, Final residual = 1.101926e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001829826, Final residual = 9.584061e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001302801, Final residual = 6.506927e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01135271, Final residual = 0.0009825812, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001578992, Final residual = 8.602041e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003146975, Final residual = 2.100117e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.763648e-05, Final residual = 5.363513e-06, No Iterations 2 time step continuity errors : sum local = 1.234753e-06, global = -3.683298e-08, cumulative = -1.714258e-06 smoothSolver: Solving for omega, Initial residual = 2.866974e-05, Final residual = 1.522096e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002815987, Final residual = 1.000668e-05, No Iterations 2 ExecutionTime = 64.68 s ClockTime = 67 s forces forces output: sum of forces: pressure : (7.042791 -4.379775e-06 1.017367) viscous : (1.902299 -0.0003451818 -0.03960662) porous : (0 0 0) sum of moments: pressure : (-0.001704245 -3.108355 -0.002187562) viscous : (0.0001312883 0.5580011 4.195265e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2820469 Cl = -1.1022e-05 Cl(f) = -5.510998e-06 Cl(r) = -5.510998e-06 Time = 92 smoothSolver: Solving for Ux, Initial residual = 0.0002130564, Final residual = 1.08265e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001796705, Final residual = 9.358414e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001282502, Final residual = 6.401723e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01114029, Final residual = 0.000958445, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001544861, Final residual = 8.508908e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003078608, Final residual = 2.110976e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.679993e-05, Final residual = 5.464244e-06, No Iterations 2 time step continuity errors : sum local = 1.256904e-06, global = -3.830243e-08, cumulative = -1.75256e-06 smoothSolver: Solving for omega, Initial residual = 2.814758e-05, Final residual = 1.501399e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002741621, Final residual = 9.895187e-06, No Iterations 2 ExecutionTime = 65.37 s ClockTime = 68 s forces forces output: sum of forces: pressure : (7.055169 0.0007027678 1.028686) viscous : (1.898051 -0.0003470617 -0.03929162) porous : (0 0 0) sum of moments: pressure : (-0.001930422 -3.083592 -0.002151819) viscous : (0.0001352908 0.5565921 4.073482e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2823032 Cl = 1.121574e-05 Cl(f) = 5.607869e-06 Cl(r) = 5.607869e-06 Time = 93 smoothSolver: Solving for Ux, Initial residual = 0.0002090939, Final residual = 1.065759e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001765638, Final residual = 9.141557e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001263585, Final residual = 6.292943e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01104402, Final residual = 0.0009474871, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001534186, Final residual = 8.506084e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003063213, Final residual = 2.147798e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.662874e-05, Final residual = 5.612407e-06, No Iterations 2 time step continuity errors : sum local = 1.290027e-06, global = -3.978232e-08, cumulative = -1.792343e-06 smoothSolver: Solving for omega, Initial residual = 2.770637e-05, Final residual = 1.481584e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002677955, Final residual = 9.781095e-06, No Iterations 2 ExecutionTime = 66.06 s ClockTime = 68 s forces forces output: sum of forces: pressure : (7.06747 0.00152424 1.039309) viscous : (1.893845 -0.000349678 -0.03897641) porous : (0 0 0) sum of moments: pressure : (-0.002178971 -3.060088 -0.002036339) viscous : (0.0001396256 0.5552011 3.977581e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2825585 Cl = 3.703503e-05 Cl(f) = 1.851751e-05 Cl(r) = 1.851751e-05 Time = 94 smoothSolver: Solving for Ux, Initial residual = 0.000205225, Final residual = 1.049095e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001733912, Final residual = 8.950669e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001245647, Final residual = 6.183143e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01095826, Final residual = 0.0009371441, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00152956, Final residual = 8.479696e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003064861, Final residual = 2.162938e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.655502e-05, Final residual = 2.893246e-06, No Iterations 3 time step continuity errors : sum local = 6.645955e-07, global = -1.641524e-08, cumulative = -1.808758e-06 smoothSolver: Solving for omega, Initial residual = 2.725855e-05, Final residual = 1.455364e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002612859, Final residual = 9.625952e-06, No Iterations 2 ExecutionTime = 66.76 s ClockTime = 69 s forces forces output: sum of forces: pressure : (7.079669 0.002094032 1.050314) viscous : (1.889681 -0.0003516987 -0.03865984) porous : (0 0 0) sum of moments: pressure : (-0.002324683 -3.03817 -0.001960007) viscous : (0.0001435592 0.5538262 3.879279e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2828118 Cl = 5.493736e-05 Cl(f) = 2.746868e-05 Cl(r) = 2.746868e-05 Time = 95 smoothSolver: Solving for Ux, Initial residual = 0.0002015087, Final residual = 1.031595e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001705746, Final residual = 8.791623e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001229741, Final residual = 6.074953e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01079498, Final residual = 0.0009277816, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001525111, Final residual = 8.354988e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003047971, Final residual = 2.101585e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.5629e-05, Final residual = 2.780333e-06, No Iterations 3 time step continuity errors : sum local = 6.383834e-07, global = -2.05371e-08, cumulative = -1.829295e-06 smoothSolver: Solving for omega, Initial residual = 2.673612e-05, Final residual = 1.427468e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002545848, Final residual = 9.44174e-06, No Iterations 2 ExecutionTime = 67.46 s ClockTime = 70 s forces forces output: sum of forces: pressure : (7.091093 0.00270291 1.06525) viscous : (1.885574 -0.0003537306 -0.03834133) porous : (0 0 0) sum of moments: pressure : (-0.002493373 -3.020088 -0.001660022) viscous : (0.0001476648 0.5524742 3.866281e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2830426 Cl = 7.407179e-05 Cl(f) = 3.70359e-05 Cl(r) = 3.70359e-05 Time = 96 smoothSolver: Solving for Ux, Initial residual = 0.0001978156, Final residual = 1.011891e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001678728, Final residual = 8.620391e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001213116, Final residual = 5.97473e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01053134, Final residual = 0.0009140008, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001517443, Final residual = 8.202091e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003011372, Final residual = 1.991408e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.399274e-05, Final residual = 5.336754e-06, No Iterations 2 time step continuity errors : sum local = 1.224933e-06, global = -4.24628e-08, cumulative = -1.871758e-06 smoothSolver: Solving for omega, Initial residual = 2.616513e-05, Final residual = 1.400859e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002480903, Final residual = 9.283175e-06, No Iterations 2 ExecutionTime = 68.15 s ClockTime = 70 s forces forces output: sum of forces: pressure : (7.101146 0.003398783 1.083446) viscous : (1.881525 -0.0003577049 -0.03802294) porous : (0 0 0) sum of moments: pressure : (-0.002730162 -3.005011 -0.001164246) viscous : (0.0001526001 0.5511445 3.899774e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2832319 Cl = 9.588797e-05 Cl(f) = 4.794399e-05 Cl(r) = 4.794399e-05 Time = 97 smoothSolver: Solving for Ux, Initial residual = 0.0001942065, Final residual = 9.912667e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001652128, Final residual = 8.445973e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001196502, Final residual = 5.871528e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01029694, Final residual = 0.0008912425, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001489232, Final residual = 8.050194e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002945029, Final residual = 1.951324e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.296413e-05, Final residual = 5.187617e-06, No Iterations 2 time step continuity errors : sum local = 1.19018e-06, global = -4.154749e-08, cumulative = -1.913305e-06 smoothSolver: Solving for omega, Initial residual = 2.565605e-05, Final residual = 1.374004e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002416801, Final residual = 9.120671e-06, No Iterations 2 ExecutionTime = 68.84 s ClockTime = 71 s forces forces output: sum of forces: pressure : (7.110555 0.004093484 1.100538) viscous : (1.877531 -0.0003624429 -0.0377103) porous : (0 0 0) sum of moments: pressure : (-0.003026769 -2.990343 -0.0006073138) viscous : (0.0001576597 0.5498362 3.991746e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2834026 Cl = 0.0001176431 Cl(f) = 5.882157e-05 Cl(r) = 5.882157e-05 Time = 98 smoothSolver: Solving for Ux, Initial residual = 0.0001907747, Final residual = 9.701558e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001623716, Final residual = 8.279236e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001179655, Final residual = 5.78238e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0101447, Final residual = 0.0008709181, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001462383, Final residual = 7.824463e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002868911, Final residual = 1.907101e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.16067e-05, Final residual = 5.090068e-06, No Iterations 2 time step continuity errors : sum local = 1.167146e-06, global = -4.041567e-08, cumulative = -1.953721e-06 smoothSolver: Solving for omega, Initial residual = 2.515725e-05, Final residual = 1.346749e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002355864, Final residual = 8.966518e-06, No Iterations 2 ExecutionTime = 69.53 s ClockTime = 72 s forces forces output: sum of forces: pressure : (7.11934 0.004622577 1.113676) viscous : (1.87359 -0.0003695941 -0.03740311) porous : (0 0 0) sum of moments: pressure : (-0.003268388 -2.975293 -0.0001771736) viscous : (0.000163328 0.548548 4.105384e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2835554 Cl = 0.0001341005 Cl(f) = 6.705023e-05 Cl(r) = 6.705023e-05 Time = 99 smoothSolver: Solving for Ux, Initial residual = 0.0001874741, Final residual = 9.492407e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001596739, Final residual = 8.098613e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001163012, Final residual = 5.705566e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01000293, Final residual = 0.0008624479, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001443184, Final residual = 7.714689e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002816503, Final residual = 1.874009e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.061972e-05, Final residual = 5.01839e-06, No Iterations 2 time step continuity errors : sum local = 1.150048e-06, global = -4.132568e-08, cumulative = -1.995047e-06 smoothSolver: Solving for omega, Initial residual = 2.464787e-05, Final residual = 1.316793e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002298434, Final residual = 8.805923e-06, No Iterations 2 ExecutionTime = 70.22 s ClockTime = 72 s forces forces output: sum of forces: pressure : (7.127303 0.004850133 1.122745) viscous : (1.869702 -0.0003783946 -0.03709482) porous : (0 0 0) sum of moments: pressure : (-0.003351344 -2.960355 2.607325e-05) viscous : (0.0001693426 0.5472758 4.310673e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2836838 Cl = 0.000140998 Cl(f) = 7.049901e-05 Cl(r) = 7.049901e-05 Time = 100 smoothSolver: Solving for Ux, Initial residual = 0.0001842269, Final residual = 9.277036e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001568764, Final residual = 7.918449e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001147281, Final residual = 5.631101e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009886785, Final residual = 0.0008612577, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001430169, Final residual = 7.67388e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002800178, Final residual = 1.824887e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.983346e-05, Final residual = 4.786313e-06, No Iterations 2 time step continuity errors : sum local = 1.096443e-06, global = -3.90129e-08, cumulative = -2.034059e-06 smoothSolver: Solving for omega, Initial residual = 2.417457e-05, Final residual = 1.289423e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000224022, Final residual = 8.644304e-06, No Iterations 2 ExecutionTime = 70.92 s ClockTime = 73 s forces forces output: sum of forces: pressure : (7.133631 0.004683154 1.131135) viscous : (1.865867 -0.0003895035 -0.03678709) porous : (0 0 0) sum of moments: pressure : (-0.0032867 -2.946804 0.0001345265) viscous : (0.0001757182 0.5460192 4.559365e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2837624 Cl = 0.0001353827 Cl(f) = 6.769137e-05 Cl(r) = 6.769137e-05 Time = 101 smoothSolver: Solving for Ux, Initial residual = 0.0001809892, Final residual = 9.069998e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001543259, Final residual = 7.737276e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001132316, Final residual = 5.558782e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009741064, Final residual = 0.0008626429, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001424992, Final residual = 7.627621e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002813113, Final residual = 1.749877e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.922982e-05, Final residual = 4.410481e-06, No Iterations 2 time step continuity errors : sum local = 1.010233e-06, global = -3.216691e-08, cumulative = -2.066226e-06 smoothSolver: Solving for omega, Initial residual = 2.369113e-05, Final residual = 1.263904e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002183274, Final residual = 8.51299e-06, No Iterations 2 ExecutionTime = 71.63 s ClockTime = 74 s forces forces output: sum of forces: pressure : (7.137647 0.004242987 1.143804) viscous : (1.862083 -0.0004022724 -0.03648249) porous : (0 0 0) sum of moments: pressure : (-0.00309903 -2.936038 0.000327019) viscous : (0.0001822524 0.5447781 4.888348e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2837698 Cl = 0.0001211013 Cl(f) = 6.055063e-05 Cl(r) = 6.055063e-05 Time = 102 smoothSolver: Solving for Ux, Initial residual = 0.0001777706, Final residual = 8.866501e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001514225, Final residual = 7.53249e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001117787, Final residual = 5.483501e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009560729, Final residual = 0.0008635805, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001414373, Final residual = 7.574795e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002823266, Final residual = 1.687012e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.858467e-05, Final residual = 4.089939e-06, No Iterations 2 time step continuity errors : sum local = 9.368938e-07, global = -2.761122e-08, cumulative = -2.093838e-06 smoothSolver: Solving for omega, Initial residual = 2.322433e-05, Final residual = 1.238057e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002127106, Final residual = 8.382836e-06, No Iterations 2 ExecutionTime = 72.33 s ClockTime = 75 s forces forces output: sum of forces: pressure : (7.139539 0.003841312 1.162142) viscous : (1.858347 -0.00041622 -0.03618037) porous : (0 0 0) sum of moments: pressure : (-0.002947424 -2.928334 0.000600045) viscous : (0.0001885385 0.5435496 5.302754e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2837116 Cl = 0.0001079963 Cl(f) = 5.399815e-05 Cl(r) = 5.399815e-05 Time = 103 smoothSolver: Solving for Ux, Initial residual = 0.0001745998, Final residual = 8.666886e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001483609, Final residual = 7.326897e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001102997, Final residual = 5.407298e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009433058, Final residual = 0.0008606178, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001396029, Final residual = 7.498916e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002818866, Final residual = 1.646179e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.788921e-05, Final residual = 3.894194e-06, No Iterations 2 time step continuity errors : sum local = 8.922221e-07, global = -2.539607e-08, cumulative = -2.119234e-06 smoothSolver: Solving for omega, Initial residual = 2.280163e-05, Final residual = 1.211921e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002072788, Final residual = 8.248955e-06, No Iterations 2 ExecutionTime = 73.01 s ClockTime = 75 s forces forces output: sum of forces: pressure : (7.139865 0.00362575 1.185012) viscous : (1.854656 -0.0004326593 -0.03588003) porous : (0 0 0) sum of moments: pressure : (-0.002848917 -2.923179 0.00081632) viscous : (0.0001953371 0.5423308 5.756595e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2836055 Cl = 0.0001006811 Cl(f) = 5.034054e-05 Cl(r) = 5.034054e-05 Time = 104 smoothSolver: Solving for Ux, Initial residual = 0.0001714775, Final residual = 8.477979e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001452466, Final residual = 7.130272e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001087071, Final residual = 5.326542e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009296179, Final residual = 0.0008528774, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001372554, Final residual = 7.45497e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002807733, Final residual = 1.630929e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.725366e-05, Final residual = 3.877318e-06, No Iterations 2 time step continuity errors : sum local = 8.884592e-07, global = -2.649478e-08, cumulative = -2.145728e-06 smoothSolver: Solving for omega, Initial residual = 2.239445e-05, Final residual = 1.186608e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002021643, Final residual = 8.107631e-06, No Iterations 2 ExecutionTime = 73.71 s ClockTime = 76 s forces forces output: sum of forces: pressure : (7.139182 0.003893305 1.209484) viscous : (1.851011 -0.0004504335 -0.03558338) porous : (0 0 0) sum of moments: pressure : (-0.002888393 -2.919487 0.001160293) viscous : (0.000202083 0.5411226 6.262769e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.283469 Cl = 0.0001085569 Cl(f) = 5.427845e-05 Cl(r) = 5.427845e-05 Time = 105 smoothSolver: Solving for Ux, Initial residual = 0.0001683979, Final residual = 8.303814e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001423392, Final residual = 6.963682e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001071416, Final residual = 5.239162e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009131125, Final residual = 0.0008415747, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001343678, Final residual = 7.471632e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002779028, Final residual = 1.631732e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.665633e-05, Final residual = 3.992745e-06, No Iterations 2 time step continuity errors : sum local = 9.149474e-07, global = -3.003948e-08, cumulative = -2.175768e-06 smoothSolver: Solving for omega, Initial residual = 2.197589e-05, Final residual = 1.160383e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001971233, Final residual = 7.972251e-06, No Iterations 2 ExecutionTime = 74.4 s ClockTime = 77 s forces forces output: sum of forces: pressure : (7.137506 0.004407543 1.23174) viscous : (1.847413 -0.0004682921 -0.03528995) porous : (0 0 0) sum of moments: pressure : (-0.002944197 -2.915628 0.001584777) viscous : (0.0002083595 0.5399252 6.841798e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2833027 Cl = 0.0001242082 Cl(f) = 6.210409e-05 Cl(r) = 6.210409e-05 Time = 106 smoothSolver: Solving for Ux, Initial residual = 0.000165469, Final residual = 8.139799e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001397842, Final residual = 6.808619e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00105773, Final residual = 5.156174e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008969092, Final residual = 0.0008250058, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00130699, Final residual = 7.490739e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002742726, Final residual = 1.629176e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.614294e-05, Final residual = 4.096138e-06, No Iterations 2 time step continuity errors : sum local = 9.386846e-07, global = -3.331458e-08, cumulative = -2.209082e-06 smoothSolver: Solving for omega, Initial residual = 2.156901e-05, Final residual = 1.135225e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000192208, Final residual = 7.838013e-06, No Iterations 2 ExecutionTime = 75.09 s ClockTime = 78 s forces forces output: sum of forces: pressure : (7.134277 0.00475603 1.2506) viscous : (1.84387 -0.0004860738 -0.03500158) porous : (0 0 0) sum of moments: pressure : (-0.002928586 -2.910933 0.001974413) viscous : (0.0002139884 0.5387427 7.448394e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2830892 Cl = 0.0001346356 Cl(f) = 6.731782e-05 Cl(r) = 6.731782e-05 Time = 107 smoothSolver: Solving for Ux, Initial residual = 0.00016264, Final residual = 7.976302e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001374614, Final residual = 6.662498e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001043572, Final residual = 5.077784e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008798047, Final residual = 0.0008063387, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001274348, Final residual = 7.456828e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002704419, Final residual = 1.626908e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.592244e-05, Final residual = 4.136993e-06, No Iterations 2 time step continuity errors : sum local = 9.481134e-07, global = -3.368545e-08, cumulative = -2.242768e-06 smoothSolver: Solving for omega, Initial residual = 2.118498e-05, Final residual = 1.113928e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001873767, Final residual = 7.698587e-06, No Iterations 2 ExecutionTime = 75.78 s ClockTime = 78 s forces forces output: sum of forces: pressure : (7.129012 0.004579617 1.266563) viscous : (1.840385 -0.0005042904 -0.03471954) porous : (0 0 0) sum of moments: pressure : (-0.002754369 -2.90531 0.002196119) viscous : (0.000219216 0.5375767 8.077933e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2828133 Cl = 0.0001284988 Cl(f) = 6.424939e-05 Cl(r) = 6.424939e-05 Time = 108 smoothSolver: Solving for Ux, Initial residual = 0.0001599229, Final residual = 7.811515e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001351569, Final residual = 6.534704e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001029637, Final residual = 4.999031e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008644737, Final residual = 0.0007891966, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001246601, Final residual = 7.343233e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002657773, Final residual = 1.572771e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.501549e-05, Final residual = 3.952701e-06, No Iterations 2 time step continuity errors : sum local = 9.0596e-07, global = -3.178206e-08, cumulative = -2.27455e-06 smoothSolver: Solving for omega, Initial residual = 2.079379e-05, Final residual = 1.093213e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001827758, Final residual = 7.557566e-06, No Iterations 2 ExecutionTime = 76.47 s ClockTime = 79 s forces forces output: sum of forces: pressure : (7.12169 0.003973788 1.28117) viscous : (1.836958 -0.0005220624 -0.03444174) porous : (0 0 0) sum of moments: pressure : (-0.002455077 -2.899456 0.002267986) viscous : (0.0002237004 0.5364268 8.765931e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2824744 Cl = 0.0001088361 Cl(f) = 5.441804e-05 Cl(r) = 5.441804e-05 Time = 109 smoothSolver: Solving for Ux, Initial residual = 0.0001572752, Final residual = 7.644311e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00132869, Final residual = 6.413495e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001015633, Final residual = 4.91526e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00849136, Final residual = 0.0007728331, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001226001, Final residual = 7.14947e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002606621, Final residual = 1.497877e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.370734e-05, Final residual = 3.703428e-06, No Iterations 2 time step continuity errors : sum local = 8.4897e-07, global = -3.002523e-08, cumulative = -2.304575e-06 smoothSolver: Solving for omega, Initial residual = 2.042915e-05, Final residual = 1.071621e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001781777, Final residual = 7.430927e-06, No Iterations 2 ExecutionTime = 77.16 s ClockTime = 80 s forces forces output: sum of forces: pressure : (7.112785 0.003177207 1.295864) viscous : (1.833594 -0.0005392459 -0.03416451) porous : (0 0 0) sum of moments: pressure : (-0.002105236 -2.893713 0.002245484) viscous : (0.0002274159 0.5352934 9.512695e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2820875 Cl = 8.317734e-05 Cl(f) = 4.158867e-05 Cl(r) = 4.158867e-05 Time = 110 smoothSolver: Solving for Ux, Initial residual = 0.0001547243, Final residual = 7.479238e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001305736, Final residual = 6.291483e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001002113, Final residual = 4.830126e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008320223, Final residual = 0.0007569678, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001205379, Final residual = 6.95316e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002548619, Final residual = 1.42792e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.224737e-05, Final residual = 3.503265e-06, No Iterations 2 time step continuity errors : sum local = 8.032519e-07, global = -3.009341e-08, cumulative = -2.334669e-06 smoothSolver: Solving for omega, Initial residual = 2.005144e-05, Final residual = 1.050371e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001735197, Final residual = 7.295328e-06, No Iterations 2 ExecutionTime = 77.86 s ClockTime = 81 s forces forces output: sum of forces: pressure : (7.103069 0.002518208 1.309965) viscous : (1.830295 -0.0005557543 -0.03388481) porous : (0 0 0) sum of moments: pressure : (-0.001808918 -2.887685 0.002225199) viscous : (0.0002302194 0.534176 0.0001033937) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2816772 Cl = 6.187796e-05 Cl(f) = 3.093898e-05 Cl(r) = 3.093898e-05 Time = 111 smoothSolver: Solving for Ux, Initial residual = 0.0001521978, Final residual = 7.322096e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001284132, Final residual = 6.171467e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009888343, Final residual = 4.741105e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008174094, Final residual = 0.0007427343, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001188693, Final residual = 6.818849e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002492309, Final residual = 1.382984e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.106041e-05, Final residual = 3.419436e-06, No Iterations 2 time step continuity errors : sum local = 7.842224e-07, global = -3.332626e-08, cumulative = -2.367995e-06 smoothSolver: Solving for omega, Initial residual = 1.969128e-05, Final residual = 1.031372e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001689802, Final residual = 7.178061e-06, No Iterations 2 ExecutionTime = 78.58 s ClockTime = 81 s forces forces output: sum of forces: pressure : (7.093149 0.002064778 1.32185) viscous : (1.827064 -0.0005712129 -0.03360104) porous : (0 0 0) sum of moments: pressure : (-0.001624411 -2.880617 0.002224829) viscous : (0.0002321433 0.5330755 0.0001128143) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2812625 Cl = 4.709348e-05 Cl(f) = 2.354674e-05 Cl(r) = 2.354674e-05 Time = 112 smoothSolver: Solving for Ux, Initial residual = 0.0001497457, Final residual = 7.171859e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001262947, Final residual = 6.049752e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009755487, Final residual = 4.654779e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008062008, Final residual = 0.0007332211, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001180521, Final residual = 6.733564e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002453899, Final residual = 1.354637e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.018996e-05, Final residual = 3.395867e-06, No Iterations 2 time step continuity errors : sum local = 7.789714e-07, global = -3.587726e-08, cumulative = -2.403872e-06 smoothSolver: Solving for omega, Initial residual = 1.935563e-05, Final residual = 1.01693e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001646644, Final residual = 7.069109e-06, No Iterations 2 ExecutionTime = 79.27 s ClockTime = 82 s forces forces output: sum of forces: pressure : (7.083198 0.001661457 1.330812) viscous : (1.823899 -0.0005859731 -0.03330938) porous : (0 0 0) sum of moments: pressure : (-0.001479269 -2.871987 0.002218351) viscous : (0.000233702 0.5319907 0.0001230668) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2808489 Cl = 3.391099e-05 Cl(f) = 1.695549e-05 Cl(r) = 1.695549e-05 Time = 113 smoothSolver: Solving for Ux, Initial residual = 0.0001473487, Final residual = 7.031891e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001242936, Final residual = 5.932796e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000964133, Final residual = 4.581777e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007980808, Final residual = 0.0007282378, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001176204, Final residual = 6.675672e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002436461, Final residual = 1.330607e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.95524e-05, Final residual = 3.367788e-06, No Iterations 2 time step continuity errors : sum local = 7.727066e-07, global = -4.080363e-08, cumulative = -2.444676e-06 smoothSolver: Solving for omega, Initial residual = 1.902002e-05, Final residual = 1.001424e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001606449, Final residual = 6.955429e-06, No Iterations 2 ExecutionTime = 79.95 s ClockTime = 83 s forces forces output: sum of forces: pressure : (7.073026 0.001169038 1.337314) viscous : (1.820804 -0.0006000957 -0.0330083) porous : (0 0 0) sum of moments: pressure : (-0.00136398 -2.861889 0.002157841) viscous : (0.0002351696 0.530922 0.0001329843) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2804306 Cl = 1.793926e-05 Cl(f) = 8.969632e-06 Cl(r) = 8.969632e-06 Time = 114 smoothSolver: Solving for Ux, Initial residual = 0.0001450425, Final residual = 6.898706e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001222576, Final residual = 5.825383e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009530215, Final residual = 4.519196e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007923973, Final residual = 0.0007260168, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00117041, Final residual = 6.590223e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000242758, Final residual = 1.301725e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.886329e-05, Final residual = 3.297344e-06, No Iterations 2 time step continuity errors : sum local = 7.567392e-07, global = -4.522978e-08, cumulative = -2.489906e-06 smoothSolver: Solving for omega, Initial residual = 1.868405e-05, Final residual = 9.846474e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001566831, Final residual = 6.832537e-06, No Iterations 2 ExecutionTime = 80.65 s ClockTime = 83 s forces forces output: sum of forces: pressure : (7.062507 0.0006555502 1.341834) viscous : (1.817768 -0.0006149214 -0.03269907) porous : (0 0 0) sum of moments: pressure : (-0.001282536 -2.850539 0.002108185) viscous : (0.000237031 0.5298665 0.0001391671) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2800032 Cl = 1.281064e-06 Cl(f) = 6.405321e-07 Cl(r) = 6.405321e-07 Time = 115 smoothSolver: Solving for Ux, Initial residual = 0.0001427559, Final residual = 6.767706e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001203938, Final residual = 5.725049e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009416656, Final residual = 4.457974e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007861609, Final residual = 0.0007246489, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001165375, Final residual = 6.495642e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002428581, Final residual = 1.274754e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.817673e-05, Final residual = 3.210149e-06, No Iterations 2 time step continuity errors : sum local = 7.369022e-07, global = -5.051779e-08, cumulative = -2.540423e-06 smoothSolver: Solving for omega, Initial residual = 1.835613e-05, Final residual = 9.657056e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001529142, Final residual = 6.693303e-06, No Iterations 2 ExecutionTime = 81.34 s ClockTime = 84 s forces forces output: sum of forces: pressure : (7.051871 0.0003036085 1.343539) viscous : (1.814796 -0.0006293995 -0.03238399) porous : (0 0 0) sum of moments: pressure : (-0.001238803 -2.837493 0.002209241) viscous : (0.0002384479 0.5288267 0.0001436171) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2795741 Cl = -1.027249e-05 Cl(f) = -5.136245e-06 Cl(r) = -5.136245e-06 Time = 116 smoothSolver: Solving for Ux, Initial residual = 0.0001405272, Final residual = 6.633801e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001185268, Final residual = 5.635822e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009306842, Final residual = 4.399278e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007791891, Final residual = 0.0007232935, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001159925, Final residual = 6.413944e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002431508, Final residual = 1.250359e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.749546e-05, Final residual = 3.130344e-06, No Iterations 2 time step continuity errors : sum local = 7.187659e-07, global = -5.600254e-08, cumulative = -2.596426e-06 smoothSolver: Solving for omega, Initial residual = 1.802153e-05, Final residual = 9.452841e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001492711, Final residual = 6.544331e-06, No Iterations 2 ExecutionTime = 82.04 s ClockTime = 85 s forces forces output: sum of forces: pressure : (7.041566 -0.0001436198 1.342343) viscous : (1.81188 -0.0006415126 -0.03206623) porous : (0 0 0) sum of moments: pressure : (-0.00113157 -2.822871 0.002334098) viscous : (0.00023936 0.5278023 0.0001498948) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2791573 Cl = -2.475594e-05 Cl(f) = -1.237797e-05 Cl(r) = -1.237797e-05 Time = 117 smoothSolver: Solving for Ux, Initial residual = 0.0001383352, Final residual = 6.504396e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001168338, Final residual = 5.542043e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009204129, Final residual = 4.346469e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007734019, Final residual = 0.0007231201, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001161919, Final residual = 6.359454e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002436897, Final residual = 1.227757e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.690943e-05, Final residual = 3.070521e-06, No Iterations 2 time step continuity errors : sum local = 7.052023e-07, global = -6.086729e-08, cumulative = -2.657293e-06 smoothSolver: Solving for omega, Initial residual = 1.769929e-05, Final residual = 9.256432e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001458514, Final residual = 6.39839e-06, No Iterations 2 ExecutionTime = 82.73 s ClockTime = 85 s forces forces output: sum of forces: pressure : (7.031927 -0.0009362024 1.33875) viscous : (1.809027 -0.0006518292 -0.03174744) porous : (0 0 0) sum of moments: pressure : (-0.0009008343 -2.806947 0.002193922) viscous : (0.0002401558 0.526796 0.0001564677) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2787634 Cl = -5.007209e-05 Cl(f) = -2.503605e-05 Cl(r) = -2.503605e-05 Time = 118 smoothSolver: Solving for Ux, Initial residual = 0.0001362495, Final residual = 6.378823e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00115189, Final residual = 5.443853e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009099272, Final residual = 4.297263e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007678783, Final residual = 0.0007243326, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001160656, Final residual = 6.323984e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002436342, Final residual = 1.207584e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.653298e-05, Final residual = 3.029617e-06, No Iterations 2 time step continuity errors : sum local = 6.959491e-07, global = -6.361714e-08, cumulative = -2.72091e-06 smoothSolver: Solving for omega, Initial residual = 1.73939e-05, Final residual = 9.083466e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001424668, Final residual = 6.271948e-06, No Iterations 2 ExecutionTime = 83.42 s ClockTime = 86 s forces forces output: sum of forces: pressure : (7.023108 -0.001800737 1.333274) viscous : (1.806239 -0.0006596304 -0.03143159) porous : (0 0 0) sum of moments: pressure : (-0.0006206472 -2.789891 0.001963676) viscous : (0.0002400838 0.5258123 0.0001630781) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2783974 Cl = -7.757764e-05 Cl(f) = -3.878882e-05 Cl(r) = -3.878882e-05 Time = 119 smoothSolver: Solving for Ux, Initial residual = 0.0001342642, Final residual = 6.265148e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001137148, Final residual = 5.35133e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009003155, Final residual = 4.251725e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007620206, Final residual = 0.0007224086, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001157992, Final residual = 6.276626e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002423627, Final residual = 1.186264e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.621471e-05, Final residual = 2.983972e-06, No Iterations 2 time step continuity errors : sum local = 6.85608e-07, global = -6.567083e-08, cumulative = -2.786581e-06 smoothSolver: Solving for omega, Initial residual = 1.707186e-05, Final residual = 8.919462e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001392344, Final residual = 6.158014e-06, No Iterations 2 ExecutionTime = 84.11 s ClockTime = 87 s forces forces output: sum of forces: pressure : (7.015048 -0.002296538 1.325738) viscous : (1.803517 -0.0006657529 -0.03111782) porous : (0 0 0) sum of moments: pressure : (-0.0004469309 -2.771502 0.001968675) viscous : (0.0002393415 0.5248505 0.0001692944) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2780574 Cl = -9.340373e-05 Cl(f) = -4.670187e-05 Cl(r) = -4.670187e-05 Time = 120 smoothSolver: Solving for Ux, Initial residual = 0.0001323408, Final residual = 6.159145e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001124093, Final residual = 5.273307e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008918929, Final residual = 4.210165e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0075737, Final residual = 0.0007199492, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001157074, Final residual = 6.254012e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002414416, Final residual = 1.176626e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.608892e-05, Final residual = 2.975267e-06, No Iterations 2 time step continuity errors : sum local = 6.837371e-07, global = -6.784226e-08, cumulative = -2.854423e-06 smoothSolver: Solving for omega, Initial residual = 1.67564e-05, Final residual = 8.734475e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001362571, Final residual = 6.057068e-06, No Iterations 2 ExecutionTime = 84.81 s ClockTime = 88 s forces forces output: sum of forces: pressure : (7.007739 -0.002456999 1.316163) viscous : (1.80086 -0.0006705934 -0.03080404) porous : (0 0 0) sum of moments: pressure : (-0.0003783227 -2.751936 0.002154667) viscous : (0.0002379162 0.5239095 0.0001748735) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2777432 Cl = -9.861586e-05 Cl(f) = -4.930793e-05 Cl(r) = -4.930793e-05 Time = 121 smoothSolver: Solving for Ux, Initial residual = 0.0001304381, Final residual = 6.054325e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001110663, Final residual = 5.217435e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008840497, Final residual = 4.171893e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007503035, Final residual = 0.0007185032, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001154759, Final residual = 6.272368e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002409655, Final residual = 1.184167e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.61812e-05, Final residual = 3.006943e-06, No Iterations 2 time step continuity errors : sum local = 6.911786e-07, global = -7.09061e-08, cumulative = -2.925329e-06 smoothSolver: Solving for omega, Initial residual = 1.644907e-05, Final residual = 8.547125e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001333544, Final residual = 5.955825e-06, No Iterations 2 ExecutionTime = 85.51 s ClockTime = 88 s forces forces output: sum of forces: pressure : (7.001263 -0.002235327 1.30504) viscous : (1.798267 -0.0006750686 -0.03048905) porous : (0 0 0) sum of moments: pressure : (-0.0004174396 -2.731586 0.002495476) viscous : (0.0002364579 0.5229886 0.0001797709) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2774573 Cl = -9.176745e-05 Cl(f) = -4.588373e-05 Cl(r) = -4.588373e-05 Time = 122 smoothSolver: Solving for Ux, Initial residual = 0.0001285979, Final residual = 5.956113e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001098109, Final residual = 5.166741e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008759513, Final residual = 4.140444e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007409184, Final residual = 0.0007146898, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001150711, Final residual = 6.265878e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002407957, Final residual = 1.191179e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.62416e-05, Final residual = 3.033207e-06, No Iterations 2 time step continuity errors : sum local = 6.973571e-07, global = -7.564028e-08, cumulative = -3.00097e-06 smoothSolver: Solving for omega, Initial residual = 1.613792e-05, Final residual = 8.374879e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001305839, Final residual = 5.846177e-06, No Iterations 2 ExecutionTime = 86.2 s ClockTime = 89 s forces forces output: sum of forces: pressure : (6.995575 -0.001777848 1.291851) viscous : (1.795742 -0.0006793257 -0.0301737) porous : (0 0 0) sum of moments: pressure : (-0.0005422666 -2.710051 0.002827929) viscous : (0.0002351673 0.5220906 0.0001840417) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2771983 Cl = -7.747694e-05 Cl(f) = -3.873847e-05 Cl(r) = -3.873847e-05 Time = 123 smoothSolver: Solving for Ux, Initial residual = 0.0001267922, Final residual = 5.863511e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001085721, Final residual = 5.116543e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000868932, Final residual = 4.116778e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007325397, Final residual = 0.0007088947, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001142002, Final residual = 6.249698e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002405194, Final residual = 1.202621e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.629605e-05, Final residual = 3.090745e-06, No Iterations 2 time step continuity errors : sum local = 7.106804e-07, global = -7.89965e-08, cumulative = -3.079966e-06 smoothSolver: Solving for omega, Initial residual = 1.585215e-05, Final residual = 8.198733e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000127979, Final residual = 5.753485e-06, No Iterations 2 ExecutionTime = 86.89 s ClockTime = 90 s forces forces output: sum of forces: pressure : (6.990732 -0.001362937 1.277308) viscous : (1.793283 -0.0006834814 -0.02985473) porous : (0 0 0) sum of moments: pressure : (-0.0006621386 -2.687902 0.003016638) viscous : (0.0002341561 0.5212124 0.0001876661) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2769681 Cl = -6.452545e-05 Cl(f) = -3.226273e-05 Cl(r) = -3.226273e-05 Time = 124 smoothSolver: Solving for Ux, Initial residual = 0.0001250405, Final residual = 5.776055e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001074742, Final residual = 5.068618e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008622161, Final residual = 4.090495e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007238794, Final residual = 0.0007001338, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001129985, Final residual = 6.206173e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002391861, Final residual = 1.216542e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.629905e-05, Final residual = 3.192162e-06, No Iterations 2 time step continuity errors : sum local = 7.340868e-07, global = -7.891686e-08, cumulative = -3.158883e-06 smoothSolver: Solving for omega, Initial residual = 1.556909e-05, Final residual = 8.02288e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001255619, Final residual = 5.682199e-06, No Iterations 2 ExecutionTime = 87.59 s ClockTime = 90 s forces forces output: sum of forces: pressure : (6.986893 -0.0007823342 1.26208) viscous : (1.790889 -0.000687359 -0.02953233) porous : (0 0 0) sum of moments: pressure : (-0.000820625 -2.665745 0.003247426) viscous : (0.0002334853 0.5203552 0.0001908039) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2767715 Cl = -4.634077e-05 Cl(f) = -2.317039e-05 Cl(r) = -2.317039e-05 Time = 125 smoothSolver: Solving for Ux, Initial residual = 0.0001234094, Final residual = 5.692141e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001063557, Final residual = 5.018161e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008550467, Final residual = 4.059428e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007125862, Final residual = 0.0006881235, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001113447, Final residual = 6.132553e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002368196, Final residual = 1.224207e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.615516e-05, Final residual = 3.261324e-06, No Iterations 2 time step continuity errors : sum local = 7.500523e-07, global = -7.769541e-08, cumulative = -3.236579e-06 smoothSolver: Solving for omega, Initial residual = 1.528694e-05, Final residual = 7.845765e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001232975, Final residual = 5.614483e-06, No Iterations 2 ExecutionTime = 88.28 s ClockTime = 91 s forces forces output: sum of forces: pressure : (6.98379 7.101005e-05 1.245768) viscous : (1.788558 -0.0006911975 -0.02920515) porous : (0 0 0) sum of moments: pressure : (-0.001060259 -2.643253 0.003590483) viscous : (0.0002331627 0.5195171 0.0001936506) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2766002 Cl = -1.955508e-05 Cl(f) = -9.77754e-06 Cl(r) = -9.77754e-06 Time = 126 smoothSolver: Solving for Ux, Initial residual = 0.0001217898, Final residual = 5.610551e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001052926, Final residual = 4.954846e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008473506, Final residual = 4.02329e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007005611, Final residual = 0.0006751138, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001091141, Final residual = 6.078343e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002347393, Final residual = 1.239291e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.610455e-05, Final residual = 3.344799e-06, No Iterations 2 time step continuity errors : sum local = 7.693325e-07, global = -7.614415e-08, cumulative = -3.312723e-06 smoothSolver: Solving for omega, Initial residual = 1.502817e-05, Final residual = 7.678708e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001211258, Final residual = 5.548653e-06, No Iterations 2 ExecutionTime = 88.97 s ClockTime = 92 s forces forces output: sum of forces: pressure : (6.981039 0.001244985 1.228996) viscous : (1.786288 -0.0006951924 -0.0288728) porous : (0 0 0) sum of moments: pressure : (-0.001395362 -2.620718 0.0040801) viscous : (0.0002333306 0.518698 0.0001964858) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2764419 Cl = 1.733545e-05 Cl(f) = 8.667726e-06 Cl(r) = 8.667726e-06 Time = 127 smoothSolver: Solving for Ux, Initial residual = 0.0001201888, Final residual = 5.531719e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001041241, Final residual = 4.883552e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008393544, Final residual = 3.986889e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006882067, Final residual = 0.0006618676, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001065596, Final residual = 6.051614e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002325745, Final residual = 1.260251e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.607247e-05, Final residual = 3.425991e-06, No Iterations 2 time step continuity errors : sum local = 7.881082e-07, global = -7.567192e-08, cumulative = -3.388395e-06 smoothSolver: Solving for omega, Initial residual = 1.478314e-05, Final residual = 7.524723e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000119074, Final residual = 5.480661e-06, No Iterations 2 ExecutionTime = 89.67 s ClockTime = 93 s forces forces output: sum of forces: pressure : (6.978483 0.002823582 1.211969) viscous : (1.784078 -0.0006995814 -0.0285383) porous : (0 0 0) sum of moments: pressure : (-0.001849989 -2.598148 0.00472054) viscous : (0.0002338899 0.5178984 0.0001992168) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2762916 Cl = 6.697168e-05 Cl(f) = 3.348584e-05 Cl(r) = 3.348584e-05 Time = 128 smoothSolver: Solving for Ux, Initial residual = 0.0001186439, Final residual = 5.455438e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001030758, Final residual = 4.810663e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008314794, Final residual = 3.951669e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006770362, Final residual = 0.0006503157, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001043164, Final residual = 6.049428e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002304046, Final residual = 1.284929e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.606476e-05, Final residual = 3.512701e-06, No Iterations 2 time step continuity errors : sum local = 8.081851e-07, global = -7.730335e-08, cumulative = -3.465698e-06 smoothSolver: Solving for omega, Initial residual = 1.455281e-05, Final residual = 7.393536e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001171388, Final residual = 5.407596e-06, No Iterations 2 ExecutionTime = 90.36 s ClockTime = 93 s forces forces output: sum of forces: pressure : (6.976287 0.004724198 1.194764) viscous : (1.781927 -0.0007051855 -0.02820375) porous : (0 0 0) sum of moments: pressure : (-0.002389934 -2.575508 0.005423641) viscous : (0.000235357 0.5171188 0.0002012446) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2761545 Cl = 0.0001267231 Cl(f) = 6.336157e-05 Cl(r) = 6.336157e-05 Time = 129 smoothSolver: Solving for Ux, Initial residual = 0.0001171514, Final residual = 5.384125e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001021213, Final residual = 4.7358e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008230478, Final residual = 3.919993e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006650328, Final residual = 0.0006400825, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0010228, Final residual = 6.069639e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002285493, Final residual = 1.310742e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.612531e-05, Final residual = 3.608728e-06, No Iterations 2 time step continuity errors : sum local = 8.304288e-07, global = -7.938511e-08, cumulative = -3.545083e-06 smoothSolver: Solving for omega, Initial residual = 1.433853e-05, Final residual = 7.272388e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001152113, Final residual = 5.327358e-06, No Iterations 2 ExecutionTime = 91.06 s ClockTime = 94 s forces forces output: sum of forces: pressure : (6.974706 0.006783175 1.177517) viscous : (1.779833 -0.0007124281 -0.02787239) porous : (0 0 0) sum of moments: pressure : (-0.002939313 -2.552849 0.006154276) viscous : (0.0002377353 0.5163597 0.0002025602) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2760386 Cl = 0.0001914162 Cl(f) = 9.570811e-05 Cl(r) = 9.570811e-05 Time = 130 smoothSolver: Solving for Ux, Initial residual = 0.0001157163, Final residual = 5.315548e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001011838, Final residual = 4.668106e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008142398, Final residual = 3.898796e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006516364, Final residual = 0.0006281672, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0010012, Final residual = 6.06513e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000225738, Final residual = 1.326611e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.60682e-05, Final residual = 1.588941e-06, No Iterations 3 time step continuity errors : sum local = 3.65707e-07, global = -1.466413e-08, cumulative = -3.559747e-06 smoothSolver: Solving for omega, Initial residual = 1.414299e-05, Final residual = 7.15932e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001134128, Final residual = 5.237807e-06, No Iterations 2 ExecutionTime = 91.77 s ClockTime = 95 s forces forces output: sum of forces: pressure : (6.973931 0.008759835 1.160219) viscous : (1.777793 -0.0007217118 -0.02754746) porous : (0 0 0) sum of moments: pressure : (-0.003436209 -2.529907 0.006821399) viscous : (0.0002411774 0.5156219 0.0002035827) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2759499 Cl = 0.0002534494 Cl(f) = 0.0001267247 Cl(r) = 0.0001267247 Time = 131 smoothSolver: Solving for Ux, Initial residual = 0.0001144276, Final residual = 5.248817e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001002421, Final residual = 4.605097e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008056365, Final residual = 3.8738e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006386806, Final residual = 0.000614693, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009771797, Final residual = 5.997512e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002219004, Final residual = 1.316348e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.558752e-05, Final residual = 1.59222e-06, No Iterations 3 time step continuity errors : sum local = 3.665358e-07, global = -1.486766e-08, cumulative = -3.574615e-06 smoothSolver: Solving for omega, Initial residual = 1.394658e-05, Final residual = 7.056922e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001117894, Final residual = 5.156294e-06, No Iterations 2 ExecutionTime = 92.48 s ClockTime = 96 s forces forces output: sum of forces: pressure : (6.973747 0.01085799 1.142528) viscous : (1.775808 -0.0007333977 -0.02723084) porous : (0 0 0) sum of moments: pressure : (-0.003950739 -2.507232 0.007519236) viscous : (0.0002458048 0.5149066 0.0002039228) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2758815 Cl = 0.0003192378 Cl(f) = 0.0001596189 Cl(r) = 0.0001596189 Time = 132 smoothSolver: Solving for Ux, Initial residual = 0.000113089, Final residual = 5.184647e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009931903, Final residual = 4.548178e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007959456, Final residual = 3.84243e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006261385, Final residual = 0.0005994651, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009512968, Final residual = 5.925595e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002172382, Final residual = 1.305225e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.508549e-05, Final residual = 3.493761e-06, No Iterations 2 time step continuity errors : sum local = 8.044488e-07, global = -7.66997e-08, cumulative = -3.651315e-06 smoothSolver: Solving for omega, Initial residual = 1.376014e-05, Final residual = 6.956145e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000110212, Final residual = 5.087255e-06, No Iterations 2 ExecutionTime = 93.17 s ClockTime = 96 s forces forces output: sum of forces: pressure : (6.97388 0.01308914 1.124796) viscous : (1.773875 -0.0007473008 -0.02692131) porous : (0 0 0) sum of moments: pressure : (-0.004469983 -2.485075 0.00825544) viscous : (0.0002516097 0.5142117 0.0002036955) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2758247 Cl = 0.0003891496 Cl(f) = 0.0001945748 Cl(r) = 0.0001945748 Time = 133 smoothSolver: Solving for Ux, Initial residual = 0.0001116975, Final residual = 5.119421e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009836178, Final residual = 4.495814e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007858463, Final residual = 3.809857e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006157675, Final residual = 0.0005849505, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009245721, Final residual = 5.879918e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002125152, Final residual = 1.308502e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.487263e-05, Final residual = 1.510098e-06, No Iterations 3 time step continuity errors : sum local = 3.477711e-07, global = -1.385232e-08, cumulative = -3.665167e-06 smoothSolver: Solving for omega, Initial residual = 1.356728e-05, Final residual = 6.858988e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001087342, Final residual = 5.039731e-06, No Iterations 2 ExecutionTime = 93.87 s ClockTime = 97 s forces forces output: sum of forces: pressure : (6.974385 0.01494863 1.108051) viscous : (1.771991 -0.0007624685 -0.0266188) porous : (0 0 0) sum of moments: pressure : (-0.004835755 -2.462592 0.008771214) viscous : (0.0002583177 0.5135359 0.0002031196) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2757813 Cl = 0.0004473026 Cl(f) = 0.0002236513 Cl(r) = 0.0002236513 Time = 134 smoothSolver: Solving for Ux, Initial residual = 0.0001104779, Final residual = 5.058027e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009753768, Final residual = 4.447869e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007764545, Final residual = 3.768325e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006083914, Final residual = 0.0005712835, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008995598, Final residual = 5.794e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000207419, Final residual = 1.283176e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.426675e-05, Final residual = 3.364701e-06, No Iterations 2 time step continuity errors : sum local = 7.750356e-07, global = -7.394128e-08, cumulative = -3.739108e-06 smoothSolver: Solving for omega, Initial residual = 1.337681e-05, Final residual = 6.752558e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001073505, Final residual = 4.997689e-06, No Iterations 2 ExecutionTime = 94.56 s ClockTime = 98 s forces forces output: sum of forces: pressure : (6.974998 0.01680543 1.092424) viscous : (1.770156 -0.0007780679 -0.0263245) porous : (0 0 0) sum of moments: pressure : (-0.005160846 -2.440821 0.009233704) viscous : (0.0002655747 0.5128792 0.0002021386) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2757427 Cl = 0.0005053574 Cl(f) = 0.0002526787 Cl(r) = 0.0002526787 Time = 135 smoothSolver: Solving for Ux, Initial residual = 0.000109206, Final residual = 4.993992e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00096658, Final residual = 4.404057e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007662808, Final residual = 3.718336e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006017843, Final residual = 0.000560997, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008798272, Final residual = 5.713532e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002026159, Final residual = 1.260898e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.380091e-05, Final residual = 3.229968e-06, No Iterations 2 time step continuity errors : sum local = 7.44157e-07, global = -6.756511e-08, cumulative = -3.806673e-06 smoothSolver: Solving for omega, Initial residual = 1.31862e-05, Final residual = 6.644421e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001060368, Final residual = 4.962983e-06, No Iterations 2 ExecutionTime = 95.25 s ClockTime = 98 s forces forces output: sum of forces: pressure : (6.975842 0.01855066 1.078373) viscous : (1.768367 -0.0007939378 -0.02603979) porous : (0 0 0) sum of moments: pressure : (-0.005486913 -2.41939 0.009674221) viscous : (0.000273068 0.512242 0.0002012105) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2757129 Cl = 0.0005598857 Cl(f) = 0.0002799429 Cl(r) = 0.0002799429 Time = 136 smoothSolver: Solving for Ux, Initial residual = 0.0001080175, Final residual = 4.931297e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00095863, Final residual = 4.364505e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007561534, Final residual = 3.665501e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005955358, Final residual = 0.0005519135, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008634329, Final residual = 5.61106e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001979358, Final residual = 1.227709e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.322129e-05, Final residual = 3.052333e-06, No Iterations 2 time step continuity errors : sum local = 7.03395e-07, global = -6.08895e-08, cumulative = -3.867563e-06 smoothSolver: Solving for omega, Initial residual = 1.299518e-05, Final residual = 6.533214e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000104889, Final residual = 4.930798e-06, No Iterations 2 ExecutionTime = 95.94 s ClockTime = 99 s forces forces output: sum of forces: pressure : (6.976997 0.02029501 1.065635) viscous : (1.766625 -0.0008110993 -0.02576648) porous : (0 0 0) sum of moments: pressure : (-0.005845775 -2.398404 0.01014896) viscous : (0.000281046 0.511624 0.0002001426) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2756944 Cl = 0.0006143456 Cl(f) = 0.0003071728 Cl(r) = 0.0003071728 Time = 137 smoothSolver: Solving for Ux, Initial residual = 0.0001068788, Final residual = 4.872614e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009509216, Final residual = 4.319664e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000745821, Final residual = 3.614396e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005882837, Final residual = 0.0005436465, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008494061, Final residual = 5.49343e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001936059, Final residual = 1.188722e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.258441e-05, Final residual = 2.874473e-06, No Iterations 2 time step continuity errors : sum local = 6.625886e-07, global = -5.625814e-08, cumulative = -3.923821e-06 smoothSolver: Solving for omega, Initial residual = 1.280693e-05, Final residual = 6.417768e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00010367, Final residual = 4.894684e-06, No Iterations 2 ExecutionTime = 96.63 s ClockTime = 100 s forces forces output: sum of forces: pressure : (6.978655 0.02209349 1.053549) viscous : (1.764926 -0.0008300812 -0.02550655) porous : (0 0 0) sum of moments: pressure : (-0.00620324 -2.377889 0.01058034) viscous : (0.0002899832 0.5110244 0.0001986691) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2756931 Cl = 0.0006704547 Cl(f) = 0.0003352274 Cl(r) = 0.0003352274 Time = 138 smoothSolver: Solving for Ux, Initial residual = 0.0001057449, Final residual = 4.810887e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000944188, Final residual = 4.273432e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007360259, Final residual = 3.563443e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005811536, Final residual = 0.000538508, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008390583, Final residual = 5.417955e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001898117, Final residual = 1.161568e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.21092e-05, Final residual = 2.754425e-06, No Iterations 2 time step continuity errors : sum local = 6.350987e-07, global = -5.419808e-08, cumulative = -3.978019e-06 smoothSolver: Solving for omega, Initial residual = 1.261452e-05, Final residual = 6.306287e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001024606, Final residual = 4.864864e-06, No Iterations 2 ExecutionTime = 97.33 s ClockTime = 100 s forces forces output: sum of forces: pressure : (6.980846 0.02371711 1.042084) viscous : (1.763265 -0.0008514061 -0.02526151) porous : (0 0 0) sum of moments: pressure : (-0.006443198 -2.35788 0.01082199) viscous : (0.0003001402 0.510442 0.0001964288) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2757098 Cl = 0.0007209766 Cl(f) = 0.0003604883 Cl(r) = 0.0003604883 Time = 139 smoothSolver: Solving for Ux, Initial residual = 0.0001046527, Final residual = 4.750122e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009372427, Final residual = 4.222939e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007264491, Final residual = 3.511002e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005750244, Final residual = 0.0005357082, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008324314, Final residual = 5.410305e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001867407, Final residual = 1.152974e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.191029e-05, Final residual = 2.694072e-06, No Iterations 2 time step continuity errors : sum local = 6.213763e-07, global = -5.246137e-08, cumulative = -4.03048e-06 smoothSolver: Solving for omega, Initial residual = 1.24304e-05, Final residual = 6.199752e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000101248, Final residual = 4.831349e-06, No Iterations 2 ExecutionTime = 98.02 s ClockTime = 101 s forces forces output: sum of forces: pressure : (6.983217 0.02502165 1.031537) viscous : (1.761639 -0.0008739043 -0.02503218) porous : (0 0 0) sum of moments: pressure : (-0.00654763 -2.338422 0.01084542) viscous : (0.0003107962 0.5098749 0.0001935977) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2757333 Cl = 0.0007614007 Cl(f) = 0.0003807004 Cl(r) = 0.0003807004 Time = 140 smoothSolver: Solving for Ux, Initial residual = 0.0001035927, Final residual = 4.687971e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009309486, Final residual = 4.170262e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007178382, Final residual = 3.460839e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005712228, Final residual = 0.0005343245, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008279103, Final residual = 5.448187e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001841954, Final residual = 1.157755e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.190666e-05, Final residual = 2.689044e-06, No Iterations 2 time step continuity errors : sum local = 6.204125e-07, global = -5.093517e-08, cumulative = -4.081416e-06 smoothSolver: Solving for omega, Initial residual = 1.225181e-05, Final residual = 6.100015e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001000371, Final residual = 4.791455e-06, No Iterations 2 ExecutionTime = 98.71 s ClockTime = 102 s forces forces output: sum of forces: pressure : (6.985367 0.02600715 1.022111) viscous : (1.760044 -0.0008973572 -0.02481904) porous : (0 0 0) sum of moments: pressure : (-0.006534404 -2.319579 0.01067013) viscous : (0.0003221342 0.5093217 0.00019009) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2757508 Cl = 0.0007917349 Cl(f) = 0.0003958675 Cl(r) = 0.0003958675 Time = 141 smoothSolver: Solving for Ux, Initial residual = 0.0001025972, Final residual = 4.624346e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009254136, Final residual = 4.119345e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007099426, Final residual = 3.416097e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005660133, Final residual = 0.000532208, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008237684, Final residual = 5.477885e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000181846, Final residual = 1.158746e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.183309e-05, Final residual = 2.709386e-06, No Iterations 2 time step continuity errors : sum local = 6.253256e-07, global = -5.013845e-08, cumulative = -4.131554e-06 smoothSolver: Solving for omega, Initial residual = 1.206907e-05, Final residual = 5.996694e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.875423e-05, Final residual = 4.745265e-06, No Iterations 2 ExecutionTime = 99.43 s ClockTime = 103 s forces forces output: sum of forces: pressure : (6.987135 0.02698597 1.013821) viscous : (1.75848 -0.0009205099 -0.02462307) porous : (0 0 0) sum of moments: pressure : (-0.006519866 -2.301242 0.01060542) viscous : (0.0003339073 0.5087833 0.0001876814) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2757573 Cl = 0.0008218678 Cl(f) = 0.0004109339 Cl(r) = 0.0004109339 Time = 142 smoothSolver: Solving for Ux, Initial residual = 0.0001016461, Final residual = 4.558144e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009203973, Final residual = 4.069479e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007025503, Final residual = 3.371069e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005584112, Final residual = 0.0005295556, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008177505, Final residual = 5.470466e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001792898, Final residual = 1.149695e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.154498e-05, Final residual = 2.71959e-06, No Iterations 2 time step continuity errors : sum local = 6.279123e-07, global = -4.881318e-08, cumulative = -4.180367e-06 smoothSolver: Solving for omega, Initial residual = 1.188975e-05, Final residual = 5.89035e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.746132e-05, Final residual = 4.69164e-06, No Iterations 2 ExecutionTime = 100.12 s ClockTime = 103 s forces forces output: sum of forces: pressure : (6.98874 0.02793766 1.006367) viscous : (1.756945 -0.000943423 -0.02444462) porous : (0 0 0) sum of moments: pressure : (-0.006502255 -2.283255 0.0105565) viscous : (0.0003456943 0.5082589 0.0001857293) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2757595 Cl = 0.0008511529 Cl(f) = 0.0004255765 Cl(r) = 0.0004255765 Time = 143 smoothSolver: Solving for Ux, Initial residual = 0.0001007301, Final residual = 4.489588e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009156292, Final residual = 4.021392e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006954559, Final residual = 3.325479e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005493618, Final residual = 0.0005260591, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008101987, Final residual = 5.440088e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001761507, Final residual = 1.138321e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.108213e-05, Final residual = 2.711492e-06, No Iterations 2 time step continuity errors : sum local = 6.262894e-07, global = -4.706203e-08, cumulative = -4.227429e-06 smoothSolver: Solving for omega, Initial residual = 1.171676e-05, Final residual = 5.790967e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.612158e-05, Final residual = 4.630341e-06, No Iterations 2 ExecutionTime = 100.81 s ClockTime = 104 s forces forces output: sum of forces: pressure : (6.990491 0.02866599 0.9995421) viscous : (1.755437 -0.0009661193 -0.0242827) porous : (0 0 0) sum of moments: pressure : (-0.006426842 -2.265732 0.01031684) viscous : (0.000357276 0.5077465 0.0001839583) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2757671 Cl = 0.0008734022 Cl(f) = 0.0004367011 Cl(r) = 0.0004367011 Time = 144 smoothSolver: Solving for Ux, Initial residual = 9.978343e-05, Final residual = 4.422808e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009108662, Final residual = 3.97459e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006885536, Final residual = 3.279922e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005402911, Final residual = 0.0005205817, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000800375, Final residual = 5.400803e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001723313, Final residual = 1.1279e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.05099e-05, Final residual = 2.69428e-06, No Iterations 2 time step continuity errors : sum local = 6.225586e-07, global = -4.55541e-08, cumulative = -4.272983e-06 smoothSolver: Solving for omega, Initial residual = 1.155346e-05, Final residual = 5.688348e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.480619e-05, Final residual = 4.559578e-06, No Iterations 2 ExecutionTime = 101.51 s ClockTime = 105 s forces forces output: sum of forces: pressure : (6.992492 0.02904711 0.9932285) viscous : (1.753949 -0.0009875023 -0.02413755) porous : (0 0 0) sum of moments: pressure : (-0.00624884 -2.248792 0.009733897) viscous : (0.000368181 0.5072439 0.000182463) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2757833 Cl = 0.0008847452 Cl(f) = 0.0004423726 Cl(r) = 0.0004423726 Time = 145 smoothSolver: Solving for Ux, Initial residual = 9.882821e-05, Final residual = 4.355566e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009062412, Final residual = 3.92649e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006820181, Final residual = 3.23482e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005314491, Final residual = 0.0005140248, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007883998, Final residual = 5.361365e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001681351, Final residual = 1.118725e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.988827e-05, Final residual = 2.679223e-06, No Iterations 2 time step continuity errors : sum local = 6.193087e-07, global = -4.402687e-08, cumulative = -4.31701e-06 smoothSolver: Solving for omega, Initial residual = 1.138872e-05, Final residual = 5.587584e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.350049e-05, Final residual = 4.4758e-06, No Iterations 2 ExecutionTime = 102.2 s ClockTime = 105 s forces forces output: sum of forces: pressure : (6.994673 0.0291777 0.9874985) viscous : (1.75248 -0.001007587 -0.02400892) porous : (0 0 0) sum of moments: pressure : (-0.005969714 -2.232592 0.008880672) viscous : (0.000378677 0.5067505 0.0001809354) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2758058 Cl = 0.0008882296 Cl(f) = 0.0004441148 Cl(r) = 0.0004441148 Time = 146 smoothSolver: Solving for Ux, Initial residual = 9.786314e-05, Final residual = 4.287114e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009016394, Final residual = 3.882432e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006761839, Final residual = 3.190147e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005239512, Final residual = 0.0005080485, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007763445, Final residual = 5.341537e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001643488, Final residual = 1.109651e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.928031e-05, Final residual = 2.668731e-06, No Iterations 2 time step continuity errors : sum local = 6.170922e-07, global = -4.497602e-08, cumulative = -4.361986e-06 smoothSolver: Solving for omega, Initial residual = 1.122682e-05, Final residual = 5.489875e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.224767e-05, Final residual = 4.389112e-06, No Iterations 2 ExecutionTime = 102.89 s ClockTime = 106 s forces forces output: sum of forces: pressure : (6.996865 0.02915083 0.9825734) viscous : (1.751028 -0.00102651 -0.02389538) porous : (0 0 0) sum of moments: pressure : (-0.005603395 -2.217313 0.007863369) viscous : (0.0003889293 0.5062651 0.0001790506) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2758291 Cl = 0.0008867857 Cl(f) = 0.0004433928 Cl(r) = 0.0004433928 Time = 147 smoothSolver: Solving for Ux, Initial residual = 9.693535e-05, Final residual = 4.215874e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008972161, Final residual = 3.846663e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006711267, Final residual = 3.146743e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005191415, Final residual = 0.0005044566, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007684665, Final residual = 5.357606e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001622039, Final residual = 1.119269e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.897576e-05, Final residual = 2.722379e-06, No Iterations 2 time step continuity errors : sum local = 6.296999e-07, global = -4.46757e-08, cumulative = -4.406662e-06 smoothSolver: Solving for omega, Initial residual = 1.107495e-05, Final residual = 5.400762e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.097956e-05, Final residual = 4.304546e-06, No Iterations 2 ExecutionTime = 103.57 s ClockTime = 107 s forces forces output: sum of forces: pressure : (6.999054 0.0290363 0.9783459) viscous : (1.749587 -0.001045782 -0.02379712) porous : (0 0 0) sum of moments: pressure : (-0.005179591 -2.202955 0.006704767) viscous : (0.0003996724 0.5057866 0.000174824) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2758527 Cl = 0.0008825666 Cl(f) = 0.0004412833 Cl(r) = 0.0004412833 Time = 148 smoothSolver: Solving for Ux, Initial residual = 9.604545e-05, Final residual = 4.142449e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008931981, Final residual = 3.816149e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006670078, Final residual = 3.108466e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005129297, Final residual = 0.0005008482, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007606097, Final residual = 5.29344e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001599341, Final residual = 1.09764e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.837699e-05, Final residual = 2.646852e-06, No Iterations 2 time step continuity errors : sum local = 6.124288e-07, global = -4.112922e-08, cumulative = -4.447791e-06 smoothSolver: Solving for omega, Initial residual = 1.092397e-05, Final residual = 5.31549e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.977894e-05, Final residual = 4.228796e-06, No Iterations 2 ExecutionTime = 104.27 s ClockTime = 108 s forces forces output: sum of forces: pressure : (7.001257 0.02880566 0.974866) viscous : (1.748172 -0.00106404 -0.02371224) porous : (0 0 0) sum of moments: pressure : (-0.004776351 -2.189236 0.005757349) viscous : (0.0004098479 0.5053209 0.0001728355) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2758775 Cl = 0.0008747187 Cl(f) = 0.0004373593 Cl(r) = 0.0004373593 Time = 149 smoothSolver: Solving for Ux, Initial residual = 9.518835e-05, Final residual = 4.071261e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008893776, Final residual = 3.782693e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006632405, Final residual = 3.071622e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00507158, Final residual = 0.0004982078, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007522228, Final residual = 5.248039e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001585185, Final residual = 1.079734e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.790194e-05, Final residual = 2.579155e-06, No Iterations 2 time step continuity errors : sum local = 5.969632e-07, global = -3.940405e-08, cumulative = -4.487195e-06 smoothSolver: Solving for omega, Initial residual = 1.077113e-05, Final residual = 5.232292e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.856148e-05, Final residual = 4.153049e-06, No Iterations 2 ExecutionTime = 104.96 s ClockTime = 108 s forces forces output: sum of forces: pressure : (7.003542 0.0287156 0.9714638) viscous : (1.746788 -0.001076023 -0.02364148) porous : (0 0 0) sum of moments: pressure : (-0.004467082 -2.175648 0.005383115) viscous : (0.0004174219 0.5048725 0.0001775876) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2759059 Cl = 0.0008715011 Cl(f) = 0.0004357505 Cl(r) = 0.0004357505 Time = 150 smoothSolver: Solving for Ux, Initial residual = 9.43458e-05, Final residual = 4.001058e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008854547, Final residual = 3.740902e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000659689, Final residual = 3.034515e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005024432, Final residual = 0.000494856, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000743009, Final residual = 5.191547e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001568553, Final residual = 1.062576e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.73658e-05, Final residual = 2.512783e-06, No Iterations 2 time step continuity errors : sum local = 5.81777e-07, global = -3.84838e-08, cumulative = -4.525679e-06 smoothSolver: Solving for omega, Initial residual = 1.062015e-05, Final residual = 5.15054e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.743751e-05, Final residual = 4.071167e-06, No Iterations 2 ExecutionTime = 105.66 s ClockTime = 109 s forces forces output: sum of forces: pressure : (7.006096 0.02909348 0.9679776) viscous : (1.745432 -0.001083527 -0.02358045) porous : (0 0 0) sum of moments: pressure : (-0.004408084 -2.162321 0.005424091) viscous : (0.0004228633 0.5044375 0.0001841635) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2759437 Cl = 0.0008831796 Cl(f) = 0.0004415898 Cl(r) = 0.0004415898 Time = 151 smoothSolver: Solving for Ux, Initial residual = 9.351575e-05, Final residual = 3.933015e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008817986, Final residual = 3.698509e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006562504, Final residual = 2.997758e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004941765, Final residual = 0.0004869252, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007311979, Final residual = 5.041692e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001534641, Final residual = 1.029844e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.647225e-05, Final residual = 2.419293e-06, No Iterations 2 time step continuity errors : sum local = 5.602855e-07, global = -3.626204e-08, cumulative = -4.561941e-06 smoothSolver: Solving for omega, Initial residual = 1.046754e-05, Final residual = 5.067161e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.642531e-05, Final residual = 3.985752e-06, No Iterations 2 ExecutionTime = 106.36 s ClockTime = 110 s forces forces output: sum of forces: pressure : (7.008893 0.02965125 0.9646813) viscous : (1.744111 -0.001087726 -0.02352721) porous : (0 0 0) sum of moments: pressure : (-0.004483289 -2.149616 0.005304328) viscous : (0.0004263079 0.5040196 0.000191403) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2759902 Cl = 0.0009006341 Cl(f) = 0.000450317 Cl(r) = 0.000450317 Time = 152 smoothSolver: Solving for Ux, Initial residual = 9.268129e-05, Final residual = 3.87189e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008781181, Final residual = 3.656876e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006529996, Final residual = 2.959748e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004883851, Final residual = 0.0004821839, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007185571, Final residual = 4.895086e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001507106, Final residual = 1.003455e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.570369e-05, Final residual = 2.361635e-06, No Iterations 2 time step continuity errors : sum local = 5.470677e-07, global = -3.49521e-08, cumulative = -4.596893e-06 smoothSolver: Solving for omega, Initial residual = 1.031847e-05, Final residual = 4.99296e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.54643e-05, Final residual = 3.910221e-06, No Iterations 2 ExecutionTime = 107.05 s ClockTime = 111 s forces forces output: sum of forces: pressure : (7.011826 0.02969132 0.9614495) viscous : (1.742825 -0.001089579 -0.02347992) porous : (0 0 0) sum of moments: pressure : (-0.004400317 -2.137572 0.004558166) viscous : (0.0004280211 0.5036185 0.0001990167) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2760422 Cl = 0.000901839 Cl(f) = 0.0004509195 Cl(r) = 0.0004509195 Time = 153 smoothSolver: Solving for Ux, Initial residual = 9.186308e-05, Final residual = 3.813831e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008744188, Final residual = 3.6163e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006499645, Final residual = 2.917909e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004824038, Final residual = 0.0004779197, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007088331, Final residual = 4.753723e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001485519, Final residual = 9.810482e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.507484e-05, Final residual = 2.337445e-06, No Iterations 2 time step continuity errors : sum local = 5.415773e-07, global = -3.390735e-08, cumulative = -4.6308e-06 smoothSolver: Solving for omega, Initial residual = 1.017017e-05, Final residual = 4.926308e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.448663e-05, Final residual = 3.842618e-06, No Iterations 2 ExecutionTime = 107.75 s ClockTime = 111 s forces forces output: sum of forces: pressure : (7.014874 0.02907648 0.9582895) viscous : (1.741573 -0.00108807 -0.02343626) porous : (0 0 0) sum of moments: pressure : (-0.004055661 -2.126279 0.003422532) viscous : (0.000428112 0.5032328 0.0002076141) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2760988 Cl = 0.0008825002 Cl(f) = 0.0004412501 Cl(r) = 0.0004412501 Time = 154 smoothSolver: Solving for Ux, Initial residual = 9.105936e-05, Final residual = 3.755443e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008708463, Final residual = 3.579928e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006472593, Final residual = 2.876873e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004769781, Final residual = 0.0004722823, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007004901, Final residual = 4.631344e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001471706, Final residual = 9.616243e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.458683e-05, Final residual = 2.33482e-06, No Iterations 2 time step continuity errors : sum local = 5.410769e-07, global = -3.184386e-08, cumulative = -4.662644e-06 smoothSolver: Solving for omega, Initial residual = 1.002496e-05, Final residual = 4.863703e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.357034e-05, Final residual = 3.77821e-06, No Iterations 2 ExecutionTime = 108.44 s ClockTime = 112 s forces forces output: sum of forces: pressure : (7.018084 0.0280828 0.9553992) viscous : (1.740354 -0.001083321 -0.02339408) porous : (0 0 0) sum of moments: pressure : (-0.003545567 -2.115777 0.002315518) viscous : (0.0004268734 0.5028626 0.0002174039) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2761616 Cl = 0.0008513183 Cl(f) = 0.0004256591 Cl(r) = 0.0004256591 Time = 155 smoothSolver: Solving for Ux, Initial residual = 9.025909e-05, Final residual = 3.698884e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000867041, Final residual = 3.542524e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006448638, Final residual = 2.836371e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004728467, Final residual = 0.0004685413, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000695228, Final residual = 4.533089e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001467481, Final residual = 9.419997e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.422304e-05, Final residual = 2.36035e-06, No Iterations 2 time step continuity errors : sum local = 5.4709e-07, global = -3.164379e-08, cumulative = -4.694288e-06 smoothSolver: Solving for omega, Initial residual = 9.887135e-06, Final residual = 4.808842e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.270036e-05, Final residual = 3.718445e-06, No Iterations 2 ExecutionTime = 109.13 s ClockTime = 113 s forces forces output: sum of forces: pressure : (7.021492 0.02711116 0.9526449) viscous : (1.739172 -0.001076213 -0.02335205) porous : (0 0 0) sum of moments: pressure : (-0.003057756 -2.105872 0.001487573) viscous : (0.0004247942 0.502509 0.0002270704) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2762318 Cl = 0.0008209057 Cl(f) = 0.0004104528 Cl(r) = 0.0004104528 Time = 156 smoothSolver: Solving for Ux, Initial residual = 8.947807e-05, Final residual = 3.642931e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008629534, Final residual = 3.505312e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006425123, Final residual = 2.797642e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004691817, Final residual = 0.0004666984, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006923964, Final residual = 4.454567e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001467574, Final residual = 9.261996e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.395617e-05, Final residual = 2.383933e-06, No Iterations 2 time step continuity errors : sum local = 5.526393e-07, global = -3.185892e-08, cumulative = -4.726147e-06 smoothSolver: Solving for omega, Initial residual = 9.751376e-06, Final residual = 4.758329e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.184592e-05, Final residual = 3.662259e-06, No Iterations 2 ExecutionTime = 109.82 s ClockTime = 113 s forces forces output: sum of forces: pressure : (7.025136 0.0265272 0.9499664) viscous : (1.738025 -0.001066725 -0.02330953) porous : (0 0 0) sum of moments: pressure : (-0.002764237 -2.096435 0.001021044) viscous : (0.0004219789 0.5021725 0.000236168) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2763105 Cl = 0.0008027921 Cl(f) = 0.000401396 Cl(r) = 0.000401396 Time = 157 smoothSolver: Solving for Ux, Initial residual = 8.869357e-05, Final residual = 3.586497e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008588641, Final residual = 3.469338e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006401422, Final residual = 2.760795e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004652608, Final residual = 0.0004648063, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006907794, Final residual = 4.386913e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001465934, Final residual = 9.157702e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.372943e-05, Final residual = 9.35731e-07, No Iterations 3 time step continuity errors : sum local = 2.169463e-07, global = -1.145581e-08, cumulative = -4.737603e-06 smoothSolver: Solving for omega, Initial residual = 9.621302e-06, Final residual = 4.707678e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.105018e-05, Final residual = 3.613963e-06, No Iterations 2 ExecutionTime = 110.52 s ClockTime = 114 s forces forces output: sum of forces: pressure : (7.02901 0.02638516 0.9476823) viscous : (1.736915 -0.00105451 -0.02326637) porous : (0 0 0) sum of moments: pressure : (-0.002679709 -2.087416 0.0008074701) viscous : (0.0004181617 0.501854 0.0002447172) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2763976 Cl = 0.0007986986 Cl(f) = 0.0003993493 Cl(r) = 0.0003993493 Time = 158 smoothSolver: Solving for Ux, Initial residual = 8.790627e-05, Final residual = 3.531876e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008543125, Final residual = 3.432416e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006376139, Final residual = 2.727177e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004611579, Final residual = 0.0001245391, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005137325, Final residual = 2.101328e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.553166e-05, Final residual = 5.137078e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.321783e-05, Final residual = 1.226865e-06, No Iterations 2 time step continuity errors : sum local = 2.844504e-07, global = -1.246235e-08, cumulative = -4.750065e-06 smoothSolver: Solving for omega, Initial residual = 9.49503e-06, Final residual = 4.655104e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.034507e-05, Final residual = 3.568622e-06, No Iterations 2 ExecutionTime = 111.23 s ClockTime = 115 s forces forces output: sum of forces: pressure : (7.03295 0.02644601 0.9451592) viscous : (1.735842 -0.001039628 -0.02322209) porous : (0 0 0) sum of moments: pressure : (-0.002712336 -2.079049 0.0006965873) viscous : (0.0004132991 0.501554 0.0002527926) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.276488 Cl = 0.0008010865 Cl(f) = 0.0004005432 Cl(r) = 0.0004005432 Time = 159 smoothSolver: Solving for Ux, Initial residual = 8.705163e-05, Final residual = 3.477644e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008490386, Final residual = 3.393336e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006347626, Final residual = 2.694682e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004582331, Final residual = 0.000123573, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005145948, Final residual = 2.081515e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.514945e-05, Final residual = 5.127479e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.318201e-05, Final residual = 1.283067e-06, No Iterations 2 time step continuity errors : sum local = 2.975107e-07, global = -1.379119e-08, cumulative = -4.763856e-06 smoothSolver: Solving for omega, Initial residual = 9.377694e-06, Final residual = 4.604747e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.970788e-05, Final residual = 3.524963e-06, No Iterations 2 ExecutionTime = 111.93 s ClockTime = 115 s forces forces output: sum of forces: pressure : (7.036907 0.02643329 0.9427884) viscous : (1.734804 -0.001023052 -0.02317528) porous : (0 0 0) sum of moments: pressure : (-0.002728068 -2.071483 0.0005742248) viscous : (0.0004078835 0.5012715 0.0002598735) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2765801 Cl = 0.0008012081 Cl(f) = 0.0004006041 Cl(r) = 0.0004006041 Time = 160 smoothSolver: Solving for Ux, Initial residual = 8.615134e-05, Final residual = 3.42422e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008432521, Final residual = 3.354589e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006312926, Final residual = 2.662959e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004549731, Final residual = 0.0001224048, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005133351, Final residual = 2.072519e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.490194e-05, Final residual = 5.174153e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.325626e-05, Final residual = 5.869893e-07, No Iterations 3 time step continuity errors : sum local = 1.361168e-07, global = -3.876898e-09, cumulative = -4.767733e-06 smoothSolver: Solving for omega, Initial residual = 9.259871e-06, Final residual = 4.540786e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.914878e-05, Final residual = 3.482441e-06, No Iterations 2 ExecutionTime = 112.65 s ClockTime = 116 s forces forces output: sum of forces: pressure : (7.041048 0.02627123 0.9411569) viscous : (1.733806 -0.001006732 -0.0231283) porous : (0 0 0) sum of moments: pressure : (-0.002660903 -2.064707 0.0004037857) viscous : (0.0004026722 0.5010085 0.0002650982) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2766792 Cl = 0.0007966127 Cl(f) = 0.0003983063 Cl(r) = 0.0003983063 Time = 161 smoothSolver: Solving for Ux, Initial residual = 8.521187e-05, Final residual = 3.371231e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000836834, Final residual = 3.315745e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006274505, Final residual = 2.63429e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004509664, Final residual = 0.0001212294, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005104669, Final residual = 2.053082e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.431551e-05, Final residual = 5.143538e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.319374e-05, Final residual = 6.216182e-07, No Iterations 3 time step continuity errors : sum local = 1.441542e-07, global = -4.063522e-09, cumulative = -4.771797e-06 smoothSolver: Solving for omega, Initial residual = 9.151583e-06, Final residual = 4.478475e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.863465e-05, Final residual = 3.438376e-06, No Iterations 2 ExecutionTime = 113.37 s ClockTime = 117 s forces forces output: sum of forces: pressure : (7.045068 0.02600767 0.9399259) viscous : (1.732844 -0.0009879197 -0.02307866) porous : (0 0 0) sum of moments: pressure : (-0.002548557 -2.058846 0.0002037307) viscous : (0.0003965274 0.5007631 0.0002691813) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2767756 Cl = 0.0007888958 Cl(f) = 0.0003944479 Cl(r) = 0.0003944479 Time = 162 smoothSolver: Solving for Ux, Initial residual = 8.422162e-05, Final residual = 3.318183e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008299678, Final residual = 3.279773e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006231719, Final residual = 2.606296e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004475013, Final residual = 0.0001198994, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005084803, Final residual = 2.036381e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.386868e-05, Final residual = 5.130119e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.319051e-05, Final residual = 6.577129e-07, No Iterations 3 time step continuity errors : sum local = 1.525298e-07, global = -4.228116e-09, cumulative = -4.776025e-06 smoothSolver: Solving for omega, Initial residual = 9.048321e-06, Final residual = 4.415756e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.812494e-05, Final residual = 3.392061e-06, No Iterations 2 ExecutionTime = 114.09 s ClockTime = 118 s forces forces output: sum of forces: pressure : (7.049024 0.02570341 0.9393163) viscous : (1.731917 -0.0009675246 -0.02302549) porous : (0 0 0) sum of moments: pressure : (-0.002450383 -2.053964 -3.423718e-05) viscous : (0.0003897684 0.5005345 0.0002722468) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2768711 Cl = 0.0007799452 Cl(f) = 0.0003899726 Cl(r) = 0.0003899726 Time = 163 smoothSolver: Solving for Ux, Initial residual = 8.317857e-05, Final residual = 3.266339e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008223779, Final residual = 3.24695e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006184966, Final residual = 2.57876e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004442857, Final residual = 0.0001184484, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005068529, Final residual = 2.017639e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.351927e-05, Final residual = 5.116508e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.32014e-05, Final residual = 6.910512e-07, No Iterations 3 time step continuity errors : sum local = 1.602618e-07, global = -4.303185e-09, cumulative = -4.780328e-06 smoothSolver: Solving for omega, Initial residual = 8.949411e-06, Final residual = 4.349847e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.761811e-05, Final residual = 3.345362e-06, No Iterations 2 ExecutionTime = 114.81 s ClockTime = 119 s forces forces output: sum of forces: pressure : (7.05304 0.02543545 0.9394653) viscous : (1.731021 -0.0009460739 -0.02296846) porous : (0 0 0) sum of moments: pressure : (-0.002390272 -2.050075 -0.0002640122) viscous : (0.0003826205 0.5003212 0.0002743227) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2769695 Cl = 0.0007721724 Cl(f) = 0.0003860862 Cl(r) = 0.0003860862 Time = 164 smoothSolver: Solving for Ux, Initial residual = 8.208282e-05, Final residual = 3.215757e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008144067, Final residual = 3.214362e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006135297, Final residual = 2.552585e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004413146, Final residual = 0.0001169071, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005050985, Final residual = 1.99861e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.321102e-05, Final residual = 5.097579e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.320494e-05, Final residual = 7.154459e-07, No Iterations 3 time step continuity errors : sum local = 1.659187e-07, global = -4.262389e-09, cumulative = -4.784591e-06 smoothSolver: Solving for omega, Initial residual = 8.851247e-06, Final residual = 4.287785e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.70943e-05, Final residual = 3.301859e-06, No Iterations 2 ExecutionTime = 115.52 s ClockTime = 119 s forces forces output: sum of forces: pressure : (7.057178 0.0251975 0.9404797) viscous : (1.730154 -0.0009242334 -0.02290777) porous : (0 0 0) sum of moments: pressure : (-0.00235599 -2.047157 -0.000457049) viscous : (0.0003752917 0.5001221 0.0002754836) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2770726 Cl = 0.0007653584 Cl(f) = 0.0003826792 Cl(r) = 0.0003826792 Time = 165 smoothSolver: Solving for Ux, Initial residual = 8.092174e-05, Final residual = 3.165906e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008052212, Final residual = 3.18257e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006082209, Final residual = 2.527219e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004382329, Final residual = 0.0004375017, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006662678, Final residual = 4.012912e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001384069, Final residual = 8.570416e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.237977e-05, Final residual = 1.18646e-06, No Iterations 3 time step continuity errors : sum local = 2.751757e-07, global = -1.069406e-08, cumulative = -4.795285e-06 smoothSolver: Solving for omega, Initial residual = 8.750628e-06, Final residual = 4.225231e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.65652e-05, Final residual = 3.259648e-06, No Iterations 2 ExecutionTime = 116.22 s ClockTime = 120 s forces forces output: sum of forces: pressure : (7.0613 0.02491694 0.9424313) viscous : (1.729313 -0.0009021768 -0.02284363) porous : (0 0 0) sum of moments: pressure : (-0.002300965 -2.045223 -0.0006212963) viscous : (0.0003678356 0.499936 0.0002757614) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2771761 Cl = 0.0007572075 Cl(f) = 0.0003786038 Cl(r) = 0.0003786038 Time = 166 smoothSolver: Solving for Ux, Initial residual = 7.971601e-05, Final residual = 3.116487e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007947377, Final residual = 3.151831e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000602409, Final residual = 2.501565e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004351634, Final residual = 0.0004329819, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006612633, Final residual = 3.961539e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001366189, Final residual = 8.502682e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.222443e-05, Final residual = 1.199164e-06, No Iterations 3 time step continuity errors : sum local = 2.781183e-07, global = -1.013689e-08, cumulative = -4.805421e-06 smoothSolver: Solving for omega, Initial residual = 8.64715e-06, Final residual = 4.162714e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.598729e-05, Final residual = 3.217769e-06, No Iterations 2 ExecutionTime = 116.92 s ClockTime = 121 s forces forces output: sum of forces: pressure : (7.065272 0.02450528 0.9452193) viscous : (1.728496 -0.0008799088 -0.0227763) porous : (0 0 0) sum of moments: pressure : (-0.002201003 -2.044151 -0.0007863027) viscous : (0.000360166 0.4997615 0.0002752824) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2772756 Cl = 0.0007449296 Cl(f) = 0.0003724648 Cl(r) = 0.0003724648 Time = 167 smoothSolver: Solving for Ux, Initial residual = 7.848344e-05, Final residual = 3.070003e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007832056, Final residual = 3.117495e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005963576, Final residual = 2.477748e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004319053, Final residual = 0.0004279099, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006554782, Final residual = 3.901092e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000134636, Final residual = 8.383715e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.195956e-05, Final residual = 1.191575e-06, No Iterations 3 time step continuity errors : sum local = 2.763479e-07, global = -9.425821e-09, cumulative = -4.814847e-06 smoothSolver: Solving for omega, Initial residual = 8.540243e-06, Final residual = 4.1047e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.538915e-05, Final residual = 3.174764e-06, No Iterations 2 ExecutionTime = 117.62 s ClockTime = 121 s forces forces output: sum of forces: pressure : (7.068988 0.02397688 0.9488428) viscous : (1.727699 -0.0008575596 -0.022706) porous : (0 0 0) sum of moments: pressure : (-0.002068996 -2.043916 -0.0009434068) viscous : (0.0003523283 0.4995969 0.0002741764) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2773676 Cl = 0.0007289733 Cl(f) = 0.0003644866 Cl(r) = 0.0003644866 Time = 168 smoothSolver: Solving for Ux, Initial residual = 7.720542e-05, Final residual = 3.025652e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007706933, Final residual = 3.080433e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005900017, Final residual = 2.452956e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004282659, Final residual = 0.0004224809, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006487871, Final residual = 3.831028e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001324539, Final residual = 8.237699e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.165073e-05, Final residual = 1.175308e-06, No Iterations 3 time step continuity errors : sum local = 2.725619e-07, global = -7.600122e-09, cumulative = -4.822447e-06 smoothSolver: Solving for omega, Initial residual = 8.430137e-06, Final residual = 4.046673e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.478607e-05, Final residual = 3.129356e-06, No Iterations 2 ExecutionTime = 118.32 s ClockTime = 122 s forces forces output: sum of forces: pressure : (7.07256 0.02327697 0.9534262) viscous : (1.726918 -0.0008351687 -0.02263259) porous : (0 0 0) sum of moments: pressure : (-0.001891192 -2.044569 -0.001140849) viscous : (0.0003443702 0.4994401 0.0002726425) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2774556 Cl = 0.0007076106 Cl(f) = 0.0003538053 Cl(r) = 0.0003538053 Time = 169 smoothSolver: Solving for Ux, Initial residual = 7.590264e-05, Final residual = 2.981669e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007572982, Final residual = 3.039256e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005834371, Final residual = 2.427087e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004248147, Final residual = 0.0004170055, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006421808, Final residual = 3.754201e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001301552, Final residual = 8.034646e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.122904e-05, Final residual = 1.13712e-06, No Iterations 3 time step continuity errors : sum local = 2.636885e-07, global = -6.820703e-09, cumulative = -4.829268e-06 smoothSolver: Solving for omega, Initial residual = 8.318244e-06, Final residual = 3.985811e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.41267e-05, Final residual = 3.083394e-06, No Iterations 2 ExecutionTime = 119.03 s ClockTime = 123 s forces forces output: sum of forces: pressure : (7.07605 0.02235882 0.9589657) viscous : (1.726149 -0.0008126981 -0.02255573) porous : (0 0 0) sum of moments: pressure : (-0.001651295 -2.046104 -0.001420737) viscous : (0.0003362962 0.4992889 0.0002708142) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2775414 Cl = 0.0006793689 Cl(f) = 0.0003396844 Cl(r) = 0.0003396844 Time = 170 smoothSolver: Solving for Ux, Initial residual = 7.457726e-05, Final residual = 2.936603e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007433699, Final residual = 2.99521e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005764195, Final residual = 2.401783e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004208204, Final residual = 0.0004121956, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006359179, Final residual = 3.680057e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001278851, Final residual = 7.83839e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.082163e-05, Final residual = 1.095581e-06, No Iterations 3 time step continuity errors : sum local = 2.540366e-07, global = -6.09737e-09, cumulative = -4.835365e-06 smoothSolver: Solving for omega, Initial residual = 8.20163e-06, Final residual = 3.921968e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.33942e-05, Final residual = 3.037607e-06, No Iterations 2 ExecutionTime = 119.74 s ClockTime = 124 s forces forces output: sum of forces: pressure : (7.079454 0.02127242 0.9654886) viscous : (1.725389 -0.000790287 -0.02247551) porous : (0 0 0) sum of moments: pressure : (-0.001373833 -2.048522 -0.001756069) viscous : (0.0003281135 0.4991415 0.0002687729) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2776248 Cl = 0.0006458205 Cl(f) = 0.0003229103 Cl(r) = 0.0003229103 Time = 171 smoothSolver: Solving for Ux, Initial residual = 7.321453e-05, Final residual = 2.890581e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007287342, Final residual = 2.951904e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005688528, Final residual = 2.376174e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004167296, Final residual = 0.0004082131, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006297362, Final residual = 3.609499e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001257123, Final residual = 7.625841e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.040228e-05, Final residual = 1.060726e-06, No Iterations 3 time step continuity errors : sum local = 2.45943e-07, global = -2.666479e-09, cumulative = -4.838032e-06 smoothSolver: Solving for omega, Initial residual = 8.078472e-06, Final residual = 3.854458e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.258692e-05, Final residual = 2.990825e-06, No Iterations 2 ExecutionTime = 120.46 s ClockTime = 124 s forces forces output: sum of forces: pressure : (7.082749 0.02005576 0.9730207) viscous : (1.724634 -0.000767979 -0.02239216) porous : (0 0 0) sum of moments: pressure : (-0.001085081 -2.051862 -0.002111557) viscous : (0.0003198287 0.4989963 0.0002666727) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2777049 Cl = 0.0006081613 Cl(f) = 0.0003040807 Cl(r) = 0.0003040807 Time = 172 smoothSolver: Solving for Ux, Initial residual = 7.182004e-05, Final residual = 2.844905e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000714033, Final residual = 2.910344e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005610708, Final residual = 2.350001e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004124565, Final residual = 0.0004051237, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006231642, Final residual = 3.540178e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000123561, Final residual = 7.456142e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.00348e-05, Final residual = 1.018835e-06, No Iterations 3 time step continuity errors : sum local = 2.362124e-07, global = -2.004327e-09, cumulative = -4.840036e-06 smoothSolver: Solving for omega, Initial residual = 7.94973e-06, Final residual = 3.784348e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.167139e-05, Final residual = 2.941936e-06, No Iterations 2 ExecutionTime = 121.15 s ClockTime = 125 s forces forces output: sum of forces: pressure : (7.08582 0.01873868 0.9814517) viscous : (1.723884 -0.0007460145 -0.02230626) porous : (0 0 0) sum of moments: pressure : (-0.0007922032 -2.055978 -0.002449169) viscous : (0.0003116642 0.4988528 0.0002645421) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.277778 Cl = 0.0005673253 Cl(f) = 0.0002836627 Cl(r) = 0.0002836627 Time = 173 smoothSolver: Solving for Ux, Initial residual = 7.036839e-05, Final residual = 2.798766e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006988053, Final residual = 2.868106e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005529119, Final residual = 2.323533e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004078583, Final residual = 0.0004015361, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006152298, Final residual = 3.465491e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001212476, Final residual = 7.2684e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.962558e-05, Final residual = 1.925221e-06, No Iterations 2 time step continuity errors : sum local = 4.463118e-07, global = -1.609577e-08, cumulative = -4.856132e-06 smoothSolver: Solving for omega, Initial residual = 7.818303e-06, Final residual = 3.711271e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.06792e-05, Final residual = 2.891549e-06, No Iterations 2 ExecutionTime = 121.85 s ClockTime = 126 s forces forces output: sum of forces: pressure : (7.088594 0.01731277 0.990764) viscous : (1.723135 -0.0007248688 -0.02221785) porous : (0 0 0) sum of moments: pressure : (-0.0004839088 -2.060712 -0.002767026) viscous : (0.0003038868 0.4987094 0.0002621847) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2778419 Cl = 0.0005230319 Cl(f) = 0.0002615159 Cl(r) = 0.0002615159 Time = 174 smoothSolver: Solving for Ux, Initial residual = 6.886978e-05, Final residual = 2.752575e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006830585, Final residual = 2.823781e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005443792, Final residual = 2.295116e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004032952, Final residual = 0.0003974918, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006079596, Final residual = 3.399591e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001193018, Final residual = 7.177452e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.941058e-05, Final residual = 1.885655e-06, No Iterations 2 time step continuity errors : sum local = 4.370892e-07, global = -1.514283e-08, cumulative = -4.871275e-06 smoothSolver: Solving for omega, Initial residual = 7.689681e-06, Final residual = 3.636139e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.963767e-05, Final residual = 2.840955e-06, No Iterations 2 ExecutionTime = 122.55 s ClockTime = 127 s forces forces output: sum of forces: pressure : (7.091337 0.01583897 1.000859) viscous : (1.722387 -0.0007045029 -0.02212695) porous : (0 0 0) sum of moments: pressure : (-0.0001740045 -2.066073 -0.003029152) viscous : (0.0002964244 0.4985654 0.000259589) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2779048 Cl = 0.0004772038 Cl(f) = 0.0002386019 Cl(r) = 0.0002386019 Time = 175 smoothSolver: Solving for Ux, Initial residual = 6.734536e-05, Final residual = 2.706946e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006674502, Final residual = 2.777257e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005359783, Final residual = 2.268033e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004003389, Final residual = 0.0003943554, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006029382, Final residual = 3.326308e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001177048, Final residual = 7.032367e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.919071e-05, Final residual = 1.834691e-06, No Iterations 2 time step continuity errors : sum local = 4.252237e-07, global = -1.407339e-08, cumulative = -4.885348e-06 smoothSolver: Solving for omega, Initial residual = 7.561895e-06, Final residual = 3.563094e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.85621e-05, Final residual = 2.790603e-06, No Iterations 2 ExecutionTime = 123.23 s ClockTime = 127 s forces forces output: sum of forces: pressure : (7.094205 0.01434815 1.011839) viscous : (1.72164 -0.0006845061 -0.02203461) porous : (0 0 0) sum of moments: pressure : (0.0001088925 -2.072056 -0.003255258) viscous : (0.0002890306 0.498421 0.0002569056) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2779717 Cl = 0.0004308271 Cl(f) = 0.0002154135 Cl(r) = 0.0002154135 Time = 176 smoothSolver: Solving for Ux, Initial residual = 6.581121e-05, Final residual = 2.661258e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006523478, Final residual = 2.730841e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005277703, Final residual = 2.241718e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003990632, Final residual = 0.0003925226, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006004123, Final residual = 3.247363e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001161368, Final residual = 6.817799e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.887406e-05, Final residual = 1.795116e-06, No Iterations 2 time step continuity errors : sum local = 4.159997e-07, global = -8.361981e-09, cumulative = -4.89371e-06 smoothSolver: Solving for omega, Initial residual = 7.435225e-06, Final residual = 3.497737e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.743832e-05, Final residual = 2.741679e-06, No Iterations 2 ExecutionTime = 123.92 s ClockTime = 128 s forces forces output: sum of forces: pressure : (7.097227 0.01286159 1.023625) viscous : (1.720894 -0.0006646161 -0.02194139) porous : (0 0 0) sum of moments: pressure : (0.0003402321 -2.078549 -0.003465047) viscous : (0.0002815829 0.4982764 0.0002544699) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2780434 Cl = 0.0003845816 Cl(f) = 0.0001922908 Cl(r) = 0.0001922908 Time = 177 smoothSolver: Solving for Ux, Initial residual = 6.426643e-05, Final residual = 2.615756e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000637654, Final residual = 2.686855e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000519689, Final residual = 2.215014e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003987496, Final residual = 0.0003918775, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005993033, Final residual = 3.176746e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001146379, Final residual = 6.595978e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.853232e-05, Final residual = 1.718281e-06, No Iterations 2 time step continuity errors : sum local = 3.981442e-07, global = -7.106024e-09, cumulative = -4.900816e-06 smoothSolver: Solving for omega, Initial residual = 7.310356e-06, Final residual = 3.435733e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.625593e-05, Final residual = 2.694134e-06, No Iterations 2 ExecutionTime = 124.61 s ClockTime = 129 s forces forces output: sum of forces: pressure : (7.100373 0.01136602 1.036019) viscous : (1.720149 -0.000645343 -0.02184736) porous : (0 0 0) sum of moments: pressure : (0.0005258574 -2.08542 -0.003669454) viscous : (0.0002742434 0.4981312 0.000252181) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2781192 Cl = 0.0003380328 Cl(f) = 0.0001690164 Cl(r) = 0.0001690164 Time = 178 smoothSolver: Solving for Ux, Initial residual = 6.273909e-05, Final residual = 2.570865e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006234818, Final residual = 2.64279e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005116194, Final residual = 2.188103e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003990094, Final residual = 0.000391494, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005976741, Final residual = 3.12197e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001132997, Final residual = 6.432038e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.826288e-05, Final residual = 1.669074e-06, No Iterations 2 time step continuity errors : sum local = 3.866936e-07, global = -6.115804e-09, cumulative = -4.906932e-06 smoothSolver: Solving for omega, Initial residual = 7.18454e-06, Final residual = 3.379648e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.502636e-05, Final residual = 2.647149e-06, No Iterations 2 ExecutionTime = 125.3 s ClockTime = 129 s forces forces output: sum of forces: pressure : (7.103637 0.009900269 1.048756) viscous : (1.719405 -0.0006270423 -0.02175272) porous : (0 0 0) sum of moments: pressure : (0.0006706154 -2.092508 -0.003847237) viscous : (0.0002671955 0.4979847 0.0002499114) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2781986 Cl = 0.0002923933 Cl(f) = 0.0001461967 Cl(r) = 0.0001461967 Time = 179 smoothSolver: Solving for Ux, Initial residual = 6.12506e-05, Final residual = 2.527923e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006098714, Final residual = 2.599634e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005038295, Final residual = 2.161264e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003991569, Final residual = 0.0003906142, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005956806, Final residual = 3.080363e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000111934, Final residual = 6.344667e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.810199e-05, Final residual = 1.655753e-06, No Iterations 2 time step continuity errors : sum local = 3.835577e-07, global = -5.699299e-09, cumulative = -4.912631e-06 smoothSolver: Solving for omega, Initial residual = 7.059498e-06, Final residual = 3.326855e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.378842e-05, Final residual = 2.602243e-06, No Iterations 2 ExecutionTime = 125.99 s ClockTime = 130 s forces forces output: sum of forces: pressure : (7.107159 0.008547972 1.061608) viscous : (1.718659 -0.000609911 -0.02165817) porous : (0 0 0) sum of moments: pressure : (0.0007492307 -2.099696 -0.003976078) viscous : (0.0002605351 0.4978366 0.0002475943) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2782861 Cl = 0.0002502943 Cl(f) = 0.0001251472 Cl(r) = 0.0001251472 Time = 180 smoothSolver: Solving for Ux, Initial residual = 5.978212e-05, Final residual = 2.486043e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005967138, Final residual = 2.560752e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004960363, Final residual = 2.135554e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003991974, Final residual = 0.0003889916, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005929362, Final residual = 3.045545e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001105827, Final residual = 6.31109e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.800462e-05, Final residual = 1.663135e-06, No Iterations 2 time step continuity errors : sum local = 3.852217e-07, global = -5.724065e-09, cumulative = -4.918355e-06 smoothSolver: Solving for omega, Initial residual = 6.936561e-06, Final residual = 3.276763e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.250871e-05, Final residual = 2.55867e-06, No Iterations 2 ExecutionTime = 126.69 s ClockTime = 131 s forces forces output: sum of forces: pressure : (7.111016 0.007377615 1.074445) viscous : (1.717912 -0.000593979 -0.02156329) porous : (0 0 0) sum of moments: pressure : (0.0007350507 -2.106886 -0.004036576) viscous : (0.0002541978 0.4976862 0.0002452538) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2783842 Cl = 0.0002138943 Cl(f) = 0.0001069471 Cl(r) = 0.0001069471 Time = 181 smoothSolver: Solving for Ux, Initial residual = 5.835884e-05, Final residual = 2.445643e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005839132, Final residual = 2.523407e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000488367, Final residual = 2.112638e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003986333, Final residual = 0.0003864121, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000588966, Final residual = 3.016743e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001092338, Final residual = 6.36648e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.805312e-05, Final residual = 1.694858e-06, No Iterations 2 time step continuity errors : sum local = 3.925227e-07, global = -6.411327e-09, cumulative = -4.924767e-06 smoothSolver: Solving for omega, Initial residual = 6.820685e-06, Final residual = 3.230208e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.117365e-05, Final residual = 2.515719e-06, No Iterations 2 ExecutionTime = 127.39 s ClockTime = 132 s forces forces output: sum of forces: pressure : (7.115286 0.006378337 1.087133) viscous : (1.717165 -0.0005792247 -0.02146855) porous : (0 0 0) sum of moments: pressure : (0.0006225964 -2.11395 -0.004026869) viscous : (0.0002481316 0.4975341 0.0002429314) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2784953 Cl = 0.0001828513 Cl(f) = 9.142566e-05 Cl(r) = 9.142566e-05 Time = 182 smoothSolver: Solving for Ux, Initial residual = 5.700471e-05, Final residual = 2.406137e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005717384, Final residual = 2.487994e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004809369, Final residual = 2.090878e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003973973, Final residual = 0.0003832172, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005838128, Final residual = 2.979668e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001077287, Final residual = 6.364719e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.799203e-05, Final residual = 1.717918e-06, No Iterations 2 time step continuity errors : sum local = 3.97812e-07, global = -7.306859e-09, cumulative = -4.932074e-06 smoothSolver: Solving for omega, Initial residual = 6.706934e-06, Final residual = 3.186077e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.977712e-05, Final residual = 2.474278e-06, No Iterations 2 ExecutionTime = 128.08 s ClockTime = 132 s forces forces output: sum of forces: pressure : (7.120112 0.005532513 1.099498) viscous : (1.71642 -0.0005660752 -0.02137457) porous : (0 0 0) sum of moments: pressure : (0.0004423559 -2.120795 -0.003964013) viscous : (0.0002425341 0.4973807 0.0002404966) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2786239 Cl = 0.0001565963 Cl(f) = 7.829817e-05 Cl(r) = 7.829817e-05 Time = 183 smoothSolver: Solving for Ux, Initial residual = 5.572631e-05, Final residual = 2.368462e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00056023, Final residual = 2.454909e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004736319, Final residual = 2.070545e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003958092, Final residual = 0.0003796428, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005781788, Final residual = 2.946521e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001063455, Final residual = 6.389259e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.797586e-05, Final residual = 1.751007e-06, No Iterations 2 time step continuity errors : sum local = 4.054201e-07, global = -8.58376e-09, cumulative = -4.940657e-06 smoothSolver: Solving for omega, Initial residual = 6.597168e-06, Final residual = 3.145803e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.83431e-05, Final residual = 2.43422e-06, No Iterations 2 ExecutionTime = 128.77 s ClockTime = 133 s forces forces output: sum of forces: pressure : (7.125601 0.004905812 1.111505) viscous : (1.715675 -0.0005545536 -0.0212811) porous : (0 0 0) sum of moments: pressure : (0.0001798144 -2.127386 -0.003842901) viscous : (0.0002373803 0.4972261 0.0002377473) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2787735 Cl = 0.0001371992 Cl(f) = 6.859959e-05 Cl(r) = 6.859959e-05 Time = 184 smoothSolver: Solving for Ux, Initial residual = 5.449919e-05, Final residual = 2.333389e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005490302, Final residual = 2.423701e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004665612, Final residual = 2.050122e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003938792, Final residual = 0.0003758575, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005725067, Final residual = 2.921715e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001053372, Final residual = 6.436161e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.800052e-05, Final residual = 1.736919e-06, No Iterations 2 time step continuity errors : sum local = 4.021007e-07, global = -1.27653e-08, cumulative = -4.953423e-06 smoothSolver: Solving for omega, Initial residual = 6.488509e-06, Final residual = 3.10705e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.692523e-05, Final residual = 2.395576e-06, No Iterations 2 ExecutionTime = 129.47 s ClockTime = 134 s forces forces output: sum of forces: pressure : (7.131778 0.004653103 1.123216) viscous : (1.714933 -0.0005444557 -0.02118749) porous : (0 0 0) sum of moments: pressure : (-0.0002231518 -2.133759 -0.003605773) viscous : (0.0002326353 0.4970697 0.0002344847) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2789449 Cl = 0.0001295494 Cl(f) = 6.477471e-05 Cl(r) = 6.477471e-05 Time = 185 smoothSolver: Solving for Ux, Initial residual = 5.332494e-05, Final residual = 2.301206e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005383695, Final residual = 2.394468e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004598856, Final residual = 2.02972e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003915943, Final residual = 0.0003719551, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005669329, Final residual = 2.904344e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001045446, Final residual = 6.530463e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.808738e-05, Final residual = 1.798279e-06, No Iterations 2 time step continuity errors : sum local = 4.162378e-07, global = -2.811978e-09, cumulative = -4.956235e-06 smoothSolver: Solving for omega, Initial residual = 6.384115e-06, Final residual = 3.068652e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.549588e-05, Final residual = 2.356442e-06, No Iterations 2 ExecutionTime = 130.16 s ClockTime = 134 s forces forces output: sum of forces: pressure : (7.138537 0.004755685 1.13459) viscous : (1.714192 -0.0005359598 -0.02109383) porous : (0 0 0) sum of moments: pressure : (-0.0007573767 -2.139895 -0.003275488) viscous : (0.0002284239 0.4969113 0.0002305759) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2791347 Cl = 0.0001330518 Cl(f) = 6.652591e-05 Cl(r) = 6.652591e-05 Time = 186 smoothSolver: Solving for Ux, Initial residual = 5.220498e-05, Final residual = 2.271197e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005281159, Final residual = 2.366591e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000453673, Final residual = 2.013014e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003895063, Final residual = 0.0003680186, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005609558, Final residual = 2.889785e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001039243, Final residual = 6.592023e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.812827e-05, Final residual = 8.940476e-07, No Iterations 3 time step continuity errors : sum local = 2.069131e-07, global = -1.795815e-08, cumulative = -4.974193e-06 smoothSolver: Solving for omega, Initial residual = 6.285232e-06, Final residual = 3.03407e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.412328e-05, Final residual = 2.319996e-06, No Iterations 2 ExecutionTime = 130.85 s ClockTime = 135 s forces forces output: sum of forces: pressure : (7.145866 0.005055689 1.145445) viscous : (1.713455 -0.0005288564 -0.02100035) porous : (0 0 0) sum of moments: pressure : (-0.001370178 -2.145787 -0.00293662) viscous : (0.0002245594 0.4967518 0.0002258694) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2793425 Cl = 0.0001427352 Cl(f) = 7.136759e-05 Cl(r) = 7.136759e-05 Time = 187 smoothSolver: Solving for Ux, Initial residual = 5.11324e-05, Final residual = 2.24401e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005183956, Final residual = 2.33866e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004478515, Final residual = 1.9977e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003874091, Final residual = 0.0003636256, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005540502, Final residual = 2.856117e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001031649, Final residual = 6.511415e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.791139e-05, Final residual = 8.832056e-07, No Iterations 3 time step continuity errors : sum local = 2.043802e-07, global = -1.896297e-08, cumulative = -4.993156e-06 smoothSolver: Solving for omega, Initial residual = 6.19256e-06, Final residual = 3.005311e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.280597e-05, Final residual = 2.287584e-06, No Iterations 2 ExecutionTime = 131.55 s ClockTime = 136 s forces forces output: sum of forces: pressure : (7.153668 0.005378822 1.155929) viscous : (1.712723 -0.0005223957 -0.02090795) porous : (0 0 0) sum of moments: pressure : (-0.002010593 -2.151233 -0.002647622) viscous : (0.0002206922 0.4965926 0.0002206364) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2795655 Cl = 0.0001531276 Cl(f) = 7.656378e-05 Cl(r) = 7.656378e-05 Time = 188 smoothSolver: Solving for Ux, Initial residual = 5.009278e-05, Final residual = 2.219558e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005090878, Final residual = 2.309238e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004421384, Final residual = 1.982775e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003852426, Final residual = 0.0003594627, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005480338, Final residual = 2.827709e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001026705, Final residual = 6.477003e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.779489e-05, Final residual = 8.816093e-07, No Iterations 3 time step continuity errors : sum local = 2.039888e-07, global = -2.045112e-08, cumulative = -5.013607e-06 smoothSolver: Solving for omega, Initial residual = 6.103122e-06, Final residual = 2.980468e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.15652e-05, Final residual = 2.260464e-06, No Iterations 2 ExecutionTime = 132.26 s ClockTime = 136 s forces forces output: sum of forces: pressure : (7.161964 0.005862144 1.166006) viscous : (1.711998 -0.0005166739 -0.02081575) porous : (0 0 0) sum of moments: pressure : (-0.002719306 -2.156216 -0.002323637) viscous : (0.0002168102 0.4964332 0.0002148186) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2798042 Cl = 0.0001685476 Cl(f) = 8.427379e-05 Cl(r) = 8.427379e-05 Time = 189 smoothSolver: Solving for Ux, Initial residual = 4.910887e-05, Final residual = 2.197032e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005003813, Final residual = 2.281277e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004365031, Final residual = 1.967595e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00382942, Final residual = 0.000355795, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005436421, Final residual = 2.815874e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001025582, Final residual = 6.528856e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.786704e-05, Final residual = 8.945973e-07, No Iterations 3 time step continuity errors : sum local = 2.069719e-07, global = -2.237324e-08, cumulative = -5.03598e-06 smoothSolver: Solving for omega, Initial residual = 6.015104e-06, Final residual = 2.95774e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.040291e-05, Final residual = 2.237562e-06, No Iterations 2 ExecutionTime = 132.96 s ClockTime = 137 s forces forces output: sum of forces: pressure : (7.17074 0.006624636 1.175537) viscous : (1.711279 -0.0005116459 -0.02072269) porous : (0 0 0) sum of moments: pressure : (-0.00351925 -2.160719 -0.001925515) viscous : (0.0002128956 0.4962731 0.0002085549) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2800582 Cl = 0.0001927482 Cl(f) = 9.63741e-05 Cl(r) = 9.63741e-05 Time = 190 smoothSolver: Solving for Ux, Initial residual = 4.817504e-05, Final residual = 2.176861e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004921718, Final residual = 2.256178e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004307793, Final residual = 1.955023e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00379659, Final residual = 0.0003522883, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005401351, Final residual = 2.81936e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001028576, Final residual = 6.646425e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.808035e-05, Final residual = 8.917078e-07, No Iterations 3 time step continuity errors : sum local = 2.062764e-07, global = -1.466573e-08, cumulative = -5.050646e-06 smoothSolver: Solving for omega, Initial residual = 5.933494e-06, Final residual = 2.936392e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.930234e-05, Final residual = 2.216096e-06, No Iterations 2 ExecutionTime = 133.68 s ClockTime = 138 s forces forces output: sum of forces: pressure : (7.180004 0.007694017 1.184433) viscous : (1.710567 -0.0005075636 -0.02062849) porous : (0 0 0) sum of moments: pressure : (-0.004414784 -2.164736 -0.001459427) viscous : (0.0002091663 0.4961116 0.0002017243) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2803279 Cl = 0.0002265955 Cl(f) = 0.0001132977 Cl(r) = 0.0001132977 Time = 191 smoothSolver: Solving for Ux, Initial residual = 4.730376e-05, Final residual = 2.159184e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004845499, Final residual = 2.233984e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004253818, Final residual = 1.944521e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00375947, Final residual = 0.0003492826, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005375729, Final residual = 2.833609e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001034756, Final residual = 6.764929e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.832357e-05, Final residual = 9.108434e-07, No Iterations 3 time step continuity errors : sum local = 2.106715e-07, global = -1.568365e-08, cumulative = -5.06633e-06 smoothSolver: Solving for omega, Initial residual = 5.856806e-06, Final residual = 2.914859e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.828239e-05, Final residual = 2.196075e-06, No Iterations 2 ExecutionTime = 134.39 s ClockTime = 139 s forces forces output: sum of forces: pressure : (7.189756 0.008950075 1.192823) viscous : (1.70986 -0.0005041404 -0.02053389) porous : (0 0 0) sum of moments: pressure : (-0.005352633 -2.168345 -0.0009918319) viscous : (0.0002055068 0.4959486 0.0001942264) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.280613 Cl = 0.0002663081 Cl(f) = 0.000133154 Cl(r) = 0.000133154 Time = 192 smoothSolver: Solving for Ux, Initial residual = 4.651072e-05, Final residual = 2.143178e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004777104, Final residual = 2.214411e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004202393, Final residual = 1.935715e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003728725, Final residual = 0.0003463034, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005354243, Final residual = 2.849052e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001041341, Final residual = 6.858011e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.853563e-05, Final residual = 9.241375e-07, No Iterations 3 time step continuity errors : sum local = 2.13715e-07, global = -1.658349e-08, cumulative = -5.082913e-06 smoothSolver: Solving for omega, Initial residual = 5.782117e-06, Final residual = 2.894717e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.732813e-05, Final residual = 2.177799e-06, No Iterations 2 ExecutionTime = 135.09 s ClockTime = 140 s forces forces output: sum of forces: pressure : (7.199975 0.01019287 1.200872) viscous : (1.70916 -0.0005012878 -0.02043953) porous : (0 0 0) sum of moments: pressure : (-0.006252514 -2.17157 -0.0005863278) viscous : (0.0002019015 0.4957845 0.0001859832) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2809132 Cl = 0.0003055844 Cl(f) = 0.0001527922 Cl(r) = 0.0001527922 Time = 193 smoothSolver: Solving for Ux, Initial residual = 4.579547e-05, Final residual = 2.127535e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004713728, Final residual = 2.194319e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000415373, Final residual = 1.928189e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003700305, Final residual = 0.0003427839, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005329764, Final residual = 2.862488e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001046797, Final residual = 6.88436e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.862193e-05, Final residual = 9.273685e-07, No Iterations 3 time step continuity errors : sum local = 2.144356e-07, global = -1.757268e-08, cumulative = -5.100486e-06 smoothSolver: Solving for omega, Initial residual = 5.710806e-06, Final residual = 2.877217e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.647217e-05, Final residual = 2.159838e-06, No Iterations 2 ExecutionTime = 135.8 s ClockTime = 140 s forces forces output: sum of forces: pressure : (7.210544 0.01131729 1.208679) viscous : (1.708466 -0.0004989465 -0.02034526) porous : (0 0 0) sum of moments: pressure : (-0.007079361 -2.174438 -0.0002381847) viscous : (0.0001985031 0.4956188 0.0001767317) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2812246 Cl = 0.0003411124 Cl(f) = 0.0001705562 Cl(r) = 0.0001705562 Time = 194 smoothSolver: Solving for Ux, Initial residual = 4.514043e-05, Final residual = 2.111944e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004654994, Final residual = 2.173458e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004105369, Final residual = 1.921068e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003666742, Final residual = 0.0003387407, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005298579, Final residual = 2.874171e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001051746, Final residual = 6.898573e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.866195e-05, Final residual = 9.313866e-07, No Iterations 3 time step continuity errors : sum local = 2.153383e-07, global = -5.654616e-09, cumulative = -5.10614e-06 smoothSolver: Solving for omega, Initial residual = 5.640037e-06, Final residual = 2.858199e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.566997e-05, Final residual = 2.141147e-06, No Iterations 2 ExecutionTime = 136.5 s ClockTime = 141 s forces forces output: sum of forces: pressure : (7.221348 0.01234795 1.21617) viscous : (1.707778 -0.0004960931 -0.02025153) porous : (0 0 0) sum of moments: pressure : (-0.007853383 -2.176946 0.0001028119) viscous : (0.0001948717 0.4954511 0.0001668413) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2815435 Cl = 0.0003736999 Cl(f) = 0.00018685 Cl(r) = 0.00018685 Time = 195 smoothSolver: Solving for Ux, Initial residual = 4.454217e-05, Final residual = 2.096559e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004601768, Final residual = 2.15165e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004057651, Final residual = 1.912421e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003634825, Final residual = 0.0003348478, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005262086, Final residual = 2.882471e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001056707, Final residual = 6.872159e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.861701e-05, Final residual = 9.290555e-07, No Iterations 3 time step continuity errors : sum local = 2.147704e-07, global = -5.784268e-09, cumulative = -5.111925e-06 smoothSolver: Solving for omega, Initial residual = 5.573527e-06, Final residual = 2.838457e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.49078e-05, Final residual = 2.12141e-06, No Iterations 2 ExecutionTime = 137.2 s ClockTime = 142 s forces forces output: sum of forces: pressure : (7.232351 0.01335127 1.223189) viscous : (1.707096 -0.000492354 -0.02015889) porous : (0 0 0) sum of moments: pressure : (-0.008609162 -2.179009 0.0004652597) viscous : (0.0001909317 0.4952818 0.0001566009) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.281869 Cl = 0.0004054534 Cl(f) = 0.0002027267 Cl(r) = 0.0002027267 Time = 196 smoothSolver: Solving for Ux, Initial residual = 4.399028e-05, Final residual = 2.082303e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004553946, Final residual = 2.131002e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004012522, Final residual = 1.901437e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003606459, Final residual = 0.0003317594, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005239744, Final residual = 2.891873e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000106349, Final residual = 6.921138e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.873812e-05, Final residual = 9.35188e-07, No Iterations 3 time step continuity errors : sum local = 2.161576e-07, global = -5.977927e-09, cumulative = -5.117903e-06 smoothSolver: Solving for omega, Initial residual = 5.510877e-06, Final residual = 2.818979e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.418924e-05, Final residual = 2.101871e-06, No Iterations 2 ExecutionTime = 137.91 s ClockTime = 142 s forces forces output: sum of forces: pressure : (7.243511 0.0142984 1.229679) viscous : (1.706421 -0.0004877846 -0.02006741) porous : (0 0 0) sum of moments: pressure : (-0.009325278 -2.180569 0.0008317363) viscous : (0.0001867324 0.4951111 0.0001460298) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2821996 Cl = 0.0004354612 Cl(f) = 0.0002177306 Cl(r) = 0.0002177306 Time = 197 smoothSolver: Solving for Ux, Initial residual = 4.347669e-05, Final residual = 2.070693e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004510615, Final residual = 2.110359e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003968821, Final residual = 1.889155e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003580699, Final residual = 0.0003295653, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005217553, Final residual = 2.905109e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001068937, Final residual = 6.993514e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.888004e-05, Final residual = 9.427654e-07, No Iterations 3 time step continuity errors : sum local = 2.178788e-07, global = -6.200717e-09, cumulative = -5.124103e-06 smoothSolver: Solving for omega, Initial residual = 5.450379e-06, Final residual = 2.798859e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.351427e-05, Final residual = 2.083452e-06, No Iterations 2 ExecutionTime = 138.61 s ClockTime = 143 s forces forces output: sum of forces: pressure : (7.25481 0.01513854 1.235558) viscous : (1.705754 -0.0004821741 -0.01997788) porous : (0 0 0) sum of moments: pressure : (-0.009970906 -2.181599 0.001159003) viscous : (0.0001821566 0.4949399 0.000135483) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2825348 Cl = 0.0004621286 Cl(f) = 0.0002310643 Cl(r) = 0.0002310643 Time = 198 smoothSolver: Solving for Ux, Initial residual = 4.300237e-05, Final residual = 2.060547e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004470247, Final residual = 2.090461e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003926399, Final residual = 1.875852e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003564482, Final residual = 0.0003277258, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005194338, Final residual = 2.924058e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001074745, Final residual = 6.971896e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.883699e-05, Final residual = 9.397725e-07, No Iterations 3 time step continuity errors : sum local = 2.171553e-07, global = -6.578273e-09, cumulative = -5.130682e-06 smoothSolver: Solving for omega, Initial residual = 5.390958e-06, Final residual = 2.778392e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.288924e-05, Final residual = 2.067396e-06, No Iterations 2 ExecutionTime = 139.31 s ClockTime = 144 s forces forces output: sum of forces: pressure : (7.266267 0.01594118 1.240857) viscous : (1.705093 -0.0004758326 -0.01989133) porous : (0 0 0) sum of moments: pressure : (-0.01055325 -2.18216 0.001468491) viscous : (0.0001774554 0.4947686 0.0001248131) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2828752 Cl = 0.0004876365 Cl(f) = 0.0002438183 Cl(r) = 0.0002438183 Time = 199 smoothSolver: Solving for Ux, Initial residual = 4.257022e-05, Final residual = 2.050573e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000443364, Final residual = 2.070832e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003884661, Final residual = 1.860437e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003551006, Final residual = 0.0003261519, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005170819, Final residual = 2.938547e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001080865, Final residual = 7.028196e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.895049e-05, Final residual = 9.457828e-07, No Iterations 3 time step continuity errors : sum local = 2.185182e-07, global = -6.705084e-09, cumulative = -5.137387e-06 smoothSolver: Solving for omega, Initial residual = 5.332035e-06, Final residual = 2.756109e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.23317e-05, Final residual = 2.052945e-06, No Iterations 2 ExecutionTime = 140.01 s ClockTime = 144 s forces forces output: sum of forces: pressure : (7.277841 0.0167425 1.245753) viscous : (1.704439 -0.0004687318 -0.01980835) porous : (0 0 0) sum of moments: pressure : (-0.01106469 -2.182322 0.001768047) viscous : (0.0001726313 0.4945969 0.0001141656) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2832195 Cl = 0.000513127 Cl(f) = 0.0002565635 Cl(r) = 0.0002565635 Time = 200 smoothSolver: Solving for Ux, Initial residual = 4.218226e-05, Final residual = 2.040686e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004400328, Final residual = 2.053073e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003843431, Final residual = 1.84348e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003537967, Final residual = 0.0003247709, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005148726, Final residual = 2.949315e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001085976, Final residual = 7.055792e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.901487e-05, Final residual = 9.47164e-07, No Iterations 3 time step continuity errors : sum local = 2.188105e-07, global = -6.939479e-09, cumulative = -5.144326e-06 smoothSolver: Solving for omega, Initial residual = 5.277161e-06, Final residual = 2.732747e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.186636e-05, Final residual = 2.040534e-06, No Iterations 2 ExecutionTime = 140.72 s ClockTime = 145 s forces forces output: sum of forces: pressure : (7.289486 0.01746519 1.250319) viscous : (1.703791 -0.0004600846 -0.01972924) porous : (0 0 0) sum of moments: pressure : (-0.01149439 -2.18213 0.002014351) viscous : (0.0001673732 0.4944247 0.0001037739) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2835663 Cl = 0.0005361864 Cl(f) = 0.0002680932 Cl(r) = 0.0002680932 End Finalising parallel run Run: (cd run; reconstructPar -latestTime) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : reconstructPar -latestTime Date : Apr 30 2018 Time : 16:24:45 Host : "bds1.beamnet" PID : 2480 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 11.40836 Average Force: 2 16.1834485 Average Force: 3 17.118766 Average Force: 4 15.0984759 Average Force: 5 12.3239565 Average Force: 6 10.4476657167 Average Force: 7 9.9013214 Average Force: 8 10.1565951 Average Force: 9 10.5164823111 Average Force: 10 10.60390958 Average Force: 11 10.4274515 Average Force: 12 10.1788773167 Average Force: 13 10.0119277615 Average Force: 14 9.95522783571 Average Force: 15 9.95782706 Average Force: 16 9.95714168125 Average Force: 17 9.92445339412 Average Force: 18 9.86860360556 Average Force: 19 9.80887769474 Average Force: 20 9.75544972 Average Force: 21 9.70681742381 Average Force: 22 9.65708914091 Average Force: 23 9.60273278261 Average Force: 24 9.54510044167 Average Force: 25 9.486797832 Average Force: 26 9.42922570385 Average Force: 27 9.37307356296 Average Force: 28 9.31917629643 Average Force: 29 9.26796142759 Average Force: 30 9.21897824667 Average Force: 31 9.17118700323 Average Force: 32 9.1234563875 Average Force: 33 9.07506913636 Average Force: 34 9.02580300588 Average Force: 35 8.97595268286 Average Force: 36 8.92610168889 Average Force: 37 8.87711258919 Average Force: 38 8.82969183684 Average Force: 39 8.78409443333 Average Force: 40 8.740389435 Average Force: 41 8.69883600732 Average Force: 42 8.65983739048 Average Force: 43 8.62364941628 Average Force: 44 8.59022119318 Average Force: 45 8.55918666444 Average Force: 46 8.53000259565 Average Force: 47 8.50213363191 Average Force: 48 8.47528168125 Average Force: 49 8.44940224694 Average Force: 50 8.424509978 Average Force: 51 8.40054081765 Average Force: 52 8.37737480769 Average Force: 53 8.35489238113 Average Force: 54 8.3330195463 Average Force: 55 8.31166588 Average Force: 56 8.29071818393 Average Force: 57 8.27009725965 Average Force: 58 8.24976738621 Average Force: 59 8.22969857288 Average Force: 60 8.20979891 Average Force: 61 8.1899926623 Average Force: 62 8.17029014032 Average Force: 63 8.15076845873 Average Force: 64 8.13150157031 Average Force: 65 8.11251828615 Average Force: 66 8.09382590909 Average Force: 67 8.07544461343 Average Force: 68 8.05739837206 Average Force: 69 8.03971266667 Average Force: 70 8.02243793857 Average Force: 71 8.00565983239 Average Force: 72 7.98947194722 Average Force: 73 7.97394504247 Average Force: 74 7.95910016351 Average Force: 75 7.94490499467 Average Force: 76 7.93131864737 Average Force: 77 7.91830225325 Average Force: 78 7.90580580385 Average Force: 79 7.89376860759 Average Force: 80 7.88213796125 Average Force: 81 7.87088133827 Average Force: 82 7.85997882805 Average Force: 83 7.84941480361 Average Force: 84 7.83916316905 Average Force: 85 7.82919691647 Average Force: 86 7.81950211977 Average Force: 87 7.81008964138 Average Force: 88 7.80098179091 Average Force: 89 7.79219510449 Average Force: 90 7.78373242889 Average Force: 91 7.77559021758 Average Force: 92 7.76775955 Average Force: 93 7.76022955591 Average Force: 94 7.75298954787 Average Force: 95 7.74602222 Average Force: 96 7.73930476042 Average Force: 97 7.73282280309 Average Force: 98 7.72656277959 Average Force: 99 7.72050965253 Average Force: 100 7.714640866 Average Force: 101 7.70892805842 Average Force: 102 7.7033458098 Average Force: 103 7.69787511942 Average Force: 104 7.69250307308 Average Force: 105 7.68721738952 Average Force: 106 7.68200097264 Average Force: 107 7.67683285514 Average Force: 108 7.67169264259 Average Force: 109 7.66656504862 Average Force: 110 7.66144235364 Average Force: 111 7.6563225973 Average Force: 112 7.65120541071 Average Force: 113 7.6460887823 Average Force: 114 7.64096964474 Average Force: 115 7.63584704783 Average Force: 116 7.6307239319 Average Force: 117 7.62560600769 Average Force: 118 7.62050008898 Average Force: 119 7.61541225462 Average Force: 120 7.61034831 Average Force: 121 7.60531454959 Average Force: 122 7.60031668279 Average Force: 123 7.59536071382 Average Force: 124 7.59045371774 Average Force: 125 7.585600404 Average Force: 126 7.58080229841 Average Force: 127 7.57605962598 Average Force: 128 7.57137390391 Average Force: 129 7.56674857132 Average Fo gnuplot: unable to open display ':1' gnuplot: X11 aborted. rce: 130 7.56218843538 Average Force: 131 7.5576965145 Average Force: 132 7.55327366288 Average Force: 133 7.54892111729 Average Force: 134 7.54463810746 Average Force: 135 7.54042480222 Average Force: 136 7.53628195368 Average Force: 137 7.53221168467 Average Force: 138 7.52821628043 Average Force: 139 7.5242954259 Average Force: 140 7.52044593643 Average Force: 141 7.5166635922 Average Force: 142 7.51294582183 Average Force: 143 7.50929229301 Average Force: 144 7.50570340556 Average Force: 145 7.50217905517 Average Force: 146 7.498718 Average Force: 147 7.49531892585 Average Force: 148 7.49198067162 Average Force: 149 7.48870255839 Average Force: 150 7.48548517933 Average Force: 151 7.48232894106 Average Force: 152 7.47923352895 Average Force: 153 7.47619850131 Average Force: 154 7.47322373442 Average Force: 155 7.47030933484 Average Force: 156 7.46745566218 Average Force: 157 7.46466301274 Average Force: 158 7.4619306519 Average Force: 159 7.45925754906 Average Force: 160 7.45664374062 Average Force: 161 7.45408737267 Average Force: 162 7.45158698086 Average Force: 163 7.44914190613 Average Force: 164 7.4467518811 Average Force: 165 7.44441580848 Average Force: 166 7.44213180723 Average Force: 167 7.43989741138 Average Force: 168 7.43771088095 Average Force: 169 7.43557087574 Average Force: 170 7.43347606882 Average Force: 171 7.43142503216 Average Force: 172 7.42941570058 Average Force: 173 7.42744563237 Average Force: 174 7.42551397241 Average Force: 175 7.42362077943 Average Force: 176 7.42176626818 Average Force: 177 7.41995048644 Average Force: 178 7.41817344607 Average Force: 179 7.41643593575 Average Force: 180 7.41473916056 Average Force: 181 7.41308472376 Average Force: 182 7.41147498187 Average Force: 183 7.40991282678 Average Force: 184 7.408401225 Average Force: 185 7.40694250054 Average Force: 186 7.40553886183 Average Force: 187 7.40419196096 Average Force: 188 7.40290351702 Average Force: 189 7.40167514021 Average Force: 190 7.40050845211 Average Force: 191 7.39940503455 Average Force: 192 7.39836633802 Average Force: 193 7.39739316425 Average Force: 194 7.39648571598 Average Force: 195 7.39564400051 Average Force: 196 7.39486781327 Average Force: 197 7.39415686041 Average Force: 198 7.39351095051 Average Force: 199 7.39292969497 Average Force: 200 7.392412476 Len: 200 Len: 200 Average Force: 7.392412476 Run: cp run/postProcessing/forces/0/forces.dat cases/135/forces.dat Run: cp run/postProcessing/forceCoeffs/0/forceCoeffs.dat cases/135/forceCoeffs.dat Run: cp run/forces.png cases/135 Run: cp run/forces.csv cases/135 Run: (cd run; foamToVTK -latestTime) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : foamToVTK -latestTime Date : Apr 30 2018 Time : 16:24:47 Host : "bds1.beamnet" PID : 2493 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:245115 points:323687 Additional cells:360299 additional points:32678 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/135/vtk.zip VTK) adding: VTK/ (stored 0%) adding: VTK/outlet/ (stored 0%) adding: VTK/outlet/outlet_200.vtk (deflated 42%) adding: VTK/channelWalls/ (stored 0%) adding: VTK/channelWalls/channelWalls_200.vtk (deflated 58%) adding: VTK/vwt.pvsm (deflated 94%) adding: VTK/run_200.vtk (deflated 54%) adding: VTK/inlet/ (stored 0%) adding: VTK/inlet/inlet_200.vtk (deflated 81%) adding: VTK/car/ (stored 0%) adding: VTK/car/car_200.vtk (deflated 54%)