Run: rm -fr run/* Run: cp -r sim_2.3.0_1/system run Run: cp -r sim_2.3.0_1/constant run Run: cp -r sim_2.3.0_1/initial run/ Run: cp -r sim_2.3.0_1/initial run/0 VwtProcess: Pre-processing STL file VwtProcess: Tidying up STL file Run: admesh --x-rotate=0.0 --y-rotate=0.0 --z-rotate=0.0 --vwt 0.02 cases/45/file.stl -a cases/45/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/45/file.stl Rotating about the x axis by 0.000000 degrees... Rotating about the y axis by 0.000000 degrees... Rotating about the z axis by 0.000000 degrees... Appling BEAM VWT translations with height: 0.020000 Scaled by 1e-3 for Pro/Desktop STL file from mm to meters AreaX: 0.226577 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/45/object.stl ================= Results produced by ADMesh version 0.95 ================ Input file : cases/45/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.250000, Max X = 1.250000 Min Y = -0.300000, Max Y = 0.300000 Min Z = 0.020000, Max Z = 0.396691 ========= Facet Status ========== Original ============ Final ==== Number of facets : 36 36 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 : 1 Volume : 0.406763 Degenerate facets : 0 Edges fixed : 0 Facets removed : 0 Facets added : 0 Facets reversed : 0 Backwards edges : 0 Normals fixed : 0 VwtProcess: Post-processing STL file VwtProcess: Configuring for VWT simulation Run: cp cases/45/object.stl run/object.stl Run: (cd run; surfaceConvert -clean object.stl object_clean.stl; mv object_clean.stl object.stl) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0 Exec : surfaceConvert -clean object.stl object_clean.stl Date : Nov 12 2015 Time : 12:59:51 Host : "bds1.beamnet" PID : 3978 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 : 36 Vertices : 20 Bounding Box : (-1.25 -0.3 0.02) (1.25 0.3 0.396691) Cleaning up surface After cleaning up surface: Triangles : 36 Vertices : 20 Bounding Box : (-1.25 -0.3 0.02) (1.25 0.3 0.396691) Maintaining face ordering writing "object_clean.stl" End Run: sed -e 's/Aref.*;/Aref 0.226577;/' sim_2.3.0_1/controlDict > run/system/controlDict Run: rm -fr run/constant/polyMesh/* Run: cp sim_2.3.0_1/blockMeshDict-100k run/constant/polyMesh/blockMeshDict Run: cp sim_2.3.0_1/snappyHexMeshDict-1000k run/system/snappyHexMeshDict Run: (cd run; blockMesh) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0 Exec : blockMesh Date : Nov 12 2015 Time : 12:59:52 Host : "bds1.beamnet" PID : 3987 Case : /data/vwt/process/run nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Creating block mesh from "/data/vwt/process/run/constant/polyMesh/blockMeshDict" No non-linear edges defined Creating topology blocks Creating topology patches Reading patches section Creating block mesh topology Reading physicalType from existing boundary file Default patch type set to empty Check topology Basic statistics Number of internal faces : 0 Number of boundary faces : 6 Number of defined boundary faces : 6 Number of undefined boundary faces : 0 Checking patch -> block consistency Creating block offsets Creating merge list . Creating polyMesh from blockMesh Creating patches Creating cells Creating points with scale 1 Block 0 cell size : i : 0.1 .. 0.1 j : 0.1 .. 0.1 k : 0.1 .. 0.1 Adding cell zones 0 windTunnel Writing cell zones as cellSets Writing polyMesh ---------------- Mesh Information ---------------- boundingBox: (-4 -2 0) (4 2 3) nPoints: 102951 nCells: 96000 nFaces: 294800 nInternalFaces: 281200 ---------------- Patches ---------------- patch 0 (start: 281200 size: 1200) name: inlet patch 1 (start: 282400 size: 1200) name: outlet patch 2 (start: 283600 size: 11200) name: channelWalls End Run: cp run/object.stl run/constant/triSurface/object.stl Run: (cd run; surfaceFeatureExtract) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0 Exec : surfaceFeatureExtract Date : Nov 12 2015 Time : 12:59:53 Host : "bds1.beamnet" PID : 3991 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 : 36 Vertices : 20 Bounding Box : (-1.25 -0.3 0.02) (1.25 0.3 0.396691) Constructing feature set from included angle 150 Selecting edges purely based on geometric tests: no Initial feature set: feature points : 4 feature edges : 22 of which region edges : 0 external edges : 22 internal edges : 0 Final feature set: points : 20 of which convex : 4 concave : 0 mixed : 0 non-feature : 16 edges : 22 of which external edges : 22 internal edges : 0 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.01 s ClockTime = 0 s End Run: (cd run; decomposePar) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0 Exec : decomposePar Date : Nov 12 2015 Time : 12:59:53 Host : "bds1.beamnet" PID : 3994 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.18 s Calculating original mesh data Distributing cells to processors Distributing faces to processors Distributing points to processors Constructing processor meshes Processor 0 Number of cells = 12000 Number of faces shared with processor 1 = 300 Number of faces shared with processor 2 = 600 Number of faces shared with processor 4 = 800 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 1 Number of cells = 12000 Number of faces shared with processor 0 = 300 Number of faces shared with processor 3 = 600 Number of faces shared with processor 5 = 800 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 2 Number of cells = 12000 Number of faces shared with processor 0 = 600 Number of faces shared with processor 3 = 300 Number of faces shared with processor 6 = 800 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 3 Number of cells = 12000 Number of faces shared with processor 1 = 600 Number of faces shared with processor 2 = 300 Number of faces shared with processor 7 = 800 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 4 Number of cells = 12000 Number of faces shared with processor 0 = 800 Number of faces shared with processor 5 = 300 Number of faces shared with processor 6 = 600 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 5 Number of cells = 12000 Number of faces shared with processor 1 = 800 Number of faces shared with processor 4 = 300 Number of faces shared with processor 7 = 600 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 6 Number of cells = 12000 Number of faces shared with processor 2 = 800 Number of faces shared with processor 4 = 600 Number of faces shared with processor 7 = 300 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 7 Number of cells = 12000 Number of faces shared with processor 3 = 800 Number of faces shared with processor 5 = 600 Number of faces shared with processor 6 = 300 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Number of processor faces = 6800 Max number of cells = 12000 (0% above average 12000) Max number of processor patches = 3 (0% above average 3) Max number of faces between processors = 1700 (0% above average 1700) Time = 0 Processor 0: field transfer Processor 1: field transfer Processor 2: field transfer Processor 3: field transfer Processor 4: field transfer Processor 5: field transfer Processor 6: field transfer Processor 7: field transfer End. Run: (cd run; mpirun --hostfile hosts -np 8 snappyHexMesh -parallel) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0 Exec : snappyHexMesh -parallel Date : Nov 12 2015 Time : 12:59:56 Host : "bds1.beamnet" PID : 3999 Case : /data/vwt/process/run nProcs : 8 Slaves : 7 ( "bds1.beamnet.4000" "bds1.beamnet.4001" "bds1.beamnet.4002" "bds1.beamnet.4003" "bds1.beamnet.4004" "bds1.beamnet.4005" "bds1.beamnet.4006" ) Pstream initialized with: floatTransfer : 0 nProcsSimpleSum : 0 commsType : nonBlocking polling iterations : 0 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Create mesh for time = 0 Read mesh in = 0.05 s Overall mesh bounding box : (-4 -2 0) (4 2 3) Relative tolerance : 1e-06 Absolute matching distance : 9.433981e-06 Reading refinement surfaces. Read refinement surfaces in = 0.01 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 : 20 edges : 22 boundingBox : (-1.25 -0.3 0.02) (1.25 0.3 0.396691) Refinement level according to distance to "object.eMesh" (20 points, 22 edges). level 2 for all cells within 0 metre. Read features in = 0 s Determining initial surface intersections ----------------------------------------- Edge intersection testing: Number of edges : 294800 Number of edges to retest : 294800 Number of intersected edges : 498 Calculated surface intersections in = 0.16 s Initial mesh : cells:96000 faces:294800 points:102951 Cells per refinement level: 0 96000 Adding patches for surface regions ---------------------------------- Patch Type Region ----- ---- ------ car: 3 wall car Added patches in = 0.01 s Selecting decompositionMethod hierarchical Layer thickness specified as final layer and expansion ratio. Refinement phase ---------------- Found point (3.9 1.9 2.9) in cell 11158 on processor 7 Feature refinement iteration 0 ------------------------------ Marked for refinement due to explicit features : 66 cells. Determined cells to refine in = 0.24 s Selected for feature refinement : 66 cells (out of 96000) Edge intersection testing: Number of edges : 296579 Number of edges to retest : 2874 Number of intersected edges : 721 Refined mesh in = 0.15 s After refinement feature refinement iteration 0 : cells:96462 faces:296579 points:103871 Cells per refinement level: 0 95934 1 528 Balanced mesh in = 0.29 s After balancing feature refinement iteration 0 : cells:96462 faces:296579 points:103871 Cells per refinement level: 0 95934 1 528 Feature refinement iteration 1 ------------------------------ Marked for refinement due to explicit features : 129 cells. Determined cells to refine in = 0.23 s Selected for feature refinement : 189 cells (out of 96462) Edge intersection testing: Number of edges : 301493 Number of edges to retest : 7331 Number of intersected edges : 1403 Refined mesh in = 0.14 s After refinement feature refinement iteration 1 : cells:97785 faces:301493 points:106266 Cells per refinement level: 0 95874 1 879 2 1032 Balanced mesh in = 0.28 s After balancing feature refinement iteration 1 : cells:97785 faces:301493 points:106266 Cells per refinement level: 0 95874 1 879 2 1032 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 97785) Stopping refining since too few cells selected. Surface refinement iteration 0 ------------------------------ Marked for refinement due to surface intersection : 1609 cells. Marked for refinement due to curvature/regions : 0 cells. Determined cells to refine in = 0 s Selected for refinement : 1655 cells (out of 97785) Edge intersection testing: Number of edges : 340595 Number of edges to retest : 49301 Number of intersected edges : 4698 Refined mesh in = 0.17 s After refinement surface refinement iteration 0 : cells:109370 faces:340595 points:122395 Cells per refinement level: 0 95320 1 4797 2 4557 3 4696 Balanced mesh in = 0.34 s After balancing surface refinement iteration 0 : cells:109370 faces:340595 points:122395 Cells per refinement level: 0 95320 1 4797 2 4557 3 4696 Surface refinement iteration 1 ------------------------------ Marked for refinement due to surface intersection : 4981 cells. Marked for refinement due to curvature/regions : 441 cells. Determined cells to refine in = 0.02 s Selected for refinement : 5749 cells (out of 109370) Edge intersection testing: Number of edges : 470996 Number of edges to retest : 172649 Number of intersected edges : 15784 Refined mesh in = 0.29 s After refinement surface refinement iteration 1 : cells:149613 faces:470996 points:172308 Cells per refinement level: 0 95225 1 3279 2 19846 3 27735 4 3528 Balanced mesh in = 0.69 s After balancing surface refinement iteration 1 : cells:149613 faces:470996 points:172308 Cells per refinement level: 0 95225 1 3279 2 19846 3 27735 4 3528 Surface refinement iteration 2 ------------------------------ Marked for refinement due to surface intersection : 10157 cells. Marked for refinement due to curvature/regions : 626 cells. Determined cells to refine in = 0.04 s Selected for refinement : 11547 cells (out of 149613) Edge intersection testing: Number of edges : 731951 Number of edges to retest : 351585 Number of intersected edges : 36143 Refined mesh in = 0.5 s After refinement surface refinement iteration 2 : cells:230442 faces:731951 points:271841 Cells per refinement level: 0 95130 1 3352 2 15203 3 108221 4 8536 Balanced mesh in = 1.01 s After balancing surface refinement iteration 2 : cells:230442 faces:731951 points:271841 Cells per refinement level: 0 95130 1 3352 2 15203 3 108221 4 8536 Surface refinement iteration 3 ------------------------------ Marked for refinement due to surface intersection : 117 cells. Marked for refinement due to curvature/regions : 518 cells. Determined cells to refine in = 0.07 s Selected for refinement : 719 cells (out of 230442) Edge intersection testing: Number of edges : 750146 Number of edges to retest : 33959 Number of intersected edges : 38763 Refined mesh in = 0.4 s After refinement surface refinement iteration 3 : cells:235475 faces:750146 points:280437 Cells per refinement level: 0 95121 1 3388 2 15335 3 108951 4 12680 Balanced mesh in = 1.11 s After balancing surface refinement iteration 3 : cells:235475 faces:750146 points:280437 Cells per refinement level: 0 95121 1 3388 2 15335 3 108951 4 12680 Surface refinement iteration 4 ------------------------------ Marked for refinement due to surface intersection : 0 cells. Marked for refinement due to curvature/regions : 82 cells. Determined cells to refine in = 0.08 s Selected for refinement : 140 cells (out of 235475) Edge intersection testing: Number of edges : 753512 Number of edges to retest : 10198 Number of intersected edges : 38716 Refined mesh in = 0.4 s After refinement surface refinement iteration 4 : cells:236455 faces:753512 points:281886 Cells per refinement level: 0 95118 1 3401 2 15379 3 109221 4 13336 Balanced mesh in = 0.97 s After balancing surface refinement iteration 4 : cells:236455 faces:753512 points:281886 Cells per refinement level: 0 95118 1 3401 2 15379 3 109221 4 13336 Surface refinement iteration 5 ------------------------------ Marked for refinement due to surface intersection : 0 cells. Marked for refinement due to curvature/regions : 0 cells. Determined cells to refine in = 0.07 s Selected for refinement : 0 cells (out of 236455) 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 2 regions. Keeping all cells in region 0 containing point (3.9 1.9 2.9) Selected for keeping : 203320 cells. Edge intersection testing: Number of edges : 660046 Number of edges to retest : 34222 Number of intersected edges : 38716 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.41 s Selected for internal refinement : 2170 cells (out of 203320) Edge intersection testing: Number of edges : 710746 Number of edges to retest : 116572 Number of intersected edges : 41628 Refined mesh in = 0.36 s After refinement shell refinement iteration 0 : cells:218510 faces:710746 points:273351 Cells per refinement level: 0 95100 1 2142 2 7372 3 86146 4 27750 Balanced mesh in = 1.01 s After balancing shell refinement iteration 0 : cells:218510 faces:710746 points:273417 Cells per refinement level: 0 95100 1 2142 2 7372 3 86146 4 27750 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.08 s Selected for internal refinement : 0 cells (out of 218510) Stopping refining since too few cells selected. Dangling coarse cells refinement iteration 0 -------------------------------------------- Determined cells to refine in = 0 s Selected for refinement : 0 cells (out of 218510) 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 218510) Stopping refining since too few cells selected. Splitting mesh at surface intersections --------------------------------------- Introducing baffles for 41628 faces that are intersected by the surface. Edge intersection testing: Number of edges : 752374 Number of edges to retest : 301857 Number of intersected edges : 81710 Created baffles in = 0.31 s After introducing baffles : cells:218510 faces:752374 points:275007 Cells per refinement level: 0 95100 1 2142 2 7372 3 86146 4 27750 Introducing baffles to block off problem cells ---------------------------------------------- markFacesOnProblemCells : marked 66381 additional internal faces to be converted into baffles. Analyzed problem cells in = 0.2 s Introducing baffles to delete problem cells. Edge intersection testing: Number of edges : 818755 Number of edges to retest : 209658 Number of intersected edges : 81710 Created baffles in = 0.33 s After introducing baffles : cells:218510 faces:818755 points:276563 Cells per refinement level: 0 95100 1 2142 2 7372 3 86146 4 27750 Remove unreachable sections of mesh ----------------------------------- Keeping all cells in region 0 containing point (3.9 1.9 2.9) Selected for keeping : 179450 cells. Edge intersection testing: Number of edges : 593795 Number of edges to retest : 0 Number of intersected edges : 41426 Split mesh in = 0.33 s After subsetting : cells:179450 faces:593795 points:235979 Cells per refinement level: 0 95100 1 2142 2 7312 3 58400 4 16496 Handling cells with snap problems --------------------------------- Introducing baffles for 41426 faces that are intersected by the surface. Edge intersection testing: Number of edges : 593795 Number of edges to retest : 155925 Number of intersected edges : 41426 Created baffles in = 0.24 s After introducing baffles : cells:179450 faces:593795 points:235979 Cells per refinement level: 0 95100 1 2142 2 7312 3 58400 4 16496 Introducing baffles to block off problem cells ---------------------------------------------- markFacesOnProblemCells : marked 0 additional internal faces to be converted into baffles. Analyzed problem cells in = 0.16 s Introducing baffles to delete problem cells. Edge intersection testing: Number of edges : 593795 Number of edges to retest : 0 Number of intersected edges : 41426 Created baffles in = 0.18 s After introducing baffles : cells:179450 faces:593795 points:235979 Cells per refinement level: 0 95100 1 2142 2 7312 3 58400 4 16496 Remove unreachable sections of mesh ----------------------------------- Keeping all cells in region 0 containing point (3.9 1.9 2.9) Selected for keeping : 179450 cells. Edge intersection testing: Number of edges : 593795 Number of edges to retest : 0 Number of intersected edges : 41426 Split mesh in = 0.26 s After subsetting : cells:179450 faces:593795 points:235979 Cells per refinement level: 0 95100 1 2142 2 7312 3 58400 4 16496 Merge free-standing baffles --------------------------- freeStandingBaffles : detected 96 free-standing baffles out of 96 freeStandingBaffles : detected 0 planar (within 30 degrees) free-standing baffles out of 96 Detected free-standing baffles : 0 Merged free-standing baffles in = 0.11 s dupNonManifoldPoints : Found : 96 non-manifold points (out of 248909) Edge intersection testing: Number of edges : 593795 Number of edges to retest : 0 Number of intersected edges : 41426 Detected unsplittable baffles : 0 Merge refined boundary faces ---------------------------- Merging 1138 sets of faces. Edge intersection testing: Number of edges : 592657 Number of edges to retest : 9690 Number of intersected edges : 40288 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 663 straight edge points ... Edge intersection testing: Number of edges : 592657 Number of edges to retest : 4994 Number of intersected edges : 40288 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:179450 faces:592657 points:235412 Cells per refinement level: 0 95100 1 2142 2 7312 3 58400 4 16496 Writing mesh to time 1 Wrote mesh in = 2.07 s. Mesh refined in = 13.79 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.37 s Smoothing patch points ... Smoothing iteration 0 Found 192 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.08 s Morph iteration 0 ----------------- Calculating patchDisplacement as distance to nearest surface point ... Wanted displacement : average:0.001926518 min:5.450495e-08 max:0.006909612 Calculated surface displacement in = 0.01 s Detecting near surfaces ... Overriding nearest with intersection of close gaps at 97 out of 42875 points. --> FOAM Warning : Displacement (0 -0.001501647 8.326673e-17) at mesh point 21521 coord (-1.205794 -0.2984984 0.09362676) points through the surrounding patch faces Smoothing displacement ... Iteration 0 Iteration 10 Iteration 20 Displacement smoothed in = 0.39 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 : 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 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.41 s Repatching faces according to nearest surface ... Repatched 0 faces in = 0.04 s Edge intersection testing: Number of edges : 592657 Number of edges to retest : 309621 Number of intersected edges : 40598 Merging 4246 sets of faces. Edge intersection testing: Number of edges : 588243 Number of edges to retest : 18304 Number of intersected edges : 36178 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 4102 straight edge points ... Edge intersection testing: Number of edges : 588243 Number of edges to retest : 18242 Number of intersected edges : 36178 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:179450 faces:588243 points:231204 Cells per refinement level: 0 95100 1 2142 2 7312 3 58400 4 16496 Writing mesh to time 2 Wrote mesh in = 1.49 s. Mesh snapped in = 3.79 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 34 sets of faces. Edge intersection testing: Number of edges : 588205 Number of edges to retest : 308 Number of intersected edges : 36140 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 24 straight edge points ... Edge intersection testing: Number of edges : 588205 Number of edges to retest : 316 Number of intersected edges : 36140 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 1797 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 3859 points. patch faces layers avg thickness[m] near-wall overall ----- ----- ------ --------- ------- car 36134 3 0.00515 0.014 Selecting externalDisplacementMeshMover displacementMedialAxis displacementMedialAxis : Calculating distance to Medial Axis ... displacementMedialAxis : Smoothing normals ... Iteration 0 residual 0.02605097 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.04613147 Layer addition iteration 0 -------------------------- Determining displacement for added points according to pointNormal ... Detected 5 points with point normal pointing through faces. Reset displacement at 5 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 10675 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 99 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001251695 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 : 46 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 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 : 48 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 2 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 : 10 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 50 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces 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 : 18 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 : 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 : 2 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 : 12 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 26 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 12 Detected 50 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 32358 out of 36134 faces (89.55001%). Removed extrusion at 24 faces. Added 86729 out of 108402 cells (80.00683%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 3769 points. Layer addition iteration 1 -------------------------- Determining displacement for added points according to pointNormal ... Detected 5 points with point normal pointing through faces. Reset displacement at 5 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 9699 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 81 displacementMedialAxis : Smoothing field ... Iteration 0 residual 9.978739e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 6 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 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 : 12 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 12 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 28417 out of 36134 faces (78.64338%). Removed extrusion at 10 faces. Added 77565 out of 108402 cells (71.55311%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 2819 points. Layer addition iteration 2 -------------------------- Determining displacement for added points according to pointNormal ... Detected 5 points with point normal pointing through faces. Reset displacement at 5 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 9091 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.0001005637 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 : 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 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 : 6 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 : 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 25572 out of 36134 faces (70.76991%). Removed extrusion at 4 faces. Added 70294 out of 108402 cells (64.84567%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 2196 points. Layer addition iteration 3 -------------------------- Determining displacement for added points according to pointNormal ... Detected 5 points with point normal pointing through faces. Reset displacement at 5 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 8515 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 38 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001019723 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 2 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 0 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 23316 out of 36134 faces (64.52648%). Removed extrusion at 0 faces. Added 63992 out of 108402 cells (59.03212%). Edge intersection testing: Number of edges : 781261 Number of edges to retest : 0 Number of intersected edges : 100132 Doing final balancing --------------------- patch faces layers overall thickness [m] [%] ----- ----- ------ --- --- car 36134 1.77 0.00852 46.8 Layer mesh : cells:243442 faces:781261 points:296260 Cells per refinement level: 0 95100 1 2142 2 7312 3 118514 4 20374 Writing mesh to time 3 Wrote mesh in = 9.55 s. Layers added in = 9.55 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 = 27.71 s. End Finalising parallel run Run: (cd run; reconstructParMesh -latestTime) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0 Exec : reconstructParMesh -latestTime Date : Nov 12 2015 Time : 13:00:25 Host : "bds1.beamnet" PID : 4061 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.000511 -6.521416e-17) (4 2 3) Relative tolerance : 1e-07 Absolute matching distance : 9.434198e-07 Constructing empty mesh to add to. Reading mesh to add from "run/processor0" for time = 3 Adding to master mesh Reading mesh to add from "run/processor1" for time = 3 Adding to master mesh Reading mesh to add from "run/processor2" for time = 3 Adding to master mesh Reading mesh to add from "run/processor3" for time = 3 Adding to master mesh Reading mesh to add from "run/processor4" for time = 3 Adding to master mesh Reading mesh to add from "run/processor5" for time = 3 Adding to master mesh Reading mesh to add from "run/processor6" for time = 3 Adding to master mesh Reading mesh to add from "run/processor7" for time = 3 Adding to master mesh mergeSharedPoints : detected 0 points that are to be merged. Writing merged mesh to "/data/vwt/process/run/3" Reconstructing the addressing from the processor meshes to the newly reconstructed mesh Reading processor 0 mesh from "run/processor0" Writing pointProcAddressing to "run/processor0/3/polyMesh" Writing faceProcAddressing to "run/processor0/3/polyMesh" Writing cellProcAddressing to "run/processor0/3/polyMesh" Writing boundaryProcAddressing to "run/processor0/3/polyMesh" Reading processor 1 mesh from "run/processor1" Writing pointProcAddressing to "run/processor1/3/polyMesh" Writing faceProcAddressing to "run/processor1/3/polyMesh" Writing cellProcAddressing to "run/processor1/3/polyMesh" Writing boundaryProcAddressing to "run/processor1/3/polyMesh" Reading processor 2 mesh from "run/processor2" Writing pointProcAddressing to "run/processor2/3/polyMesh" Writing faceProcAddressing to "run/processor2/3/polyMesh" Writing cellProcAddressing to "run/processor2/3/polyMesh" Writing boundaryProcAddressing to "run/processor2/3/polyMesh" Reading processor 3 mesh from "run/processor3" Writing pointProcAddressing to "run/processor3/3/polyMesh" Writing faceProcAddressing to "run/processor3/3/polyMesh" Writing cellProcAddressing to "run/processor3/3/polyMesh" Writing boundaryProcAddressing to "run/processor3/3/polyMesh" Reading processor 4 mesh from "run/processor4" Writing pointProcAddressing to "run/processor4/3/polyMesh" Writing faceProcAddressing to "run/processor4/3/polyMesh" Writing cellProcAddressing to "run/processor4/3/polyMesh" Writing boundaryProcAddressing to "run/processor4/3/polyMesh" Reading processor 5 mesh from "run/processor5" Writing pointProcAddressing to "run/processor5/3/polyMesh" Writing faceProcAddressing to "run/processor5/3/polyMesh" Writing cellProcAddressing to "run/processor5/3/polyMesh" Writing boundaryProcAddressing to "run/processor5/3/polyMesh" Reading processor 6 mesh from "run/processor6" Writing pointProcAddressing to "run/processor6/3/polyMesh" Writing faceProcAddressing to "run/processor6/3/polyMesh" Writing cellProcAddressing to "run/processor6/3/polyMesh" Writing boundaryProcAddressing to "run/processor6/3/polyMesh" Reading processor 7 mesh from "run/processor7" Writing pointProcAddressing to "run/processor7/3/polyMesh" Writing faceProcAddressing to "run/processor7/3/polyMesh" Writing cellProcAddressing to "run/processor7/3/polyMesh" Writing boundaryProcAddressing to "run/processor7/3/polyMesh" End. Run: cp -a run/3/polyMesh run/constant Run: rm -fr run/0/polyMesh run/[1-9]* Run: (cd run; checkMesh -allTopology -allGeometry) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0 Exec : checkMesh -allTopology -allGeometry Date : Nov 12 2015 Time : 13:00:29 Host : "bds1.beamnet" PID : 4066 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: 296260 faces: 781261 internal faces: 720715 cells: 243442 faces per cell: 6.169749 boundary patches: 4 point zones: 0 face zones: 0 cell zones: 1 Overall number of cells of each type: hexahedra: 220080 prisms: 3154 wedges: 0 pyramids: 0 tet wedges: 42 tetrahedra: 0 polyhedra: 20166 Breakdown of polyhedra by number of faces: faces number of cells 4 198 5 414 6 4944 7 2372 8 346 9 9744 10 22 11 456 12 1426 14 44 15 200 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 22012 22382 ok (non-closed singly connected) (-4 -2.000511 -6.521416e-17) (4 2 3) car 36134 37871 ok (closed singly connected) (-1.247864 -0.3 0.02) (1.246399 0.3 0.396632) Checking geometry... Overall domain bounding box (-4 -2.000511 -6.521416e-17) (4 2 3) Mesh (non-empty, non-wedge) directions (1 1 1) Mesh (non-empty) directions (1 1 1) Boundary openness (-1.531933e-16 -1.400822e-16 9.046364e-15) OK. Max cell openness = 3.393528e-16 OK. Max aspect ratio = 12.65861 OK. Minimum face area = 3.298294e-06. Maximum face area = 0.01084038. Face area magnitudes OK. Min volume = 1.030717e-08. Max volume = 0.001052203. Total volume = 95.59333. Cell volumes OK. Mesh non-orthogonality Max: 58.75314 average: 8.457648 Non-orthogonality check OK. Face pyramids OK. Max skewness = 2.028505 OK. Coupled point location match (average 0) OK. Face tets OK. Min/max edge length = 0.000527727 0.1095246 OK. *There are 1294 faces with concave angles between consecutive edges. Max concave angle = 64.33108 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 Exec : potentialFoam Date : Nov 12 2015 Time : 13:00:38 Host : "bds1.beamnet" PID : 4074 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.09248462, No Iterations 3 GAMG: Solving for p, Initial residual = 0.004095486, Final residual = 0.0003526465, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000499707, Final residual = 4.227009e-05, No Iterations 4 GAMG: Solving for p, Initial residual = 0.0001061441, Final residual = 8.515793e-06, No Iterations 4 GAMG: Solving for p, Initial residual = 1.631823e-05, Final residual = 1.323025e-06, No Iterations 5 GAMG: Solving for p, Initial residual = 2.962969e-06, Final residual = 9.444799e-07, No Iterations 1 GAMG: Solving for p, Initial residual = 1.088877e-06, Final residual = 6.854118e-07, No Iterations 1 GAMG: Solving for p, Initial residual = 7.585833e-07, Final residual = 7.585833e-07, No Iterations 0 GAMG: Solving for p, Initial residual = 7.585833e-07, Final residual = 7.585833e-07, No Iterations 0 GAMG: Solving for p, Initial residual = 7.585833e-07, Final residual = 7.585833e-07, No Iterations 0 GAMG: Solving for p, Initial residual = 7.585833e-07, Final residual = 7.585833e-07, No Iterations 0 continuity error = 0.0001996126 Interpolated U error = 9.906875e-06 ExecutionTime = 2.91 s ClockTime = 3 s End Run: sed -e 's/Aref.*;/Aref 0.226577;/' sim_2.3.0_1/controlDict > run/system/controlDict Run: rm -fr run/processor* Run: (cd run; decomposePar) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0 Exec : decomposePar Date : Nov 12 2015 Time : 13:00:41 Host : "bds1.beamnet" PID : 4081 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.45 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 = 30430 Number of faces shared with processor 1 = 280 Number of faces shared with processor 2 = 854 Number of faces shared with processor 4 = 1641 Number of faces shared with processor 5 = 62 Number of faces shared with processor 6 = 5 Number of processor patches = 5 Number of processor faces = 2842 Number of boundary faces = 10507 Processor 1 Number of cells = 30430 Number of faces shared with processor 0 = 280 Number of faces shared with processor 3 = 966 Number of faces shared with processor 5 = 1700 Number of processor patches = 3 Number of processor faces = 2946 Number of boundary faces = 10964 Processor 2 Number of cells = 30430 Number of faces shared with processor 0 = 854 Number of faces shared with processor 3 = 309 Number of faces shared with processor 4 = 1 Number of faces shared with processor 6 = 1633 Number of faces shared with processor 7 = 70 Number of processor patches = 5 Number of processor faces = 2867 Number of boundary faces = 10521 Processor 3 Number of cells = 30430 Number of faces shared with processor 1 = 966 Number of faces shared with processor 2 = 309 Number of faces shared with processor 7 = 1706 Number of processor patches = 3 Number of processor faces = 2981 Number of boundary faces = 10965 Processor 4 Number of cells = 30430 Number of faces shared with processor 0 = 1641 Number of faces shared with processor 2 = 1 Number of faces shared with processor 5 = 689 Number of faces shared with processor 6 = 1491 Number of processor patches = 4 Number of processor faces = 3822 Number of boundary faces = 4421 Processor 5 Number of cells = 30430 Number of faces shared with processor 0 = 62 Number of faces shared with processor 1 = 1700 Number of faces shared with processor 4 = 689 Number of faces shared with processor 7 = 1444 Number of processor patches = 4 Number of processor faces = 3895 Number of boundary faces = 4359 Processor 6 Number of cells = 30431 Number of faces shared with processor 0 = 5 Number of faces shared with processor 2 = 1633 Number of faces shared with processor 4 = 1491 Number of faces shared with processor 7 = 691 Number of processor patches = 4 Number of processor faces = 3820 Number of boundary faces = 4451 Processor 7 Number of cells = 30431 Number of faces shared with processor 2 = 70 Number of faces shared with processor 3 = 1706 Number of faces shared with processor 5 = 1444 Number of faces shared with processor 6 = 691 Number of processor patches = 4 Number of processor faces = 3911 Number of boundary faces = 4358 Number of processor faces = 13542 Max number of cells = 30431 (0.002464653% above average 30430.25) Max number of processor patches = 5 (25% above average 4) Max number of faces between processors = 3911 (15.52208% above average 3385.5) Time = 0 Processor 0: field transfer Processor 1: field transfer Processor 2: field transfer Processor 3: field transfer Processor 4: field transfer Processor 5: field transfer Processor 6: field transfer Processor 7: field transfer End. Run: (cd run; mpirun --hostfile hosts -np 8 simpleFoam -parallel) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0 Exec : simpleFoam -parallel Date : Nov 12 2015 Time : 13:00:44 Host : "bds1.beamnet" PID : 4086 Case : /data/vwt/process/run nProcs : 8 Slaves : 7 ( "bds1.beamnet.4087" "bds1.beamnet.4088" "bds1.beamnet.4089" "bds1.beamnet.4090" "bds1.beamnet.4091" "bds1.beamnet.4092" "bds1.beamnet.4093" ) 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.01347262, Final residual = 0.0004366879, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.06432164, Final residual = 0.001911535, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.02686264, Final residual = 0.0008787615, No Iterations 2 GAMG: Solving for p, Initial residual = 1, Final residual = 0.0608748, No Iterations 3 GAMG: Solving for p, Initial residual = 0.05253334, Final residual = 0.003724087, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006562031, Final residual = 0.0003435838, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0010394, Final residual = 5.744001e-05, No Iterations 3 time step continuity errors : sum local = 1.303677e-05, global = 1.256257e-06, cumulative = 1.256257e-06 smoothSolver: Solving for omega, Initial residual = 0.002778871, Final residual = 0.0001945909, No Iterations 2 smoothSolver: Solving for k, Initial residual = 1, Final residual = 0.02362382, No Iterations 2 ExecutionTime = 1.1 s ClockTime = 1 s forces forces output: sum of forces: pressure : (4.917438 -0.003553483 2.591054) viscous : (1.259346 3.414728e-05 -0.004509239) porous : (0 0 0) sum of moments: pressure : (0.006493841 -11.00815 0.01385815) viscous : (-7.633562e-06 0.2725122 -5.723412e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2757427 Cl = -0.0001571094 Cl(f) = -7.855471e-05 Cl(r) = -7.855471e-05 Time = 2 smoothSolver: Solving for Ux, Initial residual = 0.004601125, Final residual = 0.0001684523, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.02184743, Final residual = 0.0007358184, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.009773229, Final residual = 0.0003253493, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1881891, Final residual = 0.01432437, No Iterations 3 GAMG: Solving for p, Initial residual = 0.03233918, Final residual = 0.002355802, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00417239, Final residual = 0.0002622501, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0007067943, Final residual = 3.932104e-05, No Iterations 3 time step continuity errors : sum local = 1.220635e-05, global = 2.506021e-07, cumulative = 1.50686e-06 smoothSolver: Solving for omega, Initial residual = 0.0005783315, Final residual = 3.269663e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.1152029, Final residual = 0.009953612, No Iterations 1 ExecutionTime = 1.77 s ClockTime = 2 s forces forces output: sum of forces: pressure : (9.114451 -0.006521749 -1.807209) viscous : (1.29997 3.583057e-05 -0.003190186) porous : (0 0 0) sum of moments: pressure : (0.002198863 -21.36623 0.01801944) viscous : (-8.024679e-06 0.2794097 -4.02447e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4649184 Cl = -0.000289543 Cl(f) = -0.0001447715 Cl(r) = -0.0001447715 Time = 3 smoothSolver: Solving for Ux, Initial residual = 0.006679956, Final residual = 0.0001953784, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.02638268, Final residual = 0.0007686467, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.01113416, Final residual = 0.0003580131, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0829514, Final residual = 0.004770682, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01275003, Final residual = 0.001125421, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002369489, Final residual = 0.0001923587, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0004611481, Final residual = 3.465632e-05, No Iterations 3 time step continuity errors : sum local = 8.182737e-06, global = -1.44258e-07, cumulative = 1.362601e-06 smoothSolver: Solving for omega, Initial residual = 0.0004595596, Final residual = 2.710323e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.05868567, Final residual = 0.005275831, No Iterations 1 ExecutionTime = 2.44 s ClockTime = 2 s forces forces output: sum of forces: pressure : (8.441213 -0.003816627 -4.969693) viscous : (1.338006 3.923928e-05 -0.002017887) porous : (0 0 0) sum of moments: pressure : (0.001120362 -24.37668 0.006113454) viscous : (-8.715632e-06 0.2867117 -3.87029e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4365618 Cl = -0.0001686294 Cl(f) = -8.431468e-05 Cl(r) = -8.431468e-05 Time = 4 smoothSolver: Solving for Ux, Initial residual = 0.007936141, Final residual = 0.0002451541, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.02694498, Final residual = 0.0008152252, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.01123613, Final residual = 0.0003902526, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0828705, Final residual = 0.004081677, No Iterations 3 GAMG: Solving for p, Initial residual = 0.02638613, Final residual = 0.001967193, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003922667, Final residual = 0.0002261169, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0007063233, Final residual = 3.69961e-05, No Iterations 3 time step continuity errors : sum local = 5.10737e-06, global = -4.357167e-07, cumulative = 9.268847e-07 smoothSolver: Solving for omega, Initial residual = 0.000399036, Final residual = 2.472317e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0381627, Final residual = 0.003550152, No Iterations 1 ExecutionTime = 3.12 s ClockTime = 3 s forces forces output: sum of forces: pressure : (4.330244 -0.0005650837 -4.119656) viscous : (1.374205 4.536793e-05 -0.001211148) porous : (0 0 0) sum of moments: pressure : (0.00429236 -20.43229 -0.005592817) viscous : (-1.060528e-05 0.2940544 -4.190701e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2546568 Cl = -2.320104e-05 Cl(f) = -1.160052e-05 Cl(r) = -1.160052e-05 Time = 5 smoothSolver: Solving for Ux, Initial residual = 0.004226791, Final residual = 0.0001568605, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.01180375, Final residual = 0.0004337305, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005153697, Final residual = 0.0001990892, No Iterations 2 GAMG: Solving for p, Initial residual = 0.08171715, Final residual = 0.004508411, No Iterations 3 GAMG: Solving for p, Initial residual = 0.03389285, Final residual = 0.002475132, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005278269, Final residual = 0.0003102259, No Iterations 3 GAMG: Solving for p, Initial residual = 0.001063867, Final residual = 5.376635e-05, No Iterations 3 time step continuity errors : sum local = 5.158188e-06, global = -5.782816e-08, cumulative = 8.690566e-07 smoothSolver: Solving for omega, Initial residual = 0.0003573358, Final residual = 2.310315e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.02754512, Final residual = 0.00263591, No Iterations 1 ExecutionTime = 3.79 s ClockTime = 4 s forces forces output: sum of forces: pressure : (1.059586 -0.004221577 -0.9182892) viscous : (1.409221 5.338993e-05 -0.0007011067) porous : (0 0 0) sum of moments: pressure : (0.007670866 -15.69249 -4.669396e-05) viscous : (-1.365008e-05 0.3011656 -4.72899e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.110212 Cl = -0.0001860753 Cl(f) = -9.303766e-05 Cl(r) = -9.303766e-05 Time = 6 smoothSolver: Solving for Ux, Initial residual = 0.004365987, Final residual = 0.0001554288, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.01168331, Final residual = 0.000401607, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004843761, Final residual = 0.0001748997, No Iterations 2 GAMG: Solving for p, Initial residual = 0.07913205, Final residual = 0.005400633, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01624507, Final residual = 0.00152038, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003283224, Final residual = 0.0001939958, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0006532064, Final residual = 3.436374e-05, No Iterations 3 time step continuity errors : sum local = 4.008141e-06, global = -2.665967e-08, cumulative = 8.423969e-07 smoothSolver: Solving for omega, Initial residual = 0.0003235308, Final residual = 2.140766e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.02112853, Final residual = 0.002068719, No Iterations 1 ExecutionTime = 4.46 s ClockTime = 4 s forces forces output: sum of forces: pressure : (1.085775 -0.01446107 1.603373) viscous : (1.443313 6.025868e-05 -0.0003475321) porous : (0 0 0) sum of moments: pressure : (0.008607074 -14.87897 0.01954208) viscous : (-1.640707e-05 0.3078717 -5.176138e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.112903 Cl = -0.000642878 Cl(f) = -0.000321439 Cl(r) = -0.000321439 Time = 7 smoothSolver: Solving for Ux, Initial residual = 0.005270691, Final residual = 0.0001806008, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.01337887, Final residual = 0.00044505, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005597884, Final residual = 0.0002019288, No Iterations 2 GAMG: Solving for p, Initial residual = 0.08906309, Final residual = 0.007919199, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01638599, Final residual = 0.0007966089, No Iterations 3 GAMG: Solving for p, Initial residual = 0.002568905, Final residual = 0.000123456, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0003444763, Final residual = 2.220116e-05, No Iterations 3 time step continuity errors : sum local = 3.523052e-06, global = 3.253234e-07, cumulative = 1.16772e-06 smoothSolver: Solving for omega, Initial residual = 0.0002932334, Final residual = 1.958912e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.01690642, Final residual = 0.001688315, No Iterations 1 ExecutionTime = 5.14 s ClockTime = 5 s forces forces output: sum of forces: pressure : (3.440879 -0.022286 2.209854) viscous : (1.476275 6.435246e-05 3.01302e-05) porous : (0 0 0) sum of moments: pressure : (0.007467056 -17.7496 0.03466664) viscous : (-1.807864e-05 0.3142153 -5.533984e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2195106 Cl = -0.0009920142 Cl(f) = -0.0004960071 Cl(r) = -0.0004960071 Time = 8 smoothSolver: Solving for Ux, Initial residual = 0.003668707, Final residual = 0.0001471741, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.008457422, Final residual = 0.0003301107, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003783274, Final residual = 0.0001458099, No Iterations 2 GAMG: Solving for p, Initial residual = 0.07065222, Final residual = 0.003134462, No Iterations 3 GAMG: Solving for p, Initial residual = 0.01259705, Final residual = 0.0009311812, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001846575, Final residual = 0.0001142647, No Iterations 3 GAMG: Solving for p, Initial residual = 0.000325907, Final residual = 1.861638e-05, No Iterations 3 time step continuity errors : sum local = 3.342428e-06, global = 1.674976e-07, cumulative = 1.335218e-06 smoothSolver: Solving for omega, Initial residual = 0.0002680253, Final residual = 1.795447e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.01394762, Final residual = 0.0002521761, No Iterations 2 ExecutionTime = 5.81 s ClockTime = 6 s forces forces output: sum of forces: pressure : (5.585739 -0.02065789 1.674793) viscous : (1.518115 6.523845e-05 0.000428846) porous : (0 0 0) sum of moments: pressure : (0.005959847 -21.004 0.03207583) viscous : (-1.874537e-05 0.322079 -6.861757e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3171288 Cl = -0.0009192931 Cl(f) = -0.0004596465 Cl(r) = -0.0004596465 Time = 9 smoothSolver: Solving for Ux, Initial residual = 0.00357531, Final residual = 0.0001449663, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.008166704, Final residual = 0.0003219379, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003703712, Final residual = 0.0001361534, No Iterations 2 GAMG: Solving for p, Initial residual = 0.05108091, Final residual = 0.003403263, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008498016, Final residual = 0.0008321084, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001661259, Final residual = 9.55926e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0002976251, Final residual = 1.915392e-05, No Iterations 3 time step continuity errors : sum local = 3.256211e-06, global = -1.515329e-07, cumulative = 1.183685e-06 smoothSolver: Solving for omega, Initial residual = 0.0002511473, Final residual = 1.68447e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.01133903, Final residual = 0.0002092231, No Iterations 2 ExecutionTime = 6.48 s ClockTime = 7 s forces forces output: sum of forces: pressure : (5.984534 -0.0113577 1.44632) viscous : (1.557091 6.594048e-05 0.0009684328) porous : (0 0 0) sum of moments: pressure : (0.005276164 -21.97842 0.01610311) viscous : (-1.912042e-05 0.3296589 -8.729319e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3366716 Cl = -0.0005040842 Cl(f) = -0.0002520421 Cl(r) = -0.0002520421 Time = 10 smoothSolver: Solving for Ux, Initial residual = 0.00434448, Final residual = 0.0001631833, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.008459225, Final residual = 0.0003283564, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003915226, Final residual = 0.0001446967, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0463375, Final residual = 0.003200788, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008043181, Final residual = 0.000363126, No Iterations 3 GAMG: Solving for p, Initial residual = 0.00131113, Final residual = 5.56475e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0001713938, Final residual = 9.194307e-06, No Iterations 3 time step continuity errors : sum local = 1.375973e-06, global = -3.438839e-09, cumulative = 1.180246e-06 smoothSolver: Solving for omega, Initial residual = 0.0002355875, Final residual = 1.579279e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.009456296, Final residual = 0.0001778247, No Iterations 2 ExecutionTime = 7.17 s ClockTime = 7 s forces forces output: sum of forces: pressure : (4.982208 -0.001636022 2.117403) viscous : (1.593072 6.777551e-05 0.001610207) porous : (0 0 0) sum of moments: pressure : (0.005009876 -20.62407 0.001207535) viscous : (-2.011879e-05 0.3369875 -0.0001095456) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2935322 Cl = -7.000935e-05 Cl(f) = -3.500467e-05 Cl(r) = -3.500467e-05 Time = 11 smoothSolver: Solving for Ux, Initial residual = 0.003741967, Final residual = 0.0001554724, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.006149521, Final residual = 0.0002679014, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003025959, Final residual = 0.0001180052, No Iterations 2 GAMG: Solving for p, Initial residual = 0.04222097, Final residual = 0.003273642, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008655478, Final residual = 0.0003492212, No Iterations 3 GAMG: Solving for p, Initial residual = 0.001430413, Final residual = 0.0001355939, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000253847, Final residual = 2.213382e-05, No Iterations 3 time step continuity errors : sum local = 3.030616e-06, global = -2.927243e-07, cumulative = 8.87522e-07 smoothSolver: Solving for omega, Initial residual = 0.0002214838, Final residual = 1.482412e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.008041175, Final residual = 0.000153722, No Iterations 2 ExecutionTime = 7.86 s ClockTime = 8 s forces forces output: sum of forces: pressure : (3.862358 0.002371321 3.332369) viscous : (1.62604 7.052144e-05 0.002319621) porous : (0 0 0) sum of moments: pressure : (0.004716247 -18.62757 -0.002395933) viscous : (-2.186628e-05 0.3440567 -0.0001332599) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2450119 Cl = 0.0001090082 Cl(f) = 5.450412e-05 Cl(r) = 5.450412e-05 Time = 12 smoothSolver: Solving for Ux, Initial residual = 0.003461288, Final residual = 0.0001559618, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005129512, Final residual = 0.0002264221, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002645152, Final residual = 0.0001017255, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03763387, Final residual = 0.002126254, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006315612, Final residual = 0.0005305604, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001199102, Final residual = 7.822136e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0002125847, Final residual = 1.354428e-05, No Iterations 3 time step continuity errors : sum local = 1.860448e-06, global = -7.205718e-08, cumulative = 8.154648e-07 smoothSolver: Solving for omega, Initial residual = 0.0002085377, Final residual = 1.39271e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.006948389, Final residual = 0.0001346672, No Iterations 2 ExecutionTime = 8.53 s ClockTime = 9 s forces forces output: sum of forces: pressure : (3.516358 0.0005384842 4.389506) viscous : (1.656034 7.325465e-05 0.003072694) porous : (0 0 0) sum of moments: pressure : (0.004058812 -17.53335 0.003927956) viscous : (-2.397422e-05 0.3508428 -0.0001561718) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2309049 Cl = 2.730912e-05 Cl(f) = 1.365456e-05 Cl(r) = 1.365456e-05 Time = 13 smoothSolver: Solving for Ux, Initial residual = 0.003891281, Final residual = 0.0001721294, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005209315, Final residual = 0.0002263084, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002740124, Final residual = 0.0001056345, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03490854, Final residual = 0.002026481, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005600909, Final residual = 0.0005314621, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001019208, Final residual = 7.169801e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0001890043, Final residual = 1.230572e-05, No Iterations 3 time step continuity errors : sum local = 1.786622e-06, global = 1.199652e-07, cumulative = 9.354299e-07 smoothSolver: Solving for omega, Initial residual = 0.0001966463, Final residual = 1.309821e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.006087458, Final residual = 0.0001192993, No Iterations 2 ExecutionTime = 9.19 s ClockTime = 9 s forces forces output: sum of forces: pressure : (3.913832 -0.003045052 4.928288) viscous : (1.683079 7.585029e-05 0.003852786) porous : (0 0 0) sum of moments: pressure : (0.003371652 -17.64932 0.01167412) viscous : (-2.604353e-05 0.3573226 -0.0001773252) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2498561 Cl = -0.0001325505 Cl(f) = -6.627525e-05 Cl(r) = -6.627525e-05 Time = 14 smoothSolver: Solving for Ux, Initial residual = 0.003770128, Final residual = 0.0001800884, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00487709, Final residual = 0.0002190582, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002620219, Final residual = 0.000101871, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03299382, Final residual = 0.002000114, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00538592, Final residual = 0.0002526652, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0008403871, Final residual = 4.504755e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0001251759, Final residual = 8.005452e-06, No Iterations 3 time step continuity errors : sum local = 1.209167e-06, global = -3.044628e-08, cumulative = 9.049837e-07 smoothSolver: Solving for omega, Initial residual = 0.0001858091, Final residual = 1.233336e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.005395917, Final residual = 0.0001066402, No Iterations 2 ExecutionTime = 9.88 s ClockTime = 10 s forces forces output: sum of forces: pressure : (4.483441 -0.004371922 5.116596) viscous : (1.707195 7.859011e-05 0.004654148) porous : (0 0 0) sum of moments: pressure : (0.002951989 -18.28339 0.01396479) viscous : (-2.795367e-05 0.3634868 -0.0001964105) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2763611 Cl = -0.000191662 Cl(f) = -9.583101e-05 Cl(r) = -9.583101e-05 Time = 15 smoothSolver: Solving for Ux, Initial residual = 0.003768243, Final residual = 0.0001899567, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004871105, Final residual = 0.0002147515, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002590688, Final residual = 9.847157e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02843175, Final residual = 0.00141994, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004316985, Final residual = 0.0003811037, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0007584555, Final residual = 4.110971e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0001350722, Final residual = 6.68611e-06, No Iterations 3 time step continuity errors : sum local = 1.009919e-06, global = 8.437638e-09, cumulative = 9.134213e-07 smoothSolver: Solving for omega, Initial residual = 0.0001759066, Final residual = 1.162826e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.004829818, Final residual = 9.605801e-05, No Iterations 2 ExecutionTime = 10.55 s ClockTime = 11 s forces forces output: sum of forces: pressure : (4.753755 -0.00302813 5.281879) viscous : (1.728415 8.127747e-05 0.005485401) porous : (0 0 0) sum of moments: pressure : (0.002921715 -18.66233 0.01055567) viscous : (-2.992034e-05 0.3693412 -0.0002129397) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2893757 Cl = -0.0001315528 Cl(f) = -6.57764e-05 Cl(r) = -6.57764e-05 Time = 16 smoothSolver: Solving for Ux, Initial residual = 0.003934998, Final residual = 0.0001971022, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00480125, Final residual = 0.0002134719, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002581653, Final residual = 9.95276e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02554842, Final residual = 0.001177732, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003553077, Final residual = 0.0002910266, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005834718, Final residual = 3.530043e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0001044328, Final residual = 6.497963e-06, No Iterations 3 time step continuity errors : sum local = 9.576655e-07, global = -5.277495e-08, cumulative = 8.606463e-07 smoothSolver: Solving for omega, Initial residual = 0.0001668177, Final residual = 1.097956e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.004358837, Final residual = 8.711158e-05, No Iterations 2 ExecutionTime = 11.22 s ClockTime = 11 s forces forces output: sum of forces: pressure : (4.665465 -0.0007459762 5.610595) viscous : (1.746799 8.439043e-05 0.006366728) porous : (0 0 0) sum of moments: pressure : (0.003082466 -18.52442 0.005643943) viscous : (-3.230027e-05 0.3749009 -0.0002275651) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2862549 Cl = -2.953437e-05 Cl(f) = -1.476719e-05 Cl(r) = -1.476719e-05 Time = 17 smoothSolver: Solving for Ux, Initial residual = 0.003703978, Final residual = 0.0001897913, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004470122, Final residual = 0.0002052727, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00246788, Final residual = 9.64323e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0231674, Final residual = 0.001059014, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003103068, Final residual = 0.0002925129, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005760134, Final residual = 3.086157e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 9.782619e-05, Final residual = 5.153756e-06, No Iterations 3 time step continuity errors : sum local = 7.408908e-07, global = -2.3079e-08, cumulative = 8.375673e-07 smoothSolver: Solving for omega, Initial residual = 0.0001583745, Final residual = 1.037989e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003961666, Final residual = 7.946273e-05, No Iterations 2 ExecutionTime = 11.89 s ClockTime = 12 s forces forces output: sum of forces: pressure : (4.447727 0.0003399797 6.078167) viscous : (1.762452 8.729745e-05 0.00731841) porous : (0 0 0) sum of moments: pressure : (0.003240654 -18.09939 0.003540645) viscous : (-3.520773e-05 0.3801835 -0.0002399084) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2772335 Cl = 1.907442e-05 Cl(f) = 9.53721e-06 Cl(r) = 9.53721e-06 Time = 18 smoothSolver: Solving for Ux, Initial residual = 0.003378906, Final residual = 0.0001768332, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00419662, Final residual = 0.0001936799, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002409758, Final residual = 9.270024e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02094945, Final residual = 0.0008431335, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002505149, Final residual = 0.0002128061, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004502075, Final residual = 4.457694e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.837786e-05, Final residual = 8.271649e-06, No Iterations 4 time step continuity errors : sum local = 1.181503e-06, global = 2.424877e-08, cumulative = 8.618161e-07 smoothSolver: Solving for omega, Initial residual = 0.0001504919, Final residual = 9.824285e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00362378, Final residual = 7.285131e-05, No Iterations 2 ExecutionTime = 12.56 s ClockTime = 13 s forces forces output: sum of forces: pressure : (4.330503 -0.0003796642 6.523986) viscous : (1.775515 8.787962e-05 0.008351909) porous : (0 0 0) sum of moments: pressure : (0.003326394 -17.75297 0.005290363) viscous : (-3.822801e-05 0.3852022 -0.0002480318) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2725836 Cl = -1.302579e-05 Cl(f) = -6.512893e-06 Cl(r) = -6.512893e-06 Time = 19 smoothSolver: Solving for Ux, Initial residual = 0.00290772, Final residual = 0.0001523796, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004081422, Final residual = 0.0001880087, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002441072, Final residual = 9.24217e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0191474, Final residual = 0.0007315377, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002130239, Final residual = 0.000156207, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003531871, Final residual = 1.785039e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 6.149222e-05, Final residual = 3.465052e-06, No Iterations 3 time step continuity errors : sum local = 4.984992e-07, global = -2.555743e-09, cumulative = 8.592604e-07 smoothSolver: Solving for omega, Initial residual = 0.0001431492, Final residual = 9.312579e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003334618, Final residual = 6.710845e-05, No Iterations 2 ExecutionTime = 13.23 s ClockTime = 13 s forces forces output: sum of forces: pressure : (4.374672 -0.001501324 6.834252) viscous : (1.786156 8.700407e-05 0.009465595) porous : (0 0 0) sum of moments: pressure : (0.00298373 -17.6679 0.008318169) viscous : (-4.116187e-05 0.3899629 -0.0002525319) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2750304 Cl = -6.313779e-05 Cl(f) = -3.15689e-05 Cl(r) = -3.15689e-05 Time = 20 smoothSolver: Solving for Ux, Initial residual = 0.002439339, Final residual = 0.0001290864, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004003143, Final residual = 0.0001860482, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002460709, Final residual = 9.345513e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01759525, Final residual = 0.000650487, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002005692, Final residual = 0.0001590726, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003508042, Final residual = 2.077496e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 6.682233e-05, Final residual = 3.654614e-06, No Iterations 3 time step continuity errors : sum local = 5.315731e-07, global = 1.415292e-08, cumulative = 8.734133e-07 smoothSolver: Solving for omega, Initial residual = 0.0001363724, Final residual = 8.846748e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003085389, Final residual = 6.209912e-05, No Iterations 2 ExecutionTime = 13.91 s ClockTime = 14 s forces forces output: sum of forces: pressure : (4.498092 -0.002012281 7.018676) viscous : (1.794543 8.571727e-05 0.01064579) porous : (0 0 0) sum of moments: pressure : (0.002607951 -17.78127 0.01003803) viscous : (-4.381658e-05 0.3944587 -0.000254699) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2809145 Cl = -8.600527e-05 Cl(f) = -4.300264e-05 Cl(r) = -4.300264e-05 Time = 21 smoothSolver: Solving for Ux, Initial residual = 0.002077407, Final residual = 0.0001122087, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003983247, Final residual = 0.0001841525, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002477675, Final residual = 9.392451e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01615094, Final residual = 0.0005623883, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001888402, Final residual = 0.0001316518, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003090978, Final residual = 1.648718e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 5.847961e-05, Final residual = 3.018395e-06, No Iterations 3 time step continuity errors : sum local = 4.412676e-07, global = -2.956391e-08, cumulative = 8.438494e-07 smoothSolver: Solving for omega, Initial residual = 0.0001301954, Final residual = 8.426827e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002868841, Final residual = 5.773064e-05, No Iterations 2 ExecutionTime = 14.6 s ClockTime = 15 s forces forces output: sum of forces: pressure : (4.596184 -0.001636783 7.163527) viscous : (1.800839 8.459976e-05 0.01187734) porous : (0 0 0) sum of moments: pressure : (0.002408313 -17.92375 0.009592055) viscous : (-4.618961e-05 0.3986805 -0.0002553317) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2855746 Cl = -6.929222e-05 Cl(f) = -3.464611e-05 Cl(r) = -3.464611e-05 Time = 22 smoothSolver: Solving for Ux, Initial residual = 0.001806937, Final residual = 9.923998e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00398968, Final residual = 0.0001820665, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002510806, Final residual = 9.47064e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01481568, Final residual = 0.0005067108, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001751633, Final residual = 0.0001152025, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002707814, Final residual = 1.263557e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 4.723949e-05, Final residual = 4.300901e-06, No Iterations 2 time step continuity errors : sum local = 6.27348e-07, global = 1.053018e-09, cumulative = 8.449024e-07 smoothSolver: Solving for omega, Initial residual = 0.0001245645, Final residual = 8.046415e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002679652, Final residual = 5.392937e-05, No Iterations 2 ExecutionTime = 15.27 s ClockTime = 16 s forces forces output: sum of forces: pressure : (4.628041 -0.0009405033 7.331579) viscous : (1.805199 8.335041e-05 0.01315049) porous : (0 0 0) sum of moments: pressure : (0.002402024 -17.98423 0.00799588) viscous : (-4.819444e-05 0.4026231 -0.0002543977) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2871914 Cl = -3.826484e-05 Cl(f) = -1.913242e-05 Cl(r) = -1.913242e-05 Time = 23 smoothSolver: Solving for Ux, Initial residual = 0.001599924, Final residual = 8.815106e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003950756, Final residual = 0.0001798794, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002547472, Final residual = 9.622753e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01387547, Final residual = 0.0004572854, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001570323, Final residual = 0.0001063636, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002457682, Final residual = 1.219916e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 4.461415e-05, Final residual = 2.716691e-06, No Iterations 3 time step continuity errors : sum local = 3.943942e-07, global = -1.705212e-08, cumulative = 8.278503e-07 smoothSolver: Solving for omega, Initial residual = 0.0001193825, Final residual = 7.696073e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002513014, Final residual = 5.059773e-05, No Iterations 2 ExecutionTime = 15.95 s ClockTime = 16 s forces forces output: sum of forces: pressure : (4.61866 -0.0005947517 7.541393) viscous : (1.807772 8.175056e-05 0.01446375) porous : (0 0 0) sum of moments: pressure : (0.002527636 -17.9603 0.006761965) viscous : (-4.963224e-05 0.406291 -0.0002518492) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2868874 Cl = -2.290129e-05 Cl(f) = -1.145064e-05 Cl(r) = -1.145064e-05 Time = 24 smoothSolver: Solving for Ux, Initial residual = 0.001441009, Final residual = 7.892812e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003897905, Final residual = 0.0001769635, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002594273, Final residual = 9.768076e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01312311, Final residual = 0.0004002605, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001360746, Final residual = 9.042943e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002206093, Final residual = 1.03707e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 4.067143e-05, Final residual = 2.517027e-06, No Iterations 3 time step continuity errors : sum local = 3.645489e-07, global = -2.924462e-08, cumulative = 7.986057e-07 smoothSolver: Solving for omega, Initial residual = 0.0001145721, Final residual = 7.369019e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002365408, Final residual = 4.765768e-05, No Iterations 2 ExecutionTime = 16.62 s ClockTime = 17 s forces forces output: sum of forces: pressure : (4.612003 -0.0006286086 7.758784) viscous : (1.808708 7.936256e-05 0.01581698) porous : (0 0 0) sum of moments: pressure : (0.002597181 -17.90722 0.006620339) viscous : (-5.04954e-05 0.4096931 -0.0002471091) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2866321 Cl = -2.451933e-05 Cl(f) = -1.225966e-05 Cl(r) = -1.225966e-05 Time = 25 smoothSolver: Solving for Ux, Initial residual = 0.001306976, Final residual = 7.146956e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00384525, Final residual = 0.0001734613, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00265048, Final residual = 9.889407e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0124367, Final residual = 0.0003657212, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001210796, Final residual = 7.383917e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001961257, Final residual = 1.860171e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.219417e-05, Final residual = 2.918104e-06, No Iterations 3 time step continuity errors : sum local = 4.233542e-07, global = -1.480522e-08, cumulative = 7.838004e-07 smoothSolver: Solving for omega, Initial residual = 0.0001100542, Final residual = 7.060675e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002233809, Final residual = 4.504272e-05, No Iterations 2 ExecutionTime = 17.31 s ClockTime = 18 s forces forces output: sum of forces: pressure : (4.630412 -0.0007832178 7.945363) viscous : (1.808157 7.557214e-05 0.0172092) porous : (0 0 0) sum of moments: pressure : (0.00253549 -17.88093 0.007209464) viscous : (-5.077124e-05 0.4128388 -0.0002395596) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2874292 Cl = -3.159057e-05 Cl(f) = -1.579529e-05 Cl(r) = -1.579529e-05 Time = 26 smoothSolver: Solving for Ux, Initial residual = 0.001185561, Final residual = 6.520679e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003801868, Final residual = 0.0001700554, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002702713, Final residual = 0.0001000354, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01194052, Final residual = 0.0003338407, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001143986, Final residual = 6.514676e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001822366, Final residual = 8.537854e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 3.475595e-05, Final residual = 1.97944e-06, No Iterations 3 time step continuity errors : sum local = 2.880185e-07, global = 8.773126e-09, cumulative = 7.925736e-07 smoothSolver: Solving for omega, Initial residual = 0.0001057922, Final residual = 6.770718e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002115967, Final residual = 4.2724e-05, No Iterations 2 ExecutionTime = 17.98 s ClockTime = 18 s forces forces output: sum of forces: pressure : (4.667681 -0.00076367 8.097738) viscous : (1.806265 7.0913e-05 0.01863609) porous : (0 0 0) sum of moments: pressure : (0.002412132 -17.89526 0.007745488) viscous : (-5.059478e-05 0.4157351 -0.0002300473) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2890085 Cl = -3.092591e-05 Cl(f) = -1.546296e-05 Cl(r) = -1.546296e-05 Time = 27 smoothSolver: Solving for Ux, Initial residual = 0.001078655, Final residual = 5.988417e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003775286, Final residual = 0.000167241, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002750542, Final residual = 0.0001014107, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01149681, Final residual = 0.001141683, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001602411, Final residual = 0.0001112723, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003454922, Final residual = 2.720663e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.421169e-05, Final residual = 3.433686e-06, No Iterations 3 time step continuity errors : sum local = 5.013652e-07, global = -1.302231e-08, cumulative = 7.795513e-07 smoothSolver: Solving for omega, Initial residual = 0.000101762, Final residual = 6.498739e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002010157, Final residual = 4.065839e-05, No Iterations 2 ExecutionTime = 18.63 s ClockTime = 19 s forces forces output: sum of forces: pressure : (4.706292 -0.0005932157 8.221738) viscous : (1.803167 6.572392e-05 0.02009116) porous : (0 0 0) sum of moments: pressure : (0.002276241 -17.93361 0.007777877) viscous : (-5.014364e-05 0.4183867 -0.0002190202) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2905939 Cl = -2.354818e-05 Cl(f) = -1.177409e-05 Cl(r) = -1.177409e-05 Time = 28 smoothSolver: Solving for Ux, Initial residual = 0.0009916929, Final residual = 5.546068e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003763672, Final residual = 0.000164851, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002801189, Final residual = 0.0001031069, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01104837, Final residual = 0.001075175, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001525283, Final residual = 0.0001127318, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003444593, Final residual = 2.675979e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.266841e-05, Final residual = 2.886233e-06, No Iterations 3 time step continuity errors : sum local = 4.22202e-07, global = -2.202917e-08, cumulative = 7.575221e-07 smoothSolver: Solving for omega, Initial residual = 9.793001e-05, Final residual = 6.24473e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001914699, Final residual = 3.881859e-05, No Iterations 2 ExecutionTime = 19.29 s ClockTime = 20 s forces forces output: sum of forces: pressure : (4.735529 -0.0005424988 8.341035) viscous : (1.798993 5.991225e-05 0.02156826) porous : (0 0 0) sum of moments: pressure : (0.00225143 -17.97052 0.007478152) viscous : (-4.938762e-05 0.4207981 -0.0002068418) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2917128 Cl = -2.154353e-05 Cl(f) = -1.077176e-05 Cl(r) = -1.077176e-05 Time = 29 smoothSolver: Solving for Ux, Initial residual = 0.0009248339, Final residual = 5.170654e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003756485, Final residual = 0.0001624533, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002862939, Final residual = 0.0001049546, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01067921, Final residual = 0.001044067, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001477823, Final residual = 0.0001144666, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003424329, Final residual = 2.703525e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.227049e-05, Final residual = 3.358092e-06, No Iterations 3 time step continuity errors : sum local = 4.916916e-07, global = -1.257927e-08, cumulative = 7.449428e-07 smoothSolver: Solving for omega, Initial residual = 9.429259e-05, Final residual = 6.005381e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001828429, Final residual = 3.718347e-05, No Iterations 2 ExecutionTime = 19.94 s ClockTime = 20 s forces forces output: sum of forces: pressure : (4.756364 -0.0007594575 8.462887) viscous : (1.793861 5.40362e-05 0.0230628) porous : (0 0 0) sum of moments: pressure : (0.002325729 -17.99518 0.007242348) viscous : (-4.855461e-05 0.4229755 -0.0001939338) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2924138 Cl = -3.149127e-05 Cl(f) = -1.574563e-05 Cl(r) = -1.574563e-05 Time = 30 smoothSolver: Solving for Ux, Initial residual = 0.0008677668, Final residual = 4.838052e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003739111, Final residual = 0.0001598085, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002924144, Final residual = 0.0001067047, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01040177, Final residual = 0.001009407, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001426776, Final residual = 0.0001102076, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003295128, Final residual = 2.514671e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.986347e-05, Final residual = 3.3852e-06, No Iterations 3 time step continuity errors : sum local = 4.961234e-07, global = -2.98755e-08, cumulative = 7.150673e-07 smoothSolver: Solving for omega, Initial residual = 9.083984e-05, Final residual = 5.776157e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001750379, Final residual = 3.575114e-05, No Iterations 2 ExecutionTime = 20.61 s ClockTime = 21 s forces forces output: sum of forces: pressure : (4.775489 -0.001059719 8.583901) viscous : (1.787884 4.837094e-05 0.0245726) porous : (0 0 0) sum of moments: pressure : (0.002414135 -18.01006 0.007211943) viscous : (-4.768387e-05 0.4249278 -0.0001804679) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2930008 Cl = -4.514838e-05 Cl(f) = -2.257419e-05 Cl(r) = -2.257419e-05 Time = 31 smoothSolver: Solving for Ux, Initial residual = 0.0008143049, Final residual = 4.537667e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003711267, Final residual = 0.0001568333, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002979982, Final residual = 0.0001081571, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01017185, Final residual = 0.0009759664, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001376717, Final residual = 0.000104338, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003138643, Final residual = 2.294946e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.705312e-05, Final residual = 2.962561e-06, No Iterations 3 time step continuity errors : sum local = 4.348692e-07, global = -1.435927e-08, cumulative = 7.00708e-07 smoothSolver: Solving for omega, Initial residual = 8.755782e-05, Final residual = 5.553777e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001678517, Final residual = 3.446e-05, No Iterations 2 ExecutionTime = 21.26 s ClockTime = 22 s forces forces output: sum of forces: pressure : (4.797669 -0.001304185 8.696572) viscous : (1.781168 4.284745e-05 0.02609603) porous : (0 0 0) sum of moments: pressure : (0.002462057 -18.02335 0.007409916) viscous : (-4.67998e-05 0.4266656 -0.0001664633) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2936911 Cl = -5.630835e-05 Cl(f) = -2.815417e-05 Cl(r) = -2.815417e-05 Time = 32 smoothSolver: Solving for Ux, Initial residual = 0.0007638681, Final residual = 4.265734e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003675989, Final residual = 0.0001535359, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003024779, Final residual = 0.0001092722, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01002322, Final residual = 0.0009588552, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001342716, Final residual = 9.974612e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003040685, Final residual = 2.233873e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.600901e-05, Final residual = 2.918692e-06, No Iterations 3 time step continuity errors : sum local = 4.294059e-07, global = -6.861992e-09, cumulative = 6.938461e-07 smoothSolver: Solving for omega, Initial residual = 8.444634e-05, Final residual = 5.339836e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001611214, Final residual = 3.32393e-05, No Iterations 2 ExecutionTime = 21.91 s ClockTime = 23 s forces forces output: sum of forces: pressure : (4.822824 -0.001463751 8.79568) viscous : (1.773809 3.716996e-05 0.02763206) porous : (0 0 0) sum of moments: pressure : (0.002462871 -18.04113 0.007662513) viscous : (-4.585611e-05 0.4282001 -0.0001519996) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2944855 Cl = -6.368513e-05 Cl(f) = -3.184257e-05 Cl(r) = -3.184257e-05 Time = 33 smoothSolver: Solving for Ux, Initial residual = 0.0007185358, Final residual = 4.022232e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0036409, Final residual = 0.0001501429, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003057436, Final residual = 0.0001100858, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009880896, Final residual = 0.00093706, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001309582, Final residual = 9.679718e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002989894, Final residual = 2.235901e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.587509e-05, Final residual = 2.849624e-06, No Iterations 3 time step continuity errors : sum local = 4.203716e-07, global = -1.186516e-08, cumulative = 6.819809e-07 smoothSolver: Solving for omega, Initial residual = 8.149447e-05, Final residual = 5.136148e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001547714, Final residual = 3.206782e-05, No Iterations 2 ExecutionTime = 22.57 s ClockTime = 23 s forces forces output: sum of forces: pressure : (4.848111 -0.001483941 8.882319) viscous : (1.765896 3.137386e-05 0.02917959) porous : (0 0 0) sum of moments: pressure : (0.002412805 -18.06386 0.007728235) viscous : (-4.493869e-05 0.4295426 -0.000136801) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2952611 Cl = -6.48452e-05 Cl(f) = -3.24226e-05 Cl(r) = -3.24226e-05 Time = 34 smoothSolver: Solving for Ux, Initial residual = 0.0006795478, Final residual = 3.80546e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003610618, Final residual = 0.0001468389, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003077472, Final residual = 0.0001105639, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00977199, Final residual = 0.0009135925, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001280421, Final residual = 9.672359e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002975041, Final residual = 2.283867e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.620101e-05, Final residual = 2.810497e-06, No Iterations 3 time step continuity errors : sum local = 4.15696e-07, global = -1.757972e-08, cumulative = 6.644012e-07 smoothSolver: Solving for omega, Initial residual = 7.868096e-05, Final residual = 4.942764e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001487499, Final residual = 3.094068e-05, No Iterations 2 ExecutionTime = 23.22 s ClockTime = 24 s forces forces output: sum of forces: pressure : (4.87132 -0.001449975 8.961483) viscous : (1.757509 2.57178e-05 0.0307365) porous : (0 0 0) sum of moments: pressure : (0.002358237 -18.08869 0.007567332) viscous : (-4.403011e-05 0.4307033 -0.0001213504) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2959228 Cl = -6.358138e-05 Cl(f) = -3.179069e-05 Cl(r) = -3.179069e-05 Time = 35 smoothSolver: Solving for Ux, Initial residual = 0.0006462943, Final residual = 3.614022e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003580585, Final residual = 0.0001437583, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003084397, Final residual = 0.0001105696, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009698139, Final residual = 0.0008989085, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001261906, Final residual = 9.763702e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002970216, Final residual = 2.307726e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.606823e-05, Final residual = 2.817598e-06, No Iterations 3 time step continuity errors : sum local = 4.177617e-07, global = -1.910255e-08, cumulative = 6.452986e-07 smoothSolver: Solving for omega, Initial residual = 7.602156e-05, Final residual = 4.76037e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001430412, Final residual = 2.986054e-05, No Iterations 2 ExecutionTime = 23.87 s ClockTime = 25 s forces forces output: sum of forces: pressure : (4.892401 -0.001464789 9.037026) viscous : (1.748719 2.024891e-05 0.03230084) porous : (0 0 0) sum of moments: pressure : (0.002332914 -18.11319 0.007300924) viscous : (-4.313317e-05 0.4316919 -0.0001059429) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2964715 Cl = -6.448686e-05 Cl(f) = -3.224343e-05 Cl(r) = -3.224343e-05 Time = 36 smoothSolver: Solving for Ux, Initial residual = 0.0006166402, Final residual = 3.444014e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003547753, Final residual = 0.0001406856, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003078569, Final residual = 0.0001101506, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009615687, Final residual = 0.0008901725, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001247499, Final residual = 9.727742e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002945645, Final residual = 2.278167e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.525444e-05, Final residual = 2.859778e-06, No Iterations 3 time step continuity errors : sum local = 4.25017e-07, global = -1.649212e-08, cumulative = 6.288065e-07 smoothSolver: Solving for omega, Initial residual = 7.35345e-05, Final residual = 4.589891e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001376462, Final residual = 2.883851e-05, No Iterations 2 ExecutionTime = 24.52 s ClockTime = 25 s forces forces output: sum of forces: pressure : (4.912669 -0.001566667 9.109918) viscous : (1.739594 1.50155e-05 0.03387186) porous : (0 0 0) sum of moments: pressure : (0.002333401 -18.13662 0.007104061) viscous : (-4.234443e-05 0.4325191 -9.077021e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2969689 Cl = -6.926852e-05 Cl(f) = -3.463426e-05 Cl(r) = -3.463426e-05 Time = 37 smoothSolver: Solving for Ux, Initial residual = 0.0005891842, Final residual = 3.289748e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003507912, Final residual = 0.0001375691, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003060489, Final residual = 0.0001092692, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009529046, Final residual = 0.0008811088, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00123159, Final residual = 9.574911e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002895337, Final residual = 2.208694e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.397708e-05, Final residual = 2.872833e-06, No Iterations 3 time step continuity errors : sum local = 4.280272e-07, global = -1.384283e-08, cumulative = 6.149637e-07 smoothSolver: Solving for omega, Initial residual = 7.12014e-05, Final residual = 4.432208e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001325406, Final residual = 2.787136e-05, No Iterations 2 ExecutionTime = 25.18 s ClockTime = 26 s forces forces output: sum of forces: pressure : (4.933265 -0.00166316 9.178665) viscous : (1.730195 1.018982e-05 0.03544987) porous : (0 0 0) sum of moments: pressure : (0.002333062 -18.1596 0.006992631) viscous : (-4.171245e-05 0.4331965 -7.605977e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2974688 Cl = -7.379155e-05 Cl(f) = -3.689578e-05 Cl(r) = -3.689578e-05 Time = 38 smoothSolver: Solving for Ux, Initial residual = 0.0005634875, Final residual = 3.149208e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00346299, Final residual = 0.0001345116, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00302565, Final residual = 0.0001078607, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009453132, Final residual = 0.000869612, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001211614, Final residual = 9.349744e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002826868, Final residual = 2.161099e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.291798e-05, Final residual = 2.822069e-06, No Iterations 3 time step continuity errors : sum local = 4.216174e-07, global = -1.379909e-08, cumulative = 6.011646e-07 smoothSolver: Solving for omega, Initial residual = 6.90112e-05, Final residual = 4.2875e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001277006, Final residual = 2.695964e-05, No Iterations 2 ExecutionTime = 25.83 s ClockTime = 27 s forces forces output: sum of forces: pressure : (4.954315 -0.00174981 9.241363) viscous : (1.72058 5.859283e-06 0.03703435) porous : (0 0 0) sum of moments: pressure : (0.002327036 -18.18299 0.006958095) viscous : (-4.115996e-05 0.4337352 -6.18088e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2979793 Cl = -7.785307e-05 Cl(f) = -3.892654e-05 Cl(r) = -3.892654e-05 Time = 39 smoothSolver: Solving for Ux, Initial residual = 0.0005400205, Final residual = 3.019485e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003415508, Final residual = 0.0001314694, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002972087, Final residual = 0.00010583, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009348898, Final residual = 0.0008578967, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001189976, Final residual = 9.132582e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002758893, Final residual = 2.141861e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.219345e-05, Final residual = 2.708573e-06, No Iterations 3 time step continuity errors : sum local = 4.058733e-07, global = -2.643204e-09, cumulative = 5.985214e-07 smoothSolver: Solving for omega, Initial residual = 6.696513e-05, Final residual = 4.156007e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001231013, Final residual = 2.609789e-05, No Iterations 2 ExecutionTime = 26.47 s ClockTime = 27 s forces forces output: sum of forces: pressure : (4.975227 -0.001863258 9.297296) viscous : (1.7108 1.967366e-06 0.03862481) porous : (0 0 0) sum of moments: pressure : (0.002322573 -18.20684 0.006959254) viscous : (-4.066121e-05 0.4341458 -4.819725e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2984762 Cl = -8.309136e-05 Cl(f) = -4.154568e-05 Cl(r) = -4.154568e-05 Time = 40 smoothSolver: Solving for Ux, Initial residual = 0.0005190121, Final residual = 2.899555e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003368641, Final residual = 0.000128459, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002905315, Final residual = 0.0001034162, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009215889, Final residual = 0.0008469175, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001170639, Final residual = 9.022713e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002710386, Final residual = 2.141575e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.169629e-05, Final residual = 2.694104e-06, No Iterations 3 time step continuity errors : sum local = 4.049909e-07, global = -4.439447e-09, cumulative = 5.940819e-07 smoothSolver: Solving for omega, Initial residual = 6.507475e-05, Final residual = 4.037095e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001187184, Final residual = 2.529027e-05, No Iterations 2 ExecutionTime = 27.14 s ClockTime = 28 s forces forces output: sum of forces: pressure : (4.995312 -0.001966896 9.347214) viscous : (1.7009 -1.48991e-06 0.04021997) porous : (0 0 0) sum of moments: pressure : (0.002318592 -18.23121 0.006908294) viscous : (-4.02043e-05 0.4344379 -3.526197e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2989309 Cl = -8.787228e-05 Cl(f) = -4.393614e-05 Cl(r) = -4.393614e-05 Time = 41 smoothSolver: Solving for Ux, Initial residual = 0.0005000859, Final residual = 2.788844e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003323115, Final residual = 0.0001255377, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00283037, Final residual = 0.0001008072, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009059176, Final residual = 0.0008375345, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001154985, Final residual = 8.998174e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002682159, Final residual = 2.142949e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.12581e-05, Final residual = 2.719885e-06, No Iterations 3 time step continuity errors : sum local = 4.101645e-07, global = -3.437871e-09, cumulative = 5.906441e-07 smoothSolver: Solving for omega, Initial residual = 6.332859e-05, Final residual = 3.929206e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001145338, Final residual = 2.452674e-05, No Iterations 2 ExecutionTime = 27.81 s ClockTime = 29 s forces forces output: sum of forces: pressure : (5.014349 -0.001985936 9.392698) viscous : (1.690923 -4.646486e-06 0.04181804) porous : (0 0 0) sum of moments: pressure : (0.002288646 -18.25588 0.006733458) viscous : (-3.969043e-05 0.4346199 -2.285083e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2993354 Cl = -8.886316e-05 Cl(f) = -4.443158e-05 Cl(r) = -4.443158e-05 Time = 42 smoothSolver: Solving for Ux, Initial residual = 0.000482801, Final residual = 2.686271e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003278028, Final residual = 0.0001226998, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002749315, Final residual = 9.803475e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008885185, Final residual = 0.0008309716, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001141986, Final residual = 8.961316e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002657601, Final residual = 2.134743e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.070489e-05, Final residual = 2.759523e-06, No Iterations 3 time step continuity errors : sum local = 4.174696e-07, global = -1.434782e-08, cumulative = 5.762963e-07 smoothSolver: Solving for omega, Initial residual = 6.171759e-05, Final residual = 3.830342e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001105391, Final residual = 2.380568e-05, No Iterations 2 ExecutionTime = 28.47 s ClockTime = 29 s forces forces output: sum of forces: pressure : (5.032562 -0.001970778 9.435013) viscous : (1.680907 -7.55146e-06 0.04341645) porous : (0 0 0) sum of moments: pressure : (0.002248724 -18.28052 0.006521038) viscous : (-3.909639e-05 0.4346993 -1.095902e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2997013 Cl = -8.831616e-05 Cl(f) = -4.415808e-05 Cl(r) = -4.415808e-05 Time = 43 smoothSolver: Solving for Ux, Initial residual = 0.0004664599, Final residual = 2.590427e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00323245, Final residual = 0.0001199405, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002664491, Final residual = 9.515541e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008707716, Final residual = 0.0008239713, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001127949, Final residual = 8.868166e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002626367, Final residual = 2.111732e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.002224e-05, Final residual = 2.792247e-06, No Iterations 3 time step continuity errors : sum local = 4.237696e-07, global = -2.000937e-08, cumulative = 5.562869e-07 smoothSolver: Solving for omega, Initial residual = 6.024062e-05, Final residual = 3.740552e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001067322, Final residual = 2.312181e-05, No Iterations 2 ExecutionTime = 29.12 s ClockTime = 30 s forces forces output: sum of forces: pressure : (5.050313 -0.001912841 9.47439) viscous : (1.670884 -1.03996e-05 0.04501338) porous : (0 0 0) sum of moments: pressure : (0.00220104 -18.3049 0.006306748) viscous : (-3.847793e-05 0.4346841 6.149845e-07) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3000463 Cl = -8.58569e-05 Cl(f) = -4.292845e-05 Cl(r) = -4.292845e-05 Time = 44 smoothSolver: Solving for Ux, Initial residual = 0.0004509068, Final residual = 2.499506e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003185768, Final residual = 0.0001172027, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002576879, Final residual = 9.223338e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008527836, Final residual = 0.0008146557, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001110987, Final residual = 8.742521e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002588925, Final residual = 2.080095e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.931905e-05, Final residual = 2.706284e-06, No Iterations 3 time step continuity errors : sum local = 4.120386e-07, global = -1.278788e-08, cumulative = 5.43499e-07 smoothSolver: Solving for omega, Initial residual = 5.888873e-05, Final residual = 3.658869e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001030961, Final residual = 2.246886e-05, No Iterations 2 ExecutionTime = 29.78 s ClockTime = 31 s forces forces output: sum of forces: pressure : (5.067832 -0.001821065 9.510562) viscous : (1.660885 -1.304184e-05 0.04660701) porous : (0 0 0) sum of moments: pressure : (0.002151461 -18.32892 0.006102035) viscous : (-3.781649e-05 0.4345814 1.153376e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.300382 Cl = -8.18778e-05 Cl(f) = -4.09389e-05 Cl(r) = -4.09389e-05 Time = 45 smoothSolver: Solving for Ux, Initial residual = 0.0004362455, Final residual = 2.414764e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00313893, Final residual = 0.0001145302, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002488171, Final residual = 8.926225e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008341485, Final residual = 0.0008036884, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001091857, Final residual = 8.623393e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002550946, Final residual = 2.05464e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.872232e-05, Final residual = 2.648444e-06, No Iterations 3 time step continuity errors : sum local = 4.045234e-07, global = -1.48207e-08, cumulative = 5.286783e-07 smoothSolver: Solving for omega, Initial residual = 5.764247e-05, Final residual = 3.584169e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0009961774, Final residual = 2.18448e-05, No Iterations 2 ExecutionTime = 30.43 s ClockTime = 31 s forces forces output: sum of forces: pressure : (5.085107 -0.001759945 9.543437) viscous : (1.650935 -1.549437e-05 0.04819488) porous : (0 0 0) sum of moments: pressure : (0.002112284 -18.35254 0.005937844) viscous : (-3.706921e-05 0.4343974 2.172049e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.300709 Cl = -7.925881e-05 Cl(f) = -3.962941e-05 Cl(r) = -3.962941e-05 Time = 46 smoothSolver: Solving for Ux, Initial residual = 0.0004225179, Final residual = 2.336177e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00309249, Final residual = 0.0001119717, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002399166, Final residual = 8.630296e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008161097, Final residual = 0.0007926994, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001072549, Final residual = 8.528295e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002515708, Final residual = 2.04182e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.825426e-05, Final residual = 2.607176e-06, No Iterations 3 time step continuity errors : sum local = 3.994987e-07, global = -1.44508e-08, cumulative = 5.142275e-07 smoothSolver: Solving for omega, Initial residual = 5.647926e-05, Final residual = 3.51542e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0009628541, Final residual = 2.124807e-05, No Iterations 2 ExecutionTime = 31.08 s ClockTime = 32 s forces forces output: sum of forces: pressure : (5.102008 -0.001726793 9.57321) viscous : (1.641055 -1.776628e-05 0.0497746) porous : (0 0 0) sum of moments: pressure : (0.002079125 -18.37587 0.005832442) viscous : (-3.626083e-05 0.4341377 3.130452e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3010224 Cl = -7.788023e-05 Cl(f) = -3.894012e-05 Cl(r) = -3.894012e-05 Time = 47 smoothSolver: Solving for Ux, Initial residual = 0.0004096584, Final residual = 2.262935e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003046629, Final residual = 0.0001095364, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002311579, Final residual = 8.335337e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007984093, Final residual = 0.0007829931, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001054812, Final residual = 8.459603e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002482681, Final residual = 2.034718e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.785097e-05, Final residual = 2.631596e-06, No Iterations 3 time step continuity errors : sum local = 4.045386e-07, global = -1.888173e-08, cumulative = 4.953458e-07 smoothSolver: Solving for omega, Initial residual = 5.535575e-05, Final residual = 3.448997e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0009308338, Final residual = 2.067717e-05, No Iterations 2 ExecutionTime = 31.73 s ClockTime = 33 s forces forces output: sum of forces: pressure : (5.118396 -0.001643526 9.600011) viscous : (1.631265 -1.97915e-05 0.05134406) porous : (0 0 0) sum of moments: pressure : (0.002029438 -18.39906 0.005719341) viscous : (-3.543175e-05 0.4338074 4.02009e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.301317 Cl = -7.425347e-05 Cl(f) = -3.712673e-05 Cl(r) = -3.712673e-05 Time = 48 smoothSolver: Solving for Ux, Initial residual = 0.0003975511, Final residual = 2.194915e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003003056, Final residual = 0.0001072194, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002226126, Final residual = 8.040876e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007815229, Final residual = 0.0007744971, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00103883, Final residual = 8.40806e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000245136, Final residual = 2.029114e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.746034e-05, Final residual = 2.618543e-06, No Iterations 3 time step continuity errors : sum local = 4.038329e-07, global = -9.812233e-09, cumulative = 4.855335e-07 smoothSolver: Solving for omega, Initial residual = 5.421706e-05, Final residual = 3.380893e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0009000925, Final residual = 2.012567e-05, No Iterations 2 ExecutionTime = 32.51 s ClockTime = 33 s forces forces output: sum of forces: pressure : (5.134246 -0.001504616 9.623993) viscous : (1.621583 -2.171896e-05 0.05290096) porous : (0 0 0) sum of moments: pressure : (0.001966795 -18.42222 0.005563977) viscous : (-3.458743e-05 0.4334118 4.860582e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3015923 Cl = -6.813831e-05 Cl(f) = -3.406915e-05 Cl(r) = -3.406915e-05 Time = 49 smoothSolver: Solving for Ux, Initial residual = 0.0003861168, Final residual = 2.130976e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002960738, Final residual = 0.0001050109, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002142806, Final residual = 7.749181e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007660495, Final residual = 0.0007656901, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001022835, Final residual = 8.351519e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002419783, Final residual = 2.022375e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.706928e-05, Final residual = 2.656076e-06, No Iterations 3 time step continuity errors : sum local = 4.109303e-07, global = 3.516765e-09, cumulative = 4.890503e-07 smoothSolver: Solving for omega, Initial residual = 5.305535e-05, Final residual = 3.310136e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0008705319, Final residual = 1.959513e-05, No Iterations 2 ExecutionTime = 33.16 s ClockTime = 34 s forces forces output: sum of forces: pressure : (5.149608 -0.001416881 9.645482) viscous : (1.612025 -2.343651e-05 0.05444335) porous : (0 0 0) sum of moments: pressure : (0.001924309 -18.44554 0.005443055) viscous : (-3.377018e-05 0.4329559 5.642226e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3018514 Cl = -6.429834e-05 Cl(f) = -3.214917e-05 Cl(r) = -3.214917e-05 Time = 50 smoothSolver: Solving for Ux, Initial residual = 0.000375309, Final residual = 2.070453e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002919218, Final residual = 0.0001029398, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00206197, Final residual = 7.463512e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007522276, Final residual = 0.0002194632, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006950102, Final residual = 4.337347e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001151592, Final residual = 5.675273e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 2.416558e-05, Final residual = 2.000911e-06, No Iterations 2 time step continuity errors : sum local = 3.105588e-07, global = -1.03224e-08, cumulative = 4.787279e-07 smoothSolver: Solving for omega, Initial residual = 5.187726e-05, Final residual = 3.237457e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0008422308, Final residual = 1.908536e-05, No Iterations 2 ExecutionTime = 33.83 s ClockTime = 35 s forces forces output: sum of forces: pressure : (5.164574 -0.001411563 9.664493) viscous : (1.602607 -2.489685e-05 0.05596976) porous : (0 0 0) sum of moments: pressure : (0.001907385 -18.46879 0.005402864) viscous : (-3.3097e-05 0.432445 6.377438e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3020991 Cl = -6.412612e-05 Cl(f) = -3.206306e-05 Cl(r) = -3.206306e-05 Time = 51 smoothSolver: Solving for Ux, Initial residual = 0.0003650796, Final residual = 2.013414e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002877925, Final residual = 0.0001010007, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001983854, Final residual = 7.186793e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007378651, Final residual = 0.0002170784, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006813747, Final residual = 4.288621e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001131306, Final residual = 5.612022e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 2.37054e-05, Final residual = 1.967489e-06, No Iterations 2 time step continuity errors : sum local = 3.06336e-07, global = -1.007927e-08, cumulative = 4.686486e-07 smoothSolver: Solving for omega, Initial residual = 5.0685e-05, Final residual = 3.162986e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000815082, Final residual = 1.860062e-05, No Iterations 2 ExecutionTime = 34.51 s ClockTime = 36 s forces forces output: sum of forces: pressure : (5.179234 -0.001414884 9.68174) viscous : (1.593341 -2.618868e-05 0.05747851) porous : (0 0 0) sum of moments: pressure : (0.001897894 -18.49182 0.005392544) viscous : (-3.241234e-05 0.4318836 7.071762e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3023399 Cl = -6.433206e-05 Cl(f) = -3.216603e-05 Cl(r) = -3.216603e-05 Time = 52 smoothSolver: Solving for Ux, Initial residual = 0.0003554829, Final residual = 1.959338e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00283693, Final residual = 9.915788e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001908948, Final residual = 6.919697e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007245241, Final residual = 0.0002145284, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006675222, Final residual = 4.232288e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000111012, Final residual = 5.506255e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 2.313234e-05, Final residual = 1.921381e-06, No Iterations 2 time step continuity errors : sum local = 3.000866e-07, global = -1.552665e-08, cumulative = 4.53122e-07 smoothSolver: Solving for omega, Initial residual = 4.947823e-05, Final residual = 3.088444e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007890497, Final residual = 1.814567e-05, No Iterations 2 ExecutionTime = 35.17 s ClockTime = 36 s forces forces output: sum of forces: pressure : (5.193645 -0.001470228 9.697147) viscous : (1.584237 -2.716799e-05 0.05896791) porous : (0 0 0) sum of moments: pressure : (0.001904677 -18.5143 0.005458559) viscous : (-3.186485e-05 0.4312761 7.711521e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3025768 Cl = -6.684644e-05 Cl(f) = -3.342322e-05 Cl(r) = -3.342322e-05 Time = 53 smoothSolver: Solving for Ux, Initial residual = 0.000346449, Final residual = 1.908037e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00279659, Final residual = 9.740839e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00183754, Final residual = 6.664593e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007125916, Final residual = 0.0002119987, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006542116, Final residual = 4.170625e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001090793, Final residual = 5.379235e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 2.246354e-05, Final residual = 1.872487e-06, No Iterations 2 time step continuity errors : sum local = 2.933517e-07, global = -1.868496e-08, cumulative = 4.34437e-07 smoothSolver: Solving for omega, Initial residual = 4.826512e-05, Final residual = 3.012533e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007641134, Final residual = 1.772246e-05, No Iterations 2 ExecutionTime = 35.83 s ClockTime = 37 s forces forces output: sum of forces: pressure : (5.207823 -0.001598007 9.710646) viscous : (1.575306 -2.800829e-05 0.06043766) porous : (0 0 0) sum of moments: pressure : (0.00193123 -18.53612 0.005595355) viscous : (-3.148589e-05 0.4306279 8.30814e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3028111 Cl = -7.258823e-05 Cl(f) = -3.629412e-05 Cl(r) = -3.629412e-05 Time = 54 smoothSolver: Solving for Ux, Initial residual = 0.0003378892, Final residual = 1.859015e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002757362, Final residual = 9.571858e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001769725, Final residual = 6.422244e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007018112, Final residual = 0.0002095533, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000641858, Final residual = 4.108474e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001074257, Final residual = 5.252816e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 2.177033e-05, Final residual = 1.828605e-06, No Iterations 2 time step continuity errors : sum local = 2.873536e-07, global = -1.612299e-08, cumulative = 4.18314e-07 smoothSolver: Solving for omega, Initial residual = 4.704623e-05, Final residual = 2.936434e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007402656, Final residual = 1.73256e-05, No Iterations 2 ExecutionTime = 36.49 s ClockTime = 38 s forces forces output: sum of forces: pressure : (5.221764 -0.001742425 9.722377) viscous : (1.566555 -2.877251e-05 0.06188804) porous : (0 0 0) sum of moments: pressure : (0.001959728 -18.55736 0.005738393) viscous : (-3.129328e-05 0.4299441 8.865854e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3030427 Cl = -7.906941e-05 Cl(f) = -3.953471e-05 Cl(r) = -3.953471e-05 Time = 55 smoothSolver: Solving for Ux, Initial residual = 0.0003297448, Final residual = 1.812204e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002718655, Final residual = 9.410724e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001705418, Final residual = 6.192133e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006918096, Final residual = 0.0002070609, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006315741, Final residual = 4.047416e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001060938, Final residual = 5.13749e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 2.11263e-05, Final residual = 1.793193e-06, No Iterations 2 time step continuity errors : sum local = 2.826728e-07, global = -1.415923e-08, cumulative = 4.041548e-07 smoothSolver: Solving for omega, Initial residual = 4.582929e-05, Final residual = 2.861426e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007174595, Final residual = 1.694882e-05, No Iterations 2 ExecutionTime = 37.17 s ClockTime = 39 s forces forces output: sum of forces: pressure : (5.235449 -0.00189708 9.73261) viscous : (1.557989 -2.940089e-05 0.06331859) porous : (0 0 0) sum of moments: pressure : (0.001992956 -18.57818 0.005886909) viscous : (-3.120335e-05 0.4292291 9.369657e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3032712 Cl = -8.600157e-05 Cl(f) = -4.300078e-05 Cl(r) = -4.300078e-05 Time = 56 smoothSolver: Solving for Ux, Initial residual = 0.000322003, Final residual = 1.767752e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002680064, Final residual = 9.248175e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00164513, Final residual = 5.980812e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006834574, Final residual = 0.0002044779, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006240219, Final residual = 3.992358e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001049776, Final residual = 5.042896e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 2.057788e-05, Final residual = 1.770258e-06, No Iterations 2 time step continuity errors : sum local = 2.799389e-07, global = -1.710789e-08, cumulative = 3.870469e-07 smoothSolver: Solving for omega, Initial residual = 4.462291e-05, Final residual = 2.786047e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000695519, Final residual = 1.658134e-05, No Iterations 2 ExecutionTime = 37.83 s ClockTime = 39 s forces forces output: sum of forces: pressure : (5.248896 -0.002104088 9.741568) viscous : (1.549611 -2.978551e-05 0.06472905) porous : (0 0 0) sum of moments: pressure : (0.002048497 -18.5987 0.006078688) viscous : (-3.128908e-05 0.4284865 9.817191e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3034975 Cl = -9.525995e-05 Cl(f) = -4.762998e-05 Cl(r) = -4.762998e-05 Time = 57 smoothSolver: Solving for Ux, Initial residual = 0.0003145857, Final residual = 1.725458e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00264179, Final residual = 9.091351e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001587995, Final residual = 5.791408e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006762894, Final residual = 0.0002019138, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006173455, Final residual = 3.943699e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001038962, Final residual = 4.968376e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 2.011518e-05, Final residual = 1.75393e-06, No Iterations 2 time step continuity errors : sum local = 2.782236e-07, global = -1.355143e-08, cumulative = 3.734955e-07 smoothSolver: Solving for omega, Initial residual = 4.34371e-05, Final residual = 2.711415e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006742713, Final residual = 1.622504e-05, No Iterations 2 ExecutionTime = 38.49 s ClockTime = 40 s forces forces output: sum of forces: pressure : (5.262132 -0.002347908 9.749416) viscous : (1.541424 -2.98644e-05 0.06611898) porous : (0 0 0) sum of moments: pressure : (0.002121806 -18.6188 0.006304096) viscous : (-3.150881e-05 0.4277195 0.0001020491) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3037229 Cl = -0.000106148 Cl(f) = -5.3074e-05 Cl(r) = -5.3074e-05 Time = 58 smoothSolver: Solving for Ux, Initial residual = 0.0003075025, Final residual = 1.685087e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002603496, Final residual = 8.931487e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001533884, Final residual = 5.61569e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006697442, Final residual = 0.0006683746, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000888321, Final residual = 7.522348e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002135347, Final residual = 1.83789e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.129729e-05, Final residual = 2.367489e-06, No Iterations 3 time step continuity errors : sum local = 3.766927e-07, global = -4.505972e-09, cumulative = 3.689895e-07 smoothSolver: Solving for omega, Initial residual = 4.229224e-05, Final residual = 2.638066e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006536521, Final residual = 1.587673e-05, No Iterations 2 ExecutionTime = 39.14 s ClockTime = 41 s forces forces output: sum of forces: pressure : (5.275139 -0.002578519 9.756206) viscous : (1.533428 -2.977039e-05 0.06748767) porous : (0 0 0) sum of moments: pressure : (0.002191523 -18.63839 0.006503611) viscous : (-3.186706e-05 0.4269305 0.0001054471) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3039466 Cl = -0.0001164387 Cl(f) = -5.821935e-05 Cl(r) = -5.821935e-05 Time = 59 smoothSolver: Solving for Ux, Initial residual = 0.0003007459, Final residual = 1.647535e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002565169, Final residual = 8.773665e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001482761, Final residual = 5.449681e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006636993, Final residual = 0.0006569094, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008770881, Final residual = 7.423175e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002114489, Final residual = 1.818032e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.070095e-05, Final residual = 2.340123e-06, No Iterations 3 time step continuity errors : sum local = 3.734986e-07, global = -4.682921e-09, cumulative = 3.643066e-07 smoothSolver: Solving for omega, Initial residual = 4.119171e-05, Final residual = 2.566639e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006336566, Final residual = 1.553634e-05, No Iterations 2 ExecutionTime = 39.8 s ClockTime = 41 s forces forces output: sum of forces: pressure : (5.287935 -0.002854032 9.76183) viscous : (1.525622 -2.964989e-05 0.06883503) porous : (0 0 0) sum of moments: pressure : (0.002270884 -18.65726 0.006733714) viscous : (-3.231336e-05 0.4261226 0.0001085532) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3041694 Cl = -0.0001287327 Cl(f) = -6.436635e-05 Cl(r) = -6.436635e-05 Time = 60 smoothSolver: Solving for Ux, Initial residual = 0.0002943177, Final residual = 1.612537e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002527785, Final residual = 8.627135e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001433852, Final residual = 5.289284e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006578425, Final residual = 0.0006461769, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008655375, Final residual = 7.315213e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002090133, Final residual = 1.794023e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.997288e-05, Final residual = 2.303088e-06, No Iterations 3 time step continuity errors : sum local = 3.687393e-07, global = -5.817752e-09, cumulative = 3.584888e-07 smoothSolver: Solving for omega, Initial residual = 4.014147e-05, Final residual = 2.498488e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006142963, Final residual = 1.520805e-05, No Iterations 2 ExecutionTime = 40.46 s ClockTime = 42 s forces forces output: sum of forces: pressure : (5.300493 -0.003191992 9.766354) viscous : (1.518007 -2.946166e-05 0.07016138) porous : (0 0 0) sum of moments: pressure : (0.002375098 -18.67525 0.007005418) viscous : (-3.289182e-05 0.4252987 0.0001113047) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3043901 Cl = -0.0001438115 Cl(f) = -7.190574e-05 Cl(r) = -7.190574e-05 Time = 61 smoothSolver: Solving for Ux, Initial residual = 0.0002881914, Final residual = 1.57912e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00249192, Final residual = 8.492858e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001387266, Final residual = 5.134157e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006517395, Final residual = 0.0006360979, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008532932, Final residual = 7.198242e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002062441, Final residual = 1.765143e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.910848e-05, Final residual = 2.250853e-06, No Iterations 3 time step continuity errors : sum local = 3.614989e-07, global = -6.796735e-09, cumulative = 3.516921e-07 smoothSolver: Solving for omega, Initial residual = 3.914117e-05, Final residual = 2.433612e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005955603, Final residual = 1.489232e-05, No Iterations 2 ExecutionTime = 41.11 s ClockTime = 43 s forces forces output: sum of forces: pressure : (5.31281 -0.00361446 9.769557) viscous : (1.510581 -2.914066e-05 0.07146696) porous : (0 0 0) sum of moments: pressure : (0.002511695 -18.69241 0.007338027) viscous : (-3.356136e-05 0.4244617 0.000113634) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3046084 Cl = -0.0001626569 Cl(f) = -8.132843e-05 Cl(r) = -8.132843e-05 Time = 62 smoothSolver: Solving for Ux, Initial residual = 0.000282294, Final residual = 1.547199e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002456251, Final residual = 8.366298e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001342471, Final residual = 4.984119e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006446844, Final residual = 0.0006270068, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008409442, Final residual = 7.076206e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002033542, Final residual = 1.732443e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.815045e-05, Final residual = 2.187632e-06, No Iterations 3 time step continuity errors : sum local = 3.524376e-07, global = -6.572109e-09, cumulative = 3.4512e-07 smoothSolver: Solving for omega, Initial residual = 3.818943e-05, Final residual = 2.373412e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005774143, Final residual = 1.458936e-05, No Iterations 2 ExecutionTime = 41.78 s ClockTime = 43 s forces forces output: sum of forces: pressure : (5.32489 -0.00405793 9.771564) viscous : (1.503342 -2.873241e-05 0.07275161) porous : (0 0 0) sum of moments: pressure : (0.002655984 -18.70867 0.007694177) viscous : (-3.429991e-05 0.4236137 0.0001155836) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3048245 Cl = -0.0001824359 Cl(f) = -9.121797e-05 Cl(r) = -9.121797e-05 Time = 63 smoothSolver: Solving for Ux, Initial residual = 0.0002767063, Final residual = 1.51645e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002421274, Final residual = 8.246439e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001299502, Final residual = 4.839051e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006365113, Final residual = 0.0006182073, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008279611, Final residual = 6.95432e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002006695, Final residual = 1.698453e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.720535e-05, Final residual = 2.119885e-06, No Iterations 3 time step continuity errors : sum local = 3.425863e-07, global = -4.474448e-09, cumulative = 3.406455e-07 smoothSolver: Solving for omega, Initial residual = 3.729508e-05, Final residual = 2.3184e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005598073, Final residual = 1.429501e-05, No Iterations 2 ExecutionTime = 42.43 s ClockTime = 44 s forces forces output: sum of forces: pressure : (5.336727 -0.00450159 9.772345) viscous : (1.496287 -2.822281e-05 0.0740152) porous : (0 0 0) sum of moments: pressure : (0.002807615 -18.72421 0.00805003) viscous : (-3.512838e-05 0.4227566 0.0001172063) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.305038 Cl = -0.0002022189 Cl(f) = -0.0001011095 Cl(r) = -0.0001011095 Time = 64 smoothSolver: Solving for Ux, Initial residual = 0.0002713844, Final residual = 1.486778e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002386603, Final residual = 8.135854e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001258213, Final residual = 4.700154e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006270562, Final residual = 0.0006095255, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008148715, Final residual = 6.840124e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001982938, Final residual = 1.665749e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.633852e-05, Final residual = 2.054826e-06, No Iterations 3 time step continuity errors : sum local = 3.331032e-07, global = -9.466645e-10, cumulative = 3.396989e-07 smoothSolver: Solving for omega, Initial residual = 3.645815e-05, Final residual = 2.268175e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005427273, Final residual = 1.400841e-05, No Iterations 2 ExecutionTime = 43.08 s ClockTime = 45 s forces forces output: sum of forces: pressure : (5.348305 -0.004894531 9.772073) viscous : (1.489413 -2.766859e-05 0.07525787) porous : (0 0 0) sum of moments: pressure : (0.002941349 -18.73888 0.008389698) viscous : (-3.602871e-05 0.4218926 0.0001184922) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.305248 Cl = -0.0002197358 Cl(f) = -0.0001098679 Cl(r) = -0.0001098679 Time = 65 smoothSolver: Solving for Ux, Initial residual = 0.000266291, Final residual = 1.458192e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002351456, Final residual = 8.035648e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001218355, Final residual = 4.566513e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00617351, Final residual = 0.0006011938, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000802213, Final residual = 6.736803e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001962027, Final residual = 1.636397e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.559465e-05, Final residual = 1.997194e-06, No Iterations 3 time step continuity errors : sum local = 3.247443e-07, global = 3.103726e-09, cumulative = 3.428026e-07 smoothSolver: Solving for omega, Initial residual = 3.567995e-05, Final residual = 2.221733e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000526161, Final residual = 1.373164e-05, No Iterations 2 ExecutionTime = 43.73 s ClockTime = 45 s forces forces output: sum of forces: pressure : (5.359604 -0.005233493 9.77087) viscous : (1.482717 -2.702043e-05 0.07647924) porous : (0 0 0) sum of moments: pressure : (0.003056518 -18.75248 0.008707836) viscous : (-3.698871e-05 0.4210233 0.0001195265) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3054534 Cl = -0.0002348388 Cl(f) = -0.0001174194 Cl(r) = -0.0001174194 Time = 66 smoothSolver: Solving for Ux, Initial residual = 0.0002613545, Final residual = 1.431094e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002316218, Final residual = 7.943675e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001179878, Final residual = 4.435409e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006078684, Final residual = 0.0005935902, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007904261, Final residual = 6.645887e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001941888, Final residual = 1.610894e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.498433e-05, Final residual = 1.950089e-06, No Iterations 3 time step continuity errors : sum local = 3.180381e-07, global = 6.945809e-09, cumulative = 3.497484e-07 smoothSolver: Solving for omega, Initial residual = 3.493479e-05, Final residual = 2.177978e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00051017, Final residual = 1.346818e-05, No Iterations 2 ExecutionTime = 44.39 s ClockTime = 46 s forces forces output: sum of forces: pressure : (5.370627 -0.005572475 9.768941) viscous : (1.476195 -2.629904e-05 0.07767876) porous : (0 0 0) sum of moments: pressure : (0.003164149 -18.76479 0.009015122) viscous : (-3.796299e-05 0.4201505 0.0001202687) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3056544 Cl = -0.0002499393 Cl(f) = -0.0001249697 Cl(r) = -0.0001249697 Time = 67 smoothSolver: Solving for Ux, Initial residual = 0.0002565693, Final residual = 1.40545e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002282055, Final residual = 7.856106e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001142772, Final residual = 4.30815e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005989245, Final residual = 0.0005865298, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007797137, Final residual = 6.565749e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001922631, Final residual = 1.589063e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.448419e-05, Final residual = 1.915668e-06, No Iterations 3 time step continuity errors : sum local = 3.133516e-07, global = 1.095357e-08, cumulative = 3.60702e-07 smoothSolver: Solving for omega, Initial residual = 3.42114e-05, Final residual = 2.136629e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004947464, Final residual = 1.321865e-05, No Iterations 2 ExecutionTime = 45.04 s ClockTime = 47 s forces forces output: sum of forces: pressure : (5.381389 -0.006155701 9.766327) viscous : (1.469845 -2.551698e-05 0.07885578) porous : (0 0 0) sum of moments: pressure : (0.003348064 -18.77582 0.009466311) viscous : (-3.894175e-05 0.4192751 0.0001207371) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3058513 Cl = -0.0002759406 Cl(f) = -0.0001379703 Cl(r) = -0.0001379703 Time = 68 smoothSolver: Solving for Ux, Initial residual = 0.0002519967, Final residual = 1.381364e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002247748, Final residual = 7.769385e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001106836, Final residual = 4.184836e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005900881, Final residual = 0.0005794232, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00076838, Final residual = 6.496157e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001900874, Final residual = 1.570256e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.406677e-05, Final residual = 1.895051e-06, No Iterations 3 time step continuity errors : sum local = 3.10887e-07, global = 1.595322e-08, cumulative = 3.766552e-07 smoothSolver: Solving for omega, Initial residual = 3.351794e-05, Final residual = 2.09759e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004798296, Final residual = 1.29798e-05, No Iterations 2 ExecutionTime = 45.69 s ClockTime = 47 s forces forces output: sum of forces: pressure : (5.391893 -0.006820363 9.762843) viscous : (1.463661 -2.476614e-05 0.08000958) porous : (0 0 0) sum of moments: pressure : (0.003565761 -18.78573 0.009942216) viscous : (-3.990683e-05 0.4183985 0.0001209882) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3060442 Cl = -0.0003055788 Cl(f) = -0.0001527894 Cl(r) = -0.0001527894 Time = 69 smoothSolver: Solving for Ux, Initial residual = 0.000247578, Final residual = 1.359243e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002213504, Final residual = 7.685722e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001072357, Final residual = 4.065188e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005819857, Final residual = 0.0005717474, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007555912, Final residual = 6.435058e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001876291, Final residual = 1.554671e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.368054e-05, Final residual = 1.882819e-06, No Iterations 3 time step continuity errors : sum local = 3.097812e-07, global = 1.915183e-08, cumulative = 3.95807e-07 smoothSolver: Solving for omega, Initial residual = 3.287233e-05, Final residual = 2.061448e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004653877, Final residual = 1.275184e-05, No Iterations 2 ExecutionTime = 46.33 s ClockTime = 48 s forces forces output: sum of forces: pressure : (5.402154 -0.007421477 9.758202) viscous : (1.457641 -2.407577e-05 0.08113993) porous : (0 0 0) sum of moments: pressure : (0.003771965 -18.79476 0.0103519) viscous : (-4.085289e-05 0.4175217 0.0001210343) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3062335 Cl = -0.0003323828 Cl(f) = -0.0001661914 Cl(r) = -0.0001661914 Time = 70 smoothSolver: Solving for Ux, Initial residual = 0.0002433086, Final residual = 1.338306e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002180004, Final residual = 7.6032e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001039696, Final residual = 3.951256e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005751472, Final residual = 0.00056324, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007414584, Final residual = 6.368789e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001847981, Final residual = 1.537755e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.323314e-05, Final residual = 1.867324e-06, No Iterations 3 time step continuity errors : sum local = 3.081263e-07, global = 2.259697e-08, cumulative = 4.18404e-07 smoothSolver: Solving for omega, Initial residual = 3.229535e-05, Final residual = 2.028835e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004513871, Final residual = 1.253164e-05, No Iterations 2 ExecutionTime = 47 s ClockTime = 49 s forces forces output: sum of forces: pressure : (5.412195 -0.007892122 9.752294) viscous : (1.451778 -2.354772e-05 0.08224653) porous : (0 0 0) sum of moments: pressure : (0.003930148 -18.80303 0.01067933) viscous : (-4.172671e-05 0.4166459 0.0001210039) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3064201 Cl = -0.0003533697 Cl(f) = -0.0001766848 Cl(r) = -0.0001766848 Time = 71 smoothSolver: Solving for Ux, Initial residual = 0.0002391936, Final residual = 1.318316e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002146798, Final residual = 7.518544e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001008769, Final residual = 3.843148e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00569334, Final residual = 0.0005541754, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007269043, Final residual = 6.293275e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001816757, Final residual = 1.515864e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.266433e-05, Final residual = 1.832505e-06, No Iterations 3 time step continuity errors : sum local = 3.032567e-07, global = 2.430789e-08, cumulative = 4.427119e-07 smoothSolver: Solving for omega, Initial residual = 3.177995e-05, Final residual = 1.999868e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004378423, Final residual = 1.231992e-05, No Iterations 2 ExecutionTime = 47.67 s ClockTime = 49 s forces forces output: sum of forces: pressure : (5.422036 -0.008246244 9.74512) viscous : (1.44607 -2.318236e-05 0.083329) porous : (0 0 0) sum of moments: pressure : (0.004042137 -18.81065 0.01093256) viscous : (-4.251533e-05 0.415772 0.0001209006) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3066045 Cl = -0.000369162 Cl(f) = -0.000184581 Cl(r) = -0.000184581 Time = 72 smoothSolver: Solving for Ux, Initial residual = 0.0002352338, Final residual = 1.299708e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002114049, Final residual = 7.434163e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009789821, Final residual = 3.739542e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005644765, Final residual = 0.0005461009, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007126888, Final residual = 6.21986e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001786068, Final residual = 1.493793e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.207978e-05, Final residual = 1.789909e-06, No Iterations 3 time step continuity errors : sum local = 2.970498e-07, global = 2.482868e-08, cumulative = 4.675406e-07 smoothSolver: Solving for omega, Initial residual = 3.129712e-05, Final residual = 1.97318e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004247474, Final residual = 1.211626e-05, No Iterations 2 ExecutionTime = 48.32 s ClockTime = 50 s forces forces output: sum of forces: pressure : (5.431685 -0.008527827 9.736924) viscous : (1.440512 -2.298992e-05 0.08438682) porous : (0 0 0) sum of moments: pressure : (0.004122257 -18.81752 0.01112508) viscous : (-4.321694e-05 0.4149008 0.0001207583) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3067872 Cl = -0.0003817238 Cl(f) = -0.0001908619 Cl(r) = -0.0001908619 Time = 73 smoothSolver: Solving for Ux, Initial residual = 0.0002314266, Final residual = 1.28205e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002081988, Final residual = 7.351561e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009505255, Final residual = 3.637027e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005610012, Final residual = 0.0005392349, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007002111, Final residual = 6.160077e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001759044, Final residual = 1.475797e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.156299e-05, Final residual = 1.75129e-06, No Iterations 3 time step continuity errors : sum local = 2.914512e-07, global = 2.478389e-08, cumulative = 4.923245e-07 smoothSolver: Solving for omega, Initial residual = 3.081751e-05, Final residual = 1.94822e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004121237, Final residual = 1.192229e-05, No Iterations 2 ExecutionTime = 48.97 s ClockTime = 51 s forces forces output: sum of forces: pressure : (5.441148 -0.008779312 9.728068) viscous : (1.4351 -2.296752e-05 0.08541959) porous : (0 0 0) sum of moments: pressure : (0.004185198 -18.82361 0.01127553) viscous : (-4.382955e-05 0.414033 0.0001206105) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.306968 Cl = -0.0003929495 Cl(f) = -0.0001964748 Cl(r) = -0.0001964748 Time = 74 smoothSolver: Solving for Ux, Initial residual = 0.0002278188, Final residual = 1.265678e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002050989, Final residual = 7.271378e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009232871, Final residual = 3.535938e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005569784, Final residual = 0.0005337208, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006902294, Final residual = 6.120678e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001736053, Final residual = 1.462892e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.114881e-05, Final residual = 1.721586e-06, No Iterations 3 time step continuity errors : sum local = 2.873009e-07, global = 2.504313e-08, cumulative = 5.173676e-07 smoothSolver: Solving for omega, Initial residual = 3.03481e-05, Final residual = 1.924268e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004000075, Final residual = 1.174042e-05, No Iterations 2 ExecutionTime = 49.62 s ClockTime = 51 s forces forces output: sum of forces: pressure : (5.450424 -0.009034412 9.718883) viscous : (1.42983 -2.313033e-05 0.08642726) porous : (0 0 0) sum of moments: pressure : (0.004246442 -18.82882 0.01140515) viscous : (-4.439067e-05 0.41317 0.0001204668) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3071469 Cl = -0.0004043449 Cl(f) = -0.0002021725 Cl(r) = -0.0002021725 Time = 75 smoothSolver: Solving for Ux, Initial residual = 0.0002244042, Final residual = 1.250398e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002020678, Final residual = 7.189058e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008969397, Final residual = 3.436397e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005511905, Final residual = 0.0005284693, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006826536, Final residual = 6.095979e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001716254, Final residual = 1.452963e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.082418e-05, Final residual = 1.701375e-06, No Iterations 3 time step continuity errors : sum local = 2.846999e-07, global = 2.665295e-08, cumulative = 5.440206e-07 smoothSolver: Solving for omega, Initial residual = 2.988741e-05, Final residual = 1.900523e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003883355, Final residual = 1.156509e-05, No Iterations 2 ExecutionTime = 50.27 s ClockTime = 52 s forces forces output: sum of forces: pressure : (5.4595 -0.009248829 9.709448) viscous : (1.424699 -2.350174e-05 0.08741019) porous : (0 0 0) sum of moments: pressure : (0.004298922 -18.83311 0.01149197) viscous : (-4.489065e-05 0.4123128 0.0001203555) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.307323 Cl = -0.0004139335 Cl(f) = -0.0002069667 Cl(r) = -0.0002069667 Time = 76 smoothSolver: Solving for Ux, Initial residual = 0.0002210925, Final residual = 1.236024e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001991244, Final residual = 7.104582e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008714311, Final residual = 3.339628e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005432736, Final residual = 0.0005226271, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006755616, Final residual = 6.072095e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001694712, Final residual = 1.44175e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.050844e-05, Final residual = 1.688604e-06, No Iterations 3 time step continuity errors : sum local = 2.833062e-07, global = 1.397706e-08, cumulative = 5.579976e-07 smoothSolver: Solving for omega, Initial residual = 2.944198e-05, Final residual = 1.876838e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003770405, Final residual = 1.139263e-05, No Iterations 2 ExecutionTime = 50.93 s ClockTime = 53 s forces forces output: sum of forces: pressure : (5.468362 -0.009329825 9.70007) viscous : (1.419702 -2.415145e-05 0.08836883) porous : (0 0 0) sum of moments: pressure : (0.004302048 -18.83636 0.01148384) viscous : (-4.532934e-05 0.4114626 0.000120346) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3074955 Cl = -0.0004175782 Cl(f) = -0.0002087891 Cl(r) = -0.0002087891 Time = 77 smoothSolver: Solving for Ux, Initial residual = 0.000217835, Final residual = 1.222402e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001962068, Final residual = 7.023165e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000846918, Final residual = 3.247624e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005352102, Final residual = 0.0005154433, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006681328, Final residual = 6.048098e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001670478, Final residual = 1.431675e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.02143e-05, Final residual = 1.662605e-06, No Iterations 3 time step continuity errors : sum local = 2.796541e-07, global = 2.643848e-08, cumulative = 5.844361e-07 smoothSolver: Solving for omega, Initial residual = 2.899865e-05, Final residual = 1.852632e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003661025, Final residual = 1.122211e-05, No Iterations 2 ExecutionTime = 51.58 s ClockTime = 53 s forces forces output: sum of forces: pressure : (5.477038 -0.009314583 9.691059) viscous : (1.414837 -2.511558e-05 0.08930395) porous : (0 0 0) sum of moments: pressure : (0.004271477 -18.83851 0.01137116) viscous : (-4.570939e-05 0.4106207 0.0001204617) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3076656 Cl = -0.0004169409 Cl(f) = -0.0002084704 Cl(r) = -0.0002084704 Time = 78 smoothSolver: Solving for Ux, Initial residual = 0.000214652, Final residual = 1.209078e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001934478, Final residual = 6.947479e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008233873, Final residual = 3.160674e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005273285, Final residual = 0.0005069229, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006593421, Final residual = 6.012812e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001643488, Final residual = 1.422247e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.992121e-05, Final residual = 1.654151e-06, No Iterations 3 time step continuity errors : sum local = 2.789137e-07, global = 1.313548e-08, cumulative = 5.975716e-07 smoothSolver: Solving for omega, Initial residual = 2.855512e-05, Final residual = 1.826932e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003555152, Final residual = 1.105501e-05, No Iterations 2 ExecutionTime = 52.23 s ClockTime = 54 s forces forces output: sum of forces: pressure : (5.485547 -0.009279025 9.682299) viscous : (1.410098 -2.640528e-05 0.09021641) porous : (0 0 0) sum of moments: pressure : (0.00423897 -18.83943 0.01120056) viscous : (-4.603561e-05 0.4097882 0.0001206848) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.307834 Cl = -0.0004154111 Cl(f) = -0.0002077055 Cl(r) = -0.0002077055 Time = 79 smoothSolver: Solving for Ux, Initial residual = 0.0002115359, Final residual = 1.195786e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001908628, Final residual = 6.883496e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008009266, Final residual = 3.077863e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005200101, Final residual = 0.0004973182, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006493623, Final residual = 5.962655e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001612987, Final residual = 1.412573e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.959123e-05, Final residual = 1.631083e-06, No Iterations 3 time step continuity errors : sum local = 2.756862e-07, global = 2.163225e-08, cumulative = 6.192038e-07 smoothSolver: Solving for omega, Initial residual = 2.810586e-05, Final residual = 1.799813e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003452588, Final residual = 1.088927e-05, No Iterations 2 ExecutionTime = 52.88 s ClockTime = 55 s forces forces output: sum of forces: pressure : (5.493921 -0.009307382 9.673538) viscous : (1.405484 -2.795184e-05 0.09110709) porous : (0 0 0) sum of moments: pressure : (0.004231235 -18.83926 0.01101382) viscous : (-4.633453e-05 0.408966 0.0001209364) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3080018 Cl = -0.000416746 Cl(f) = -0.000208373 Cl(r) = -0.000208373 Time = 80 smoothSolver: Solving for Ux, Initial residual = 0.0002085599, Final residual = 1.182787e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001883715, Final residual = 6.820371e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007796504, Final residual = 2.999415e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005131169, Final residual = 0.0004868228, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006377543, Final residual = 5.888369e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001577885, Final residual = 1.397568e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.916242e-05, Final residual = 1.611547e-06, No Iterations 3 time step continuity errors : sum local = 2.730318e-07, global = 1.781772e-08, cumulative = 6.370215e-07 smoothSolver: Solving for omega, Initial residual = 2.765868e-05, Final residual = 1.771106e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003353273, Final residual = 1.072373e-05, No Iterations 2 ExecutionTime = 53.54 s ClockTime = 56 s forces forces output: sum of forces: pressure : (5.502167 -0.009403897 9.664397) viscous : (1.400989 -2.978333e-05 0.09197689) porous : (0 0 0) sum of moments: pressure : (0.004249559 -18.83803 0.0108299) viscous : (-4.662334e-05 0.4081553 0.0001211959) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3081693 Cl = -0.0004211364 Cl(f) = -0.0002105682 Cl(r) = -0.0002105682 Time = 81 smoothSolver: Solving for Ux, Initial residual = 0.0002057649, Final residual = 1.16994e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001859471, Final residual = 6.757984e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007594756, Final residual = 2.926197e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005071018, Final residual = 0.0004754919, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000625691, Final residual = 5.783279e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001536885, Final residual = 1.374482e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.858086e-05, Final residual = 1.583025e-06, No Iterations 3 time step continuity errors : sum local = 2.688219e-07, global = 1.157126e-08, cumulative = 6.485928e-07 smoothSolver: Solving for omega, Initial residual = 2.722741e-05, Final residual = 1.741494e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003256724, Final residual = 1.055557e-05, No Iterations 2 ExecutionTime = 54.19 s ClockTime = 56 s forces forces output: sum of forces: pressure : (5.510288 -0.009522199 9.654728) viscous : (1.396611 -3.176559e-05 0.09282696) porous : (0 0 0) sum of moments: pressure : (0.00427394 -18.83582 0.0106318) viscous : (-4.696844e-05 0.4073571 0.0001214251) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3083364 Cl = -0.0004265061 Cl(f) = -0.000213253 Cl(r) = -0.000213253 Time = 82 smoothSolver: Solving for Ux, Initial residual = 0.0002030908, Final residual = 1.157477e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001835945, Final residual = 6.696125e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007403708, Final residual = 2.858608e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00502604, Final residual = 0.0004636001, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006144068, Final residual = 5.654195e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001492211, Final residual = 1.344051e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.785486e-05, Final residual = 1.552559e-06, No Iterations 3 time step continuity errors : sum local = 2.642412e-07, global = 3.331263e-09, cumulative = 6.519241e-07 smoothSolver: Solving for omega, Initial residual = 2.679904e-05, Final residual = 1.712484e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003163568, Final residual = 1.038777e-05, No Iterations 2 ExecutionTime = 54.85 s ClockTime = 57 s forces forces output: sum of forces: pressure : (5.518274 -0.009629785 9.644544) viscous : (1.392347 -3.384562e-05 0.09365838) porous : (0 0 0) sum of moments: pressure : (0.004295488 -18.83255 0.01040637) viscous : (-4.73315e-05 0.4065724 0.0001215457) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3085025 Cl = -0.0004314018 Cl(f) = -0.0002157009 Cl(r) = -0.0002157009 Time = 83 smoothSolver: Solving for Ux, Initial residual = 0.0002005191, Final residual = 1.145224e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001813362, Final residual = 6.639003e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007222991, Final residual = 2.797332e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004985659, Final residual = 0.0004522689, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006045209, Final residual = 5.521507e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001447722, Final residual = 1.311781e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.709048e-05, Final residual = 1.525613e-06, No Iterations 3 time step continuity errors : sum local = 2.602239e-07, global = 9.360829e-09, cumulative = 6.612849e-07 smoothSolver: Solving for omega, Initial residual = 2.637115e-05, Final residual = 1.684088e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003074036, Final residual = 1.022257e-05, No Iterations 2 ExecutionTime = 55.5 s ClockTime = 57 s forces forces output: sum of forces: pressure : (5.526137 -0.009698756 9.633713) viscous : (1.388193 -3.598685e-05 0.09447169) porous : (0 0 0) sum of moments: pressure : (0.004305402 -18.82821 0.01014725) viscous : (-4.771012e-05 0.4058015 0.0001215372) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3086681 Cl = -0.0004345764 Cl(f) = -0.0002172882 Cl(r) = -0.0002172882 Time = 84 smoothSolver: Solving for Ux, Initial residual = 0.0001981053, Final residual = 1.132609e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001791314, Final residual = 6.584193e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007052163, Final residual = 2.740416e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004942466, Final residual = 0.0004419156, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005965598, Final residual = 5.400587e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001406819, Final residual = 1.280777e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.637513e-05, Final residual = 1.459212e-06, No Iterations 3 time step continuity errors : sum local = 2.494306e-07, global = 6.667344e-10, cumulative = 6.619516e-07 smoothSolver: Solving for omega, Initial residual = 2.595051e-05, Final residual = 1.655653e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002988374, Final residual = 1.006186e-05, No Iterations 2 ExecutionTime = 56.14 s ClockTime = 58 s forces forces output: sum of forces: pressure : (5.533884 -0.00973991 9.622025) viscous : (1.384144 -3.825271e-05 0.09526699) porous : (0 0 0) sum of moments: pressure : (0.004307594 -18.82283 0.009850238) viscous : (-4.799437e-05 0.4050441 0.0001213718) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3088332 Cl = -0.0004365147 Cl(f) = -0.0002182573 Cl(r) = -0.0002182573 Time = 85 smoothSolver: Solving for Ux, Initial residual = 0.0001958603, Final residual = 1.119603e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001770007, Final residual = 6.529955e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006891817, Final residual = 2.687078e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00489993, Final residual = 0.0004341937, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000589798, Final residual = 5.285584e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001368596, Final residual = 1.254053e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.572648e-05, Final residual = 1.469598e-06, No Iterations 3 time step continuity errors : sum local = 2.517444e-07, global = 1.256652e-08, cumulative = 6.745182e-07 smoothSolver: Solving for omega, Initial residual = 2.554187e-05, Final residual = 1.628168e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002906172, Final residual = 9.903511e-06, No Iterations 2 ExecutionTime = 56.79 s ClockTime = 59 s forces forces output: sum of forces: pressure : (5.541538 -0.009760746 9.60919) viscous : (1.380197 -4.059978e-05 0.09604452) porous : (0 0 0) sum of moments: pressure : (0.004298944 -18.8164 0.009512417) viscous : (-4.825649e-05 0.4043003 0.0001211652) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3089987 Cl = -0.0004375496 Cl(f) = -0.0002187748 Cl(r) = -0.0002187748 Time = 86 smoothSolver: Solving for Ux, Initial residual = 0.0001937394, Final residual = 1.106503e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001750319, Final residual = 6.47472e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006741365, Final residual = 2.636282e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004856468, Final residual = 0.000428369, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005831166, Final residual = 5.173078e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001334908, Final residual = 1.230885e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.515413e-05, Final residual = 1.403054e-06, No Iterations 3 time step continuity errors : sum local = 2.408577e-07, global = 6.723453e-09, cumulative = 6.812416e-07 smoothSolver: Solving for omega, Initial residual = 2.51499e-05, Final residual = 1.601628e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002827043, Final residual = 9.751724e-06, No Iterations 2 ExecutionTime = 57.44 s ClockTime = 59 s forces forces output: sum of forces: pressure : (5.549096 -0.009757417 9.595168) viscous : (1.37635 -4.298568e-05 0.09680472) porous : (0 0 0) sum of moments: pressure : (0.004271592 -18.80906 0.009168902) viscous : (-4.850716e-05 0.40357 0.0001208874) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3091643 Cl = -0.0004375075 Cl(f) = -0.0002187538 Cl(r) = -0.0002187538 Time = 87 smoothSolver: Solving for Ux, Initial residual = 0.0001917717, Final residual = 1.093039e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001732673, Final residual = 6.423365e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006600516, Final residual = 2.587828e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004806794, Final residual = 0.0004231744, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005773406, Final residual = 5.05398e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001304455, Final residual = 1.204414e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.460155e-05, Final residual = 1.370214e-06, No Iterations 3 time step continuity errors : sum local = 2.357166e-07, global = 5.53783e-09, cumulative = 6.867794e-07 smoothSolver: Solving for omega, Initial residual = 2.477237e-05, Final residual = 1.575192e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002750556, Final residual = 9.60263e-06, No Iterations 2 ExecutionTime = 58.09 s ClockTime = 60 s forces forces output: sum of forces: pressure : (5.556563 -0.009752901 9.579968) viscous : (1.372599 -4.53743e-05 0.09754797) porous : (0 0 0) sum of moments: pressure : (0.004243402 -18.80092 0.008846279) viscous : (-4.874219e-05 0.4028535 0.0001205155) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3093302 Cl = -0.0004374126 Cl(f) = -0.0002187063 Cl(r) = -0.0002187063 Time = 88 smoothSolver: Solving for Ux, Initial residual = 0.0001899737, Final residual = 1.079445e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001716765, Final residual = 6.376741e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006468854, Final residual = 2.541604e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00474875, Final residual = 0.0004173805, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005718441, Final residual = 4.930557e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001275327, Final residual = 1.170478e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.399788e-05, Final residual = 1.391954e-06, No Iterations 3 time step continuity errors : sum local = 2.399414e-07, global = -8.305818e-10, cumulative = 6.859489e-07 smoothSolver: Solving for omega, Initial residual = 2.439965e-05, Final residual = 1.547786e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000267639, Final residual = 9.457405e-06, No Iterations 2 ExecutionTime = 58.74 s ClockTime = 61 s forces forces output: sum of forces: pressure : (5.563951 -0.009750014 9.563711) viscous : (1.368942 -4.776292e-05 0.09827462) porous : (0 0 0) sum of moments: pressure : (0.004222592 -18.79213 0.00854127) viscous : (-4.894805e-05 0.4021509 0.0001200599) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3094967 Cl = -0.0004373903 Cl(f) = -0.0002186952 Cl(r) = -0.0002186952 Time = 89 smoothSolver: Solving for Ux, Initial residual = 0.0001883363, Final residual = 1.065473e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001702832, Final residual = 6.334228e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006344437, Final residual = 2.498332e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004689574, Final residual = 0.0004114733, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005657817, Final residual = 4.808396e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001247693, Final residual = 1.146609e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.3529e-05, Final residual = 1.385346e-06, No Iterations 3 time step continuity errors : sum local = 2.392905e-07, global = -3.514986e-09, cumulative = 6.824339e-07 smoothSolver: Solving for omega, Initial residual = 2.401754e-05, Final residual = 1.519935e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002604382, Final residual = 9.312967e-06, No Iterations 2 ExecutionTime = 59.38 s ClockTime = 61 s forces forces output: sum of forces: pressure : (5.571271 -0.009720501 9.546317) viscous : (1.365375 -5.010111e-05 0.09898491) porous : (0 0 0) sum of moments: pressure : (0.004199279 -18.78275 0.008220911) viscous : (-4.915122e-05 0.4014621 0.0001195126) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3096643 Cl = -0.0004361772 Cl(f) = -0.0002180886 Cl(r) = -0.0002180886 Time = 90 smoothSolver: Solving for Ux, Initial residual = 0.0001868529, Final residual = 1.051448e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001690499, Final residual = 6.298369e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006227266, Final residual = 2.457407e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004630168, Final residual = 0.0004053192, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000559049, Final residual = 4.691623e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001220887, Final residual = 1.128295e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.313466e-05, Final residual = 1.383505e-06, No Iterations 3 time step continuity errors : sum local = 2.394537e-07, global = -6.579522e-09, cumulative = 6.758543e-07 smoothSolver: Solving for omega, Initial residual = 2.361881e-05, Final residual = 1.491555e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002533919, Final residual = 9.169722e-06, No Iterations 2 ExecutionTime = 60.04 s ClockTime = 62 s forces forces output: sum of forces: pressure : (5.578541 -0.009627896 9.527772) viscous : (1.361897 -5.239613e-05 0.09967923) porous : (0 0 0) sum of moments: pressure : (0.004156757 -18.77278 0.007860913) viscous : (-4.934348e-05 0.4007874 0.0001188937) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3098335 Cl = -0.0004321456 Cl(f) = -0.0002160728 Cl(r) = -0.0002160728 Time = 91 smoothSolver: Solving for Ux, Initial residual = 0.0001854925, Final residual = 1.037443e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001679857, Final residual = 6.268885e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006116979, Final residual = 2.417438e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00456101, Final residual = 0.000399166, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005512896, Final residual = 4.580398e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001196396, Final residual = 1.093775e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.259912e-05, Final residual = 1.317577e-06, No Iterations 3 time step continuity errors : sum local = 2.28488e-07, global = -6.8742e-10, cumulative = 6.751669e-07 smoothSolver: Solving for omega, Initial residual = 2.320925e-05, Final residual = 1.462926e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002464991, Final residual = 9.029404e-06, No Iterations 2 ExecutionTime = 60.72 s ClockTime = 63 s forces forces output: sum of forces: pressure : (5.58577 -0.009492249 9.507984) viscous : (1.358504 -5.460708e-05 0.1003578) porous : (0 0 0) sum of moments: pressure : (0.004099367 -18.76223 0.007471308) viscous : (-4.953138e-05 0.4001268 0.0001182033) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3100048 Cl = -0.0004261888 Cl(f) = -0.0002130944 Cl(r) = -0.0002130944 Time = 92 smoothSolver: Solving for Ux, Initial residual = 0.0001841831, Final residual = 1.023423e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001670748, Final residual = 6.245878e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006013257, Final residual = 2.378731e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004490963, Final residual = 0.000392713, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005426407, Final residual = 4.473342e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001173502, Final residual = 1.075221e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.221596e-05, Final residual = 1.306707e-06, No Iterations 3 time step continuity errors : sum local = 2.270363e-07, global = -2.905031e-09, cumulative = 6.722619e-07 smoothSolver: Solving for omega, Initial residual = 2.279716e-05, Final residual = 1.434191e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002397993, Final residual = 8.889774e-06, No Iterations 2 ExecutionTime = 61.36 s ClockTime = 64 s forces forces output: sum of forces: pressure : (5.592958 -0.009343353 9.486858) viscous : (1.355196 -5.672084e-05 0.1010209) porous : (0 0 0) sum of moments: pressure : (0.004028544 -18.75112 0.007069664) viscous : (-4.970094e-05 0.3994805 0.0001174592) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3101781 Cl = -0.0004196361 Cl(f) = -0.0002098181 Cl(r) = -0.0002098181 Time = 93 smoothSolver: Solving for Ux, Initial residual = 0.0001829172, Final residual = 1.009009e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00166261, Final residual = 6.226263e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000591566, Final residual = 2.341926e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004427, Final residual = 0.0003855437, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005342082, Final residual = 4.363265e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001151685, Final residual = 1.057391e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.184151e-05, Final residual = 1.298006e-06, No Iterations 3 time step continuity errors : sum local = 2.259373e-07, global = -5.45354e-09, cumulative = 6.668084e-07 smoothSolver: Solving for omega, Initial residual = 2.238877e-05, Final residual = 1.405978e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000233326, Final residual = 8.752968e-06, No Iterations 2 ExecutionTime = 62.01 s ClockTime = 64 s forces forces output: sum of forces: pressure : (5.600118 -0.009228223 9.464328) viscous : (1.35197 -5.873704e-05 0.1016684) porous : (0 0 0) sum of moments: pressure : (0.003965846 -18.73966 0.006695016) viscous : (-4.983701e-05 0.3988484 0.0001166401) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3103537 Cl = -0.0004145865 Cl(f) = -0.0002072933 Cl(r) = -0.0002072933 Time = 94 smoothSolver: Solving for Ux, Initial residual = 0.0001817301, Final residual = 9.9415e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001655843, Final residual = 6.205104e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005824053, Final residual = 2.304181e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004382478, Final residual = 0.0003779499, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005266516, Final residual = 4.269104e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001134525, Final residual = 1.043201e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.154375e-05, Final residual = 1.220489e-06, No Iterations 3 time step continuity errors : sum local = 2.128182e-07, global = 2.466854e-10, cumulative = 6.67055e-07 smoothSolver: Solving for omega, Initial residual = 2.199228e-05, Final residual = 1.378631e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002271082, Final residual = 8.619784e-06, No Iterations 2 ExecutionTime = 62.66 s ClockTime = 65 s forces forces output: sum of forces: pressure : (5.607259 -0.009108087 9.440397) viscous : (1.348824 -6.068352e-05 0.1023006) porous : (0 0 0) sum of moments: pressure : (0.003890391 -18.72791 0.0063423) viscous : (-4.994039e-05 0.3982305 0.0001157388) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.310532 Cl = -0.0004093104 Cl(f) = -0.0002046552 Cl(r) = -0.0002046552 Time = 95 smoothSolver: Solving for Ux, Initial residual = 0.0001806115, Final residual = 9.790115e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001650952, Final residual = 6.187719e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005737191, Final residual = 2.264075e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004347534, Final residual = 0.0003704544, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005200853, Final residual = 4.182586e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001119736, Final residual = 1.031119e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.132323e-05, Final residual = 1.213434e-06, No Iterations 3 time step continuity errors : sum local = 2.119493e-07, global = -3.165274e-09, cumulative = 6.638898e-07 smoothSolver: Solving for omega, Initial residual = 2.161154e-05, Final residual = 1.352084e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002211463, Final residual = 8.486852e-06, No Iterations 2 ExecutionTime = 63.32 s ClockTime = 66 s forces forces output: sum of forces: pressure : (5.614369 -0.00897319 9.415363) viscous : (1.345757 -6.255648e-05 0.1029174) porous : (0 0 0) sum of moments: pressure : (0.003781282 -18.71588 0.006011673) viscous : (-5.001384e-05 0.3976265 0.000114769) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3107125 Cl = -0.0004033719 Cl(f) = -0.000201686 Cl(r) = -0.000201686 Time = 96 smoothSolver: Solving for Ux, Initial residual = 0.0001795878, Final residual = 9.63499e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001647186, Final residual = 6.16868e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000565426, Final residual = 2.223723e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004313583, Final residual = 0.0003636837, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005147942, Final residual = 4.088028e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000110543, Final residual = 1.016415e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.108396e-05, Final residual = 1.196124e-06, No Iterations 3 time step continuity errors : sum local = 2.092794e-07, global = -4.080887e-09, cumulative = 6.598089e-07 smoothSolver: Solving for omega, Initial residual = 2.123528e-05, Final residual = 1.326809e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002153913, Final residual = 8.355925e-06, No Iterations 2 ExecutionTime = 63.97 s ClockTime = 66 s forces forces output: sum of forces: pressure : (5.621405 -0.008796856 9.389472) viscous : (1.342765 -6.436054e-05 0.103519) porous : (0 0 0) sum of moments: pressure : (0.003639292 -18.70336 0.00570002) viscous : (-5.005522e-05 0.3970363 0.0001137539) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.310893 Cl = -0.0003955806 Cl(f) = -0.0001977903 Cl(r) = -0.0001977903 Time = 97 smoothSolver: Solving for Ux, Initial residual = 0.0001785934, Final residual = 9.4738e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001644043, Final residual = 6.147477e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005575363, Final residual = 2.18161e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004284533, Final residual = 0.0003571098, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005090471, Final residual = 3.98599e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001091268, Final residual = 9.986597e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.079988e-05, Final residual = 1.17471e-06, No Iterations 3 time step continuity errors : sum local = 2.058881e-07, global = -4.695683e-09, cumulative = 6.551132e-07 smoothSolver: Solving for omega, Initial residual = 2.08643e-05, Final residual = 1.302481e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002098074, Final residual = 8.225632e-06, No Iterations 2 ExecutionTime = 64.62 s ClockTime = 67 s forces forces output: sum of forces: pressure : (5.628331 -0.008545708 9.362882) viscous : (1.339848 -6.612956e-05 0.1041055) porous : (0 0 0) sum of moments: pressure : (0.003469733 -18.69017 0.005397898) viscous : (-5.003178e-05 0.3964596 0.0001127223) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.311072 Cl = -0.0003844478 Cl(f) = -0.0001922239 Cl(r) = -0.0001922239 Time = 98 smoothSolver: Solving for Ux, Initial residual = 0.0001775878, Final residual = 9.305469e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0016407, Final residual = 6.121786e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005500611, Final residual = 2.137999e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00426539, Final residual = 0.0003505369, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005030688, Final residual = 3.883714e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001075565, Final residual = 9.792641e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.046714e-05, Final residual = 1.149838e-06, No Iterations 3 time step continuity errors : sum local = 2.018774e-07, global = -5.17609e-09, cumulative = 6.499371e-07 smoothSolver: Solving for omega, Initial residual = 2.049677e-05, Final residual = 1.279512e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002043857, Final residual = 8.09654e-06, No Iterations 2 ExecutionTime = 65.27 s ClockTime = 68 s forces forces output: sum of forces: pressure : (5.635135 -0.008275843 9.335492) viscous : (1.337002 -6.784683e-05 0.104677) porous : (0 0 0) sum of moments: pressure : (0.00331035 -18.6763 0.005109031) viscous : (-4.99582e-05 0.3958961 0.0001116781) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3112487 Cl = -0.0003724772 Cl(f) = -0.0001862386 Cl(r) = -0.0001862386 Time = 99 smoothSolver: Solving for Ux, Initial residual = 0.0001765752, Final residual = 9.132143e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001637068, Final residual = 6.092559e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005429026, Final residual = 2.093412e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004254773, Final residual = 0.0003443396, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004961599, Final residual = 3.780513e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001059325, Final residual = 9.587285e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.00689e-05, Final residual = 1.123916e-06, No Iterations 3 time step continuity errors : sum local = 1.976652e-07, global = -5.537146e-09, cumulative = 6.444e-07 smoothSolver: Solving for omega, Initial residual = 2.01346e-05, Final residual = 1.257933e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001991714, Final residual = 7.968112e-06, No Iterations 2 ExecutionTime = 65.91 s ClockTime = 68 s forces forces output: sum of forces: pressure : (5.641813 -0.007968208 9.307077) viscous : (1.334226 -6.951769e-05 0.1052338) porous : (0 0 0) sum of moments: pressure : (0.00315878 -18.66181 0.004833688) viscous : (-4.984409e-05 0.3953456 0.0001106207) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3114229 Cl = -0.0003588185 Cl(f) = -0.0001794092 Cl(r) = -0.0001794092 Time = 100 smoothSolver: Solving for Ux, Initial residual = 0.0001755704, Final residual = 8.959328e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001634003, Final residual = 6.058453e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005359116, Final residual = 2.048359e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004249438, Final residual = 0.0003390057, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004896591, Final residual = 3.682107e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001043542, Final residual = 9.390111e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.966902e-05, Final residual = 1.098976e-06, No Iterations 3 time step continuity errors : sum local = 1.936107e-07, global = -5.827459e-09, cumulative = 6.385725e-07 smoothSolver: Solving for omega, Initial residual = 1.978818e-05, Final residual = 1.237376e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001941875, Final residual = 7.838849e-06, No Iterations 2 ExecutionTime = 66.57 s ClockTime = 69 s forces forces output: sum of forces: pressure : (5.648364 -0.007642396 9.277596) viscous : (1.331518 -7.115064e-05 0.1057761) porous : (0 0 0) sum of moments: pressure : (0.003013944 -18.64685 0.00457453) viscous : (-4.970056e-05 0.3948081 0.0001095453) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3115944 Cl = -0.0003443465 Cl(f) = -0.0001721733 Cl(r) = -0.0001721733 Time = 101 smoothSolver: Solving for Ux, Initial residual = 0.0001745983, Final residual = 8.788571e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001631419, Final residual = 6.027052e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005289976, Final residual = 2.003712e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004245029, Final residual = 0.000334027, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004825816, Final residual = 3.564968e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001024214, Final residual = 9.076764e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.907622e-05, Final residual = 1.132498e-06, No Iterations 3 time step continuity errors : sum local = 1.99857e-07, global = -7.863094e-09, cumulative = 6.307094e-07 smoothSolver: Solving for omega, Initial residual = 1.945991e-05, Final residual = 1.217776e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001893838, Final residual = 7.710665e-06, No Iterations 2 ExecutionTime = 67.23 s ClockTime = 70 s forces forces output: sum of forces: pressure : (5.654769 -0.00730394 9.247043) viscous : (1.328877 -7.275614e-05 0.1063044) porous : (0 0 0) sum of moments: pressure : (0.002875123 -18.63154 0.00434463) viscous : (-4.952658e-05 0.3942835 0.0001084465) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3117624 Cl = -0.0003293089 Cl(f) = -0.0001646545 Cl(r) = -0.0001646545 Time = 102 smoothSolver: Solving for Ux, Initial residual = 0.0001736483, Final residual = 8.620946e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00162896, Final residual = 5.997903e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005223945, Final residual = 1.960703e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004235157, Final residual = 0.0003296022, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004758916, Final residual = 3.470935e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001005239, Final residual = 8.886225e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.86724e-05, Final residual = 1.113664e-06, No Iterations 3 time step continuity errors : sum local = 1.968748e-07, global = -7.689859e-09, cumulative = 6.230196e-07 smoothSolver: Solving for omega, Initial residual = 1.914198e-05, Final residual = 1.198817e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001847106, Final residual = 7.58185e-06, No Iterations 2 ExecutionTime = 67.89 s ClockTime = 70 s forces forces output: sum of forces: pressure : (5.661019 -0.006979893 9.215417) viscous : (1.326299 -7.42939e-05 0.1068192) porous : (0 0 0) sum of moments: pressure : (0.002739421 -18.6159 0.004153045) viscous : (-4.934427e-05 0.3937716 0.0001072927) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3119264 Cl = -0.0003149116 Cl(f) = -0.0001574558 Cl(r) = -0.0001574558 Time = 103 smoothSolver: Solving for Ux, Initial residual = 0.0001726926, Final residual = 8.454676e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001626296, Final residual = 5.974e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005161236, Final residual = 1.919074e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004224912, Final residual = 0.0003256375, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004690927, Final residual = 3.382307e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.867846e-05, Final residual = 8.708943e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.832563e-05, Final residual = 1.112437e-06, No Iterations 3 time step continuity errors : sum local = 1.970012e-07, global = -6.991035e-09, cumulative = 6.160285e-07 smoothSolver: Solving for omega, Initial residual = 1.883644e-05, Final residual = 1.180554e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00018013, Final residual = 7.452424e-06, No Iterations 2 ExecutionTime = 68.54 s ClockTime = 71 s forces forces output: sum of forces: pressure : (5.6671 -0.006668434 9.18292) viscous : (1.323783 -7.569757e-05 0.1073211) porous : (0 0 0) sum of moments: pressure : (0.002605914 -18.59987 0.003993078) viscous : (-4.916949e-05 0.3932726 0.0001060791) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3120855 Cl = -0.0003010701 Cl(f) = -0.0001505351 Cl(r) = -0.0001505351 Time = 104 smoothSolver: Solving for Ux, Initial residual = 0.0001717648, Final residual = 8.291973e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001623693, Final residual = 5.953061e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005100436, Final residual = 1.878129e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004216902, Final residual = 0.0003220409, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004618242, Final residual = 3.305464e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.706254e-05, Final residual = 8.553035e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.802714e-05, Final residual = 1.105766e-06, No Iterations 3 time step continuity errors : sum local = 1.961681e-07, global = -6.718152e-09, cumulative = 6.093104e-07 smoothSolver: Solving for omega, Initial residual = 1.854136e-05, Final residual = 1.162759e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001756602, Final residual = 7.321895e-06, No Iterations 2 ExecutionTime = 69.19 s ClockTime = 72 s forces forces output: sum of forces: pressure : (5.672999 -0.006339232 9.149694) viscous : (1.321328 -7.686624e-05 0.1078105) porous : (0 0 0) sum of moments: pressure : (0.002476506 -18.58334 0.003835901) viscous : (-4.903168e-05 0.3927863 0.0001047348) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3122393 Cl = -0.0002864261 Cl(f) = -0.0001432131 Cl(r) = -0.0001432131 Time = 105 smoothSolver: Solving for Ux, Initial residual = 0.0001708739, Final residual = 8.133068e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001620857, Final residual = 5.933746e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005042302, Final residual = 1.8381e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004196785, Final residual = 0.0003177642, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004536074, Final residual = 3.230852e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.524369e-05, Final residual = 8.394048e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.774618e-05, Final residual = 1.121002e-06, No Iterations 3 time step continuity errors : sum local = 1.992207e-07, global = -1.059487e-08, cumulative = 5.987155e-07 smoothSolver: Solving for omega, Initial residual = 1.825148e-05, Final residual = 1.144699e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001713018, Final residual = 7.189674e-06, No Iterations 2 ExecutionTime = 69.83 s ClockTime = 72 s forces forces output: sum of forces: pressure : (5.678697 -0.005985362 9.115814) viscous : (1.318931 -7.800787e-05 0.1082875) porous : (0 0 0) sum of moments: pressure : (0.002355429 -18.56618 0.003671878) viscous : (-4.885037e-05 0.3923122 0.000103348) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3123866 Cl = -0.0002706797 Cl(f) = -0.0001353398 Cl(r) = -0.0001353398 Time = 106 smoothSolver: Solving for Ux, Initial residual = 0.0001699575, Final residual = 7.981309e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001617054, Final residual = 5.913806e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004986042, Final residual = 1.799218e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004158617, Final residual = 0.0003128643, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004452863, Final residual = 3.166114e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.34991e-05, Final residual = 8.230233e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.748104e-05, Final residual = 1.110265e-06, No Iterations 3 time step continuity errors : sum local = 1.9765e-07, global = -1.05706e-08, cumulative = 5.881449e-07 smoothSolver: Solving for omega, Initial residual = 1.796562e-05, Final residual = 1.126892e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001670703, Final residual = 7.057424e-06, No Iterations 2 ExecutionTime = 70.49 s ClockTime = 73 s forces forces output: sum of forces: pressure : (5.684187 -0.005644385 9.081265) viscous : (1.316589 -7.918427e-05 0.1087524) porous : (0 0 0) sum of moments: pressure : (0.002237494 -18.54831 0.003518446) viscous : (-4.861393e-05 0.3918501 0.0001019477) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3125272 Cl = -0.0002555104 Cl(f) = -0.0001277552 Cl(r) = -0.0001277552 Time = 107 smoothSolver: Solving for Ux, Initial residual = 0.0001690158, Final residual = 7.834359e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001612307, Final residual = 5.89333e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004929293, Final residual = 1.761806e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004100986, Final residual = 0.0003079261, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004376561, Final residual = 3.104328e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.186286e-05, Final residual = 8.082627e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.72452e-05, Final residual = 1.101432e-06, No Iterations 3 time step continuity errors : sum local = 1.964064e-07, global = -1.040329e-08, cumulative = 5.777416e-07 smoothSolver: Solving for omega, Initial residual = 1.76832e-05, Final residual = 1.109071e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001629504, Final residual = 6.925235e-06, No Iterations 2 ExecutionTime = 71.14 s ClockTime = 74 s forces forces output: sum of forces: pressure : (5.689451 -0.005374515 9.046155) viscous : (1.314302 -8.007941e-05 0.1092055) porous : (0 0 0) sum of moments: pressure : (0.002118077 -18.52981 0.003378985) viscous : (-4.848746e-05 0.3913998 0.0001003839) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3126601 Cl = -0.0002435029 Cl(f) = -0.0001217514 Cl(r) = -0.0001217514 Time = 108 smoothSolver: Solving for Ux, Initial residual = 0.0001680278, Final residual = 7.69e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001607, Final residual = 5.871639e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004873059, Final residual = 1.725647e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004025881, Final residual = 0.0003033452, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004310122, Final residual = 3.048451e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.035026e-05, Final residual = 7.95478e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.704408e-05, Final residual = 1.096564e-06, No Iterations 3 time step continuity errors : sum local = 1.958626e-07, global = -1.10235e-08, cumulative = 5.667181e-07 smoothSolver: Solving for omega, Initial residual = 1.740332e-05, Final residual = 1.091411e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001589508, Final residual = 6.796095e-06, No Iterations 2 ExecutionTime = 71.78 s ClockTime = 74 s forces forces output: sum of forces: pressure : (5.694468 -0.005224987 9.010576) viscous : (1.312066 -8.106669e-05 0.1096471) porous : (0 0 0) sum of moments: pressure : (0.002035224 -18.51086 0.003256674) viscous : (-4.827926e-05 0.3909608 9.879861e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3127842 Cl = -0.0002368717 Cl(f) = -0.0001184359 Cl(r) = -0.0001184359 Time = 109 smoothSolver: Solving for Ux, Initial residual = 0.0001670072, Final residual = 7.550302e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001601784, Final residual = 5.843641e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004818223, Final residual = 1.691062e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003941376, Final residual = 0.0002992701, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004255199, Final residual = 2.961937e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.874981e-05, Final residual = 7.76769e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.681562e-05, Final residual = 1.023833e-06, No Iterations 3 time step continuity errors : sum local = 1.831644e-07, global = -2.907962e-09, cumulative = 5.638101e-07 smoothSolver: Solving for omega, Initial residual = 1.712794e-05, Final residual = 1.073975e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001550508, Final residual = 6.668503e-06, No Iterations 2 ExecutionTime = 72.43 s ClockTime = 75 s forces forces output: sum of forces: pressure : (5.699211 -0.005182545 8.974343) viscous : (1.30988 -8.220407e-05 0.1100768) porous : (0 0 0) sum of moments: pressure : (0.002001886 -18.49154 0.003157596) viscous : (-4.798217e-05 0.3905328 9.72115e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3128984 Cl = -0.0002350278 Cl(f) = -0.0001175139 Cl(r) = -0.0001175139 Time = 110 smoothSolver: Solving for Ux, Initial residual = 0.0001659942, Final residual = 7.417354e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00159664, Final residual = 5.814038e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004764537, Final residual = 1.658678e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00385917, Final residual = 0.0002954538, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004207652, Final residual = 2.913844e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.786399e-05, Final residual = 7.656404e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.669777e-05, Final residual = 1.013564e-06, No Iterations 3 time step continuity errors : sum local = 1.816085e-07, global = -1.842583e-09, cumulative = 5.619676e-07 smoothSolver: Solving for omega, Initial residual = 1.685547e-05, Final residual = 1.056575e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001512448, Final residual = 6.54274e-06, No Iterations 2 ExecutionTime = 73.1 s ClockTime = 76 s forces forces output: sum of forces: pressure : (5.703638 -0.005209808 8.937207) viscous : (1.30774 -8.352208e-05 0.1104948) porous : (0 0 0) sum of moments: pressure : (0.002006476 -18.47175 0.003084597) viscous : (-4.759545e-05 0.3901155 9.56849e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3130005 Cl = -0.0002363037 Cl(f) = -0.0001181519 Cl(r) = -0.0001181519 Time = 111 smoothSolver: Solving for Ux, Initial residual = 0.0001649831, Final residual = 7.292772e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001591415, Final residual = 5.781843e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004711666, Final residual = 1.627519e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003782794, Final residual = 0.0002922267, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004161143, Final residual = 2.873284e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.730071e-05, Final residual = 7.576615e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.664348e-05, Final residual = 1.001205e-06, No Iterations 3 time step continuity errors : sum local = 1.796603e-07, global = -2.021596e-10, cumulative = 5.617654e-07 smoothSolver: Solving for omega, Initial residual = 1.658618e-05, Final residual = 1.039473e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000147534, Final residual = 6.419161e-06, No Iterations 2 ExecutionTime = 73.76 s ClockTime = 76 s forces forces output: sum of forces: pressure : (5.70775 -0.005256654 8.899112) viscous : (1.305647 -8.49073e-05 0.1109013) porous : (0 0 0) sum of moments: pressure : (0.002018589 -18.45136 0.00303116) viscous : (-4.717923e-05 0.3897085 9.418493e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3130906 Cl = -0.0002384569 Cl(f) = -0.0001192284 Cl(r) = -0.0001192284 Time = 112 smoothSolver: Solving for Ux, Initial residual = 0.0001639496, Final residual = 7.171937e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001585949, Final residual = 5.749973e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004659846, Final residual = 1.598096e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003705158, Final residual = 0.0002893878, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004114232, Final residual = 2.834497e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.681989e-05, Final residual = 7.493698e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.657966e-05, Final residual = 9.992562e-07, No Iterations 3 time step continuity errors : sum local = 1.79566e-07, global = -4.772654e-11, cumulative = 5.617177e-07 smoothSolver: Solving for omega, Initial residual = 1.631745e-05, Final residual = 1.022622e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001439166, Final residual = 6.295381e-06, No Iterations 2 ExecutionTime = 74.4 s ClockTime = 77 s forces forces output: sum of forces: pressure : (5.711592 -0.005264844 8.86035) viscous : (1.303597 -8.62506e-05 0.1112965) porous : (0 0 0) sum of moments: pressure : (0.002006937 -18.4303 0.002997941) viscous : (-4.678775e-05 0.389312 9.264631e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3131706 Cl = -0.0002388824 Cl(f) = -0.0001194412 Cl(r) = -0.0001194412 Time = 113 smoothSolver: Solving for Ux, Initial residual = 0.0001628737, Final residual = 7.051927e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001580556, Final residual = 5.716187e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004610174, Final residual = 1.569026e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003624944, Final residual = 0.0002868197, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004066219, Final residual = 2.791133e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.626396e-05, Final residual = 7.390899e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.646508e-05, Final residual = 9.942858e-07, No Iterations 3 time step continuity errors : sum local = 1.789174e-07, global = 3.532593e-10, cumulative = 5.620709e-07 smoothSolver: Solving for omega, Initial residual = 1.605275e-05, Final residual = 1.005894e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001404019, Final residual = 6.172804e-06, No Iterations 2 ExecutionTime = 75.05 s ClockTime = 78 s forces forces output: sum of forces: pressure : (5.715198 -0.005225525 8.821293) viscous : (1.30159 -8.757206e-05 0.1116806) porous : (0 0 0) sum of moments: pressure : (0.001970181 -18.40842 0.002992927) viscous : (-4.63979e-05 0.3889257 9.106474e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.313242 Cl = -0.0002371861 Cl(f) = -0.0001185931 Cl(r) = -0.0001185931 Time = 114 smoothSolver: Solving for Ux, Initial residual = 0.0001617349, Final residual = 6.934112e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001575029, Final residual = 5.680501e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00045613, Final residual = 1.540133e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00354244, Final residual = 0.0002838506, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004013228, Final residual = 2.745053e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.547729e-05, Final residual = 7.276632e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.629449e-05, Final residual = 9.983173e-07, No Iterations 3 time step continuity errors : sum local = 1.798781e-07, global = -1.110098e-09, cumulative = 5.609608e-07 smoothSolver: Solving for omega, Initial residual = 1.578826e-05, Final residual = 9.89076e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001369913, Final residual = 6.050335e-06, No Iterations 2 ExecutionTime = 75.7 s ClockTime = 78 s forces forces output: sum of forces: pressure : (5.718589 -0.005157469 8.78214) viscous : (1.299623 -8.885686e-05 0.1120535) porous : (0 0 0) sum of moments: pressure : (0.001929294 -18.38579 0.003009466) viscous : (-4.599774e-05 0.3885495 8.947229e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3133056 Cl = -0.0002342054 Cl(f) = -0.0001171027 Cl(r) = -0.0001171027 Time = 115 smoothSolver: Solving for Ux, Initial residual = 0.0001605345, Final residual = 6.820722e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001569048, Final residual = 5.643714e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004512729, Final residual = 1.511244e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003466185, Final residual = 0.0002802702, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003953012, Final residual = 2.688908e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.432248e-05, Final residual = 7.115986e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.602862e-05, Final residual = 9.803694e-07, No Iterations 3 time step continuity errors : sum local = 1.768655e-07, global = -9.61618e-10, cumulative = 5.599992e-07 smoothSolver: Solving for omega, Initial residual = 1.552445e-05, Final residual = 9.720012e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001337023, Final residual = 5.928106e-06, No Iterations 2 ExecutionTime = 76.35 s ClockTime = 79 s forces forces output: sum of forces: pressure : (5.721776 -0.005106225 8.743063) viscous : (1.297696 -9.011003e-05 0.1124153) porous : (0 0 0) sum of moments: pressure : (0.001907967 -18.36252 0.0030377) viscous : (-4.558675e-05 0.3881829 8.786087e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3133618 Cl = -0.0002319737 Cl(f) = -0.0001159869 Cl(r) = -0.0001159869 Time = 116 smoothSolver: Solving for Ux, Initial residual = 0.0001593008, Final residual = 6.709414e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00156272, Final residual = 5.604419e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004463773, Final residual = 1.482436e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00339977, Final residual = 0.0002759802, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003886596, Final residual = 2.623922e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.277848e-05, Final residual = 6.906392e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.565171e-05, Final residual = 9.518809e-07, No Iterations 3 time step continuity errors : sum local = 1.71932e-07, global = -6.023358e-10, cumulative = 5.593969e-07 smoothSolver: Solving for omega, Initial residual = 1.526406e-05, Final residual = 9.54729e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001305092, Final residual = 5.807643e-06, No Iterations 2 ExecutionTime = 77 s ClockTime = 80 s forces forces output: sum of forces: pressure : (5.724776 -0.005058735 8.704129) viscous : (1.295806 -9.128629e-05 0.1127658) porous : (0 0 0) sum of moments: pressure : (0.001907754 -18.33872 0.003070199) viscous : (-4.517737e-05 0.3878257 8.622141e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3134113 Cl = -0.0002299062 Cl(f) = -0.0001149531 Cl(r) = -0.0001149531 Time = 117 smoothSolver: Solving for Ux, Initial residual = 0.0001580924, Final residual = 6.59979e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001555793, Final residual = 5.560707e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004414308, Final residual = 1.454012e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003341234, Final residual = 0.0002717615, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003818948, Final residual = 2.56009e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.124556e-05, Final residual = 6.696526e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.527243e-05, Final residual = 9.225359e-07, No Iterations 3 time step continuity errors : sum local = 1.668212e-07, global = -1.257404e-10, cumulative = 5.592711e-07 smoothSolver: Solving for omega, Initial residual = 1.500649e-05, Final residual = 9.373519e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000127395, Final residual = 5.688555e-06, No Iterations 2 ExecutionTime = 77.65 s ClockTime = 80 s forces forces output: sum of forces: pressure : (5.727561 -0.005027839 8.665265) viscous : (1.293952 -9.240857e-05 0.1131051) porous : (0 0 0) sum of moments: pressure : (0.001925325 -18.31431 0.003108433) viscous : (-4.477754e-05 0.3874777 8.458204e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3134529 Cl = -0.000228577 Cl(f) = -0.0001142885 Cl(r) = -0.0001142885 Time = 118 smoothSolver: Solving for Ux, Initial residual = 0.0001568593, Final residual = 6.48992e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001548097, Final residual = 5.514452e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004363777, Final residual = 1.425504e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003289934, Final residual = 0.0002681158, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003756896, Final residual = 2.498224e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.976683e-05, Final residual = 6.496104e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.490893e-05, Final residual = 8.953315e-07, No Iterations 3 time step continuity errors : sum local = 1.620765e-07, global = 2.870975e-10, cumulative = 5.595582e-07 smoothSolver: Solving for omega, Initial residual = 1.474742e-05, Final residual = 9.19897e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001243306, Final residual = 5.571863e-06, No Iterations 2 ExecutionTime = 78.29 s ClockTime = 81 s forces forces output: sum of forces: pressure : (5.730125 -0.004968134 8.626492) viscous : (1.292131 -9.344838e-05 0.1134333) porous : (0 0 0) sum of moments: pressure : (0.001934988 -18.28928 0.003171676) viscous : (-4.439722e-05 0.3871386 8.296395e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3134861 Cl = -0.0002259581 Cl(f) = -0.000112979 Cl(r) = -0.000112979 Time = 119 smoothSolver: Solving for Ux, Initial residual = 0.000155554, Final residual = 6.378777e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001539849, Final residual = 5.46628e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004311851, Final residual = 1.396267e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003238444, Final residual = 0.0002645462, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003694688, Final residual = 2.437298e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.823061e-05, Final residual = 6.300844e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.454923e-05, Final residual = 8.421779e-07, No Iterations 3 time step continuity errors : sum local = 1.526097e-07, global = 5.831939e-10, cumulative = 5.601414e-07 smoothSolver: Solving for omega, Initial residual = 1.448743e-05, Final residual = 9.024812e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001213034, Final residual = 5.458393e-06, No Iterations 2 ExecutionTime = 78.94 s ClockTime = 82 s forces forces output: sum of forces: pressure : (5.732506 -0.004865181 8.588056) viscous : (1.290344 -9.444388e-05 0.1137507) porous : (0 0 0) sum of moments: pressure : (0.001923302 -18.26374 0.003262162) viscous : (-4.403963e-05 0.3868083 8.137181e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3135126 Cl = -0.0002214066 Cl(f) = -0.0001107033 Cl(r) = -0.0001107033 Time = 120 smoothSolver: Solving for Ux, Initial residual = 0.0001541958, Final residual = 6.269082e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0015305, Final residual = 5.416629e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004259815, Final residual = 1.366385e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0031835, Final residual = 0.000260497, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003627004, Final residual = 2.374685e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.653333e-05, Final residual = 6.104354e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.416695e-05, Final residual = 8.202285e-07, No Iterations 3 time step continuity errors : sum local = 1.48776e-07, global = 1.137951e-09, cumulative = 5.612794e-07 smoothSolver: Solving for omega, Initial residual = 1.42258e-05, Final residual = 8.848714e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001183082, Final residual = 5.346131e-06, No Iterations 2 ExecutionTime = 79.6 s ClockTime = 83 s forces forces output: sum of forces: pressure : (5.734747 -0.004737656 8.550216) viscous : (1.288586 -9.54348e-05 0.1140576) porous : (0 0 0) sum of moments: pressure : (0.001909334 -18.23779 0.003374232) viscous : (-4.369409e-05 0.3864865 7.980545e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3135342 Cl = -0.0002157578 Cl(f) = -0.0001078789 Cl(r) = -0.0001078789 Time = 121 smoothSolver: Solving for Ux, Initial residual = 0.0001528011, Final residual = 6.161693e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001519781, Final residual = 5.367233e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004205798, Final residual = 1.336081e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003125852, Final residual = 0.0002558748, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003551186, Final residual = 2.309347e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.470717e-05, Final residual = 5.899294e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.375446e-05, Final residual = 7.959594e-07, No Iterations 3 time step continuity errors : sum local = 1.445063e-07, global = 2.04355e-09, cumulative = 5.633229e-07 smoothSolver: Solving for omega, Initial residual = 1.396362e-05, Final residual = 8.673119e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001153595, Final residual = 5.234838e-06, No Iterations 2 ExecutionTime = 80.25 s ClockTime = 83 s forces forces output: sum of forces: pressure : (5.736871 -0.004605473 8.513025) viscous : (1.286859 -9.64046e-05 0.1143545) porous : (0 0 0) sum of moments: pressure : (0.00190527 -18.2115 0.003494332) viscous : (-4.335569e-05 0.3861732 7.828402e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3135519 Cl = -0.0002099002 Cl(f) = -0.0001049501 Cl(r) = -0.0001049501 Time = 122 smoothSolver: Solving for Ux, Initial residual = 0.0001513279, Final residual = 6.057528e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001508015, Final residual = 5.318574e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004149499, Final residual = 1.305694e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003069432, Final residual = 0.0002508295, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003472938, Final residual = 2.245573e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.290883e-05, Final residual = 5.695901e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.334605e-05, Final residual = 7.715003e-07, No Iterations 3 time step continuity errors : sum local = 1.401868e-07, global = 3.317263e-09, cumulative = 5.666402e-07 smoothSolver: Solving for omega, Initial residual = 1.370225e-05, Final residual = 8.497135e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001124604, Final residual = 5.124837e-06, No Iterations 2 ExecutionTime = 80.91 s ClockTime = 84 s forces forces output: sum of forces: pressure : (5.738862 -0.004466483 8.476476) viscous : (1.285159 -9.729444e-05 0.1146416) porous : (0 0 0) sum of moments: pressure : (0.001906637 -18.1848 0.003609089) viscous : (-4.303478e-05 0.3858681 7.682533e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3135649 Cl = -0.0002037352 Cl(f) = -0.0001018676 Cl(r) = -0.0001018676 Time = 123 smoothSolver: Solving for Ux, Initial residual = 0.0001497947, Final residual = 5.959495e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001495192, Final residual = 5.270257e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004091338, Final residual = 1.27566e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003011323, Final residual = 0.0002454757, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003394155, Final residual = 2.185239e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.120607e-05, Final residual = 5.503971e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.29714e-05, Final residual = 7.456606e-07, No Iterations 3 time step continuity errors : sum local = 1.356036e-07, global = 4.480864e-09, cumulative = 5.711211e-07 smoothSolver: Solving for omega, Initial residual = 1.344194e-05, Final residual = 8.321163e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001096077, Final residual = 5.016061e-06, No Iterations 2 ExecutionTime = 81.56 s ClockTime = 84 s forces forces output: sum of forces: pressure : (5.740691 -0.004320911 8.440506) viscous : (1.283487 -9.812192e-05 0.114919) porous : (0 0 0) sum of moments: pressure : (0.001910207 -18.15763 0.003717851) viscous : (-4.273823e-05 0.3855712 7.540059e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3135719 Cl = -0.0001972735 Cl(f) = -9.863677e-05 Cl(r) = -9.863677e-05 Time = 124 smoothSolver: Solving for Ux, Initial residual = 0.0001482217, Final residual = 5.862821e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001481747, Final residual = 5.220046e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004031397, Final residual = 1.245483e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002951291, Final residual = 0.0002399011, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003313963, Final residual = 2.126921e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.958662e-05, Final residual = 5.323057e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.262706e-05, Final residual = 7.261894e-07, No Iterations 3 time step continuity errors : sum local = 1.321677e-07, global = 6.392272e-09, cumulative = 5.775133e-07 smoothSolver: Solving for omega, Initial residual = 1.318332e-05, Final residual = 8.145618e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001068282, Final residual = 4.908622e-06, No Iterations 2 ExecutionTime = 82.21 s ClockTime = 85 s forces forces output: sum of forces: pressure : (5.742349 -0.004164649 8.405086) viscous : (1.281839 -9.889954e-05 0.115187) porous : (0 0 0) sum of moments: pressure : (0.00191171 -18.12994 0.00382937) viscous : (-4.245329e-05 0.3852823 7.404866e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3135723 Cl = -0.0001903325 Cl(f) = -9.516623e-05 Cl(r) = -9.516623e-05 Time = 125 smoothSolver: Solving for Ux, Initial residual = 0.0001466183, Final residual = 5.768519e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00146763, Final residual = 5.17001e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003969612, Final residual = 1.215143e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002891418, Final residual = 0.0002342244, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000323254, Final residual = 2.070592e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.800604e-05, Final residual = 5.154775e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.230595e-05, Final residual = 7.130143e-07, No Iterations 3 time step continuity errors : sum local = 1.298698e-07, global = 4.818454e-09, cumulative = 5.823318e-07 smoothSolver: Solving for omega, Initial residual = 1.292724e-05, Final residual = 7.969107e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001041169, Final residual = 4.803064e-06, No Iterations 2 ExecutionTime = 82.85 s ClockTime = 86 s forces forces output: sum of forces: pressure : (5.743846 -0.004000638 8.370261) viscous : (1.280216 -9.961166e-05 0.1154459) porous : (0 0 0) sum of moments: pressure : (0.001918775 -18.10173 0.003943945) viscous : (-4.219306e-05 0.3850013 7.275044e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3135667 Cl = -0.0001830425 Cl(f) = -9.152123e-05 Cl(r) = -9.152123e-05 Time = 126 smoothSolver: Solving for Ux, Initial residual = 0.0001449893, Final residual = 5.676617e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001453032, Final residual = 5.121996e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003905492, Final residual = 1.184668e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002831426, Final residual = 0.0002285851, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003149831, Final residual = 2.01741e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.650403e-05, Final residual = 5.000413e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.20078e-05, Final residual = 6.990053e-07, No Iterations 3 time step continuity errors : sum local = 1.274119e-07, global = 5.569113e-09, cumulative = 5.879009e-07 smoothSolver: Solving for omega, Initial residual = 1.267184e-05, Final residual = 7.793905e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001014685, Final residual = 4.6983e-06, No Iterations 2 ExecutionTime = 83.5 s ClockTime = 86 s forces forces output: sum of forces: pressure : (5.745205 -0.003828858 8.336078) viscous : (1.278615 -0.0001002044 0.1156959) porous : (0 0 0) sum of moments: pressure : (0.001928427 -18.07312 0.004062364) viscous : (-4.196211e-05 0.384728 7.152049e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3135559 Cl = -0.0001754004 Cl(f) = -8.770019e-05 Cl(r) = -8.770019e-05 Time = 127 smoothSolver: Solving for Ux, Initial residual = 0.0001433323, Final residual = 5.586707e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001437977, Final residual = 5.074596e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003839629, Final residual = 1.154599e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002772795, Final residual = 0.0002231851, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000306833, Final residual = 1.967912e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.512073e-05, Final residual = 4.859634e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.173633e-05, Final residual = 6.875147e-07, No Iterations 3 time step continuity errors : sum local = 1.254057e-07, global = 5.968426e-09, cumulative = 5.938693e-07 smoothSolver: Solving for omega, Initial residual = 1.241611e-05, Final residual = 7.621959e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.889212e-05, Final residual = 4.594912e-06, No Iterations 2 ExecutionTime = 84.16 s ClockTime = 87 s forces forces output: sum of forces: pressure : (5.746439 -0.003648849 8.302565) viscous : (1.277036 -0.0001006774 0.1159372) porous : (0 0 0) sum of moments: pressure : (0.001937283 -18.04412 0.004179659) viscous : (-4.175594e-05 0.384462 7.038226e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3135405 Cl = -0.0001673856 Cl(f) = -8.369278e-05 Cl(r) = -8.369278e-05 Time = 128 smoothSolver: Solving for Ux, Initial residual = 0.0001416454, Final residual = 5.499206e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001422295, Final residual = 5.026658e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003772577, Final residual = 1.125169e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002714766, Final residual = 0.0002181345, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0002990449, Final residual = 1.923076e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.383685e-05, Final residual = 4.737151e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.149838e-05, Final residual = 6.818286e-07, No Iterations 3 time step continuity errors : sum local = 1.244525e-07, global = 7.363052e-09, cumulative = 6.012324e-07 smoothSolver: Solving for omega, Initial residual = 1.216317e-05, Final residual = 7.453741e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.637035e-05, Final residual = 4.493992e-06, No Iterations 2 ExecutionTime = 84.81 s ClockTime = 88 s forces forces output: sum of forces: pressure : (5.747553 -0.003459438 8.269646) viscous : (1.275477 -0.0001010301 0.1161705) porous : (0 0 0) sum of moments: pressure : (0.001947458 -18.01477 0.004294083) viscous : (-4.158298e-05 0.384203 6.929712e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3135206 Cl = -0.0001589457 Cl(f) = -7.947283e-05 Cl(r) = -7.947283e-05 Time = 129 smoothSolver: Solving for Ux, Initial residual = 0.0001399312, Final residual = 5.413522e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001406044, Final residual = 4.979814e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003704331, Final residual = 1.09612e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002653494, Final residual = 0.0002131845, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0002913529, Final residual = 1.877468e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.259217e-05, Final residual = 4.667461e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.131041e-05, Final residual = 6.921887e-07, No Iterations 3 time step continuity errors : sum local = 1.264272e-07, global = 6.634565e-10, cumulative = 6.018958e-07 smoothSolver: Solving for omega, Initial residual = 1.191321e-05, Final residual = 7.287886e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.389573e-05, Final residual = 4.394815e-06, No Iterations 2 ExecutionTime = 85.45 s ClockTime = 88 s forces forces output: sum of forces: pressure : (5.748563 -0.003260497 8.237403) viscous : (1.273938 -0.0001012345 0.1163952) porous : (0 0 0) sum of moments: pressure : (0.00195557 -17.98521 0.004409096) viscous : (-4.144412e-05 0.3839516 6.831293e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.313497 Cl = -0.0001500737 Cl(f) = -7.503685e-05 Cl(r) = -7.503685e-05 Time = 130 smoothSolver: Solving for Ux, Initial residual = 0.0001381974, Final residual = 5.329375e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001389238, Final residual = 4.935179e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003634688, Final residual = 1.06759e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00259543, Final residual = 0.0002083331, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0002841357, Final residual = 1.834963e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.142528e-05, Final residual = 4.563154e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.110159e-05, Final residual = 6.743711e-07, No Iterations 3 time step continuity errors : sum local = 1.232523e-07, global = 2.312378e-09, cumulative = 6.042082e-07 smoothSolver: Solving for omega, Initial residual = 1.166551e-05, Final residual = 7.125695e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.148511e-05, Final residual = 4.29838e-06, No Iterations 2 ExecutionTime = 86.1 s ClockTime = 89 s forces forces output: sum of forces: pressure : (5.749473 -0.00305682 8.205798) viscous : (1.272418 -0.0001013965 0.1166119) porous : (0 0 0) sum of moments: pressure : (0.001963826 -17.9554 0.00452565) viscous : (-4.133303e-05 0.3837071 6.731255e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3134698 Cl = -0.0001409884 Cl(f) = -7.049422e-05 Cl(r) = -7.049422e-05 Time = 131 smoothSolver: Solving for Ux, Initial residual = 0.0001364221, Final residual = 5.246513e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001372192, Final residual = 4.893535e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003564004, Final residual = 1.039531e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002540872, Final residual = 0.0002037063, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0002775294, Final residual = 1.796968e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.039933e-05, Final residual = 4.484285e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.093163e-05, Final residual = 6.344243e-07, No Iterations 3 time step continuity errors : sum local = 1.160253e-07, global = 3.083838e-09, cumulative = 6.072921e-07 smoothSolver: Solving for omega, Initial residual = 1.142018e-05, Final residual = 6.967005e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.913919e-05, Final residual = 4.204383e-06, No Iterations 2 ExecutionTime = 86.77 s ClockTime = 90 s forces forces output: sum of forces: pressure : (5.750276 -0.002847363 8.174675) viscous : (1.270914 -0.0001013674 0.1168213) porous : (0 0 0) sum of moments: pressure : (0.001973186 -17.92524 0.004641736) viscous : (-4.126171e-05 0.383469 6.640863e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3134385 Cl = -0.0001316366 Cl(f) = -6.58183e-05 Cl(r) = -6.58183e-05 Time = 132 smoothSolver: Solving for Ux, Initial residual = 0.0001346039, Final residual = 5.164815e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001354752, Final residual = 4.853985e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003492259, Final residual = 1.0117e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002485368, Final residual = 0.0001990507, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0002719501, Final residual = 1.763261e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.945078e-05, Final residual = 4.428626e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.08104e-05, Final residual = 6.275576e-07, No Iterations 3 time step continuity errors : sum local = 1.148403e-07, global = 1.941188e-09, cumulative = 6.092332e-07 smoothSolver: Solving for omega, Initial residual = 1.11791e-05, Final residual = 6.814228e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.685203e-05, Final residual = 4.112775e-06, No Iterations 2 ExecutionTime = 87.42 s ClockTime = 91 s forces forces output: sum of forces: pressure : (5.751113 -0.002635997 8.145178) viscous : (1.269427 -0.0001011896 0.1170231) porous : (0 0 0) sum of moments: pressure : (0.001979639 -17.89591 0.004753898) viscous : (-4.123101e-05 0.3832376 6.560101e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3134095 Cl = -0.0001221929 Cl(f) = -6.109646e-05 Cl(r) = -6.109646e-05 Time = 133 smoothSolver: Solving for Ux, Initial residual = 0.0001327434, Final residual = 5.084706e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001337393, Final residual = 4.817047e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003419705, Final residual = 9.84287e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00243189, Final residual = 0.0001947677, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0002657873, Final residual = 1.738598e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.839893e-05, Final residual = 4.346306e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.066312e-05, Final residual = 6.215765e-07, No Iterations 3 time step continuity errors : sum local = 1.138155e-07, global = 4.402205e-09, cumulative = 6.136354e-07 smoothSolver: Solving for omega, Initial residual = 1.094316e-05, Final residual = 6.666609e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.463913e-05, Final residual = 4.025552e-06, No Iterations 2 ExecutionTime = 88.07 s ClockTime = 91 s forces forces output: sum of forces: pressure : (5.75179 -0.002433674 8.115822) viscous : (1.267955 -0.0001009018 0.1172184) porous : (0 0 0) sum of moments: pressure : (0.001988664 -17.86585 0.004859203) viscous : (-4.122614e-05 0.3830119 6.486255e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.313374 Cl = -0.000113148 Cl(f) = -5.6574e-05 Cl(r) = -5.6574e-05 Time = 134 smoothSolver: Solving for Ux, Initial residual = 0.0001308466, Final residual = 5.006074e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001319703, Final residual = 4.782243e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003346201, Final residual = 9.57833e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002385717, Final residual = 0.0001909988, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0002609143, Final residual = 1.719947e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.768442e-05, Final residual = 4.319185e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.060584e-05, Final residual = 6.243042e-07, No Iterations 3 time step continuity errors : sum local = 1.143817e-07, global = 4.505779e-09, cumulative = 6.181412e-07 smoothSolver: Solving for omega, Initial residual = 1.071249e-05, Final residual = 6.522749e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.249763e-05, Final residual = 3.941398e-06, No Iterations 2 ExecutionTime = 88.72 s ClockTime = 92 s forces forces output: sum of forces: pressure : (5.752333 -0.002237482 8.086457) viscous : (1.266496 -0.000100596 0.1174075) porous : (0 0 0) sum of moments: pressure : (0.001998867 -17.835 0.004958323) viscous : (-4.123714e-05 0.3827916 6.408658e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3133331 Cl = -0.000104376 Cl(f) = -5.2188e-05 Cl(r) = -5.2188e-05 Time = 135 smoothSolver: Solving for Ux, Initial residual = 0.0001289143, Final residual = 4.927752e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001301818, Final residual = 4.751152e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003271417, Final residual = 9.322258e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002334358, Final residual = 0.0001870191, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0002559044, Final residual = 1.698799e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.705619e-05, Final residual = 4.323523e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.057563e-05, Final residual = 6.258143e-07, No Iterations 3 time step continuity errors : sum local = 1.147241e-07, global = 4.361463e-09, cumulative = 6.225027e-07 smoothSolver: Solving for omega, Initial residual = 1.048451e-05, Final residual = 6.381532e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.04183e-05, Final residual = 3.859839e-06, No Iterations 2 ExecutionTime = 89.36 s ClockTime = 93 s forces forces output: sum of forces: pressure : (5.752948 -0.002048791 8.058344) viscous : (1.265052 -0.0001001806 0.11759) porous : (0 0 0) sum of moments: pressure : (0.002006152 -17.80477 0.005052875) viscous : (-4.129147e-05 0.3825773 6.33396e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3132961 Cl = -9.593395e-05 Cl(f) = -4.796697e-05 Cl(r) = -4.796697e-05 Time = 136 smoothSolver: Solving for Ux, Initial residual = 0.0001269404, Final residual = 4.850071e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001283646, Final residual = 4.722971e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003196147, Final residual = 9.073865e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002281552, Final residual = 0.0001835347, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0002514719, Final residual = 1.699111e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.696197e-05, Final residual = 4.387663e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.062475e-05, Final residual = 6.413806e-07, No Iterations 3 time step continuity errors : sum local = 1.176402e-07, global = 1.971319e-09, cumulative = 6.24474e-07 smoothSolver: Solving for omega, Initial residual = 1.026007e-05, Final residual = 6.242512e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.840855e-05, Final residual = 3.782353e-06, No Iterations 2 ExecutionTime = 90.01 s ClockTime = 93 s forces forces output: sum of forces: pressure : (5.753563 -0.00186401 8.031174) viscous : (1.263621 -9.963237e-05 0.1177662) porous : (0 0 0) sum of moments: pressure : (0.002022519 -17.77495 0.005141439) viscous : (-4.138902e-05 0.382369 6.263808e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3132596 Cl = -8.766053e-05 Cl(f) = -4.383027e-05 Cl(r) = -4.383027e-05 Time = 137 smoothSolver: Solving for Ux, Initial residual = 0.0001249275, Final residual = 4.771985e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001265064, Final residual = 4.696731e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003121237, Final residual = 8.83661e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002231365, Final residual = 0.0001802004, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0002471383, Final residual = 1.686532e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.621399e-05, Final residual = 4.409743e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.063913e-05, Final residual = 6.55854e-07, No Iterations 3 time step continuity errors : sum local = 1.203585e-07, global = 6.63964e-09, cumulative = 6.311136e-07 smoothSolver: Solving for omega, Initial residual = 1.004017e-05, Final residual = 6.106999e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.645928e-05, Final residual = 3.707473e-06, No Iterations 2 ExecutionTime = 90.66 s ClockTime = 94 s forces forces output: sum of forces: pressure : (5.754186 -0.001678968 8.005429) viscous : (1.262201 -9.89776e-05 0.117936) porous : (0 0 0) sum of moments: pressure : (0.002041764 -17.74602 0.005228066) viscous : (-4.149921e-05 0.3821668 6.205904e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3132241 Cl = -7.937069e-05 Cl(f) = -3.968534e-05 Cl(r) = -3.968534e-05 Time = 138 smoothSolver: Solving for Ux, Initial residual = 0.0001228696, Final residual = 4.694864e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001246207, Final residual = 4.670321e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003046937, Final residual = 8.611128e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002178141, Final residual = 0.0001769076, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0002429153, Final residual = 1.680875e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.551613e-05, Final residual = 4.470291e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.070599e-05, Final residual = 6.672586e-07, No Iterations 3 time step continuity errors : sum local = 1.225117e-07, global = 5.868617e-09, cumulative = 6.369823e-07 smoothSolver: Solving for omega, Initial residual = 9.825062e-06, Final residual = 5.976213e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.456377e-05, Final residual = 3.636292e-06, No Iterations 2 ExecutionTime = 91.31 s ClockTime = 94 s forces forces output: sum of forces: pressure : (5.7546 -0.001491184 7.979281) viscous : (1.260792 -9.838378e-05 0.1181005) porous : (0 0 0) sum of moments: pressure : (0.002048155 -17.7161 0.005311663) viscous : (-4.161316e-05 0.3819694 6.138856e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3131797 Cl = -7.096115e-05 Cl(f) = -3.548058e-05 Cl(r) = -3.548058e-05 Time = 139 smoothSolver: Solving for Ux, Initial residual = 0.0001207614, Final residual = 4.618015e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001227324, Final residual = 4.644634e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002973578, Final residual = 8.402328e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002127609, Final residual = 0.0001738463, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0002387435, Final residual = 1.67418e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.527984e-05, Final residual = 4.516861e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.075875e-05, Final residual = 6.922157e-07, No Iterations 3 time step continuity errors : sum local = 1.271556e-07, global = 8.027334e-09, cumulative = 6.450096e-07 smoothSolver: Solving for omega, Initial residual = 9.615409e-06, Final residual = 5.847485e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.270477e-05, Final residual = 3.566797e-06, No Iterations 2 ExecutionTime = 91.97 s ClockTime = 95 s forces forces output: sum of forces: pressure : (5.754996 -0.001312868 7.953525) viscous : (1.259394 -9.778382e-05 0.1182602) porous : (0 0 0) sum of moments: pressure : (0.002051562 -17.68605 0.005386915) viscous : (-4.17377e-05 0.3817765 6.070024e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3131349 Cl = -6.297402e-05 Cl(f) = -3.148701e-05 Cl(r) = -3.148701e-05 Time = 140 smoothSolver: Solving for Ux, Initial residual = 0.0001186082, Final residual = 4.542279e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001208181, Final residual = 4.619501e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002901156, Final residual = 8.207598e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002084066, Final residual = 0.0001709541, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0002353439, Final residual = 1.663204e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.503454e-05, Final residual = 4.605266e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.084215e-05, Final residual = 6.890445e-07, No Iterations 3 time step continuity errors : sum local = 1.266327e-07, global = 4.857904e-09, cumulative = 6.498675e-07 smoothSolver: Solving for omega, Initial residual = 9.408899e-06, Final residual = 5.723184e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.090974e-05, Final residual = 3.500155e-06, No Iterations 2 ExecutionTime = 92.62 s ClockTime = 96 s forces forces output: sum of forces: pressure : (5.755474 -0.001147837 7.928645) viscous : (1.258006 -9.711517e-05 0.1184145) porous : (0 0 0) sum of moments: pressure : (0.002071973 -17.65647 0.005454656) viscous : (-4.186601e-05 0.3815888 6.011973e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3130943 Cl = -5.557691e-05 Cl(f) = -2.778845e-05 Cl(r) = -2.778845e-05 Time = 141 smoothSolver: Solving for Ux, Initial residual = 0.0001164226, Final residual = 4.467383e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001188818, Final residual = 4.591711e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002830132, Final residual = 8.024137e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002039989, Final residual = 0.00016819, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00023183, Final residual = 1.666311e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.495253e-05, Final residual = 4.653347e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.090902e-05, Final residual = 7.516178e-07, No Iterations 3 time step continuity errors : sum local = 1.381975e-07, global = 4.405068e-09, cumulative = 6.542726e-07 smoothSolver: Solving for omega, Initial residual = 9.207468e-06, Final residual = 5.603061e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.917436e-05, Final residual = 3.436992e-06, No Iterations 2 ExecutionTime = 93.28 s ClockTime = 97 s forces forces output: sum of forces: pressure : (5.75589 -0.0009853077 7.903716) viscous : (1.256628 -9.653816e-05 0.1185644) porous : (0 0 0) sum of moments: pressure : (0.002088623 -17.62639 0.005517022) viscous : (-4.199001e-05 0.3814053 5.95004e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3130514 Cl = -4.829554e-05 Cl(f) = -2.414777e-05 Cl(r) = -2.414777e-05 Time = 142 smoothSolver: Solving for Ux, Initial residual = 0.0001142062, Final residual = 4.393206e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001169213, Final residual = 4.561403e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002761029, Final residual = 7.851763e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001999329, Final residual = 0.0001653102, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0002289538, Final residual = 1.66337e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.434374e-05, Final residual = 4.736903e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.100968e-05, Final residual = 7.297254e-07, No Iterations 3 time step continuity errors : sum local = 1.342365e-07, global = 8.677253e-09, cumulative = 6.629498e-07 smoothSolver: Solving for omega, Initial residual = 9.010119e-06, Final residual = 5.486425e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.748674e-05, Final residual = 3.376431e-06, No Iterations 2 ExecutionTime = 93.93 s ClockTime = 97 s forces forces output: sum of forces: pressure : (5.756295 -0.0008287728 7.879096) viscous : (1.25526 -9.593331e-05 0.1187098) porous : (0 0 0) sum of moments: pressure : (0.002078656 -17.59625 0.005577391) viscous : (-4.209796e-05 0.3812262 5.89188e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3130084 Cl = -4.128053e-05 Cl(f) = -2.064027e-05 Cl(r) = -2.064027e-05 Time = 143 smoothSolver: Solving for Ux, Initial residual = 0.0001119628, Final residual = 4.320388e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00114937, Final residual = 4.528521e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000269396, Final residual = 7.690313e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001956095, Final residual = 0.0001623039, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0002251863, Final residual = 1.655607e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.397329e-05, Final residual = 4.810734e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.108992e-05, Final residual = 7.483932e-07, No Iterations 3 time step continuity errors : sum local = 1.377295e-07, global = 9.430779e-09, cumulative = 6.723806e-07 smoothSolver: Solving for omega, Initial residual = 8.816084e-06, Final residual = 5.371968e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.583782e-05, Final residual = 3.317474e-06, No Iterations 2 ExecutionTime = 94.58 s ClockTime = 98 s forces forces output: sum of forces: pressure : (5.756869 -0.0006893322 7.856552) viscous : (1.253902 -9.543778e-05 0.1188504) porous : (0 0 0) sum of moments: pressure : (0.00205178 -17.56789 0.005635751) viscous : (-4.221683e-05 0.381052 5.822644e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3129734 Cl = -3.503354e-05 Cl(f) = -1.751677e-05 Cl(r) = -1.751677e-05 Time = 144 smoothSolver: Solving for Ux, Initial residual = 0.0001096875, Final residual = 4.248627e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001129147, Final residual = 4.492994e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002628391, Final residual = 7.538151e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001919188, Final residual = 0.0001598721, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0002219654, Final residual = 1.654895e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.389651e-05, Final residual = 4.856518e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.114451e-05, Final residual = 7.729801e-07, No Iterations 3 time step continuity errors : sum local = 1.42309e-07, global = 1.17052e-08, cumulative = 6.840858e-07 smoothSolver: Solving for omega, Initial residual = 8.625195e-06, Final residual = 5.256486e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.422983e-05, Final residual = 3.260702e-06, No Iterations 2 ExecutionTime = 95.23 s ClockTime = 99 s forces forces output: sum of forces: pressure : (5.757473 -0.0005553819 7.835744) viscous : (1.252551 -9.490115e-05 0.1189865) porous : (0 0 0) sum of moments: pressure : (0.002035901 -17.54091 0.005678918) viscous : (-4.234671e-05 0.3808827 5.749936e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.31294 Cl = -2.90298e-05 Cl(f) = -1.45149e-05 Cl(r) = -1.45149e-05 Time = 145 smoothSolver: Solving for Ux, Initial residual = 0.0001073886, Final residual = 4.177597e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001108463, Final residual = 4.455586e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002564686, Final residual = 7.396826e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001882003, Final residual = 0.0001569707, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0002188049, Final residual = 1.654984e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.323135e-05, Final residual = 4.962648e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.126793e-05, Final residual = 7.963585e-07, No Iterations 3 time step continuity errors : sum local = 1.466674e-07, global = 1.304292e-08, cumulative = 6.971287e-07 smoothSolver: Solving for omega, Initial residual = 8.43668e-06, Final residual = 5.143598e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.266798e-05, Final residual = 3.205295e-06, No Iterations 2 ExecutionTime = 95.88 s ClockTime = 99 s forces forces output: sum of forces: pressure : (5.758015 -0.0004423799 7.815985) viscous : (1.251208 -9.434543e-05 0.1191185) porous : (0 0 0) sum of moments: pressure : (0.002022484 -17.51472 0.005717323) viscous : (-4.24629e-05 0.3807174 5.684486e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3129043 Cl = -2.396038e-05 Cl(f) = -1.198019e-05 Cl(r) = -1.198019e-05 Time = 146 smoothSolver: Solving for Ux, Initial residual = 0.0001050752, Final residual = 4.108076e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001087682, Final residual = 4.416206e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002503076, Final residual = 7.263791e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001845291, Final residual = 0.0001544057, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0002151256, Final residual = 1.650813e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.296386e-05, Final residual = 4.994804e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.128953e-05, Final residual = 7.90673e-07, No Iterations 3 time step continuity errors : sum local = 1.456724e-07, global = 1.62767e-08, cumulative = 7.134054e-07 smoothSolver: Solving for omega, Initial residual = 8.251287e-06, Final residual = 5.034959e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.114416e-05, Final residual = 3.152236e-06, No Iterations 2 ExecutionTime = 96.53 s ClockTime = 100 s forces forces output: sum of forces: pressure : (5.758496 -0.0003351647 7.796772) viscous : (1.249872 -9.367547e-05 0.119247) porous : (0 0 0) sum of moments: pressure : (0.002058313 -17.48879 0.005747524) viscous : (-4.260892e-05 0.3805559 5.628423e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3128661 Cl = -1.914419e-05 Cl(f) = -9.572095e-06 Cl(r) = -9.572095e-06 Time = 147 smoothSolver: Solving for Ux, Initial residual = 0.0001027506, Final residual = 4.03947e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001066687, Final residual = 4.373829e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002444128, Final residual = 7.137936e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001818642, Final residual = 0.0001525847, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000213251, Final residual = 1.658477e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.306618e-05, Final residual = 5.043317e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.135865e-05, Final residual = 8.021091e-07, No Iterations 3 time step continuity errors : sum local = 1.478332e-07, global = 1.667062e-08, cumulative = 7.30076e-07 smoothSolver: Solving for omega, Initial residual = 8.070767e-06, Final residual = 4.92758e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.965337e-05, Final residual = 3.100914e-06, No Iterations 2 ExecutionTime = 97.18 s ClockTime = 101 s forces forces output: sum of forces: pressure : (5.75888 -0.0002182786 7.777087) viscous : (1.248542 -9.294335e-05 0.1193722) porous : (0 0 0) sum of moments: pressure : (0.0021198 -17.46218 0.005770549) viscous : (-4.279123e-05 0.3803978 5.577495e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3128239 Cl = -1.38935e-05 Cl(f) = -6.946752e-06 Cl(r) = -6.946752e-06 Time = 148 smoothSolver: Solving for Ux, Initial residual = 0.0001004251, Final residual = 3.971623e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001045447, Final residual = 4.329064e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002387399, Final residual = 7.018785e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001784343, Final residual = 0.0001500257, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0002098158, Final residual = 1.654572e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.271759e-05, Final residual = 5.122864e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.143192e-05, Final residual = 8.622299e-07, No Iterations 3 time step continuity errors : sum local = 1.589755e-07, global = 1.31588e-08, cumulative = 7.432348e-07 smoothSolver: Solving for omega, Initial residual = 7.890963e-06, Final residual = 4.823408e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.818814e-05, Final residual = 3.05071e-06, No Iterations 2 ExecutionTime = 97.84 s ClockTime = 101 s forces forces output: sum of forces: pressure : (5.759324 -0.00011853 7.757459) viscous : (1.247219 -9.227066e-05 0.1194942) porous : (0 0 0) sum of moments: pressure : (0.002166024 -17.43557 0.005800476) viscous : (-4.296432e-05 0.380243 5.529974e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3127846 Cl = -9.41052e-06 Cl(f) = -4.70526e-06 Cl(r) = -4.70526e-06 Time = 149 smoothSolver: Solving for Ux, Initial residual = 9.810517e-05, Final residual = 3.905568e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001024101, Final residual = 4.282092e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002332515, Final residual = 6.903402e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001759543, Final residual = 0.0001479603, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0002083034, Final residual = 1.650848e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.235466e-05, Final residual = 5.14238e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.144902e-05, Final residual = 8.603813e-07, No Iterations 3 time step continuity errors : sum local = 1.587011e-07, global = 1.238323e-08, cumulative = 7.556181e-07 smoothSolver: Solving for omega, Initial residual = 7.715605e-06, Final residual = 4.7251e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.677e-05, Final residual = 3.003544e-06, No Iterations 2 ExecutionTime = 98.48 s ClockTime = 102 s forces forces output: sum of forces: pressure : (5.759541 -3.311681e-05 7.735202) viscous : (1.245899 -9.170305e-05 0.1196142) porous : (0 0 0) sum of moments: pressure : (0.002161179 -17.40615 0.00583404) viscous : (-4.309845e-05 0.3800902 5.471377e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3127354 Cl = -5.572182e-06 Cl(f) = -2.786091e-06 Cl(r) = -2.786091e-06 Time = 150 smoothSolver: Solving for Ux, Initial residual = 9.580257e-05, Final residual = 3.839713e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001002701, Final residual = 4.233234e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002278773, Final residual = 6.796998e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001723469, Final residual = 0.0001443074, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0002042779, Final residual = 1.637511e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.263398e-05, Final residual = 5.106086e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.134724e-05, Final residual = 8.720641e-07, No Iterations 3 time step continuity errors : sum local = 1.609212e-07, global = 1.310667e-08, cumulative = 7.687247e-07 smoothSolver: Solving for omega, Initial residual = 7.540666e-06, Final residual = 4.626273e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.538737e-05, Final residual = 2.956372e-06, No Iterations 2 ExecutionTime = 99.14 s ClockTime = 103 s forces forces output: sum of forces: pressure : (5.759997 4.609267e-05 7.714112) viscous : (1.244589 -9.102271e-05 0.1197309) porous : (0 0 0) sum of moments: pressure : (0.002156931 -17.37789 0.005858293) viscous : (-4.323512e-05 0.3799411 5.418277e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3126973 Cl = -2.005758e-06 Cl(f) = -1.002879e-06 Cl(r) = -1.002879e-06 Time = 151 smoothSolver: Solving for Ux, Initial residual = 9.350699e-05, Final residual = 3.775737e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000981, Final residual = 4.179318e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002226344, Final residual = 6.694632e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001692303, Final residual = 0.0001419157, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0002016217, Final residual = 1.628662e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.224401e-05, Final residual = 5.128841e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.132703e-05, Final residual = 8.815883e-07, No Iterations 3 time step continuity errors : sum local = 1.627446e-07, global = 1.432898e-08, cumulative = 7.830537e-07 smoothSolver: Solving for omega, Initial residual = 7.371845e-06, Final residual = 4.531482e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.405745e-05, Final residual = 2.911929e-06, No Iterations 2 ExecutionTime = 99.79 s ClockTime = 103 s forces forces output: sum of forces: pressure : (5.760383 0.0001203219 7.692534) viscous : (1.243284 -9.039017e-05 0.1198454) porous : (0 0 0) sum of moments: pressure : (0.002201769 -17.34902 0.005870271) viscous : (-4.340011e-05 0.3797942 5.354254e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3126562 Cl = 1.336205e-06 Cl(f) = 6.681026e-07 Cl(r) = 6.681026e-07 Time = 152 smoothSolver: Solving for Ux, Initial residual = 9.122804e-05, Final residual = 3.712374e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009592798, Final residual = 4.122512e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002175302, Final residual = 6.595225e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001664615, Final residual = 0.000139738, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001987209, Final residual = 1.61784e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.180838e-05, Final residual = 2.406872e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 9.624403e-06, Final residual = 9.275403e-07, No Iterations 2 time step continuity errors : sum local = 1.713059e-07, global = -7.085435e-09, cumulative = 7.759683e-07 smoothSolver: Solving for omega, Initial residual = 7.204828e-06, Final residual = 4.43606e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.277902e-05, Final residual = 2.867926e-06, No Iterations 2 ExecutionTime = 100.44 s ClockTime = 104 s forces forces output: sum of forces: pressure : (5.760969 0.0001948813 7.673365) viscous : (1.241986 -8.983995e-05 0.1199564) porous : (0 0 0) sum of moments: pressure : (0.002190163 -17.32253 0.005901533) viscous : (-4.356163e-05 0.3796514 5.291422e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3126245 Cl = 4.689235e-06 Cl(f) = 2.344618e-06 Cl(r) = 2.344618e-06 Time = 153 smoothSolver: Solving for Ux, Initial residual = 8.898072e-05, Final residual = 3.65127e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009376013, Final residual = 4.061098e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002125597, Final residual = 6.498316e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001632956, Final residual = 0.0001379919, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001964283, Final residual = 1.620132e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.109168e-05, Final residual = 2.416027e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 9.646535e-06, Final residual = 9.361187e-07, No Iterations 2 time step continuity errors : sum local = 1.729451e-07, global = -6.139339e-09, cumulative = 7.698289e-07 smoothSolver: Solving for omega, Initial residual = 7.040684e-06, Final residual = 4.342462e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.154415e-05, Final residual = 2.825479e-06, No Iterations 2 ExecutionTime = 101.09 s ClockTime = 105 s forces forces output: sum of forces: pressure : (5.761517 0.0002618323 7.655691) viscous : (1.240693 -8.921551e-05 0.1200644) porous : (0 0 0) sum of moments: pressure : (0.002229149 -17.29749 0.005916966) viscous : (-4.374796e-05 0.3795119 5.22328e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3125912 Cl = 7.705922e-06 Cl(f) = 3.852961e-06 Cl(r) = 3.852961e-06 Time = 154 smoothSolver: Solving for Ux, Initial residual = 8.676474e-05, Final residual = 3.591076e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009160078, Final residual = 3.996027e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002077224, Final residual = 6.406241e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001600149, Final residual = 0.0001355479, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001924109, Final residual = 1.598688e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.999802e-05, Final residual = 2.444417e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 9.639206e-06, Final residual = 9.466329e-07, No Iterations 2 time step continuity errors : sum local = 1.74943e-07, global = -7.175254e-09, cumulative = 7.626537e-07 smoothSolver: Solving for omega, Initial residual = 6.881343e-06, Final residual = 4.253661e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.035977e-05, Final residual = 2.784729e-06, No Iterations 2 ExecutionTime = 101.75 s ClockTime = 105 s forces forces output: sum of forces: pressure : (5.761887 0.0003221265 7.637913) viscous : (1.239405 -8.860145e-05 0.1201705) porous : (0 0 0) sum of moments: pressure : (0.002200898 -17.27227 0.005941987) viscous : (-4.390679e-05 0.3793745 5.165e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3125502 Cl = 1.042498e-05 Cl(f) = 5.212489e-06 Cl(r) = 5.212489e-06 Time = 155 smoothSolver: Solving for Ux, Initial residual = 8.458845e-05, Final residual = 3.531212e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008945109, Final residual = 3.928755e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0002029764, Final residual = 6.31713e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001571513, Final residual = 0.0001343023, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001909378, Final residual = 1.600972e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.029362e-05, Final residual = 2.408993e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 9.569453e-06, Final residual = 9.301103e-07, No Iterations 2 time step continuity errors : sum local = 1.71943e-07, global = -5.294852e-09, cumulative = 7.573588e-07 smoothSolver: Solving for omega, Initial residual = 6.725779e-06, Final residual = 4.167267e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.922117e-05, Final residual = 2.744872e-06, No Iterations 2 ExecutionTime = 102.39 s ClockTime = 106 s forces forces output: sum of forces: pressure : (5.762218 0.0003730819 7.620109) viscous : (1.238122 -8.78618e-05 0.1202744) porous : (0 0 0) sum of moments: pressure : (0.002243638 -17.24693 0.005950283) viscous : (-4.409998e-05 0.3792397 5.106619e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3125077 Cl = 1.273273e-05 Cl(f) = 6.366367e-06 Cl(r) = 6.366367e-06 Time = 156 smoothSolver: Solving for Ux, Initial residual = 8.246433e-05, Final residual = 3.472215e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000873123, Final residual = 3.858223e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001983253, Final residual = 6.229341e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001553792, Final residual = 0.0001328586, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001888558, Final residual = 1.592358e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.013521e-05, Final residual = 2.40354e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 9.540355e-06, Final residual = 9.295205e-07, No Iterations 2 time step continuity errors : sum local = 1.718916e-07, global = -6.4765e-09, cumulative = 7.508823e-07 smoothSolver: Solving for omega, Initial residual = 6.575201e-06, Final residual = 4.086019e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.813313e-05, Final residual = 2.7059e-06, No Iterations 2 ExecutionTime = 103.04 s ClockTime = 107 s forces forces output: sum of forces: pressure : (5.762496 0.0004181046 7.601355) viscous : (1.236843 -8.725885e-05 0.1203767) porous : (0 0 0) sum of moments: pressure : (0.002318126 -17.22055 0.005958544) viscous : (-4.431814e-05 0.3791065 5.036117e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.312463 Cl = 1.476955e-05 Cl(f) = 7.384774e-06 Cl(r) = 7.384774e-06 Time = 157 smoothSolver: Solving for Ux, Initial residual = 8.039939e-05, Final residual = 3.413662e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008519483, Final residual = 3.786136e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001937944, Final residual = 6.142371e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001528631, Final residual = 0.0001308221, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001867884, Final residual = 1.588581e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.009791e-05, Final residual = 2.414613e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 9.520221e-06, Final residual = 9.329806e-07, No Iterations 2 time step continuity errors : sum local = 1.725866e-07, global = -6.13961e-09, cumulative = 7.447427e-07 smoothSolver: Solving for omega, Initial residual = 6.428688e-06, Final residual = 4.005739e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.70762e-05, Final residual = 2.667259e-06, No Iterations 2 ExecutionTime = 103.68 s ClockTime = 107 s forces forces output: sum of forces: pressure : (5.762979 0.0004715007 7.583569) viscous : (1.235571 -8.664695e-05 0.1204768) porous : (0 0 0) sum of moments: pressure : (0.002369497 -17.19521 0.005975391) viscous : (-4.45323e-05 0.3789759 4.968682e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3124278 Cl = 1.718056e-05 Cl(f) = 8.59028e-06 Cl(r) = 8.59028e-06 Time = 158 smoothSolver: Solving for Ux, Initial residual = 7.839236e-05, Final residual = 3.356452e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008308619, Final residual = 3.711577e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001893628, Final residual = 6.056359e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001505904, Final residual = 0.0001285212, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001847974, Final residual = 1.580356e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.951054e-05, Final residual = 2.398496e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 9.484609e-06, Final residual = 9.304051e-07, No Iterations 2 time step continuity errors : sum local = 1.721632e-07, global = -6.072361e-09, cumulative = 7.386704e-07 smoothSolver: Solving for omega, Initial residual = 6.285484e-06, Final residual = 3.931911e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.607122e-05, Final residual = 2.62998e-06, No Iterations 2 ExecutionTime = 104.33 s ClockTime = 108 s forces forces output: sum of forces: pressure : (5.763394 0.0005148355 7.565477) viscous : (1.234302 -8.614361e-05 0.1205752) porous : (0 0 0) sum of moments: pressure : (0.0023516 -17.16954 0.006009488) viscous : (-4.472154e-05 0.3788472 4.898103e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3123897 Cl = 1.913757e-05 Cl(f) = 9.568786e-06 Cl(r) = 9.568786e-06 Time = 159 smoothSolver: Solving for Ux, Initial residual = 7.643976e-05, Final residual = 3.300051e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00080994, Final residual = 3.636074e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001850207, Final residual = 5.97212e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001475385, Final residual = 0.0001266675, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001817269, Final residual = 1.563539e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.870239e-05, Final residual = 2.37906e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 9.354657e-06, Final residual = 9.164959e-07, No Iterations 2 time step continuity errors : sum local = 1.696375e-07, global = -5.286357e-09, cumulative = 7.33384e-07 smoothSolver: Solving for omega, Initial residual = 6.149119e-06, Final residual = 3.857704e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.510291e-05, Final residual = 2.592996e-06, No Iterations 2 ExecutionTime = 104.99 s ClockTime = 109 s forces forces output: sum of forces: pressure : (5.763785 0.0005654683 7.547689) viscous : (1.23304 -8.556432e-05 0.1206718) porous : (0 0 0) sum of moments: pressure : (0.002299128 -17.1442 0.006045374) viscous : (-4.487926e-05 0.3787205 4.826632e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3123508 Cl = 2.142377e-05 Cl(f) = 1.071189e-05 Cl(r) = 1.071189e-05 Time = 160 smoothSolver: Solving for Ux, Initial residual = 7.454841e-05, Final residual = 3.244651e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007894557, Final residual = 3.559844e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001807399, Final residual = 5.887208e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001453658, Final residual = 0.0001248427, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001797822, Final residual = 1.555456e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.837126e-05, Final residual = 2.285834e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 9.159392e-06, Final residual = 8.871375e-07, No Iterations 2 time step continuity errors : sum local = 1.642498e-07, global = -5.499403e-09, cumulative = 7.278846e-07 smoothSolver: Solving for omega, Initial residual = 6.017582e-06, Final residual = 3.790382e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.417351e-05, Final residual = 2.557421e-06, No Iterations 2 ExecutionTime = 105.64 s ClockTime = 109 s forces forces output: sum of forces: pressure : (5.764025 0.0006080658 7.528932) viscous : (1.231782 -8.489088e-05 0.1207676) porous : (0 0 0) sum of moments: pressure : (0.002288675 -17.11777 0.006070431) viscous : (-4.505954e-05 0.3785948 4.763892e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3123054 Cl = 2.335547e-05 Cl(f) = 1.167773e-05 Cl(r) = 1.167773e-05 Time = 161 smoothSolver: Solving for Ux, Initial residual = 7.272153e-05, Final residual = 3.189868e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007694468, Final residual = 3.483956e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001765644, Final residual = 5.803718e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001434405, Final residual = 0.0001237197, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001783102, Final residual = 1.556574e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.838088e-05, Final residual = 2.298047e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 9.156447e-06, Final residual = 8.861555e-07, No Iterations 2 time step continuity errors : sum local = 1.641134e-07, global = -4.197219e-09, cumulative = 7.236874e-07 smoothSolver: Solving for omega, Initial residual = 5.89168e-06, Final residual = 3.724072e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.328262e-05, Final residual = 2.521715e-06, No Iterations 2 ExecutionTime = 106.31 s ClockTime = 110 s forces forces output: sum of forces: pressure : (5.764409 0.0006558244 7.511166) viscous : (1.230531 -8.415811e-05 0.1208618) porous : (0 0 0) sum of moments: pressure : (0.002323896 -17.0924 0.006084434) viscous : (-4.529275e-05 0.378471 4.701435e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3122667 Cl = 2.552021e-05 Cl(f) = 1.27601e-05 Cl(r) = 1.27601e-05 Time = 162 smoothSolver: Solving for Ux, Initial residual = 7.096319e-05, Final residual = 3.137228e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007499304, Final residual = 3.407226e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001724822, Final residual = 5.721922e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001412146, Final residual = 0.0001226549, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000177251, Final residual = 1.542143e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.779916e-05, Final residual = 2.338205e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 9.24621e-06, Final residual = 9.083536e-07, No Iterations 2 time step continuity errors : sum local = 1.682644e-07, global = -4.399327e-09, cumulative = 7.192881e-07 smoothSolver: Solving for omega, Initial residual = 5.767868e-06, Final residual = 3.659475e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.243123e-05, Final residual = 2.486492e-06, No Iterations 2 ExecutionTime = 106.97 s ClockTime = 111 s forces forces output: sum of forces: pressure : (5.765023 0.0006864081 7.495668) viscous : (1.229286 -8.350156e-05 0.1209537) porous : (0 0 0) sum of moments: pressure : (0.002348609 -17.06938 0.006106402) viscous : (-4.552318e-05 0.3783501 4.637953e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3122385 Cl = 2.691483e-05 Cl(f) = 1.345741e-05 Cl(r) = 1.345741e-05 Time = 163 smoothSolver: Solving for Ux, Initial residual = 6.927238e-05, Final residual = 3.086121e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007308431, Final residual = 3.329378e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001685222, Final residual = 5.642647e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001391021, Final residual = 0.0001215909, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001750497, Final residual = 1.529077e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.710537e-05, Final residual = 2.277567e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 9.063741e-06, Final residual = 8.732979e-07, No Iterations 2 time step continuity errors : sum local = 1.618035e-07, global = -5.925582e-09, cumulative = 7.133625e-07 smoothSolver: Solving for omega, Initial residual = 5.651267e-06, Final residual = 3.597326e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.160894e-05, Final residual = 2.45217e-06, No Iterations 2 ExecutionTime = 107.62 s ClockTime = 111 s forces forces output: sum of forces: pressure : (5.765518 0.0007260249 7.480484) viscous : (1.228046 -8.283427e-05 0.1210442) porous : (0 0 0) sum of moments: pressure : (0.002368262 -17.04661 0.00613004) viscous : (-4.577383e-05 0.3782308 4.571734e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3122052 Cl = 2.871318e-05 Cl(f) = 1.435659e-05 Cl(r) = 1.435659e-05 Time = 164 smoothSolver: Solving for Ux, Initial residual = 6.764419e-05, Final residual = 3.035646e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007122952, Final residual = 3.251357e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001647106, Final residual = 5.564148e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001373063, Final residual = 0.0001203311, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001737767, Final residual = 1.518178e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.653156e-05, Final residual = 2.226736e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 8.973904e-06, Final residual = 8.612944e-07, No Iterations 2 time step continuity errors : sum local = 1.596152e-07, global = -5.558375e-09, cumulative = 7.078041e-07 smoothSolver: Solving for omega, Initial residual = 5.538272e-06, Final residual = 3.537718e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.082857e-05, Final residual = 2.419206e-06, No Iterations 2 ExecutionTime = 108.26 s ClockTime = 112 s forces forces output: sum of forces: pressure : (5.76576 0.0007495393 7.46415) viscous : (1.22681 -8.22406e-05 0.121134) porous : (0 0 0) sum of moments: pressure : (0.002349186 -17.02255 0.006167139) viscous : (-4.599547e-05 0.3781123 4.506637e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3121608 Cl = 2.978941e-05 Cl(f) = 1.489471e-05 Cl(r) = 1.489471e-05 Time = 165 smoothSolver: Solving for Ux, Initial residual = 6.608622e-05, Final residual = 2.985736e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006943613, Final residual = 3.174651e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001610339, Final residual = 5.48583e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0013475, Final residual = 0.000119377, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000171813, Final residual = 1.513711e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.629046e-05, Final residual = 2.182259e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 8.820207e-06, Final residual = 8.393291e-07, No Iterations 2 time step continuity errors : sum local = 1.555768e-07, global = -4.241089e-09, cumulative = 7.03563e-07 smoothSolver: Solving for omega, Initial residual = 5.427196e-06, Final residual = 3.479804e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.007245e-05, Final residual = 2.386694e-06, No Iterations 2 ExecutionTime = 108.91 s ClockTime = 113 s forces forces output: sum of forces: pressure : (5.766195 0.0007856879 7.449255) viscous : (1.225582 -8.16731e-05 0.1212224) porous : (0 0 0) sum of moments: pressure : (0.002290975 -17 0.006208151) viscous : (-4.619756e-05 0.3779956 4.437431e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3121254 Cl = 3.142848e-05 Cl(f) = 1.571424e-05 Cl(r) = 1.571424e-05 Time = 166 smoothSolver: Solving for Ux, Initial residual = 6.459164e-05, Final residual = 2.937306e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006770064, Final residual = 3.096984e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001574826, Final residual = 5.407865e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001328314, Final residual = 0.0001184203, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001699462, Final residual = 1.491424e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.566432e-05, Final residual = 2.14853e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 8.704641e-06, Final residual = 8.281094e-07, No Iterations 2 time step continuity errors : sum local = 1.535315e-07, global = -4.417277e-09, cumulative = 6.991457e-07 smoothSolver: Solving for omega, Initial residual = 5.322462e-06, Final residual = 3.426268e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.935648e-05, Final residual = 2.355503e-06, No Iterations 2 ExecutionTime = 109.57 s ClockTime = 113 s forces forces output: sum of forces: pressure : (5.766499 0.0008125011 7.433192) viscous : (1.224358 -8.096233e-05 0.1213102) porous : (0 0 0) sum of moments: pressure : (0.002284124 -16.97623 0.00623388) viscous : (-4.642279e-05 0.3778796 4.379675e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3120844 Cl = 3.26572e-05 Cl(f) = 1.63286e-05 Cl(r) = 1.63286e-05 Time = 167 smoothSolver: Solving for Ux, Initial residual = 6.316518e-05, Final residual = 2.890227e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006603698, Final residual = 3.020591e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001540522, Final residual = 5.331025e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001313294, Final residual = 0.0001178116, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001689851, Final residual = 1.491605e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.565519e-05, Final residual = 2.095586e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 8.582519e-06, Final residual = 8.05523e-07, No Iterations 2 time step continuity errors : sum local = 1.49374e-07, global = -3.127325e-09, cumulative = 6.960184e-07 smoothSolver: Solving for omega, Initial residual = 5.224012e-06, Final residual = 3.374306e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.86697e-05, Final residual = 2.324917e-06, No Iterations 2 ExecutionTime = 110.21 s ClockTime = 114 s forces forces output: sum of forces: pressure : (5.766917 0.0008438106 7.417651) viscous : (1.223141 -8.025622e-05 0.121397) porous : (0 0 0) sum of moments: pressure : (0.002314489 -16.95303 0.006251846) viscous : (-4.669082e-05 0.3777651 4.320259e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3120487 Cl = 3.408644e-05 Cl(f) = 1.704322e-05 Cl(r) = 1.704322e-05 Time = 168 smoothSolver: Solving for Ux, Initial residual = 6.180061e-05, Final residual = 2.844017e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006444499, Final residual = 2.944874e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001507458, Final residual = 5.253488e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001295189, Final residual = 0.0001162748, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001664615, Final residual = 1.459249e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.456476e-05, Final residual = 2.09493e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 8.467406e-06, Final residual = 8.018534e-07, No Iterations 2 time step continuity errors : sum local = 1.487197e-07, global = -6.395433e-10, cumulative = 6.953789e-07 smoothSolver: Solving for omega, Initial residual = 5.126148e-06, Final residual = 3.323501e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.801548e-05, Final residual = 2.294303e-06, No Iterations 2 ExecutionTime = 110.86 s ClockTime = 115 s forces forces output: sum of forces: pressure : (5.767478 0.0008624773 7.403565) viscous : (1.221931 -7.953663e-05 0.1214824) porous : (0 0 0) sum of moments: pressure : (0.002316262 -16.93136 0.006282057) viscous : (-4.694775e-05 0.3776524 4.271127e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3120197 Cl = 3.495187e-05 Cl(f) = 1.747594e-05 Cl(r) = 1.747594e-05 Time = 169 smoothSolver: Solving for Ux, Initial residual = 6.05007e-05, Final residual = 2.799154e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00062906, Final residual = 2.869499e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001475712, Final residual = 5.176874e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001284682, Final residual = 0.0001162847, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000166316, Final residual = 1.467695e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.446362e-05, Final residual = 2.109271e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 8.44092e-06, Final residual = 8.136702e-07, No Iterations 2 time step continuity errors : sum local = 1.509351e-07, global = -4.393017e-10, cumulative = 6.949396e-07 smoothSolver: Solving for omega, Initial residual = 5.033949e-06, Final residual = 3.273993e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.739318e-05, Final residual = 2.264612e-06, No Iterations 2 ExecutionTime = 111.51 s ClockTime = 115 s forces forces output: sum of forces: pressure : (5.767873 0.0008840636 7.388949) viscous : (1.220726 -7.884614e-05 0.1215674) porous : (0 0 0) sum of moments: pressure : (0.002277771 -16.90907 0.006320481) viscous : (-4.718124e-05 0.3775401 4.222347e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3119836 Cl = 3.594635e-05 Cl(f) = 1.797317e-05 Cl(r) = 1.797317e-05 Time = 170 smoothSolver: Solving for Ux, Initial residual = 5.925889e-05, Final residual = 2.754752e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006144006, Final residual = 2.796886e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001445497, Final residual = 5.100152e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001268529, Final residual = 0.0001147709, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001641901, Final residual = 1.440371e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.338506e-05, Final residual = 2.113417e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 8.375653e-06, Final residual = 8.189828e-07, No Iterations 2 time step continuity errors : sum local = 1.519382e-07, global = -1.185105e-09, cumulative = 6.937545e-07 smoothSolver: Solving for omega, Initial residual = 4.943604e-06, Final residual = 3.224565e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.679533e-05, Final residual = 2.234654e-06, No Iterations 2 ExecutionTime = 112.17 s ClockTime = 116 s forces forces output: sum of forces: pressure : (5.768444 0.0008994426 7.376226) viscous : (1.219529 -7.807992e-05 0.1216509) porous : (0 0 0) sum of moments: pressure : (0.002209114 -16.88874 0.006361808) viscous : (-4.739637e-05 0.3774299 4.187559e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3119557 Cl = 3.66671e-05 Cl(f) = 1.833355e-05 Cl(r) = 1.833355e-05 Time = 171 smoothSolver: Solving for Ux, Initial residual = 5.808102e-05, Final residual = 2.711642e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006002037, Final residual = 2.724378e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001416701, Final residual = 5.024493e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001258428, Final residual = 0.0001144937, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001632786, Final residual = 1.435361e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.33619e-05, Final residual = 2.04793e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 8.203251e-06, Final residual = 7.725691e-07, No Iterations 2 time step continuity errors : sum local = 1.433432e-07, global = 3.350697e-09, cumulative = 6.971052e-07 smoothSolver: Solving for omega, Initial residual = 4.855512e-06, Final residual = 3.174327e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.622444e-05, Final residual = 2.205178e-06, No Iterations 2 ExecutionTime = 112.82 s ClockTime = 117 s forces forces output: sum of forces: pressure : (5.768989 0.000918736 7.364016) viscous : (1.218339 -7.733211e-05 0.1217337) porous : (0 0 0) sum of moments: pressure : (0.002214547 -16.86886 0.00637853) viscous : (-4.765353e-05 0.3773208 4.141392e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3119268 Cl = 3.756178e-05 Cl(f) = 1.878089e-05 Cl(r) = 1.878089e-05 Time = 172 smoothSolver: Solving for Ux, Initial residual = 5.696677e-05, Final residual = 2.668995e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005867101, Final residual = 2.653756e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001389334, Final residual = 4.949066e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001243565, Final residual = 0.0001128094, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001604567, Final residual = 1.404621e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.189116e-05, Final residual = 2.003013e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 7.993358e-06, Final residual = 7.704847e-07, No Iterations 2 time step continuity errors : sum local = 1.429715e-07, global = -3.95682e-10, cumulative = 6.967095e-07 smoothSolver: Solving for omega, Initial residual = 4.770784e-06, Final residual = 3.1273e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.568114e-05, Final residual = 2.17609e-06, No Iterations 2 ExecutionTime = 113.47 s ClockTime = 117 s forces forces output: sum of forces: pressure : (5.769494 0.0009208063 7.351949) viscous : (1.217155 -7.660447e-05 0.121816) porous : (0 0 0) sum of moments: pressure : (0.002216387 -16.84909 0.006399716) viscous : (-4.790487e-05 0.3772125 4.106771e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3118965 Cl = 3.768668e-05 Cl(f) = 1.884334e-05 Cl(r) = 1.884334e-05 Time = 173 smoothSolver: Solving for Ux, Initial residual = 5.590781e-05, Final residual = 2.627686e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005739936, Final residual = 2.585309e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001363188, Final residual = 4.874697e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001238426, Final residual = 0.0001124225, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001599973, Final residual = 1.408466e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.211855e-05, Final residual = 1.858213e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 7.770244e-06, Final residual = 7.139637e-07, No Iterations 2 time step continuity errors : sum local = 1.324968e-07, global = -1.983687e-09, cumulative = 6.947258e-07 smoothSolver: Solving for omega, Initial residual = 4.689323e-06, Final residual = 3.079546e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.516351e-05, Final residual = 2.147567e-06, No Iterations 2 ExecutionTime = 114.11 s ClockTime = 118 s forces forces output: sum of forces: pressure : (5.769903 0.0009286517 7.339009) viscous : (1.215977 -7.590757e-05 0.1218981) porous : (0 0 0) sum of moments: pressure : (0.002240197 -16.82835 0.006417794) viscous : (-4.819021e-05 0.3771045 4.067108e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3118622 Cl = 3.806802e-05 Cl(f) = 1.903401e-05 Cl(r) = 1.903401e-05 Time = 174 smoothSolver: Solving for Ux, Initial residual = 5.490871e-05, Final residual = 2.586771e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005620852, Final residual = 2.519626e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001338441, Final residual = 4.800045e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001227228, Final residual = 0.0001113637, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000158173, Final residual = 1.379643e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.099562e-05, Final residual = 1.868357e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 7.697885e-06, Final residual = 7.137274e-07, No Iterations 2 time step continuity errors : sum local = 1.324674e-07, global = -4.101437e-10, cumulative = 6.943156e-07 smoothSolver: Solving for omega, Initial residual = 4.611731e-06, Final residual = 3.033683e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.466287e-05, Final residual = 2.118133e-06, No Iterations 2 ExecutionTime = 114.76 s ClockTime = 119 s forces forces output: sum of forces: pressure : (5.770476 0.0009282549 7.326802) viscous : (1.214808 -7.520102e-05 0.1219795) porous : (0 0 0) sum of moments: pressure : (0.002178214 -16.80847 0.006458284) viscous : (-4.841993e-05 0.3769975 4.044776e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3118356 Cl = 3.808185e-05 Cl(f) = 1.904093e-05 Cl(r) = 1.904093e-05 Time = 175 smoothSolver: Solving for Ux, Initial residual = 5.396543e-05, Final residual = 2.54713e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005506798, Final residual = 2.455308e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001314804, Final residual = 4.72816e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001224764, Final residual = 0.00011108, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001572717, Final residual = 1.374673e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.111871e-05, Final residual = 1.82782e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 7.573783e-06, Final residual = 6.911153e-07, No Iterations 2 time step continuity errors : sum local = 1.282805e-07, global = 1.318368e-09, cumulative = 6.95634e-07 smoothSolver: Solving for omega, Initial residual = 4.535362e-06, Final residual = 2.987538e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.418199e-05, Final residual = 2.08895e-06, No Iterations 2 ExecutionTime = 115.42 s ClockTime = 119 s forces forces output: sum of forces: pressure : (5.771264 0.0009333369 7.316335) viscous : (1.213647 -7.445411e-05 0.1220599) porous : (0 0 0) sum of moments: pressure : (0.002132004 -16.7904 0.006488148) viscous : (-4.865481e-05 0.376892 4.021159e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3118189 Cl = 3.834206e-05 Cl(f) = 1.917103e-05 Cl(r) = 1.917103e-05 Time = 176 smoothSolver: Solving for Ux, Initial residual = 5.307331e-05, Final residual = 2.508381e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005398519, Final residual = 2.392128e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001292304, Final residual = 4.655645e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001214477, Final residual = 0.0001096275, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00015485, Final residual = 1.346033e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.961475e-05, Final residual = 1.801165e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 7.384384e-06, Final residual = 6.756645e-07, No Iterations 2 time step continuity errors : sum local = 1.254201e-07, global = -1.040065e-09, cumulative = 6.945939e-07 smoothSolver: Solving for omega, Initial residual = 4.461235e-06, Final residual = 2.946797e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.371442e-05, Final residual = 2.060422e-06, No Iterations 2 ExecutionTime = 116.06 s ClockTime = 120 s forces forces output: sum of forces: pressure : (5.771956 0.000928386 7.306072) viscous : (1.212492 -7.364702e-05 0.1221395) porous : (0 0 0) sum of moments: pressure : (0.00208641 -16.77248 0.006514079) viscous : (-4.888069e-05 0.3767875 4.014112e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3117983 Cl = 3.815708e-05 Cl(f) = 1.907854e-05 Cl(r) = 1.907854e-05 Time = 177 smoothSolver: Solving for Ux, Initial residual = 5.222557e-05, Final residual = 2.470549e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005295654, Final residual = 2.330198e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001271026, Final residual = 4.583856e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001212461, Final residual = 0.0001092671, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001539122, Final residual = 1.345322e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.95685e-05, Final residual = 1.786083e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 7.252719e-06, Final residual = 6.589616e-07, No Iterations 2 time step continuity errors : sum local = 1.223259e-07, global = 4.156364e-09, cumulative = 6.987503e-07 smoothSolver: Solving for omega, Initial residual = 4.389921e-06, Final residual = 2.903395e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.32623e-05, Final residual = 2.032711e-06, No Iterations 2 ExecutionTime = 116.72 s ClockTime = 121 s forces forces output: sum of forces: pressure : (5.772556 0.0009268389 7.295734) viscous : (1.211346 -7.283178e-05 0.1222192) porous : (0 0 0) sum of moments: pressure : (0.002097683 -16.75439 0.006522057) viscous : (-4.914582e-05 0.3766833 4.002624e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3117739 Cl = 3.812441e-05 Cl(f) = 1.90622e-05 Cl(r) = 1.90622e-05 Time = 178 smoothSolver: Solving for Ux, Initial residual = 5.14282e-05, Final residual = 2.432778e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005199367, Final residual = 2.270199e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001250871, Final residual = 4.511919e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001202513, Final residual = 0.0001080299, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001518769, Final residual = 1.318336e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.8328e-05, Final residual = 1.760405e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 7.090434e-06, Final residual = 6.584319e-07, No Iterations 2 time step continuity errors : sum local = 1.222334e-07, global = 1.11049e-09, cumulative = 6.998608e-07 smoothSolver: Solving for omega, Initial residual = 4.321199e-06, Final residual = 2.861925e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.281668e-05, Final residual = 2.004888e-06, No Iterations 2 ExecutionTime = 117.37 s ClockTime = 121 s forces forces output: sum of forces: pressure : (5.773282 0.0009123514 7.286375) viscous : (1.210208 -7.202026e-05 0.1222982) porous : (0 0 0) sum of moments: pressure : (0.00211649 -16.73738 0.006531236) viscous : (-4.942096e-05 0.3765801 4.000084e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3117555 Cl = 3.751389e-05 Cl(f) = 1.875694e-05 Cl(r) = 1.875694e-05 Time = 179 smoothSolver: Solving for Ux, Initial residual = 5.06733e-05, Final residual = 2.396089e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005106379, Final residual = 2.211978e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001231614, Final residual = 4.441383e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001203492, Final residual = 0.0001080843, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001517652, Final residual = 1.317837e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.850033e-05, Final residual = 1.705374e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 6.94444e-06, Final residual = 9.803179e-07, No Iterations 1 time step continuity errors : sum local = 1.820007e-07, global = 7.431741e-09, cumulative = 7.072925e-07 smoothSolver: Solving for omega, Initial residual = 4.252908e-06, Final residual = 2.818445e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.238339e-05, Final residual = 1.977516e-06, No Iterations 2 ExecutionTime = 118.01 s ClockTime = 122 s forces forces output: sum of forces: pressure : (5.773925 0.0009045338 7.276598) viscous : (1.209077 -7.126565e-05 0.1223774) porous : (0 0 0) sum of moments: pressure : (0.002063544 -16.72023 0.006552139) viscous : (-4.966724e-05 0.3764769 4.003464e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3117337 Cl = 3.719858e-05 Cl(f) = 1.859929e-05 Cl(r) = 1.859929e-05 Time = 180 smoothSolver: Solving for Ux, Initial residual = 4.996264e-05, Final residual = 2.359719e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005017481, Final residual = 2.155859e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001213419, Final residual = 4.370038e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001196127, Final residual = 0.0001066558, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001496548, Final residual = 1.292115e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.723262e-05, Final residual = 1.689839e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 6.741238e-06, Final residual = 9.561282e-07, No Iterations 1 time step continuity errors : sum local = 1.775211e-07, global = 9.984371e-09, cumulative = 7.172769e-07 smoothSolver: Solving for omega, Initial residual = 4.18889e-06, Final residual = 2.779386e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.19525e-05, Final residual = 1.949944e-06, No Iterations 2 ExecutionTime = 118.65 s ClockTime = 123 s forces forces output: sum of forces: pressure : (5.774802 0.0008824508 7.267834) viscous : (1.207956 -7.035437e-05 0.1224555) porous : (0 0 0) sum of moments: pressure : (0.002059317 -16.70395 0.006565351) viscous : (-4.991921e-05 0.3763752 4.018091e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3117228 Cl = 3.625344e-05 Cl(f) = 1.812672e-05 Cl(r) = 1.812672e-05 Time = 181 smoothSolver: Solving for Ux, Initial residual = 4.928392e-05, Final residual = 2.324501e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004932943, Final residual = 2.101197e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001195902, Final residual = 4.299996e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001191926, Final residual = 0.0001062084, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001486695, Final residual = 1.294865e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.717804e-05, Final residual = 1.681712e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 6.680314e-06, Final residual = 9.437515e-07, No Iterations 1 time step continuity errors : sum local = 1.752324e-07, global = 6.549521e-09, cumulative = 7.238264e-07 smoothSolver: Solving for omega, Initial residual = 4.124854e-06, Final residual = 2.737397e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.152764e-05, Final residual = 1.92252e-06, No Iterations 2 ExecutionTime = 119.31 s ClockTime = 124 s forces forces output: sum of forces: pressure : (5.775646 0.0008561129 7.258928) viscous : (1.206843 -6.945989e-05 0.1225336) porous : (0 0 0) sum of moments: pressure : (0.002034784 -16.68736 0.006578591) viscous : (-5.017785e-05 0.3762738 4.039895e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3117108 Cl = 3.51176e-05 Cl(f) = 1.75588e-05 Cl(r) = 1.75588e-05 Time = 182 smoothSolver: Solving for Ux, Initial residual = 4.864173e-05, Final residual = 2.289654e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000485294, Final residual = 2.048351e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001179108, Final residual = 4.230314e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001190152, Final residual = 0.0001054449, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001476072, Final residual = 1.266789e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.602771e-05, Final residual = 1.612643e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 6.515593e-06, Final residual = 9.349227e-07, No Iterations 1 time step continuity errors : sum local = 1.735966e-07, global = 9.678177e-09, cumulative = 7.335046e-07 smoothSolver: Solving for omega, Initial residual = 4.065464e-06, Final residual = 2.698725e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.110712e-05, Final residual = 1.895411e-06, No Iterations 2 ExecutionTime = 119.94 s ClockTime = 124 s forces forces output: sum of forces: pressure : (5.776699 0.0008192604 7.252152) viscous : (1.205741 -6.853108e-05 0.1226103) porous : (0 0 0) sum of moments: pressure : (0.002044044 -16.67318 0.006581603) viscous : (-5.045326e-05 0.3761743 4.066214e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3117086 Cl = 3.35139e-05 Cl(f) = 1.675695e-05 Cl(r) = 1.675695e-05 Time = 183 smoothSolver: Solving for Ux, Initial residual = 4.802965e-05, Final residual = 2.256004e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00047764, Final residual = 1.997664e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001162808, Final residual = 4.161484e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001186591, Final residual = 0.0001049483, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001466491, Final residual = 1.256536e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.581433e-05, Final residual = 1.561285e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 6.373906e-06, Final residual = 9.192472e-07, No Iterations 1 time step continuity errors : sum local = 1.706843e-07, global = 1.892091e-08, cumulative = 7.524255e-07 smoothSolver: Solving for omega, Initial residual = 4.003739e-06, Final residual = 2.659085e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.069096e-05, Final residual = 1.868618e-06, No Iterations 2 ExecutionTime = 120.58 s ClockTime = 125 s forces forces output: sum of forces: pressure : (5.777662 0.0007861788 7.245974) viscous : (1.204646 -6.771249e-05 0.1226866) porous : (0 0 0) sum of moments: pressure : (0.001999997 -16.65962 0.006592306) viscous : (-5.070518e-05 0.3760755 4.09339e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3117027 Cl = 3.207362e-05 Cl(f) = 1.603681e-05 Cl(r) = 1.603681e-05 Time = 184 smoothSolver: Solving for Ux, Initial residual = 4.745822e-05, Final residual = 2.223174e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004703503, Final residual = 1.948483e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001147194, Final residual = 4.093227e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001178981, Final residual = 0.0001035722, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001446418, Final residual = 1.225542e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.436439e-05, Final residual = 1.501729e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 6.133764e-06, Final residual = 8.847671e-07, No Iterations 1 time step continuity errors : sum local = 1.642849e-07, global = 1.927809e-08, cumulative = 7.717036e-07 smoothSolver: Solving for omega, Initial residual = 3.946408e-06, Final residual = 2.623196e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.02746e-05, Final residual = 1.841677e-06, No Iterations 2 ExecutionTime = 121.23 s ClockTime = 125 s forces forces output: sum of forces: pressure : (5.778622 0.0007522318 7.240355) viscous : (1.20356 -6.675174e-05 0.1227625) porous : (0 0 0) sum of moments: pressure : (0.001964829 -16.64678 0.006596363) viscous : (-5.093923e-05 0.3759776 4.136274e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3116971 Cl = 3.060106e-05 Cl(f) = 1.530053e-05 Cl(r) = 1.530053e-05 Time = 185 smoothSolver: Solving for Ux, Initial residual = 4.689942e-05, Final residual = 2.190968e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000463339, Final residual = 1.901487e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001132178, Final residual = 4.02653e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001178092, Final residual = 0.0001029905, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001440954, Final residual = 1.221477e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.444651e-05, Final residual = 1.485837e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 6.029645e-06, Final residual = 8.662311e-07, No Iterations 1 time step continuity errors : sum local = 1.608501e-07, global = 1.545395e-08, cumulative = 7.871576e-07 smoothSolver: Solving for omega, Initial residual = 3.889801e-06, Final residual = 2.585235e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 2.986533e-05, Final residual = 1.81465e-06, No Iterations 2 ExecutionTime = 121.87 s ClockTime = 126 s forces forces output: sum of forces: pressure : (5.77947 0.0007158836 7.233736) viscous : (1.202482 -6.583307e-05 0.1228385) porous : (0 0 0) sum of moments: pressure : (0.001953024 -16.6329 0.006590538) viscous : (-5.119316e-05 0.3758795 4.177556e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3116868 Cl = 2.901942e-05 Cl(f) = 1.450971e-05 Cl(r) = 1.450971e-05 Time = 186 smoothSolver: Solving for Ux, Initial residual = 4.636117e-05, Final residual = 2.158939e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004566562, Final residual = 1.85645e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001117826, Final residual = 3.959798e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00117101, Final residual = 0.0001020247, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001419948, Final residual = 1.19803e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.332478e-05, Final residual = 1.438169e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 5.843382e-06, Final residual = 8.477248e-07, No Iterations 1 time step continuity errors : sum local = 1.574201e-07, global = 1.807528e-08, cumulative = 8.052328e-07 smoothSolver: Solving for omega, Initial residual = 3.835417e-06, Final residual = 2.549035e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 2.945675e-05, Final residual = 1.787769e-06, No Iterations 2 ExecutionTime = 122.51 s ClockTime = 127 s forces forces output: sum of forces: pressure : (5.780596 0.000670579 7.228379) viscous : (1.201416 -6.484473e-05 0.1229135) porous : (0 0 0) sum of moments: pressure : (0.001934063 -16.62047 0.006587406) viscous : (-5.144558e-05 0.3757831 4.235912e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3116895 Cl = 2.704106e-05 Cl(f) = 1.352053e-05 Cl(r) = 1.352053e-05 Time = 187 smoothSolver: Solving for Ux, Initial residual = 4.584361e-05, Final residual = 2.127783e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004501447, Final residual = 1.813072e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001103599, Final residual = 3.894737e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001171474, Final residual = 0.000101541, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001411607, Final residual = 1.183826e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.355085e-05, Final residual = 1.420606e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 5.764136e-06, Final residual = 8.419274e-07, No Iterations 1 time step continuity errors : sum local = 1.563492e-07, global = 1.650383e-08, cumulative = 8.217367e-07 smoothSolver: Solving for omega, Initial residual = 3.781851e-06, Final residual = 2.511238e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 2.905185e-05, Final residual = 1.760837e-06, No Iterations 2 ExecutionTime = 123.15 s ClockTime = 127 s forces forces output: sum of forces: pressure : (5.781738 0.0006238842 7.22316) viscous : (1.200358 -6.397518e-05 0.1229881) porous : (0 0 0) sum of moments: pressure : (0.001923872 -16.60815 0.0065811) viscous : (-5.17074e-05 0.3756872 4.280433e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3116933 Cl = 2.499534e-05 Cl(f) = 1.249767e-05 Cl(r) = 1.249767e-05 Time = 188 smoothSolver: Solving for Ux, Initial residual = 4.535156e-05, Final residual = 2.097125e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004438668, Final residual = 1.771114e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001089942, Final residual = 3.830594e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001163761, Final residual = 0.0001007024, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001394361, Final residual = 1.162502e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.222239e-05, Final residual = 1.362522e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 5.533207e-06, Final residual = 8.048435e-07, No Iterations 1 time step continuity errors : sum local = 1.49466e-07, global = 1.494712e-08, cumulative = 8.366838e-07 smoothSolver: Solving for omega, Initial residual = 3.731142e-06, Final residual = 2.475505e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 2.864943e-05, Final residual = 1.733884e-06, No Iterations 2 ExecutionTime = 123.79 s ClockTime = 128 s forces forces output: sum of forces: pressure : (5.78296 0.0005704021 7.218868) viscous : (1.199311 -6.307733e-05 0.123062) porous : (0 0 0) sum of moments: pressure : (0.00191738 -16.59686 0.006574831) viscous : (-5.194015e-05 0.3755925 4.33526e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3117011 Cl = 2.264789e-05 Cl(f) = 1.132394e-05 Cl(r) = 1.132394e-05 Time = 189 smoothSolver: Solving for Ux, Initial residual = 4.487426e-05, Final residual = 2.066938e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004378007, Final residual = 1.730823e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001076331, Final residual = 3.767104e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001159291, Final residual = 9.956749e-05, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001379745, Final residual = 1.156647e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.210873e-05, Final residual = 1.349795e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 5.480286e-06, Final residual = 8.065655e-07, No Iterations 1 time step continuity errors : sum local = 1.497888e-07, global = 1.377667e-08, cumulative = 8.504605e-07 smoothSolver: Solving for omega, Initial residual = 3.679393e-06, Final residual = 2.438364e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 2.824926e-05, Final residual = 1.706867e-06, No Iterations 2 ExecutionTime = 124.44 s ClockTime = 129 s forces forces output: sum of forces: pressure : (5.784096 0.0005139745 7.214545) viscous : (1.198272 -6.216165e-05 0.1231355) porous : (0 0 0) sum of moments: pressure : (0.001903092 -16.58556 0.006566296) viscous : (-5.217752e-05 0.3754986 4.396683e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3117054 Cl = 2.016973e-05 Cl(f) = 1.008487e-05 Cl(r) = 1.008487e-05 Time = 190 smoothSolver: Solving for Ux, Initial residual = 4.441481e-05, Final residual = 2.036884e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004318821, Final residual = 1.691832e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001063167, Final residual = 3.704557e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00114903, Final residual = 9.837778e-05, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001359446, Final residual = 1.129753e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.087772e-05, Final residual = 1.315104e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 5.291483e-06, Final residual = 7.853731e-07, No Iterations 1 time step continuity errors : sum local = 1.45857e-07, global = 1.22501e-08, cumulative = 8.627106e-07 smoothSolver: Solving for omega, Initial residual = 3.628574e-06, Final residual = 2.405178e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 2.785374e-05, Final residual = 1.68028e-06, No Iterations 2 ExecutionTime = 125.08 s ClockTime = 130 s forces forces output: sum of forces: pressure : (5.785349 0.0004587778 7.211223) viscous : (1.197245 -6.117991e-05 0.1232079) porous : (0 0 0) sum of moments: pressure : (0.001867948 -16.57543 0.006560147) viscous : (-5.239714e-05 0.3754061 4.471319e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3117155 Cl = 1.774948e-05 Cl(f) = 8.874742e-06 Cl(r) = 8.874742e-06 Time = 191 smoothSolver: Solving for Ux, Initial residual = 4.395937e-05, Final residual = 2.00719e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004260553, Final residual = 1.654652e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001050104, Final residual = 3.642828e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001143512, Final residual = 9.763264e-05, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001344724, Final residual = 1.112291e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.079377e-05, Final residual = 1.287275e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 5.184322e-06, Final residual = 7.72835e-07, No Iterations 1 time step continuity errors : sum local = 1.43533e-07, global = 1.159898e-08, cumulative = 8.743095e-07 smoothSolver: Solving for omega, Initial residual = 3.579353e-06, Final residual = 2.369748e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 2.746257e-05, Final residual = 1.654326e-06, No Iterations 2 ExecutionTime = 125.73 s ClockTime = 130 s forces forces output: sum of forces: pressure : (5.786549 0.0004069865 7.207693) viscous : (1.196226 -6.020371e-05 0.1232801) porous : (0 0 0) sum of moments: pressure : (0.001809801 -16.56508 0.006556512) viscous : (-5.260458e-05 0.375314 4.548185e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3117236 Cl = 1.5481e-05 Cl(f) = 7.740502e-06 Cl(r) = 7.740502e-06 Time = 192 smoothSolver: Solving for Ux, Initial residual = 4.351257e-05, Final residual = 1.977655e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004203806, Final residual = 1.619366e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001037363, Final residual = 3.582533e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001134318, Final residual = 9.638524e-05, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001329038, Final residual = 1.098948e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.991599e-05, Final residual = 1.234854e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 4.994393e-06, Final residual = 7.376864e-07, No Iterations 1 time step continuity errors : sum local = 1.37011e-07, global = 1.117198e-08, cumulative = 8.854815e-07 smoothSolver: Solving for omega, Initial residual = 3.531778e-06, Final residual = 2.335452e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 2.707579e-05, Final residual = 1.628718e-06, No Iterations 2 ExecutionTime = 126.36 s ClockTime = 131 s forces forces output: sum of forces: pressure : (5.787784 0.0003495939 7.204155) viscous : (1.195218 -5.903103e-05 0.1233517) porous : (0 0 0) sum of moments: pressure : (0.001794703 -16.55483 0.006542311) viscous : (-5.281649e-05 0.3752228 4.64724e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3117337 Cl = 1.297125e-05 Cl(f) = 6.485623e-06 Cl(r) = 6.485623e-06 Time = 193 smoothSolver: Solving for Ux, Initial residual = 4.307263e-05, Final residual = 1.948835e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004148054, Final residual = 1.586281e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001024919, Final residual = 3.524546e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001126538, Final residual = 9.545667e-05, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000131258, Final residual = 1.079546e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.981089e-05, Final residual = 1.238598e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 4.95578e-06, Final residual = 7.443122e-07, No Iterations 1 time step continuity errors : sum local = 1.382471e-07, global = 1.056757e-08, cumulative = 8.960491e-07 smoothSolver: Solving for omega, Initial residual = 3.485542e-06, Final residual = 2.298446e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 2.669191e-05, Final residual = 1.603158e-06, No Iterations 2 ExecutionTime = 127 s ClockTime = 131 s forces forces output: sum of forces: pressure : (5.789142 0.0002912311 7.201393) viscous : (1.19422 -5.78203e-05 0.1234225) porous : (0 0 0) sum of moments: pressure : (0.001811193 -16.54548 0.006520627) viscous : (-5.30591e-05 0.3751328 4.752951e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3117498 Cl = 1.041987e-05 Cl(f) = 5.209937e-06 Cl(r) = 5.209937e-06 Time = 194 smoothSolver: Solving for Ux, Initial residual = 4.264143e-05, Final residual = 1.920562e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004092267, Final residual = 1.553627e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001012677, Final residual = 3.467554e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001117031, Final residual = 9.433149e-05, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001296324, Final residual = 1.060271e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.876179e-05, Final residual = 1.204389e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 4.786018e-06, Final residual = 7.245757e-07, No Iterations 1 time step continuity errors : sum local = 1.345865e-07, global = 8.864571e-09, cumulative = 9.049137e-07 smoothSolver: Solving for omega, Initial residual = 3.439554e-06, Final residual = 2.265889e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 2.631325e-05, Final residual = 1.577875e-06, No Iterations 2 ExecutionTime = 127.64 s ClockTime = 132 s forces forces output: sum of forces: pressure : (5.790561 0.0002281105 7.199291) viscous : (1.193232 -5.667605e-05 0.1234922) porous : (0 0 0) sum of moments: pressure : (0.001802038 -16.53694 0.006508508) viscous : (-5.328148e-05 0.3750443 4.85982e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.311769 Cl = 7.653139e-06 Cl(f) = 3.826569e-06 Cl(r) = 3.826569e-06 Time = 195 smoothSolver: Solving for Ux, Initial residual = 4.221008e-05, Final residual = 1.892706e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004036709, Final residual = 1.522023e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0001000314, Final residual = 3.411416e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001106143, Final residual = 9.309963e-05, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001279004, Final residual = 1.04105e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.852555e-05, Final residual = 1.192012e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 4.705921e-06, Final residual = 7.182464e-07, No Iterations 1 time step continuity errors : sum local = 1.33415e-07, global = 7.943482e-09, cumulative = 9.128572e-07 smoothSolver: Solving for omega, Initial residual = 3.394592e-06, Final residual = 2.232073e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 2.593719e-05, Final residual = 1.552553e-06, No Iterations 2 ExecutionTime = 128.28 s ClockTime = 133 s forces forces output: sum of forces: pressure : (5.791917 0.0001665892 7.197375) viscous : (1.192255 -5.565655e-05 0.1235611) porous : (0 0 0) sum of moments: pressure : (0.001757731 -16.52857 0.006503351) viscous : (-5.347174e-05 0.3749568 4.955027e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3117859 Cl = 4.95223e-06 Cl(f) = 2.476115e-06 Cl(r) = 2.476115e-06 Time = 196 smoothSolver: Solving for Ux, Initial residual = 4.178191e-05, Final residual = 1.865226e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0003981357, Final residual = 1.490964e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 9.881017e-05, Final residual = 3.355814e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001093525, Final residual = 9.207466e-05, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001263234, Final residual = 1.033694e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.773898e-05, Final residual = 1.126672e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 4.509208e-06, Final residual = 6.793619e-07, No Iterations 1 time step continuity errors : sum local = 1.261982e-07, global = 7.369798e-09, cumulative = 9.202269e-07 smoothSolver: Solving for omega, Initial residual = 3.351506e-06, Final residual = 2.202453e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 2.55654e-05, Final residual = 1.527486e-06, No Iterations 2 ExecutionTime = 128.92 s ClockTime = 133 s forces forces output: sum of forces: pressure : (5.793216 0.0001010777 7.19508) viscous : (1.191287 -5.455468e-05 0.1236294) porous : (0 0 0) sum of moments: pressure : (0.001752869 -16.51985 0.006486604) viscous : (-5.365116e-05 0.3748701 5.057266e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3118007 Cl = 2.076871e-06 Cl(f) = 1.038436e-06 Cl(r) = 1.038436e-06 Time = 197 smoothSolver: Solving for Ux, Initial residual = 4.135284e-05, Final residual = 1.837907e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000392658, Final residual = 1.461827e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 9.760366e-05, Final residual = 3.302864e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001082528, Final residual = 9.079671e-05, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001245807, Final residual = 1.015905e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.763245e-05, Final residual = 1.134866e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 4.485646e-06, Final residual = 6.844135e-07, No Iterations 1 time step continuity errors : sum local = 1.271446e-07, global = 7.688586e-09, cumulative = 9.279155e-07 smoothSolver: Solving for omega, Initial residual = 3.308762e-06, Final residual = 2.170195e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 2.519957e-05, Final residual = 1.502204e-06, No Iterations 2 ExecutionTime = 129.57 s ClockTime = 134 s forces forces output: sum of forces: pressure : (5.794569 4.058551e-05 7.192778) viscous : (1.19033 -5.344784e-05 0.1236969) porous : (0 0 0) sum of moments: pressure : (0.001760441 -16.51123 0.006465562) viscous : (-5.384215e-05 0.3747844 5.163377e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3118184 Cl = -5.741975e-07 Cl(f) = -2.870987e-07 Cl(r) = -2.870987e-07 Time = 198 smoothSolver: Solving for Ux, Initial residual = 4.092525e-05, Final residual = 1.811099e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0003871049, Final residual = 1.433453e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 9.639376e-05, Final residual = 3.250311e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001070301, Final residual = 8.959935e-05, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001226937, Final residual = 9.980838e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.673118e-05, Final residual = 1.094703e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 4.3217e-06, Final residual = 6.630168e-07, No Iterations 1 time step continuity errors : sum local = 1.231786e-07, global = 6.972917e-09, cumulative = 9.348885e-07 smoothSolver: Solving for omega, Initial residual = 3.267209e-06, Final residual = 2.141024e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 2.483837e-05, Final residual = 1.476743e-06, No Iterations 2 ExecutionTime = 130.21 s ClockTime = 135 s forces forces output: sum of forces: pressure : (5.796078 -1.757118e-05 7.191175) viscous : (1.189385 -5.235305e-05 0.1237631) porous : (0 0 0) sum of moments: pressure : (0.001743086 -16.50353 0.006454867) viscous : (-5.401162e-05 0.3747004 5.274539e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3118436 Cl = -3.121543e-06 Cl(f) = -1.560771e-06 Cl(r) = -1.560771e-06 Time = 199 smoothSolver: Solving for Ux, Initial residual = 4.049328e-05, Final residual = 1.784642e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0003815186, Final residual = 1.406145e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 9.51437e-05, Final residual = 3.198296e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001056654, Final residual = 8.823793e-05, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001206274, Final residual = 9.740954e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.648993e-05, Final residual = 1.094111e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 4.268152e-06, Final residual = 6.624812e-07, No Iterations 1 time step continuity errors : sum local = 1.230866e-07, global = 7.01641e-09, cumulative = 9.419049e-07 smoothSolver: Solving for omega, Initial residual = 3.226098e-06, Final residual = 2.109322e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 2.447566e-05, Final residual = 1.451287e-06, No Iterations 2 ExecutionTime = 130.86 s ClockTime = 135 s forces forces output: sum of forces: pressure : (5.797588 -7.174437e-05 7.189883) viscous : (1.188451 -5.127593e-05 0.1238283) porous : (0 0 0) sum of moments: pressure : (0.001704768 -16.49619 0.006449553) viscous : (-5.416642e-05 0.3746177 5.385064e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3118693 Cl = -5.491847e-06 Cl(f) = -2.745923e-06 Cl(r) = -2.745923e-06 Time = 200 smoothSolver: Solving for Ux, Initial residual = 4.006075e-05, Final residual = 1.758515e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0003759293, Final residual = 1.379128e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 9.389537e-05, Final residual = 3.14689e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001040457, Final residual = 8.688107e-05, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0001188492, Final residual = 9.61759e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.56737e-05, Final residual = 1.0326e-06, No Iterations 3 GAMG: Solving for p, Initial residual = 4.075274e-06, Final residual = 6.272177e-07, No Iterations 1 time step continuity errors : sum local = 1.165425e-07, global = 5.926886e-09, cumulative = 9.478317e-07 smoothSolver: Solving for omega, Initial residual = 3.186943e-06, Final residual = 2.081125e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 2.411745e-05, Final residual = 1.426476e-06, No Iterations 2 ExecutionTime = 131.5 s ClockTime = 136 s forces forces output: sum of forces: pressure : (5.799044 -0.0001291467 7.188476) viscous : (1.187527 -5.011154e-05 0.1238924) porous : (0 0 0) sum of moments: pressure : (0.001704227 -16.4888 0.006435471) viscous : (-5.431883e-05 0.3745362 5.503742e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3118931 Cl = -8.00241e-06 Cl(f) = -4.001205e-06 Cl(r) = -4.001205e-06 End Finalising parallel run Run: (cd run; reconstructPar -latestTime) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0 Exec : reconstructPar -latestTime Date : Nov 12 2015 Time : 13:03:01 Host : "bds1.beamnet" PID : 4150 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 4.9174377 Average Force: 2 7.01594435 Average Force: 3 7.4910338 Average Force: 4 6.7008364 Average Force: 5 5.5725864 Average Force: 6 4.82478443333 Average Force: 7 4.62708371429 Average Force: 8 4.7469156625 Average Force: 9 4.88442881111 Average Force: 10 4.89420671 Average Force: 11 4.80040230909 Average Force: 12 4.69339864167 Average Force: 13 4.63343200769 Average Force: 14 4.62271836429 Average Force: 15 4.63145416667 Average Force: 16 4.63357981875 Average Force: 17 4.62264731176 Average Force: 18 4.60641707222 Average Force: 19 4.59421996842 Average Force: 20 4.58941355 Average Force: 21 4.58973594286 Average Force: 22 4.59147709091 Average Force: 23 4.59265894783 Average Force: 24 4.59346495833 Average Force: 25 4.594942828 Average Force: 26 4.59774043462 Average Force: 27 4.60176085926 Average Force: 28 4.60653829643 Average Force: 29 4.6117047069 Average Force: 30 4.61716419333 Average Force: 31 4.62298691935 Average Force: 32 4.62923183438 Average Force: 33 4.63586453333 Average Force: 34 4.64278970588 Average Force: 35 4.64992146 Average Force: 36 4.65722 Average Force: 37 4.66468068649 Average Force: 38 4.67230264737 Average Force: 39 4.68006993846 Average Force: 40 4.687950985 Average Force: 41 4.69591191707 Average Force: 42 4.7039273881 Average Force: 43 4.71198286512 Average Force: 44 4.72007033636 Average Force: 45 4.72818226667 Average Force: 46 4.73630892174 Average Force: 47 4.7444384383 Average Force: 48 4.75255943125 Average Force: 49 4.7606624551 Average Force: 50 4.768740696 Average Force: 51 4.77678958039 Average Force: 52 4.78480603269 Average Force: 53 4.79278749057 Average Force: 54 4.80073149444 Average Force: 55 4.80863545636 Average Force: 56 4.81649725179 Average Force: 57 4.82431540702 Average Force: 58 4.83208822414 Average Force: 59 4.83981443898 Average Force: 60 4.84749241 Average Force: 61 4.85512056393 Average Force: 62 4.86269749032 Average Force: 63 4.87022177302 Average Force: 64 4.87769182656 Average Force: 65 4.88510586 Average Force: 66 4.89246224091 Average Force: 67 4.89975965075 Average Force: 68 4.90699690882 Average Force: 69 4.91417310435 Average Force: 70 4.9212877 Average Force: 71 4.92834048592 Average Force: 72 4.93533138333 Average Force: 73 4.94226038082 Average Force: 74 4.94912746216 Average Force: 75 4.955932432 Average Force: 76 4.96267491974 Average Force: 77 4.96935495584 Average Force: 78 4.97597280513 Average Force: 79 4.98252911519 Average Force: 80 4.98902459 Average Force: 81 4.99545994198 Average Force: 82 5.00183572317 Average Force: 83 5.00815260843 Average Force: 84 5.01441131667 Average Force: 85 5.02061281059 Average Force: 86 5.02675796977 Average Force: 87 5.03284768276 Average Force: 88 5.03888294773 Average Force: 89 5.04486484045 Average Force: 90 5.05079457222 Average Force: 91 5.05667341868 Average Force: 92 5.06250260109 Average Force: 93 5.06828340968 Average Force: 94 5.07401719043 Average Force: 95 5.07970510526 Average Force: 96 5.08534781042 Average Force: 97 5.09094557938 Average Force: 98 5.09649853265 Average Force: 99 5.10200676465 Average Force: 100 5.107470334 Average Force: 101 5.11288912772 Average Force: 102 5.11826294804 Average Force: 103 5.12359146117 Average Force: 104 5.128874225 Average Force: 105 5.13411063143 Average Force: 106 5.13930002925 Average Force: 107 5.14444162523 Average Force: 108 5.14953446296 Average Force: 109 5.15457736422 Average Force: 110 5.15956882273 Average Force: 111 5.1645073955 Average Force: 112 5.16939208125 Average Force: 113 5.17422222566 Average Force: 114 5.17899737018 Average Force: 115 5.18371718522 Average Force: 116 5.1883814819 Average Force: 117 5.19298985214 Average Force: 118 5.19754184915 Average Force: 119 5.20203734286 Average Force: 120 5.20647658917 Average Force: 121 5.21086001405 Average Force: 122 5.21518790082 Average Force: 123 5.21946028374 Average Force: 124 5.22367712984 Average Force: 125 5.2278384808 Average Force: 126 5.2319445619 Average Force: 127 5.23599569921 Average Force: 128 5.2399922375 Average Force: 129 5.24393464806 Average ForCould not find/open font when opening font "arial", using internal non-scalable font ce: 130 5.24782340308 Average Force: 131 5.25165891603 Average Force: 132 5.25544265758 Average Force: 133 5.25917459098 Average Force: 134 5.26285487612 Average Force: 135 5.26648519185 Average Force: 136 5.27006664485 Average Force: 137 5.27360036423 Average Force: 138 5.27708587029 Average Force: 139 5.28052407482 Average Force: 140 5.28391657071 Average Force: 141 5.28726390213 Average Force: 142 5.29056694085 Average Force: 143 5.29382779441 Average Force: 144 5.29704755069 Average Force: 145 5.30022663379 Average Force: 146 5.30336546781 Average Force: 147 5.30646420748 Average Force: 148 5.30952407027 Average Force: 149 5.31254432148 Average Force: 150 5.31552733867 Average Force: 151 5.31847340132 Average Force: 152 5.32138455658 Average Force: 153 5.32426124183 Average Force: 154 5.32710296558 Average Force: 155 5.32991015742 Average Force: 156 5.33268314167 Average Force: 157 5.33542387707 Average Force: 158 5.33813254937 Average Force: 159 5.34080961132 Average Force: 160 5.34345470813 Average Force: 161 5.34606933354 Average Force: 162 5.34865546728 Average Force: 163 5.35121290736 Average Force: 164 5.35374063354 Average Force: 165 5.35624035455 Average Force: 166 5.35871179458 Average Force: 167 5.36115613653 Average Force: 168 5.36357472143 Average Force: 169 5.36596701834 Average Force: 170 5.36833453235 Average Force: 171 5.37067753918 Average Force: 172 5.37299624186 Average Force: 173 5.37529050058 Average Force: 174 5.37756168391 Average Force: 175 5.37981141143 Average Force: 176 5.38203950682 Average Force: 177 5.38424581525 Average Force: 178 5.38643141404 Average Force: 179 5.38859618212 Average Force: 180 5.39074176778 Average Force: 181 5.39286830939 Average Force: 182 5.39497726758 Average Force: 183 5.39706844098 Average Force: 184 5.3991421 Average Force: 185 5.40119792486 Average Force: 186 5.40323769731 Average Force: 187 5.40526176417 Average Force: 188 5.40727079628 Average Force: 189 5.40926457831 Average Force: 190 5.41124397053 Average Force: 191 5.41320891623 Average Force: 192 5.41515982604 Average Force: 193 5.41709755492 Average Force: 194 5.41902262216 Average Force: 195 5.42093490359 Average Force: 196 5.42283429898 Average Force: 197 5.42472127513 Average Force: 198 5.42659681616 Average Force: 199 5.42846109548 Average Force: 200 5.430314012 Len: 200 Len: 200 Average Force: 5.430314012 gnuplot: unable to open display ':1' gnuplot: X11 aborted. Run: cp run/postProcessing/forces/0/forces.dat cases/45/forces.dat Run: cp run/postProcessing/forceCoeffs/0/forceCoeffs.dat cases/45/forceCoeffs.dat Run: cp run/forces.png cases/45 Run: cp run/forces.csv cases/45 Run: (cd run; foamToVTK -latestTime) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0 Exec : foamToVTK -latestTime Date : Nov 12 2015 Time : 13:03:03 Host : "bds1.beamnet" PID : 4163 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:243442 points:296260 Additional cells:213714 additional points:20166 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/45/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 50%) 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 55%)