Run: rm -fr run/* Run: cp -r sim_2.3.0_1/system run Run: cp -r sim_2.3.0_1/constant run Run: cp -r sim_2.3.0_1/initial run/ Run: cp -r sim_2.3.0_1/initial run/0 VwtProcess: Pre-processing STL file VwtProcess: Tidying up STL file Run: rm -f cases/175/object.stl Run: admesh --x-rotate=0.0 --y-rotate=0.0 --z-rotate=0.0 --scale=1.0 --vwt 0.02 cases/175/file.stl -a cases/175/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/175/file.stl Rotating about the x axis by 0.000000 degrees... Rotating about the y axis by 0.000000 degrees... Rotating about the z axis by 0.000000 degrees... Scaling by factor 1.000000... Appling BEAM VWT translations with height: 0.020000 Scaled by 1e-3 for Pro/Desktop STL file from mm to meters AreaX: 0.357337 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/175/object.stl ================= Results produced by ADMesh version 0.95 ================ Input file : cases/175/file.stl File type : Binary STL file Header : MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH-MESH ============== Size ============== Min X = -1.400000, Max X = 1.400000 Min Y = -0.365000, Max Y = 0.365000 Min Z = 0.020000, Max Z = 0.877487 ========= Facet Status ========== Original ============ Final ==== Number of facets : 66362 66362 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 : 15 Volume : 0.792546 Degenerate facets : 0 Edges fixed : 0 Facets removed : 0 Facets added : 0 Facets reversed : 9 Backwards edges : 0 Normals fixed : 9 Run: chmod 0666 cases/175/object.stl VwtProcess: Post-processing STL file VwtProcess: Configuring for VWT simulation Run: cp cases/175/object.stl run/object.stl Run: (cd run; surfaceConvert -clean object.stl object_clean.stl; mv object_clean.stl object.stl) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : surfaceConvert -clean object.stl object_clean.stl Date : Apr 01 2019 Time : 15:12:23 Host : "bds1.beamnet" PID : 4473 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 : 66362 Vertices : 33211 Bounding Box : (-1.4 -0.365 0.02) (1.4 0.365 0.877487) Cleaning up surface After cleaning up surface: Triangles : 66362 Vertices : 33211 Bounding Box : (-1.4 -0.365 0.02) (1.4 0.365 0.877487) Maintaining face ordering writing "object_clean.stl" End Run: sed -e 's/Aref.*;/Aref 0.357337;/' sim_2.3.0_1/controlDict > run/system/controlDict Run: rm -fr run/constant/polyMesh/* Run: cp sim_2.3.0_1/blockMeshDict-100k run/constant/polyMesh/blockMeshDict Run: cp sim_2.3.0_1/snappyHexMeshDict-1000k run/system/snappyHexMeshDict Run: (cd run; blockMesh) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : blockMesh Date : Apr 01 2019 Time : 15:12:25 Host : "bds1.beamnet" PID : 4482 Case : /data/vwt/process/run nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Creating block mesh from "/data/vwt/process/run/constant/polyMesh/blockMeshDict" No non-linear edges defined Creating topology blocks Creating topology patches Reading patches section Creating block mesh topology Reading physicalType from existing boundary file Default patch type set to empty Check topology Basic statistics Number of internal faces : 0 Number of boundary faces : 6 Number of defined boundary faces : 6 Number of undefined boundary faces : 0 Checking patch -> block consistency Creating block offsets Creating merge list . Creating polyMesh from blockMesh Creating patches Creating cells Creating points with scale 1 Block 0 cell size : i : 0.1 .. 0.1 j : 0.1 .. 0.1 k : 0.1 .. 0.1 Adding cell zones 0 windTunnel Writing cell zones as cellSets Writing polyMesh ---------------- Mesh Information ---------------- boundingBox: (-4 -2 0) (4 2 3) nPoints: 102951 nCells: 96000 nFaces: 294800 nInternalFaces: 281200 ---------------- Patches ---------------- patch 0 (start: 281200 size: 1200) name: inlet patch 1 (start: 282400 size: 1200) name: outlet patch 2 (start: 283600 size: 11200) name: channelWalls End Run: cp run/object.stl run/constant/triSurface/object.stl Run: (cd run; surfaceFeatureExtract) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : surfaceFeatureExtract Date : Apr 01 2019 Time : 15:12:27 Host : "bds1.beamnet" PID : 4486 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 : 66362 Vertices : 33211 Bounding Box : (-1.4 -0.365 0.02) (1.4 0.365 0.877487) Constructing feature set from included angle 150 Selecting edges purely based on geometric tests: no Initial feature set: feature points : 88 feature edges : 3666 of which region edges : 0 external edges : 3651 internal edges : 15 Final feature set: points : 3624 of which convex : 78 concave : 4 mixed : 6 non-feature : 3536 edges : 3666 of which external edges : 3651 internal edges : 15 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.64 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-f5222ca19ce6 Exec : decomposePar Date : Apr 01 2019 Time : 15:12:28 Host : "bds1.beamnet" PID : 4489 Case : /data/vwt/process/run nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Decomposing mesh region0 Create mesh Calculating distribution of cells Selecting decompositionMethod hierarchical Finished decomposition in 0.16 s Calculating original mesh data Distributing cells to processors Distributing faces to processors Distributing points to processors Constructing processor meshes Processor 0 Number of cells = 12000 Number of faces shared with processor 1 = 300 Number of faces shared with processor 2 = 600 Number of faces shared with processor 4 = 800 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 1 Number of cells = 12000 Number of faces shared with processor 0 = 300 Number of faces shared with processor 3 = 600 Number of faces shared with processor 5 = 800 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 2 Number of cells = 12000 Number of faces shared with processor 0 = 600 Number of faces shared with processor 3 = 300 Number of faces shared with processor 6 = 800 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 3 Number of cells = 12000 Number of faces shared with processor 1 = 600 Number of faces shared with processor 2 = 300 Number of faces shared with processor 7 = 800 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 4 Number of cells = 12000 Number of faces shared with processor 0 = 800 Number of faces shared with processor 5 = 300 Number of faces shared with processor 6 = 600 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 5 Number of cells = 12000 Number of faces shared with processor 1 = 800 Number of faces shared with processor 4 = 300 Number of faces shared with processor 7 = 600 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 6 Number of cells = 12000 Number of faces shared with processor 2 = 800 Number of faces shared with processor 4 = 600 Number of faces shared with processor 7 = 300 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 7 Number of cells = 12000 Number of faces shared with processor 3 = 800 Number of faces shared with processor 5 = 600 Number of faces shared with processor 6 = 300 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Number of processor faces = 6800 Max number of cells = 12000 (0% above average 12000) Max number of processor patches = 3 (0% above average 3) Max number of faces between processors = 1700 (0% above average 1700) Time = 0 Processor 0: field transfer Processor 1: field transfer Processor 2: field transfer Processor 3: field transfer Processor 4: field transfer Processor 5: field transfer Processor 6: field transfer Processor 7: field transfer End. Run: (cd run; mpirun --hostfile hosts -np 8 snappyHexMesh -parallel) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : snappyHexMesh -parallel Date : Apr 01 2019 Time : 15:12:30 Host : "bds1.beamnet" PID : 4493 Case : /data/vwt/process/run nProcs : 8 Slaves : 7 ( "bds1.beamnet.4494" "bds1.beamnet.4495" "bds1.beamnet.4496" "bds1.beamnet.4497" "bds1.beamnet.4498" "bds1.beamnet.4499" "bds1.beamnet.4500" ) 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.07 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.39 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 : 3624 edges : 3666 boundingBox : (-1.4 -0.365 0.02) (1.4 0.365 0.7452) Refinement level according to distance to "object.eMesh" (3624 points, 3666 edges). level 2 for all cells within 0 metre. Read features in = 0.02 s Determining initial surface intersections ----------------------------------------- Edge intersection testing: Number of edges : 294800 Number of edges to retest : 294800 Number of intersected edges : 973 Calculated surface intersections in = 0.42 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 : 92 cells. Determined cells to refine in = 0.24 s Selected for feature refinement : 92 cells (out of 96000) Edge intersection testing: Number of edges : 297221 Number of edges to retest : 3835 Number of intersected edges : 1783 Refined mesh in = 0.17 s After refinement feature refinement iteration 0 : cells:96644 faces:297221 points:104155 Cells per refinement level: 0 95908 1 736 Balanced mesh in = 0.33 s After balancing feature refinement iteration 0 : cells:96644 faces:297221 points:104155 Cells per refinement level: 0 95908 1 736 Feature refinement iteration 1 ------------------------------ Marked for refinement due to explicit features : 51 cells. Determined cells to refine in = 0.25 s Selected for feature refinement : 76 cells (out of 96644) Edge intersection testing: Number of edges : 299195 Number of edges to retest : 3306 Number of intersected edges : 2241 Refined mesh in = 0.15 s After refinement feature refinement iteration 1 : cells:97176 faces:299195 points:105117 Cells per refinement level: 0 95870 1 1002 2 304 Balanced mesh in = 0.35 s After balancing feature refinement iteration 1 : cells:97176 faces:299195 points:105117 Cells per refinement level: 0 95870 1 1002 2 304 Feature refinement iteration 2 ------------------------------ Marked for refinement due to explicit features : 14 cells. Determined cells to refine in = 0.24 s Selected for feature refinement : 29 cells (out of 97176) Edge intersection testing: Number of edges : 299936 Number of edges to retest : 1278 Number of intersected edges : 2391 Refined mesh in = 0.14 s After refinement feature refinement iteration 2 : cells:97379 faces:299936 points:105466 Cells per refinement level: 0 95855 1 1108 2 416 Balanced mesh in = 0.39 s After balancing feature refinement iteration 2 : cells:97379 faces:299936 points:105466 Cells per refinement level: 0 95855 1 1108 2 416 Feature refinement iteration 3 ------------------------------ Marked for refinement due to explicit features : 0 cells. Determined cells to refine in = 0.24 s Selected for feature refinement : 0 cells (out of 97379) Stopping refining since too few cells selected. Surface refinement iteration 0 ------------------------------ Marked for refinement due to surface intersection : 2180 cells. Marked for refinement due to curvature/regions : 0 cells. Determined cells to refine in = 0.01 s Selected for refinement : 2253 cells (out of 97379) Edge intersection testing: Number of edges : 351719 Number of edges to retest : 62624 Number of intersected edges : 9145 Refined mesh in = 0.21 s After refinement surface refinement iteration 0 : cells:113150 faces:351719 points:125861 Cells per refinement level: 0 94852 1 8216 2 7410 3 2672 Balanced mesh in = 0.44 s After balancing surface refinement iteration 0 : cells:113150 faces:351719 points:125861 Cells per refinement level: 0 94852 1 8216 2 7410 3 2672 Surface refinement iteration 1 ------------------------------ Marked for refinement due to surface intersection : 9372 cells. Marked for refinement due to curvature/regions : 485 cells. Determined cells to refine in = 0.03 s Selected for refinement : 10253 cells (out of 113150) Edge intersection testing: Number of edges : 583541 Number of edges to retest : 290701 Number of intersected edges : 33578 Refined mesh in = 0.44 s After refinement surface refinement iteration 1 : cells:184921 faces:583541 points:214350 Cells per refinement level: 0 94658 1 4703 2 43421 3 38259 4 3880 Balanced mesh in = 0.94 s After balancing surface refinement iteration 1 : cells:184921 faces:583541 points:214350 Cells per refinement level: 0 94658 1 4703 2 43421 3 38259 4 3880 Surface refinement iteration 2 ------------------------------ Marked for refinement due to surface intersection : 21397 cells. Marked for refinement due to curvature/regions : 3865 cells. Determined cells to refine in = 0.2 s Selected for refinement : 26336 cells (out of 184921) Edge intersection testing: Number of edges : 1179875 Number of edges to retest : 801442 Number of intersected edges : 93360 Refined mesh in = 1.01 s After refinement surface refinement iteration 2 : cells:369273 faces:1179875 points:442511 Cells per refinement level: 0 94575 1 4383 2 29889 3 205626 4 34800 Balanced mesh in = 1.93 s After balancing surface refinement iteration 2 : cells:369273 faces:1179875 points:442511 Cells per refinement level: 0 94575 1 4383 2 29889 3 205626 4 34800 Surface refinement iteration 3 ------------------------------ Marked for refinement due to surface intersection : 926 cells. Marked for refinement due to curvature/regions : 14402 cells. Determined cells to refine in = 0.15 s Selected for refinement : 16084 cells (out of 369273) Edge intersection testing: Number of edges : 1554518 Number of edges to retest : 552379 Number of intersected edges : 142628 Refined mesh in = 1.04 s After refinement surface refinement iteration 3 : cells:481861 faces:1554518 points:594311 Cells per refinement level: 0 94523 1 4628 2 29798 3 202896 4 150016 Balanced mesh in = 2.32 s After balancing surface refinement iteration 3 : cells:481861 faces:1554518 points:594311 Cells per refinement level: 0 94523 1 4628 2 29798 3 202896 4 150016 Surface refinement iteration 4 ------------------------------ Marked for refinement due to surface intersection : 27 cells. Marked for refinement due to curvature/regions : 1147 cells. Determined cells to refine in = 0.19 s Selected for refinement : 1405 cells (out of 481861) Edge intersection testing: Number of edges : 1587722 Number of edges to retest : 87807 Number of intersected edges : 146097 Refined mesh in = 0.97 s After refinement surface refinement iteration 4 : cells:491696 faces:1587722 points:608114 Cells per refinement level: 0 94520 1 4607 2 29948 3 203429 4 159192 Balanced mesh in = 2.8 s After balancing surface refinement iteration 4 : cells:491696 faces:1587722 points:608114 Cells per refinement level: 0 94520 1 4607 2 29948 3 203429 4 159192 Surface refinement iteration 5 ------------------------------ Marked for refinement due to surface intersection : 0 cells. Marked for refinement due to curvature/regions : 194 cells. Determined cells to refine in = 0.22 s Selected for refinement : 253 cells (out of 491696) Edge intersection testing: Number of edges : 1593533 Number of edges to retest : 20221 Number of intersected edges : 146489 Refined mesh in = 0.96 s After refinement surface refinement iteration 5 : cells:493467 faces:1593533 points:610385 Cells per refinement level: 0 94518 1 4612 2 29990 3 203603 4 160744 Balanced mesh in = 2.49 s After balancing surface refinement iteration 5 : cells:493467 faces:1593533 points:610385 Cells per refinement level: 0 94518 1 4612 2 29990 3 203603 4 160744 Surface refinement iteration 6 ------------------------------ Marked for refinement due to surface intersection : 0 cells. Marked for refinement due to curvature/regions : 73 cells. Determined cells to refine in = 0.24 s Selected for refinement : 85 cells (out of 493467) 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 79 regions. Keeping all cells in region 0 containing point (3.9 1.9 2.9) Selected for keeping : 395056 cells. Edge intersection testing: Number of edges : 1343869 Number of edges to retest : 149041 Number of intersected edges : 146490 Shell refinement iteration 0 ---------------------------- Marked for refinement due to distance to explicit features : 0 cells. Marked for refinement due to refinement shells : 0 cells. Determined cells to refine in = 1.02 s Selected for internal refinement : 12610 cells (out of 395056) Edge intersection testing: Number of edges : 1623031 Number of edges to retest : 642366 Number of intersected edges : 156372 Refined mesh in = 1.06 s After refinement shell refinement iteration 0 : cells:483326 faces:1623031 points:652950 Cells per refinement level: 0 94502 1 3685 2 17124 3 150091 4 217924 Balanced mesh in = 2.96 s After balancing shell refinement iteration 0 : cells:483326 faces:1623031 points:653122 Cells per refinement level: 0 94502 1 3685 2 17124 3 150091 4 217924 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.2 s Selected for internal refinement : 0 cells (out of 483326) Stopping refining since too few cells selected. Dangling coarse cells refinement iteration 0 -------------------------------------------- Determined cells to refine in = 0.02 s Selected for refinement : 4 cells (out of 483326) Edge intersection testing: Number of edges : 1623091 Number of edges to retest : 550 Number of intersected edges : 156372 Refined mesh in = 0.86 s After refinement coarse cell refinement iteration 0 : cells:483354 faces:1623091 points:653130 Cells per refinement level: 0 94502 1 3685 2 17120 3 150123 4 217924 Balanced mesh in = 1.57 s After balancing coarse cell refinement iteration 0 : cells:483354 faces:1623091 points:653130 Cells per refinement level: 0 94502 1 3685 2 17120 3 150123 4 217924 Dangling coarse cells refinement iteration 1 -------------------------------------------- Determined cells to refine in = 0.08 s Selected for refinement : 0 cells (out of 483354) Stopping refining since too few cells selected. Dangling coarse cells refinement iteration 0 -------------------------------------------- Determined cells to refine in = 0.01 s Selected for refinement : 2 cells (out of 483354) Edge intersection testing: Number of edges : 1623115 Number of edges to retest : 264 Number of intersected edges : 156368 Refined mesh in = 0.85 s After refinement coarse cell refinement iteration 0 : cells:483368 faces:1623115 points:653132 Cells per refinement level: 0 94502 1 3685 2 17120 3 150121 4 217940 Balanced mesh in = 1.57 s After balancing coarse cell refinement iteration 0 : cells:483368 faces:1623115 points:653132 Cells per refinement level: 0 94502 1 3685 2 17120 3 150121 4 217940 Dangling coarse cells refinement iteration 1 -------------------------------------------- Determined cells to refine in = 0.09 s Selected for refinement : 0 cells (out of 483368) Stopping refining since too few cells selected. Splitting mesh at surface intersections --------------------------------------- Introducing baffles for 156368 faces that are intersected by the surface. Edge intersection testing: Number of edges : 1779120 Number of edges to retest : 1043701 Number of intersected edges : 308044 Created baffles in = 0.94 s After introducing baffles : cells:483368 faces:1779120 points:654163 Cells per refinement level: 0 94502 1 3685 2 17120 3 150121 4 217940 Introducing baffles to block off problem cells ---------------------------------------------- markFacesOnProblemCells : marked 286238 additional internal faces to be converted into baffles. Analyzed problem cells in = 0.51 s Introducing baffles to delete problem cells. Edge intersection testing: Number of edges : 2065358 Number of edges to retest : 951583 Number of intersected edges : 308240 Created baffles in = 1 s After introducing baffles : cells:483368 faces:2065358 points:658848 Cells per refinement level: 0 94502 1 3685 2 17120 3 150121 4 217940 Remove unreachable sections of mesh ----------------------------------- Keeping all cells in region 0 containing point (3.9 1.9 2.9) Selected for keeping : 268351 cells. Edge intersection testing: Number of edges : 911171 Number of edges to retest : 0 Number of intersected edges : 85015 Split mesh in = 0.82 s After subsetting : cells:268351 faces:911171 points:377767 Cells per refinement level: 0 94502 1 3685 2 16862 3 92654 4 60648 Handling cells with snap problems --------------------------------- Introducing baffles for 85015 faces that are intersected by the surface. Edge intersection testing: Number of edges : 911171 Number of edges to retest : 297529 Number of intersected edges : 85015 Created baffles in = 0.52 s After introducing baffles : cells:268351 faces:911171 points:377767 Cells per refinement level: 0 94502 1 3685 2 16862 3 92654 4 60648 Introducing baffles to block off problem cells ---------------------------------------------- markFacesOnProblemCells : marked 0 additional internal faces to be converted into baffles. Analyzed problem cells in = 0.27 s Introducing baffles to delete problem cells. Edge intersection testing: Number of edges : 911171 Number of edges to retest : 0 Number of intersected edges : 85015 Created baffles in = 0.32 s After introducing baffles : cells:268351 faces:911171 points:377767 Cells per refinement level: 0 94502 1 3685 2 16862 3 92654 4 60648 Remove unreachable sections of mesh ----------------------------------- Keeping all cells in region 0 containing point (3.9 1.9 2.9) Selected for keeping : 268351 cells. Edge intersection testing: Number of edges : 911171 Number of edges to retest : 0 Number of intersected edges : 85015 Split mesh in = 0.44 s After subsetting : cells:268351 faces:911171 points:377767 Cells per refinement level: 0 94502 1 3685 2 16862 3 92654 4 60648 Merge free-standing baffles --------------------------- freeStandingBaffles : detected 82 free-standing baffles out of 82 freeStandingBaffles : detected 12 planar (within 30 degrees) free-standing baffles out of 82 Detected free-standing baffles : 12 Edge intersection testing: Number of edges : 911159 Number of edges to retest : 12 Number of intersected edges : 85003 Introducing baffles to block off problem cells ---------------------------------------------- markFacesOnProblemCells : marked 0 additional internal faces to be converted into baffles. Analyzed problem cells in = 0.78 s Introducing baffles to delete problem cells. Edge intersection testing: Number of edges : 911159 Number of edges to retest : 0 Number of intersected edges : 85003 Created baffles in = 0.31 s After introducing baffles : cells:268351 faces:911159 points:377767 Cells per refinement level: 0 94502 1 3685 2 16862 3 92654 4 60648 Merged free-standing baffles in = 0.06 s dupNonManifoldPoints : Found : 71 non-manifold points (out of 395356) Edge intersection testing: Number of edges : 911159 Number of edges to retest : 0 Number of intersected edges : 85003 Detected unsplittable baffles : 0 Merge refined boundary faces ---------------------------- Merging 906 sets of faces. Edge intersection testing: Number of edges : 909701 Number of edges to retest : 7666 Number of intersected edges : 83539 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 1107 straight edge points ... Edge intersection testing: Number of edges : 909701 Number of edges to retest : 8060 Number of intersected edges : 83539 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:268351 faces:909701 points:376461 Cells per refinement level: 0 94502 1 3685 2 16862 3 92654 4 60648 Writing mesh to time 1 Wrote mesh in = 3.73 s. Mesh refined in = 39.08 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.56 s Smoothing patch points ... Smoothing iteration 0 Found 100 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 : 1 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Scaling iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 1 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Scaling iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 1 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Scaling iteration 3 Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Successfully moved mesh Smoothing iteration 2 Found 0 non-mainfold point(s). Scaling iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 Scaling iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 8 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Scaling iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 3 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Scaling iteration 3 Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 3 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Scaling iteration 4 Moving mesh using displacement scaling : min:0.3164062 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 3 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Scaling iteration 5 Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.2373047 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 3 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Scaling iteration 6 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Successfully moved mesh Patch points smoothed in = 3.22 s Morph iteration 0 ----------------- Calculating patchDisplacement as distance to nearest surface point ... Wanted displacement : average:0.001435894 min:6.938894e-18 max:0.006625726 Calculated surface displacement in = 0.02 s Detecting near surfaces ... Overriding nearest with intersection of close gaps at 2402 out of 90525 points. --> FOAM Warning : Displacement (0 -0.001064676 0.0001330839) at mesh point 13541 coord (-0.3 -0.289214 0.2876254) points through the surrounding patch faces Smoothing displacement ... Iteration 0 Iteration 10 Iteration 20 Displacement smoothed in = 0.57 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 : 30 faces with face-decomposition tet quality < 1e-30 : 115 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 46 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 : 25 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 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 : 25 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Iteration 3 Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 21 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Iteration 4 Moving mesh using displacement scaling : min:0.3164062 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 21 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Iteration 5 Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.2373047 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 19 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Iteration 6 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 1 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Iteration 7 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Successfully moved mesh Moved mesh in = 1.83 s Repatching faces according to nearest surface ... Repatched 0 faces in = 0.1 s Edge intersection testing: Number of edges : 909701 Number of edges to retest : 451279 Number of intersected edges : 84709 Merging 13269 sets of faces. Edge intersection testing: Number of edges : 893685 Number of edges to retest : 54418 Number of intersected edges : 68736 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 : 14 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Masters that need to be restored:17 Edge intersection testing: Number of edges : 893730 Number of edges to retest : 151 Number of intersected edges : 68781 Undo iteration 1 ---------------- Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Merging all points on surface that - are used by only two boundary faces and - make an angle with a cosine of more than 0.8660254. Removing 10221 straight edge points ... Edge intersection testing: Number of edges : 893730 Number of edges to retest : 50716 Number of intersected edges : 68781 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:268351 faces:893730 points:363610 Cells per refinement level: 0 94502 1 3685 2 16862 3 92654 4 60648 Writing mesh to time 2 Wrote mesh in = 3.4 s. Mesh snapped in = 9.7 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 367 sets of faces. Edge intersection testing: Number of edges : 893204 Number of edges to retest : 2923 Number of intersected edges : 68269 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 : 17 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Masters that need to be restored:20 Edge intersection testing: Number of edges : 893258 Number of edges to retest : 181 Number of intersected edges : 68323 Undo iteration 1 ---------------- Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Merging all points on surface that - are used by only two boundary faces and - make an angle with a cosine of more than 0.8660254. Removing 310 straight edge points ... Edge intersection testing: Number of edges : 893258 Number of edges to retest : 3198 Number of intersected edges : 68322 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 2 points. Set displacement to zero for all 2 non-manifold points Handling feature edges ... Set displacement to zero for points on 2171 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 5458 points. patch faces layers avg thickness[m] near-wall overall ----- ----- ------ --------- ------- car 68679 3 0.00438 0.0122 Selecting externalDisplacementMeshMover displacementMedialAxis displacementMedialAxis : Calculating distance to Medial Axis ... displacementMedialAxis : Smoothing normals ... Iteration 0 residual 0.03259174 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.05316549 Layer addition iteration 0 -------------------------- Determining displacement for added points according to pointNormal ... Detected 20 points with point normal pointing through faces. Reset displacement at 20 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 2550 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 5100 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0002697591 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 2018 faces with face pyramid volume < 1e-13 : 340 faces with face-decomposition tet quality < 1e-30 : 621 faces with concavity > 80 degrees : 6 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 6 faces with face twist < 0.02 : 320 faces on cells with determinant < 0.001 : 2 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 688 faces with face pyramid volume < 1e-13 : 22 faces with face-decomposition tet quality < 1e-30 : 123 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 40 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 : 280 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 98 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 6 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 44 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 91 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 2 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 202 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 83 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 4 displacementMedialAxis : Iteration 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 393 faces with face pyramid volume < 1e-13 : 45 faces with face-decomposition tet quality < 1e-30 : 268 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 2 faces with volume ratio of neighbour cells < 0.01 : 12 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 9 displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 6 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 : 830 faces with face pyramid volume < 1e-13 : 41 faces with face-decomposition tet quality < 1e-30 : 394 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 2 faces with volume ratio of neighbour cells < 0.01 : 14 faces with face twist < 0.02 : 1 faces on cells with determinant < 0.001 : 6 Detected 1288 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 58985 out of 68679 faces (85.88506%). Removed extrusion at 480 faces. Added 155069 out of 206037 cells (75.2627%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 10174 points. Layer addition iteration 1 -------------------------- Determining displacement for added points according to pointNormal ... Detected 19 points with point normal pointing through faces. Reset displacement at 19 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 2305 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 2041 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0002647106 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 785 faces with face pyramid volume < 1e-13 : 2 faces with face-decomposition tet quality < 1e-30 : 199 faces with concavity > 80 degrees : 17 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 2 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 245 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 70 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 152 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 60 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with 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 : 15 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 40 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 13 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 1 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 25 faces due to stringed edges with inconsistent extrusion. truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 6 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 215 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 6 faces on cells with determinant < 0.001 : 0 Detected 227 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 47071 out of 68679 faces (68.53769%). Removed extrusion at 177 faces. Added 120051 out of 206037 cells (58.26672%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 8327 points. Layer addition iteration 2 -------------------------- Determining displacement for added points according to pointNormal ... Detected 16 points with point normal pointing through faces. Reset displacement at 16 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 2176 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 1163 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0002424563 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 286 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 99 faces with concavity > 80 degrees : 9 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 1 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 97 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 59 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 31 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 43 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 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 : 37 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 38 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 4 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 141 faces with face pyramid volume < 1e-13 : 40 faces with face-decomposition tet quality < 1e-30 : 128 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 4 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 15 faces due to stringed edges with inconsistent extrusion. truncateDisplacement : Unextruded 1 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 155 faces with face pyramid volume < 1e-13 : 36 faces with face-decomposition tet quality < 1e-30 : 279 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces 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 470 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 37769 out of 68679 faces (54.99352%). Removed extrusion at 141 faces. Added 96504 out of 206037 cells (46.83819%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 6453 points. Layer addition iteration 3 -------------------------- Determining displacement for added points according to pointNormal ... Detected 16 points with point normal pointing through faces. Reset displacement at 16 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 1965 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 547 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.000215713 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 64 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 41 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 2 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 7 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 21 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 13 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 7 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 2 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 5 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 : 1 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 49 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 1 faces on cells with determinant < 0.001 : 0 Detected 51 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 30660 out of 68679 faces (44.64247%). Removed extrusion at 48 faces. Added 78784 out of 206037 cells (38.23779%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 4873 points. Layer addition iteration 4 -------------------------- Determining displacement for added points according to pointNormal ... Detected 16 points with point normal pointing through faces. Reset displacement at 16 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 1829 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 467 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001885687 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 23 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 39 faces with concavity > 80 degrees : 2 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 25 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 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 : 21 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 15 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 4 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 : 37 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 2 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 39 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 25251 out of 68679 faces (36.7667%). Removed extrusion at 37 faces. Added 64594 out of 206037 cells (31.35068%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 4087 points. Layer addition iteration 5 -------------------------- Determining displacement for added points according to pointNormal ... Detected 16 points with point normal pointing through faces. Reset displacement at 16 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 1562 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 279 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001650427 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 7 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 18 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 9 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 7 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 9 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 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 : 2 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 42 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 44 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 20653 out of 68679 faces (30.07178%). Removed extrusion at 44 faces. Added 53323 out of 206037 cells (25.8803%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 3118 points. Layer addition iteration 6 -------------------------- Determining displacement for added points according to pointNormal ... Detected 16 points with point normal pointing through faces. Reset displacement at 16 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 1424 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 101 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001447376 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 24 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 14 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 4 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 6 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 6 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 4 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 : 24 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 24 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 17409 out of 68679 faces (25.34836%). Removed extrusion at 24 faces. Added 44572 out of 206037 cells (21.63301%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 2725 points. Layer addition iteration 7 -------------------------- Determining displacement for added points according to pointNormal ... Detected 16 points with point normal pointing through faces. Reset displacement at 16 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 1193 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 127 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001315329 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 9 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 9 faces with concavity > 80 degrees : 2 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 5 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 5 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 5 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 1 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 8 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 3 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 9 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 23 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 32 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 14533 out of 68679 faces (21.16076%). Removed extrusion at 21 faces. Added 36960 out of 206037 cells (17.93853%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 2342 points. Layer addition iteration 8 -------------------------- Determining displacement for added points according to pointNormal ... Detected 16 points with point normal pointing through faces. Reset displacement at 16 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 1097 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 46 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001113839 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 9 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 7 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 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 : 4 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 1 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 1 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 8 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 8 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 12111 out of 68679 faces (17.63421%). Removed extrusion at 7 faces. Added 30403 out of 206037 cells (14.75609%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 2070 points. Layer addition iteration 9 -------------------------- Determining displacement for added points according to pointNormal ... Detected 16 points with point normal pointing through faces. Reset displacement at 16 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 889 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 57 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001002926 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 8 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 21 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 21 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 9915 out of 68679 faces (14.43673%). Removed extrusion at 22 faces. Added 24712 out of 206037 cells (11.99396%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1755 points. Layer addition iteration 10 -------------------------- Determining displacement for added points according to pointNormal ... Detected 16 points with point normal pointing through faces. Reset displacement at 16 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 809 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 32 displacementMedialAxis : Smoothing field ... Iteration 0 residual 8.395917e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 3 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 1 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 1 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 1 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 8 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 8 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 8074 out of 68679 faces (11.75614%). Removed extrusion at 8 faces. Added 19739 out of 206037 cells (9.580318%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1556 points. Layer addition iteration 11 -------------------------- Determining displacement for added points according to pointNormal ... Detected 16 points with point normal pointing through faces. Reset displacement at 16 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 621 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 80 displacementMedialAxis : Smoothing field ... Iteration 0 residual 7.05202e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 2 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 1 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 1 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 1 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 2 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 3 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 5 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 6355 out of 68679 faces (9.253192%). Removed extrusion at 5 faces. Added 15377 out of 206037 cells (7.463223%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1271 points. Layer addition iteration 12 -------------------------- Determining displacement for added points according to pointNormal ... Detected 10 points with point normal pointing through faces. Reset displacement at 8 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 560 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 5.933359e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 2 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 1 faces due to stringed edges with inconsistent extrusion. truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 9 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 9 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 5025 out of 68679 faces (7.316647%). Removed extrusion at 9 faces. Added 11794 out of 206037 cells (5.724215%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1123 points. Layer addition iteration 13 -------------------------- Determining displacement for added points according to pointNormal ... Detected 8 points with point normal pointing through faces. Reset displacement at 8 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 402 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 91 displacementMedialAxis : Smoothing field ... Iteration 0 residual 4.767885e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 2 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 3730 out of 68679 faces (5.431063%). Removed extrusion at 4 faces. Added 8606 out of 206037 cells (4.17692%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 888 points. Layer addition iteration 14 -------------------------- Determining displacement for added points according to pointNormal ... Detected 0 points with point normal pointing through faces. Reset displacement at 0 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 355 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 54 displacementMedialAxis : Smoothing field ... Iteration 0 residual 3.665148e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 2 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 0 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 2758 out of 68679 faces (4.015784%). Removed extrusion at 0 faces. Added 6262 out of 206037 cells (3.03926%). Edge intersection testing: Number of edges : 912281 Number of edges to retest : 0 Number of intersected edges : 74584 Doing final balancing --------------------- patch faces layers overall thickness [m] [%] ----- ----- ------ --- --- car 68679 0.0912 0.000338 2.11 Layer mesh : cells:274613 faces:912281 points:369738 Cells per refinement level: 0 94502 1 3685 2 16862 3 97676 4 61888 Writing mesh to time 3 Wrote mesh in = 45.05 s. Layers added in = 45.05 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 = 95.18 s. End Finalising parallel run Run: (cd run; reconstructParMesh -latestTime) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : reconstructParMesh -latestTime Date : Apr 01 2019 Time : 15:14:07 Host : "bds1.beamnet" PID : 4522 Case : /data/vwt/process/run nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time This is an experimental tool which tries to merge individual processor meshes back into one master mesh. Use it if the original master mesh has been deleted or if the processor meshes have been modified (topology change). This tool will write the resulting mesh to a new time step and construct xxxxProcAddressing files in the processor meshes so reconstructPar can be used to regenerate the fields on the master mesh. Not well tested & use at your own risk! Merge tolerance : 1e-07 Write tolerance : 1e-07 Doing geometric matching on correct procBoundaries only. This assumes a correct decomposition. Found 8 processor directories Reading database "run/processor0" Reading database "run/processor1" Reading database "run/processor2" Reading database "run/processor3" Reading database "run/processor4" Reading database "run/processor5" Reading database "run/processor6" Reading database "run/processor7" Time = 3 Reading points from "run/processor0" for time = 3 Reading points from "run/processor1" for time = 3 Reading points from "run/processor2" for time = 3 Reading points from "run/processor3" for time = 3 Reading points from "run/processor4" for time = 3 Reading points from "run/processor5" for time = 3 Reading points from "run/processor6" for time = 3 Reading points from "run/processor7" for time = 3 Overall mesh bounding box : (-4 -2 -3.621559e-17) (4 2 3) Relative tolerance : 1e-07 Absolute matching distance : 9.433981e-07 Constructing empty mesh to add to. Reading mesh to add from "run/processor0" for time = 3 Adding to master mesh Reading mesh to add from "run/processor1" for time = 3 Adding to master mesh Reading mesh to add from "run/processor2" for time = 3 Adding to master mesh Reading mesh to add from "run/processor3" for time = 3 Adding to master mesh Reading mesh to add from "run/processor4" for time = 3 Adding to master mesh Reading mesh to add from "run/processor5" for time = 3 Adding to master mesh Reading mesh to add from "run/processor6" for time = 3 Adding to master mesh Reading mesh to add from "run/processor7" for time = 3 Adding to master mesh mergeSharedPoints : detected 0 points that are to be merged. Writing merged mesh to "/data/vwt/process/run/3" Reconstructing the addressing from the processor meshes to the newly reconstructed mesh Reading processor 0 mesh from "run/processor0" Writing pointProcAddressing to "run/processor0/3/polyMesh" Writing faceProcAddressing to "run/processor0/3/polyMesh" Writing cellProcAddressing to "run/processor0/3/polyMesh" Writing boundaryProcAddressing to "run/processor0/3/polyMesh" Reading processor 1 mesh from "run/processor1" Writing pointProcAddressing to "run/processor1/3/polyMesh" Writing faceProcAddressing to "run/processor1/3/polyMesh" Writing cellProcAddressing to "run/processor1/3/polyMesh" Writing boundaryProcAddressing to "run/processor1/3/polyMesh" Reading processor 2 mesh from "run/processor2" Writing pointProcAddressing to "run/processor2/3/polyMesh" Writing faceProcAddressing to "run/processor2/3/polyMesh" Writing cellProcAddressing to "run/processor2/3/polyMesh" Writing boundaryProcAddressing to "run/processor2/3/polyMesh" Reading processor 3 mesh from "run/processor3" Writing pointProcAddressing to "run/processor3/3/polyMesh" Writing faceProcAddressing to "run/processor3/3/polyMesh" Writing cellProcAddressing to "run/processor3/3/polyMesh" Writing boundaryProcAddressing to "run/processor3/3/polyMesh" Reading processor 4 mesh from "run/processor4" Writing pointProcAddressing to "run/processor4/3/polyMesh" Writing faceProcAddressing to "run/processor4/3/polyMesh" Writing cellProcAddressing to "run/processor4/3/polyMesh" Writing boundaryProcAddressing to "run/processor4/3/polyMesh" Reading processor 5 mesh from "run/processor5" Writing pointProcAddressing to "run/processor5/3/polyMesh" Writing faceProcAddressing to "run/processor5/3/polyMesh" Writing cellProcAddressing to "run/processor5/3/polyMesh" Writing boundaryProcAddressing to "run/processor5/3/polyMesh" Reading processor 6 mesh from "run/processor6" Writing pointProcAddressing to "run/processor6/3/polyMesh" Writing faceProcAddressing to "run/processor6/3/polyMesh" Writing cellProcAddressing to "run/processor6/3/polyMesh" Writing boundaryProcAddressing to "run/processor6/3/polyMesh" Reading processor 7 mesh from "run/processor7" Writing pointProcAddressing to "run/processor7/3/polyMesh" Writing faceProcAddressing to "run/processor7/3/polyMesh" Writing cellProcAddressing to "run/processor7/3/polyMesh" Writing boundaryProcAddressing to "run/processor7/3/polyMesh" End. Run: cp -a run/3/polyMesh run/constant Run: rm -fr run/0/polyMesh run/[1-9]* Run: (cd run; checkMesh -allTopology -allGeometry) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : checkMesh -allTopology -allGeometry Date : Apr 01 2019 Time : 15:14:12 Host : "bds1.beamnet" PID : 4527 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: 369738 faces: 912281 internal faces: 826630 cells: 274613 faces per cell: 6.332224 boundary patches: 4 point zones: 0 face zones: 0 cell zones: 1 Overall number of cells of each type: hexahedra: 222957 prisms: 7038 wedges: 0 pyramids: 0 tet wedges: 178 tetrahedra: 0 polyhedra: 44440 Breakdown of polyhedra by number of faces: faces number of cells 4 2388 5 3497 6 11016 7 567 8 295 9 19318 10 130 11 117 12 5801 13 5 14 55 15 1200 16 2 17 5 18 44 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 14572 14869 ok (non-closed singly connected) (-4 -2 -3.621559e-17) (4 2 3) car 68679 75318 ok (closed singly connected) (-1.400023 -0.365 0.02) (1.400011 0.365 0.8774745) Checking geometry... Overall domain bounding box (-4 -2 -3.621559e-17) (4 2 3) Mesh (non-empty, non-wedge) directions (1 1 1) Mesh (non-empty) directions (1 1 1) Boundary openness (3.296939e-17 9.948507e-17 7.400046e-15) OK. Max cell openness = 3.449236e-16 OK. Max aspect ratio = 10.31783 OK. Minimum face area = 4.515343e-06. Maximum face area = 0.01050264. Face area magnitudes OK. Min volume = 1.411741e-08. Max volume = 0.001015043. Total volume = 95.41766. Cell volumes OK. Mesh non-orthogonality Max: 58.34725 average: 11.28621 Non-orthogonality check OK. Face pyramids OK. Max skewness = 3.498741 OK. Coupled point location match (average 0) OK. Face tets OK. Min/max edge length = 0.0008381598 0.110047 OK. *There are 4118 faces with concave angles between consecutive edges. Max concave angle = 77.41143 degrees. < run/system/controlDict Run: sed -e 's/flowVelocity.*;/flowVelocity (12.7777777778 0 0);/' sim_2.3.0_1/initialConditions > run/initial/initialConditions Run: (cd run; potentialFoam) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : potentialFoam Date : Apr 01 2019 Time : 15:14:23 Host : "bds1.beamnet" PID : 4535 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.09188152, No Iterations 4 GAMG: Solving for p, Initial residual = 0.005113616, Final residual = 0.0004956535, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005738527, Final residual = 5.088657e-05, No Iterations 4 GAMG: Solving for p, Initial residual = 0.0001784298, Final residual = 1.45442e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 2.832882e-05, Final residual = 2.649816e-06, No Iterations 4 GAMG: Solving for p, Initial residual = 5.825258e-06, Final residual = 7.224352e-07, No Iterations 3 GAMG: Solving for p, Initial residual = 1.230155e-06, Final residual = 5.007152e-07, No Iterations 1 GAMG: Solving for p, Initial residual = 5.671739e-07, Final residual = 5.671739e-07, No Iterations 0 GAMG: Solving for p, Initial residual = 5.671739e-07, Final residual = 5.671739e-07, No Iterations 0 GAMG: Solving for p, Initial residual = 5.671739e-07, Final residual = 5.671739e-07, No Iterations 0 GAMG: Solving for p, Initial residual = 5.671739e-07, Final residual = 5.671739e-07, No Iterations 0 continuity error = 0.0001488193 Interpolated U error = 1.411534e-05 ExecutionTime = 3.34 s ClockTime = 3 s End Run: sed -e 's/Aref.*;/Aref 0.357337;/' sim_2.3.0_1/controlDict > run/system/controlDict Run: rm -fr run/processor* Run: (cd run; decomposePar) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : decomposePar Date : Apr 01 2019 Time : 15:14:26 Host : "bds1.beamnet" PID : 4541 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.43 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 = 34326 Number of faces shared with processor 1 = 402 Number of faces shared with processor 2 = 1156 Number of faces shared with processor 4 = 1745 Number of faces shared with processor 6 = 3 Number of processor patches = 4 Number of processor faces = 3306 Number of boundary faces = 13500 Processor 1 Number of cells = 34326 Number of faces shared with processor 0 = 402 Number of faces shared with processor 3 = 902 Number of faces shared with processor 4 = 141 Number of faces shared with processor 5 = 3646 Number of processor patches = 4 Number of processor faces = 5091 Number of boundary faces = 14447 Processor 2 Number of cells = 34326 Number of faces shared with processor 0 = 1156 Number of faces shared with processor 3 = 398 Number of faces shared with processor 6 = 1773 Number of processor patches = 3 Number of processor faces = 3327 Number of boundary faces = 13524 Processor 3 Number of cells = 34327 Number of faces shared with processor 1 = 902 Number of faces shared with processor 2 = 398 Number of faces shared with processor 5 = 2 Number of faces shared with processor 6 = 125 Number of faces shared with processor 7 = 3742 Number of processor patches = 5 Number of processor faces = 5169 Number of boundary faces = 14545 Processor 4 Number of cells = 34327 Number of faces shared with processor 0 = 1745 Number of faces shared with processor 1 = 141 Number of faces shared with processor 5 = 633 Number of faces shared with processor 6 = 1422 Number of processor patches = 4 Number of processor faces = 3941 Number of boundary faces = 7467 Processor 5 Number of cells = 34327 Number of faces shared with processor 1 = 3646 Number of faces shared with processor 3 = 2 Number of faces shared with processor 4 = 633 Number of faces shared with processor 7 = 1610 Number of processor patches = 4 Number of processor faces = 5891 Number of boundary faces = 7380 Processor 6 Number of cells = 34327 Number of faces shared with processor 0 = 3 Number of faces shared with processor 2 = 1773 Number of faces shared with processor 3 = 125 Number of faces shared with processor 4 = 1422 Number of faces shared with processor 7 = 618 Number of processor patches = 5 Number of processor faces = 3941 Number of boundary faces = 7448 Processor 7 Number of cells = 34327 Number of faces shared with processor 3 = 3742 Number of faces shared with processor 5 = 1610 Number of faces shared with processor 6 = 618 Number of processor patches = 3 Number of processor faces = 5970 Number of boundary faces = 7340 Number of processor faces = 18318 Max number of cells = 34327 (0.001092446% above average 34326.62) Max number of processor patches = 5 (25% above average 4) Max number of faces between processors = 5970 (30.36358% above average 4579.5) Time = 0 Processor 0: field transfer Processor 1: field transfer Processor 2: field transfer Processor 3: field transfer Processor 4: field transfer Processor 5: field transfer Processor 6: field transfer Processor 7: field transfer End. Run: (cd run; mpirun --hostfile hosts -np 8 simpleFoam -parallel) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : simpleFoam -parallel Date : Apr 01 2019 Time : 15:14:30 Host : "bds1.beamnet" PID : 4545 Case : /data/vwt/process/run nProcs : 8 Slaves : 7 ( "bds1.beamnet.4546" "bds1.beamnet.4547" "bds1.beamnet.4548" "bds1.beamnet.4549" "bds1.beamnet.4550" "bds1.beamnet.4551" "bds1.beamnet.4552" ) 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.01752382, Final residual = 0.0007334064, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.06618611, Final residual = 0.002488317, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.04354978, Final residual = 0.001895541, No Iterations 2 GAMG: Solving for p, Initial residual = 1, Final residual = 0.05316141, No Iterations 3 GAMG: Solving for p, Initial residual = 0.06304829, Final residual = 0.003670113, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008267701, Final residual = 0.0004832785, No Iterations 3 GAMG: Solving for p, Initial residual = 0.001929516, Final residual = 0.0001705696, No Iterations 2 time step continuity errors : sum local = 5.769044e-05, global = -1.999648e-06, cumulative = -1.999648e-06 smoothSolver: Solving for omega, Initial residual = 0.001967412, Final residual = 0.0001063242, No Iterations 2 smoothSolver: Solving for k, Initial residual = 1, Final residual = 0.02489359, No Iterations 2 ExecutionTime = 1.46 s ClockTime = 2 s forces forces output: sum of forces: pressure : (9.141409 0.01140341 -6.382848) viscous : (1.527113 3.918659e-05 0.02142488) porous : (0 0 0) sum of moments: pressure : (0.00115986 -2.741166 -0.02056519) viscous : (-3.295986e-05 0.469236 0.0001777517) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3019838 Cl = 0.0003238949 Cl(f) = 0.0001619474 Cl(r) = 0.0001619474 Time = 2 smoothSolver: Solving for Ux, Initial residual = 0.006166851, Final residual = 0.0002703457, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.02329024, Final residual = 0.0009231586, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.01592503, Final residual = 0.0006908871, No Iterations 2 GAMG: Solving for p, Initial residual = 0.2492241, Final residual = 0.01549376, No Iterations 3 GAMG: Solving for p, Initial residual = 0.04297737, Final residual = 0.002470196, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005659683, Final residual = 0.0003280689, No Iterations 3 GAMG: Solving for p, Initial residual = 0.001315034, Final residual = 0.000114775, No Iterations 2 time step continuity errors : sum local = 4.891802e-05, global = -9.221922e-07, cumulative = -2.92184e-06 smoothSolver: Solving for omega, Initial residual = 0.001275778, Final residual = 7.938507e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.1063571, Final residual = 0.002135054, No Iterations 2 ExecutionTime = 2.37 s ClockTime = 3 s forces forces output: sum of forces: pressure : (17.7034 -0.004427875 -12.02395) viscous : (1.556625 1.350362e-05 0.02389973) porous : (0 0 0) sum of moments: pressure : (0.00937193 -5.119765 -0.03367792) viscous : (-2.447048e-05 0.4779102 0.0001951948) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.5451753 Cl = -0.0001249535 Cl(f) = -6.247673e-05 Cl(r) = -6.247673e-05 Time = 3 smoothSolver: Solving for Ux, Initial residual = 0.006784102, Final residual = 0.0002568128, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.02524305, Final residual = 0.0009003584, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.01591818, Final residual = 0.0006626383, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1126663, Final residual = 0.006422933, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0190426, Final residual = 0.001424044, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003333799, Final residual = 0.000323558, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000778025, Final residual = 4.860634e-05, No Iterations 3 time step continuity errors : sum local = 1.600929e-05, global = 1.456037e-06, cumulative = -1.465804e-06 smoothSolver: Solving for omega, Initial residual = 0.001008895, Final residual = 6.623717e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.05311129, Final residual = 0.001107709, No Iterations 2 ExecutionTime = 3.25 s ClockTime = 4 s forces forces output: sum of forces: pressure : (16.74072 -0.02893799 -12.91383) viscous : (1.581244 -2.950032e-05 0.02737029) porous : (0 0 0) sum of moments: pressure : (0.02033544 -5.655139 -0.03280472) viscous : (-1.377361e-05 0.4853067 0.0002130109) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.5186227 Cl = -0.0008199554 Cl(f) = -0.0004099777 Cl(r) = -0.0004099777 Time = 4 smoothSolver: Solving for Ux, Initial residual = 0.007167697, Final residual = 0.0002830247, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.02680965, Final residual = 0.001004917, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.01573738, Final residual = 0.0006910088, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1164963, Final residual = 0.01137995, No Iterations 2 GAMG: Solving for p, Initial residual = 0.04102513, Final residual = 0.003944555, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009462297, Final residual = 0.0005877318, No Iterations 3 GAMG: Solving for p, Initial residual = 0.00195021, Final residual = 0.000103859, No Iterations 3 time step continuity errors : sum local = 2.246212e-05, global = 4.880506e-07, cumulative = -9.777531e-07 smoothSolver: Solving for omega, Initial residual = 0.0008516728, Final residual = 5.764754e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.03458112, Final residual = 0.0007466742, No Iterations 2 ExecutionTime = 4.12 s ClockTime = 5 s forces forces output: sum of forces: pressure : (8.289927 -0.04042818 -10.32433) viscous : (1.60241 -6.009699e-05 0.03105277) porous : (0 0 0) sum of moments: pressure : (0.02741534 -4.898287 -0.02134952) viscous : (-2.399858e-05 0.4918354 0.0002224102) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2800131 Cl = -0.001146064 Cl(f) = -0.0005730318 Cl(r) = -0.0005730318 Time = 5 smoothSolver: Solving for Ux, Initial residual = 0.003389785, Final residual = 0.0001405667, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0131734, Final residual = 0.0005670315, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.007670179, Final residual = 0.0003568482, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1242329, Final residual = 0.006039378, No Iterations 3 GAMG: Solving for p, Initial residual = 0.05306871, Final residual = 0.00320233, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007817447, Final residual = 0.0004699268, No Iterations 3 GAMG: Solving for p, Initial residual = 0.001781988, Final residual = 0.0001588668, No Iterations 2 time step continuity errors : sum local = 2.73732e-05, global = 2.475609e-07, cumulative = -7.301921e-07 smoothSolver: Solving for omega, Initial residual = 0.0007370659, Final residual = 5.060887e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.02500111, Final residual = 0.000554133, No Iterations 2 ExecutionTime = 4.94 s ClockTime = 5 s forces forces output: sum of forces: pressure : (0.9032793 -0.03766977 -7.4113) viscous : (1.621987 -0.0001385766 0.03378532) porous : (0 0 0) sum of moments: pressure : (0.02919319 -4.241866 -0.004818912) viscous : (1.411361e-05 0.4970406 0.0002252284) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.07148033 Cl = -0.001070205 Cl(f) = -0.0005351027 Cl(r) = -0.0005351027 Time = 6 smoothSolver: Solving for Ux, Initial residual = 0.003164916, Final residual = 0.0001386142, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.01174662, Final residual = 0.0004990916, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.006925191, Final residual = 0.0003433009, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1169456, Final residual = 0.008024484, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02915817, Final residual = 0.002346647, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006007837, Final residual = 0.0005431684, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001408272, Final residual = 8.785429e-05, No Iterations 3 time step continuity errors : sum local = 1.68207e-05, global = 1.44079e-06, cumulative = 7.105976e-07 smoothSolver: Solving for omega, Initial residual = 0.0006395317, Final residual = 4.396773e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.01918216, Final residual = 0.0004318334, No Iterations 2 ExecutionTime = 5.73 s ClockTime = 6 s forces forces output: sum of forces: pressure : (0.1720011 -0.0155037 -6.24159) viscous : (1.642087 -0.0002160313 0.03456653) porous : (0 0 0) sum of moments: pressure : (0.02044037 -4.483724 0.007673099) viscous : (5.396633e-05 0.5020066 0.0002672215) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.05134968 Cl = -0.0004449638 Cl(f) = -0.0002224819 Cl(r) = -0.0002224819 Time = 7 smoothSolver: Solving for Ux, Initial residual = 0.003470781, Final residual = 0.0001560016, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.01375918, Final residual = 0.0005679836, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.007753706, Final residual = 0.0003885872, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1193957, Final residual = 0.008626539, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0237186, Final residual = 0.00124605, No Iterations 3 GAMG: Solving for p, Initial residual = 0.00421229, Final residual = 0.0002278876, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0006001095, Final residual = 4.456974e-05, No Iterations 3 time step continuity errors : sum local = 1.063981e-05, global = -5.413765e-07, cumulative = 1.692211e-07 smoothSolver: Solving for omega, Initial residual = 0.000562971, Final residual = 3.840965e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.01543138, Final residual = 0.0003519978, No Iterations 2 ExecutionTime = 6.56 s ClockTime = 7 s forces forces output: sum of forces: pressure : (4.725842 0.01154197 -6.787768) viscous : (1.662737 -0.0002171473 0.0356337) porous : (0 0 0) sum of moments: pressure : (0.008725242 -5.362732 0.006736285) viscous : (3.645247e-05 0.5074264 0.0003053939) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1808355 Cl = 0.0003205611 Cl(f) = 0.0001602805 Cl(r) = 0.0001602805 Time = 8 smoothSolver: Solving for Ux, Initial residual = 0.002415442, Final residual = 0.0001194671, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.009718301, Final residual = 0.0004470037, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005733136, Final residual = 0.0003084345, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1035512, Final residual = 0.007844988, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02064445, Final residual = 0.001951856, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004158084, Final residual = 0.0002686654, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0008290726, Final residual = 5.036515e-05, No Iterations 3 time step continuity errors : sum local = 1.314795e-05, global = -4.748366e-07, cumulative = -3.056155e-07 smoothSolver: Solving for omega, Initial residual = 0.000504513, Final residual = 3.40019e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.01285293, Final residual = 0.0002971621, No Iterations 2 ExecutionTime = 7.37 s ClockTime = 8 s forces forces output: sum of forces: pressure : (9.49456 0.01482951 -7.928045) viscous : (1.682694 -0.0002329173 0.03779928) porous : (0 0 0) sum of moments: pressure : (0.008364889 -6.142733 -0.004397475) viscous : (2.158432e-05 0.5131093 0.0003216097) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.316384 Cl = 0.000413172 Cl(f) = 0.000206586 Cl(r) = 0.000206586 Time = 9 smoothSolver: Solving for Ux, Initial residual = 0.001948327, Final residual = 9.413273e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.008510673, Final residual = 0.0003870054, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.004971053, Final residual = 0.0002622066, No Iterations 2 GAMG: Solving for p, Initial residual = 0.08104919, Final residual = 0.004544995, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0136823, Final residual = 0.001027259, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002497672, Final residual = 0.0002279739, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005568435, Final residual = 2.8397e-05, No Iterations 3 time step continuity errors : sum local = 7.159593e-06, global = -1.280264e-07, cumulative = -4.336419e-07 smoothSolver: Solving for omega, Initial residual = 0.0004600055, Final residual = 3.06176e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.01096946, Final residual = 0.0002575601, No Iterations 2 ExecutionTime = 8.16 s ClockTime = 9 s forces forces output: sum of forces: pressure : (10.96822 0.004681531 -8.570037) viscous : (1.701317 -0.0002488148 0.04051958) porous : (0 0 0) sum of moments: pressure : (0.01485017 -6.398765 -0.01810943) viscous : (7.670445e-06 0.5186303 0.0003332783) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3586246 Cl = 0.0001254727 Cl(f) = 6.273636e-05 Cl(r) = 6.273636e-05 Time = 10 smoothSolver: Solving for Ux, Initial residual = 0.001914419, Final residual = 8.464478e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.008615619, Final residual = 0.0003743465, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00466169, Final residual = 0.0002398885, No Iterations 2 GAMG: Solving for p, Initial residual = 0.06979527, Final residual = 0.004171359, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01221334, Final residual = 0.001202999, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002556668, Final residual = 0.0001894943, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0005781678, Final residual = 3.496492e-05, No Iterations 3 time step continuity errors : sum local = 8.128877e-06, global = 3.127259e-07, cumulative = -1.20916e-07 smoothSolver: Solving for omega, Initial residual = 0.0004253045, Final residual = 2.797925e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.009505505, Final residual = 0.0002263845, No Iterations 2 ExecutionTime = 8.96 s ClockTime = 10 s forces forces output: sum of forces: pressure : (9.445448 -0.007281569 -8.455289) viscous : (1.718808 -0.0002532879 0.04304107) porous : (0 0 0) sum of moments: pressure : (0.02280728 -6.201252 -0.02592396) viscous : (-7.88043e-06 0.523722 0.0003456103) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3160161 Cl = -0.0002132821 Cl(f) = -0.0001066411 Cl(r) = -0.0001066411 Time = 11 smoothSolver: Solving for Ux, Initial residual = 0.001535542, Final residual = 7.390181e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.006835732, Final residual = 0.000321819, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003767163, Final residual = 0.0002093093, No Iterations 2 GAMG: Solving for p, Initial residual = 0.06398208, Final residual = 0.003928372, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01206189, Final residual = 0.001201876, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002777131, Final residual = 0.0001651734, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0006303989, Final residual = 5.602771e-05, No Iterations 2 time step continuity errors : sum local = 1.24196e-05, global = 1.234791e-07, cumulative = 2.563076e-09 smoothSolver: Solving for omega, Initial residual = 0.0003967236, Final residual = 2.592583e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.008328187, Final residual = 0.0002006084, No Iterations 2 ExecutionTime = 9.77 s ClockTime = 10 s forces forces output: sum of forces: pressure : (7.315226 -0.01156263 -7.799839) viscous : (1.735541 -0.0002564565 0.04503417) porous : (0 0 0) sum of moments: pressure : (0.02477731 -5.948457 -0.02447624) viscous : (-1.87276e-05 0.5283634 0.0003587406) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2561916 Cl = -0.0003345517 Cl(f) = -0.0001672758 Cl(r) = -0.0001672758 Time = 12 smoothSolver: Solving for Ux, Initial residual = 0.001351426, Final residual = 6.959656e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005866852, Final residual = 0.0002985769, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003324054, Final residual = 0.0001989131, No Iterations 2 GAMG: Solving for p, Initial residual = 0.05753135, Final residual = 0.003163119, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01024439, Final residual = 0.000820871, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002170543, Final residual = 0.000207844, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000531245, Final residual = 3.777854e-05, No Iterations 3 time step continuity errors : sum local = 8.45826e-06, global = 6.367865e-07, cumulative = 6.393496e-07 smoothSolver: Solving for omega, Initial residual = 0.000373152, Final residual = 2.417622e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.007373045, Final residual = 0.0001790978, No Iterations 2 ExecutionTime = 10.56 s ClockTime = 11 s forces forces output: sum of forces: pressure : (6.474207 -0.008445872 -7.039958) viscous : (1.751587 -0.0002656279 0.04651461) porous : (0 0 0) sum of moments: pressure : (0.02152891 -5.940928 -0.01768416) viscous : (-2.651611e-05 0.5326073 0.0003717426) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2328398 Cl = -0.0002465882 Cl(f) = -0.0001232941 Cl(r) = -0.0001232941 Time = 13 smoothSolver: Solving for Ux, Initial residual = 0.001373144, Final residual = 7.132772e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.006087368, Final residual = 0.0003120279, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00334216, Final residual = 0.0002079571, No Iterations 2 GAMG: Solving for p, Initial residual = 0.05371036, Final residual = 0.003191388, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009752817, Final residual = 0.0008721563, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00209267, Final residual = 0.0001358668, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0004904242, Final residual = 2.821961e-05, No Iterations 3 time step continuity errors : sum local = 6.595987e-06, global = 3.309937e-07, cumulative = 9.703432e-07 smoothSolver: Solving for omega, Initial residual = 0.0003514845, Final residual = 2.248648e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.006590065, Final residual = 0.000161007, No Iterations 2 ExecutionTime = 11.35 s ClockTime = 12 s forces forces output: sum of forces: pressure : (7.14853 -0.004549461 -6.557775) viscous : (1.766889 -0.0002854823 0.04774607) porous : (0 0 0) sum of moments: pressure : (0.01790049 -6.163357 -0.01152586) viscous : (-2.590857e-05 0.5366093 0.0003786395) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2523604 Cl = -0.0001368582 Cl(f) = -6.84291e-05 Cl(r) = -6.84291e-05 Time = 14 smoothSolver: Solving for Ux, Initial residual = 0.0012915, Final residual = 6.987929e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005957456, Final residual = 0.0003127846, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003259112, Final residual = 0.0002081918, No Iterations 2 GAMG: Solving for p, Initial residual = 0.05078286, Final residual = 0.003033158, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009318775, Final residual = 0.0008611231, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001950956, Final residual = 0.0001305375, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0004455721, Final residual = 2.759712e-05, No Iterations 3 time step continuity errors : sum local = 6.633488e-06, global = 1.596085e-07, cumulative = 1.129952e-06 smoothSolver: Solving for omega, Initial residual = 0.0003308755, Final residual = 2.090406e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.005947853, Final residual = 0.0001464158, No Iterations 2 ExecutionTime = 12.14 s ClockTime = 13 s forces forces output: sum of forces: pressure : (8.357777 -0.0006807984 -6.422003) viscous : (1.781242 -0.0003022618 0.04886166) porous : (0 0 0) sum of moments: pressure : (0.01612976 -6.430751 -0.01124712) viscous : (-2.685108e-05 0.5403477 0.0003800483) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2869957 Cl = -2.782656e-05 Cl(f) = -1.391328e-05 Cl(r) = -1.391328e-05 Time = 15 smoothSolver: Solving for Ux, Initial residual = 0.001205666, Final residual = 6.667553e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00589894, Final residual = 0.0003091055, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0031971, Final residual = 0.0002025704, No Iterations 2 GAMG: Solving for p, Initial residual = 0.04659648, Final residual = 0.00233764, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007859171, Final residual = 0.0005631607, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001436438, Final residual = 9.060727e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0003416731, Final residual = 1.944077e-05, No Iterations 3 time step continuity errors : sum local = 4.696844e-06, global = 2.575597e-07, cumulative = 1.387511e-06 smoothSolver: Solving for omega, Initial residual = 0.0003112735, Final residual = 1.941188e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.005407464, Final residual = 0.0001337694, No Iterations 2 ExecutionTime = 12.94 s ClockTime = 14 s forces forces output: sum of forces: pressure : (9.15957 0.002624021 -6.474862) viscous : (1.7946 -0.0003253747 0.04984513) porous : (0 0 0) sum of moments: pressure : (0.01644448 -6.562334 -0.01637418) viscous : (-1.915556e-05 0.5438161 0.0003743073) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3100694 Cl = 6.506562e-05 Cl(f) = 3.253281e-05 Cl(r) = 3.253281e-05 Time = 16 smoothSolver: Solving for Ux, Initial residual = 0.00114447, Final residual = 6.392203e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005758368, Final residual = 0.0003045882, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003108125, Final residual = 0.0001954306, No Iterations 2 GAMG: Solving for p, Initial residual = 0.04288835, Final residual = 0.001882702, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006691734, Final residual = 0.000456565, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001172623, Final residual = 6.417136e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0002805878, Final residual = 2.552197e-05, No Iterations 2 time step continuity errors : sum local = 6.126312e-06, global = 3.539345e-07, cumulative = 1.741446e-06 smoothSolver: Solving for omega, Initial residual = 0.000293869, Final residual = 1.813466e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.004940455, Final residual = 0.000122926, No Iterations 2 ExecutionTime = 13.72 s ClockTime = 14 s forces forces output: sum of forces: pressure : (9.271865 0.006293749 -6.446329) viscous : (1.807059 -0.0003506511 0.05074997) porous : (0 0 0) sum of moments: pressure : (0.01773675 -6.543078 -0.02363228) viscous : (-7.328734e-06 0.5470409 0.0003677943) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3136007 Cl = 0.0001682257 Cl(f) = 8.411285e-05 Cl(r) = 8.411285e-05 Time = 17 smoothSolver: Solving for Ux, Initial residual = 0.001070138, Final residual = 6.093203e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005307762, Final residual = 0.000292622, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002918555, Final residual = 0.0001874053, No Iterations 2 GAMG: Solving for p, Initial residual = 0.04052321, Final residual = 0.001783826, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00632116, Final residual = 0.0004632103, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001157871, Final residual = 6.644535e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0002882638, Final residual = 2.560894e-05, No Iterations 2 time step continuity errors : sum local = 6.140464e-06, global = 2.9716e-07, cumulative = 2.038606e-06 smoothSolver: Solving for omega, Initial residual = 0.0002784744, Final residual = 1.703612e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.004535499, Final residual = 0.0001135882, No Iterations 2 ExecutionTime = 14.51 s ClockTime = 15 s forces forces output: sum of forces: pressure : (9.024889 0.01224707 -6.188833) viscous : (1.818666 -0.0003884627 0.0514205) porous : (0 0 0) sum of moments: pressure : (0.01686555 -6.464899 -0.02899859) viscous : (1.642625e-05 0.5499836 0.0003636896) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3069383 Cl = 0.0003356705 Cl(f) = 0.0001678352 Cl(r) = 0.0001678352 Time = 18 smoothSolver: Solving for Ux, Initial residual = 0.001007381, Final residual = 5.811705e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004965922, Final residual = 0.0002817006, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002770743, Final residual = 0.0001805133, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03871043, Final residual = 0.001717974, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006026322, Final residual = 0.0004130445, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001106405, Final residual = 6.724173e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0002926332, Final residual = 2.775067e-05, No Iterations 2 time step continuity errors : sum local = 6.721143e-06, global = 2.281815e-07, cumulative = 2.266787e-06 smoothSolver: Solving for omega, Initial residual = 0.0002639709, Final residual = 1.605396e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.004183706, Final residual = 0.0001051603, No Iterations 2 ExecutionTime = 15.29 s ClockTime = 16 s forces forces output: sum of forces: pressure : (8.882862 0.01356375 -5.75252) viscous : (1.829463 -0.0004217724 0.05179332) porous : (0 0 0) sum of moments: pressure : (0.01675468 -6.399225 -0.03110637) viscous : (4.088286e-05 0.552659 0.0003728236) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3032237 Cl = 0.0003719976 Cl(f) = 0.0001859988 Cl(r) = 0.0001859988 Time = 19 smoothSolver: Solving for Ux, Initial residual = 0.0009806194, Final residual = 5.62911e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004954603, Final residual = 0.0002811098, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002735303, Final residual = 0.0001772616, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03751273, Final residual = 0.00168304, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005763794, Final residual = 0.0004142398, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001086824, Final residual = 7.432884e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0002964389, Final residual = 1.716007e-05, No Iterations 3 time step continuity errors : sum local = 4.233771e-06, global = -1.710689e-08, cumulative = 2.249681e-06 smoothSolver: Solving for omega, Initial residual = 0.0002505931, Final residual = 1.517798e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003879486, Final residual = 9.801284e-05, No Iterations 2 ExecutionTime = 16.08 s ClockTime = 17 s forces forces output: sum of forces: pressure : (8.993793 0.01315672 -5.216538) viscous : (1.839461 -0.0004481562 0.05192026) porous : (0 0 0) sum of moments: pressure : (0.0166694 -6.383276 -0.03191116) viscous : (6.720848e-05 0.5550773 0.0003895042) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3066468 Cl = 0.0003597294 Cl(f) = 0.0001798647 Cl(r) = 0.0001798647 Time = 20 smoothSolver: Solving for Ux, Initial residual = 0.0009616188, Final residual = 5.540789e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005049105, Final residual = 0.0002837515, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002753223, Final residual = 0.0001759122, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03612778, Final residual = 0.001615703, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005520349, Final residual = 0.0004014713, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001027241, Final residual = 7.219605e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0002784901, Final residual = 1.673869e-05, No Iterations 3 time step continuity errors : sum local = 4.199499e-06, global = -4.896178e-08, cumulative = 2.200719e-06 smoothSolver: Solving for omega, Initial residual = 0.0002382587, Final residual = 1.434357e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003606571, Final residual = 9.153465e-05, No Iterations 2 ExecutionTime = 16.89 s ClockTime = 18 s forces forces output: sum of forces: pressure : (9.23777 0.009422919 -4.702082) viscous : (1.848779 -0.0004615238 0.05181683) porous : (0 0 0) sum of moments: pressure : (0.01905047 -6.397525 -0.0328027) viscous : (8.708384e-05 0.5573021 0.0004050625) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3138166 Cl = 0.0002536618 Cl(f) = 0.0001268309 Cl(r) = 0.0001268309 Time = 21 smoothSolver: Solving for Ux, Initial residual = 0.0009305231, Final residual = 5.455277e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005097054, Final residual = 0.0002854418, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002767818, Final residual = 0.0001746414, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03422359, Final residual = 0.001440632, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005142571, Final residual = 0.0003404436, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0008901957, Final residual = 6.043068e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0002367004, Final residual = 1.42869e-05, No Iterations 3 time step continuity errors : sum local = 3.618735e-06, global = -2.732001e-09, cumulative = 2.197987e-06 smoothSolver: Solving for omega, Initial residual = 0.0002270183, Final residual = 1.356312e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003368246, Final residual = 8.550945e-05, No Iterations 2 ExecutionTime = 17.7 s ClockTime = 19 s forces forces output: sum of forces: pressure : (9.429065 0.004291182 -4.285652) viscous : (1.857513 -0.0004628192 0.05154438) porous : (0 0 0) sum of moments: pressure : (0.02249132 -6.397903 -0.03413368) viscous : (0.0001015851 0.5593902 0.0004195054) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3194786 Cl = 0.0001083659 Cl(f) = 5.418293e-05 Cl(r) = 5.418293e-05 Time = 22 smoothSolver: Solving for Ux, Initial residual = 0.0008905446, Final residual = 5.311453e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004977132, Final residual = 0.0002828282, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002757857, Final residual = 0.0001720448, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03278665, Final residual = 0.001292105, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004906705, Final residual = 0.000291326, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0007929391, Final residual = 4.906129e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0002002618, Final residual = 1.194365e-05, No Iterations 3 time step continuity errors : sum local = 3.048764e-06, global = -3.27775e-09, cumulative = 2.194709e-06 smoothSolver: Solving for omega, Initial residual = 0.0002167951, Final residual = 1.287453e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003151747, Final residual = 7.995928e-05, No Iterations 2 ExecutionTime = 18.49 s ClockTime = 19 s forces forces output: sum of forces: pressure : (9.439193 0.0005991103 -3.861163) viscous : (1.865678 -0.0004633488 0.05114512) porous : (0 0 0) sum of moments: pressure : (0.02523888 -6.394041 -0.03584647) viscous : (0.0001141537 0.5613007 0.0004279614) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3199964 Cl = 3.842874e-06 Cl(f) = 1.921437e-06 Cl(r) = 1.921437e-06 Time = 23 smoothSolver: Solving for Ux, Initial residual = 0.0008516702, Final residual = 5.105282e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004782115, Final residual = 0.0002765514, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002723713, Final residual = 0.0001683727, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03179925, Final residual = 0.00118944, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004800026, Final residual = 0.0002656055, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0007454498, Final residual = 4.371046e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0001822577, Final residual = 1.819762e-05, No Iterations 2 time step continuity errors : sum local = 4.68254e-06, global = 2.517897e-07, cumulative = 2.446499e-06 smoothSolver: Solving for omega, Initial residual = 0.0002064642, Final residual = 1.219662e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002959118, Final residual = 7.495481e-05, No Iterations 2 ExecutionTime = 19.27 s ClockTime = 20 s forces forces output: sum of forces: pressure : (9.323625 0.0001856084 -3.390627) viscous : (1.873522 -0.0004717927 0.05062446) porous : (0 0 0) sum of moments: pressure : (0.02699948 -6.386003 -0.03689812) viscous : (0.0001300083 0.5631969 0.0004365005) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3169471 Cl = -8.10075e-06 Cl(f) = -4.050375e-06 Cl(r) = -4.050375e-06 Time = 24 smoothSolver: Solving for Ux, Initial residual = 0.0008156467, Final residual = 4.88752e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004623505, Final residual = 0.0002711832, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002698458, Final residual = 0.0001658226, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03085755, Final residual = 0.00113357, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004733097, Final residual = 0.0002520919, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0007199585, Final residual = 4.328541e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0001779576, Final residual = 1.07639e-05, No Iterations 3 time step continuity errors : sum local = 2.794818e-06, global = 2.029935e-08, cumulative = 2.466798e-06 smoothSolver: Solving for omega, Initial residual = 0.0001973213, Final residual = 1.15548e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002784171, Final residual = 7.061342e-05, No Iterations 2 ExecutionTime = 20.07 s ClockTime = 21 s forces forces output: sum of forces: pressure : (9.201753 -0.0003657472 -2.897189) viscous : (1.880915 -0.0004855177 0.05000169) porous : (0 0 0) sum of moments: pressure : (0.02825389 -6.371359 -0.03750175) viscous : (0.0001478161 0.5649686 0.0004409631) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3137067 Cl = -2.409596e-05 Cl(f) = -1.204798e-05 Cl(r) = -1.204798e-05 Time = 25 smoothSolver: Solving for Ux, Initial residual = 0.0007843432, Final residual = 4.676201e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004561748, Final residual = 0.0002684744, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002687951, Final residual = 0.0001640806, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02996786, Final residual = 0.001066344, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004620273, Final residual = 0.0002468336, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006979246, Final residual = 4.433303e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0001764215, Final residual = 1.090753e-05, No Iterations 3 time step continuity errors : sum local = 2.859927e-06, global = -1.202714e-08, cumulative = 2.454771e-06 smoothSolver: Solving for omega, Initial residual = 0.0001882655, Final residual = 1.097167e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002622539, Final residual = 6.675951e-05, No Iterations 2 ExecutionTime = 20.87 s ClockTime = 22 s forces forces output: sum of forces: pressure : (9.109985 -0.001869142 -2.422158) viscous : (1.887858 -0.0005016162 0.04929332) porous : (0 0 0) sum of moments: pressure : (0.0282909 -6.366396 -0.03787607) viscous : (0.0001664259 0.5666175 0.0004414675) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3113056 Cl = -6.710682e-05 Cl(f) = -3.355341e-05 Cl(r) = -3.355341e-05 Time = 26 smoothSolver: Solving for Ux, Initial residual = 0.0007579743, Final residual = 4.48491e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004540615, Final residual = 0.0002668522, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002697227, Final residual = 0.0001653016, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02935838, Final residual = 0.0009669867, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004469403, Final residual = 0.0002324738, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006557283, Final residual = 4.136776e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0001650305, Final residual = 1.009707e-05, No Iterations 3 time step continuity errors : sum local = 2.66482e-06, global = 2.424736e-09, cumulative = 2.457196e-06 smoothSolver: Solving for omega, Initial residual = 0.0001799099, Final residual = 1.046534e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002479297, Final residual = 6.338461e-05, No Iterations 2 ExecutionTime = 21.66 s ClockTime = 23 s forces forces output: sum of forces: pressure : (9.020335 -0.004273786 -2.041538) viscous : (1.894383 -0.0005243189 0.04850593) porous : (0 0 0) sum of moments: pressure : (0.02785778 -6.382741 -0.03735251) viscous : (0.0001858903 0.5681554 0.0004454787) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3089527 Cl = -0.0001358155 Cl(f) = -6.790773e-05 Cl(r) = -6.790773e-05 Time = 27 smoothSolver: Solving for Ux, Initial residual = 0.0007304201, Final residual = 4.328355e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004498394, Final residual = 0.0002654818, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002708205, Final residual = 0.0001677369, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02917923, Final residual = 0.0009044534, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004284207, Final residual = 0.0002068514, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006068103, Final residual = 3.467666e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0001448612, Final residual = 1.392567e-05, No Iterations 2 time step continuity errors : sum local = 3.68079e-06, global = 1.034284e-07, cumulative = 2.560624e-06 smoothSolver: Solving for omega, Initial residual = 0.0001719891, Final residual = 9.985515e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002347092, Final residual = 6.030815e-05, No Iterations 2 ExecutionTime = 22.45 s ClockTime = 23 s forces forces output: sum of forces: pressure : (8.896908 -0.01021982 -1.801373) viscous : (1.900521 -0.0005494849 0.0476747) porous : (0 0 0) sum of moments: pressure : (0.02844584 -6.420082 -0.03630648) viscous : (0.0002061512 0.5695879 0.0004488523) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3056327 Cl = -0.0003048366 Cl(f) = -0.0001524183 Cl(r) = -0.0001524183 Time = 28 smoothSolver: Solving for Ux, Initial residual = 0.0007026006, Final residual = 4.156051e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004429573, Final residual = 0.0002628543, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002698286, Final residual = 0.0001691337, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02825693, Final residual = 0.0008662571, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004076809, Final residual = 0.0001752607, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005562453, Final residual = 5.091035e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001285941, Final residual = 9.724745e-06, No Iterations 3 time step continuity errors : sum local = 2.562867e-06, global = 1.674779e-07, cumulative = 2.728102e-06 smoothSolver: Solving for omega, Initial residual = 0.0001645762, Final residual = 9.548833e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00222642, Final residual = 5.747314e-05, No Iterations 2 ExecutionTime = 23.24 s ClockTime = 24 s forces forces output: sum of forces: pressure : (8.704198 -0.01748054 -1.700104) viscous : (1.906283 -0.0005738526 0.04681651) porous : (0 0 0) sum of moments: pressure : (0.02954891 -6.483743 -0.03480011) viscous : (0.0002252394 0.570916 0.0004507611) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3003409 Cl = -0.0005110488 Cl(f) = -0.0002555244 Cl(r) = -0.0002555244 Time = 29 smoothSolver: Solving for Ux, Initial residual = 0.0006736978, Final residual = 3.986567e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004331499, Final residual = 0.0002590486, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002690193, Final residual = 0.0001701086, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0268712, Final residual = 0.0008356831, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003826962, Final residual = 0.0001518696, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000505546, Final residual = 3.863671e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001064574, Final residual = 6.31213e-06, No Iterations 3 time step continuity errors : sum local = 1.657819e-06, global = 8.041443e-08, cumulative = 2.808516e-06 smoothSolver: Solving for omega, Initial residual = 0.0001574243, Final residual = 9.143646e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002115322, Final residual = 5.495256e-05, No Iterations 2 ExecutionTime = 24.02 s ClockTime = 25 s forces forces output: sum of forces: pressure : (8.477153 -0.02383645 -1.721157) viscous : (1.911669 -0.0005957227 0.04594689) porous : (0 0 0) sum of moments: pressure : (0.03066833 -6.557326 -0.03300741) viscous : (0.0002412492 0.572139 0.0004516564) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2940666 Cl = -0.0006915787 Cl(f) = -0.0003457893 Cl(r) = -0.0003457893 Time = 30 smoothSolver: Solving for Ux, Initial residual = 0.0006496045, Final residual = 3.837495e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004238755, Final residual = 0.00025433, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002685605, Final residual = 0.0001697494, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02594389, Final residual = 0.0008200286, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00357274, Final residual = 0.0001455498, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004733813, Final residual = 3.033057e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.003897e-05, Final residual = 7.98201e-06, No Iterations 2 time step continuity errors : sum local = 2.085733e-06, global = 2.394529e-07, cumulative = 3.047969e-06 smoothSolver: Solving for omega, Initial residual = 0.0001506779, Final residual = 8.788271e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00201138, Final residual = 5.249012e-05, No Iterations 2 ExecutionTime = 24.8 s ClockTime = 26 s forces forces output: sum of forces: pressure : (8.281691 -0.02726965 -1.845518) viscous : (1.916672 -0.0006114705 0.04509645) porous : (0 0 0) sum of moments: pressure : (0.0308499 -6.615307 -0.03136141) viscous : (0.0002515052 0.5732501 0.0004536911) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2886755 Cl = -0.0007892047 Cl(f) = -0.0003946023 Cl(r) = -0.0003946023 Time = 31 smoothSolver: Solving for Ux, Initial residual = 0.0006267112, Final residual = 3.705718e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004153864, Final residual = 0.0002492694, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002674841, Final residual = 0.0001680917, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02549851, Final residual = 0.0008074765, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003432126, Final residual = 0.0001425857, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000465821, Final residual = 3.76596e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001046784, Final residual = 7.269783e-06, No Iterations 3 time step continuity errors : sum local = 1.888838e-06, global = -1.409407e-07, cumulative = 2.907029e-06 smoothSolver: Solving for omega, Initial residual = 0.0001447091, Final residual = 8.46056e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001915717, Final residual = 5.014081e-05, No Iterations 2 ExecutionTime = 25.59 s ClockTime = 27 s forces forces output: sum of forces: pressure : (8.107739 -0.02908115 -2.049037) viscous : (1.921297 -0.0006346605 0.04427802) porous : (0 0 0) sum of moments: pressure : (0.03021172 -6.664615 -0.03013227) viscous : (0.0002631129 0.574251 0.0004582795) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2838825 Cl = -0.0008411375 Cl(f) = -0.0004205687 Cl(r) = -0.0004205687 Time = 32 smoothSolver: Solving for Ux, Initial residual = 0.0006038653, Final residual = 3.564648e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004072908, Final residual = 0.0002446666, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002659299, Final residual = 0.0001662297, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02536172, Final residual = 0.0007958814, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003327933, Final residual = 0.000145189, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004732043, Final residual = 4.572498e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001221258, Final residual = 9.850003e-06, No Iterations 3 time step continuity errors : sum local = 2.54222e-06, global = -2.528789e-07, cumulative = 2.65415e-06 smoothSolver: Solving for omega, Initial residual = 0.0001390948, Final residual = 8.13935e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001827736, Final residual = 4.806082e-05, No Iterations 2 ExecutionTime = 26.38 s ClockTime = 28 s forces forces output: sum of forces: pressure : (7.962147 -0.0303654 -2.292866) viscous : (1.925558 -0.000660043 0.04347733) porous : (0 0 0) sum of moments: pressure : (0.02897239 -6.699168 -0.02893285) viscous : (0.0002733855 0.5751464 0.0004645564) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.279882 Cl = -0.0008782081 Cl(f) = -0.000439104 Cl(r) = -0.000439104 Time = 33 smoothSolver: Solving for Ux, Initial residual = 0.0005828957, Final residual = 3.437129e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003987916, Final residual = 0.0002402972, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002646308, Final residual = 0.0001652282, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02509198, Final residual = 0.0007745542, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00324582, Final residual = 0.0001469828, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004677784, Final residual = 2.746541e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0001239603, Final residual = 1.183594e-05, No Iterations 2 time step continuity errors : sum local = 3.035696e-06, global = -1.007215e-07, cumulative = 2.553428e-06 smoothSolver: Solving for omega, Initial residual = 0.0001336222, Final residual = 7.805247e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001745826, Final residual = 4.615584e-05, No Iterations 2 ExecutionTime = 27.17 s ClockTime = 28 s forces forces output: sum of forces: pressure : (7.844927 -0.03088 -2.5254) viscous : (1.9295 -0.0006865657 0.04267929) porous : (0 0 0) sum of moments: pressure : (0.02773706 -6.718455 -0.02767629) viscous : (0.000283468 0.5759654 0.0004748129) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2766755 Cl = -0.0008935251 Cl(f) = -0.0004467625 Cl(r) = -0.0004467625 Time = 34 smoothSolver: Solving for Ux, Initial residual = 0.0005647171, Final residual = 3.334201e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003905942, Final residual = 0.0002379361, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002629699, Final residual = 0.0001645411, No Iterations 2 GAMG: Solving for p, Initial residual = 0.024399, Final residual = 0.0007423754, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003172817, Final residual = 0.0001401577, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004468547, Final residual = 4.365097e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001161161, Final residual = 9.214077e-06, No Iterations 3 time step continuity errors : sum local = 2.357051e-06, global = -4.539703e-08, cumulative = 2.508031e-06 smoothSolver: Solving for omega, Initial residual = 0.0001286114, Final residual = 7.493315e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001670314, Final residual = 4.447612e-05, No Iterations 2 ExecutionTime = 27.96 s ClockTime = 29 s forces forces output: sum of forces: pressure : (7.734434 -0.03272526 -2.718712) viscous : (1.933133 -0.0007062868 0.04187773) porous : (0 0 0) sum of moments: pressure : (0.02719736 -6.733598 -0.02658252) viscous : (0.0002890206 0.5767113 0.0004849913) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2736507 Cl = -0.0009463155 Cl(f) = -0.0004731578 Cl(r) = -0.0004731578 Time = 35 smoothSolver: Solving for Ux, Initial residual = 0.0005491066, Final residual = 3.246117e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003832415, Final residual = 0.0002354531, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002621412, Final residual = 0.0001648289, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02346488, Final residual = 0.0006961531, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003060129, Final residual = 0.000132516, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000423315, Final residual = 4.013787e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001056677, Final residual = 7.825571e-06, No Iterations 3 time step continuity errors : sum local = 1.995604e-06, global = -5.36333e-08, cumulative = 2.454398e-06 smoothSolver: Solving for omega, Initial residual = 0.0001238887, Final residual = 7.209755e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00160065, Final residual = 4.286897e-05, No Iterations 2 ExecutionTime = 28.74 s ClockTime = 30 s forces forces output: sum of forces: pressure : (7.635117 -0.03631567 -2.875929) viscous : (1.936477 -0.00073323 0.04106304) porous : (0 0 0) sum of moments: pressure : (0.0271683 -6.746133 -0.02562986) viscous : (0.0002962604 0.577401 0.0004983366) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2709341 Cl = -0.001048709 Cl(f) = -0.0005243543 Cl(r) = -0.0005243543 Time = 36 smoothSolver: Solving for Ux, Initial residual = 0.000533942, Final residual = 3.161892e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003771758, Final residual = 0.0002326729, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002619855, Final residual = 0.0001655939, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02271007, Final residual = 0.0006561583, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002914424, Final residual = 0.0001307608, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004010057, Final residual = 3.797446e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.765948e-05, Final residual = 6.928008e-06, No Iterations 3 time step continuity errors : sum local = 1.762505e-06, global = 9.838713e-08, cumulative = 2.552785e-06 smoothSolver: Solving for omega, Initial residual = 0.0001192262, Final residual = 6.937696e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001535636, Final residual = 4.142809e-05, No Iterations 2 ExecutionTime = 29.52 s ClockTime = 31 s forces forces output: sum of forces: pressure : (7.570624 -0.03849859 -2.981467) viscous : (1.939553 -0.0007685826 0.04023017) porous : (0 0 0) sum of moments: pressure : (0.02658343 -6.749578 -0.02420063) viscous : (0.0003061165 0.5780489 0.0005148345) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2691957 Cl = -0.001111499 Cl(f) = -0.0005557495 Cl(r) = -0.0005557495 Time = 37 smoothSolver: Solving for Ux, Initial residual = 0.0005204262, Final residual = 3.081616e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003726972, Final residual = 0.000229522, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002621955, Final residual = 0.0001663261, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02238338, Final residual = 0.0006388801, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002822012, Final residual = 0.0001286887, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003851503, Final residual = 3.547416e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.920785e-05, Final residual = 5.824362e-06, No Iterations 3 time step continuity errors : sum local = 1.480539e-06, global = 1.343793e-07, cumulative = 2.687164e-06 smoothSolver: Solving for omega, Initial residual = 0.000114762, Final residual = 6.666412e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001475163, Final residual = 4.011597e-05, No Iterations 2 ExecutionTime = 30.31 s ClockTime = 31 s forces forces output: sum of forces: pressure : (7.512977 -0.0376078 -3.025896) viscous : (1.942387 -0.0008074499 0.0393816) porous : (0 0 0) sum of moments: pressure : (0.02508809 -6.753361 -0.0225281) viscous : (0.0003173964 0.578672 0.0005319903) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2676441 Cl = -0.001087384 Cl(f) = -0.0005436922 Cl(r) = -0.0005436922 Time = 38 smoothSolver: Solving for Ux, Initial residual = 0.0005072406, Final residual = 3.012573e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003693128, Final residual = 0.0002265492, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002627883, Final residual = 0.0001667589, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02216854, Final residual = 0.002156751, No Iterations 1 GAMG: Solving for p, Initial residual = 0.003457216, Final residual = 0.0002330807, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0007684811, Final residual = 5.315511e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001354184, Final residual = 7.568415e-06, No Iterations 3 time step continuity errors : sum local = 1.92316e-06, global = 1.59663e-07, cumulative = 2.846827e-06 smoothSolver: Solving for omega, Initial residual = 0.0001105629, Final residual = 6.407862e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001417881, Final residual = 3.889171e-05, No Iterations 2 ExecutionTime = 31.08 s ClockTime = 32 s forces forces output: sum of forces: pressure : (7.44436 -0.03435932 -3.048642) viscous : (1.94499 -0.0008430424 0.03850996) porous : (0 0 0) sum of moments: pressure : (0.02284619 -6.758723 -0.02109918) viscous : (0.0003285174 0.5792785 0.0005481964) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2657755 Cl = -0.0009964403 Cl(f) = -0.0004982201 Cl(r) = -0.0004982201 Time = 39 smoothSolver: Solving for Ux, Initial residual = 0.0004954799, Final residual = 2.957767e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003654112, Final residual = 0.0002236108, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002637089, Final residual = 0.0001673567, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02153535, Final residual = 0.002043365, No Iterations 1 GAMG: Solving for p, Initial residual = 0.003321073, Final residual = 0.0002154563, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0007276038, Final residual = 4.734815e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001244473, Final residual = 6.887485e-06, No Iterations 3 time step continuity errors : sum local = 1.749269e-06, global = 1.608797e-07, cumulative = 3.007707e-06 smoothSolver: Solving for omega, Initial residual = 0.0001066714, Final residual = 6.173044e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001363323, Final residual = 3.774466e-05, No Iterations 2 ExecutionTime = 31.86 s ClockTime = 33 s forces forces output: sum of forces: pressure : (7.366397 -0.03249628 -3.086364) viscous : (1.947342 -0.0008683517 0.03762008) porous : (0 0 0) sum of moments: pressure : (0.02149521 -6.760449 -0.02037674) viscous : (0.0003360344 0.5798558 0.0005579252) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2636353 Cl = -0.0009444212 Cl(f) = -0.0004722106 Cl(r) = -0.0004722106 Time = 40 smoothSolver: Solving for Ux, Initial residual = 0.0004848853, Final residual = 2.898189e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003601316, Final residual = 0.0002205935, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002643538, Final residual = 0.0001679799, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02068867, Final residual = 0.001934724, No Iterations 1 GAMG: Solving for p, Initial residual = 0.003163088, Final residual = 0.0001999588, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006878299, Final residual = 4.290248e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001147714, Final residual = 1.128858e-05, No Iterations 2 time step continuity errors : sum local = 2.866187e-06, global = 4.397461e-07, cumulative = 3.447453e-06 smoothSolver: Solving for omega, Initial residual = 0.0001028159, Final residual = 5.940912e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00131222, Final residual = 3.65753e-05, No Iterations 2 ExecutionTime = 32.63 s ClockTime = 34 s forces forces output: sum of forces: pressure : (7.284227 -0.0317612 -3.136728) viscous : (1.949471 -0.0008846212 0.03670806) porous : (0 0 0) sum of moments: pressure : (0.0208032 -6.755404 -0.02006983) viscous : (0.0003394717 0.5804152 0.0005608031) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2613696 Cl = -0.0009240747 Cl(f) = -0.0004620373 Cl(r) = -0.0004620373 Time = 41 smoothSolver: Solving for Ux, Initial residual = 0.0004755024, Final residual = 2.837319e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003538896, Final residual = 0.0002174754, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002650728, Final residual = 0.0001681117, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0202296, Final residual = 0.001836221, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00300468, Final residual = 0.0001943995, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006588962, Final residual = 4.306363e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001121292, Final residual = 5.732172e-06, No Iterations 3 time step continuity errors : sum local = 1.456103e-06, global = 1.680214e-07, cumulative = 3.615474e-06 smoothSolver: Solving for omega, Initial residual = 9.909268e-05, Final residual = 5.72559e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001264021, Final residual = 3.544052e-05, No Iterations 2 ExecutionTime = 33.4 s ClockTime = 35 s forces forces output: sum of forces: pressure : (7.205581 -0.03245207 -3.184207) viscous : (1.951386 -0.000899376 0.03576862) porous : (0 0 0) sum of moments: pressure : (0.02077854 -6.744831 -0.01983137) viscous : (0.0003417178 0.580953 0.0005629987) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2591977 Cl = -0.0009440482 Cl(f) = -0.0004720241 Cl(r) = -0.0004720241 Time = 42 smoothSolver: Solving for Ux, Initial residual = 0.0004655213, Final residual = 2.779562e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003470934, Final residual = 0.0002142619, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00265625, Final residual = 0.000167605, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01958045, Final residual = 0.001791891, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002893568, Final residual = 0.0001943254, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006391946, Final residual = 4.406329e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001135039, Final residual = 6.093963e-06, No Iterations 3 time step continuity errors : sum local = 1.549739e-06, global = 1.269086e-07, cumulative = 3.742383e-06 smoothSolver: Solving for omega, Initial residual = 9.540598e-05, Final residual = 5.51375e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001217808, Final residual = 3.437461e-05, No Iterations 2 ExecutionTime = 34.18 s ClockTime = 36 s forces forces output: sum of forces: pressure : (7.127212 -0.03280647 -3.219071) viscous : (1.953054 -0.0009145027 0.03478879) porous : (0 0 0) sum of moments: pressure : (0.02083487 -6.731195 -0.01960184) viscous : (0.0003448947 0.5814478 0.0005627517) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2570266 Cl = -0.0009545079 Cl(f) = -0.0004772539 Cl(r) = -0.0004772539 Time = 43 smoothSolver: Solving for Ux, Initial residual = 0.0004558846, Final residual = 2.720426e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003402329, Final residual = 0.0002109666, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002666199, Final residual = 0.0001670472, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01910746, Final residual = 0.001762698, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002808206, Final residual = 0.0001938567, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006249031, Final residual = 4.382897e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001140955, Final residual = 6.172843e-06, No Iterations 3 time step continuity errors : sum local = 1.571974e-06, global = 1.054985e-07, cumulative = 3.847881e-06 smoothSolver: Solving for omega, Initial residual = 9.197875e-05, Final residual = 5.310611e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001173087, Final residual = 3.336279e-05, No Iterations 2 ExecutionTime = 34.95 s ClockTime = 36 s forces forces output: sum of forces: pressure : (7.045981 -0.03230029 -3.24944) viscous : (1.954475 -0.0009247645 0.03377205) porous : (0 0 0) sum of moments: pressure : (0.02081944 -6.716538 -0.01930776) viscous : (0.0003464737 0.5818932 0.0005595812) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2547674 Cl = -0.0009404705 Cl(f) = -0.0004702353 Cl(r) = -0.0004702353 Time = 44 smoothSolver: Solving for Ux, Initial residual = 0.000446987, Final residual = 2.658126e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003324534, Final residual = 0.0002069787, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002679519, Final residual = 0.0001664088, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01878045, Final residual = 0.001721419, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002712555, Final residual = 0.0001904929, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006141165, Final residual = 4.214775e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000112116, Final residual = 5.815135e-06, No Iterations 3 time step continuity errors : sum local = 1.483095e-06, global = 9.319184e-08, cumulative = 3.941073e-06 smoothSolver: Solving for omega, Initial residual = 8.861473e-05, Final residual = 5.109058e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001130795, Final residual = 3.235299e-05, No Iterations 2 ExecutionTime = 35.73 s ClockTime = 37 s forces forces output: sum of forces: pressure : (6.963516 -0.03040738 -3.287144) viscous : (1.95563 -0.0009399134 0.03271933) porous : (0 0 0) sum of moments: pressure : (0.02056455 -6.701668 -0.01895654) viscous : (0.0003513547 0.5822713 0.000553049) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2524659 Cl = -0.0008873184 Cl(f) = -0.0004436592 Cl(r) = -0.0004436592 Time = 45 smoothSolver: Solving for Ux, Initial residual = 0.0004380081, Final residual = 2.59438e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003241291, Final residual = 0.0002018138, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002691734, Final residual = 0.0001659969, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01833931, Final residual = 0.001664213, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002620969, Final residual = 0.0001828658, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005984519, Final residual = 3.961435e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001077729, Final residual = 5.216769e-06, No Iterations 3 time step continuity errors : sum local = 1.331932e-06, global = 1.030958e-07, cumulative = 4.044169e-06 smoothSolver: Solving for omega, Initial residual = 8.539849e-05, Final residual = 4.912669e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001090689, Final residual = 3.129792e-05, No Iterations 2 ExecutionTime = 36.5 s ClockTime = 38 s forces forces output: sum of forces: pressure : (6.88409 -0.02800427 -3.339877) viscous : (1.956495 -0.0009570182 0.03162983) porous : (0 0 0) sum of moments: pressure : (0.0202672 -6.685984 -0.0190429) viscous : (0.0003577536 0.5825698 0.0005464016) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2502421 Cl = -0.0008197801 Cl(f) = -0.0004098901 Cl(r) = -0.0004098901 Time = 46 smoothSolver: Solving for Ux, Initial residual = 0.0004290343, Final residual = 2.538847e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003158169, Final residual = 0.0001961636, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002702063, Final residual = 0.0001662246, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01788832, Final residual = 0.001603992, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002527367, Final residual = 0.0001741793, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005748594, Final residual = 3.708753e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001022443, Final residual = 9.992915e-06, No Iterations 2 time step continuity errors : sum local = 2.553808e-06, global = 1.959463e-07, cumulative = 4.240115e-06 smoothSolver: Solving for omega, Initial residual = 8.227267e-05, Final residual = 4.725892e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001052478, Final residual = 3.026128e-05, No Iterations 2 ExecutionTime = 37.25 s ClockTime = 39 s forces forces output: sum of forces: pressure : (6.809375 -0.02634071 -3.402003) viscous : (1.957096 -0.0009774061 0.03051846) porous : (0 0 0) sum of moments: pressure : (0.02022674 -6.670491 -0.01982344) viscous : (0.0003654678 0.5827916 0.0005429863) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2481443 Cl = -0.0007732682 Cl(f) = -0.0003866341 Cl(r) = -0.0003866341 Time = 47 smoothSolver: Solving for Ux, Initial residual = 0.000420677, Final residual = 2.483017e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003066551, Final residual = 0.0001903666, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002715599, Final residual = 0.0001667932, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0174547, Final residual = 0.001539626, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002423694, Final residual = 0.000165968, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005428306, Final residual = 3.53288e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.677238e-05, Final residual = 9.423289e-06, No Iterations 2 time step continuity errors : sum local = 2.411266e-06, global = 2.170211e-07, cumulative = 4.457136e-06 smoothSolver: Solving for omega, Initial residual = 7.928953e-05, Final residual = 4.55613e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001015836, Final residual = 2.927427e-05, No Iterations 2 ExecutionTime = 38.01 s ClockTime = 39 s forces forces output: sum of forces: pressure : (6.738139 -0.0245924 -3.454581) viscous : (1.957498 -0.001000344 0.02939717) porous : (0 0 0) sum of moments: pressure : (0.02002888 -6.657978 -0.02148965) viscous : (0.0003755226 0.5829678 0.0005398928) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2461392 Cl = -0.0007244299 Cl(f) = -0.0003622149 Cl(r) = -0.0003622149 Time = 48 smoothSolver: Solving for Ux, Initial residual = 0.0004123487, Final residual = 2.423895e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002976383, Final residual = 0.0001843872, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002723627, Final residual = 0.0001671321, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01690388, Final residual = 0.001475944, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002320499, Final residual = 0.0001589352, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005098468, Final residual = 3.34236e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.143268e-05, Final residual = 8.760104e-06, No Iterations 2 time step continuity errors : sum local = 2.244639e-06, global = 2.193968e-07, cumulative = 4.676533e-06 smoothSolver: Solving for omega, Initial residual = 7.646659e-05, Final residual = 4.395301e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0009810112, Final residual = 2.832564e-05, No Iterations 2 ExecutionTime = 38.78 s ClockTime = 40 s forces forces output: sum of forces: pressure : (6.666318 -0.02188204 -3.494605) viscous : (1.957718 -0.001023595 0.02825331) porous : (0 0 0) sum of moments: pressure : (0.01939981 -6.649902 -0.0235621) viscous : (0.0003858689 0.5831076 0.00053814) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2441125 Cl = -0.0006483684 Cl(f) = -0.0003241842 Cl(r) = -0.0003241842 Time = 49 smoothSolver: Solving for Ux, Initial residual = 0.0004037469, Final residual = 2.366462e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002883865, Final residual = 0.0001784641, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002730631, Final residual = 0.0001671109, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01637657, Final residual = 0.001406409, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002206723, Final residual = 0.0001504499, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000478618, Final residual = 3.094111e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.533249e-05, Final residual = 7.800507e-06, No Iterations 2 time step continuity errors : sum local = 2.00104e-06, global = 2.049156e-07, cumulative = 4.881449e-06 smoothSolver: Solving for omega, Initial residual = 7.378694e-05, Final residual = 4.241945e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0009477002, Final residual = 2.742665e-05, No Iterations 2 ExecutionTime = 39.54 s ClockTime = 41 s forces forces output: sum of forces: pressure : (6.589521 -0.01911689 -3.527526) viscous : (1.957761 -0.00104887 0.02706136) porous : (0 0 0) sum of moments: pressure : (0.01874318 -6.646366 -0.02535165) viscous : (0.000396963 0.5832209 0.0005391788) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2419399 Cl = -0.0005708133 Cl(f) = -0.0002854067 Cl(r) = -0.0002854067 Time = 50 smoothSolver: Solving for Ux, Initial residual = 0.000395393, Final residual = 2.30435e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002795578, Final residual = 0.0001725241, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002729545, Final residual = 0.0001666485, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01586539, Final residual = 0.00133704, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002096033, Final residual = 0.0001411793, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004496976, Final residual = 2.873608e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.952314e-05, Final residual = 6.98215e-06, No Iterations 2 time step continuity errors : sum local = 1.792189e-06, global = 2.172506e-07, cumulative = 5.0987e-06 smoothSolver: Solving for omega, Initial residual = 7.116377e-05, Final residual = 4.102621e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0009165388, Final residual = 2.66103e-05, No Iterations 2 ExecutionTime = 40.31 s ClockTime = 42 s forces forces output: sum of forces: pressure : (6.507597 -0.01700465 -3.556701) viscous : (1.957665 -0.001070418 0.02583788) porous : (0 0 0) sum of moments: pressure : (0.01814853 -6.647055 -0.02640689) viscous : (0.0004052986 0.5833211 0.0005443451) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2396182 Cl = -0.000511634 Cl(f) = -0.000255817 Cl(r) = -0.000255817 Time = 51 smoothSolver: Solving for Ux, Initial residual = 0.0003870532, Final residual = 2.245762e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002703913, Final residual = 0.0001664417, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002727376, Final residual = 0.0001655679, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01534377, Final residual = 0.001273235, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001999972, Final residual = 0.0001325843, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004253137, Final residual = 2.726603e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.481253e-05, Final residual = 6.526354e-06, No Iterations 2 time step continuity errors : sum local = 1.675551e-06, global = 2.01922e-07, cumulative = 5.300622e-06 smoothSolver: Solving for omega, Initial residual = 6.865417e-05, Final residual = 3.967198e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0008868616, Final residual = 2.5847e-05, No Iterations 2 ExecutionTime = 41.08 s ClockTime = 43 s forces forces output: sum of forces: pressure : (6.424571 -0.01647726 -3.582655) viscous : (1.95745 -0.001092996 0.02459757) porous : (0 0 0) sum of moments: pressure : (0.01792116 -6.650209 -0.02706385) viscous : (0.0004141129 0.5834084 0.0005502712) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.237262 Cl = -0.0004973449 Cl(f) = -0.0002486724 Cl(r) = -0.0002486724 Time = 52 smoothSolver: Solving for Ux, Initial residual = 0.0003788325, Final residual = 2.195975e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002625466, Final residual = 0.0001605399, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002722344, Final residual = 0.0001641549, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01483673, Final residual = 0.001217081, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001916879, Final residual = 0.0001249335, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004055473, Final residual = 2.616454e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.086796e-05, Final residual = 6.459268e-06, No Iterations 2 time step continuity errors : sum local = 1.65825e-06, global = 1.892952e-07, cumulative = 5.489917e-06 smoothSolver: Solving for omega, Initial residual = 6.626733e-05, Final residual = 3.82882e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0008585646, Final residual = 2.513283e-05, No Iterations 2 ExecutionTime = 41.84 s ClockTime = 44 s forces forces output: sum of forces: pressure : (6.345838 -0.0177056 -3.607819) viscous : (1.957099 -0.001116798 0.02333488) porous : (0 0 0) sum of moments: pressure : (0.01828051 -6.652708 -0.02782905) viscous : (0.0004236733 0.5834767 0.0005539395) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2350234 Cl = -0.0005327881 Cl(f) = -0.0002663941 Cl(r) = -0.0002663941 Time = 53 smoothSolver: Solving for Ux, Initial residual = 0.0003707349, Final residual = 2.148634e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002553129, Final residual = 0.0001554442, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002714743, Final residual = 0.0001628263, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01443511, Final residual = 0.001171222, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001843729, Final residual = 0.0001185784, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003888535, Final residual = 2.518618e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.734202e-05, Final residual = 6.602759e-06, No Iterations 2 time step continuity errors : sum local = 1.694487e-06, global = 1.793706e-07, cumulative = 5.669287e-06 smoothSolver: Solving for omega, Initial residual = 6.397633e-05, Final residual = 3.694029e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0008313835, Final residual = 2.443902e-05, No Iterations 2 ExecutionTime = 42.6 s ClockTime = 44 s forces forces output: sum of forces: pressure : (6.275075 -0.02026724 -3.63107) viscous : (1.956613 -0.001140278 0.02204913) porous : (0 0 0) sum of moments: pressure : (0.01924218 -6.653223 -0.02909811) viscous : (0.0004326333 0.583527 0.0005556945) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2330067 Cl = -0.0006059625 Cl(f) = -0.0003029812 Cl(r) = -0.0003029812 Time = 54 smoothSolver: Solving for Ux, Initial residual = 0.0003628572, Final residual = 2.100385e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002484102, Final residual = 0.0001500318, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002704738, Final residual = 0.0001617242, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01416003, Final residual = 0.001138209, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001796951, Final residual = 0.0001139148, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003748577, Final residual = 2.442421e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.440241e-05, Final residual = 3.345544e-06, No Iterations 3 time step continuity errors : sum local = 8.58179e-07, global = 8.492452e-08, cumulative = 5.754212e-06 smoothSolver: Solving for omega, Initial residual = 6.17447e-05, Final residual = 3.568248e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000805626, Final residual = 2.377389e-05, No Iterations 2 ExecutionTime = 43.38 s ClockTime = 45 s forces forces output: sum of forces: pressure : (6.21234 -0.02312604 -3.649246) viscous : (1.955994 -0.001161368 0.02074516) porous : (0 0 0) sum of moments: pressure : (0.02049088 -6.65308 -0.03062733) viscous : (0.0004397037 0.58356 0.0005557281) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2312134 Cl = -0.0006874809 Cl(f) = -0.0003437405 Cl(r) = -0.0003437405 Time = 55 smoothSolver: Solving for Ux, Initial residual = 0.00035473, Final residual = 2.053176e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002420114, Final residual = 0.0001449366, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002688327, Final residual = 0.0001600923, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01392374, Final residual = 0.001109303, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001759045, Final residual = 0.0001082907, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003607134, Final residual = 2.324789e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.097168e-05, Final residual = 3.099309e-06, No Iterations 3 time step continuity errors : sum local = 7.946436e-07, global = -2.703523e-08, cumulative = 5.727177e-06 smoothSolver: Solving for omega, Initial residual = 5.961112e-05, Final residual = 3.451553e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007809114, Final residual = 2.311112e-05, No Iterations 2 ExecutionTime = 44.16 s ClockTime = 46 s forces forces output: sum of forces: pressure : (6.158103 -0.02570011 -3.662413) viscous : (1.955253 -0.001181249 0.01941892) porous : (0 0 0) sum of moments: pressure : (0.0217577 -6.65289 -0.03212754) viscous : (0.000445159 0.5835832 0.0005531721) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2296572 Cl = -0.0007609054 Cl(f) = -0.0003804527 Cl(r) = -0.0003804527 Time = 56 smoothSolver: Solving for Ux, Initial residual = 0.0003469381, Final residual = 2.005455e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002360992, Final residual = 0.0001401132, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002671181, Final residual = 0.0001579977, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01375498, Final residual = 0.001081647, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00172186, Final residual = 0.0001021762, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003472148, Final residual = 2.195924e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.786606e-05, Final residual = 2.849451e-06, No Iterations 3 time step continuity errors : sum local = 7.301792e-07, global = -4.830263e-08, cumulative = 5.678874e-06 smoothSolver: Solving for omega, Initial residual = 5.754733e-05, Final residual = 3.340199e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007568304, Final residual = 2.247035e-05, No Iterations 2 ExecutionTime = 44.94 s ClockTime = 47 s forces forces output: sum of forces: pressure : (6.111817 -0.02799654 -3.673517) viscous : (1.9544 -0.001198656 0.01806212) porous : (0 0 0) sum of moments: pressure : (0.02299869 -6.652314 -0.03335782) viscous : (0.0004480825 0.5836062 0.0005490469) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2283228 Cl = -0.000826401 Cl(f) = -0.0004132005 Cl(r) = -0.0004132005 Time = 57 smoothSolver: Solving for Ux, Initial residual = 0.0003397795, Final residual = 1.957536e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002305428, Final residual = 0.0001362412, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002650518, Final residual = 0.0001557815, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01351336, Final residual = 0.001058849, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001684252, Final residual = 9.683687e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003350249, Final residual = 2.074931e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.561143e-05, Final residual = 2.658977e-06, No Iterations 3 time step continuity errors : sum local = 6.809781e-07, global = -4.66567e-08, cumulative = 5.632217e-06 smoothSolver: Solving for omega, Initial residual = 5.553389e-05, Final residual = 3.231312e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007335927, Final residual = 2.185177e-05, No Iterations 2 ExecutionTime = 45.71 s ClockTime = 47 s forces forces output: sum of forces: pressure : (6.071949 -0.03012671 -3.684023) viscous : (1.95345 -0.001212855 0.01668096) porous : (0 0 0) sum of moments: pressure : (0.02415925 -6.65167 -0.03430776) viscous : (0.0004479016 0.5836362 0.0005430276) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2271674 Cl = -0.0008870996 Cl(f) = -0.0004435498 Cl(r) = -0.0004435498 Time = 58 smoothSolver: Solving for Ux, Initial residual = 0.0003324983, Final residual = 1.91694e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002251734, Final residual = 0.0001328031, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002626157, Final residual = 0.0001534925, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01319789, Final residual = 0.001039821, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001647844, Final residual = 9.26732e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003247117, Final residual = 1.984055e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.425348e-05, Final residual = 5.376182e-06, No Iterations 2 time step continuity errors : sum local = 1.376056e-06, global = -7.489324e-08, cumulative = 5.557324e-06 smoothSolver: Solving for omega, Initial residual = 5.362635e-05, Final residual = 3.124683e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007112516, Final residual = 2.124763e-05, No Iterations 2 ExecutionTime = 46.47 s ClockTime = 48 s forces forces output: sum of forces: pressure : (6.036882 -0.03206963 -3.694636) viscous : (1.952418 -0.001226284 0.01529041) porous : (0 0 0) sum of moments: pressure : (0.02522399 -6.650993 -0.0351237) viscous : (0.0004460449 0.5836769 0.0005349148) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2261456 Cl = -0.0009424762 Cl(f) = -0.0004712381 Cl(r) = -0.0004712381 Time = 59 smoothSolver: Solving for Ux, Initial residual = 0.0003258655, Final residual = 1.879074e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002200166, Final residual = 0.0001295707, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002601248, Final residual = 0.000151605, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01286398, Final residual = 0.001024113, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001615373, Final residual = 8.915916e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003156265, Final residual = 1.927045e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.382662e-05, Final residual = 5.282235e-06, No Iterations 2 time step continuity errors : sum local = 1.351253e-06, global = -6.278388e-08, cumulative = 5.49454e-06 smoothSolver: Solving for omega, Initial residual = 5.18087e-05, Final residual = 3.022532e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000689553, Final residual = 2.066129e-05, No Iterations 2 ExecutionTime = 47.23 s ClockTime = 49 s forces forces output: sum of forces: pressure : (6.005873 -0.03371267 -3.708844) viscous : (1.951312 -0.001239179 0.01390873) porous : (0 0 0) sum of moments: pressure : (0.0261606 -6.649306 -0.03604699) viscous : (0.0004424894 0.5837255 0.0005253638) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2252365 Cl = -0.0009893492 Cl(f) = -0.0004946746 Cl(r) = -0.0004946746 Time = 60 smoothSolver: Solving for Ux, Initial residual = 0.0003190866, Final residual = 1.846672e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002151852, Final residual = 0.0001269862, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002570335, Final residual = 0.0001502783, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01249288, Final residual = 0.001012714, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001588418, Final residual = 8.575433e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003078018, Final residual = 1.902719e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.367572e-05, Final residual = 5.244316e-06, No Iterations 2 time step continuity errors : sum local = 1.340821e-06, global = -5.65095e-08, cumulative = 5.438031e-06 smoothSolver: Solving for omega, Initial residual = 5.002984e-05, Final residual = 2.924505e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006684875, Final residual = 2.010638e-05, No Iterations 2 ExecutionTime = 48 s ClockTime = 50 s forces forces output: sum of forces: pressure : (5.980197 -0.0347393 -3.725255) viscous : (1.950148 -0.001252779 0.01254691) porous : (0 0 0) sum of moments: pressure : (0.02690439 -6.64619 -0.03718904) viscous : (0.0004379903 0.5837838 0.0005135456) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2244768 Cl = -0.001018794 Cl(f) = -0.000509397 Cl(r) = -0.000509397 Time = 61 smoothSolver: Solving for Ux, Initial residual = 0.0003123982, Final residual = 1.816227e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002104763, Final residual = 0.0001246054, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002538769, Final residual = 0.0001489064, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01211471, Final residual = 0.0009963189, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001556947, Final residual = 8.17802e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003002925, Final residual = 1.883438e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.341623e-05, Final residual = 5.218588e-06, No Iterations 2 time step continuity errors : sum local = 1.333717e-06, global = -5.58607e-08, cumulative = 5.38217e-06 smoothSolver: Solving for omega, Initial residual = 4.832308e-05, Final residual = 2.826165e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006480435, Final residual = 1.95697e-05, No Iterations 2 ExecutionTime = 48.82 s ClockTime = 51 s forces forces output: sum of forces: pressure : (5.961129 -0.0351633 -3.741481) viscous : (1.948931 -0.00126774 0.01121337) porous : (0 0 0) sum of moments: pressure : (0.02744574 -6.641925 -0.03854038) viscous : (0.0004333314 0.5838483 0.0005002693) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2239026 Cl = -0.001031219 Cl(f) = -0.0005156096 Cl(r) = -0.0005156096 Time = 62 smoothSolver: Solving for Ux, Initial residual = 0.0003063626, Final residual = 1.780479e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002058257, Final residual = 0.0001217677, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002507629, Final residual = 0.0001475058, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01178407, Final residual = 0.0009662983, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001508783, Final residual = 7.772614e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002931647, Final residual = 1.860255e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.311099e-05, Final residual = 5.188703e-06, No Iterations 2 time step continuity errors : sum local = 1.325511e-06, global = -5.284742e-08, cumulative = 5.329323e-06 smoothSolver: Solving for omega, Initial residual = 4.666901e-05, Final residual = 2.729404e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006282008, Final residual = 1.904433e-05, No Iterations 2 ExecutionTime = 49.57 s ClockTime = 51 s forces forces output: sum of forces: pressure : (5.949216 -0.03535336 -3.756427) viscous : (1.947663 -0.001283399 0.009909941) porous : (0 0 0) sum of moments: pressure : (0.02791976 -6.636537 -0.04005622) viscous : (0.0004283281 0.5839173 0.0004863575) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2235296 Cl = -0.001037042 Cl(f) = -0.0005185212 Cl(r) = -0.0005185212 Time = 63 smoothSolver: Solving for Ux, Initial residual = 0.0003002986, Final residual = 1.742402e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002014664, Final residual = 0.000118949, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002476187, Final residual = 0.0001459322, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01144663, Final residual = 0.0009257787, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001457682, Final residual = 7.459751e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002868673, Final residual = 1.865678e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.300694e-05, Final residual = 5.20506e-06, No Iterations 2 time step continuity errors : sum local = 1.329162e-06, global = -5.394924e-08, cumulative = 5.275373e-06 smoothSolver: Solving for omega, Initial residual = 4.504704e-05, Final residual = 2.637734e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006090741, Final residual = 1.850229e-05, No Iterations 2 ExecutionTime = 50.33 s ClockTime = 52 s forces forces output: sum of forces: pressure : (5.943256 -0.03530676 -3.769573) viscous : (1.946341 -0.001302256 0.00863873) porous : (0 0 0) sum of moments: pressure : (0.02833108 -6.630278 -0.04167272) viscous : (0.0004240286 0.5839867 0.0004718324) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2233234 Cl = -0.001036257 Cl(f) = -0.0005181285 Cl(r) = -0.0005181285 Time = 64 smoothSolver: Solving for Ux, Initial residual = 0.000294521, Final residual = 1.704579e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001972248, Final residual = 0.0001162556, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002442565, Final residual = 0.0001440605, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01113909, Final residual = 0.0008887743, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001414638, Final residual = 7.338142e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002821077, Final residual = 1.892704e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.320717e-05, Final residual = 5.271096e-06, No Iterations 2 time step continuity errors : sum local = 1.345547e-06, global = -5.487889e-08, cumulative = 5.220495e-06 smoothSolver: Solving for omega, Initial residual = 4.343358e-05, Final residual = 2.548161e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005905428, Final residual = 1.796316e-05, No Iterations 2 ExecutionTime = 51.09 s ClockTime = 53 s forces forces output: sum of forces: pressure : (5.940609 -0.0354337 -3.781445) viscous : (1.944963 -0.001325267 0.007404121) porous : (0 0 0) sum of moments: pressure : (0.02884196 -6.62351 -0.04348062) viscous : (0.0004212009 0.5840534 0.0004567413) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2232095 Cl = -0.001040502 Cl(f) = -0.0005202508 Cl(r) = -0.0005202508 Time = 65 smoothSolver: Solving for Ux, Initial residual = 0.0002888298, Final residual = 1.66964e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001933364, Final residual = 0.0001135716, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002409329, Final residual = 0.0001417917, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01083129, Final residual = 0.0008590316, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001377545, Final residual = 7.305019e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000278199, Final residual = 1.926505e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.338056e-05, Final residual = 2.755426e-06, No Iterations 3 time step continuity errors : sum local = 7.030656e-07, global = -2.605932e-08, cumulative = 5.194435e-06 smoothSolver: Solving for omega, Initial residual = 4.186604e-05, Final residual = 2.462443e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005727184, Final residual = 1.743844e-05, No Iterations 2 ExecutionTime = 51.87 s ClockTime = 54 s forces forces output: sum of forces: pressure : (5.939731 -0.03516176 -3.794741) viscous : (1.943532 -0.001351307 0.006208822) porous : (0 0 0) sum of moments: pressure : (0.02918627 -6.615965 -0.04518187) viscous : (0.0004193184 0.5841147 0.0004419157) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2231441 Cl = -0.001033541 Cl(f) = -0.0005167705 Cl(r) = -0.0005167705 Time = 66 smoothSolver: Solving for Ux, Initial residual = 0.0002834418, Final residual = 1.635539e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001894055, Final residual = 0.0001107416, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002375003, Final residual = 0.0001393545, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01053372, Final residual = 0.000836662, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001343678, Final residual = 7.268107e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002740341, Final residual = 1.935034e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.30533e-05, Final residual = 2.762266e-06, No Iterations 3 time step continuity errors : sum local = 7.044623e-07, global = -2.629149e-08, cumulative = 5.168144e-06 smoothSolver: Solving for omega, Initial residual = 4.037865e-05, Final residual = 2.380858e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005553265, Final residual = 1.69336e-05, No Iterations 2 ExecutionTime = 52.64 s ClockTime = 55 s forces forces output: sum of forces: pressure : (5.940738 -0.03385897 -3.80808) viscous : (1.942047 -0.001380706 0.005050046) porous : (0 0 0) sum of moments: pressure : (0.02904045 -6.607607 -0.04653924) viscous : (0.0004188333 0.5841698 0.0004274501) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2231306 Cl = -0.0009974964 Cl(f) = -0.0004987482 Cl(r) = -0.0004987482 Time = 67 smoothSolver: Solving for Ux, Initial residual = 0.0002783378, Final residual = 1.596461e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001855174, Final residual = 0.0001079428, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002340783, Final residual = 0.0001365324, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01023443, Final residual = 0.0008185441, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001311454, Final residual = 7.229736e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002695737, Final residual = 1.930724e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.250236e-05, Final residual = 2.760656e-06, No Iterations 3 time step continuity errors : sum local = 7.0369e-07, global = -2.792328e-08, cumulative = 5.14022e-06 smoothSolver: Solving for omega, Initial residual = 3.894641e-05, Final residual = 2.302448e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005383429, Final residual = 1.644999e-05, No Iterations 2 ExecutionTime = 53.41 s ClockTime = 55 s forces forces output: sum of forces: pressure : (5.944263 -0.03171556 -3.821495) viscous : (1.940505 -0.001413245 0.003928835) porous : (0 0 0) sum of moments: pressure : (0.02845677 -6.598026 -0.04770908) viscous : (0.0004196744 0.5842137 0.0004139365) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2231867 Cl = -0.000937746 Cl(f) = -0.000468873 Cl(r) = -0.000468873 Time = 68 smoothSolver: Solving for Ux, Initial residual = 0.0002734049, Final residual = 1.557251e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001817984, Final residual = 0.0001053148, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002304739, Final residual = 0.0001337291, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01001897, Final residual = 0.0008035371, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00128927, Final residual = 7.234576e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000266441, Final residual = 1.929035e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.201657e-05, Final residual = 2.768736e-06, No Iterations 3 time step continuity errors : sum local = 7.053662e-07, global = -2.894701e-08, cumulative = 5.111273e-06 smoothSolver: Solving for omega, Initial residual = 3.760194e-05, Final residual = 2.223836e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005219097, Final residual = 1.598587e-05, No Iterations 2 ExecutionTime = 54.19 s ClockTime = 56 s forces forces output: sum of forces: pressure : (5.950795 -0.02929217 -3.834957) viscous : (1.938898 -0.001450453 0.002841213) porous : (0 0 0) sum of moments: pressure : (0.02761162 -6.587118 -0.04882472) viscous : (0.000422677 0.5842419 0.000400278) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2233261 Cl = -0.0008702026 Cl(f) = -0.0004351013 Cl(r) = -0.0004351013 Time = 69 smoothSolver: Solving for Ux, Initial residual = 0.0002686446, Final residual = 1.519719e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001781471, Final residual = 0.0001027357, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002269664, Final residual = 0.0001308729, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00983625, Final residual = 0.0007893656, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00126874, Final residual = 7.202886e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002628752, Final residual = 1.922998e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.136272e-05, Final residual = 2.762963e-06, No Iterations 3 time step continuity errors : sum local = 7.034406e-07, global = -2.985784e-08, cumulative = 5.081416e-06 smoothSolver: Solving for omega, Initial residual = 3.630398e-05, Final residual = 2.149067e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005059612, Final residual = 1.554304e-05, No Iterations 2 ExecutionTime = 54.96 s ClockTime = 57 s forces forces output: sum of forces: pressure : (5.960083 -0.02689724 -3.849082) viscous : (1.937235 -0.001485482 0.001793646) porous : (0 0 0) sum of moments: pressure : (0.02659851 -6.574823 -0.04979103) viscous : (0.0004236548 0.5842558 0.0003879867) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.223542 Cl = -0.0008034031 Cl(f) = -0.0004017016 Cl(r) = -0.0004017016 Time = 70 smoothSolver: Solving for Ux, Initial residual = 0.0002641037, Final residual = 1.481691e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001747545, Final residual = 0.0001001918, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002234293, Final residual = 0.000128146, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00966456, Final residual = 0.0007766155, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001250289, Final residual = 7.110406e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000258076, Final residual = 1.901149e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.048427e-05, Final residual = 2.731231e-06, No Iterations 3 time step continuity errors : sum local = 6.94862e-07, global = -2.930457e-08, cumulative = 5.052111e-06 smoothSolver: Solving for omega, Initial residual = 3.509941e-05, Final residual = 2.078688e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004904745, Final residual = 1.511293e-05, No Iterations 2 ExecutionTime = 55.74 s ClockTime = 58 s forces forces output: sum of forces: pressure : (5.971455 -0.02474801 -3.864966) viscous : (1.935507 -0.001524291 0.0007849712) porous : (0 0 0) sum of moments: pressure : (0.02557384 -6.561165 -0.05066839) viscous : (0.0004271705 0.5842491 0.0003746227) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.223815 Cl = -0.0007436654 Cl(f) = -0.0003718327 Cl(r) = -0.0003718327 Time = 71 smoothSolver: Solving for Ux, Initial residual = 0.0002597669, Final residual = 1.442534e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001714082, Final residual = 9.799605e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002199104, Final residual = 0.0001253987, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009535444, Final residual = 0.0007670746, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001236887, Final residual = 7.024177e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002526669, Final residual = 1.871958e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.952734e-05, Final residual = 2.679839e-06, No Iterations 3 time step continuity errors : sum local = 6.812253e-07, global = -2.843812e-08, cumulative = 5.023673e-06 smoothSolver: Solving for omega, Initial residual = 3.394578e-05, Final residual = 2.013624e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004753766, Final residual = 1.469846e-05, No Iterations 2 ExecutionTime = 56.52 s ClockTime = 59 s forces forces output: sum of forces: pressure : (5.984152 -0.02236936 -3.883054) viscous : (1.933711 -0.001564669 -0.0001785645) porous : (0 0 0) sum of moments: pressure : (0.02441502 -6.546136 -0.05130876) viscous : (0.0004319631 0.5842149 0.0003613365) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2241235 Cl = -0.0006774782 Cl(f) = -0.0003387391 Cl(r) = -0.0003387391 Time = 72 smoothSolver: Solving for Ux, Initial residual = 0.0002555176, Final residual = 1.405031e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001683333, Final residual = 9.590284e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002164415, Final residual = 0.0001227482, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0094403, Final residual = 0.0007602313, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001226861, Final residual = 6.990039e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002474025, Final residual = 1.837627e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.842713e-05, Final residual = 2.629756e-06, No Iterations 3 time step continuity errors : sum local = 6.678619e-07, global = -2.742997e-08, cumulative = 4.996243e-06 smoothSolver: Solving for omega, Initial residual = 3.283183e-05, Final residual = 1.950484e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000460773, Final residual = 1.430185e-05, No Iterations 2 ExecutionTime = 57.29 s ClockTime = 59 s forces forces output: sum of forces: pressure : (5.997209 -0.01980867 -3.902655) viscous : (1.931839 -0.001606513 -0.001091341) porous : (0 0 0) sum of moments: pressure : (0.02319925 -6.530244 -0.05167738) viscous : (0.0004379538 0.5841472 0.0003480725) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2244401 Cl = -0.0006061796 Cl(f) = -0.0003030898 Cl(r) = -0.0003030898 Time = 73 smoothSolver: Solving for Ux, Initial residual = 0.000251337, Final residual = 1.37173e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00165483, Final residual = 9.367985e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002131616, Final residual = 0.000120144, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009347994, Final residual = 0.0007564365, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001211715, Final residual = 6.942463e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000241797, Final residual = 1.808192e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.749501e-05, Final residual = 2.594594e-06, No Iterations 3 time step continuity errors : sum local = 6.582679e-07, global = -2.695706e-08, cumulative = 4.969286e-06 smoothSolver: Solving for omega, Initial residual = 3.176448e-05, Final residual = 1.893249e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004466309, Final residual = 1.393751e-05, No Iterations 2 ExecutionTime = 58.06 s ClockTime = 60 s forces forces output: sum of forces: pressure : (6.009997 -0.01717996 -3.922544) viscous : (1.929889 -0.001649264 -0.001947416) porous : (0 0 0) sum of moments: pressure : (0.02192199 -6.514015 -0.05182675) viscous : (0.0004446359 0.584043 0.0003354117) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2247469 Cl = -0.0005329813 Cl(f) = -0.0002664907 Cl(r) = -0.0002664907 Time = 74 smoothSolver: Solving for Ux, Initial residual = 0.0002472841, Final residual = 1.339828e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001625767, Final residual = 9.147139e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002102189, Final residual = 0.0001175515, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009240789, Final residual = 0.0007554427, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001194359, Final residual = 6.90264e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002363667, Final residual = 1.769575e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.635331e-05, Final residual = 2.54555e-06, No Iterations 3 time step continuity errors : sum local = 6.451698e-07, global = -2.708796e-08, cumulative = 4.942198e-06 smoothSolver: Solving for omega, Initial residual = 3.078447e-05, Final residual = 1.842381e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004330905, Final residual = 1.359175e-05, No Iterations 2 ExecutionTime = 58.83 s ClockTime = 61 s forces forces output: sum of forces: pressure : (6.021803 -0.01496995 -3.941706) viscous : (1.927867 -0.001692401 -0.002745339) porous : (0 0 0) sum of moments: pressure : (0.02066952 -6.498038 -0.05201469) viscous : (0.000451866 0.5839044 0.0003231394) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2250238 Cl = -0.0004716456 Cl(f) = -0.0002358228 Cl(r) = -0.0002358228 Time = 75 smoothSolver: Solving for Ux, Initial residual = 0.000243318, Final residual = 1.309391e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001599494, Final residual = 8.93706e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002072342, Final residual = 0.0001150434, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009102108, Final residual = 0.0007530121, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001176957, Final residual = 6.856565e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002321355, Final residual = 1.709308e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.495874e-05, Final residual = 2.474569e-06, No Iterations 3 time step continuity errors : sum local = 6.265736e-07, global = -2.556423e-08, cumulative = 4.916634e-06 smoothSolver: Solving for omega, Initial residual = 2.985248e-05, Final residual = 1.79425e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004199969, Final residual = 1.325946e-05, No Iterations 2 ExecutionTime = 59.61 s ClockTime = 62 s forces forces output: sum of forces: pressure : (6.03395 -0.01292994 -3.960196) viscous : (1.925777 -0.001734808 -0.003481261) porous : (0 0 0) sum of moments: pressure : (0.01937043 -6.48183 -0.05204546) viscous : (0.0004597345 0.5837308 0.0003110066) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2253085 Cl = -0.0004151013 Cl(f) = -0.0002075507 Cl(r) = -0.0002075507 Time = 76 smoothSolver: Solving for Ux, Initial residual = 0.0002394484, Final residual = 1.280519e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00157644, Final residual = 8.760439e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002044566, Final residual = 0.0001125741, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008950273, Final residual = 0.0007490658, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001161806, Final residual = 6.817273e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002296317, Final residual = 1.630871e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.338391e-05, Final residual = 2.38505e-06, No Iterations 3 time step continuity errors : sum local = 6.032909e-07, global = -2.638574e-08, cumulative = 4.890248e-06 smoothSolver: Solving for omega, Initial residual = 2.89656e-05, Final residual = 1.745515e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004074117, Final residual = 1.294026e-05, No Iterations 2 ExecutionTime = 60.38 s ClockTime = 63 s forces forces output: sum of forces: pressure : (6.048107 -0.01079268 -3.978418) viscous : (1.923625 -0.001776724 -0.004151525) porous : (0 0 0) sum of moments: pressure : (0.0180234 -6.464546 -0.05183024) viscous : (0.0004684687 0.5835237 0.0002996411) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2256483 Cl = -0.0003557904 Cl(f) = -0.0001778952 Cl(r) = -0.0001778952 Time = 77 smoothSolver: Solving for Ux, Initial residual = 0.0002358333, Final residual = 1.254368e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0015545, Final residual = 8.587973e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002016844, Final residual = 0.0001102454, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008795338, Final residual = 0.0007439774, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001148488, Final residual = 6.810305e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002285566, Final residual = 1.565803e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.204699e-05, Final residual = 2.299852e-06, No Iterations 3 time step continuity errors : sum local = 5.81132e-07, global = -2.811498e-08, cumulative = 4.862133e-06 smoothSolver: Solving for omega, Initial residual = 2.811211e-05, Final residual = 1.694938e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003952538, Final residual = 1.262551e-05, No Iterations 2 ExecutionTime = 61.16 s ClockTime = 63 s forces forces output: sum of forces: pressure : (6.064778 -0.008640915 -3.996342) viscous : (1.921406 -0.001818097 -0.004751825) porous : (0 0 0) sum of moments: pressure : (0.01668861 -6.445965 -0.05140357) viscous : (0.0004776465 0.5832796 0.0002891225) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2260574 Cl = -0.0002960534 Cl(f) = -0.0001480267 Cl(r) = -0.0001480267 Time = 78 smoothSolver: Solving for Ux, Initial residual = 0.0002323301, Final residual = 1.229469e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001534837, Final residual = 8.424471e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001989236, Final residual = 0.0001078432, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008654942, Final residual = 0.0007373556, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001136632, Final residual = 6.830646e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002276471, Final residual = 1.522101e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.103836e-05, Final residual = 2.234397e-06, No Iterations 3 time step continuity errors : sum local = 5.64019e-07, global = -3.027915e-08, cumulative = 4.831854e-06 smoothSolver: Solving for omega, Initial residual = 2.727411e-05, Final residual = 1.647228e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003834491, Final residual = 1.23084e-05, No Iterations 2 ExecutionTime = 61.93 s ClockTime = 64 s forces forces output: sum of forces: pressure : (6.082808 -0.006499861 -4.01401) viscous : (1.919111 -0.001857861 -0.005279308) porous : (0 0 0) sum of moments: pressure : (0.01540232 -6.42656 -0.05088) viscous : (0.0004868316 0.5829932 0.0002791525) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2265028 Cl = -0.0002365742 Cl(f) = -0.0001182871 Cl(r) = -0.0001182871 Time = 79 smoothSolver: Solving for Ux, Initial residual = 0.0002289417, Final residual = 1.207036e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001517343, Final residual = 8.271867e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001962371, Final residual = 0.0001054835, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008561033, Final residual = 0.0007303022, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00112458, Final residual = 6.865504e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002260086, Final residual = 1.498992e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.03537e-05, Final residual = 2.175112e-06, No Iterations 3 time step continuity errors : sum local = 5.485304e-07, global = -3.093599e-08, cumulative = 4.800918e-06 smoothSolver: Solving for omega, Initial residual = 2.647473e-05, Final residual = 1.602717e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003721099, Final residual = 1.199552e-05, No Iterations 2 ExecutionTime = 62.7 s ClockTime = 65 s forces forces output: sum of forces: pressure : (6.100328 -0.004462503 -4.03129) viscous : (1.916739 -0.00189637 -0.005733505) porous : (0 0 0) sum of moments: pressure : (0.01421437 -6.40712 -0.05024054) viscous : (0.0004962203 0.5826626 0.0002695923) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2269316 Cl = -0.0001799946 Cl(f) = -8.999732e-05 Cl(r) = -8.999732e-05 Time = 80 smoothSolver: Solving for Ux, Initial residual = 0.000225639, Final residual = 1.186791e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001500961, Final residual = 8.107908e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001936341, Final residual = 0.0001032995, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008468668, Final residual = 0.0007203642, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001112969, Final residual = 6.875891e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002236353, Final residual = 1.474694e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.965012e-05, Final residual = 2.090694e-06, No Iterations 3 time step continuity errors : sum local = 5.267885e-07, global = -3.154559e-08, cumulative = 4.769372e-06 smoothSolver: Solving for omega, Initial residual = 2.573442e-05, Final residual = 1.560234e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003610963, Final residual = 1.169823e-05, No Iterations 2 ExecutionTime = 63.48 s ClockTime = 66 s forces forces output: sum of forces: pressure : (6.116962 -0.002571496 -4.048258) viscous : (1.914292 -0.001933405 -0.006115079) porous : (0 0 0) sum of moments: pressure : (0.01309854 -6.38763 -0.04942477) viscous : (0.0005056457 0.582286 0.0002608942) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2273332 Cl = -0.000127516 Cl(f) = -6.3758e-05 Cl(r) = -6.3758e-05 Time = 81 smoothSolver: Solving for Ux, Initial residual = 0.0002223946, Final residual = 1.166348e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001485472, Final residual = 7.95355e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001910748, Final residual = 0.0001012987, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008394206, Final residual = 0.0007073895, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001097414, Final residual = 6.830432e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000220523, Final residual = 1.442704e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.888269e-05, Final residual = 1.997129e-06, No Iterations 3 time step continuity errors : sum local = 5.028442e-07, global = -3.19789e-08, cumulative = 4.737393e-06 smoothSolver: Solving for omega, Initial residual = 2.50244e-05, Final residual = 1.519549e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003505591, Final residual = 1.142928e-05, No Iterations 2 ExecutionTime = 64.27 s ClockTime = 67 s forces forces output: sum of forces: pressure : (6.133304 -0.0009822328 -4.064919) viscous : (1.91177 -0.001968934 -0.006426676) porous : (0 0 0) sum of moments: pressure : (0.01207131 -6.367707 -0.04851326) viscous : (0.000515012 0.5818633 0.0002535763) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2277244 Cl = -8.353591e-05 Cl(f) = -4.176795e-05 Cl(r) = -4.176795e-05 Time = 82 smoothSolver: Solving for Ux, Initial residual = 0.0002190632, Final residual = 1.145246e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001470844, Final residual = 7.80377e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001887878, Final residual = 9.938001e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008292664, Final residual = 0.0006908892, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001075377, Final residual = 6.730223e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002167304, Final residual = 1.405188e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.806228e-05, Final residual = 1.895352e-06, No Iterations 3 time step continuity errors : sum local = 4.769154e-07, global = -3.148201e-08, cumulative = 4.705911e-06 smoothSolver: Solving for omega, Initial residual = 2.434148e-05, Final residual = 1.481077e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003402949, Final residual = 1.117737e-05, No Iterations 2 ExecutionTime = 65.04 s ClockTime = 67 s forces forces output: sum of forces: pressure : (6.149998 0.000352144 -4.080745) viscous : (1.909173 -0.002003232 -0.006671079) porous : (0 0 0) sum of moments: pressure : (0.01108598 -6.347395 -0.04753105) viscous : (0.0005244666 0.5813936 0.0002466198) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2281234 Cl = -4.673579e-05 Cl(f) = -2.33679e-05 Cl(r) = -2.33679e-05 Time = 83 smoothSolver: Solving for Ux, Initial residual = 0.0002158258, Final residual = 1.123665e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001455424, Final residual = 7.665341e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00186524, Final residual = 9.754991e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008172899, Final residual = 0.0006710557, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001047429, Final residual = 6.592089e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002118937, Final residual = 1.368522e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.726042e-05, Final residual = 1.797649e-06, No Iterations 3 time step continuity errors : sum local = 4.521009e-07, global = -3.094097e-08, cumulative = 4.67497e-06 smoothSolver: Solving for omega, Initial residual = 2.367591e-05, Final residual = 1.445911e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003304451, Final residual = 1.096224e-05, No Iterations 2 ExecutionTime = 65.81 s ClockTime = 68 s forces forces output: sum of forces: pressure : (6.167206 0.001580796 -4.094957) viscous : (1.906505 -0.002035653 -0.006852541) porous : (0 0 0) sum of moments: pressure : (0.01011118 -6.32727 -0.04636856) viscous : (0.0005336753 0.5808781 0.0002400467) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.228535 Cl = -1.287519e-05 Cl(f) = -6.437595e-06 Cl(r) = -6.437595e-06 Time = 84 smoothSolver: Solving for Ux, Initial residual = 0.0002126105, Final residual = 1.103203e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001438276, Final residual = 7.546255e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001841379, Final residual = 9.597094e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008036614, Final residual = 0.0006494444, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001015412, Final residual = 6.419321e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002056993, Final residual = 1.339018e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.649893e-05, Final residual = 1.72095e-06, No Iterations 3 time step continuity errors : sum local = 4.326202e-07, global = -3.023183e-08, cumulative = 4.644739e-06 smoothSolver: Solving for omega, Initial residual = 2.303247e-05, Final residual = 1.416764e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003208773, Final residual = 1.077381e-05, No Iterations 2 ExecutionTime = 66.58 s ClockTime = 69 s forces forces output: sum of forces: pressure : (6.183945 0.002559505 -4.107402) viscous : (1.903768 -0.002067254 -0.006974612) porous : (0 0 0) sum of moments: pressure : (0.009256743 -6.308121 -0.04510944) viscous : (0.0005429602 0.5803182 0.0002334078) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2289313 Cl = 1.393367e-05 Cl(f) = 6.966834e-06 Cl(r) = 6.966834e-06 Time = 85 smoothSolver: Solving for Ux, Initial residual = 0.0002093742, Final residual = 1.084076e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001420037, Final residual = 7.434798e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001815856, Final residual = 9.446047e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0078643, Final residual = 0.0006291382, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009835151, Final residual = 6.24387e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001987612, Final residual = 1.316094e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.565766e-05, Final residual = 3.556068e-06, No Iterations 2 time step continuity errors : sum local = 8.936552e-07, global = -8.587885e-08, cumulative = 4.55886e-06 smoothSolver: Solving for omega, Initial residual = 2.241716e-05, Final residual = 1.387384e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003117743, Final residual = 1.061094e-05, No Iterations 2 ExecutionTime = 67.35 s ClockTime = 70 s forces forces output: sum of forces: pressure : (6.199498 0.003050109 -4.1181) viscous : (1.900967 -0.002096555 -0.007041868) porous : (0 0 0) sum of moments: pressure : (0.008632684 -6.290705 -0.04386481) viscous : (0.0005515057 0.5797165 0.0002269839) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2292922 Cl = 2.699137e-05 Cl(f) = 1.349568e-05 Cl(r) = 1.349568e-05 Time = 86 smoothSolver: Solving for Ux, Initial residual = 0.000206007, Final residual = 1.065122e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00139992, Final residual = 7.326904e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001789142, Final residual = 9.277276e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007689646, Final residual = 0.0006092865, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009537599, Final residual = 6.028859e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001911677, Final residual = 1.290389e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.46674e-05, Final residual = 1.497626e-06, No Iterations 3 time step continuity errors : sum local = 3.762694e-07, global = -2.293337e-08, cumulative = 4.535926e-06 smoothSolver: Solving for omega, Initial residual = 2.184072e-05, Final residual = 1.359641e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003030434, Final residual = 1.045959e-05, No Iterations 2 ExecutionTime = 68.12 s ClockTime = 71 s forces forces output: sum of forces: pressure : (6.214036 0.003283606 -4.126365) viscous : (1.898111 -0.002124037 -0.007061091) porous : (0 0 0) sum of moments: pressure : (0.008199466 -6.274128 -0.04269766) viscous : (0.0005594515 0.5790779 0.0002218194) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2296229 Cl = 3.282285e-05 Cl(f) = 1.641143e-05 Cl(r) = 1.641143e-05 Time = 87 smoothSolver: Solving for Ux, Initial residual = 0.000202822, Final residual = 1.046775e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001379921, Final residual = 7.217233e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001764096, Final residual = 9.095874e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00753078, Final residual = 0.0005894378, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009241389, Final residual = 5.705109e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001823803, Final residual = 1.222928e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.300346e-05, Final residual = 1.369295e-06, No Iterations 3 time step continuity errors : sum local = 3.439873e-07, global = -2.031988e-08, cumulative = 4.515606e-06 smoothSolver: Solving for omega, Initial residual = 2.129117e-05, Final residual = 1.333254e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002946983, Final residual = 1.031827e-05, No Iterations 2 ExecutionTime = 68.89 s ClockTime = 71 s forces forces output: sum of forces: pressure : (6.22771 0.003035395 -4.133165) viscous : (1.89521 -0.002148963 -0.007037699) porous : (0 0 0) sum of moments: pressure : (0.008015857 -6.25832 -0.04191495) viscous : (0.0005667418 0.5784074 0.0002185845) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2299279 Cl = 2.509138e-05 Cl(f) = 1.254569e-05 Cl(r) = 1.254569e-05 Time = 88 smoothSolver: Solving for Ux, Initial residual = 0.0001996512, Final residual = 1.028698e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001358921, Final residual = 7.102729e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00173883, Final residual = 8.897916e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007377373, Final residual = 0.000572501, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008978326, Final residual = 5.41841e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001748611, Final residual = 1.152081e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.137251e-05, Final residual = 3.045324e-06, No Iterations 2 time step continuity errors : sum local = 7.649454e-07, global = -7.51456e-08, cumulative = 4.440461e-06 smoothSolver: Solving for omega, Initial residual = 2.075823e-05, Final residual = 1.307496e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002865925, Final residual = 1.016609e-05, No Iterations 2 ExecutionTime = 69.65 s ClockTime = 72 s forces forces output: sum of forces: pressure : (6.240624 0.002625537 -4.139261) viscous : (1.892271 -0.002171431 -0.006977353) porous : (0 0 0) sum of moments: pressure : (0.007904151 -6.243379 -0.04128077) viscous : (0.0005733572 0.5777091 0.0002171928) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2302102 Cl = 1.285396e-05 Cl(f) = 6.426982e-06 Cl(r) = 6.426982e-06 Time = 89 smoothSolver: Solving for Ux, Initial residual = 0.000196235, Final residual = 1.01003e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00133703, Final residual = 6.983609e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001713438, Final residual = 8.705951e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007236001, Final residual = 0.0005586388, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008759501, Final residual = 5.215434e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001689868, Final residual = 1.118401e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.042089e-05, Final residual = 2.982656e-06, No Iterations 2 time step continuity errors : sum local = 7.491101e-07, global = -7.129811e-08, cumulative = 4.369163e-06 smoothSolver: Solving for omega, Initial residual = 2.024633e-05, Final residual = 1.280277e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002786238, Final residual = 1.000166e-05, No Iterations 2 ExecutionTime = 70.41 s ClockTime = 73 s forces forces output: sum of forces: pressure : (6.252779 0.002437082 -4.143747) viscous : (1.889294 -0.002191709 -0.006884648) porous : (0 0 0) sum of moments: pressure : (0.007670579 -6.228659 -0.0405067) viscous : (0.0005793018 0.5769848 0.0002173708) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.23047 Cl = 6.945559e-06 Cl(f) = 3.472779e-06 Cl(r) = 3.472779e-06 Time = 90 smoothSolver: Solving for Ux, Initial residual = 0.0001928438, Final residual = 9.903078e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001315044, Final residual = 6.859184e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001687047, Final residual = 8.532292e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007091722, Final residual = 0.0005467309, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008576627, Final residual = 5.051483e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001641042, Final residual = 1.094813e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.965168e-05, Final residual = 2.95529e-06, No Iterations 2 time step continuity errors : sum local = 7.421012e-07, global = -6.739984e-08, cumulative = 4.301763e-06 smoothSolver: Solving for omega, Initial residual = 1.975813e-05, Final residual = 1.252452e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002708242, Final residual = 9.834613e-06, No Iterations 2 ExecutionTime = 71.18 s ClockTime = 74 s forces forces output: sum of forces: pressure : (6.263836 0.002266307 -4.146618) viscous : (1.886282 -0.002210383 -0.006764469) porous : (0 0 0) sum of moments: pressure : (0.007380015 -6.214514 -0.03973258) viscous : (0.0005848385 0.5762358 0.0002184968) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2306978 Cl = 1.582979e-06 Cl(f) = 7.914893e-07 Cl(r) = 7.914893e-07 Time = 91 smoothSolver: Solving for Ux, Initial residual = 0.0001893581, Final residual = 9.698572e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001293413, Final residual = 6.731278e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001660347, Final residual = 8.361475e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006940073, Final residual = 0.0005375037, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008414438, Final residual = 4.920472e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001597788, Final residual = 1.074579e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.89138e-05, Final residual = 1.25757e-06, No Iterations 3 time step continuity errors : sum local = 3.157272e-07, global = -1.86759e-08, cumulative = 4.283087e-06 smoothSolver: Solving for omega, Initial residual = 1.928596e-05, Final residual = 1.221733e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002631365, Final residual = 9.658335e-06, No Iterations 2 ExecutionTime = 71.97 s ClockTime = 75 s forces forces output: sum of forces: pressure : (6.273456 0.002124408 -4.147461) viscous : (1.883232 -0.002227987 -0.006620259) porous : (0 0 0) sum of moments: pressure : (0.007053158 -6.201379 -0.03896109) viscous : (0.0005902435 0.575462 0.0002202445) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2308837 Cl = -2.931919e-06 Cl(f) = -1.465959e-06 Cl(r) = -1.465959e-06 Time = 92 smoothSolver: Solving for Ux, Initial residual = 0.0001858593, Final residual = 9.495113e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00127291, Final residual = 6.593937e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001634377, Final residual = 8.196965e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006795394, Final residual = 0.0005290437, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008306444, Final residual = 4.787516e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001558422, Final residual = 1.040948e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.798361e-05, Final residual = 1.256897e-06, No Iterations 3 time step continuity errors : sum local = 3.155177e-07, global = -1.927738e-08, cumulative = 4.26381e-06 smoothSolver: Solving for omega, Initial residual = 1.884546e-05, Final residual = 1.191507e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002556437, Final residual = 9.478459e-06, No Iterations 2 ExecutionTime = 72.74 s ClockTime = 75 s forces forces output: sum of forces: pressure : (6.281156 0.001622339 -4.146855) viscous : (1.880143 -0.002243785 -0.006451977) porous : (0 0 0) sum of moments: pressure : (0.006867974 -6.190363 -0.03844226) viscous : (0.0005952018 0.5746619 0.0002224127) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2310142 Cl = -1.759067e-05 Cl(f) = -8.795335e-06 Cl(r) = -8.795335e-06 Time = 93 smoothSolver: Solving for Ux, Initial residual = 0.000182265, Final residual = 9.296201e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001253111, Final residual = 6.455387e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00160681, Final residual = 8.033069e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006684204, Final residual = 0.0005194798, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008209437, Final residual = 4.672795e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001524501, Final residual = 1.008175e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.721043e-05, Final residual = 2.71308e-06, No Iterations 2 time step continuity errors : sum local = 6.809538e-07, global = -1.271222e-08, cumulative = 4.251097e-06 smoothSolver: Solving for omega, Initial residual = 1.843432e-05, Final residual = 1.162853e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002484587, Final residual = 9.29633e-06, No Iterations 2 ExecutionTime = 73.51 s ClockTime = 76 s forces forces output: sum of forces: pressure : (6.286927 0.000895621 -4.144574) viscous : (1.877017 -0.002258316 -0.006261023) porous : (0 0 0) sum of moments: pressure : (0.006807691 -6.181907 -0.0381932) viscous : (0.0005999565 0.5738365 0.000225194) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2310891 Cl = -3.857254e-05 Cl(f) = -1.928627e-05 Cl(r) = -1.928627e-05 Time = 94 smoothSolver: Solving for Ux, Initial residual = 0.0001785048, Final residual = 9.098111e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001233545, Final residual = 6.324808e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001578057, Final residual = 7.879174e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006585583, Final residual = 0.0005089994, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008089741, Final residual = 4.592977e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001495803, Final residual = 9.951466e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.681866e-05, Final residual = 2.681107e-06, No Iterations 2 time step continuity errors : sum local = 6.727941e-07, global = -8.334736e-09, cumulative = 4.242763e-06 smoothSolver: Solving for omega, Initial residual = 1.804229e-05, Final residual = 1.134681e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002415471, Final residual = 9.126274e-06, No Iterations 2 ExecutionTime = 74.26 s ClockTime = 77 s forces forces output: sum of forces: pressure : (6.291058 0.0002883133 -4.138757) viscous : (1.873856 -0.002271289 -0.006047639) porous : (0 0 0) sum of moments: pressure : (0.006742629 -6.175584 -0.03807133) viscous : (0.0006044745 0.5729876 0.0002284349) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2311165 Cl = -5.613023e-05 Cl(f) = -2.806511e-05 Cl(r) = -2.806511e-05 Time = 95 smoothSolver: Solving for Ux, Initial residual = 0.0001747678, Final residual = 8.900238e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001214299, Final residual = 6.216513e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001548771, Final residual = 7.738409e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006491738, Final residual = 0.0004981065, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007937681, Final residual = 4.493987e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001463252, Final residual = 9.756992e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.631332e-05, Final residual = 1.181936e-06, No Iterations 3 time step continuity errors : sum local = 2.965362e-07, global = 7.869353e-09, cumulative = 4.250632e-06 smoothSolver: Solving for omega, Initial residual = 1.766576e-05, Final residual = 1.109141e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000234856, Final residual = 8.962559e-06, No Iterations 2 ExecutionTime = 75.03 s ClockTime = 78 s forces forces output: sum of forces: pressure : (6.29366 -0.000295544 -4.128938) viscous : (1.870661 -0.002282491 -0.005812993) porous : (0 0 0) sum of moments: pressure : (0.006658682 -6.171291 -0.03801388) viscous : (0.000608675 0.5721172 0.0002317798) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2310998 Cl = -7.2974e-05 Cl(f) = -3.6487e-05 Cl(r) = -3.6487e-05 Time = 96 smoothSolver: Solving for Ux, Initial residual = 0.0001711069, Final residual = 8.711998e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001195278, Final residual = 6.114692e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001519706, Final residual = 7.597613e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006400583, Final residual = 0.0004872086, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007792292, Final residual = 4.364811e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001429454, Final residual = 9.380912e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.546401e-05, Final residual = 1.141325e-06, No Iterations 3 time step continuity errors : sum local = 2.862806e-07, global = 1.975148e-08, cumulative = 4.270383e-06 smoothSolver: Solving for omega, Initial residual = 1.728831e-05, Final residual = 1.085159e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002283243, Final residual = 8.797178e-06, No Iterations 2 ExecutionTime = 75.81 s ClockTime = 78 s forces forces output: sum of forces: pressure : (6.29458 -0.0009681036 -4.11716) viscous : (1.867432 -0.002291844 -0.005558774) porous : (0 0 0) sum of moments: pressure : (0.006550292 -6.169434 -0.03798304) viscous : (0.0006125183 0.5712277 0.0002351155) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2310344 Cl = -9.227628e-05 Cl(f) = -4.613814e-05 Cl(r) = -4.613814e-05 Time = 97 smoothSolver: Solving for Ux, Initial residual = 0.0001674594, Final residual = 8.538536e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001176206, Final residual = 6.010944e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001491951, Final residual = 7.456506e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006311553, Final residual = 0.0004776401, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007671316, Final residual = 4.259357e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001397711, Final residual = 9.034654e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.467155e-05, Final residual = 2.461561e-06, No Iterations 2 time step continuity errors : sum local = 6.172878e-07, global = 5.413329e-08, cumulative = 4.324517e-06 smoothSolver: Solving for omega, Initial residual = 1.692894e-05, Final residual = 1.061158e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002219558, Final residual = 8.636802e-06, No Iterations 2 ExecutionTime = 76.57 s ClockTime = 79 s forces forces output: sum of forces: pressure : (6.293665 -0.001603783 -4.104511) viscous : (1.864169 -0.00229909 -0.005287896) porous : (0 0 0) sum of moments: pressure : (0.006384238 -6.16998 -0.03806277) viscous : (0.0006157479 0.5703219 0.0002382399) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2309162 Cl = -0.000110475 Cl(f) = -5.523748e-05 Cl(r) = -5.523748e-05 Time = 98 smoothSolver: Solving for Ux, Initial residual = 0.0001637674, Final residual = 8.378118e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001157904, Final residual = 5.912062e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001465215, Final residual = 7.313067e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006224799, Final residual = 0.0004703882, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007563, Final residual = 4.215627e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001372475, Final residual = 8.916004e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.428913e-05, Final residual = 1.100434e-06, No Iterations 3 time step continuity errors : sum local = 2.758996e-07, global = 2.552195e-08, cumulative = 4.350039e-06 smoothSolver: Solving for omega, Initial residual = 1.658666e-05, Final residual = 1.035648e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002157553, Final residual = 8.478128e-06, No Iterations 2 ExecutionTime = 77.34 s ClockTime = 80 s forces forces output: sum of forces: pressure : (6.290939 -0.002124628 -4.089633) viscous : (1.860871 -0.002304071 -0.005003918) porous : (0 0 0) sum of moments: pressure : (0.006165932 -6.17225 -0.03836076) viscous : (0.0006181846 0.5694016 0.0002407656) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2307456 Cl = -0.000125359 Cl(f) = -6.267951e-05 Cl(r) = -6.267951e-05 Time = 99 smoothSolver: Solving for Ux, Initial residual = 0.0001600457, Final residual = 8.220594e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001140042, Final residual = 5.820182e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001439411, Final residual = 7.168189e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006132587, Final residual = 0.0004661194, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007461148, Final residual = 4.192704e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001353048, Final residual = 8.783081e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.384575e-05, Final residual = 1.103268e-06, No Iterations 3 time step continuity errors : sum local = 2.765553e-07, global = 2.645873e-08, cumulative = 4.376497e-06 smoothSolver: Solving for omega, Initial residual = 1.625512e-05, Final residual = 1.010043e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002097331, Final residual = 8.321445e-06, No Iterations 2 ExecutionTime = 78.11 s ClockTime = 81 s forces forces output: sum of forces: pressure : (6.286736 -0.002251305 -4.073899) viscous : (1.857541 -0.00230657 -0.004710018) porous : (0 0 0) sum of moments: pressure : (0.005789566 -6.176122 -0.03873539) viscous : (0.0006199761 0.5684693 0.0002424157) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2305324 Cl = -0.0001290155 Cl(f) = -6.450775e-05 Cl(r) = -6.450775e-05 Time = 100 smoothSolver: Solving for Ux, Initial residual = 0.0001564577, Final residual = 8.071274e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001123211, Final residual = 5.740341e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00141405, Final residual = 7.02341e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006049228, Final residual = 0.0004643553, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007387718, Final residual = 4.18155e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001342968, Final residual = 8.658873e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.348354e-05, Final residual = 1.113208e-06, No Iterations 3 time step continuity errors : sum local = 2.789912e-07, global = 2.716612e-08, cumulative = 4.403664e-06 smoothSolver: Solving for omega, Initial residual = 1.592259e-05, Final residual = 9.850923e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002038263, Final residual = 8.167086e-06, No Iterations 2 ExecutionTime = 78.89 s ClockTime = 82 s forces forces output: sum of forces: pressure : (6.281229 -0.0018915 -4.057712) viscous : (1.854183 -0.002306601 -0.00440883) porous : (0 0 0) sum of moments: pressure : (0.005211368 -6.181343 -0.03908858) viscous : (0.0006211367 0.5675267 0.0002435695) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2302815 Cl = -0.0001188317 Cl(f) = -5.941585e-05 Cl(r) = -5.941585e-05 Time = 101 smoothSolver: Solving for Ux, Initial residual = 0.0001529892, Final residual = 7.929789e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001106472, Final residual = 5.677651e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001388366, Final residual = 6.879293e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005985074, Final residual = 0.0004634091, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007324379, Final residual = 4.163827e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001337653, Final residual = 8.522351e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.310867e-05, Final residual = 1.111501e-06, No Iterations 3 time step continuity errors : sum local = 2.785183e-07, global = 2.722652e-08, cumulative = 4.43089e-06 smoothSolver: Solving for omega, Initial residual = 1.558774e-05, Final residual = 9.633422e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001980461, Final residual = 8.016123e-06, No Iterations 2 ExecutionTime = 79.7 s ClockTime = 83 s forces forces output: sum of forces: pressure : (6.27433 -0.001180259 -4.041525) viscous : (1.8508 -0.002303942 -0.004104493) porous : (0 0 0) sum of moments: pressure : (0.004469219 -6.187644 -0.03944557) viscous : (0.0006214814 0.5665767 0.0002444621) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2299904 Cl = -9.862401e-05 Cl(f) = -4.9312e-05 Cl(r) = -4.9312e-05 Time = 102 smoothSolver: Solving for Ux, Initial residual = 0.0001496226, Final residual = 7.797465e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001092453, Final residual = 5.631805e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001362186, Final residual = 6.732343e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005913306, Final residual = 0.0004608502, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007237489, Final residual = 4.122363e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000133043, Final residual = 8.374425e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.267801e-05, Final residual = 1.092051e-06, No Iterations 3 time step continuity errors : sum local = 2.736157e-07, global = 2.588325e-08, cumulative = 4.456773e-06 smoothSolver: Solving for omega, Initial residual = 1.526337e-05, Final residual = 9.435335e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001923888, Final residual = 7.868557e-06, No Iterations 2 ExecutionTime = 80.46 s ClockTime = 83 s forces forces output: sum of forces: pressure : (6.266349 -0.0001311522 -4.025939) viscous : (1.847402 -0.002297883 -0.003805684) porous : (0 0 0) sum of moments: pressure : (0.00357751 -6.194651 -0.03978849) viscous : (0.0006204354 0.5656242 0.0002447101) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2296683 Cl = -6.875642e-05 Cl(f) = -3.437821e-05 Cl(r) = -3.437821e-05 Time = 103 smoothSolver: Solving for Ux, Initial residual = 0.0001463224, Final residual = 7.669736e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001078992, Final residual = 5.587816e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001335546, Final residual = 6.593312e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005836798, Final residual = 0.0004584463, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007145744, Final residual = 4.082154e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001323853, Final residual = 8.264718e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.222468e-05, Final residual = 1.047425e-06, No Iterations 3 time step continuity errors : sum local = 2.624108e-07, global = 2.419427e-08, cumulative = 4.480968e-06 smoothSolver: Solving for omega, Initial residual = 1.495328e-05, Final residual = 9.260686e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001868791, Final residual = 7.727256e-06, No Iterations 2 ExecutionTime = 81.24 s ClockTime = 84 s forces forces output: sum of forces: pressure : (6.258793 0.001385645 -4.011901) viscous : (1.844014 -0.002287949 -0.003523881) porous : (0 0 0) sum of moments: pressure : (0.002520615 -6.201593 -0.04000872) viscous : (0.0006177766 0.5646787 0.0002431606) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2293586 Cl = -2.554065e-05 Cl(f) = -1.277033e-05 Cl(r) = -1.277033e-05 Time = 104 smoothSolver: Solving for Ux, Initial residual = 0.0001430857, Final residual = 7.545548e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001065155, Final residual = 5.544187e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001308168, Final residual = 6.454826e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005746287, Final residual = 0.0004599051, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007094239, Final residual = 4.085329e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001329235, Final residual = 8.187624e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.193028e-05, Final residual = 2.182968e-06, No Iterations 2 time step continuity errors : sum local = 5.468376e-07, global = 8.109757e-08, cumulative = 4.562065e-06 smoothSolver: Solving for omega, Initial residual = 1.465365e-05, Final residual = 9.089173e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001815567, Final residual = 7.590332e-06, No Iterations 2 ExecutionTime = 82 s ClockTime = 85 s forces forces output: sum of forces: pressure : (6.252616 0.003047235 -3.999758) viscous : (1.840649 -0.002277987 -0.003261467) porous : (0 0 0) sum of moments: pressure : (0.001361052 -6.208104 -0.04011561) viscous : (0.0006156114 0.5637464 0.0002408572) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2290885 Cl = 2.177438e-05 Cl(f) = 1.088719e-05 Cl(r) = 1.088719e-05 Time = 105 smoothSolver: Solving for Ux, Initial residual = 0.0001399211, Final residual = 7.427343e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001050689, Final residual = 5.492366e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0012806, Final residual = 6.316108e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005668772, Final residual = 0.000457917, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007024021, Final residual = 4.071746e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001330846, Final residual = 8.12469e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.172959e-05, Final residual = 2.165053e-06, No Iterations 2 time step continuity errors : sum local = 5.422965e-07, global = 7.642064e-08, cumulative = 4.638486e-06 smoothSolver: Solving for omega, Initial residual = 1.435517e-05, Final residual = 8.927296e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001764206, Final residual = 7.458037e-06, No Iterations 2 ExecutionTime = 82.75 s ClockTime = 86 s forces forces output: sum of forces: pressure : (6.247053 0.004694583 -3.98818) viscous : (1.837314 -0.002267882 -0.003016766) porous : (0 0 0) sum of moments: pressure : (0.0001608199 -6.21431 -0.04026982) viscous : (0.0006138247 0.5628297 0.0002376359) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2288366 Cl = 6.869035e-05 Cl(f) = 3.434518e-05 Cl(r) = 3.434518e-05 Time = 106 smoothSolver: Solving for Ux, Initial residual = 0.0001368116, Final residual = 7.310489e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001035944, Final residual = 5.438513e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001254282, Final residual = 6.184573e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00558635, Final residual = 0.0004534819, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006931736, Final residual = 4.034858e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000132135, Final residual = 7.978917e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.135693e-05, Final residual = 2.116806e-06, No Iterations 2 time step continuity errors : sum local = 5.301626e-07, global = 7.459768e-08, cumulative = 4.713083e-06 smoothSolver: Solving for omega, Initial residual = 1.406044e-05, Final residual = 8.764801e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001714293, Final residual = 7.329455e-06, No Iterations 2 ExecutionTime = 83.52 s ClockTime = 86 s forces forces output: sum of forces: pressure : (6.240874 0.00647043 -3.976666) viscous : (1.834012 -0.002258187 -0.002789256) porous : (0 0 0) sum of moments: pressure : (-0.001097089 -6.220733 -0.04052075) viscous : (0.0006124623 0.5619308 0.0002331986) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2285682 Cl = 0.000119232 Cl(f) = 5.9616e-05 Cl(r) = 5.9616e-05 Time = 107 smoothSolver: Solving for Ux, Initial residual = 0.0001337263, Final residual = 7.192048e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001021807, Final residual = 5.379805e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001229572, Final residual = 6.061836e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005510252, Final residual = 0.0004483684, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000683094, Final residual = 3.990244e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001304282, Final residual = 7.777981e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.093547e-05, Final residual = 2.057351e-06, No Iterations 2 time step continuity errors : sum local = 5.152143e-07, global = 7.155806e-08, cumulative = 4.784642e-06 smoothSolver: Solving for omega, Initial residual = 1.376551e-05, Final residual = 8.592949e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001665434, Final residual = 7.200082e-06, No Iterations 2 ExecutionTime = 84.28 s ClockTime = 87 s forces forces output: sum of forces: pressure : (6.233613 0.00845018 -3.965383) viscous : (1.830749 -0.002247122 -0.002579058) porous : (0 0 0) sum of moments: pressure : (-0.002389344 -6.227541 -0.04084136) viscous : (0.0006105855 0.5610517 0.0002279455) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2282703 Cl = 0.0001755841 Cl(f) = 8.779207e-05 Cl(r) = 8.779207e-05 Time = 108 smoothSolver: Solving for Ux, Initial residual = 0.0001306821, Final residual = 7.071e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001007985, Final residual = 5.318373e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0012063, Final residual = 5.950473e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005432171, Final residual = 0.0004433342, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006747773, Final residual = 3.918335e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001287668, Final residual = 7.525633e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.049861e-05, Final residual = 1.986893e-06, No Iterations 2 time step continuity errors : sum local = 4.975183e-07, global = 6.566652e-08, cumulative = 4.850308e-06 smoothSolver: Solving for omega, Initial residual = 1.346836e-05, Final residual = 8.417261e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001617697, Final residual = 7.068385e-06, No Iterations 2 ExecutionTime = 85.04 s ClockTime = 88 s forces forces output: sum of forces: pressure : (6.225765 0.01055912 -3.95466) viscous : (1.827528 -0.002234809 -0.002385966) porous : (0 0 0) sum of moments: pressure : (-0.003682536 -6.234519 -0.04125508) viscous : (0.0006081904 0.5601935 0.0002219679) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.227957 Cl = 0.0002356284 Cl(f) = 0.0001178142 Cl(r) = 0.0001178142 Time = 109 smoothSolver: Solving for Ux, Initial residual = 0.0001277517, Final residual = 6.949272e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000993937, Final residual = 5.25498e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001184371, Final residual = 5.850534e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005351218, Final residual = 0.0004393664, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006682978, Final residual = 3.82771e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001275299, Final residual = 7.330751e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.015277e-05, Final residual = 1.931436e-06, No Iterations 2 time step continuity errors : sum local = 4.835762e-07, global = 6.135116e-08, cumulative = 4.911659e-06 smoothSolver: Solving for omega, Initial residual = 1.317291e-05, Final residual = 8.233139e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001571018, Final residual = 6.935679e-06, No Iterations 2 ExecutionTime = 85.8 s ClockTime = 89 s forces forces output: sum of forces: pressure : (6.218048 0.01275763 -3.944593) viscous : (1.824352 -0.002221484 -0.002209516) porous : (0 0 0) sum of moments: pressure : (-0.004957827 -6.241288 -0.04181255) viscous : (0.0006054563 0.559357 0.0002148473) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2276487 Cl = 0.0002982369 Cl(f) = 0.0001491185 Cl(r) = 0.0001491185 Time = 110 smoothSolver: Solving for Ux, Initial residual = 0.0001249442, Final residual = 6.832116e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009791124, Final residual = 5.190488e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001163603, Final residual = 5.760011e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005257788, Final residual = 0.0004376077, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006628292, Final residual = 3.746536e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001268293, Final residual = 7.143881e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.987836e-05, Final residual = 1.894882e-06, No Iterations 2 time step continuity errors : sum local = 4.743843e-07, global = 5.173902e-08, cumulative = 4.963398e-06 smoothSolver: Solving for omega, Initial residual = 1.288886e-05, Final residual = 8.061543e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001525384, Final residual = 6.802939e-06, No Iterations 2 ExecutionTime = 86.57 s ClockTime = 90 s forces forces output: sum of forces: pressure : (6.210743 0.01496473 -3.935201) viscous : (1.821226 -0.002207601 -0.002049372) porous : (0 0 0) sum of moments: pressure : (-0.006208187 -6.247603 -0.04249786) viscous : (0.0006025639 0.5585425 0.0002065641) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2273534 Cl = 0.000361104 Cl(f) = 0.000180552 Cl(r) = 0.000180552 Time = 111 smoothSolver: Solving for Ux, Initial residual = 0.0001221362, Final residual = 6.714523e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009635859, Final residual = 5.126694e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0011429, Final residual = 5.6732e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005151365, Final residual = 0.0004357072, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006568577, Final residual = 3.687185e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001262304, Final residual = 7.048533e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.972289e-05, Final residual = 1.880771e-06, No Iterations 2 time step continuity errors : sum local = 4.70822e-07, global = 4.652187e-08, cumulative = 5.00992e-06 smoothSolver: Solving for omega, Initial residual = 1.260707e-05, Final residual = 7.888847e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001480779, Final residual = 6.670327e-06, No Iterations 2 ExecutionTime = 87.32 s ClockTime = 90 s forces forces output: sum of forces: pressure : (6.203586 0.01710208 -3.926382) viscous : (1.818149 -0.002193871 -0.001906098) porous : (0 0 0) sum of moments: pressure : (-0.007441357 -6.253422 -0.04325404) viscous : (0.0005998739 0.5577506 0.0001969502) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2270637 Cl = 0.0004219926 Cl(f) = 0.0002109963 Cl(r) = 0.0002109963 Time = 112 smoothSolver: Solving for Ux, Initial residual = 0.0001193498, Final residual = 6.601235e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000947797, Final residual = 5.067567e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001121889, Final residual = 5.58442e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005037997, Final residual = 0.000432163, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006492513, Final residual = 3.642011e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001250887, Final residual = 7.014587e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.960747e-05, Final residual = 1.887143e-06, No Iterations 2 time step continuity errors : sum local = 4.724072e-07, global = 4.145944e-08, cumulative = 5.05138e-06 smoothSolver: Solving for omega, Initial residual = 1.232759e-05, Final residual = 7.725173e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001437142, Final residual = 6.538544e-06, No Iterations 2 ExecutionTime = 88.09 s ClockTime = 91 s forces forces output: sum of forces: pressure : (6.19608 0.01905036 -3.91806) viscous : (1.815121 -0.002180213 -0.001779427) porous : (0 0 0) sum of moments: pressure : (-0.008611406 -6.258916 -0.04404703) viscous : (0.0005973781 0.556981 0.0001858764) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2267656 Cl = 0.0004775273 Cl(f) = 0.0002387636 Cl(r) = 0.0002387636 Time = 113 smoothSolver: Solving for Ux, Initial residual = 0.000116611, Final residual = 6.491786e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009330631, Final residual = 5.008476e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001100679, Final residual = 5.497473e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004919141, Final residual = 0.0004260153, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006385761, Final residual = 3.580016e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001231821, Final residual = 6.958425e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.940989e-05, Final residual = 1.901749e-06, No Iterations 2 time step continuity errors : sum local = 4.760674e-07, global = 3.677918e-08, cumulative = 5.088159e-06 smoothSolver: Solving for omega, Initial residual = 1.205662e-05, Final residual = 7.56876e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001394587, Final residual = 6.408167e-06, No Iterations 2 ExecutionTime = 88.85 s ClockTime = 92 s forces forces output: sum of forces: pressure : (6.187944 0.02081888 -3.910484) viscous : (1.812144 -0.002167086 -0.001668927) porous : (0 0 0) sum of moments: pressure : (-0.00970398 -6.264122 -0.04485978) viscous : (0.0005952541 0.5562342 0.0001736606) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.226451 Cl = 0.0005279589 Cl(f) = 0.0002639795 Cl(r) = 0.0002639795 Time = 114 smoothSolver: Solving for Ux, Initial residual = 0.0001139388, Final residual = 6.386492e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000919383, Final residual = 4.947606e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00107919, Final residual = 5.413035e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004793029, Final residual = 0.0004183554, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006259969, Final residual = 3.502864e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001209761, Final residual = 6.869861e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.911628e-05, Final residual = 1.894091e-06, No Iterations 2 time step continuity errors : sum local = 4.741506e-07, global = 3.771214e-08, cumulative = 5.125871e-06 smoothSolver: Solving for omega, Initial residual = 1.1797e-05, Final residual = 7.420751e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001353179, Final residual = 6.275138e-06, No Iterations 2 ExecutionTime = 89.61 s ClockTime = 93 s forces forces output: sum of forces: pressure : (6.179208 0.02228735 -3.903754) viscous : (1.809218 -0.002154878 -0.001573845) porous : (0 0 0) sum of moments: pressure : (-0.01066346 -6.269021 -0.04567343) viscous : (0.0005935885 0.5555105 0.0001605564) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2261209 Cl = 0.0005698711 Cl(f) = 0.0002849355 Cl(r) = 0.0002849355 Time = 115 smoothSolver: Solving for Ux, Initial residual = 0.0001113436, Final residual = 6.28508e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009058764, Final residual = 4.890951e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001057374, Final residual = 5.32722e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004665818, Final residual = 0.0004106531, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000614651, Final residual = 3.421099e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001188517, Final residual = 6.760573e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.877741e-05, Final residual = 1.870545e-06, No Iterations 2 time step continuity errors : sum local = 4.682466e-07, global = 2.082657e-08, cumulative = 5.146697e-06 smoothSolver: Solving for omega, Initial residual = 1.154552e-05, Final residual = 7.278109e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001313164, Final residual = 6.142718e-06, No Iterations 2 ExecutionTime = 90.37 s ClockTime = 93 s forces forces output: sum of forces: pressure : (6.170122 0.02338811 -3.897866) viscous : (1.806347 -0.002143689 -0.001492578) porous : (0 0 0) sum of moments: pressure : (-0.01149287 -6.273609 -0.04638272) viscous : (0.0005923437 0.5548102 0.000146945) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2257824 Cl = 0.0006013459 Cl(f) = 0.0003006729 Cl(r) = 0.0003006729 Time = 116 smoothSolver: Solving for Ux, Initial residual = 0.0001088002, Final residual = 6.185858e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008926945, Final residual = 4.83636e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001035076, Final residual = 5.239915e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004550565, Final residual = 0.0004033831, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006047507, Final residual = 3.347085e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001170231, Final residual = 6.676106e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.847524e-05, Final residual = 8.634734e-07, No Iterations 3 time step continuity errors : sum local = 2.16147e-07, global = -8.679503e-09, cumulative = 5.138018e-06 smoothSolver: Solving for omega, Initial residual = 1.130413e-05, Final residual = 7.144681e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001274497, Final residual = 6.013656e-06, No Iterations 2 ExecutionTime = 91.14 s ClockTime = 94 s forces forces output: sum of forces: pressure : (6.160856 0.02414491 -3.892936) viscous : (1.803528 -0.002133629 -0.001423736) porous : (0 0 0) sum of moments: pressure : (-0.01222507 -6.277788 -0.04695145) viscous : (0.0005916554 0.5541324 0.0001326511) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2254403 Cl = 0.0006230528 Cl(f) = 0.0003115264 Cl(r) = 0.0003115264 Time = 117 smoothSolver: Solving for Ux, Initial residual = 0.0001063769, Final residual = 6.0923e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008798449, Final residual = 4.783323e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001013091, Final residual = 5.150312e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004455514, Final residual = 0.0003953485, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005949453, Final residual = 3.278438e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001151375, Final residual = 6.538721e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.801336e-05, Final residual = 8.438822e-07, No Iterations 3 time step continuity errors : sum local = 2.112413e-07, global = -3.311587e-09, cumulative = 5.134706e-06 smoothSolver: Solving for omega, Initial residual = 1.108061e-05, Final residual = 7.021009e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001237376, Final residual = 5.890128e-06, No Iterations 2 ExecutionTime = 91.91 s ClockTime = 95 s forces forces output: sum of forces: pressure : (6.151404 0.02469724 -3.888823) viscous : (1.800761 -0.002124749 -0.001366526) porous : (0 0 0) sum of moments: pressure : (-0.01289145 -6.281827 -0.04738605) viscous : (0.0005917028 0.5534761 0.0001175948) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2250945 Cl = 0.0006389383 Cl(f) = 0.0003194692 Cl(r) = 0.0003194692 Time = 118 smoothSolver: Solving for Ux, Initial residual = 0.0001040792, Final residual = 6.004131e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008673213, Final residual = 4.727483e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009916042, Final residual = 5.062035e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004377101, Final residual = 0.0003870101, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005852017, Final residual = 3.21697e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001134698, Final residual = 6.507718e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.775832e-05, Final residual = 8.337055e-07, No Iterations 3 time step continuity errors : sum local = 2.086956e-07, global = -6.425814e-09, cumulative = 5.128281e-06 smoothSolver: Solving for omega, Initial residual = 1.086988e-05, Final residual = 6.904792e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001201881, Final residual = 5.772383e-06, No Iterations 2 ExecutionTime = 92.68 s ClockTime = 96 s forces forces output: sum of forces: pressure : (6.141755 0.02514338 -3.885537) viscous : (1.798044 -0.002117556 -0.001320008) porous : (0 0 0) sum of moments: pressure : (-0.01351083 -6.285622 -0.0476448) viscous : (0.0005927746 0.5528406 0.0001015223) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2247444 Cl = 0.0006517703 Cl(f) = 0.0003258851 Cl(r) = 0.0003258851 Time = 119 smoothSolver: Solving for Ux, Initial residual = 0.0001018671, Final residual = 5.918483e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008546921, Final residual = 4.671059e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009705336, Final residual = 4.977854e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004301587, Final residual = 0.0003793776, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005752821, Final residual = 3.178973e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001121533, Final residual = 6.547248e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.766593e-05, Final residual = 8.366972e-07, No Iterations 3 time step continuity errors : sum local = 2.094485e-07, global = -7.641125e-09, cumulative = 5.120639e-06 smoothSolver: Solving for omega, Initial residual = 1.066806e-05, Final residual = 6.793823e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001167877, Final residual = 5.659216e-06, No Iterations 2 ExecutionTime = 93.46 s ClockTime = 97 s forces forces output: sum of forces: pressure : (6.132022 0.02549221 -3.883283) viscous : (1.795376 -0.002112864 -0.001283339) porous : (0 0 0) sum of moments: pressure : (-0.01407097 -6.288964 -0.04775009) viscous : (0.0005952075 0.5522256 8.471317e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2243934 Cl = 0.0006617772 Cl(f) = 0.0003308886 Cl(r) = 0.0003308886 Time = 120 smoothSolver: Solving for Ux, Initial residual = 9.973931e-05, Final residual = 5.834638e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008419616, Final residual = 4.616631e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009502295, Final residual = 4.898506e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004234504, Final residual = 0.0003734525, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005664531, Final residual = 3.157057e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001110583, Final residual = 6.627884e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.767948e-05, Final residual = 8.525735e-07, No Iterations 3 time step continuity errors : sum local = 2.134221e-07, global = -6.382167e-09, cumulative = 5.114257e-06 smoothSolver: Solving for omega, Initial residual = 1.047406e-05, Final residual = 6.694041e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001135432, Final residual = 5.551757e-06, No Iterations 2 ExecutionTime = 94.23 s ClockTime = 98 s forces forces output: sum of forces: pressure : (6.122264 0.02571248 -3.882067) viscous : (1.792753 -0.002110818 -0.001255116) porous : (0 0 0) sum of moments: pressure : (-0.01458242 -6.291797 -0.04770053) viscous : (0.000598864 0.5516305 6.701042e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.224043 Cl = 0.0006680702 Cl(f) = 0.0003340351 Cl(r) = 0.0003340351 Time = 121 smoothSolver: Solving for Ux, Initial residual = 9.771077e-05, Final residual = 5.757552e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008297147, Final residual = 4.564074e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009306897, Final residual = 4.822686e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00416838, Final residual = 0.0003689222, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005588729, Final residual = 3.146187e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001101845, Final residual = 6.699519e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.770625e-05, Final residual = 8.624905e-07, No Iterations 3 time step continuity errors : sum local = 2.159013e-07, global = -7.944635e-09, cumulative = 5.106313e-06 smoothSolver: Solving for omega, Initial residual = 1.029177e-05, Final residual = 6.597623e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001104389, Final residual = 5.446672e-06, No Iterations 2 ExecutionTime = 95.04 s ClockTime = 98 s forces forces output: sum of forces: pressure : (6.11264 0.02584428 -3.881833) viscous : (1.790174 -0.002111179 -0.001233274) porous : (0 0 0) sum of moments: pressure : (-0.01508384 -6.294173 -0.0474525) viscous : (0.0006037243 0.5510545 4.808489e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2236975 Cl = 0.0006717907 Cl(f) = 0.0003358954 Cl(r) = 0.0003358954 Time = 122 smoothSolver: Solving for Ux, Initial residual = 9.582645e-05, Final residual = 5.684901e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008174762, Final residual = 4.512732e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009118877, Final residual = 4.746384e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004093421, Final residual = 0.0003643532, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005512336, Final residual = 3.129037e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001092483, Final residual = 6.724646e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.767003e-05, Final residual = 8.606748e-07, No Iterations 3 time step continuity errors : sum local = 2.154395e-07, global = -9.839036e-09, cumulative = 5.096474e-06 smoothSolver: Solving for omega, Initial residual = 1.011161e-05, Final residual = 6.505781e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001074938, Final residual = 5.345054e-06, No Iterations 2 ExecutionTime = 95.81 s ClockTime = 99 s forces forces output: sum of forces: pressure : (6.103386 0.02581515 -3.882568) viscous : (1.787637 -0.002113354 -0.001215629) porous : (0 0 0) sum of moments: pressure : (-0.0155464 -6.296131 -0.04702591) viscous : (0.0006097438 0.5504972 2.76981e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2233638 Cl = 0.0006709045 Cl(f) = 0.0003354523 Cl(r) = 0.0003354523 Time = 123 smoothSolver: Solving for Ux, Initial residual = 9.408292e-05, Final residual = 5.613867e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008059161, Final residual = 4.462364e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008937078, Final residual = 4.673732e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004021609, Final residual = 0.0003594348, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005436169, Final residual = 3.10684e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001083787, Final residual = 6.713648e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.757938e-05, Final residual = 8.492017e-07, No Iterations 3 time step continuity errors : sum local = 2.125555e-07, global = -1.145769e-08, cumulative = 5.085016e-06 smoothSolver: Solving for omega, Initial residual = 9.937447e-06, Final residual = 6.406389e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001047101, Final residual = 5.24576e-06, No Iterations 2 ExecutionTime = 96.58 s ClockTime = 100 s forces forces output: sum of forces: pressure : (6.094634 0.02557866 -3.884237) viscous : (1.785139 -0.002116925 -0.001200066) porous : (0 0 0) sum of moments: pressure : (-0.01591712 -6.2977 -0.04653694) viscous : (0.0006167699 0.5499569 5.634428e-06) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2230453 Cl = 0.0006641093 Cl(f) = 0.0003320547 Cl(r) = 0.0003320547 Time = 124 smoothSolver: Solving for Ux, Initial residual = 9.248748e-05, Final residual = 5.543432e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007949157, Final residual = 4.412762e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008765574, Final residual = 4.600934e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003950802, Final residual = 0.0003544872, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005361709, Final residual = 3.08094e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001075368, Final residual = 6.687018e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.747069e-05, Final residual = 8.339485e-07, No Iterations 3 time step continuity errors : sum local = 2.087218e-07, global = -1.247491e-08, cumulative = 5.072541e-06 smoothSolver: Solving for omega, Initial residual = 9.769916e-06, Final residual = 6.301125e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001020638, Final residual = 5.150142e-06, No Iterations 2 ExecutionTime = 97.36 s ClockTime = 101 s forces forces output: sum of forces: pressure : (6.086441 0.02519454 -3.886742) viscous : (1.782678 -0.002121315 -0.0011849) porous : (0 0 0) sum of moments: pressure : (-0.01620126 -6.298861 -0.04605059) viscous : (0.000624436 0.549432 -1.796888e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2227438 Cl = 0.0006531121 Cl(f) = 0.0003265561 Cl(r) = 0.0003265561 Time = 125 smoothSolver: Solving for Ux, Initial residual = 9.098653e-05, Final residual = 5.474894e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007841248, Final residual = 4.364464e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008602842, Final residual = 4.528939e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003890729, Final residual = 0.0003496623, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005291168, Final residual = 3.060087e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001068462, Final residual = 6.652601e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.735814e-05, Final residual = 8.308617e-07, No Iterations 3 time step continuity errors : sum local = 2.07926e-07, global = -1.184402e-08, cumulative = 5.060697e-06 smoothSolver: Solving for omega, Initial residual = 9.605536e-06, Final residual = 6.188817e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.95587e-05, Final residual = 5.057487e-06, No Iterations 2 ExecutionTime = 98.13 s ClockTime = 101 s forces forces output: sum of forces: pressure : (6.078698 0.02475246 -3.889868) viscous : (1.780252 -0.002126024 -0.001168917) porous : (0 0 0) sum of moments: pressure : (-0.01644007 -6.299602 -0.04555204) viscous : (0.0006322576 0.5489214 -4.253292e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2224559 Cl = 0.0006404654 Cl(f) = 0.0003202327 Cl(r) = 0.0003202327 Time = 126 smoothSolver: Solving for Ux, Initial residual = 8.959195e-05, Final residual = 5.410151e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007736497, Final residual = 4.319894e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008443447, Final residual = 4.458862e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003838596, Final residual = 0.0003454356, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005226627, Final residual = 3.04525e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001063842, Final residual = 6.646019e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.730168e-05, Final residual = 8.256711e-07, No Iterations 3 time step continuity errors : sum local = 2.066e-07, global = -1.262978e-08, cumulative = 5.048067e-06 smoothSolver: Solving for omega, Initial residual = 9.442288e-06, Final residual = 6.071128e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.717884e-05, Final residual = 4.965825e-06, No Iterations 2 ExecutionTime = 98.9 s ClockTime = 102 s forces forces output: sum of forces: pressure : (6.071297 0.02427275 -3.893456) viscous : (1.777857 -0.002131325 -0.001151613) porous : (0 0 0) sum of moments: pressure : (-0.01665885 -6.29994 -0.04500681) viscous : (0.0006402769 0.5484241 -6.775467e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2221786 Cl = 0.0006267365 Cl(f) = 0.0003133683 Cl(r) = 0.0003133683 Time = 127 smoothSolver: Solving for Ux, Initial residual = 8.828572e-05, Final residual = 5.348819e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007634646, Final residual = 4.278074e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008289601, Final residual = 4.390751e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003787181, Final residual = 0.0003418037, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005168781, Final residual = 3.03478e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001061392, Final residual = 6.638715e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.727285e-05, Final residual = 8.224298e-07, No Iterations 3 time step continuity errors : sum local = 2.057567e-07, global = -1.243186e-08, cumulative = 5.035635e-06 smoothSolver: Solving for omega, Initial residual = 9.284058e-06, Final residual = 5.952603e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.488525e-05, Final residual = 4.87619e-06, No Iterations 2 ExecutionTime = 99.67 s ClockTime = 103 s forces forces output: sum of forces: pressure : (6.06423 0.02389642 -3.897376) viscous : (1.775495 -0.002138095 -0.001132517) porous : (0 0 0) sum of moments: pressure : (-0.01691424 -6.299937 -0.04438572) viscous : (0.000648896 0.5479398 -9.328079e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2219117 Cl = 0.0006158924 Cl(f) = 0.0003079462 Cl(r) = 0.0003079462 Time = 128 smoothSolver: Solving for Ux, Initial residual = 8.708694e-05, Final residual = 5.291291e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007539481, Final residual = 4.237271e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008136757, Final residual = 4.322691e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003737573, Final residual = 0.0003388189, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005128347, Final residual = 3.02489e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001058944, Final residual = 6.618253e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.724462e-05, Final residual = 8.156001e-07, No Iterations 3 time step continuity errors : sum local = 2.040069e-07, global = -1.262332e-08, cumulative = 5.023012e-06 smoothSolver: Solving for omega, Initial residual = 9.130976e-06, Final residual = 5.829669e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.271109e-05, Final residual = 4.788562e-06, No Iterations 2 ExecutionTime = 100.44 s ClockTime = 104 s forces forces output: sum of forces: pressure : (6.057584 0.02376651 -3.901523) viscous : (1.773162 -0.002146708 -0.001110259) porous : (0 0 0) sum of moments: pressure : (-0.01725599 -6.29962 -0.04367261) viscous : (0.0006581745 0.5474677 -0.0001189788) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2216576 Cl = 0.0006119715 Cl(f) = 0.0003059858 Cl(r) = 0.0003059858 Time = 129 smoothSolver: Solving for Ux, Initial residual = 8.596719e-05, Final residual = 5.237166e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007450012, Final residual = 4.199725e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007984667, Final residual = 4.253525e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003693434, Final residual = 0.0003359198, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005099199, Final residual = 3.013284e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001055916, Final residual = 6.589856e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.720453e-05, Final residual = 8.020355e-07, No Iterations 3 time step continuity errors : sum local = 2.005676e-07, global = -1.237069e-08, cumulative = 5.010641e-06 smoothSolver: Solving for omega, Initial residual = 8.98342e-06, Final residual = 5.704815e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.06458e-05, Final residual = 4.704026e-06, No Iterations 2 ExecutionTime = 101.21 s ClockTime = 105 s forces forces output: sum of forces: pressure : (6.051438 0.02407122 -3.905797) viscous : (1.770858 -0.002156763 -0.001084131) porous : (0 0 0) sum of moments: pressure : (-0.01776572 -6.299019 -0.04283932) viscous : (0.0006680133 0.5470064 -0.00014501) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2214184 Cl = 0.0006203118 Cl(f) = 0.0003101559 Cl(r) = 0.0003101559 Time = 130 smoothSolver: Solving for Ux, Initial residual = 8.490529e-05, Final residual = 5.185505e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007365668, Final residual = 4.169047e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007836937, Final residual = 4.186904e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003657758, Final residual = 0.0003322196, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005068202, Final residual = 2.996158e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001051765, Final residual = 6.566592e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.71581e-05, Final residual = 7.796866e-07, No Iterations 3 time step continuity errors : sum local = 1.949287e-07, global = -1.103962e-08, cumulative = 4.999602e-06 smoothSolver: Solving for omega, Initial residual = 8.839874e-06, Final residual = 5.582018e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.868444e-05, Final residual = 4.623613e-06, No Iterations 2 ExecutionTime = 101.99 s ClockTime = 106 s forces forces output: sum of forces: pressure : (6.045762 0.02496577 -3.910067) viscous : (1.768581 -0.002167715 -0.001054019) porous : (0 0 0) sum of moments: pressure : (-0.01851985 -6.298183 -0.04188967) viscous : (0.0006784443 0.5465552 -0.0001713325) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2211933 Cl = 0.0006453232 Cl(f) = 0.0003226616 Cl(r) = 0.0003226616 Time = 131 smoothSolver: Solving for Ux, Initial residual = 8.390967e-05, Final residual = 5.134007e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007286463, Final residual = 4.142664e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007697207, Final residual = 4.124354e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003624181, Final residual = 0.0003276002, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005029443, Final residual = 2.97664e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001046622, Final residual = 6.566443e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.713558e-05, Final residual = 7.57338e-07, No Iterations 3 time step continuity errors : sum local = 1.892886e-07, global = -9.654661e-09, cumulative = 4.989947e-06 smoothSolver: Solving for omega, Initial residual = 8.705802e-06, Final residual = 5.468405e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.680397e-05, Final residual = 4.547882e-06, No Iterations 2 ExecutionTime = 102.8 s ClockTime = 106 s forces forces output: sum of forces: pressure : (6.040496 0.02646552 -3.914205) viscous : (1.766329 -0.002179433 -0.001019468) porous : (0 0 0) sum of moments: pressure : (-0.01951312 -6.297106 -0.04085602) viscous : (0.0006895499 0.546113 -0.0001980291) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2209805 Cl = 0.0006874434 Cl(f) = 0.0003437217 Cl(r) = 0.0003437217 Time = 132 smoothSolver: Solving for Ux, Initial residual = 8.299167e-05, Final residual = 5.083396e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007210789, Final residual = 4.117921e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007561427, Final residual = 4.061231e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003583723, Final residual = 0.0003219815, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004975214, Final residual = 2.943376e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001039022, Final residual = 6.548814e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.706648e-05, Final residual = 7.55501e-07, No Iterations 3 time step continuity errors : sum local = 1.887739e-07, global = -1.138869e-08, cumulative = 4.978558e-06 smoothSolver: Solving for omega, Initial residual = 8.570377e-06, Final residual = 5.363593e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.499396e-05, Final residual = 4.476016e-06, No Iterations 2 ExecutionTime = 103.63 s ClockTime = 107 s forces forces output: sum of forces: pressure : (6.035713 0.02841321 -3.918084) viscous : (1.764103 -0.00219069 -0.0009806986) porous : (0 0 0) sum of moments: pressure : (-0.02069323 -6.295715 -0.0397384) viscous : (0.0007007109 0.5456809 -0.0002248785) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2207821 Cl = 0.0007422564 Cl(f) = 0.0003711282 Cl(r) = 0.0003711282 Time = 133 smoothSolver: Solving for Ux, Initial residual = 8.215867e-05, Final residual = 5.034954e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007138988, Final residual = 4.093289e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007431198, Final residual = 3.999397e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003547201, Final residual = 0.0003165761, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004916049, Final residual = 2.901916e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001030965, Final residual = 6.49663e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.694823e-05, Final residual = 7.643761e-07, No Iterations 3 time step continuity errors : sum local = 1.909349e-07, global = -1.217763e-08, cumulative = 4.966381e-06 smoothSolver: Solving for omega, Initial residual = 8.443736e-06, Final residual = 5.267508e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.327478e-05, Final residual = 4.410546e-06, No Iterations 2 ExecutionTime = 104.44 s ClockTime = 108 s forces forces output: sum of forces: pressure : (6.031563 0.03057239 -3.92177) viscous : (1.761899 -0.002201033 -0.0009376869) porous : (0 0 0) sum of moments: pressure : (-0.02192687 -6.293883 -0.03861635) viscous : (0.0007118523 0.545257 -0.0002522945) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2206022 Cl = 0.0008030814 Cl(f) = 0.0004015407 Cl(r) = 0.0004015407 Time = 134 smoothSolver: Solving for Ux, Initial residual = 8.136213e-05, Final residual = 4.986098e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007068652, Final residual = 4.068419e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007308199, Final residual = 3.937693e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003514348, Final residual = 0.0003114611, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004846912, Final residual = 2.8591e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001020281, Final residual = 6.425978e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.678376e-05, Final residual = 7.64548e-07, No Iterations 3 time step continuity errors : sum local = 1.909214e-07, global = -1.087494e-08, cumulative = 4.955506e-06 smoothSolver: Solving for omega, Initial residual = 8.325874e-06, Final residual = 5.177182e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.164951e-05, Final residual = 4.351523e-06, No Iterations 2 ExecutionTime = 105.25 s ClockTime = 109 s forces forces output: sum of forces: pressure : (6.028126 0.03300698 -3.925306) viscous : (1.759717 -0.00221047 -0.0008903188) porous : (0 0 0) sum of moments: pressure : (-0.02323703 -6.291596 -0.03750256) viscous : (0.0007230966 0.5448399 -0.00028081) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2204432 Cl = 0.0008717279 Cl(f) = 0.000435864 Cl(r) = 0.000435864 Time = 135 smoothSolver: Solving for Ux, Initial residual = 8.059631e-05, Final residual = 4.93889e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006997434, Final residual = 4.042041e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007187177, Final residual = 3.878668e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00348305, Final residual = 0.0003068688, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004776816, Final residual = 2.817952e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001006654, Final residual = 6.352095e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.657726e-05, Final residual = 7.63416e-07, No Iterations 3 time step continuity errors : sum local = 1.905863e-07, global = -1.044168e-08, cumulative = 4.945064e-06 smoothSolver: Solving for omega, Initial residual = 8.214645e-06, Final residual = 5.101932e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.010093e-05, Final residual = 4.294605e-06, No Iterations 2 ExecutionTime = 106.07 s ClockTime = 110 s forces forces output: sum of forces: pressure : (6.025439 0.03589837 -3.928689) viscous : (1.757555 -0.002218909 -0.0008378715) porous : (0 0 0) sum of moments: pressure : (-0.02469547 -6.288926 -0.03635364) viscous : (0.0007343374 0.5444285 -0.0003102103) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2203059 Cl = 0.000953333 Cl(f) = 0.0004766665 Cl(r) = 0.0004766665 Time = 136 smoothSolver: Solving for Ux, Initial residual = 7.988142e-05, Final residual = 4.892424e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006927237, Final residual = 4.015078e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007076028, Final residual = 3.819351e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003450212, Final residual = 0.0003026048, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004710557, Final residual = 2.780699e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.908077e-05, Final residual = 6.281845e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.635701e-05, Final residual = 7.585722e-07, No Iterations 3 time step continuity errors : sum local = 1.893298e-07, global = -1.078384e-08, cumulative = 4.93428e-06 smoothSolver: Solving for omega, Initial residual = 8.112922e-06, Final residual = 5.032898e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.860896e-05, Final residual = 4.241782e-06, No Iterations 2 ExecutionTime = 106.88 s ClockTime = 111 s forces forces output: sum of forces: pressure : (6.023483 0.03943883 -3.931817) viscous : (1.755411 -0.002226307 -0.0007792268) porous : (0 0 0) sum of moments: pressure : (-0.02638331 -6.285929 -0.03509938) viscous : (0.000745282 0.5440212 -0.0003404285) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2201899 Cl = 0.00105334 Cl(f) = 0.00052667 Cl(r) = 0.00052667 Time = 137 smoothSolver: Solving for Ux, Initial residual = 7.920427e-05, Final residual = 4.845177e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006862955, Final residual = 3.989155e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006974621, Final residual = 3.762469e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003417422, Final residual = 0.0002981537, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004648551, Final residual = 2.751075e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.743895e-05, Final residual = 6.250091e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.617557e-05, Final residual = 7.50803e-07, No Iterations 3 time step continuity errors : sum local = 1.873464e-07, global = -1.149304e-08, cumulative = 4.922787e-06 smoothSolver: Solving for omega, Initial residual = 8.019047e-06, Final residual = 4.972303e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.716927e-05, Final residual = 4.193062e-06, No Iterations 2 ExecutionTime = 107.71 s ClockTime = 111 s forces forces output: sum of forces: pressure : (6.022207 0.04365343 -3.934671) viscous : (1.753285 -0.002233224 -0.0007146848) porous : (0 0 0) sum of moments: pressure : (-0.02830553 -6.282657 -0.03377746) viscous : (0.0007561683 0.5436177 -0.0003711674) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2200935 Cl = 0.001172443 Cl(f) = 0.0005862215 Cl(r) = 0.0005862215 Time = 138 smoothSolver: Solving for Ux, Initial residual = 7.85532e-05, Final residual = 4.798653e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006802741, Final residual = 3.966503e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006878995, Final residual = 3.712479e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003387957, Final residual = 0.0002938903, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004589361, Final residual = 2.726396e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.571339e-05, Final residual = 6.179489e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.592642e-05, Final residual = 7.477337e-07, No Iterations 3 time step continuity errors : sum local = 1.865343e-07, global = -1.107337e-08, cumulative = 4.911714e-06 smoothSolver: Solving for omega, Initial residual = 7.930831e-06, Final residual = 4.914766e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.577906e-05, Final residual = 4.145948e-06, No Iterations 2 ExecutionTime = 108.51 s ClockTime = 112 s forces forces output: sum of forces: pressure : (6.021537 0.04836349 -3.937416) viscous : (1.751176 -0.002240053 -0.0006429913) porous : (0 0 0) sum of moments: pressure : (-0.03040073 -6.279122 -0.0324574) viscous : (0.0007668447 0.5432164 -0.0004023837) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2200149 Cl = 0.001305573 Cl(f) = 0.0006527864 Cl(r) = 0.0006527864 Time = 139 smoothSolver: Solving for Ux, Initial residual = 7.791379e-05, Final residual = 4.750892e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006746986, Final residual = 3.946162e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006785605, Final residual = 3.664582e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003356595, Final residual = 0.0002901591, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004536182, Final residual = 2.711526e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.406019e-05, Final residual = 6.140036e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.575941e-05, Final residual = 7.477745e-07, No Iterations 3 time step continuity errors : sum local = 1.865017e-07, global = -1.074625e-08, cumulative = 4.900968e-06 smoothSolver: Solving for omega, Initial residual = 7.842345e-06, Final residual = 4.860381e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.444203e-05, Final residual = 4.098448e-06, No Iterations 2 ExecutionTime = 109.36 s ClockTime = 113 s forces forces output: sum of forces: pressure : (6.021435 0.05331815 -3.940138) viscous : (1.749081 -0.002246682 -0.0005644428) porous : (0 0 0) sum of moments: pressure : (-0.0325913 -6.275309 -0.03113436) viscous : (0.0007771598 0.5428163 -0.0004342396) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2199527 Cl = 0.001445632 Cl(f) = 0.0007228161 Cl(r) = 0.0007228161 Time = 140 smoothSolver: Solving for Ux, Initial residual = 7.729405e-05, Final residual = 4.702118e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006694948, Final residual = 3.924458e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006695404, Final residual = 3.61787e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003325428, Final residual = 0.0002872741, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004489357, Final residual = 2.701858e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.269106e-05, Final residual = 6.116183e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.562264e-05, Final residual = 7.496359e-07, No Iterations 3 time step continuity errors : sum local = 1.869267e-07, global = -1.032701e-08, cumulative = 4.890641e-06 smoothSolver: Solving for omega, Initial residual = 7.757228e-06, Final residual = 4.809476e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.314584e-05, Final residual = 4.050801e-06, No Iterations 2 ExecutionTime = 110.17 s ClockTime = 114 s forces forces output: sum of forces: pressure : (6.021928 0.05843887 -3.94291) viscous : (1.747001 -0.002253269 -0.0004785855) porous : (0 0 0) sum of moments: pressure : (-0.03483572 -6.271225 -0.02983704) viscous : (0.0007870651 0.5424167 -0.0004669051) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2199078 Cl = 0.001590393 Cl(f) = 0.0007951965 Cl(r) = 0.0007951965 Time = 141 smoothSolver: Solving for Ux, Initial residual = 7.669332e-05, Final residual = 4.652982e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006648247, Final residual = 3.90355e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006609333, Final residual = 3.574861e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003296707, Final residual = 0.0002850329, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004450132, Final residual = 2.694414e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.157578e-05, Final residual = 6.093214e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.552612e-05, Final residual = 7.508966e-07, No Iterations 3 time step continuity errors : sum local = 1.872017e-07, global = -1.006394e-08, cumulative = 4.880577e-06 smoothSolver: Solving for omega, Initial residual = 7.677679e-06, Final residual = 4.758945e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.190336e-05, Final residual = 4.00277e-06, No Iterations 2 ExecutionTime = 110.95 s ClockTime = 115 s forces forces output: sum of forces: pressure : (6.023035 0.06376742 -3.945772) viscous : (1.744935 -0.002259686 -0.0003855914) porous : (0 0 0) sum of moments: pressure : (-0.03713212 -6.266892 -0.02860559) viscous : (0.0007965643 0.5420177 -0.0005001964) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2198806 Cl = 0.001741042 Cl(f) = 0.0008705208 Cl(r) = 0.0008705208 Time = 142 smoothSolver: Solving for Ux, Initial residual = 7.60937e-05, Final residual = 4.603908e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006607453, Final residual = 3.881791e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006529238, Final residual = 3.535939e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003267671, Final residual = 0.0002827889, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004419003, Final residual = 2.676008e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.04961e-05, Final residual = 6.039139e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.535783e-05, Final residual = 7.495758e-07, No Iterations 3 time step continuity errors : sum local = 1.868324e-07, global = -9.141022e-09, cumulative = 4.871436e-06 smoothSolver: Solving for omega, Initial residual = 7.600313e-06, Final residual = 4.708317e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.067643e-05, Final residual = 3.953327e-06, No Iterations 2 ExecutionTime = 111.72 s ClockTime = 116 s forces forces output: sum of forces: pressure : (6.024875 0.06939289 -3.948748) viscous : (1.742882 -0.00226743 -0.0002856683) porous : (0 0 0) sum of moments: pressure : (-0.03951771 -6.262297 -0.02736426) viscous : (0.0008062807 0.5416189 -0.0005344954) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2198746 Cl = 0.001900057 Cl(f) = 0.0009500287 Cl(r) = 0.0009500287 Time = 143 smoothSolver: Solving for Ux, Initial residual = 7.546277e-05, Final residual = 4.552316e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006574828, Final residual = 3.858905e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006453064, Final residual = 3.498336e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003238867, Final residual = 0.0002807066, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004394124, Final residual = 2.655266e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.96115e-05, Final residual = 5.984584e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.519083e-05, Final residual = 7.445706e-07, No Iterations 3 time step continuity errors : sum local = 1.855485e-07, global = -9.184376e-09, cumulative = 4.862251e-06 smoothSolver: Solving for omega, Initial residual = 7.522654e-06, Final residual = 4.657549e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.947398e-05, Final residual = 3.904053e-06, No Iterations 2 ExecutionTime = 112.5 s ClockTime = 116 s forces forces output: sum of forces: pressure : (6.027443 0.07531977 -3.95189) viscous : (1.740843 -0.002275688 -0.0001783005) porous : (0 0 0) sum of moments: pressure : (-0.04200229 -6.257469 -0.02606106) viscous : (0.0008159299 0.5412192 -0.0005696512) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2198896 Cl = 0.00206759 Cl(f) = 0.001033795 Cl(r) = 0.001033795 Time = 144 smoothSolver: Solving for Ux, Initial residual = 7.48512e-05, Final residual = 4.498043e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006545524, Final residual = 3.834906e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006379537, Final residual = 3.463034e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003213685, Final residual = 0.000278485, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004370326, Final residual = 2.630955e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.878404e-05, Final residual = 5.918293e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.501224e-05, Final residual = 7.387693e-07, No Iterations 3 time step continuity errors : sum local = 1.840677e-07, global = -8.942841e-09, cumulative = 4.853308e-06 smoothSolver: Solving for omega, Initial residual = 7.446521e-06, Final residual = 4.602761e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.8302e-05, Final residual = 3.853883e-06, No Iterations 2 ExecutionTime = 113.27 s ClockTime = 117 s forces forces output: sum of forces: pressure : (6.03066 0.08150517 -3.955114) viscous : (1.738813 -0.002286061 -6.439522e-05) porous : (0 0 0) sum of moments: pressure : (-0.04458578 -6.252474 -0.02464707) viscous : (0.000825997 0.5408172 -0.0006062242) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2199232 Cl = 0.002242381 Cl(f) = 0.00112119 Cl(r) = 0.00112119 Time = 145 smoothSolver: Solving for Ux, Initial residual = 7.424584e-05, Final residual = 4.44397e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006519347, Final residual = 3.810613e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006307329, Final residual = 3.427476e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003188274, Final residual = 0.0002766175, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004349896, Final residual = 2.608255e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.81415e-05, Final residual = 5.848134e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.485863e-05, Final residual = 7.325567e-07, No Iterations 3 time step continuity errors : sum local = 1.824845e-07, global = -8.820833e-09, cumulative = 4.844488e-06 smoothSolver: Solving for omega, Initial residual = 7.368044e-06, Final residual = 4.546751e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.716278e-05, Final residual = 3.801167e-06, No Iterations 2 ExecutionTime = 114.04 s ClockTime = 118 s forces forces output: sum of forces: pressure : (6.034516 0.08768878 -3.958404) viscous : (1.736793 -0.002297515 5.610556e-05) porous : (0 0 0) sum of moments: pressure : (-0.04716798 -6.247257 -0.02314703) viscous : (0.0008359999 0.540413 -0.000643877) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2199752 Cl = 0.00241709 Cl(f) = 0.001208545 Cl(r) = 0.001208545 Time = 146 smoothSolver: Solving for Ux, Initial residual = 7.364264e-05, Final residual = 4.388323e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006495986, Final residual = 3.785838e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006238258, Final residual = 3.389583e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003164257, Final residual = 0.0002750297, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004332616, Final residual = 2.586952e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.758064e-05, Final residual = 5.772707e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.471682e-05, Final residual = 7.215009e-07, No Iterations 3 time step continuity errors : sum local = 1.796961e-07, global = -8.794406e-09, cumulative = 4.835693e-06 smoothSolver: Solving for omega, Initial residual = 7.291377e-06, Final residual = 4.487432e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.607383e-05, Final residual = 3.747797e-06, No Iterations 2 ExecutionTime = 114.82 s ClockTime = 119 s forces forces output: sum of forces: pressure : (6.038873 0.09380966 -3.961708) viscous : (1.734782 -0.002310466 0.0001829977) porous : (0 0 0) sum of moments: pressure : (-0.04972965 -6.241875 -0.02160103) viscous : (0.000845933 0.5400056 -0.0006827556) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2200416 Cl = 0.002589982 Cl(f) = 0.001294991 Cl(r) = 0.001294991 Time = 147 smoothSolver: Solving for Ux, Initial residual = 7.304595e-05, Final residual = 4.33218e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006474924, Final residual = 3.761266e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006171385, Final residual = 3.350398e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003156385, Final residual = 0.0002738608, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004320301, Final residual = 2.572446e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.723624e-05, Final residual = 5.697755e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.459575e-05, Final residual = 7.084818e-07, No Iterations 3 time step continuity errors : sum local = 1.764192e-07, global = -8.81641e-09, cumulative = 4.826877e-06 smoothSolver: Solving for omega, Initial residual = 7.214015e-06, Final residual = 4.425316e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.502379e-05, Final residual = 3.695744e-06, No Iterations 2 ExecutionTime = 115.59 s ClockTime = 119 s forces forces output: sum of forces: pressure : (6.043616 0.0997501 -3.965052) viscous : (1.732781 -0.00232441 0.0003154636) porous : (0 0 0) sum of moments: pressure : (-0.05221637 -6.236385 -0.02005443) viscous : (0.0008558085 0.5395952 -0.0007221133) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2201192 Cl = 0.002757737 Cl(f) = 0.001378869 Cl(r) = 0.001378869 Time = 148 smoothSolver: Solving for Ux, Initial residual = 7.245577e-05, Final residual = 4.275219e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006453696, Final residual = 3.738314e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006105328, Final residual = 3.309593e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003157118, Final residual = 0.0002738385, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004313109, Final residual = 2.559476e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.69493e-05, Final residual = 5.60428e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.44721e-05, Final residual = 6.89955e-07, No Iterations 3 time step continuity errors : sum local = 1.717719e-07, global = -8.50546e-09, cumulative = 4.818371e-06 smoothSolver: Solving for omega, Initial residual = 7.136573e-06, Final residual = 4.36292e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.399615e-05, Final residual = 3.644686e-06, No Iterations 2 ExecutionTime = 116.37 s ClockTime = 120 s forces forces output: sum of forces: pressure : (6.04857 0.1053077 -3.968386) viscous : (1.730791 -0.002339867 0.0004531487) porous : (0 0 0) sum of moments: pressure : (-0.05452314 -6.230873 -0.01854784) viscous : (0.0008658386 0.5391823 -0.0007619102) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2202031 Cl = 0.002914615 Cl(f) = 0.001457307 Cl(r) = 0.001457307 Time = 149 smoothSolver: Solving for Ux, Initial residual = 7.187195e-05, Final residual = 4.217462e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006431501, Final residual = 3.716524e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006040674, Final residual = 3.268583e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003161179, Final residual = 0.0002746469, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004310128, Final residual = 2.551333e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.667697e-05, Final residual = 5.509223e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.43689e-05, Final residual = 6.667002e-07, No Iterations 3 time step continuity errors : sum local = 1.659514e-07, global = -8.164584e-09, cumulative = 4.810207e-06 smoothSolver: Solving for omega, Initial residual = 7.06571e-06, Final residual = 4.299401e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.299558e-05, Final residual = 3.593971e-06, No Iterations 2 ExecutionTime = 117.14 s ClockTime = 121 s forces forces output: sum of forces: pressure : (6.053682 0.110447 -3.971628) viscous : (1.728814 -0.002356381 0.0005944416) porous : (0 0 0) sum of moments: pressure : (-0.05664221 -6.225344 -0.01702852) viscous : (0.0008759119 0.5387676 -0.0008020308) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2202918 Cl = 0.003059618 Cl(f) = 0.001529809 Cl(r) = 0.001529809 Time = 150 smoothSolver: Solving for Ux, Initial residual = 7.129977e-05, Final residual = 4.160391e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006407263, Final residual = 3.692004e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005978725, Final residual = 3.227259e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003161485, Final residual = 0.0002748358, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000430021, Final residual = 2.528394e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.595149e-05, Final residual = 5.359892e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.413341e-05, Final residual = 6.334037e-07, No Iterations 3 time step continuity errors : sum local = 1.576389e-07, global = -7.663604e-09, cumulative = 4.802543e-06 smoothSolver: Solving for omega, Initial residual = 6.993592e-06, Final residual = 4.238112e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.202069e-05, Final residual = 3.546736e-06, No Iterations 2 ExecutionTime = 117.91 s ClockTime = 122 s forces forces output: sum of forces: pressure : (6.058861 0.1151755 -3.974755) viscous : (1.726853 -0.002372628 0.0007382977) porous : (0 0 0) sum of moments: pressure : (-0.05859589 -6.219761 -0.01536182) viscous : (0.0008862008 0.5383525 -0.0008405082) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2203829 Cl = 0.003193004 Cl(f) = 0.001596502 Cl(r) = 0.001596502 Time = 151 smoothSolver: Solving for Ux, Initial residual = 7.074083e-05, Final residual = 4.104741e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006380502, Final residual = 3.664439e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005915877, Final residual = 3.183514e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003152911, Final residual = 0.0002743773, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004274239, Final residual = 2.489619e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.466056e-05, Final residual = 5.16043e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.377445e-05, Final residual = 5.941059e-07, No Iterations 3 time step continuity errors : sum local = 1.478373e-07, global = -7.060722e-09, cumulative = 4.795482e-06 smoothSolver: Solving for omega, Initial residual = 6.91968e-06, Final residual = 4.178321e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.1077e-05, Final residual = 3.49986e-06, No Iterations 2 ExecutionTime = 118.7 s ClockTime = 123 s forces forces output: sum of forces: pressure : (6.063984 0.1194159 -3.977685) viscous : (1.724911 -0.002390883 0.0008841459) porous : (0 0 0) sum of moments: pressure : (-0.06038206 -6.214169 -0.01345588) viscous : (0.0008974621 0.537938 -0.0008775762) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.220473 Cl = 0.003312518 Cl(f) = 0.001656259 Cl(r) = 0.001656259 Time = 152 smoothSolver: Solving for Ux, Initial residual = 7.017423e-05, Final residual = 4.050374e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006352119, Final residual = 3.63433e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005852464, Final residual = 3.136832e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003147447, Final residual = 0.0002738417, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004253536, Final residual = 2.470261e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.339712e-05, Final residual = 5.026325e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.350481e-05, Final residual = 1.327531e-06, No Iterations 2 time step continuity errors : sum local = 3.302947e-07, global = -2.48493e-08, cumulative = 4.770633e-06 smoothSolver: Solving for omega, Initial residual = 6.842093e-06, Final residual = 4.123108e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.020217e-05, Final residual = 3.455588e-06, No Iterations 2 ExecutionTime = 119.46 s ClockTime = 124 s forces forces output: sum of forces: pressure : (6.068959 0.1232017 -3.980709) viscous : (1.722986 -0.002409992 0.001031952) porous : (0 0 0) sum of moments: pressure : (-0.06197664 -6.208823 -0.01141024) viscous : (0.0009093569 0.537523 -0.0009133143) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2205593 Cl = 0.003419138 Cl(f) = 0.001709569 Cl(r) = 0.001709569 Time = 153 smoothSolver: Solving for Ux, Initial residual = 6.958318e-05, Final residual = 3.996644e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006321093, Final residual = 3.60562e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005789453, Final residual = 3.090116e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003144424, Final residual = 0.0002745117, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004243258, Final residual = 2.502629e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.302461e-05, Final residual = 5.097136e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.356095e-05, Final residual = 1.324774e-06, No Iterations 2 time step continuity errors : sum local = 3.295578e-07, global = -2.485527e-08, cumulative = 4.745778e-06 smoothSolver: Solving for omega, Initial residual = 6.768217e-06, Final residual = 4.078627e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.93772e-05, Final residual = 3.414545e-06, No Iterations 2 ExecutionTime = 120.21 s ClockTime = 124 s forces forces output: sum of forces: pressure : (6.073747 0.1265577 -3.983436) viscous : (1.721079 -0.00243119 0.001180934) porous : (0 0 0) sum of moments: pressure : (-0.0633577 -6.203447 -0.009295652) viscous : (0.0009223134 0.5371082 -0.0009476091) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2206408 Cl = 0.003513532 Cl(f) = 0.001756766 Cl(r) = 0.001756766 Time = 154 smoothSolver: Solving for Ux, Initial residual = 6.901069e-05, Final residual = 3.944868e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000628852, Final residual = 3.575683e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005729335, Final residual = 3.045203e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003139989, Final residual = 0.0002761196, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000424325, Final residual = 2.543383e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.317941e-05, Final residual = 5.199283e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.374608e-05, Final residual = 1.340844e-06, No Iterations 2 time step continuity errors : sum local = 3.334979e-07, global = -2.397056e-08, cumulative = 4.721807e-06 smoothSolver: Solving for omega, Initial residual = 6.69938e-06, Final residual = 4.039388e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.859725e-05, Final residual = 3.376574e-06, No Iterations 2 ExecutionTime = 120.98 s ClockTime = 125 s forces forces output: sum of forces: pressure : (6.078238 0.1294296 -3.985842) viscous : (1.719186 -0.002454957 0.001332367) porous : (0 0 0) sum of moments: pressure : (-0.06451334 -6.198177 -0.007102614) viscous : (0.0009364116 0.5366922 -0.0009808185) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2207144 Cl = 0.003594152 Cl(f) = 0.001797076 Cl(r) = 0.001797076 Time = 155 smoothSolver: Solving for Ux, Initial residual = 6.845754e-05, Final residual = 3.900018e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006256171, Final residual = 3.544935e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005674327, Final residual = 3.003918e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003139079, Final residual = 0.0002770048, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004247678, Final residual = 2.552728e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.320445e-05, Final residual = 5.232182e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.382125e-05, Final residual = 1.353266e-06, No Iterations 2 time step continuity errors : sum local = 3.36526e-07, global = -2.060552e-08, cumulative = 4.701202e-06 smoothSolver: Solving for omega, Initial residual = 6.6333e-06, Final residual = 4.006294e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.783124e-05, Final residual = 3.34134e-06, No Iterations 2 ExecutionTime = 121.73 s ClockTime = 126 s forces forces output: sum of forces: pressure : (6.082301 0.1318008 -3.987967) viscous : (1.717305 -0.002481152 0.001485358) porous : (0 0 0) sum of moments: pressure : (-0.06545234 -6.193143 -0.004797857) viscous : (0.0009514249 0.5362741 -0.00101362) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2207761 Cl = 0.00366053 Cl(f) = 0.001830265 Cl(r) = 0.001830265 Time = 156 smoothSolver: Solving for Ux, Initial residual = 6.791989e-05, Final residual = 3.85842e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006221952, Final residual = 3.5173e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005623164, Final residual = 2.965284e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003137944, Final residual = 0.0002767178, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004241726, Final residual = 2.528189e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.25736e-05, Final residual = 5.186484e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.375786e-05, Final residual = 1.351867e-06, No Iterations 2 time step continuity errors : sum local = 3.361207e-07, global = -1.804521e-08, cumulative = 4.683156e-06 smoothSolver: Solving for omega, Initial residual = 6.573159e-06, Final residual = 3.975543e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.713096e-05, Final residual = 3.308858e-06, No Iterations 2 ExecutionTime = 122.49 s ClockTime = 127 s forces forces output: sum of forces: pressure : (6.085834 0.1337095 -3.989645) viscous : (1.715434 -0.002509386 0.001640099) porous : (0 0 0) sum of moments: pressure : (-0.06619557 -6.188391 -0.002334469) viscous : (0.0009673663 0.5358526 -0.001046553) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2208232 Cl = 0.003713757 Cl(f) = 0.001856879 Cl(r) = 0.001856879 Time = 157 smoothSolver: Solving for Ux, Initial residual = 6.739392e-05, Final residual = 3.818857e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006186723, Final residual = 3.488801e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005574504, Final residual = 2.928908e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003133745, Final residual = 0.000275753, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004223698, Final residual = 2.49128e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.143794e-05, Final residual = 5.141461e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.363304e-05, Final residual = 1.352927e-06, No Iterations 2 time step continuity errors : sum local = 3.363297e-07, global = -1.555012e-08, cumulative = 4.667606e-06 smoothSolver: Solving for omega, Initial residual = 6.512916e-06, Final residual = 3.942445e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.64761e-05, Final residual = 3.279109e-06, No Iterations 2 ExecutionTime = 123.25 s ClockTime = 127 s forces forces output: sum of forces: pressure : (6.088811 0.1352132 -3.990718) viscous : (1.713571 -0.002539107 0.001796154) porous : (0 0 0) sum of moments: pressure : (-0.06677848 -6.183918 0.0002684264) viscous : (0.0009838704 0.5354273 -0.001080303) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2208547 Cl = 0.003755482 Cl(f) = 0.001877741 Cl(r) = 0.001877741 Time = 158 smoothSolver: Solving for Ux, Initial residual = 6.68591e-05, Final residual = 3.779809e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000614921, Final residual = 3.458108e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005528717, Final residual = 2.891693e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003128199, Final residual = 0.0002741296, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004192225, Final residual = 2.457499e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.000006e-05, Final residual = 5.149922e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.355604e-05, Final residual = 6.781889e-07, No Iterations 3 time step continuity errors : sum local = 1.685689e-07, global = -5.408634e-09, cumulative = 4.662198e-06 smoothSolver: Solving for omega, Initial residual = 6.448061e-06, Final residual = 3.912936e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.583248e-05, Final residual = 3.248375e-06, No Iterations 2 ExecutionTime = 124.02 s ClockTime = 128 s forces forces output: sum of forces: pressure : (6.091214 0.1364191 -3.99075) viscous : (1.711716 -0.002569217 0.001953923) porous : (0 0 0) sum of moments: pressure : (-0.06724072 -6.179645 0.002969007) viscous : (0.001000461 0.5349981 -0.001114835) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2208702 Cl = 0.003788763 Cl(f) = 0.001894381 Cl(r) = 0.001894381 Time = 159 smoothSolver: Solving for Ux, Initial residual = 6.634523e-05, Final residual = 3.741944e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000610725, Final residual = 3.426335e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005480478, Final residual = 2.853366e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003116453, Final residual = 0.0002718677, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004146764, Final residual = 2.423639e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.832316e-05, Final residual = 5.097484e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.341138e-05, Final residual = 6.790591e-07, No Iterations 3 time step continuity errors : sum local = 1.687587e-07, global = -4.6785e-09, cumulative = 4.657519e-06 smoothSolver: Solving for omega, Initial residual = 6.387342e-06, Final residual = 3.882911e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.518603e-05, Final residual = 3.216201e-06, No Iterations 2 ExecutionTime = 124.79 s ClockTime = 129 s forces forces output: sum of forces: pressure : (6.093092 0.1373547 -3.990509) viscous : (1.709871 -0.002599005 0.002113348) porous : (0 0 0) sum of moments: pressure : (-0.0675896 -6.17563 0.005719347) viscous : (0.001016658 0.5345661 -0.001150006) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2208711 Cl = 0.003814402 Cl(f) = 0.001907201 Cl(r) = 0.001907201 Time = 160 smoothSolver: Solving for Ux, Initial residual = 6.585719e-05, Final residual = 3.705947e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006063501, Final residual = 3.395528e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005434206, Final residual = 2.813615e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003100678, Final residual = 0.0002704887, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004094729, Final residual = 2.397194e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.720141e-05, Final residual = 5.091418e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.334013e-05, Final residual = 6.85361e-07, No Iterations 3 time step continuity errors : sum local = 1.702992e-07, global = -9.624235e-09, cumulative = 4.647895e-06 smoothSolver: Solving for omega, Initial residual = 6.330433e-06, Final residual = 3.852083e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.453661e-05, Final residual = 3.182383e-06, No Iterations 2 ExecutionTime = 125.57 s ClockTime = 130 s forces forces output: sum of forces: pressure : (6.094426 0.1380232 -3.989868) viscous : (1.708039 -0.002628278 0.002274269) porous : (0 0 0) sum of moments: pressure : (-0.06783362 -6.17181 0.008476962) viscous : (0.001032406 0.5341323 -0.001185115) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.220857 Cl = 0.003832496 Cl(f) = 0.001916248 Cl(r) = 0.001916248 Time = 161 smoothSolver: Solving for Ux, Initial residual = 6.540157e-05, Final residual = 3.671081e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006021431, Final residual = 3.363816e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000539026, Final residual = 2.77498e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003082753, Final residual = 0.0002707104, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004058441, Final residual = 2.410367e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.743795e-05, Final residual = 5.250617e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.358975e-05, Final residual = 7.108133e-07, No Iterations 3 time step continuity errors : sum local = 1.765985e-07, global = -9.794724e-09, cumulative = 4.6381e-06 smoothSolver: Solving for omega, Initial residual = 6.278522e-06, Final residual = 3.820169e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.390503e-05, Final residual = 3.150247e-06, No Iterations 2 ExecutionTime = 126.35 s ClockTime = 131 s forces forces output: sum of forces: pressure : (6.095128 0.1386036 -3.988845) viscous : (1.706223 -0.002657094 0.002437193) porous : (0 0 0) sum of moments: pressure : (-0.06800189 -6.168202 0.01113666) viscous : (0.001047577 0.5336987 -0.001219117) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2208255 Cl = 0.00384811 Cl(f) = 0.001924055 Cl(r) = 0.001924055 Time = 162 smoothSolver: Solving for Ux, Initial residual = 6.499511e-05, Final residual = 3.638851e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005986346, Final residual = 3.332353e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005348908, Final residual = 2.740913e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003074073, Final residual = 0.0002722718, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000406672, Final residual = 2.460769e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.835652e-05, Final residual = 5.516614e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.410958e-05, Final residual = 7.537552e-07, No Iterations 3 time step continuity errors : sum local = 1.872412e-07, global = -9.337748e-09, cumulative = 4.628763e-06 smoothSolver: Solving for omega, Initial residual = 6.220949e-06, Final residual = 3.78105e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.328946e-05, Final residual = 3.116616e-06, No Iterations 2 ExecutionTime = 127.12 s ClockTime = 132 s forces forces output: sum of forces: pressure : (6.095204 0.139276 -3.987388) viscous : (1.704427 -0.002686085 0.002601565) porous : (0 0 0) sum of moments: pressure : (-0.06815801 -6.164814 0.01365659) viscous : (0.00106253 0.5332666 -0.001251204) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2207768 Cl = 0.003866322 Cl(f) = 0.001933161 Cl(r) = 0.001933161 Time = 163 smoothSolver: Solving for Ux, Initial residual = 6.462403e-05, Final residual = 3.607728e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005956064, Final residual = 3.301702e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000530815, Final residual = 2.705743e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003071311, Final residual = 0.000273739, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004080166, Final residual = 2.511348e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.890295e-05, Final residual = 5.732938e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.457201e-05, Final residual = 8.165215e-07, No Iterations 3 time step continuity errors : sum local = 2.028073e-07, global = -5.995193e-09, cumulative = 4.622767e-06 smoothSolver: Solving for omega, Initial residual = 6.164298e-06, Final residual = 3.735755e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.270677e-05, Final residual = 3.082439e-06, No Iterations 2 ExecutionTime = 127.9 s ClockTime = 132 s forces forces output: sum of forces: pressure : (6.094637 0.140014 -3.985379) viscous : (1.702653 -0.002714435 0.002767109) porous : (0 0 0) sum of moments: pressure : (-0.06830815 -6.161686 0.01609044) viscous : (0.00107713 0.5328368 -0.001280397) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2207106 Cl = 0.003886409 Cl(f) = 0.001943204 Cl(r) = 0.001943204 Time = 164 smoothSolver: Solving for Ux, Initial residual = 6.427114e-05, Final residual = 3.574149e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005925922, Final residual = 3.26937e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005265176, Final residual = 2.669448e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0030742, Final residual = 0.0002742661, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004089448, Final residual = 2.53504e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.885484e-05, Final residual = 5.814399e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.480342e-05, Final residual = 8.150308e-07, No Iterations 3 time step continuity errors : sum local = 2.024144e-07, global = -1.121799e-08, cumulative = 4.611549e-06 smoothSolver: Solving for omega, Initial residual = 6.100388e-06, Final residual = 3.681083e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.215246e-05, Final residual = 3.048016e-06, No Iterations 2 ExecutionTime = 128.67 s ClockTime = 133 s forces forces output: sum of forces: pressure : (6.093433 0.1408902 -3.982771) viscous : (1.700901 -0.002742948 0.002932226) porous : (0 0 0) sum of moments: pressure : (-0.06850325 -6.158829 0.01853762) viscous : (0.001091784 0.5324097 -0.001307054) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2206269 Cl = 0.003910405 Cl(f) = 0.001955203 Cl(r) = 0.001955203 Time = 165 smoothSolver: Solving for Ux, Initial residual = 6.390263e-05, Final residual = 3.538681e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005892373, Final residual = 3.234431e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005220489, Final residual = 2.63072e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003069012, Final residual = 0.0002736437, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004076318, Final residual = 2.547728e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.847091e-05, Final residual = 5.857069e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.495249e-05, Final residual = 8.262312e-07, No Iterations 3 time step continuity errors : sum local = 2.051734e-07, global = -9.203819e-09, cumulative = 4.602346e-06 smoothSolver: Solving for omega, Initial residual = 6.041942e-06, Final residual = 3.623605e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.162321e-05, Final residual = 3.012755e-06, No Iterations 2 ExecutionTime = 129.44 s ClockTime = 134 s forces forces output: sum of forces: pressure : (6.091603 0.1419505 -3.979426) viscous : (1.699171 -0.002770478 0.003097497) porous : (0 0 0) sum of moments: pressure : (-0.06875122 -6.156242 0.02098531) viscous : (0.001106316 0.5319843 -0.001330744) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2205261 Cl = 0.003939639 Cl(f) = 0.001969819 Cl(r) = 0.001969819 Time = 166 smoothSolver: Solving for Ux, Initial residual = 6.352517e-05, Final residual = 3.50259e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005856585, Final residual = 3.199706e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005177578, Final residual = 2.591001e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003061133, Final residual = 0.0002729717, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004058308, Final residual = 2.557561e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.820229e-05, Final residual = 5.922325e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.509152e-05, Final residual = 8.542423e-07, No Iterations 3 time step continuity errors : sum local = 2.12108e-07, global = -7.283437e-09, cumulative = 4.595062e-06 smoothSolver: Solving for omega, Initial residual = 5.980495e-06, Final residual = 3.571272e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.112793e-05, Final residual = 2.975512e-06, No Iterations 2 ExecutionTime = 130.21 s ClockTime = 135 s forces forces output: sum of forces: pressure : (6.089278 0.1434221 -3.975497) viscous : (1.697459 -0.0027977 0.003262081) porous : (0 0 0) sum of moments: pressure : (-0.06916301 -6.153804 0.02340213) viscous : (0.001120587 0.5315601 -0.001353004) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2204119 Cl = 0.003980522 Cl(f) = 0.001990261 Cl(r) = 0.001990261 Time = 167 smoothSolver: Solving for Ux, Initial residual = 6.314625e-05, Final residual = 3.466672e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005820541, Final residual = 3.16597e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005136704, Final residual = 2.553726e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00305005, Final residual = 0.0002720222, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004040984, Final residual = 2.559858e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.811299e-05, Final residual = 5.989628e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.521068e-05, Final residual = 8.614899e-07, No Iterations 3 time step continuity errors : sum local = 2.138811e-07, global = -6.823979e-09, cumulative = 4.588238e-06 smoothSolver: Solving for omega, Initial residual = 5.921634e-06, Final residual = 3.520212e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.063947e-05, Final residual = 2.940032e-06, No Iterations 2 ExecutionTime = 130.98 s ClockTime = 135 s forces forces output: sum of forces: pressure : (6.086544 0.1453632 -3.971089) viscous : (1.695764 -0.002822874 0.003427925) porous : (0 0 0) sum of moments: pressure : (-0.0697225 -6.151474 0.02567551) viscous : (0.001134059 0.5311356 -0.001373539) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2202865 Cl = 0.004034755 Cl(f) = 0.002017378 Cl(r) = 0.002017378 Time = 168 smoothSolver: Solving for Ux, Initial residual = 6.277357e-05, Final residual = 3.431457e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005786086, Final residual = 3.133696e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000509757, Final residual = 2.517492e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003033199, Final residual = 0.0002709193, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004016057, Final residual = 2.537156e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.785423e-05, Final residual = 6.025838e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.522491e-05, Final residual = 8.66182e-07, No Iterations 3 time step continuity errors : sum local = 2.150122e-07, global = -6.449746e-09, cumulative = 4.581788e-06 smoothSolver: Solving for omega, Initial residual = 5.858813e-06, Final residual = 3.472744e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.018062e-05, Final residual = 2.90671e-06, No Iterations 2 ExecutionTime = 131.76 s ClockTime = 136 s forces forces output: sum of forces: pressure : (6.083537 0.1478415 -3.966457) viscous : (1.694083 -0.002846687 0.003594475) porous : (0 0 0) sum of moments: pressure : (-0.07046639 -6.14917 0.02781097) viscous : (0.001146712 0.5307098 -0.001393741) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2201538 Cl = 0.004104231 Cl(f) = 0.002052115 Cl(r) = 0.002052115 Time = 169 smoothSolver: Solving for Ux, Initial residual = 6.241535e-05, Final residual = 3.396091e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005754125, Final residual = 3.102823e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005060093, Final residual = 2.480318e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003019268, Final residual = 0.0002692835, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003999475, Final residual = 2.514882e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.74464e-05, Final residual = 6.035278e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.517888e-05, Final residual = 8.677262e-07, No Iterations 3 time step continuity errors : sum local = 2.153547e-07, global = -1.38736e-08, cumulative = 4.567915e-06 smoothSolver: Solving for omega, Initial residual = 5.794439e-06, Final residual = 3.431709e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.971588e-05, Final residual = 2.873383e-06, No Iterations 2 ExecutionTime = 132.52 s ClockTime = 137 s forces forces output: sum of forces: pressure : (6.080344 0.150792 -3.961637) viscous : (1.692414 -0.002867212 0.003761669) porous : (0 0 0) sum of moments: pressure : (-0.07137887 -6.146902 0.02983491) viscous : (0.001157954 0.530282 -0.001413502) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2200162 Cl = 0.004187168 Cl(f) = 0.002093584 Cl(r) = 0.002093584 Time = 170 smoothSolver: Solving for Ux, Initial residual = 6.205887e-05, Final residual = 3.364676e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005714326, Final residual = 3.071442e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005021775, Final residual = 2.443265e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003007321, Final residual = 0.0002673135, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003976149, Final residual = 2.501962e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.66727e-05, Final residual = 6.052597e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.514717e-05, Final residual = 8.661552e-07, No Iterations 3 time step continuity errors : sum local = 2.149224e-07, global = -6.570917e-09, cumulative = 4.561344e-06 smoothSolver: Solving for omega, Initial residual = 5.732962e-06, Final residual = 3.390451e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.925479e-05, Final residual = 2.84441e-06, No Iterations 2 ExecutionTime = 133.3 s ClockTime = 138 s forces forces output: sum of forces: pressure : (6.077029 0.1543592 -3.956561) viscous : (1.690759 -0.002886084 0.003928507) porous : (0 0 0) sum of moments: pressure : (-0.07254011 -6.144617 0.03184693) viscous : (0.001168356 0.5298529 -0.001433319) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2198755 Cl = 0.004287608 Cl(f) = 0.002143804 Cl(r) = 0.002143804 Time = 171 smoothSolver: Solving for Ux, Initial residual = 6.16989e-05, Final residual = 3.336463e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005675621, Final residual = 3.045274e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00049835, Final residual = 2.405506e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002993538, Final residual = 0.0002650512, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003938239, Final residual = 2.490192e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.564616e-05, Final residual = 6.041039e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.510015e-05, Final residual = 8.652525e-07, No Iterations 3 time step continuity errors : sum local = 2.146498e-07, global = -1.308214e-08, cumulative = 4.548262e-06 smoothSolver: Solving for omega, Initial residual = 5.67773e-06, Final residual = 3.353764e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.879065e-05, Final residual = 2.816009e-06, No Iterations 2 ExecutionTime = 134.08 s ClockTime = 139 s forces forces output: sum of forces: pressure : (6.073564 0.1584945 -3.951225) viscous : (1.689117 -0.002902474 0.004095237) porous : (0 0 0) sum of moments: pressure : (-0.07388791 -6.14236 0.03377699) viscous : (0.001178125 0.529422 -0.001452077) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2197309 Cl = 0.004404198 Cl(f) = 0.002202099 Cl(r) = 0.002202099 Time = 172 smoothSolver: Solving for Ux, Initial residual = 6.133552e-05, Final residual = 3.307712e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005637461, Final residual = 3.020805e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004947247, Final residual = 2.368838e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0029703, Final residual = 0.0002618216, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003891378, Final residual = 2.478643e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.466184e-05, Final residual = 6.035934e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.504034e-05, Final residual = 8.647673e-07, No Iterations 3 time step continuity errors : sum local = 2.144775e-07, global = -1.370414e-08, cumulative = 4.534558e-06 smoothSolver: Solving for omega, Initial residual = 5.624742e-06, Final residual = 3.321122e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.830718e-05, Final residual = 2.790484e-06, No Iterations 2 ExecutionTime = 134.87 s ClockTime = 139 s forces forces output: sum of forces: pressure : (6.070037 0.163279 -3.945821) viscous : (1.687488 -0.002918116 0.004261023) porous : (0 0 0) sum of moments: pressure : (-0.07546449 -6.140039 0.03563767) viscous : (0.00118752 0.52899 -0.001470965) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.219585 Cl = 0.004539186 Cl(f) = 0.002269593 Cl(r) = 0.002269593 Time = 173 smoothSolver: Solving for Ux, Initial residual = 6.096202e-05, Final residual = 3.280933e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005599146, Final residual = 2.997688e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004913658, Final residual = 2.334781e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002944613, Final residual = 0.0002584141, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003836904, Final residual = 2.465129e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.373051e-05, Final residual = 5.993928e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.48911e-05, Final residual = 8.504933e-07, No Iterations 3 time step continuity errors : sum local = 2.108822e-07, global = -6.098188e-09, cumulative = 4.528459e-06 smoothSolver: Solving for omega, Initial residual = 5.5668e-06, Final residual = 3.293792e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.785813e-05, Final residual = 2.767199e-06, No Iterations 2 ExecutionTime = 135.64 s ClockTime = 140 s forces forces output: sum of forces: pressure : (6.066448 0.168248 -3.940241) viscous : (1.685873 -0.002929838 0.004427874) porous : (0 0 0) sum of moments: pressure : (-0.07709969 -6.137692 0.03733815) viscous : (0.001195257 0.5285565 -0.001489179) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2194377 Cl = 0.004679507 Cl(f) = 0.002339753 Cl(r) = 0.002339753 Time = 174 smoothSolver: Solving for Ux, Initial residual = 6.059651e-05, Final residual = 3.254549e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005560893, Final residual = 2.978733e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004883903, Final residual = 2.302127e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002919303, Final residual = 0.0002561914, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003789789, Final residual = 2.462763e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.322185e-05, Final residual = 5.982637e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.482495e-05, Final residual = 8.427549e-07, No Iterations 3 time step continuity errors : sum local = 2.089095e-07, global = -5.83126e-09, cumulative = 4.522628e-06 smoothSolver: Solving for omega, Initial residual = 5.509773e-06, Final residual = 3.27129e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.739924e-05, Final residual = 2.749441e-06, No Iterations 2 ExecutionTime = 136.41 s ClockTime = 141 s forces forces output: sum of forces: pressure : (6.062765 0.1731089 -3.934409) viscous : (1.684271 -0.002938618 0.004596721) porous : (0 0 0) sum of moments: pressure : (-0.07870125 -6.135302 0.03891512) viscous : (0.001201585 0.5281216 -0.00150684) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2192881 Cl = 0.004816851 Cl(f) = 0.002408425 Cl(r) = 0.002408425 Time = 175 smoothSolver: Solving for Ux, Initial residual = 6.023602e-05, Final residual = 3.228495e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005523051, Final residual = 2.961403e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004854224, Final residual = 2.271225e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002901458, Final residual = 0.0002548453, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003752671, Final residual = 2.468615e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.284867e-05, Final residual = 6.005644e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.477453e-05, Final residual = 8.320713e-07, No Iterations 3 time step continuity errors : sum local = 2.062126e-07, global = -5.941996e-09, cumulative = 4.516686e-06 smoothSolver: Solving for omega, Initial residual = 5.45716e-06, Final residual = 3.246165e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.693662e-05, Final residual = 2.731731e-06, No Iterations 2 ExecutionTime = 137.18 s ClockTime = 142 s forces forces output: sum of forces: pressure : (6.059062 0.1781023 -3.928663) viscous : (1.682685 -0.002945556 0.004764973) porous : (0 0 0) sum of moments: pressure : (-0.08037317 -6.132829 0.0404611) viscous : (0.001206952 0.5276875 -0.001524117) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2191384 Cl = 0.004957998 Cl(f) = 0.002478999 Cl(r) = 0.002478999 Time = 176 smoothSolver: Solving for Ux, Initial residual = 5.988525e-05, Final residual = 3.203712e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005485847, Final residual = 2.944123e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004825923, Final residual = 2.241049e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002895458, Final residual = 0.0002537691, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003727424, Final residual = 2.466874e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.251389e-05, Final residual = 5.993223e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.468048e-05, Final residual = 8.190987e-07, No Iterations 3 time step continuity errors : sum local = 2.029467e-07, global = -7.010667e-09, cumulative = 4.509675e-06 smoothSolver: Solving for omega, Initial residual = 5.40886e-06, Final residual = 3.217961e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.646969e-05, Final residual = 2.712403e-06, No Iterations 2 ExecutionTime = 137.95 s ClockTime = 143 s forces forces output: sum of forces: pressure : (6.055364 0.1832482 -3.923027) viscous : (1.681114 -0.002949643 0.004933979) porous : (0 0 0) sum of moments: pressure : (-0.08209886 -6.130317 0.04197546) viscous : (0.00121114 0.5272531 -0.001540671) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2189892 Cl = 0.005103542 Cl(f) = 0.002551771 Cl(r) = 0.002551771 Time = 177 smoothSolver: Solving for Ux, Initial residual = 5.956058e-05, Final residual = 3.178685e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000544951, Final residual = 2.925574e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004797957, Final residual = 2.211954e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002883151, Final residual = 0.0002519429, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003703852, Final residual = 2.463073e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.228624e-05, Final residual = 5.980343e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.460869e-05, Final residual = 7.865195e-07, No Iterations 3 time step continuity errors : sum local = 1.948241e-07, global = -1.048514e-08, cumulative = 4.49919e-06 smoothSolver: Solving for omega, Initial residual = 5.363539e-06, Final residual = 3.190911e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.603074e-05, Final residual = 2.69157e-06, No Iterations 2 ExecutionTime = 138.72 s ClockTime = 143 s forces forces output: sum of forces: pressure : (6.051775 0.188766 -3.917674) viscous : (1.679563 -0.002953331 0.005101418) porous : (0 0 0) sum of moments: pressure : (-0.0839463 -6.127779 0.04344946) viscous : (0.001215271 0.5268207 -0.001556093) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2188437 Cl = 0.005259624 Cl(f) = 0.002629812 Cl(r) = 0.002629812 Time = 178 smoothSolver: Solving for Ux, Initial residual = 5.92225e-05, Final residual = 3.151994e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005414625, Final residual = 2.904484e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004768257, Final residual = 2.182704e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002867676, Final residual = 0.0002491845, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003684503, Final residual = 2.442577e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.185236e-05, Final residual = 5.926486e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.451631e-05, Final residual = 7.927714e-07, No Iterations 3 time step continuity errors : sum local = 1.963221e-07, global = -3.608262e-09, cumulative = 4.495582e-06 smoothSolver: Solving for omega, Initial residual = 5.317819e-06, Final residual = 3.162297e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.566249e-05, Final residual = 2.66922e-06, No Iterations 2 ExecutionTime = 139.48 s ClockTime = 144 s forces forces output: sum of forces: pressure : (6.048379 0.1944732 -3.912184) viscous : (1.678026 -0.002955866 0.005269699) porous : (0 0 0) sum of moments: pressure : (-0.08588138 -6.125169 0.04492115) viscous : (0.001218711 0.5263883 -0.001571061) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2187041 Cl = 0.005421101 Cl(f) = 0.002710551 Cl(r) = 0.002710551 Time = 179 smoothSolver: Solving for Ux, Initial residual = 5.886522e-05, Final residual = 3.125136e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000537661, Final residual = 2.879009e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004736775, Final residual = 2.156674e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002849374, Final residual = 0.000245345, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003653839, Final residual = 2.402689e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.086231e-05, Final residual = 5.8027e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.423192e-05, Final residual = 7.748129e-07, No Iterations 3 time step continuity errors : sum local = 1.918303e-07, global = -3.560754e-09, cumulative = 4.492021e-06 smoothSolver: Solving for omega, Initial residual = 5.272658e-06, Final residual = 3.12768e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.532074e-05, Final residual = 2.643374e-06, No Iterations 2 ExecutionTime = 140.25 s ClockTime = 145 s forces forces output: sum of forces: pressure : (6.045245 0.2002882 -3.906597) viscous : (1.676503 -0.002957959 0.005437788) porous : (0 0 0) sum of moments: pressure : (-0.08790451 -6.122398 0.04638449) viscous : (0.001221528 0.5259562 -0.001586191) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2185723 Cl = 0.005585641 Cl(f) = 0.00279282 Cl(r) = 0.00279282 Time = 180 smoothSolver: Solving for Ux, Initial residual = 5.851122e-05, Final residual = 3.097888e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005336361, Final residual = 2.850197e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004705853, Final residual = 2.133472e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002829236, Final residual = 0.0002408956, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003611156, Final residual = 2.348218e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.97168e-05, Final residual = 5.66658e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.390194e-05, Final residual = 7.563094e-07, No Iterations 3 time step continuity errors : sum local = 1.872076e-07, global = -3.753261e-09, cumulative = 4.488268e-06 smoothSolver: Solving for omega, Initial residual = 5.230515e-06, Final residual = 3.091858e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.497664e-05, Final residual = 2.615675e-06, No Iterations 2 ExecutionTime = 141.03 s ClockTime = 146 s forces forces output: sum of forces: pressure : (6.042287 0.2059199 -3.90113) viscous : (1.674994 -0.00295904 0.005606687) porous : (0 0 0) sum of moments: pressure : (-0.08988424 -6.119523 0.04779059) viscous : (0.001223536 0.5255241 -0.001601496) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2184458 Cl = 0.005745024 Cl(f) = 0.002872512 Cl(r) = 0.002872512 Time = 181 smoothSolver: Solving for Ux, Initial residual = 5.814504e-05, Final residual = 3.069395e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005297277, Final residual = 2.820444e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004671615, Final residual = 2.109564e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002802619, Final residual = 0.0002365731, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003567965, Final residual = 2.313705e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.876301e-05, Final residual = 5.571206e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.361093e-05, Final residual = 7.36882e-07, No Iterations 3 time step continuity errors : sum local = 1.823557e-07, global = -4.358982e-09, cumulative = 4.483909e-06 smoothSolver: Solving for omega, Initial residual = 5.183737e-06, Final residual = 3.057381e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.459664e-05, Final residual = 2.582451e-06, No Iterations 2 ExecutionTime = 141.82 s ClockTime = 147 s forces forces output: sum of forces: pressure : (6.039414 0.2112927 -3.896153) viscous : (1.673496 -0.002959882 0.005775492) porous : (0 0 0) sum of moments: pressure : (-0.0917697 -6.116662 0.04908415) viscous : (0.001224975 0.5250915 -0.001617885) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2183221 Cl = 0.005897082 Cl(f) = 0.002948541 Cl(r) = 0.002948541 Time = 182 smoothSolver: Solving for Ux, Initial residual = 5.775894e-05, Final residual = 3.042897e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005256213, Final residual = 2.787879e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004633768, Final residual = 2.084458e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002780405, Final residual = 0.0002336652, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003537376, Final residual = 2.300938e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.856352e-05, Final residual = 5.544061e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.347267e-05, Final residual = 6.998712e-07, No Iterations 3 time step continuity errors : sum local = 1.73149e-07, global = -3.66269e-09, cumulative = 4.480246e-06 smoothSolver: Solving for omega, Initial residual = 5.14272e-06, Final residual = 3.022509e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.419787e-05, Final residual = 2.547384e-06, No Iterations 2 ExecutionTime = 142.59 s ClockTime = 147 s forces forces output: sum of forces: pressure : (6.036505 0.2163004 -3.891648) viscous : (1.672008 -0.002960137 0.00594447) porous : (0 0 0) sum of moments: pressure : (-0.09351344 -6.113955 0.05025969) viscous : (0.001225711 0.5246575 -0.001635701) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2181976 Cl = 0.006038822 Cl(f) = 0.003019411 Cl(r) = 0.003019411 Time = 183 smoothSolver: Solving for Ux, Initial residual = 5.737474e-05, Final residual = 3.014738e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005218184, Final residual = 2.754423e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004596343, Final residual = 2.061109e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002759729, Final residual = 0.0002316767, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003513683, Final residual = 2.299422e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.867697e-05, Final residual = 5.523327e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.333213e-05, Final residual = 6.812986e-07, No Iterations 3 time step continuity errors : sum local = 1.685059e-07, global = -4.370265e-09, cumulative = 4.475876e-06 smoothSolver: Solving for omega, Initial residual = 5.100262e-06, Final residual = 2.980538e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.375674e-05, Final residual = 2.512182e-06, No Iterations 2 ExecutionTime = 143.36 s ClockTime = 148 s forces forces output: sum of forces: pressure : (6.033515 0.2210173 -3.887497) viscous : (1.670529 -0.002960277 0.006111952) porous : (0 0 0) sum of moments: pressure : (-0.0951571 -6.111418 0.05137307) viscous : (0.001225898 0.5242225 -0.001655447) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2180712 Cl = 0.006172335 Cl(f) = 0.003086167 Cl(r) = 0.003086167 Time = 184 smoothSolver: Solving for Ux, Initial residual = 5.699408e-05, Final residual = 2.985334e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005179169, Final residual = 2.72151e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004561075, Final residual = 2.039767e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002748709, Final residual = 0.0002308225, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003496214, Final residual = 2.299657e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.908512e-05, Final residual = 5.507648e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.322587e-05, Final residual = 6.666122e-07, No Iterations 3 time step continuity errors : sum local = 1.648255e-07, global = -6.201262e-09, cumulative = 4.469675e-06 smoothSolver: Solving for omega, Initial residual = 5.057311e-06, Final residual = 2.93553e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.332423e-05, Final residual = 2.477259e-06, No Iterations 2 ExecutionTime = 144.13 s ClockTime = 149 s forces forces output: sum of forces: pressure : (6.030446 0.2253305 -3.883374) viscous : (1.669061 -0.002959877 0.006278183) porous : (0 0 0) sum of moments: pressure : (-0.09667403 -6.109019 0.05246464) viscous : (0.001225591 0.5237863 -0.001677152) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2179427 Cl = 0.006294435 Cl(f) = 0.003147218 Cl(r) = 0.003147218 Time = 185 smoothSolver: Solving for Ux, Initial residual = 5.662542e-05, Final residual = 2.954723e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005139305, Final residual = 2.689914e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004529015, Final residual = 2.021951e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002743095, Final residual = 0.0002314615, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003491796, Final residual = 2.321701e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.979786e-05, Final residual = 5.530929e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.319281e-05, Final residual = 6.616087e-07, No Iterations 3 time step continuity errors : sum local = 1.635394e-07, global = -6.446804e-09, cumulative = 4.463228e-06 smoothSolver: Solving for omega, Initial residual = 5.016023e-06, Final residual = 2.892164e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.285581e-05, Final residual = 2.440299e-06, No Iterations 2 ExecutionTime = 144.91 s ClockTime = 150 s forces forces output: sum of forces: pressure : (6.027398 0.229262 -3.879329) viscous : (1.667604 -0.002959543 0.006441965) porous : (0 0 0) sum of moments: pressure : (-0.09808511 -6.106658 0.05356652) viscous : (0.00122492 0.5233504 -0.001701261) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2178152 Cl = 0.006405732 Cl(f) = 0.003202866 Cl(r) = 0.003202866 Time = 186 smoothSolver: Solving for Ux, Initial residual = 5.625515e-05, Final residual = 2.922944e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005099045, Final residual = 2.657619e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004498516, Final residual = 2.004986e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002744994, Final residual = 0.0002339603, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003515042, Final residual = 2.36514e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.089077e-05, Final residual = 5.630403e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.336383e-05, Final residual = 6.695671e-07, No Iterations 3 time step continuity errors : sum local = 1.65456e-07, global = -8.822793e-09, cumulative = 4.454405e-06 smoothSolver: Solving for omega, Initial residual = 4.982661e-06, Final residual = 2.853444e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.238146e-05, Final residual = 2.402588e-06, No Iterations 2 ExecutionTime = 145.68 s ClockTime = 151 s forces forces output: sum of forces: pressure : (6.024338 0.2327375 -3.875527) viscous : (1.66616 -0.002958657 0.006603414) porous : (0 0 0) sum of moments: pressure : (-0.09933685 -6.104332 0.05466174) viscous : (0.00122401 0.5229145 -0.001727585) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2176877 Cl = 0.006504134 Cl(f) = 0.003252067 Cl(r) = 0.003252067 Time = 187 smoothSolver: Solving for Ux, Initial residual = 5.587541e-05, Final residual = 2.889821e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005058834, Final residual = 2.626394e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004468997, Final residual = 1.987857e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002718489, Final residual = 0.0002327402, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003515156, Final residual = 2.325214e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.017817e-05, Final residual = 5.440407e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.299129e-05, Final residual = 6.361075e-07, No Iterations 3 time step continuity errors : sum local = 1.571488e-07, global = -9.524651e-09, cumulative = 4.444881e-06 smoothSolver: Solving for omega, Initial residual = 4.936272e-06, Final residual = 2.812398e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.187398e-05, Final residual = 2.365693e-06, No Iterations 2 ExecutionTime = 146.49 s ClockTime = 151 s forces forces output: sum of forces: pressure : (6.021301 0.2351846 -3.871846) viscous : (1.664759 -0.002956727 0.00675473) porous : (0 0 0) sum of moments: pressure : (-0.1002968 -6.101857 0.05605418) viscous : (0.001223949 0.5224929 -0.0017494) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2175621 Cl = 0.006573456 Cl(f) = 0.003286728 Cl(r) = 0.003286728 Time = 188 smoothSolver: Solving for Ux, Initial residual = 5.546458e-05, Final residual = 2.85171e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005009739, Final residual = 2.593856e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004434063, Final residual = 1.972111e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002698667, Final residual = 0.0002309571, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003474341, Final residual = 2.238393e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.846362e-05, Final residual = 5.078046e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.230494e-05, Final residual = 5.837935e-07, No Iterations 3 time step continuity errors : sum local = 1.441841e-07, global = -8.980174e-09, cumulative = 4.4359e-06 smoothSolver: Solving for omega, Initial residual = 4.886013e-06, Final residual = 2.780681e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.147039e-05, Final residual = 2.333355e-06, No Iterations 2 ExecutionTime = 147.27 s ClockTime = 152 s forces forces output: sum of forces: pressure : (6.018153 0.2365644 -3.868711) viscous : (1.663397 -0.002953567 0.006896041) porous : (0 0 0) sum of moments: pressure : (-0.1008556 -6.099376 0.05765271) viscous : (0.001225135 0.5220826 -0.001767319) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2174344 Cl = 0.006612601 Cl(f) = 0.003306301 Cl(r) = 0.003306301 Time = 189 smoothSolver: Solving for Ux, Initial residual = 5.501545e-05, Final residual = 2.811855e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004953371, Final residual = 2.558033e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004393321, Final residual = 1.954587e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002675898, Final residual = 0.0002314249, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003469604, Final residual = 2.297542e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.862484e-05, Final residual = 5.167772e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.239184e-05, Final residual = 5.718677e-07, No Iterations 3 time step continuity errors : sum local = 1.411992e-07, global = -9.345585e-09, cumulative = 4.426555e-06 smoothSolver: Solving for omega, Initial residual = 4.841629e-06, Final residual = 2.761082e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.109297e-05, Final residual = 2.305889e-06, No Iterations 2 ExecutionTime = 148.03 s ClockTime = 153 s forces forces output: sum of forces: pressure : (6.014764 0.237308 -3.86659) viscous : (1.662065 -0.002953434 0.007028729) porous : (0 0 0) sum of moments: pressure : (-0.1010905 -6.097125 0.05927105) viscous : (0.001228604 0.5216806 -0.001783861) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2173008 Cl = 0.006633656 Cl(f) = 0.003316828 Cl(r) = 0.003316828 Time = 190 smoothSolver: Solving for Ux, Initial residual = 5.455241e-05, Final residual = 2.775255e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004900393, Final residual = 2.527442e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004351833, Final residual = 1.938326e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002659435, Final residual = 0.0002359358, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003501961, Final residual = 2.461501e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.152314e-05, Final residual = 5.639658e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.33531e-05, Final residual = 6.318016e-07, No Iterations 3 time step continuity errors : sum local = 1.559487e-07, global = -8.269107e-09, cumulative = 4.418286e-06 smoothSolver: Solving for omega, Initial residual = 4.807301e-06, Final residual = 2.752773e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.072826e-05, Final residual = 2.27946e-06, No Iterations 2 ExecutionTime = 148.82 s ClockTime = 154 s forces forces output: sum of forces: pressure : (6.011023 0.2376153 -3.86547) viscous : (1.660757 -0.00295529 0.007155911) porous : (0 0 0) sum of moments: pressure : (-0.1010525 -6.095247 0.06081633) viscous : (0.00123351 0.5212845 -0.001799848) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2171579 Cl = 0.006642301 Cl(f) = 0.003321151 Cl(r) = 0.003321151 Time = 191 smoothSolver: Solving for Ux, Initial residual = 5.409684e-05, Final residual = 2.746156e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004849494, Final residual = 2.502233e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004313103, Final residual = 1.927192e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002642028, Final residual = 0.0002387277, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003536126, Final residual = 2.547182e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.376331e-05, Final residual = 5.942368e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.396949e-05, Final residual = 6.8525e-07, No Iterations 3 time step continuity errors : sum local = 1.690859e-07, global = -7.189455e-09, cumulative = 4.411096e-06 smoothSolver: Solving for omega, Initial residual = 4.776916e-06, Final residual = 2.747493e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.035544e-05, Final residual = 2.258274e-06, No Iterations 2 ExecutionTime = 149.59 s ClockTime = 155 s forces forces output: sum of forces: pressure : (6.007105 0.2377378 -3.865072) viscous : (1.659472 -0.002960809 0.007277591) porous : (0 0 0) sum of moments: pressure : (-0.1009009 -6.09355 0.06245718) viscous : (0.001239935 0.5208941 -0.0018166) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2170106 Cl = 0.006645611 Cl(f) = 0.003322805 Cl(r) = 0.003322805 Time = 192 smoothSolver: Solving for Ux, Initial residual = 5.363261e-05, Final residual = 2.722247e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004797713, Final residual = 2.477488e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004277154, Final residual = 1.918183e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002629585, Final residual = 0.0002392334, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003568204, Final residual = 2.520752e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.429732e-05, Final residual = 5.934085e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.392236e-05, Final residual = 6.823906e-07, No Iterations 3 time step continuity errors : sum local = 1.68325e-07, global = -6.913388e-09, cumulative = 4.404183e-06 smoothSolver: Solving for omega, Initial residual = 4.742335e-06, Final residual = 2.738049e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.996118e-05, Final residual = 2.239622e-06, No Iterations 2 ExecutionTime = 150.37 s ClockTime = 156 s forces forces output: sum of forces: pressure : (6.003098 0.2373153 -3.864752) viscous : (1.658205 -0.002968207 0.007394998) porous : (0 0 0) sum of moments: pressure : (-0.1005641 -6.091847 0.06434483) viscous : (0.001247214 0.5205077 -0.001834469) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2168613 Cl = 0.006633444 Cl(f) = 0.003316722 Cl(r) = 0.003316722 Time = 193 smoothSolver: Solving for Ux, Initial residual = 5.315014e-05, Final residual = 2.696714e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004745605, Final residual = 2.457312e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004244853, Final residual = 1.913224e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002618008, Final residual = 0.0002373384, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003585084, Final residual = 2.431655e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.326475e-05, Final residual = 5.787005e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.35277e-05, Final residual = 6.518364e-07, No Iterations 3 time step continuity errors : sum local = 1.607371e-07, global = -6.187419e-09, cumulative = 4.397995e-06 smoothSolver: Solving for omega, Initial residual = 4.706413e-06, Final residual = 2.724817e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.959426e-05, Final residual = 2.221761e-06, No Iterations 2 ExecutionTime = 151.14 s ClockTime = 156 s forces forces output: sum of forces: pressure : (5.99916 0.2363488 -3.864286) viscous : (1.656957 -0.002980422 0.00750411) porous : (0 0 0) sum of moments: pressure : (-0.1000892 -6.089986 0.06653168) viscous : (0.001256887 0.5201256 -0.001854341) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2167145 Cl = 0.006605739 Cl(f) = 0.00330287 Cl(r) = 0.00330287 Time = 194 smoothSolver: Solving for Ux, Initial residual = 5.263956e-05, Final residual = 2.671363e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004688575, Final residual = 2.434068e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004211042, Final residual = 1.908375e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002605038, Final residual = 0.0002330626, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003570178, Final residual = 2.3343e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.140087e-05, Final residual = 5.597684e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.315171e-05, Final residual = 6.279277e-07, No Iterations 3 time step continuity errors : sum local = 1.547909e-07, global = -6.270927e-09, cumulative = 4.391725e-06 smoothSolver: Solving for omega, Initial residual = 4.663659e-06, Final residual = 2.708001e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.925431e-05, Final residual = 2.202513e-06, No Iterations 2 ExecutionTime = 151.91 s ClockTime = 157 s forces forces output: sum of forces: pressure : (5.995379 0.2348095 -3.863903) viscous : (1.655723 -0.002993424 0.007607419) porous : (0 0 0) sum of moments: pressure : (-0.09940088 -6.088063 0.06887768) viscous : (0.001267005 0.519745 -0.001877185) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2165726 Cl = 0.006561801 Cl(f) = 0.0032809 Cl(r) = 0.0032809 Time = 195 smoothSolver: Solving for Ux, Initial residual = 5.21261e-05, Final residual = 2.644175e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004628629, Final residual = 2.409565e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004174055, Final residual = 1.900379e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002582667, Final residual = 0.0002273757, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000351203, Final residual = 2.259338e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.909552e-05, Final residual = 5.382932e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.281542e-05, Final residual = 6.148053e-07, No Iterations 3 time step continuity errors : sum local = 1.515067e-07, global = -7.367786e-09, cumulative = 4.384357e-06 smoothSolver: Solving for omega, Initial residual = 4.620846e-06, Final residual = 2.699368e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.887475e-05, Final residual = 2.177257e-06, No Iterations 2 ExecutionTime = 152.68 s ClockTime = 158 s forces forces output: sum of forces: pressure : (5.991816 0.2325503 -3.863674) viscous : (1.654505 -0.003007598 0.007704322) porous : (0 0 0) sum of moments: pressure : (-0.09846242 -6.086139 0.07128989) viscous : (0.001277382 0.5193677 -0.001902772) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2164372 Cl = 0.00649745 Cl(f) = 0.003248725 Cl(r) = 0.003248725 Time = 196 smoothSolver: Solving for Ux, Initial residual = 5.161651e-05, Final residual = 2.615469e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004566365, Final residual = 2.384576e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004137202, Final residual = 1.888854e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00255412, Final residual = 0.0002223894, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003421177, Final residual = 2.174408e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.756752e-05, Final residual = 5.122081e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.241193e-05, Final residual = 6.109599e-07, No Iterations 3 time step continuity errors : sum local = 1.505091e-07, global = -7.380737e-09, cumulative = 4.376976e-06 smoothSolver: Solving for omega, Initial residual = 4.59024e-06, Final residual = 2.699791e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.844753e-05, Final residual = 2.149513e-06, No Iterations 2 ExecutionTime = 153.44 s ClockTime = 159 s forces forces output: sum of forces: pressure : (5.9884 0.2299827 -3.863864) viscous : (1.653307 -0.00302163 0.007796339) porous : (0 0 0) sum of moments: pressure : (-0.09736896 -6.084405 0.07354247) viscous : (0.00128756 0.5189946 -0.001929854) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2163066 Cl = 0.006424374 Cl(f) = 0.003212187 Cl(r) = 0.003212187 Time = 197 smoothSolver: Solving for Ux, Initial residual = 5.110883e-05, Final residual = 2.587442e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004508271, Final residual = 2.360915e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004103339, Final residual = 1.88016e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002516439, Final residual = 0.0002214773, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003346038, Final residual = 2.146411e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.875832e-05, Final residual = 5.0514e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.244294e-05, Final residual = 6.540455e-07, No Iterations 3 time step continuity errors : sum local = 1.610679e-07, global = -7.066325e-09, cumulative = 4.36991e-06 smoothSolver: Solving for omega, Initial residual = 4.564924e-06, Final residual = 2.698133e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.797941e-05, Final residual = 2.121415e-06, No Iterations 2 ExecutionTime = 154.22 s ClockTime = 159 s forces forces output: sum of forces: pressure : (5.98517 0.227871 -3.864784) viscous : (1.652132 -0.003036747 0.00788247) porous : (0 0 0) sum of moments: pressure : (-0.09639416 -6.082854 0.07563547) viscous : (0.001297698 0.5186279 -0.001957952) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2161819 Cl = 0.006364173 Cl(f) = 0.003182086 Cl(r) = 0.003182086 Time = 198 smoothSolver: Solving for Ux, Initial residual = 5.063405e-05, Final residual = 2.561055e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00044593, Final residual = 2.340326e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004072039, Final residual = 1.875948e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002482011, Final residual = 0.0002228938, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003359303, Final residual = 2.190777e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.106251e-05, Final residual = 5.305801e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.300505e-05, Final residual = 7.27132e-07, No Iterations 3 time step continuity errors : sum local = 1.790065e-07, global = -7.666921e-09, cumulative = 4.362243e-06 smoothSolver: Solving for omega, Initial residual = 4.538816e-06, Final residual = 2.689087e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.753025e-05, Final residual = 2.094358e-06, No Iterations 2 ExecutionTime = 154.99 s ClockTime = 160 s forces forces output: sum of forces: pressure : (5.982053 0.2262945 -3.866194) viscous : (1.65099 -0.003051438 0.007965064) porous : (0 0 0) sum of moments: pressure : (-0.09556571 -6.081467 0.07770485) viscous : (0.001307063 0.5182717 -0.001984037) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2160614 Cl = 0.006319133 Cl(f) = 0.003159567 Cl(r) = 0.003159567 Time = 199 smoothSolver: Solving for Ux, Initial residual = 5.017711e-05, Final residual = 2.535763e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004417216, Final residual = 2.320082e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004043372, Final residual = 1.876971e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002468802, Final residual = 0.0002242758, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000338936, Final residual = 2.251944e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.218194e-05, Final residual = 5.500511e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.343133e-05, Final residual = 7.73968e-07, No Iterations 3 time step continuity errors : sum local = 1.904777e-07, global = -7.961816e-09, cumulative = 4.354281e-06 smoothSolver: Solving for omega, Initial residual = 4.514691e-06, Final residual = 2.673138e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.708878e-05, Final residual = 2.064061e-06, No Iterations 2 ExecutionTime = 155.75 s ClockTime = 161 s forces forces output: sum of forces: pressure : (5.979103 0.225256 -3.867628) viscous : (1.649892 -0.003067605 0.008042455) porous : (0 0 0) sum of moments: pressure : (-0.09494519 -6.08007 0.07996322) viscous : (0.001316476 0.5179309 -0.002005509) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2159468 Cl = 0.006289277 Cl(f) = 0.003144639 Cl(r) = 0.003144639 Time = 200 smoothSolver: Solving for Ux, Initial residual = 4.970801e-05, Final residual = 2.508259e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0004376026, Final residual = 2.300293e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004014383, Final residual = 1.877875e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002471474, Final residual = 0.0002241623, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0003395909, Final residual = 2.259362e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.18021e-05, Final residual = 5.504293e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.342814e-05, Final residual = 7.725009e-07, No Iterations 3 time step continuity errors : sum local = 1.900592e-07, global = -7.808936e-09, cumulative = 4.346472e-06 smoothSolver: Solving for omega, Initial residual = 4.488387e-06, Final residual = 2.645771e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 3.670786e-05, Final residual = 2.035192e-06, No Iterations 2 ExecutionTime = 156.53 s ClockTime = 162 s forces forces output: sum of forces: pressure : (5.976318 0.2243947 -3.868662) viscous : (1.648837 -0.003083979 0.008113662) porous : (0 0 0) sum of moments: pressure : (-0.09443479 -6.078594 0.08248698) viscous : (0.001325783 0.5176052 -0.002022434) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2158381 Cl = 0.006264436 Cl(f) = 0.003132218 Cl(r) = 0.003132218 End Finalising parallel run Run: (cd run; reconstructPar -latestTime) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : reconstructPar -latestTime Date : Apr 01 2019 Time : 15:17:12 Host : "bds1.beamnet" PID : 4582 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 9.1414086 Average Force: 2 13.4224018 Average Force: 3 14.5285082 Average Force: 4 12.9688629 Average Force: 5 10.555746186 Average Force: 6 8.82512199667 Average Force: 7 8.23951052571 Average Force: 8 8.39639171 Average Force: 9 8.68215007556 Average Force: 10 8.758479828 Average Force: 11 8.62727489818 Average Force: 12 8.447852565 Average Force: 13 8.34790466 Average Force: 14 8.34860980571 Average Force: 15 8.40267383867 Average Force: 16 8.4569982925 Average Force: 17 8.49040362824 Average Force: 18 8.51220688222 Average Force: 19 8.53755354632 Average Force: 20 8.572564394 Average Force: 21 8.61335012286 Average Force: 22 8.65088842636 Average Force: 23 8.68013786 Average Force: 24 8.701871845 Average Force: 25 8.7181963832 Average Force: 26 8.72981709538 Average Force: 27 8.73600565481 Average Force: 28 8.73486968143 Average Force: 29 8.72598288552 Average Force: 30 8.711173156 Average Force: 31 8.69170754774 Average Force: 32 8.66890879 Average Force: 33 8.64393964485 Average Force: 34 8.61718946706 Average Force: 35 8.58913026514 Average Force: 36 8.56083843278 Average Force: 37 8.53251784541 Average Force: 38 8.50388211 Average Force: 39 8.47471583538 Average Force: 40 8.444953607 Average Force: 41 8.41472499463 Average Force: 42 8.38406993524 Average Force: 43 8.35295157628 Average Force: 44 8.32137349273 Average Force: 45 8.28943385289 Average Force: 46 8.25725866043 Average Force: 47 8.22493696979 Average Force: 48 8.19246575167 Average Force: 49 8.15975259959 Average Force: 50 8.1267094816 Average Force: 51 8.09333421725 Average Force: 52 8.05972851308 Average Force: 53 8.02605580717 Average Force: 54 7.99246847 Average Force: 55 7.95911636509 Average Force: 56 7.92612886929 Average Force: 57 7.89359940491 Average Force: 58 7.86158703759 Average Force: 59 7.83013424881 Average Force: 60 7.799301968 Average Force: 61 7.76916797836 Average Force: 62 7.73981391742 Average Force: 63 7.71129712508 Average Force: 64 7.68363012938 Average Force: 65 7.65680091508 Average Force: 66 7.63079995879 Average Force: 67 7.60562777284 Average Force: 68 7.58129199529 Average Force: 69 7.55779620986 Average Force: 70 7.53513418971 Average Force: 71 7.51328936873 Average Force: 72 7.49223269278 Average Force: 73 7.47192809014 Average Force: 74 7.45233180514 Average Force: 75 7.4334200504 Average Force: 76 7.41519224316 Average Force: 77 7.39765439195 Average Force: 78 7.38079738949 Average Force: 79 7.36458891367 Average Force: 80 7.34899357725 Average Force: 81 7.33398506889 Average Force: 82 7.3195461961 Average Force: 83 7.30566257928 Average Force: 84 7.29230880452 Average Force: 85 7.27945220447 Average Force: 86 7.26706364628 Average Force: 87 7.25511705034 Average Force: 88 7.24358872136 Average Force: 89 7.23245602562 Average Force: 90 7.22169358644 Average Force: 91 7.21127339758 Average Force: 92 7.20116342913 Average Force: 93 7.19133292774 Average Force: 94 7.18175553064 Average Force: 95 7.17240715979 Average Force: 96 7.16326312271 Average Force: 97 7.15429819258 Average Force: 98 7.14548840694 Average Force: 99 7.13681414222 Average Force: 100 7.1282582898 Average Force: 101 7.11980355822 Average Force: 102 7.11143635667 Average Force: 103 7.10315826777 Average Force: 104 7.09497997865 Average Force: 105 7.08690447886 Average Force: 106 7.07892305736 Average Force: 107 7.07102296523 Average Force: 108 7.06319650074 Average Force: 109 7.05544284752 Average Force: 110 7.04776376255 Average Force: 111 7.04015855838 Average Force: 112 7.03262214714 Average Force: 113 7.02514712018 Average Force: 114 7.01772659982 Average Force: 115 7.01035612157 Average Force: 116 7.00303284293 Average Force: 117 6.99575395966 Average Force: 118 6.98851667695 Average Force: 119 6.98131924353 Average Force: 120 6.9741604515 Average Force: 121 6.96704044694 Average Force: 122 6.95996131049 Average Force: 123 6.95292612667 Average Force: 124 6.94593834097 Average Force: 125 6.93900041584 Average Force: 126 6.93211388079 Average Force: 127 6.92528015339 Average Force: 128 6.91850127797 Average Force: 129 6.9117798 gnuplot: unable to open display ':1' gnuplot: X11 aborted. 5953 Average Force: 130 6.90511818369 Average Force: 131 6.89851801053 Average Force: 132 6.8919816097 Average Force: 133 6.88551229459 Average Force: 134 6.8791138894 Average Force: 135 6.87279037096 Average Force: 136 6.86654546529 Average Force: 137 6.86038240861 Average Force: 138 6.8543038187 Average Force: 139 6.84831195885 Average Force: 140 6.84240921343 Average Force: 141 6.83659804667 Average Force: 142 6.83088168789 Average Force: 143 6.82526323552 Average Force: 144 6.8197451575 Average Force: 145 6.81432978745 Average Force: 146 6.80901843685 Average Force: 147 6.80381162027 Average Force: 148 6.79870863568 Average Force: 149 6.79370845423 Average Force: 150 6.78880947187 Average Force: 151 6.78400930517 Average Force: 152 6.7793050275 Average Force: 153 6.77469353712 Average Force: 154 6.77017109987 Average Force: 155 6.76573322955 Average Force: 156 6.76137490308 Average Force: 157 6.75709105656 Average Force: 158 6.75287664228 Average Force: 159 6.74872705082 Average Force: 160 6.74463766738 Average Force: 161 6.74060344832 Average Force: 162 6.73661950296 Average Force: 163 6.73268095939 Average Force: 164 6.72878310598 Average Force: 165 6.72492140958 Average Force: 166 6.72109223181 Average Force: 167 6.7172925388 Average Force: 168 6.71352018321 Average Force: 169 6.70977357858 Average Force: 170 6.70605155106 Average Force: 171 6.70235279228 Average Force: 172 6.69867653477 Average Force: 173 6.69502203168 Average Force: 174 6.69138837345 Average Force: 175 6.68777507874 Average Force: 176 6.6841818317 Average Force: 177 6.68060891232 Average Force: 178 6.67705706 Average Force: 179 6.67352738313 Average Force: 180 6.67002049044 Average Force: 181 6.66653647724 Average Force: 182 6.66307476527 Average Force: 183 6.65963454962 Average Force: 184 6.65621504446 Average Force: 185 6.65281603124 Average Force: 186 6.64943711871 Average Force: 187 6.64607809989 Average Force: 188 6.64273807489 Average Force: 189 6.63941546074 Average Force: 190 6.63610813095 Average Force: 191 6.63281491927 Average Force: 192 6.62953514521 Average Force: 193 6.62626895067 Average Force: 194 6.62301693959 Average Force: 195 6.61978001169 Average Force: 196 6.61655868408 Average Force: 197 6.61335366538 Average Force: 198 6.61016527616 Average Force: 199 6.60699411146 Average Force: 200 6.6038407294 Len: 200 Len: 200 Average Force: 6.6038407294 Run: cp run/postProcessing/forces/0/forces.dat cases/175/forces.dat Run: cp run/postProcessing/forceCoeffs/0/forceCoeffs.dat cases/175/forceCoeffs.dat Run: cp run/forces.png cases/175 Run: cp run/forces.csv cases/175 Run: (cd run; foamToVTK -latestTime) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : foamToVTK -latestTime Date : Apr 01 2019 Time : 15:17:14 Host : "bds1.beamnet" PID : 4595 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:274613 points:369738 Additional cells:474937 additional points:44440 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/175/vtk.zip VTK) adding: VTK/ (stored 0%) adding: VTK/car/ (stored 0%) adding: VTK/car/car_200.vtk (deflated 52%) adding: VTK/vwt.pvsm (deflated 94%) adding: VTK/channelWalls/ (stored 0%) adding: VTK/channelWalls/channelWalls_200.vtk (deflated 58%) adding: VTK/inlet/ (stored 0%) adding: VTK/inlet/inlet_200.vtk (deflated 81%) adding: VTK/run_200.vtk (deflated 55%) adding: VTK/outlet/ (stored 0%) adding: VTK/outlet/outlet_200.vtk (deflated 41%)