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/179/object.stl Run: admesh --x-rotate=0.0 --y-rotate=0.0 --z-rotate=0.0 --scale=1.0 --vwt 0.02 cases/179/file.stl -a cases/179/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/179/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.350675 Checking exact... Checking nearby. Tolerance= 0.000002 Iteration=1 of 2... Fixed 0 edges. Checking nearby. Tolerance= 0.000303 Iteration=2 of 2... Fixed 0 edges. Removing unconnected facets... Filling holes... Checking normal directions... Checking normal values... Calculating volume... Verifying neighbors... Writing ascii file cases/179/object.stl ================= Results produced by ADMesh version 0.95 ================ Input file : cases/179/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.852487 ========= Facet Status ========== Original ============ Final ==== Number of facets : 75956 75988 Facets with 1 disconnected edge : 32 0 Facets with 2 disconnected edges : 2 0 Facets with 3 disconnected edges : 0 0 Total disconnected facets : 34 0 === Processing Statistics === ===== Other Statistics ===== Number of parts : 15 Volume : 0.783104 Degenerate facets : 0 Edges fixed : 0 Facets removed : 0 Facets added : 32 Facets reversed : 30 Backwards edges : 0 Normals fixed : 40 Run: chmod 0666 cases/179/object.stl VwtProcess: Post-processing STL file VwtProcess: Configuring for VWT simulation Run: cp cases/179/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 : Aug 06 2019 Time : 05:18:30 Host : "bds1.beamnet" PID : 1791 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 : 75988 Vertices : 38024 Bounding Box : (-1.4 -0.365 0.02) (1.4 0.365 0.852487) Cleaning up surface After cleaning up surface: Triangles : 75988 Vertices : 38024 Bounding Box : (-1.4 -0.365 0.02) (1.4 0.365 0.852487) Maintaining face ordering writing "object_clean.stl" End Run: sed -e 's/Aref.*;/Aref 0.350675;/' 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 : Aug 06 2019 Time : 05:18:32 Host : "bds1.beamnet" PID : 1802 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 : Aug 06 2019 Time : 05:18:34 Host : "bds1.beamnet" PID : 1808 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 : 75988 Vertices : 38024 Bounding Box : (-1.4 -0.365 0.02) (1.4 0.365 0.852487) Constructing feature set from included angle 150 Selecting edges purely based on geometric tests: no Initial feature set: feature points : 92 feature edges : 3477 of which region edges : 0 external edges : 3455 internal edges : 22 Final feature set: points : 3437 of which convex : 76 concave : 4 mixed : 12 non-feature : 3345 edges : 3477 of which external edges : 3459 internal edges : 18 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.61 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 : Aug 06 2019 Time : 05:18:34 Host : "bds1.beamnet" PID : 1811 Case : /data/vwt/process/run nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Decomposing mesh region0 Create mesh Calculating distribution of cells Selecting decompositionMethod hierarchical Finished decomposition in 0.17 s Calculating original mesh data Distributing cells to processors Distributing faces to processors Distributing points to processors Constructing processor meshes Processor 0 Number of cells = 12000 Number of faces shared with processor 1 = 300 Number of faces shared with processor 2 = 600 Number of faces shared with processor 4 = 800 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 1 Number of cells = 12000 Number of faces shared with processor 0 = 300 Number of faces shared with processor 3 = 600 Number of faces shared with processor 5 = 800 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 2 Number of cells = 12000 Number of faces shared with processor 0 = 600 Number of faces shared with processor 3 = 300 Number of faces shared with processor 6 = 800 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 3 Number of cells = 12000 Number of faces shared with processor 1 = 600 Number of faces shared with processor 2 = 300 Number of faces shared with processor 7 = 800 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 4 Number of cells = 12000 Number of faces shared with processor 0 = 800 Number of faces shared with processor 5 = 300 Number of faces shared with processor 6 = 600 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 5 Number of cells = 12000 Number of faces shared with processor 1 = 800 Number of faces shared with processor 4 = 300 Number of faces shared with processor 7 = 600 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 6 Number of cells = 12000 Number of faces shared with processor 2 = 800 Number of faces shared with processor 4 = 600 Number of faces shared with processor 7 = 300 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Processor 7 Number of cells = 12000 Number of faces shared with processor 3 = 800 Number of faces shared with processor 5 = 600 Number of faces shared with processor 6 = 300 Number of processor patches = 3 Number of processor faces = 1700 Number of boundary faces = 1700 Number of processor faces = 6800 Max number of cells = 12000 (0% above average 12000) Max number of processor patches = 3 (0% above average 3) Max number of faces between processors = 1700 (0% above average 1700) Time = 0 Processor 0: field transfer Processor 1: field transfer Processor 2: field transfer Processor 3: field transfer Processor 4: field transfer Processor 5: field transfer Processor 6: field transfer Processor 7: field transfer End. Run: (cd run; mpirun --hostfile hosts -np 8 snappyHexMesh -parallel) /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : snappyHexMesh -parallel Date : Aug 06 2019 Time : 05:18:37 Host : "bds1.beamnet" PID : 1818 Case : /data/vwt/process/run nProcs : 8 Slaves : 7 ( "bds1.beamnet.1819" "bds1.beamnet.1821" "bds1.beamnet.1823" "bds1.beamnet.1825" "bds1.beamnet.1826" "bds1.beamnet.1827" "bds1.beamnet.1828" ) Pstream initialized with: floatTransfer : 0 nProcsSimpleSum : 0 commsType : nonBlocking polling iterations : 0 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Create mesh for time = 0 Read mesh in = 0.05 s Overall mesh bounding box : (-4 -2 0) (4 2 3) Relative tolerance : 1e-06 Absolute matching distance : 9.433981e-06 Reading refinement surfaces. Read refinement surfaces in = 0.34 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 : 3437 edges : 3477 boundingBox : (-1.4 -0.365 0.02) (1.4 0.365 0.7202) Refinement level according to distance to "object.eMesh" (3437 points, 3477 edges). level 2 for all cells within 0 metre. Read features in = 0.01 s Determining initial surface intersections ----------------------------------------- Edge intersection testing: Number of edges : 294800 Number of edges to retest : 294800 Number of intersected edges : 967 Calculated surface intersections in = 0.43 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 : 79 cells. Determined cells to refine in = 0.25 s Selected for feature refinement : 79 cells (out of 96000) Edge intersection testing: Number of edges : 296897 Number of edges to retest : 3407 Number of intersected edges : 1689 Refined mesh in = 0.14 s After refinement feature refinement iteration 0 : cells:96553 faces:296897 points:104010 Cells per refinement level: 0 95921 1 632 Balanced mesh in = 0.28 s After balancing feature refinement iteration 0 : cells:96553 faces:296897 points:104010 Cells per refinement level: 0 95921 1 632 Feature refinement iteration 1 ------------------------------ Marked for refinement due to explicit features : 51 cells. Determined cells to refine in = 0.24 s Selected for feature refinement : 76 cells (out of 96553) Edge intersection testing: Number of edges : 298871 Number of edges to retest : 3306 Number of intersected edges : 2147 Refined mesh in = 0.13 s After refinement feature refinement iteration 1 : cells:97085 faces:298871 points:104972 Cells per refinement level: 0 95883 1 898 2 304 Balanced mesh in = 0.33 s After balancing feature refinement iteration 1 : cells:97085 faces:298871 points:104972 Cells per refinement level: 0 95883 1 898 2 304 Feature refinement iteration 2 ------------------------------ Marked for refinement due to explicit features : 27 cells. Determined cells to refine in = 0.24 s Selected for feature refinement : 54 cells (out of 97085) Edge intersection testing: Number of edges : 300239 Number of edges to retest : 2306 Number of intersected edges : 2475 Refined mesh in = 0.14 s After refinement feature refinement iteration 2 : cells:97463 faces:300239 points:105609 Cells per refinement level: 0 95856 1 1087 2 520 Balanced mesh in = 0.29 s After balancing feature refinement iteration 2 : cells:97463 faces:300239 points:105609 Cells per refinement level: 0 95856 1 1087 2 520 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 97463) Stopping refining since too few cells selected. Surface refinement iteration 0 ------------------------------ Marked for refinement due to surface intersection : 2252 cells. Marked for refinement due to curvature/regions : 0 cells. Determined cells to refine in = 0.01 s Selected for refinement : 2314 cells (out of 97463) Edge intersection testing: Number of edges : 353423 Number of edges to retest : 64289 Number of intersected edges : 9513 Refined mesh in = 0.19 s After refinement surface refinement iteration 0 : cells:113661 faces:353423 points:126559 Cells per refinement level: 0 94854 1 8217 2 7182 3 3408 Balanced mesh in = 0.4 s After balancing surface refinement iteration 0 : cells:113661 faces:353423 points:126559 Cells per refinement level: 0 94854 1 8217 2 7182 3 3408 Surface refinement iteration 1 ------------------------------ Marked for refinement due to surface intersection : 9335 cells. Marked for refinement due to curvature/regions : 483 cells. Determined cells to refine in = 0.03 s Selected for refinement : 10193 cells (out of 113661) Edge intersection testing: Number of edges : 583421 Number of edges to retest : 289250 Number of intersected edges : 33598 Refined mesh in = 0.44 s After refinement surface refinement iteration 1 : cells:185012 faces:583421 points:214087 Cells per refinement level: 0 94666 1 4662 2 43191 3 38629 4 3864 Balanced mesh in = 0.87 s After balancing surface refinement iteration 1 : cells:185012 faces:583421 points:214087 Cells per refinement level: 0 94666 1 4662 2 43191 3 38629 4 3864 Surface refinement iteration 2 ------------------------------ Marked for refinement due to surface intersection : 21703 cells. Marked for refinement due to curvature/regions : 2989 cells. Determined cells to refine in = 0.08 s Selected for refinement : 25807 cells (out of 185012) Edge intersection testing: Number of edges : 1165808 Number of edges to retest : 778952 Number of intersected edges : 89040 Refined mesh in = 0.94 s After refinement surface refinement iteration 2 : cells:365661 faces:1165808 points:435468 Cells per refinement level: 0 94562 1 4428 2 30071 3 208824 4 27776 Balanced mesh in = 1.96 s After balancing surface refinement iteration 2 : cells:365661 faces:1165808 points:435468 Cells per refinement level: 0 94562 1 4428 2 30071 3 208824 4 27776 Surface refinement iteration 3 ------------------------------ Marked for refinement due to surface intersection : 824 cells. Marked for refinement due to curvature/regions : 16475 cells. Determined cells to refine in = 0.14 s Selected for refinement : 18083 cells (out of 365661) Edge intersection testing: Number of edges : 1584842 Number of edges to retest : 598052 Number of intersected edges : 141055 Refined mesh in = 0.97 s After refinement surface refinement iteration 3 : cells:492242 faces:1584842 points:603529 Cells per refinement level: 0 94523 1 4578 2 29960 3 203605 4 159576 Balanced mesh in = 2.16 s After balancing surface refinement iteration 3 : cells:492242 faces:1584842 points:603529 Cells per refinement level: 0 94523 1 4578 2 29960 3 203605 4 159576 Surface refinement iteration 4 ------------------------------ Marked for refinement due to surface intersection : 23 cells. Marked for refinement due to curvature/regions : 1199 cells. Determined cells to refine in = 0.18 s Selected for refinement : 1428 cells (out of 492242) Edge intersection testing: Number of edges : 1618016 Number of edges to retest : 86598 Number of intersected edges : 144076 Refined mesh in = 0.87 s After refinement surface refinement iteration 4 : cells:502238 faces:1618016 points:616886 Cells per refinement level: 0 94522 1 4554 2 30020 3 203974 4 169168 Balanced mesh in = 2.01 s After balancing surface refinement iteration 4 : cells:502238 faces:1618016 points:616886 Cells per refinement level: 0 94522 1 4554 2 30020 3 203974 4 169168 Surface refinement iteration 5 ------------------------------ Marked for refinement due to surface intersection : 0 cells. Marked for refinement due to curvature/regions : 93 cells. Determined cells to refine in = 0.18 s Selected for refinement : 117 cells (out of 502238) Edge intersection testing: Number of edges : 1620680 Number of edges to retest : 9773 Number of intersected edges : 144164 Refined mesh in = 0.85 s After refinement surface refinement iteration 5 : cells:503057 faces:1620680 points:617903 Cells per refinement level: 0 94522 1 4550 2 30032 3 204041 4 169912 Balanced mesh in = 1.69 s After balancing surface refinement iteration 5 : cells:503057 faces:1620680 points:617903 Cells per refinement level: 0 94522 1 4550 2 30032 3 204041 4 169912 Surface refinement iteration 6 ------------------------------ Marked for refinement due to surface intersection : 0 cells. Marked for refinement due to curvature/regions : 32 cells. Determined cells to refine in = 0.18 s Selected for refinement : 34 cells (out of 503057) 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 49 regions. Keeping all cells in region 0 containing point (3.9 1.9 2.9) Selected for keeping : 395208 cells. Edge intersection testing: Number of edges : 1343335 Number of edges to retest : 157828 Number of intersected edges : 144166 Shell refinement iteration 0 ---------------------------- Marked for refinement due to distance to explicit features : 0 cells. Marked for refinement due to refinement shells : 0 cells. Determined cells to refine in = 0.93 s Selected for internal refinement : 11786 cells (out of 395208) Edge intersection testing: Number of edges : 1602754 Number of edges to retest : 592650 Number of intersected edges : 151296 Refined mesh in = 0.89 s After refinement shell refinement iteration 0 : cells:477710 faces:1602754 points:644017 Cells per refinement level: 0 94514 1 3651 2 17071 3 152434 4 210040 Balanced mesh in = 2.55 s After balancing shell refinement iteration 0 : cells:477710 faces:1602754 points:644032 Cells per refinement level: 0 94514 1 3651 2 17071 3 152434 4 210040 Shell refinement iteration 1 ---------------------------- Marked for refinement due to distance to explicit features : 0 cells. Marked for refinement due to refinement shells : 0 cells. Determined cells to refine in = 0.16 s Selected for internal refinement : 0 cells (out of 477710) Stopping refining since too few cells selected. Dangling coarse cells refinement iteration 0 -------------------------------------------- Determined cells to refine in = 0.02 s Selected for refinement : 9 cells (out of 477710) Edge intersection testing: Number of edges : 1602889 Number of edges to retest : 1263 Number of intersected edges : 151296 Refined mesh in = 0.71 s After refinement coarse cell refinement iteration 0 : cells:477773 faces:1602889 points:644050 Cells per refinement level: 0 94514 1 3651 2 17062 3 152506 4 210040 Balanced mesh in = 1.34 s After balancing coarse cell refinement iteration 0 : cells:477773 faces:1602889 points:644050 Cells per refinement level: 0 94514 1 3651 2 17062 3 152506 4 210040 Dangling coarse cells refinement iteration 1 -------------------------------------------- Determined cells to refine in = 0.08 s Selected for refinement : 0 cells (out of 477773) Stopping refining since too few cells selected. Dangling coarse cells refinement iteration 0 -------------------------------------------- Determined cells to refine in = 0.01 s Selected for refinement : 0 cells (out of 477773) Stopping refining since too few cells selected. Splitting mesh at surface intersections --------------------------------------- Introducing baffles for 151296 faces that are intersected by the surface. Edge intersection testing: Number of edges : 1753972 Number of edges to retest : 1034673 Number of intersected edges : 299158 Created baffles in = 0.78 s After introducing baffles : cells:477773 faces:1753972 points:647256 Cells per refinement level: 0 94514 1 3651 2 17062 3 152506 4 210040 Introducing baffles to block off problem cells ---------------------------------------------- markFacesOnProblemCells : marked 293860 additional internal faces to be converted into baffles. Analyzed problem cells in = 0.43 s Introducing baffles to delete problem cells. Edge intersection testing: Number of edges : 2047832 Number of edges to retest : 965513 Number of intersected edges : 299389 Created baffles in = 0.87 s After introducing baffles : cells:477773 faces:2047832 points:652074 Cells per refinement level: 0 94514 1 3651 2 17062 3 152506 4 210040 Remove unreachable sections of mesh ----------------------------------- Keeping all cells in region 0 containing point (3.9 1.9 2.9) Selected for keeping : 264235 cells. Edge intersection testing: Number of edges : 892720 Number of edges to retest : 0 Number of intersected edges : 80186 Split mesh in = 0.67 s After subsetting : cells:264235 faces:892720 points:366857 Cells per refinement level: 0 94514 1 3651 2 16860 3 95270 4 53940 Handling cells with snap problems --------------------------------- Introducing baffles for 80186 faces that are intersected by the surface. Edge intersection testing: Number of edges : 892720 Number of edges to retest : 287115 Number of intersected edges : 80186 Created baffles in = 0.38 s After introducing baffles : cells:264235 faces:892720 points:366857 Cells per refinement level: 0 94514 1 3651 2 16860 3 95270 4 53940 Introducing baffles to block off problem cells ---------------------------------------------- markFacesOnProblemCells : marked 0 additional internal faces to be converted into baffles. Analyzed problem cells in = 0.24 s Introducing baffles to delete problem cells. Edge intersection testing: Number of edges : 892720 Number of edges to retest : 0 Number of intersected edges : 80186 Created baffles in = 0.25 s After introducing baffles : cells:264235 faces:892720 points:366857 Cells per refinement level: 0 94514 1 3651 2 16860 3 95270 4 53940 Remove unreachable sections of mesh ----------------------------------- Keeping all cells in region 0 containing point (3.9 1.9 2.9) Selected for keeping : 264235 cells. Edge intersection testing: Number of edges : 892720 Number of edges to retest : 0 Number of intersected edges : 80186 Split mesh in = 0.37 s After subsetting : cells:264235 faces:892720 points:366857 Cells per refinement level: 0 94514 1 3651 2 16860 3 95270 4 53940 Merge free-standing baffles --------------------------- freeStandingBaffles : detected 74 free-standing baffles out of 319 freeStandingBaffles : detected 12 planar (within 30 degrees) free-standing baffles out of 74 Detected free-standing baffles : 12 Edge intersection testing: Number of edges : 892708 Number of edges to retest : 12 Number of intersected edges : 80174 Introducing baffles to block off problem cells ---------------------------------------------- markFacesOnProblemCells : marked 0 additional internal faces to be converted into baffles. Analyzed problem cells in = 0.64 s Introducing baffles to delete problem cells. Edge intersection testing: Number of edges : 892708 Number of edges to retest : 0 Number of intersected edges : 80174 Created baffles in = 0.25 s After introducing baffles : cells:264235 faces:892708 points:366857 Cells per refinement level: 0 94514 1 3651 2 16860 3 95270 4 53940 Merged free-standing baffles in = 0.04 s dupNonManifoldPoints : Found : 325 non-manifold points (out of 383129) Edge intersection testing: Number of edges : 892708 Number of edges to retest : 0 Number of intersected edges : 80174 Detected unsplittable baffles : 0 Merge refined boundary faces ---------------------------- Merging 1210 sets of faces. Edge intersection testing: Number of edges : 891142 Number of edges to retest : 10417 Number of intersected edges : 78621 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 1103 straight edge points ... Edge intersection testing: Number of edges : 891142 Number of edges to retest : 8540 Number of intersected edges : 78621 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:264235 faces:891142 points:365904 Cells per refinement level: 0 94514 1 3651 2 16860 3 95270 4 53940 Writing mesh to time 1 Wrote mesh in = 3.02 s. Mesh refined in = 31.06 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.48 s Smoothing patch points ... Smoothing iteration 0 Found 266 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 : 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 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 : 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 Scaling iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Scaling iteration 3 Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 : 10 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 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 : 10 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 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 : 10 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 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 : 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 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 : 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 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 : 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 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 = 2.95 s Morph iteration 0 ----------------- Calculating patchDisplacement as distance to nearest surface point ... Wanted displacement : average:0.001469693 min:4.336809e-18 max:0.006253085 Calculated surface displacement in = 0.02 s Detecting near surfaces ... Overriding nearest with intersection of close gaps at 2894 out of 84797 points. --> FOAM Warning : Displacement (1.110223e-16 -0.001064533 0.0001330667) at mesh point 12863 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.51 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 : 2 faces with face-decomposition tet quality < 1e-30 : 95 faces with concavity > 80 degrees : 1 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 3 faces on cells with determinant < 0.001 : 0 Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 27 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 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 : 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 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 : 18 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Iteration 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 : 18 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Iteration 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 : 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 Iteration 6 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Successfully moved mesh Moved mesh in = 1.59 s Repatching faces according to nearest surface ... Repatched 0 faces in = 0.08 s Edge intersection testing: Number of edges : 891142 Number of edges to retest : 440465 Number of intersected edges : 79255 Merging 10298 sets of faces. Edge intersection testing: Number of edges : 878062 Number of edges to retest : 42669 Number of intersected edges : 66181 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:17 Edge intersection testing: Number of edges : 878109 Number of edges to retest : 152 Number of intersected edges : 66228 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 7707 straight edge points ... Edge intersection testing: Number of edges : 878109 Number of edges to retest : 38854 Number of intersected edges : 66234 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:264235 faces:878109 points:355749 Cells per refinement level: 0 94514 1 3651 2 16860 3 95270 4 53940 Writing mesh to time 2 Wrote mesh in = 2.71 s. Mesh snapped in = 8.34 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 346 sets of faces. Edge intersection testing: Number of edges : 877621 Number of edges to retest : 2689 Number of intersected edges : 65760 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 : 22 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Masters that need to be restored:22 Edge intersection testing: Number of edges : 877679 Number of edges to retest : 208 Number of intersected edges : 65818 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 280 straight edge points ... Edge intersection testing: Number of edges : 877679 Number of edges to retest : 3082 Number of intersected edges : 65815 Undo iteration 0 ---------------- Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Checking mesh manifoldness ... Outside of mesh is multiply connected across edges or points. This is not a fatal error but might cause some unexpected behaviour. Checking initial mesh ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 0 illegal faces (concave, zero area or negative cell pyramid volume) Adding in total 0 inter-processor patches to handle extrusion of non-manifold processor boundaries. Handling points with inconsistent layer specification ... Handling non-manifold points ... Checking patch manifoldness ... Outside of local patch is multiply connected across edges or points at 0 points. Set displacement to zero for all 0 non-manifold points Handling feature edges ... Set displacement to zero for points on 2126 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 5309 points. patch faces layers avg thickness[m] near-wall overall ----- ----- ------ --------- ------- car 66176 3 0.00451 0.0126 Selecting externalDisplacementMeshMover displacementMedialAxis displacementMedialAxis : Calculating distance to Medial Axis ... displacementMedialAxis : Smoothing normals ... Iteration 0 residual 0.03254276 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.05191595 Layer addition iteration 0 -------------------------- Determining displacement for added points according to pointNormal ... Detected 28 points with point normal pointing through faces. Reset displacement at 28 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 2940 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 6171 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.000295023 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1902 faces with face pyramid volume < 1e-13 : 202 faces with face-decomposition tet quality < 1e-30 : 515 faces with concavity > 80 degrees : 1 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 4 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 669 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 124 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with 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 : 312 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 102 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces 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 : 10 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 95 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces 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 : 73 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 80 faces with concavity > 80 degrees : 4 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 3 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 : 120 faces with face pyramid volume < 1e-13 : 10 faces with face-decomposition tet quality < 1e-30 : 80 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 2 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 6 displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 10 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. truncateDisplacement : Unextruded 2 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 130 faces with face pyramid volume < 1e-13 : 6 faces with face-decomposition tet quality < 1e-30 : 274 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 8 faces with face twist < 0.02 : 5 faces on cells with determinant < 0.001 : 10 Detected 433 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 56760 out of 66176 faces (85.77128%). Removed extrusion at 221 faces. Added 144854 out of 198528 cells (72.96402%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 10303 points. Layer addition iteration 1 -------------------------- Determining displacement for added points according to pointNormal ... Detected 18 points with point normal pointing through faces. Reset displacement at 15 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 2600 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 1144 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0002573874 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1098 faces with face pyramid volume < 1e-13 : 138 faces with face-decomposition tet quality < 1e-30 : 270 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 : 364 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 47 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 128 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 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 : 2 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 31 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 4 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 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 : 17 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 2 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 9 faces due to stringed edges with inconsistent extrusion. truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 3 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 199 faces with concavity > 80 degrees : 0 faces with skewness > 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 : 0 faces on cells with determinant < 0.001 : 0 Detected 208 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 45112 out of 66176 faces (68.16973%). Removed extrusion at 171 faces. Added 116432 out of 198528 cells (58.64765%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 7463 points. Layer addition iteration 2 -------------------------- Determining displacement for added points according to pointNormal ... Detected 2 points with point normal pointing through faces. Reset displacement at 2 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 2373 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 658 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0002338142 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 587 faces with face pyramid volume < 1e-13 : 92 faces with face-decomposition tet quality < 1e-30 : 142 faces with concavity > 80 degrees : 6 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 244 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 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 69 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 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 : 5 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 14 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 19 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 3 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 72 faces with face pyramid volume < 1e-13 : 24 faces with face-decomposition tet quality < 1e-30 : 80 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 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 : 90 faces with face pyramid volume < 1e-13 : 20 faces with face-decomposition tet quality < 1e-30 : 200 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 4 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 314 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 37118 out of 66176 faces (56.08982%). Removed extrusion at 126 faces. Added 96534 out of 198528 cells (48.62488%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 5595 points. Layer addition iteration 3 -------------------------- Determining displacement for added points according to pointNormal ... Detected 2 points with point normal pointing through faces. Reset displacement at 2 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 2106 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 325 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0002169649 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 246 faces with face pyramid volume < 1e-13 : 56 faces with face-decomposition tet quality < 1e-30 : 86 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 78 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 14 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 20 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 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 6 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 10 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 26 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 68 faces with face pyramid volume < 1e-13 : 4 faces with face-decomposition tet quality < 1e-30 : 34 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 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 2 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 70 faces with face pyramid volume < 1e-13 : 4 faces with face-decomposition tet quality < 1e-30 : 80 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 4 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 3 Detected 161 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 31097 out of 66176 faces (46.99136%). Removed extrusion at 51 faces. Added 80807 out of 198528 cells (40.70307%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 4510 points. Layer addition iteration 4 -------------------------- Determining displacement for added points according to pointNormal ... Detected 2 points with point normal pointing through faces. Reset displacement at 2 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 1925 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 360 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001886911 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 28 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 28 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 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 : 8 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 14 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 13 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 2 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 12 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 3 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 45 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 26027 out of 66176 faces (39.32997%). Removed extrusion at 45 faces. Added 67941 out of 198528 cells (34.22238%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 3643 points. Layer addition iteration 5 -------------------------- Determining displacement for added points according to pointNormal ... Detected 2 points with point normal pointing through faces. Reset displacement at 2 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 1649 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 146 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001669958 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 : 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 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 : 11 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 7 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 : 31 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 33 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 22065 out of 66176 faces (33.3429%). Removed extrusion at 33 faces. Added 57808 out of 198528 cells (29.11831%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 2984 points. Layer addition iteration 6 -------------------------- Determining displacement for added points according to pointNormal ... Detected 2 points with point normal pointing through faces. Reset displacement at 2 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 1503 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 145 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001490169 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 : 17 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 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 : 17 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 13 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 5 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 2 faces due to stringed edges with inconsistent extrusion. truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 18890 out of 66176 faces (28.54509%). Removed extrusion at 19 faces. Added 49319 out of 198528 cells (24.84234%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 2591 points. Layer addition iteration 7 -------------------------- Determining displacement for added points according to pointNormal ... Detected 2 points with point normal pointing through faces. Reset displacement at 2 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 1263 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 58 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.000138134 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 : 11 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 2 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 4 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 : 1 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 3 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 27 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 16233 out of 66176 faces (24.53004%). Removed extrusion at 26 faces. Added 41993 out of 198528 cells (21.15218%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 2373 points. Layer addition iteration 8 -------------------------- Determining displacement for added points according to pointNormal ... Detected 2 points with point normal pointing through faces. Reset displacement at 2 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 1143 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 69 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001213211 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 1 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 16 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 8 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 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 : 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 : 28 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 30 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 13739 out of 66176 faces (20.7613%). Removed extrusion at 28 faces. Added 35277 out of 198528 cells (17.76928%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 2093 points. Layer addition iteration 9 -------------------------- Determining displacement for added points according to pointNormal ... Detected 2 points with point normal pointing through faces. Reset displacement at 2 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 944 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 63 displacementMedialAxis : Smoothing field ... Iteration 0 residual 0.0001079152 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 : 6 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 : 3 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 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 : 3 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 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 : 1 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 5 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 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 11526 out of 66176 faces (17.41719%). Removed extrusion at 9 faces. Added 29381 out of 198528 cells (14.79942%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1787 points. Layer addition iteration 10 -------------------------- Determining displacement for added points according to pointNormal ... Detected 2 points with point normal pointing through faces. Reset displacement at 2 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 850 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 33 displacementMedialAxis : Smoothing field ... Iteration 0 residual 9.202414e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 5 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 4 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 1 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 4 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 9650 out of 66176 faces (14.58233%). Removed extrusion at 3 faces. Added 24322 out of 198528 cells (12.25117%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1579 points. Layer addition iteration 11 -------------------------- Determining displacement for added points according to pointNormal ... Detected 2 points with point normal pointing through faces. Reset displacement at 2 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 676 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 36 displacementMedialAxis : Smoothing field ... Iteration 0 residual 8.361647e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 5 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 4 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 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 2 Moving mesh using displacement scaling : min:0.5625 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 3 displacementMedialAxis : Displacement scaling for error reduction set to 0. Moving mesh using displacement scaling : min:0.421875 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 2 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 4 Moving mesh using displacement scaling : min:0 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 : 5 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 5 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 8014 out of 66176 faces (12.11013%). Removed extrusion at 4 faces. Added 19775 out of 198528 cells (9.960812%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1453 points. Layer addition iteration 12 -------------------------- Determining displacement for added points according to pointNormal ... Detected 2 points with point normal pointing through faces. Reset displacement at 2 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 608 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 35 displacementMedialAxis : Smoothing field ... Iteration 0 residual 7.046129e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 4 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 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 : 1 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 1 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 6488 out of 66176 faces (9.804159%). Removed extrusion at 1 faces. Added 15638 out of 198528 cells (7.876975%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1308 points. Layer addition iteration 13 -------------------------- Determining displacement for added points according to pointNormal ... Detected 2 points with point normal pointing through faces. Reset displacement at 2 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 455 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 76 displacementMedialAxis : Smoothing field ... Iteration 0 residual 5.710387e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 4 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 1 Moving mesh using displacement scaling : min:0.75 max:1 Checking faces in error : non-orthogonality > 60 degrees : 0 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Successfully moved mesh displacementMedialAxis : Finished moving mesh ... truncateDisplacement : Unextruded 0 faces due to non-consecutive vertices being extruded. truncateDisplacement : Unextruded 0 faces due to stringed edges with inconsistent extrusion. Setting up information for layer truncation ... Checking mesh with layer ... Checking faces in error : non-orthogonality > 60 degrees : 1 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 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 1 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 5010 out of 66176 faces (7.570721%). Removed extrusion at 1 faces. Added 11935 out of 198528 cells (6.011746%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 1058 points. Layer addition iteration 14 -------------------------- Determining displacement for added points according to pointNormal ... Detected 2 points with point normal pointing through faces. Reset displacement at 2 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 397 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 67 displacementMedialAxis : Smoothing field ... Iteration 0 residual 4.705417e-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 : 1 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 Detected 1 illegal faces (concave, zero area or negative cell pyramid volume) Extruding 3865 out of 66176 faces (5.840486%). Removed extrusion at 1 faces. Added 8920 out of 198528 cells (4.493069%). Growing non-extrusion points by one layer ... Set displacement to zero for an additional 912 points. Layer addition iteration 15 -------------------------- Determining displacement for added points according to pointNormal ... Detected 2 points with point normal pointing through faces. Reset displacement at 2 points to average of surrounding points. displacementMedialAxis : Smoothing using Medial Axis ... displacementMedialAxis : Reducing layer thickness at 301 nodes where thickness to medial axis distance is large displacementMedialAxis : Removing isolated regions ... displacementMedialAxis : Number of isolated points extrusion stopped : 20 displacementMedialAxis : Smoothing field ... Iteration 0 residual 4.056016e-05 displacementMedialAxis : Moving mesh ... displacementMedialAxis : Iteration 0 Moving mesh using displacement scaling : min:1 max:1 Checking faces in error : non-orthogonality > 60 degrees : 4 faces with face pyramid volume < 1e-13 : 0 faces with face-decomposition tet quality < 1e-30 : 0 faces with concavity > 80 degrees : 0 faces with skewness > 4 (internal) or 20 (boundary) : 0 faces with interpolation weights (0..1) < 0.02 : 0 faces with volume ratio of neighbour cells < 0.01 : 0 faces with face twist < 0.02 : 0 faces on cells with determinant < 0.001 : 0 displacementMedialAxis : Iteration 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 2909 out of 66176 faces (4.395853%). Removed extrusion at 0 faces. Added 6342 out of 198528 cells (3.194512%). Edge intersection testing: Number of edges : 897001 Number of edges to retest : 0 Number of intersected edges : 72157 Doing final balancing --------------------- patch faces layers overall thickness [m] [%] ----- ----- ------ --- --- car 66176 0.0958 0.000368 2.27 Layer mesh : cells:270577 faces:897001 points:362047 Cells per refinement level: 0 94514 1 3651 2 16860 3 100412 4 55140 Writing mesh to time 3 Wrote mesh in = 42.14 s. Layers added in = 42.14 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 = 82.78 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 : Aug 06 2019 Time : 05:20:01 Host : "bds1.beamnet" PID : 2001 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.628173e-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 : Aug 06 2019 Time : 05:20:06 Host : "bds1.beamnet" PID : 2010 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: 362047 faces: 897001 internal faces: 813895 cells: 270577 faces per cell: 6.323139 boundary patches: 4 point zones: 0 face zones: 0 cell zones: 1 Overall number of cells of each type: hexahedra: 223684 prisms: 4869 wedges: 0 pyramids: 0 tet wedges: 128 tetrahedra: 0 polyhedra: 41896 Breakdown of polyhedra by number of faces: faces number of cells 4 2292 5 2673 6 10593 7 648 8 296 9 18990 10 117 11 326 12 4741 13 4 14 76 15 1084 17 2 18 54 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 14530 14827 ok (non-closed singly connected) (-4 -2 -3.628173e-17) (4 2 3) car 66176 72314 ok (closed singly connected) (-1.4 -0.365 0.02) (1.4 0.365 0.8524745) Checking geometry... Overall domain bounding box (-4 -2 -3.628173e-17) (4 2 3) Mesh (non-empty, non-wedge) directions (1 1 1) Mesh (non-empty) directions (1 1 1) Boundary openness (3.155701e-17 -4.970304e-17 8.127059e-15) OK. Max cell openness = 3.480593e-16 OK. Max aspect ratio = 13.74107 OK. Minimum face area = 4.678221e-06. Maximum face area = 0.01043504. Face area magnitudes OK. Min volume = 1.462666e-08. Max volume = 0.001031194. Total volume = 95.42823. Cell volumes OK. Mesh non-orthogonality Max: 56.18068 average: 11.06508 Non-orthogonality check OK. Face pyramids OK. Max skewness = 3.498742 OK. Coupled point location match (average 0) OK. Face tets OK. Min/max edge length = 0.0009116134 0.1086964 OK. *There are 3286 faces with concave angles between consecutive edges. Max concave angle = 70.84916 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 : Aug 06 2019 Time : 05:20:16 Host : "bds1.beamnet" PID : 2027 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.044088, No Iterations 5 GAMG: Solving for p, Initial residual = 0.004511269, Final residual = 0.0004047513, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004907741, Final residual = 4.797306e-05, No Iterations 4 GAMG: Solving for p, Initial residual = 0.0001340077, Final residual = 1.163807e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 2.151519e-05, Final residual = 2.108562e-06, No Iterations 4 GAMG: Solving for p, Initial residual = 4.917124e-06, Final residual = 9.227302e-07, No Iterations 2 GAMG: Solving for p, Initial residual = 1.303611e-06, Final residual = 6.374994e-07, No Iterations 1 GAMG: Solving for p, Initial residual = 7.152736e-07, Final residual = 7.152736e-07, No Iterations 0 GAMG: Solving for p, Initial residual = 7.152736e-07, Final residual = 7.152736e-07, No Iterations 0 GAMG: Solving for p, Initial residual = 7.152736e-07, Final residual = 7.152736e-07, No Iterations 0 GAMG: Solving for p, Initial residual = 7.152736e-07, Final residual = 7.152736e-07, No Iterations 0 continuity error = 0.0001868168 Interpolated U error = 1.322307e-05 ExecutionTime = 3.19 s ClockTime = 3 s End Run: sed -e 's/Aref.*;/Aref 0.350675;/' 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 : Aug 06 2019 Time : 05:20:19 Host : "bds1.beamnet" PID : 2035 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.38 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 = 33822 Number of faces shared with processor 1 = 467 Number of faces shared with processor 2 = 1218 Number of faces shared with processor 4 = 1863 Number of faces shared with processor 6 = 4 Number of processor patches = 4 Number of processor faces = 3552 Number of boundary faces = 13263 Processor 1 Number of cells = 33822 Number of faces shared with processor 0 = 467 Number of faces shared with processor 3 = 928 Number of faces shared with processor 4 = 201 Number of faces shared with processor 5 = 2959 Number of processor patches = 4 Number of processor faces = 4555 Number of boundary faces = 14184 Processor 2 Number of cells = 33822 Number of faces shared with processor 0 = 1218 Number of faces shared with processor 3 = 519 Number of faces shared with processor 6 = 1827 Number of processor patches = 3 Number of processor faces = 3564 Number of boundary faces = 13276 Processor 3 Number of cells = 33822 Number of faces shared with processor 1 = 928 Number of faces shared with processor 2 = 519 Number of faces shared with processor 5 = 2 Number of faces shared with processor 6 = 211 Number of faces shared with processor 7 = 2941 Number of processor patches = 5 Number of processor faces = 4601 Number of boundary faces = 14231 Processor 4 Number of cells = 33822 Number of faces shared with processor 0 = 1863 Number of faces shared with processor 1 = 201 Number of faces shared with processor 5 = 627 Number of faces shared with processor 6 = 1565 Number of processor patches = 4 Number of processor faces = 4256 Number of boundary faces = 7005 Processor 5 Number of cells = 33822 Number of faces shared with processor 1 = 2959 Number of faces shared with processor 3 = 2 Number of faces shared with processor 4 = 627 Number of faces shared with processor 7 = 1450 Number of processor patches = 4 Number of processor faces = 5038 Number of boundary faces = 7040 Processor 6 Number of cells = 33822 Number of faces shared with processor 0 = 4 Number of faces shared with processor 2 = 1827 Number of faces shared with processor 3 = 211 Number of faces shared with processor 4 = 1565 Number of faces shared with processor 7 = 632 Number of processor patches = 5 Number of processor faces = 4239 Number of boundary faces = 7045 Processor 7 Number of cells = 33823 Number of faces shared with processor 3 = 2941 Number of faces shared with processor 5 = 1450 Number of faces shared with processor 6 = 632 Number of processor patches = 3 Number of processor faces = 5023 Number of boundary faces = 7062 Number of processor faces = 17414 Max number of cells = 33823 (0.002587064% above average 33822.12) Max number of processor patches = 5 (25% above average 4) Max number of faces between processors = 5038 (15.72298% above average 4353.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 : Aug 06 2019 Time : 05:20:23 Host : "bds1.beamnet" PID : 2042 Case : /data/vwt/process/run nProcs : 8 Slaves : 7 ( "bds1.beamnet.2043" "bds1.beamnet.2044" "bds1.beamnet.2045" "bds1.beamnet.2046" "bds1.beamnet.2047" "bds1.beamnet.2048" "bds1.beamnet.2049" ) 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.01524444, Final residual = 0.000640974, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.06589186, Final residual = 0.002589072, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.04747662, Final residual = 0.002168173, No Iterations 2 GAMG: Solving for p, Initial residual = 1, Final residual = 0.04526816, No Iterations 3 GAMG: Solving for p, Initial residual = 0.06363312, Final residual = 0.006212626, No Iterations 1 GAMG: Solving for p, Initial residual = 0.008901834, Final residual = 0.0006222275, No Iterations 3 GAMG: Solving for p, Initial residual = 0.003581222, Final residual = 0.0002151384, No Iterations 2 time step continuity errors : sum local = 6.649713e-05, global = -1.202986e-06, cumulative = -1.202986e-06 smoothSolver: Solving for omega, Initial residual = 0.001981131, Final residual = 0.0001066341, No Iterations 2 smoothSolver: Solving for k, Initial residual = 1, Final residual = 0.02868506, No Iterations 2 ExecutionTime = 1.49 s ClockTime = 2 s forces forces output: sum of forces: pressure : (8.609791 -0.0874891 -6.341163) viscous : (1.522089 -5.45813e-05 0.02853493) porous : (0 0 0) sum of moments: pressure : (0.06296219 -3.814413 -0.1824508) viscous : (1.027298e-05 0.4709473 0.0001225597) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.292242 Cl = -0.002525093 Cl(f) = -0.001262547 Cl(r) = -0.001262547 Time = 2 smoothSolver: Solving for Ux, Initial residual = 0.00528186, Final residual = 0.0002387356, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.02296293, Final residual = 0.0009445315, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.01723038, Final residual = 0.0007832893, No Iterations 2 GAMG: Solving for p, Initial residual = 0.2592903, Final residual = 0.01397151, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0438481, Final residual = 0.00428589, No Iterations 1 GAMG: Solving for p, Initial residual = 0.006179473, Final residual = 0.000425862, No Iterations 3 GAMG: Solving for p, Initial residual = 0.002453981, Final residual = 0.0001457608, No Iterations 2 time step continuity errors : sum local = 5.68268e-05, global = -1.823343e-06, cumulative = -3.026329e-06 smoothSolver: Solving for omega, Initial residual = 0.001279512, Final residual = 7.942299e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.109912, Final residual = 0.002646739, No Iterations 2 ExecutionTime = 2.45 s ClockTime = 3 s forces forces output: sum of forces: pressure : (16.36325 -0.2287391 -11.75045) viscous : (1.550319 -8.293573e-05 0.03143298) porous : (0 0 0) sum of moments: pressure : (0.1389007 -7.166008 -0.3516176) viscous : (1.879479e-05 0.4794928 0.0001118461) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.5166957 Cl = -0.006600099 Cl(f) = -0.00330005 Cl(r) = -0.00330005 Time = 3 smoothSolver: Solving for Ux, Initial residual = 0.005927234, Final residual = 0.0002258933, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.02553854, Final residual = 0.0009464379, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.01735522, Final residual = 0.0007527863, No Iterations 2 GAMG: Solving for p, Initial residual = 0.117835, Final residual = 0.006348564, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02003366, Final residual = 0.001369948, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003468374, Final residual = 0.0002836916, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0007729348, Final residual = 7.519732e-05, No Iterations 2 time step continuity errors : sum local = 2.260862e-05, global = 1.186172e-06, cumulative = -1.840157e-06 smoothSolver: Solving for omega, Initial residual = 0.001010202, Final residual = 6.65189e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.05489063, Final residual = 0.001372462, No Iterations 2 ExecutionTime = 3.35 s ClockTime = 4 s forces forces output: sum of forces: pressure : (15.20911 -0.3547577 -12.44132) viscous : (1.573971 -8.608359e-05 0.03558598) porous : (0 0 0) sum of moments: pressure : (0.1953609 -7.820685 -0.4382743) viscous : (2.024271e-05 0.4870485 0.0001412593) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.4840881 Cl = -0.01023505 Cl(f) = -0.005117524 Cl(r) = -0.005117524 Time = 4 smoothSolver: Solving for Ux, Initial residual = 0.006328341, Final residual = 0.000251683, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0271045, Final residual = 0.001081272, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.01727571, Final residual = 0.0008085734, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1223622, Final residual = 0.0110659, No Iterations 2 GAMG: Solving for p, Initial residual = 0.04226247, Final residual = 0.003431163, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009139656, Final residual = 0.0008786079, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001991135, Final residual = 0.0001173869, No Iterations 3 time step continuity errors : sum local = 2.292169e-05, global = 1.818624e-07, cumulative = -1.658294e-06 smoothSolver: Solving for omega, Initial residual = 0.0008513958, Final residual = 5.82701e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.03568132, Final residual = 0.0009223796, No Iterations 2 ExecutionTime = 4.23 s ClockTime = 5 s forces forces output: sum of forces: pressure : (7.28939 -0.4331884 -9.778759) viscous : (1.594722 -9.360422e-05 0.03965364) porous : (0 0 0) sum of moments: pressure : (0.2272725 -6.454256 -0.4781295) viscous : (6.362715e-06 0.4939077 0.0001721692) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2562516 Cl = -0.0124975 Cl(f) = -0.006248752 Cl(r) = -0.006248752 Time = 5 smoothSolver: Solving for Ux, Initial residual = 0.002988832, Final residual = 0.0001286434, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.01321546, Final residual = 0.0006018316, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.008515016, Final residual = 0.0004264898, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1306974, Final residual = 0.005469704, No Iterations 3 GAMG: Solving for p, Initial residual = 0.05476588, Final residual = 0.002758377, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007435147, Final residual = 0.0007233866, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001795808, Final residual = 9.953652e-05, No Iterations 3 time step continuity errors : sum local = 1.548704e-05, global = -2.226403e-08, cumulative = -1.680558e-06 smoothSolver: Solving for omega, Initial residual = 0.000739095, Final residual = 5.168677e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.02580698, Final residual = 0.0006853767, No Iterations 2 ExecutionTime = 5.08 s ClockTime = 6 s forces forces output: sum of forces: pressure : (0.5295088 -0.4669588 -6.824789) viscous : (1.614336 -0.0001187191 0.04298457) porous : (0 0 0) sum of moments: pressure : (0.2417817 -5.081467 -0.5147902) viscous : (9.656273e-06 0.4999341 0.0001912349) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.06183667 Cl = -0.01347229 Cl(f) = -0.006736147 Cl(r) = -0.006736147 Time = 6 smoothSolver: Solving for Ux, Initial residual = 0.002783881, Final residual = 0.0001256629, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.01143897, Final residual = 0.0004918105, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.007715383, Final residual = 0.0003903833, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1224769, Final residual = 0.007608628, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03029713, Final residual = 0.00228463, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006067994, Final residual = 0.0004977736, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001361448, Final residual = 6.829743e-05, No Iterations 3 time step continuity errors : sum local = 1.191869e-05, global = 1.210776e-06, cumulative = -4.69782e-07 smoothSolver: Solving for omega, Initial residual = 0.0006422667, Final residual = 4.500374e-05, No Iterations 2 bounding omega, min: -0.7600391 max: 9989.893 average: 260.9685 smoothSolver: Solving for k, Initial residual = 0.01976854, Final residual = 0.000531911, No Iterations 2 ExecutionTime = 5.86 s ClockTime = 6 s forces forces output: sum of forces: pressure : (-0.05403664 -0.487295 -5.67249) viscous : (1.635094 -0.0001261179 0.04379021) porous : (0 0 0) sum of moments: pressure : (0.2534284 -4.985976 -0.5625458) viscous : (7.63828e-06 0.505874 0.0002212709) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.04560372 Cl = -0.01405908 Cl(f) = -0.007029541 Cl(r) = -0.007029541 Time = 7 smoothSolver: Solving for Ux, Initial residual = 0.003080118, Final residual = 0.0001381815, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.01352736, Final residual = 0.0005757319, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.008618803, Final residual = 0.0004345308, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1248018, Final residual = 0.008635375, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02468775, Final residual = 0.00222716, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004835519, Final residual = 0.0002663657, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0008669299, Final residual = 4.574029e-05, No Iterations 3 time step continuity errors : sum local = 9.918113e-06, global = -2.553379e-07, cumulative = -7.2512e-07 smoothSolver: Solving for omega, Initial residual = 0.0005653116, Final residual = 3.928979e-05, No Iterations 2 bounding omega, min: -0.8310063 max: 10058.12 average: 270.2926 smoothSolver: Solving for k, Initial residual = 0.01588426, Final residual = 0.0004321957, No Iterations 2 ExecutionTime = 6.64 s ClockTime = 7 s forces forces output: sum of forces: pressure : (4.128626 -0.5188855 -6.214956) viscous : (1.656264 -0.0001223055 0.04459964) porous : (0 0 0) sum of moments: pressure : (0.2713433 -5.994847 -0.6182803) viscous : (-5.468553e-06 0.5120544 0.0002535483) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.1668583 Cl = -0.01497016 Cl(f) = -0.007485081 Cl(r) = -0.007485081 Time = 8 smoothSolver: Solving for Ux, Initial residual = 0.002125827, Final residual = 0.0001044252, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.009498148, Final residual = 0.0004552316, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.006275922, Final residual = 0.0003418228, No Iterations 2 GAMG: Solving for p, Initial residual = 0.1093221, Final residual = 0.008044514, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02149246, Final residual = 0.001804771, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004169706, Final residual = 0.0002113851, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0007623461, Final residual = 7.354426e-05, No Iterations 2 time step continuity errors : sum local = 1.749249e-05, global = 1.001491e-07, cumulative = -6.249709e-07 smoothSolver: Solving for omega, Initial residual = 0.000507594, Final residual = 3.481662e-05, No Iterations 2 bounding omega, min: -0.1591622 max: 10113.5 average: 278.7909 smoothSolver: Solving for k, Initial residual = 0.01320704, Final residual = 0.0003631197, No Iterations 2 ExecutionTime = 7.42 s ClockTime = 8 s forces forces output: sum of forces: pressure : (8.49651 -0.5649932 -7.257444) viscous : (1.676521 -0.0001361188 0.04626965) porous : (0 0 0) sum of moments: pressure : (0.2954411 -7.068967 -0.6727372) viscous : (-1.83156e-05 0.5182541 0.0002781154) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.293429 Cl = -0.01630048 Cl(f) = -0.008150241 Cl(r) = -0.008150241 Time = 9 smoothSolver: Solving for Ux, Initial residual = 0.001716166, Final residual = 8.50186e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.008278274, Final residual = 0.0003927455, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005470133, Final residual = 0.0002929413, No Iterations 2 GAMG: Solving for p, Initial residual = 0.08590167, Final residual = 0.004537831, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01390597, Final residual = 0.0009623118, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002451515, Final residual = 0.0001992179, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005219183, Final residual = 4.582423e-05, No Iterations 2 time step continuity errors : sum local = 1.057659e-05, global = -5.238056e-07, cumulative = -1.148776e-06 smoothSolver: Solving for omega, Initial residual = 0.0004651074, Final residual = 3.145335e-05, No Iterations 2 bounding omega, min: -0.1663923 max: 10184.55 average: 286.6397 smoothSolver: Solving for k, Initial residual = 0.01127201, Final residual = 0.0003143376, No Iterations 2 ExecutionTime = 8.2 s ClockTime = 9 s forces forces output: sum of forces: pressure : (9.81863 -0.6089707 -7.749383) viscous : (1.695468 -0.0001531237 0.0484692) porous : (0 0 0) sum of moments: pressure : (0.3154015 -7.517154 -0.7196271) viscous : (-3.427535e-05 0.5242343 0.0002961877) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.3321105 Cl = -0.01756945 Cl(f) = -0.008784726 Cl(r) = -0.008784726 Time = 10 smoothSolver: Solving for Ux, Initial residual = 0.00171569, Final residual = 7.869025e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.008515783, Final residual = 0.0003768837, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.005242389, Final residual = 0.0002713342, No Iterations 2 GAMG: Solving for p, Initial residual = 0.07295937, Final residual = 0.003800886, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01161716, Final residual = 0.001043413, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002295096, Final residual = 0.0001334599, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0004597447, Final residual = 2.501741e-05, No Iterations 3 time step continuity errors : sum local = 5.306325e-06, global = 7.258373e-08, cumulative = -1.076193e-06 smoothSolver: Solving for omega, Initial residual = 0.0004311807, Final residual = 2.880993e-05, No Iterations 2 bounding omega, min: -0.4113493 max: 10287.94 average: 294.0247 smoothSolver: Solving for k, Initial residual = 0.009773558, Final residual = 0.0002761033, No Iterations 2 ExecutionTime = 9 s ClockTime = 10 s forces forces output: sum of forces: pressure : (8.52506 -0.6474214 -7.71353) viscous : (1.713277 -0.0001691189 0.05056293) porous : (0 0 0) sum of moments: pressure : (0.3309974 -7.231735 -0.7561435) viscous : (-5.598488e-05 0.5298231 0.0003143576) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2953126 Cl = -0.01867898 Cl(f) = -0.009339489 Cl(r) = -0.009339489 Time = 11 smoothSolver: Solving for Ux, Initial residual = 0.001373696, Final residual = 6.686171e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.006634058, Final residual = 0.0003122198, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00425085, Final residual = 0.000232575, No Iterations 2 GAMG: Solving for p, Initial residual = 0.06574317, Final residual = 0.003830924, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01173096, Final residual = 0.001021296, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002455691, Final residual = 0.0002377047, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005651402, Final residual = 3.035222e-05, No Iterations 3 time step continuity errors : sum local = 6.121789e-06, global = 9.928151e-08, cumulative = -9.769112e-07 smoothSolver: Solving for omega, Initial residual = 0.0004027164, Final residual = 2.662165e-05, No Iterations 2 bounding omega, min: -0.2746611 max: 10388.5 average: 301.0784 smoothSolver: Solving for k, Initial residual = 0.008562297, Final residual = 0.0002444833, No Iterations 2 ExecutionTime = 9.79 s ClockTime = 11 s forces forces output: sum of forces: pressure : (6.716344 -0.6749135 -7.259866) viscous : (1.730291 -0.0001910995 0.05207626) porous : (0 0 0) sum of moments: pressure : (0.3401991 -6.743809 -0.78274) viscous : (-7.010172e-05 0.5349406 0.000325534) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2436331 Cl = -0.01947259 Cl(f) = -0.009736294 Cl(r) = -0.009736294 Time = 12 smoothSolver: Solving for Ux, Initial residual = 0.001195397, Final residual = 6.102035e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005452048, Final residual = 0.0002794705, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003756816, Final residual = 0.0002219645, No Iterations 2 GAMG: Solving for p, Initial residual = 0.05941676, Final residual = 0.003301797, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01043269, Final residual = 0.0007347654, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002083617, Final residual = 0.0001792379, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004783682, Final residual = 3.071181e-05, No Iterations 3 time step continuity errors : sum local = 6.286257e-06, global = 7.736353e-07, cumulative = -2.032759e-07 smoothSolver: Solving for omega, Initial residual = 0.0003783579, Final residual = 2.468866e-05, No Iterations 2 bounding omega, min: -0.4139482 max: 10485.55 average: 307.8584 smoothSolver: Solving for k, Initial residual = 0.007576865, Final residual = 0.0002183614, No Iterations 2 ExecutionTime = 10.58 s ClockTime = 11 s forces forces output: sum of forces: pressure : (6.022405 -0.6924775 -6.664887) viscous : (1.746555 -0.0002152797 0.05319004) porous : (0 0 0) sum of moments: pressure : (0.3454937 -6.55553 -0.8032359) viscous : (-7.938077e-05 0.5396532 0.0003293996) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2240864 Cl = -0.0199799 Cl(f) = -0.00998995 Cl(r) = -0.00998995 Time = 13 smoothSolver: Solving for Ux, Initial residual = 0.001210801, Final residual = 6.301017e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005581535, Final residual = 0.0002860698, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003794535, Final residual = 0.0002318226, No Iterations 2 GAMG: Solving for p, Initial residual = 0.05487765, Final residual = 0.003030706, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009648869, Final residual = 0.0007708114, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001977396, Final residual = 0.0001973053, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004668528, Final residual = 3.104837e-05, No Iterations 3 time step continuity errors : sum local = 6.652903e-06, global = -6.120329e-07, cumulative = -8.153088e-07 smoothSolver: Solving for omega, Initial residual = 0.0003561736, Final residual = 2.296354e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.006765761, Final residual = 0.0001964391, No Iterations 2 ExecutionTime = 11.35 s ClockTime = 12 s forces forces output: sum of forces: pressure : (6.578276 -0.7107122 -6.137978) viscous : (1.761972 -0.0002445932 0.05405066) porous : (0 0 0) sum of moments: pressure : (0.3523602 -6.775355 -0.8216762) viscous : (-8.191861e-05 0.5440559 0.0003326475) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2405645 Cl = -0.0205067 Cl(f) = -0.01025335 Cl(r) = -0.01025335 Time = 14 smoothSolver: Solving for Ux, Initial residual = 0.001133544, Final residual = 6.266845e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005435635, Final residual = 0.00028542, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003678205, Final residual = 0.0002292092, No Iterations 2 GAMG: Solving for p, Initial residual = 0.05178282, Final residual = 0.002798608, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009181195, Final residual = 0.0007180842, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001820993, Final residual = 0.000180472, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004205144, Final residual = 2.815706e-05, No Iterations 3 time step continuity errors : sum local = 6.236469e-06, global = -6.258599e-07, cumulative = -1.441169e-06 smoothSolver: Solving for omega, Initial residual = 0.000335438, Final residual = 2.14082e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00609467, Final residual = 0.0001781523, No Iterations 2 ExecutionTime = 12.12 s ClockTime = 13 s forces forces output: sum of forces: pressure : (7.56347 -0.729004 -5.80978) viscous : (1.776424 -0.0002690695 0.05471818) porous : (0 0 0) sum of moments: pressure : (0.3608094 -7.16286 -0.8410372) viscous : (-8.545768e-05 0.5481508 0.000333792) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2693981 Cl = -0.02103501 Cl(f) = -0.01051751 Cl(r) = -0.01051751 Time = 15 smoothSolver: Solving for Ux, Initial residual = 0.00105931, Final residual = 6.048775e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00538099, Final residual = 0.000288531, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003621169, Final residual = 0.000225161, No Iterations 2 GAMG: Solving for p, Initial residual = 0.04757114, Final residual = 0.002135685, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007744546, Final residual = 0.0004911608, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001376625, Final residual = 0.0001272234, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003227572, Final residual = 2.033675e-05, No Iterations 3 time step continuity errors : sum local = 4.538624e-06, global = 5.181613e-07, cumulative = -9.230073e-07 smoothSolver: Solving for omega, Initial residual = 0.0003161325, Final residual = 1.99946e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.005532414, Final residual = 0.0001627457, No Iterations 2 ExecutionTime = 12.88 s ClockTime = 14 s forces forces output: sum of forces: pressure : (8.191774 -0.7452992 -5.625697) viscous : (1.789894 -0.0002977622 0.05520543) porous : (0 0 0) sum of moments: pressure : (0.3693838 -7.431599 -0.8611665) viscous : (-8.123312e-05 0.5519649 0.0003254434) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2879093 Cl = -0.02150586 Cl(f) = -0.01075293 Cl(r) = -0.01075293 Time = 16 smoothSolver: Solving for Ux, Initial residual = 0.001007691, Final residual = 5.777226e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.005266265, Final residual = 0.0002840709, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003548992, Final residual = 0.0002207614, No Iterations 2 GAMG: Solving for p, Initial residual = 0.04299795, Final residual = 0.001803996, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006532731, Final residual = 0.0004093265, No Iterations 2 GAMG: Solving for p, Initial residual = 0.001117871, Final residual = 0.0001037999, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002772845, Final residual = 1.631429e-05, No Iterations 3 time step continuity errors : sum local = 3.625885e-06, global = 2.554391e-07, cumulative = -6.675683e-07 smoothSolver: Solving for omega, Initial residual = 0.0002984355, Final residual = 1.875053e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.005052054, Final residual = 0.0001495244, No Iterations 2 ExecutionTime = 13.65 s ClockTime = 14 s forces forces output: sum of forces: pressure : (8.247545 -0.7582722 -5.409703) viscous : (1.802484 -0.0003317252 0.0554494) porous : (0 0 0) sum of moments: pressure : (0.3769178 -7.481152 -0.8792592) viscous : (-7.009349e-05 0.5555128 0.0003124751) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2898811 Cl = -0.02188103 Cl(f) = -0.01094051 Cl(r) = -0.01094051 Time = 17 smoothSolver: Solving for Ux, Initial residual = 0.0009384382, Final residual = 5.481648e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004823657, Final residual = 0.0002684464, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003383076, Final residual = 0.0002151395, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03999663, Final residual = 0.001787391, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006104697, Final residual = 0.0004198482, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0010941, Final residual = 0.0001081751, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002836307, Final residual = 1.697752e-05, No Iterations 3 time step continuity errors : sum local = 3.780281e-06, global = 4.05693e-07, cumulative = -2.618753e-07 smoothSolver: Solving for omega, Initial residual = 0.0002823971, Final residual = 1.764105e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.004635642, Final residual = 0.0001379103, No Iterations 2 ExecutionTime = 14.43 s ClockTime = 15 s forces forces output: sum of forces: pressure : (7.988321 -0.7677926 -5.022948) viscous : (1.814257 -0.0003525711 0.05544335) porous : (0 0 0) sum of moments: pressure : (0.3823575 -7.406436 -0.8933928) viscous : (-6.924504e-05 0.5588048 0.0003109566) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2827437 Cl = -0.02215623 Cl(f) = -0.01107812 Cl(r) = -0.01107812 Time = 18 smoothSolver: Solving for Ux, Initial residual = 0.000880704, Final residual = 5.236222e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004429128, Final residual = 0.0002556703, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003263315, Final residual = 0.0002110107, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03806405, Final residual = 0.001670318, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005777598, Final residual = 0.0003543465, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00100846, Final residual = 9.869513e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002671417, Final residual = 1.612197e-05, No Iterations 3 time step continuity errors : sum local = 3.636162e-06, global = 5.027054e-08, cumulative = -2.116047e-07 smoothSolver: Solving for omega, Initial residual = 0.0002671979, Final residual = 1.661662e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.004275034, Final residual = 0.0001275691, No Iterations 2 ExecutionTime = 15.21 s ClockTime = 16 s forces forces output: sum of forces: pressure : (7.805382 -0.7771942 -4.528642) viscous : (1.825312 -0.0003665137 0.05518516) porous : (0 0 0) sum of moments: pressure : (0.3867224 -7.326932 -0.9038552) viscous : (-6.924437e-05 0.5618676 0.0003147649) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2777859 Cl = -0.02242781 Cl(f) = -0.01121391 Cl(r) = -0.01121391 Time = 19 smoothSolver: Solving for Ux, Initial residual = 0.0008519356, Final residual = 5.136042e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004345512, Final residual = 0.00025498, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003261779, Final residual = 0.0002110451, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03593347, Final residual = 0.00155638, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005385415, Final residual = 0.000344384, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0009523367, Final residual = 5.151266e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0002453905, Final residual = 2.103436e-05, No Iterations 2 time step continuity errors : sum local = 4.835781e-06, global = 5.059454e-07, cumulative = 2.943407e-07 smoothSolver: Solving for omega, Initial residual = 0.0002532471, Final residual = 1.565974e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003960133, Final residual = 0.0001185991, No Iterations 2 ExecutionTime = 15.97 s ClockTime = 17 s forces forces output: sum of forces: pressure : (7.838959 -0.7883168 -4.037341) viscous : (1.835709 -0.0003894107 0.05477919) porous : (0 0 0) sum of moments: pressure : (0.391503 -7.308807 -0.912069) viscous : (-6.042304e-05 0.5647132 0.0003170315) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2790543 Cl = -0.02274929 Cl(f) = -0.01137465 Cl(r) = -0.01137465 Time = 20 smoothSolver: Solving for Ux, Initial residual = 0.0008311138, Final residual = 5.112408e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00438908, Final residual = 0.0002575126, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003286866, Final residual = 0.0002116675, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03461174, Final residual = 0.001448416, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0051063, Final residual = 0.0003302717, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0008754868, Final residual = 4.798723e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0002220818, Final residual = 1.898367e-05, No Iterations 2 time step continuity errors : sum local = 4.432182e-06, global = 4.433133e-07, cumulative = 7.376539e-07 smoothSolver: Solving for omega, Initial residual = 0.0002406828, Final residual = 1.480339e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003677575, Final residual = 0.0001106252, No Iterations 2 ExecutionTime = 16.75 s ClockTime = 18 s forces forces output: sum of forces: pressure : (7.949452 -0.7991084 -3.579461) viscous : (1.845534 -0.0004150899 0.05426673) porous : (0 0 0) sum of moments: pressure : (0.3960846 -7.361453 -0.9187963) viscous : (-4.618913e-05 0.5673854 0.0003238632) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2825247 Cl = -0.0230613 Cl(f) = -0.01153065 Cl(r) = -0.01153065 Time = 21 smoothSolver: Solving for Ux, Initial residual = 0.0008062564, Final residual = 5.010551e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004416449, Final residual = 0.0002589108, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003310296, Final residual = 0.0002108416, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03359592, Final residual = 0.001281509, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004926888, Final residual = 0.0002788444, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0007599236, Final residual = 3.94171e-05, No Iterations 3 GAMG: Solving for p, Initial residual = 0.0001937596, Final residual = 1.515896e-05, No Iterations 2 time step continuity errors : sum local = 3.574259e-06, global = 1.364163e-07, cumulative = 8.740703e-07 smoothSolver: Solving for omega, Initial residual = 0.0002288509, Final residual = 1.401264e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00342525, Final residual = 0.0001036887, No Iterations 2 ExecutionTime = 17.54 s ClockTime = 19 s forces forces output: sum of forces: pressure : (7.965873 -0.8090202 -3.175219) viscous : (1.854853 -0.0004339255 0.05370206) porous : (0 0 0) sum of moments: pressure : (0.4010247 -7.442615 -0.9235769) viscous : (-3.514055e-05 0.5698917 0.0003372253) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2832671 Cl = -0.02334774 Cl(f) = -0.01167387 Cl(r) = -0.01167387 Time = 22 smoothSolver: Solving for Ux, Initial residual = 0.0007769468, Final residual = 4.819107e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004365169, Final residual = 0.0002588221, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003318067, Final residual = 0.0002105188, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03213533, Final residual = 0.001111399, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004681344, Final residual = 0.0002293601, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006604039, Final residual = 6.236543e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001678802, Final residual = 1.080334e-05, No Iterations 3 time step continuity errors : sum local = 2.551942e-06, global = 2.497613e-07, cumulative = 1.123832e-06 smoothSolver: Solving for omega, Initial residual = 0.0002172926, Final residual = 1.326124e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003206139, Final residual = 9.752258e-05, No Iterations 2 ExecutionTime = 18.32 s ClockTime = 19 s forces forces output: sum of forces: pressure : (7.863632 -0.8184675 -2.894622) viscous : (1.863932 -0.0004420211 0.05312095) porous : (0 0 0) sum of moments: pressure : (0.4073538 -7.492319 -0.927043) viscous : (-2.791299e-05 0.5724246 0.0003510822) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.28058 Cl = -0.02362047 Cl(f) = -0.01181023 Cl(r) = -0.01181023 Time = 23 smoothSolver: Solving for Ux, Initial residual = 0.0007424896, Final residual = 4.586565e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004226849, Final residual = 0.0002565462, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003294627, Final residual = 0.0002104405, No Iterations 2 GAMG: Solving for p, Initial residual = 0.03084856, Final residual = 0.000988107, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004408081, Final residual = 0.0001969215, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000597209, Final residual = 4.986395e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001409213, Final residual = 8.468635e-06, No Iterations 3 time step continuity errors : sum local = 2.000885e-06, global = 1.249906e-07, cumulative = 1.248822e-06 smoothSolver: Solving for omega, Initial residual = 0.0002074276, Final residual = 1.257646e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.003002322, Final residual = 9.196984e-05, No Iterations 2 ExecutionTime = 19.09 s ClockTime = 20 s forces forces output: sum of forces: pressure : (7.689127 -0.8222147 -2.744139) viscous : (1.872692 -0.0004491411 0.05257976) porous : (0 0 0) sum of moments: pressure : (0.4111578 -7.501936 -0.9292463) viscous : (-2.095204e-05 0.5748962 0.0003658544) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2757993 Cl = -0.02372876 Cl(f) = -0.01186438 Cl(r) = -0.01186438 Time = 24 smoothSolver: Solving for Ux, Initial residual = 0.0007079798, Final residual = 4.371347e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.004087066, Final residual = 0.0002540061, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003258245, Final residual = 0.0002108693, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0298027, Final residual = 0.0008843992, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004081129, Final residual = 0.0001620065, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005397215, Final residual = 3.754468e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001152695, Final residual = 6.251216e-06, No Iterations 3 time step continuity errors : sum local = 1.47653e-06, global = 6.062273e-08, cumulative = 1.309445e-06 smoothSolver: Solving for omega, Initial residual = 0.0001979212, Final residual = 1.195586e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002815659, Final residual = 8.695887e-05, No Iterations 2 ExecutionTime = 19.85 s ClockTime = 21 s forces forces output: sum of forces: pressure : (7.498593 -0.8246007 -2.694586) viscous : (1.881111 -0.00045331 0.05208502) porous : (0 0 0) sum of moments: pressure : (0.4132379 -7.496609 -0.9303637) viscous : (-1.488583e-05 0.5772862 0.0003785309) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2705464 Cl = -0.0237977 Cl(f) = -0.01189885 Cl(r) = -0.01189885 Time = 25 smoothSolver: Solving for Ux, Initial residual = 0.0006824544, Final residual = 4.209763e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003992608, Final residual = 0.0002525324, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003239349, Final residual = 0.000212878, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02855734, Final residual = 0.0008047747, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003740406, Final residual = 0.0001290224, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004830402, Final residual = 2.727141e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.469309e-05, Final residual = 8.50671e-06, No Iterations 2 time step continuity errors : sum local = 2.008655e-06, global = 7.763945e-08, cumulative = 1.387084e-06 smoothSolver: Solving for omega, Initial residual = 0.0001889229, Final residual = 1.139354e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002649838, Final residual = 8.225822e-05, No Iterations 2 ExecutionTime = 20.62 s ClockTime = 22 s forces forces output: sum of forces: pressure : (7.338935 -0.8287389 -2.710406) viscous : (1.889172 -0.0004530559 0.05161982) porous : (0 0 0) sum of moments: pressure : (0.4143666 -7.492922 -0.9305956) viscous : (-9.219869e-06 0.5795842 0.0003910266) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2661738 Cl = -0.02391705 Cl(f) = -0.01195853 Cl(r) = -0.01195853 Time = 26 smoothSolver: Solving for Ux, Initial residual = 0.0006594335, Final residual = 4.102102e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003951611, Final residual = 0.0002508498, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003221505, Final residual = 0.0002150531, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0277236, Final residual = 0.0007773677, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003508496, Final residual = 0.0001250202, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000462183, Final residual = 2.447193e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.577568e-05, Final residual = 7.136525e-06, No Iterations 2 time step continuity errors : sum local = 1.686999e-06, global = 9.474726e-08, cumulative = 1.481832e-06 smoothSolver: Solving for omega, Initial residual = 0.000180499, Final residual = 1.088985e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002500137, Final residual = 7.775602e-05, No Iterations 2 ExecutionTime = 21.37 s ClockTime = 22 s forces forces output: sum of forces: pressure : (7.202275 -0.8356583 -2.756053) viscous : (1.896865 -0.0004511962 0.05116889) porous : (0 0 0) sum of moments: pressure : (0.4160533 -7.502461 -0.9297988) viscous : (-5.023418e-06 0.5817827 0.0004066268) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2624538 Cl = -0.02411658 Cl(f) = -0.01205829 Cl(r) = -0.01205829 Time = 27 smoothSolver: Solving for Ux, Initial residual = 0.0006349805, Final residual = 4.029735e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003900802, Final residual = 0.00024879, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003198656, Final residual = 0.0002157328, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02685324, Final residual = 0.0007738854, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003386417, Final residual = 0.0001268071, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004491288, Final residual = 2.48475e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.064926e-05, Final residual = 6.466704e-06, No Iterations 2 time step continuity errors : sum local = 1.524731e-06, global = 9.161364e-08, cumulative = 1.573445e-06 smoothSolver: Solving for omega, Initial residual = 0.000172504, Final residual = 1.044078e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002361761, Final residual = 7.371308e-05, No Iterations 2 ExecutionTime = 22.14 s ClockTime = 23 s forces forces output: sum of forces: pressure : (7.065961 -0.8424087 -2.878965) viscous : (1.904193 -0.0004530644 0.05073381) porous : (0 0 0) sum of moments: pressure : (0.4179038 -7.525478 -0.9281602) viscous : (1.70667e-06 0.5838813 0.0004246999) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2587334 Cl = -0.02431134 Cl(f) = -0.01215567 Cl(r) = -0.01215567 Time = 28 smoothSolver: Solving for Ux, Initial residual = 0.0006133104, Final residual = 3.940901e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003838275, Final residual = 0.0002445556, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003160693, Final residual = 0.0002136896, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02631163, Final residual = 0.0007677471, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003248822, Final residual = 0.0001252031, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004376272, Final residual = 3.164381e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.134884e-05, Final residual = 4.83932e-06, No Iterations 3 time step continuity errors : sum local = 1.134469e-06, global = -3.6346e-08, cumulative = 1.537099e-06 smoothSolver: Solving for omega, Initial residual = 0.0001650272, Final residual = 1.002724e-05, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002239679, Final residual = 7.034319e-05, No Iterations 2 ExecutionTime = 22.91 s ClockTime = 24 s forces forces output: sum of forces: pressure : (6.947625 -0.8461417 -3.088221) viscous : (1.911162 -0.000458142 0.05032864) porous : (0 0 0) sum of moments: pressure : (0.4185146 -7.545146 -0.9260536) viscous : (9.335459e-06 0.58588 0.0004435934) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2555212 Cl = -0.02441917 Cl(f) = -0.01220958 Cl(r) = -0.01220958 Time = 29 smoothSolver: Solving for Ux, Initial residual = 0.0005928904, Final residual = 3.828808e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003775881, Final residual = 0.0002397185, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003112522, Final residual = 0.0002087795, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02601033, Final residual = 0.0007392673, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003105298, Final residual = 0.0001229336, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004257552, Final residual = 3.523078e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001000061, Final residual = 5.890925e-06, No Iterations 3 time step continuity errors : sum local = 1.370705e-06, global = 2.822375e-08, cumulative = 1.565323e-06 smoothSolver: Solving for omega, Initial residual = 0.0001581171, Final residual = 9.638925e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.00212721, Final residual = 6.719687e-05, No Iterations 2 ExecutionTime = 23.69 s ClockTime = 25 s forces forces output: sum of forces: pressure : (6.861406 -0.8472305 -3.325353) viscous : (1.917783 -0.000465918 0.04996395) porous : (0 0 0) sum of moments: pressure : (0.4179303 -7.552912 -0.9233745) viscous : (1.773292e-05 0.5877819 0.0004625273) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2532252 Cl = -0.02445079 Cl(f) = -0.0122254 Cl(r) = -0.0122254 Time = 30 smoothSolver: Solving for Ux, Initial residual = 0.000574673, Final residual = 3.715512e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003725683, Final residual = 0.000234591, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003064607, Final residual = 0.000202599, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02500617, Final residual = 0.0006930034, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002941198, Final residual = 0.0001166656, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000405618, Final residual = 3.430293e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.899615e-05, Final residual = 5.930042e-06, No Iterations 3 time step continuity errors : sum local = 1.371435e-06, global = 4.754339e-08, cumulative = 1.612866e-06 smoothSolver: Solving for omega, Initial residual = 0.0001516065, Final residual = 9.292696e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.002021544, Final residual = 6.412956e-05, No Iterations 2 ExecutionTime = 24.46 s ClockTime = 26 s forces forces output: sum of forces: pressure : (6.811278 -0.8449031 -3.556477) viscous : (1.924079 -0.0004758234 0.04963071) porous : (0 0 0) sum of moments: pressure : (0.4157057 -7.549717 -0.9200377) viscous : (2.476368e-05 0.5896011 0.00048363) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.251961 Cl = -0.02438395 Cl(f) = -0.01219198 Cl(r) = -0.01219198 Time = 31 smoothSolver: Solving for Ux, Initial residual = 0.0005602193, Final residual = 3.597826e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003690505, Final residual = 0.0002300261, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.003015758, Final residual = 0.0001976989, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02436085, Final residual = 0.0006578352, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002802536, Final residual = 0.0001105941, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003860547, Final residual = 3.258482e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.548451e-05, Final residual = 5.581417e-06, No Iterations 3 time step continuity errors : sum local = 1.285074e-06, global = 2.740758e-08, cumulative = 1.640274e-06 smoothSolver: Solving for omega, Initial residual = 0.0001456659, Final residual = 8.941445e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001925271, Final residual = 6.12467e-05, No Iterations 2 ExecutionTime = 25.25 s ClockTime = 26 s forces forces output: sum of forces: pressure : (6.788216 -0.8441211 -3.75753) viscous : (1.930059 -0.0004841153 0.04931731) porous : (0 0 0) sum of moments: pressure : (0.4137879 -7.541432 -0.9161188) viscous : (3.049963e-05 0.5913425 0.0005024325) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2514683 Cl = -0.02436163 Cl(f) = -0.01218082 Cl(r) = -0.01218082 Time = 32 smoothSolver: Solving for Ux, Initial residual = 0.0005455665, Final residual = 3.48949e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00366306, Final residual = 0.0002258977, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002970812, Final residual = 0.0001940006, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02367676, Final residual = 0.0006264517, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00270709, Final residual = 0.0001055698, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003675746, Final residual = 3.060648e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.74654e-05, Final residual = 4.985859e-06, No Iterations 3 time step continuity errors : sum local = 1.145146e-06, global = -1.297763e-07, cumulative = 1.510498e-06 smoothSolver: Solving for omega, Initial residual = 0.0001401825, Final residual = 8.589053e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001837614, Final residual = 5.857301e-05, No Iterations 2 ExecutionTime = 26.02 s ClockTime = 27 s forces forces output: sum of forces: pressure : (6.762873 -0.8442147 -3.910411) viscous : (1.935739 -0.000505089 0.04900464) porous : (0 0 0) sum of moments: pressure : (0.4119598 -7.54028 -0.9122294) viscous : (3.929773e-05 0.5930155 0.0005226929) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2509011 Cl = -0.02436494 Cl(f) = -0.01218247 Cl(r) = -0.01218247 Time = 33 smoothSolver: Solving for Ux, Initial residual = 0.0005318104, Final residual = 3.391297e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003639728, Final residual = 0.0002231541, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002919172, Final residual = 0.0001903157, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0235377, Final residual = 0.0005945184, No Iterations 2 GAMG: Solving for p, Initial residual = 0.002631057, Final residual = 0.0001021636, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003506615, Final residual = 2.578038e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.514855e-05, Final residual = 3.909776e-06, No Iterations 3 time step continuity errors : sum local = 8.975046e-07, global = 4.916587e-09, cumulative = 1.515414e-06 smoothSolver: Solving for omega, Initial residual = 0.0001347895, Final residual = 8.251939e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001756176, Final residual = 5.615345e-05, No Iterations 2 ExecutionTime = 26.79 s ClockTime = 28 s forces forces output: sum of forces: pressure : (6.72885 -0.8456861 -4.00363) viscous : (1.94111 -0.0005286738 0.04868281) porous : (0 0 0) sum of moments: pressure : (0.4109684 -7.547001 -0.9086492) viscous : (4.884331e-05 0.5946156 0.0005427538) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2500747 Cl = -0.02440806 Cl(f) = -0.01220403 Cl(r) = -0.01220403 Time = 34 smoothSolver: Solving for Ux, Initial residual = 0.0005201198, Final residual = 3.305318e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003617467, Final residual = 0.0002240956, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002864503, Final residual = 0.0001868547, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02342133, Final residual = 0.002334903, No Iterations 1 GAMG: Solving for p, Initial residual = 0.003529986, Final residual = 0.0001875448, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0007314981, Final residual = 3.783734e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001126513, Final residual = 9.865574e-06, No Iterations 2 time step continuity errors : sum local = 2.266965e-06, global = 1.537344e-07, cumulative = 1.669149e-06 smoothSolver: Solving for omega, Initial residual = 0.0001295381, Final residual = 7.916325e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001679384, Final residual = 5.386889e-05, No Iterations 2 ExecutionTime = 27.53 s ClockTime = 29 s forces forces output: sum of forces: pressure : (6.694875 -0.8466757 -4.034156) viscous : (1.946188 -0.0005505267 0.04834504) porous : (0 0 0) sum of moments: pressure : (0.4105357 -7.554293 -0.905363) viscous : (5.618574e-05 0.5961556 0.0005662014) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2492412 Cl = -0.02443723 Cl(f) = -0.01221862 Cl(r) = -0.01221862 Time = 35 smoothSolver: Solving for Ux, Initial residual = 0.0005103399, Final residual = 3.244296e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003606048, Final residual = 0.0002271846, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00281471, Final residual = 0.0001838366, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02305589, Final residual = 0.002254474, No Iterations 1 GAMG: Solving for p, Initial residual = 0.003469421, Final residual = 0.0001690006, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006958792, Final residual = 3.220437e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001033556, Final residual = 8.794752e-06, No Iterations 2 time step continuity errors : sum local = 2.024049e-06, global = 1.70641e-07, cumulative = 1.83979e-06 smoothSolver: Solving for omega, Initial residual = 0.0001246665, Final residual = 7.6043e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001608327, Final residual = 5.177077e-05, No Iterations 2 ExecutionTime = 28.29 s ClockTime = 30 s forces forces output: sum of forces: pressure : (6.669521 -0.8472246 -4.032252) viscous : (1.950945 -0.0005750517 0.04799953) porous : (0 0 0) sum of moments: pressure : (0.4104256 -7.559968 -0.9022288) viscous : (6.311373e-05 0.5976121 0.000591512) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2486471 Cl = -0.02445377 Cl(f) = -0.01222689 Cl(r) = -0.01222689 Time = 36 smoothSolver: Solving for Ux, Initial residual = 0.0005016283, Final residual = 3.186383e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003594166, Final residual = 0.0002304211, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002778297, Final residual = 0.0001805509, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02242268, Final residual = 0.002171579, No Iterations 1 GAMG: Solving for p, Initial residual = 0.003383176, Final residual = 0.0001575765, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006710032, Final residual = 3.528201e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001076364, Final residual = 1.025766e-05, No Iterations 2 time step continuity errors : sum local = 2.365338e-06, global = 9.41076e-08, cumulative = 1.933897e-06 smoothSolver: Solving for omega, Initial residual = 0.0001199554, Final residual = 7.308547e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001541908, Final residual = 4.984046e-05, No Iterations 2 ExecutionTime = 29.03 s ClockTime = 30 s forces forces output: sum of forces: pressure : (6.644286 -0.8457067 -3.999819) viscous : (1.955337 -0.0005990883 0.04766592) porous : (0 0 0) sum of moments: pressure : (0.4094272 -7.56928 -0.8992079) viscous : (6.737606e-05 0.598957 0.0006158799) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2480459 Cl = -0.02441068 Cl(f) = -0.01220534 Cl(r) = -0.01220534 Time = 37 smoothSolver: Solving for Ux, Initial residual = 0.0004917656, Final residual = 3.137007e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003588806, Final residual = 0.0002322178, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002746869, Final residual = 0.0001774483, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02165898, Final residual = 0.002081402, No Iterations 1 GAMG: Solving for p, Initial residual = 0.003244385, Final residual = 0.000153104, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000650505, Final residual = 3.728975e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001096812, Final residual = 1.078718e-05, No Iterations 2 time step continuity errors : sum local = 2.492143e-06, global = 6.118583e-08, cumulative = 1.995083e-06 smoothSolver: Solving for omega, Initial residual = 0.0001153255, Final residual = 7.016703e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001479333, Final residual = 4.797971e-05, No Iterations 2 ExecutionTime = 29.78 s ClockTime = 31 s forces forces output: sum of forces: pressure : (6.614834 -0.8428668 -3.954265) viscous : (1.959381 -0.0006233652 0.04735906) porous : (0 0 0) sum of moments: pressure : (0.4074634 -7.583206 -0.8966717) viscous : (6.907039e-05 0.6001878 0.00063989) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.247313 Cl = -0.02432947 Cl(f) = -0.01216473 Cl(r) = -0.01216473 Time = 38 smoothSolver: Solving for Ux, Initial residual = 0.0004817396, Final residual = 3.104424e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003577569, Final residual = 0.0002321771, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002718499, Final residual = 0.0001744664, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02096218, Final residual = 0.001998353, No Iterations 1 GAMG: Solving for p, Initial residual = 0.003107213, Final residual = 0.0001526815, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006379479, Final residual = 3.728733e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001092791, Final residual = 1.064381e-05, No Iterations 2 time step continuity errors : sum local = 2.463075e-06, global = 6.635194e-08, cumulative = 2.061435e-06 smoothSolver: Solving for omega, Initial residual = 0.0001110354, Final residual = 6.742495e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001419466, Final residual = 4.628952e-05, No Iterations 2 ExecutionTime = 30.53 s ClockTime = 32 s forces forces output: sum of forces: pressure : (6.574175 -0.8399782 -3.905064) viscous : (1.963072 -0.0006489027 0.04708822) porous : (0 0 0) sum of moments: pressure : (0.4052042 -7.601321 -0.8947891) viscous : (6.994051e-05 0.6012961 0.000663794) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2462467 Cl = -0.02424689 Cl(f) = -0.01212344 Cl(r) = -0.01212344 Time = 39 smoothSolver: Solving for Ux, Initial residual = 0.0004734958, Final residual = 3.079692e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003559873, Final residual = 0.0002310973, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0026986, Final residual = 0.0001725411, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02044475, Final residual = 0.001928357, No Iterations 1 GAMG: Solving for p, Initial residual = 0.003015224, Final residual = 0.0001567747, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006334618, Final residual = 3.596677e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001068372, Final residual = 1.006656e-05, No Iterations 2 time step continuity errors : sum local = 2.333064e-06, global = 6.522989e-08, cumulative = 2.126665e-06 smoothSolver: Solving for omega, Initial residual = 0.0001070289, Final residual = 6.49294e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001363299, Final residual = 4.475553e-05, No Iterations 2 ExecutionTime = 31.28 s ClockTime = 33 s forces forces output: sum of forces: pressure : (6.520536 -0.8409632 -3.866012) viscous : (1.966412 -0.0006707456 0.046849) porous : (0 0 0) sum of moments: pressure : (0.4045727 -7.619943 -0.8933649) viscous : (6.869659e-05 0.6022807 0.0006897435) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2447959 Cl = -0.02427593 Cl(f) = -0.01213796 Cl(r) = -0.01213796 Time = 40 smoothSolver: Solving for Ux, Initial residual = 0.0004660914, Final residual = 3.051642e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00353352, Final residual = 0.0002294135, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002687308, Final residual = 0.0001709836, No Iterations 2 GAMG: Solving for p, Initial residual = 0.02020522, Final residual = 0.001868769, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002949992, Final residual = 0.000163153, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000628761, Final residual = 3.41954e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001040755, Final residual = 9.424463e-06, No Iterations 2 time step continuity errors : sum local = 2.187562e-06, global = 6.78004e-08, cumulative = 2.194465e-06 smoothSolver: Solving for omega, Initial residual = 0.0001032451, Final residual = 6.25974e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001310949, Final residual = 4.330958e-05, No Iterations 2 ExecutionTime = 32.03 s ClockTime = 34 s forces forces output: sum of forces: pressure : (6.459792 -0.8443106 -3.846537) viscous : (1.969392 -0.0006969951 0.04664145) porous : (0 0 0) sum of moments: pressure : (0.405127 -7.634954 -0.8924174) viscous : (7.125565e-05 0.6031318 0.0007131564) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2431298 Cl = -0.02437324 Cl(f) = -0.01218662 Cl(r) = -0.01218662 Time = 41 smoothSolver: Solving for Ux, Initial residual = 0.0004590668, Final residual = 3.011632e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003496014, Final residual = 0.0002272459, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002671208, Final residual = 0.0001692448, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0200063, Final residual = 0.0018396, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002890904, Final residual = 0.0001674222, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0006159458, Final residual = 3.228906e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001009619, Final residual = 8.707791e-06, No Iterations 2 time step continuity errors : sum local = 2.024166e-06, global = 7.220841e-08, cumulative = 2.266674e-06 smoothSolver: Solving for omega, Initial residual = 9.975203e-05, Final residual = 6.038196e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001261749, Final residual = 4.191884e-05, No Iterations 2 ExecutionTime = 32.79 s ClockTime = 34 s forces forces output: sum of forces: pressure : (6.401573 -0.8469003 -3.8512) viscous : (1.972052 -0.0007171014 0.04645108) porous : (0 0 0) sum of moments: pressure : (0.4054703 -7.644065 -0.8916136) viscous : (7.109239e-05 0.6038751 0.0007386524) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2415272 Cl = -0.02444852 Cl(f) = -0.01222426 Cl(r) = -0.01222426 Time = 42 smoothSolver: Solving for Ux, Initial residual = 0.0004513267, Final residual = 2.959847e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003452586, Final residual = 0.0002246367, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002654332, Final residual = 0.0001673597, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01967237, Final residual = 0.001819012, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00283408, Final residual = 0.0001671977, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005960568, Final residual = 3.15625e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.870118e-05, Final residual = 8.05893e-06, No Iterations 2 time step continuity errors : sum local = 1.874582e-06, global = 1.041343e-07, cumulative = 2.370808e-06 smoothSolver: Solving for omega, Initial residual = 9.646418e-05, Final residual = 5.826138e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001215071, Final residual = 4.057862e-05, No Iterations 2 ExecutionTime = 33.53 s ClockTime = 35 s forces forces output: sum of forces: pressure : (6.356741 -0.8469817 -3.881296) viscous : (1.974406 -0.0007408506 0.04627298) porous : (0 0 0) sum of moments: pressure : (0.4049695 -7.645125 -0.890882) viscous : (7.327201e-05 0.6045208 0.0007621549) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.240302 Cl = -0.02445155 Cl(f) = -0.01222577 Cl(r) = -0.01222577 Time = 43 smoothSolver: Solving for Ux, Initial residual = 0.0004435569, Final residual = 2.902113e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003401094, Final residual = 0.000221418, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002644628, Final residual = 0.0001659652, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01944253, Final residual = 0.001787902, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002767858, Final residual = 0.0001634902, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005719267, Final residual = 3.124568e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.624267e-05, Final residual = 7.237095e-06, No Iterations 2 time step continuity errors : sum local = 1.684009e-06, global = 1.322159e-07, cumulative = 2.503024e-06 smoothSolver: Solving for omega, Initial residual = 9.332701e-05, Final residual = 5.614841e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001171075, Final residual = 3.925725e-05, No Iterations 2 ExecutionTime = 34.27 s ClockTime = 36 s forces forces output: sum of forces: pressure : (6.330416 -0.8465265 -3.929746) viscous : (1.976454 -0.0007655211 0.04610693) porous : (0 0 0) sum of moments: pressure : (0.4043549 -7.637218 -0.8905257) viscous : (7.667306e-05 0.6050689 0.0007834563) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2396018 Cl = -0.02443913 Cl(f) = -0.01221956 Cl(r) = -0.01221956 Time = 44 smoothSolver: Solving for Ux, Initial residual = 0.0004357226, Final residual = 2.839656e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003348095, Final residual = 0.0002182334, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002636133, Final residual = 0.0001648272, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01912064, Final residual = 0.00175333, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002705931, Final residual = 0.000158635, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005512603, Final residual = 3.090438e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.426785e-05, Final residual = 6.945352e-06, No Iterations 2 time step continuity errors : sum local = 1.616236e-06, global = 1.305588e-07, cumulative = 2.633583e-06 smoothSolver: Solving for omega, Initial residual = 9.027923e-05, Final residual = 5.419336e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001129708, Final residual = 3.79658e-05, No Iterations 2 ExecutionTime = 35.02 s ClockTime = 36 s forces forces output: sum of forces: pressure : (6.319023 -0.8484883 -3.98482) viscous : (1.978205 -0.0007877549 0.04595033) porous : (0 0 0) sum of moments: pressure : (0.4049224 -7.622074 -0.8908853) viscous : (7.94547e-05 0.6055251 0.000802282) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2393237 Cl = -0.02449636 Cl(f) = -0.01224818 Cl(r) = -0.01224818 Time = 45 smoothSolver: Solving for Ux, Initial residual = 0.0004274806, Final residual = 2.777355e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00329363, Final residual = 0.0002146926, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002627829, Final residual = 0.0001639546, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0187597, Final residual = 0.001717976, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002654338, Final residual = 0.000153653, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000539052, Final residual = 2.983971e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.313026e-05, Final residual = 7.383367e-06, No Iterations 2 time step continuity errors : sum local = 1.718818e-06, global = 8.553287e-08, cumulative = 2.719116e-06 smoothSolver: Solving for omega, Initial residual = 8.719138e-05, Final residual = 5.230524e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0010903, Final residual = 3.671166e-05, No Iterations 2 ExecutionTime = 35.77 s ClockTime = 37 s forces forces output: sum of forces: pressure : (6.309416 -0.8508929 -4.032041) viscous : (1.979681 -0.0008100497 0.04579011) porous : (0 0 0) sum of moments: pressure : (0.405761 -7.605404 -0.8914019) viscous : (8.20569e-05 0.6059027 0.0008196994) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2390891 Cl = -0.02456636 Cl(f) = -0.01228318 Cl(r) = -0.01228318 Time = 46 smoothSolver: Solving for Ux, Initial residual = 0.0004196715, Final residual = 2.715785e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003237205, Final residual = 0.0002107818, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002619366, Final residual = 0.0001635812, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01832794, Final residual = 0.001668753, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002588375, Final residual = 0.0001490929, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005312105, Final residual = 2.962863e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.300208e-05, Final residual = 7.803191e-06, No Iterations 2 time step continuity errors : sum local = 1.818251e-06, global = 5.791696e-08, cumulative = 2.777033e-06 smoothSolver: Solving for omega, Initial residual = 8.411138e-05, Final residual = 5.046177e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001052692, Final residual = 3.548264e-05, No Iterations 2 ExecutionTime = 36.51 s ClockTime = 38 s forces forces output: sum of forces: pressure : (6.290617 -0.8522399 -4.063795) viscous : (1.980906 -0.0008342516 0.0456306) porous : (0 0 0) sum of moments: pressure : (0.4064912 -7.591281 -0.8918391) viscous : (8.512926e-05 0.6062085 0.0008356592) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2385822 Cl = -0.02460591 Cl(f) = -0.01230295 Cl(r) = -0.01230295 Time = 47 smoothSolver: Solving for Ux, Initial residual = 0.0004123705, Final residual = 2.656331e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003173696, Final residual = 0.0002069416, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002607702, Final residual = 0.0001632199, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01778807, Final residual = 0.001608225, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002518338, Final residual = 0.0001443682, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005260683, Final residual = 3.030413e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.411098e-05, Final residual = 8.140642e-06, No Iterations 2 time step continuity errors : sum local = 1.898905e-06, global = 4.420489e-08, cumulative = 2.821238e-06 smoothSolver: Solving for omega, Initial residual = 8.111818e-05, Final residual = 4.878406e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.001016322, Final residual = 3.425916e-05, No Iterations 2 ExecutionTime = 37.25 s ClockTime = 39 s forces forces output: sum of forces: pressure : (6.26054 -0.852422 -4.086875) viscous : (1.981888 -0.0008599512 0.0454528) porous : (0 0 0) sum of moments: pressure : (0.4069923 -7.57952 -0.8924214) viscous : (8.856876e-05 0.6064536 0.0008505098) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.237743 Cl = -0.0246119 Cl(f) = -0.01230595 Cl(r) = -0.01230595 Time = 48 smoothSolver: Solving for Ux, Initial residual = 0.0004052519, Final residual = 2.597596e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003106225, Final residual = 0.0002025336, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002593296, Final residual = 0.0001626411, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01728635, Final residual = 0.001539746, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002442098, Final residual = 0.0001387424, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0005119559, Final residual = 3.019285e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.308808e-05, Final residual = 8.100313e-06, No Iterations 2 time step continuity errors : sum local = 1.891259e-06, global = 3.910166e-08, cumulative = 2.860339e-06 smoothSolver: Solving for omega, Initial residual = 7.829368e-05, Final residual = 4.717233e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0009812529, Final residual = 3.308384e-05, No Iterations 2 ExecutionTime = 37.99 s ClockTime = 39 s forces forces output: sum of forces: pressure : (6.225795 -0.8519329 -4.111812) viscous : (1.982639 -0.0008878181 0.04525231) porous : (0 0 0) sum of moments: pressure : (0.4072797 -7.566662 -0.8932398) viscous : (9.269362e-05 0.6066446 0.0008639763) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2367625 Cl = -0.0245986 Cl(f) = -0.0122993 Cl(r) = -0.0122993 Time = 49 smoothSolver: Solving for Ux, Initial residual = 0.0003979945, Final residual = 2.545646e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.003043505, Final residual = 0.0001974561, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002578632, Final residual = 0.0001617082, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01695465, Final residual = 0.001479607, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002373833, Final residual = 0.000132928, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004925073, Final residual = 2.940123e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.026957e-05, Final residual = 7.823082e-06, No Iterations 2 time step continuity errors : sum local = 1.827744e-06, global = 3.516975e-08, cumulative = 2.895509e-06 smoothSolver: Solving for omega, Initial residual = 7.557969e-05, Final residual = 4.562005e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0009476787, Final residual = 3.193881e-05, No Iterations 2 ExecutionTime = 38.74 s ClockTime = 40 s forces forces output: sum of forces: pressure : (6.194545 -0.8521211 -4.146329) viscous : (1.983162 -0.0009193775 0.0450119) porous : (0 0 0) sum of moments: pressure : (0.4076873 -7.54984 -0.8943089) viscous : (9.847235e-05 0.6067895 0.000875061) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2358762 Cl = -0.02460494 Cl(f) = -0.01230247 Cl(r) = -0.01230247 Time = 50 smoothSolver: Solving for Ux, Initial residual = 0.0003906724, Final residual = 2.505411e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002975688, Final residual = 0.0001919633, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002560603, Final residual = 0.000160346, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01663708, Final residual = 0.001414436, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002291752, Final residual = 0.0001240749, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004669359, Final residual = 2.799838e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.560854e-05, Final residual = 7.45644e-06, No Iterations 2 time step continuity errors : sum local = 1.743114e-06, global = 3.278928e-08, cumulative = 2.928298e-06 smoothSolver: Solving for omega, Initial residual = 7.296682e-05, Final residual = 4.414579e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0009155698, Final residual = 3.080675e-05, No Iterations 2 ExecutionTime = 39.48 s ClockTime = 41 s forces forces output: sum of forces: pressure : (6.166201 -0.8522557 -4.189429) viscous : (1.983536 -0.000949682 0.04475044) porous : (0 0 0) sum of moments: pressure : (0.4078125 -7.530077 -0.894857) viscous : (0.0001031176 0.6069216 0.0008865251) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2350695 Cl = -0.02460969 Cl(f) = -0.01230485 Cl(r) = -0.01230485 Time = 51 smoothSolver: Solving for Ux, Initial residual = 0.0003841248, Final residual = 2.465102e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002911799, Final residual = 0.0001863507, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002542127, Final residual = 0.0001586597, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01637803, Final residual = 0.001360671, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002213721, Final residual = 0.000116778, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004458348, Final residual = 2.657622e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.078127e-05, Final residual = 7.164388e-06, No Iterations 2 time step continuity errors : sum local = 1.675591e-06, global = 2.991413e-08, cumulative = 2.958212e-06 smoothSolver: Solving for omega, Initial residual = 7.04754e-05, Final residual = 4.271524e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0008851757, Final residual = 2.970229e-05, No Iterations 2 ExecutionTime = 40.24 s ClockTime = 42 s forces forces output: sum of forces: pressure : (6.138091 -0.8532961 -4.24065) viscous : (1.983713 -0.0009794791 0.04445062) porous : (0 0 0) sum of moments: pressure : (0.4080459 -7.508543 -0.8949886) viscous : (0.0001069621 0.6070275 0.0008988177) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2342638 Cl = -0.02464056 Cl(f) = -0.01232028 Cl(r) = -0.01232028 Time = 52 smoothSolver: Solving for Ux, Initial residual = 0.000377818, Final residual = 2.426296e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002853887, Final residual = 0.0001816603, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002525009, Final residual = 0.0001565703, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01611425, Final residual = 0.001325592, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002158313, Final residual = 0.0001119554, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004311489, Final residual = 2.52917e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.678997e-05, Final residual = 6.987423e-06, No Iterations 2 time step continuity errors : sum local = 1.634771e-06, global = 2.367664e-08, cumulative = 2.981889e-06 smoothSolver: Solving for omega, Initial residual = 6.810825e-05, Final residual = 4.133223e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0008562179, Final residual = 2.867133e-05, No Iterations 2 ExecutionTime = 40.99 s ClockTime = 43 s forces forces output: sum of forces: pressure : (6.10855 -0.856232 -4.297484) viscous : (1.983691 -0.001013786 0.04412108) porous : (0 0 0) sum of moments: pressure : (0.4090119 -7.486747 -0.8952179) viscous : (0.0001126133 0.6071045 0.0009083161) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2334111 Cl = -0.02472624 Cl(f) = -0.01236312 Cl(r) = -0.01236312 Time = 53 smoothSolver: Solving for Ux, Initial residual = 0.0003717233, Final residual = 2.388902e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002794547, Final residual = 0.0001773224, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002505365, Final residual = 0.000154512, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01588812, Final residual = 0.001308045, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002121148, Final residual = 0.0001104331, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004212585, Final residual = 2.445186e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.39261e-05, Final residual = 6.839889e-06, No Iterations 2 time step continuity errors : sum local = 1.600505e-06, global = 3.293085e-08, cumulative = 3.01482e-06 smoothSolver: Solving for omega, Initial residual = 6.588917e-05, Final residual = 4.001017e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0008284095, Final residual = 2.766846e-05, No Iterations 2 ExecutionTime = 41.73 s ClockTime = 43 s forces forces output: sum of forces: pressure : (6.078799 -0.8607471 -4.351942) viscous : (1.983497 -0.001042211 0.04377442) porous : (0 0 0) sum of moments: pressure : (0.4108747 -7.466535 -0.8958304) viscous : (0.0001137108 0.607159 0.0009194325) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2325473 Cl = -0.02485729 Cl(f) = -0.01242864 Cl(r) = -0.01242864 Time = 54 smoothSolver: Solving for Ux, Initial residual = 0.0003654538, Final residual = 2.350829e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002738703, Final residual = 0.0001737312, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002481115, Final residual = 0.000152392, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01564623, Final residual = 0.00129242, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002084465, Final residual = 0.0001120697, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0004089913, Final residual = 2.439525e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.249404e-05, Final residual = 6.903609e-06, No Iterations 2 time step continuity errors : sum local = 1.615543e-06, global = 2.655693e-08, cumulative = 3.041377e-06 smoothSolver: Solving for omega, Initial residual = 6.364952e-05, Final residual = 3.864641e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0008016724, Final residual = 2.670745e-05, No Iterations 2 ExecutionTime = 42.57 s ClockTime = 44 s forces forces output: sum of forces: pressure : (6.051918 -0.864161 -4.397286) viscous : (1.983172 -0.001076907 0.04342505) porous : (0 0 0) sum of moments: pressure : (0.4125126 -7.449001 -0.8962671) viscous : (0.0001194648 0.6072135 0.0009239791) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2317626 Cl = -0.02495676 Cl(f) = -0.01247838 Cl(r) = -0.01247838 Time = 55 smoothSolver: Solving for Ux, Initial residual = 0.0003593305, Final residual = 2.30719e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002685174, Final residual = 0.0001705763, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002455833, Final residual = 0.0001505763, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01544278, Final residual = 0.0012827, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002045688, Final residual = 0.0001149256, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003989379, Final residual = 2.481101e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.152318e-05, Final residual = 6.922293e-06, No Iterations 2 time step continuity errors : sum local = 1.620298e-06, global = 6.543678e-08, cumulative = 3.106814e-06 smoothSolver: Solving for omega, Initial residual = 6.158172e-05, Final residual = 3.736609e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007762513, Final residual = 2.579108e-05, No Iterations 2 ExecutionTime = 43.34 s ClockTime = 45 s forces forces output: sum of forces: pressure : (6.030359 -0.8666394 -4.433684) viscous : (1.982701 -0.001107572 0.04306555) porous : (0 0 0) sum of moments: pressure : (0.4138597 -7.433912 -0.8967255) viscous : (0.0001224867 0.6072516 0.0009286381) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2311272 Cl = -0.02502913 Cl(f) = -0.01251456 Cl(r) = -0.01251456 Time = 56 smoothSolver: Solving for Ux, Initial residual = 0.0003536127, Final residual = 2.25845e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002633583, Final residual = 0.0001674153, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002428776, Final residual = 0.0001490417, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01521524, Final residual = 0.001281369, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002017627, Final residual = 0.0001175098, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003937103, Final residual = 2.519887e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.08789e-05, Final residual = 6.988273e-06, No Iterations 2 time step continuity errors : sum local = 1.635878e-06, global = 2.609836e-08, cumulative = 3.132912e-06 smoothSolver: Solving for omega, Initial residual = 5.965735e-05, Final residual = 3.616377e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000752308, Final residual = 2.492388e-05, No Iterations 2 ExecutionTime = 44.13 s ClockTime = 46 s forces forces output: sum of forces: pressure : (6.011869 -0.8690222 -4.465054) viscous : (1.982082 -0.001135833 0.04269549) porous : (0 0 0) sum of moments: pressure : (0.4150312 -7.421615 -0.8974108) viscous : (0.0001231115 0.6072717 0.0009358723) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.230576 Cl = -0.02509867 Cl(f) = -0.01254934 Cl(r) = -0.01254934 Time = 57 smoothSolver: Solving for Ux, Initial residual = 0.0003480039, Final residual = 2.209906e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00258018, Final residual = 0.0001641663, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002400853, Final residual = 0.0001475874, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01511236, Final residual = 0.001285619, No Iterations 1 GAMG: Solving for p, Initial residual = 0.002001042, Final residual = 0.0001194857, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003926411, Final residual = 2.571098e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 7.085526e-05, Final residual = 3.336449e-06, No Iterations 3 time step continuity errors : sum local = 7.811957e-07, global = -3.965813e-08, cumulative = 3.093254e-06 smoothSolver: Solving for omega, Initial residual = 5.781245e-05, Final residual = 3.499085e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007296166, Final residual = 2.410085e-05, No Iterations 2 ExecutionTime = 44.89 s ClockTime = 47 s forces forces output: sum of forces: pressure : (5.994289 -0.8712462 -4.491828) viscous : (1.98131 -0.001165467 0.04232353) porous : (0 0 0) sum of moments: pressure : (0.4159917 -7.412547 -0.8978502) viscous : (0.0001247847 0.6072674 0.0009420541) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2300466 Cl = -0.02516368 Cl(f) = -0.01258184 Cl(r) = -0.01258184 Time = 58 smoothSolver: Solving for Ux, Initial residual = 0.0003421127, Final residual = 2.16418e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002528031, Final residual = 0.0001606323, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002373104, Final residual = 0.0001462661, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0150215, Final residual = 0.001279355, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001985249, Final residual = 0.0001194275, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003893365, Final residual = 2.575889e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.99619e-05, Final residual = 3.198779e-06, No Iterations 3 time step continuity errors : sum local = 7.491755e-07, global = -2.941697e-08, cumulative = 3.063837e-06 smoothSolver: Solving for omega, Initial residual = 5.601173e-05, Final residual = 3.381193e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0007078543, Final residual = 2.329177e-05, No Iterations 2 ExecutionTime = 45.66 s ClockTime = 47 s forces forces output: sum of forces: pressure : (5.978775 -0.8728963 -4.517462) viscous : (1.980405 -0.001193249 0.04194513) porous : (0 0 0) sum of moments: pressure : (0.4165659 -7.405898 -0.8977763) viscous : (0.0001248208 0.6072486 0.0009495099) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2295731 Cl = -0.02521207 Cl(f) = -0.01260604 Cl(r) = -0.01260604 Time = 59 smoothSolver: Solving for Ux, Initial residual = 0.0003362646, Final residual = 2.121666e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002481555, Final residual = 0.0001568364, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002350436, Final residual = 0.0001449461, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01494061, Final residual = 0.001266457, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001964382, Final residual = 0.0001181741, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003831293, Final residual = 2.563705e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.902624e-05, Final residual = 6.891282e-06, No Iterations 2 time step continuity errors : sum local = 1.614599e-06, global = -9.71337e-08, cumulative = 2.966703e-06 smoothSolver: Solving for omega, Initial residual = 5.424853e-05, Final residual = 3.264096e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006867734, Final residual = 2.252986e-05, No Iterations 2 ExecutionTime = 46.43 s ClockTime = 48 s forces forces output: sum of forces: pressure : (5.96657 -0.8736418 -4.543507) viscous : (1.979373 -0.001222577 0.04155867) porous : (0 0 0) sum of moments: pressure : (0.4167579 -7.40035 -0.8971476) viscous : (0.0001261713 0.6072146 0.000956463) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2291912 Cl = -0.02523442 Cl(f) = -0.01261721 Cl(r) = -0.01261721 Time = 60 smoothSolver: Solving for Ux, Initial residual = 0.0003309531, Final residual = 2.079846e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002439167, Final residual = 0.0001529025, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002325654, Final residual = 0.0001439048, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01480131, Final residual = 0.00125154, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001935808, Final residual = 0.0001164746, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003762427, Final residual = 2.566977e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.877675e-05, Final residual = 3.181452e-06, No Iterations 3 time step continuity errors : sum local = 7.457726e-07, global = -3.031018e-08, cumulative = 2.936393e-06 smoothSolver: Solving for omega, Initial residual = 5.247957e-05, Final residual = 3.145458e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006664952, Final residual = 2.179337e-05, No Iterations 2 ExecutionTime = 47.19 s ClockTime = 49 s forces forces output: sum of forces: pressure : (5.957921 -0.8740744 -4.563834) viscous : (1.978217 -0.001254464 0.04116678) porous : (0 0 0) sum of moments: pressure : (0.4169542 -7.394903 -0.8966075) viscous : (0.0001294196 0.6071639 0.0009633893) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2289085 Cl = -0.02524782 Cl(f) = -0.01262391 Cl(r) = -0.01262391 Time = 61 smoothSolver: Solving for Ux, Initial residual = 0.0003257946, Final residual = 2.037239e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002396617, Final residual = 0.0001487303, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002304188, Final residual = 0.0001429404, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01465355, Final residual = 0.001236206, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001903316, Final residual = 0.0001127908, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003699915, Final residual = 2.511085e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.779342e-05, Final residual = 3.151689e-06, No Iterations 3 time step continuity errors : sum local = 7.39271e-07, global = -2.692275e-08, cumulative = 2.90947e-06 smoothSolver: Solving for omega, Initial residual = 5.080867e-05, Final residual = 3.027287e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006468892, Final residual = 2.106532e-05, No Iterations 2 ExecutionTime = 47.97 s ClockTime = 50 s forces forces output: sum of forces: pressure : (5.952403 -0.8760306 -4.580393) viscous : (1.976928 -0.00128534 0.04076393) porous : (0 0 0) sum of moments: pressure : (0.4176711 -7.389206 -0.8964629) viscous : (0.0001319359 0.6070947 0.0009730415) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2287121 Cl = -0.02530514 Cl(f) = -0.01265257 Cl(r) = -0.01265257 Time = 62 smoothSolver: Solving for Ux, Initial residual = 0.0003208569, Final residual = 1.994932e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00235298, Final residual = 0.0001449265, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00228155, Final residual = 0.000141644, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0144472, Final residual = 0.001220809, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001876659, Final residual = 0.0001087966, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003657513, Final residual = 2.462801e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.70543e-05, Final residual = 3.103462e-06, No Iterations 3 time step continuity errors : sum local = 7.285181e-07, global = -2.460945e-08, cumulative = 2.884861e-06 smoothSolver: Solving for omega, Initial residual = 4.922006e-05, Final residual = 2.91293e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006278365, Final residual = 2.036144e-05, No Iterations 2 ExecutionTime = 48.72 s ClockTime = 51 s forces forces output: sum of forces: pressure : (5.949491 -0.8789246 -4.594396) viscous : (1.975502 -0.001316708 0.0403462) porous : (0 0 0) sum of moments: pressure : (0.4187589 -7.382696 -0.8964236) viscous : (0.0001356745 0.6070038 0.0009822708) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.228587 Cl = -0.02538951 Cl(f) = -0.01269476 Cl(r) = -0.01269476 Time = 63 smoothSolver: Solving for Ux, Initial residual = 0.0003157823, Final residual = 1.948786e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002309269, Final residual = 0.0001408412, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002258526, Final residual = 0.0001401096, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01411981, Final residual = 0.001195293, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001847648, Final residual = 0.0001053507, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003601178, Final residual = 2.387066e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.606145e-05, Final residual = 6.490372e-06, No Iterations 2 time step continuity errors : sum local = 1.524523e-06, global = -7.054461e-08, cumulative = 2.814316e-06 smoothSolver: Solving for omega, Initial residual = 4.765855e-05, Final residual = 2.806601e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0006094425, Final residual = 1.971196e-05, No Iterations 2 ExecutionTime = 49.47 s ClockTime = 51 s forces forces output: sum of forces: pressure : (5.949495 -0.8806266 -4.61081) viscous : (1.97395 -0.001345 0.03992076) porous : (0 0 0) sum of moments: pressure : (0.4195237 -7.373116 -0.8960137) viscous : (0.0001386537 0.6068898 0.0009911003) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2285423 Cl = -0.02543942 Cl(f) = -0.01271971 Cl(r) = -0.01271971 Time = 64 smoothSolver: Solving for Ux, Initial residual = 0.0003109047, Final residual = 1.903145e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002268275, Final residual = 0.0001367654, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002236423, Final residual = 0.0001385494, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01379673, Final residual = 0.001167901, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001814461, Final residual = 0.000102661, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003549042, Final residual = 2.371544e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.583278e-05, Final residual = 6.452306e-06, No Iterations 2 time step continuity errors : sum local = 1.516496e-06, global = -6.407717e-08, cumulative = 2.750239e-06 smoothSolver: Solving for omega, Initial residual = 4.610642e-05, Final residual = 2.712962e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005915632, Final residual = 1.911297e-05, No Iterations 2 ExecutionTime = 50.21 s ClockTime = 52 s forces forces output: sum of forces: pressure : (5.951323 -0.8802424 -4.626931) viscous : (1.972272 -0.001370898 0.03948156) porous : (0 0 0) sum of moments: pressure : (0.4196236 -7.360122 -0.8950695) viscous : (0.0001410449 0.6067523 0.0009991188) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2285466 Cl = -0.02542909 Cl(f) = -0.01271454 Cl(r) = -0.01271454 Time = 65 smoothSolver: Solving for Ux, Initial residual = 0.0003062127, Final residual = 1.859058e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002228788, Final residual = 0.0001335815, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002215639, Final residual = 0.0001371887, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01354477, Final residual = 0.001141496, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001783444, Final residual = 0.0001005927, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003492964, Final residual = 2.357505e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.54813e-05, Final residual = 6.421268e-06, No Iterations 2 time step continuity errors : sum local = 1.510159e-06, global = -5.889703e-08, cumulative = 2.691342e-06 smoothSolver: Solving for omega, Initial residual = 4.460473e-05, Final residual = 2.627295e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005741635, Final residual = 1.855598e-05, No Iterations 2 ExecutionTime = 50.96 s ClockTime = 53 s forces forces output: sum of forces: pressure : (5.953259 -0.8789492 -4.643308) viscous : (1.970469 -0.00139656 0.0390356) porous : (0 0 0) sum of moments: pressure : (0.4193152 -7.344852 -0.893955) viscous : (0.0001442014 0.606585 0.001006207) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2285505 Cl = -0.02539252 Cl(f) = -0.01269626 Cl(r) = -0.01269626 Time = 66 smoothSolver: Solving for Ux, Initial residual = 0.0003015963, Final residual = 1.812542e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002195027, Final residual = 0.0001306774, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002194376, Final residual = 0.0001360652, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01330967, Final residual = 0.001115509, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001750729, Final residual = 9.851485e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003433008, Final residual = 2.314235e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.425395e-05, Final residual = 6.254175e-06, No Iterations 2 time step continuity errors : sum local = 1.471635e-06, global = -5.365585e-08, cumulative = 2.637686e-06 smoothSolver: Solving for omega, Initial residual = 4.317582e-05, Final residual = 2.545796e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005572256, Final residual = 1.802051e-05, No Iterations 2 ExecutionTime = 51.71 s ClockTime = 54 s forces forces output: sum of forces: pressure : (5.954577 -0.8787018 -4.659247) viscous : (1.968544 -0.001424869 0.03859533) porous : (0 0 0) sum of moments: pressure : (0.4192662 -7.328812 -0.8932313) viscous : (0.000148765 0.6063826 0.001012612) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.228533 Cl = -0.02538621 Cl(f) = -0.0126931 Cl(r) = -0.0126931 Time = 67 smoothSolver: Solving for Ux, Initial residual = 0.0002971043, Final residual = 1.767019e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002164942, Final residual = 0.0001283877, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002175543, Final residual = 0.0001348797, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01307239, Final residual = 0.001089062, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001712815, Final residual = 9.715698e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003373913, Final residual = 2.262745e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.282459e-05, Final residual = 6.000983e-06, No Iterations 2 time step continuity errors : sum local = 1.412647e-06, global = -4.892673e-08, cumulative = 2.588759e-06 smoothSolver: Solving for omega, Initial residual = 4.179148e-05, Final residual = 2.465721e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005406825, Final residual = 1.748857e-05, No Iterations 2 ExecutionTime = 52.46 s ClockTime = 54 s forces forces output: sum of forces: pressure : (5.956091 -0.8789222 -4.674335) viscous : (1.966492 -0.001454394 0.0381588) porous : (0 0 0) sum of moments: pressure : (0.419379 -7.312301 -0.892803) viscous : (0.0001541412 0.6061423 0.001017238) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2285175 Cl = -0.02539341 Cl(f) = -0.01269671 Cl(r) = -0.01269671 Time = 68 smoothSolver: Solving for Ux, Initial residual = 0.0002929, Final residual = 1.723162e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002137702, Final residual = 0.000126393, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00215923, Final residual = 0.0001333839, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01283264, Final residual = 0.001064681, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001674435, Final residual = 9.642431e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003326285, Final residual = 2.214443e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.15e-05, Final residual = 5.7017e-06, No Iterations 2 time step continuity errors : sum local = 1.342568e-06, global = -4.852021e-08, cumulative = 2.540239e-06 smoothSolver: Solving for omega, Initial residual = 4.047987e-05, Final residual = 2.388802e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0005244601, Final residual = 1.697159e-05, No Iterations 2 ExecutionTime = 53.21 s ClockTime = 55 s forces forces output: sum of forces: pressure : (5.959924 -0.8781437 -4.688826) viscous : (1.964328 -0.001484523 0.03772874) porous : (0 0 0) sum of moments: pressure : (0.419193 -7.294709 -0.8921199) viscous : (0.0001599427 0.6058685 0.001019721) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2285656 Cl = -0.02537183 Cl(f) = -0.01268591 Cl(r) = -0.01268591 Time = 69 smoothSolver: Solving for Ux, Initial residual = 0.0002890871, Final residual = 1.679564e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002115927, Final residual = 0.000124183, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00214239, Final residual = 0.0001316771, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01262857, Final residual = 0.001044309, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001636564, Final residual = 9.635686e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003294255, Final residual = 2.196721e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 6.064646e-05, Final residual = 5.485896e-06, No Iterations 2 time step continuity errors : sum local = 1.291977e-06, global = -5.167504e-08, cumulative = 2.488564e-06 smoothSolver: Solving for omega, Initial residual = 3.921498e-05, Final residual = 2.314563e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000508849, Final residual = 1.645559e-05, No Iterations 2 ExecutionTime = 53.94 s ClockTime = 56 s forces forces output: sum of forces: pressure : (5.966691 -0.8763492 -4.703223) viscous : (1.962066 -0.001515618 0.03730695) porous : (0 0 0) sum of moments: pressure : (0.4186586 -7.27562 -0.8908401) viscous : (0.0001664149 0.6055638 0.00102046) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2286956 Cl = -0.02532096 Cl(f) = -0.01266048 Cl(r) = -0.01266048 Time = 70 smoothSolver: Solving for Ux, Initial residual = 0.0002853886, Final residual = 1.638422e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002097622, Final residual = 0.000122179, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002128738, Final residual = 0.0001294443, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0124288, Final residual = 0.001022019, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001595624, Final residual = 9.569783e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003250392, Final residual = 2.180763e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.95892e-05, Final residual = 5.321897e-06, No Iterations 2 time step continuity errors : sum local = 1.253642e-06, global = -5.659469e-08, cumulative = 2.431969e-06 smoothSolver: Solving for omega, Initial residual = 3.801185e-05, Final residual = 2.240262e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004937462, Final residual = 1.595228e-05, No Iterations 2 ExecutionTime = 54.69 s ClockTime = 57 s forces forces output: sum of forces: pressure : (5.975317 -0.8740291 -4.718782) viscous : (1.959711 -0.001546724 0.03689651) porous : (0 0 0) sum of moments: pressure : (0.4178303 -7.254509 -0.8889525) viscous : (0.0001725681 0.6052285 0.001020572) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2288764 Cl = -0.02525494 Cl(f) = -0.01262747 Cl(r) = -0.01262747 Time = 71 smoothSolver: Solving for Ux, Initial residual = 0.0002816832, Final residual = 1.605605e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002085432, Final residual = 0.0001202975, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002115459, Final residual = 0.0001270054, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01226713, Final residual = 0.001004673, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001559566, Final residual = 9.470552e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003195757, Final residual = 2.16064e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.846218e-05, Final residual = 5.190586e-06, No Iterations 2 time step continuity errors : sum local = 1.222795e-06, global = -5.536289e-08, cumulative = 2.376607e-06 smoothSolver: Solving for omega, Initial residual = 3.683805e-05, Final residual = 2.16777e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004792547, Final residual = 1.546561e-05, No Iterations 2 ExecutionTime = 55.45 s ClockTime = 58 s forces forces output: sum of forces: pressure : (5.984077 -0.8715609 -4.735613) viscous : (1.957267 -0.001579321 0.03649637) porous : (0 0 0) sum of moments: pressure : (0.4168591 -7.23214 -0.886743) viscous : (0.0001795882 0.6048626 0.001019743) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2290586 Cl = -0.02518469 Cl(f) = -0.01259235 Cl(r) = -0.01259235 Time = 72 smoothSolver: Solving for Ux, Initial residual = 0.0002779004, Final residual = 1.572842e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00207584, Final residual = 0.0001184038, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002102741, Final residual = 0.0001242281, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0120966, Final residual = 0.0009854226, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001524609, Final residual = 9.311435e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003133959, Final residual = 2.118736e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.703554e-05, Final residual = 5.01616e-06, No Iterations 2 time step continuity errors : sum local = 1.181726e-06, global = -5.547695e-08, cumulative = 2.32113e-06 smoothSolver: Solving for omega, Initial residual = 3.575356e-05, Final residual = 2.101363e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000465083, Final residual = 1.501198e-05, No Iterations 2 ExecutionTime = 56.2 s ClockTime = 58 s forces forces output: sum of forces: pressure : (5.992213 -0.8680824 -4.753274) viscous : (1.954731 -0.001612352 0.03611031) porous : (0 0 0) sum of moments: pressure : (0.415495 -7.209182 -0.8840508) viscous : (0.0001866761 0.6044617 0.001016358) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2292201 Cl = -0.02508531 Cl(f) = -0.01254266 Cl(r) = -0.01254266 Time = 73 smoothSolver: Solving for Ux, Initial residual = 0.0002745178, Final residual = 1.538425e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002065508, Final residual = 0.0001163299, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002090313, Final residual = 0.0001212068, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01190189, Final residual = 0.0009659781, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001490162, Final residual = 9.102925e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0003063763, Final residual = 2.066814e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.546679e-05, Final residual = 4.861321e-06, No Iterations 2 time step continuity errors : sum local = 1.145362e-06, global = -5.434994e-08, cumulative = 2.26678e-06 smoothSolver: Solving for omega, Initial residual = 3.476745e-05, Final residual = 2.039443e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004511843, Final residual = 1.458799e-05, No Iterations 2 ExecutionTime = 56.95 s ClockTime = 59 s forces forces output: sum of forces: pressure : (6.000542 -0.8631961 -4.771169) viscous : (1.95211 -0.001644455 0.03574286) porous : (0 0 0) sum of moments: pressure : (0.4136775 -7.186001 -0.8809115) viscous : (0.00019347 0.6040257 0.001010635) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2293848 Cl = -0.0249453 Cl(f) = -0.01247265 Cl(r) = -0.01247265 Time = 74 smoothSolver: Solving for Ux, Initial residual = 0.0002714334, Final residual = 1.504667e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002055466, Final residual = 0.0001143583, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002077387, Final residual = 0.000118167, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01166774, Final residual = 0.0009488941, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001460215, Final residual = 8.876329e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002984975, Final residual = 2.007172e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.383661e-05, Final residual = 4.705547e-06, No Iterations 2 time step continuity errors : sum local = 1.108828e-06, global = -4.955067e-08, cumulative = 2.217229e-06 smoothSolver: Solving for omega, Initial residual = 3.38152e-05, Final residual = 1.9829e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004375321, Final residual = 1.418105e-05, No Iterations 2 ExecutionTime = 57.7 s ClockTime = 60 s forces forces output: sum of forces: pressure : (6.010116 -0.8573924 -4.788511) viscous : (1.94941 -0.001675203 0.03539558) porous : (0 0 0) sum of moments: pressure : (0.4115499 -7.162946 -0.8776438) viscous : (0.000199742 0.6035556 0.001002997) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.229583 Cl = -0.02477878 Cl(f) = -0.01238939 Cl(r) = -0.01238939 Time = 75 smoothSolver: Solving for Ux, Initial residual = 0.0002688467, Final residual = 1.471296e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002049062, Final residual = 0.0001122949, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002063428, Final residual = 0.0001151325, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01146745, Final residual = 0.0009336894, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001439444, Final residual = 8.699009e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002904562, Final residual = 1.961264e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.244427e-05, Final residual = 4.562264e-06, No Iterations 2 time step continuity errors : sum local = 1.075296e-06, global = -4.385477e-08, cumulative = 2.173374e-06 smoothSolver: Solving for omega, Initial residual = 3.289704e-05, Final residual = 1.928125e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004243362, Final residual = 1.379418e-05, No Iterations 2 ExecutionTime = 58.44 s ClockTime = 61 s forces forces output: sum of forces: pressure : (6.021271 -0.8515335 -4.804228) viscous : (1.946635 -0.001705567 0.03506868) porous : (0 0 0) sum of moments: pressure : (0.4092963 -7.140676 -0.8743811) viscous : (0.000206123 0.6030537 0.0009935721) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2298248 Cl = -0.02461067 Cl(f) = -0.01230533 Cl(r) = -0.01230533 Time = 76 smoothSolver: Solving for Ux, Initial residual = 0.0002664997, Final residual = 1.439596e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002044301, Final residual = 0.0001102928, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002048446, Final residual = 0.0001120722, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01131303, Final residual = 0.0009186825, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001420609, Final residual = 8.563599e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002829086, Final residual = 1.919614e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 5.112405e-05, Final residual = 4.422229e-06, No Iterations 2 time step continuity errors : sum local = 1.042501e-06, global = -3.564379e-08, cumulative = 2.13773e-06 smoothSolver: Solving for omega, Initial residual = 3.205441e-05, Final residual = 1.875582e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0004117102, Final residual = 1.345207e-05, No Iterations 2 ExecutionTime = 59.18 s ClockTime = 61 s forces forces output: sum of forces: pressure : (6.033417 -0.8462416 -4.817568) viscous : (1.943798 -0.001733586 0.03476127) porous : (0 0 0) sum of moments: pressure : (0.4071245 -7.119996 -0.8712888) viscous : (0.000211005 0.6025264 0.000983068) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2300933 Cl = -0.02445883 Cl(f) = -0.01222942 Cl(r) = -0.01222942 Time = 77 smoothSolver: Solving for Ux, Initial residual = 0.0002642166, Final residual = 1.408523e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002038955, Final residual = 0.0001085361, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002034129, Final residual = 0.000109152, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01118847, Final residual = 0.000905599, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001400847, Final residual = 8.393585e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002764395, Final residual = 1.854889e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.942124e-05, Final residual = 4.278701e-06, No Iterations 2 time step continuity errors : sum local = 1.008903e-06, global = -3.530368e-08, cumulative = 2.102427e-06 smoothSolver: Solving for omega, Initial residual = 3.125767e-05, Final residual = 1.824748e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003996826, Final residual = 1.312979e-05, No Iterations 2 ExecutionTime = 59.93 s ClockTime = 62 s forces forces output: sum of forces: pressure : (6.045769 -0.8411033 -4.829382) viscous : (1.940901 -0.001761703 0.03447755) porous : (0 0 0) sum of moments: pressure : (0.4048846 -7.100865 -0.8683885) viscous : (0.0002164975 0.6019718 0.0009701911) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.230366 Cl = -0.02431144 Cl(f) = -0.01215572 Cl(r) = -0.01215572 Time = 78 smoothSolver: Solving for Ux, Initial residual = 0.0002619294, Final residual = 1.381241e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002030018, Final residual = 0.0001067854, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002017761, Final residual = 0.0001064469, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01104052, Final residual = 0.0008882736, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00137477, Final residual = 8.132122e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002691652, Final residual = 1.766021e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.720512e-05, Final residual = 4.118915e-06, No Iterations 2 time step continuity errors : sum local = 9.714551e-07, global = -4.12399e-08, cumulative = 2.061187e-06 smoothSolver: Solving for omega, Initial residual = 3.048983e-05, Final residual = 1.777945e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000388356, Final residual = 1.282978e-05, No Iterations 2 ExecutionTime = 60.67 s ClockTime = 63 s forces forces output: sum of forces: pressure : (6.05859 -0.8355126 -4.840839) viscous : (1.937949 -0.001786095 0.03421873) porous : (0 0 0) sum of moments: pressure : (0.4023788 -7.0826 -0.8653378) viscous : (0.0002197972 0.6013924 0.0009570823) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2306506 Cl = -0.02415088 Cl(f) = -0.01207544 Cl(r) = -0.01207544 Time = 79 smoothSolver: Solving for Ux, Initial residual = 0.0002593468, Final residual = 1.357625e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002019829, Final residual = 0.0001049207, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.002000461, Final residual = 0.0001037679, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01090519, Final residual = 0.0008677664, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001344267, Final residual = 7.810311e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002616473, Final residual = 1.67631e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.498736e-05, Final residual = 3.978611e-06, No Iterations 2 time step continuity errors : sum local = 9.384611e-07, global = -4.358344e-08, cumulative = 2.017603e-06 smoothSolver: Solving for omega, Initial residual = 2.976676e-05, Final residual = 1.735533e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003773696, Final residual = 1.255363e-05, No Iterations 2 ExecutionTime = 61.41 s ClockTime = 64 s forces forces output: sum of forces: pressure : (6.072569 -0.8293321 -4.852355) viscous : (1.93494 -0.001810486 0.03399056) porous : (0 0 0) sum of moments: pressure : (0.3995532 -7.065037 -0.8622258) viscous : (0.000223294 0.6007829 0.0009419871) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2309671 Cl = -0.02397332 Cl(f) = -0.01198666 Cl(r) = -0.01198666 Time = 80 smoothSolver: Solving for Ux, Initial residual = 0.0002566936, Final residual = 1.335874e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.002004822, Final residual = 0.0001030735, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001980105, Final residual = 0.0001013829, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01073852, Final residual = 0.0008474194, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001316732, Final residual = 7.495839e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002544998, Final residual = 1.593479e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.272148e-05, Final residual = 3.89642e-06, No Iterations 2 time step continuity errors : sum local = 9.190905e-07, global = -5.57466e-08, cumulative = 1.961857e-06 smoothSolver: Solving for omega, Initial residual = 2.9082e-05, Final residual = 1.695012e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003668722, Final residual = 1.230259e-05, No Iterations 2 ExecutionTime = 62.18 s ClockTime = 65 s forces forces output: sum of forces: pressure : (6.087547 -0.8231491 -4.863909) viscous : (1.931885 -0.001832012 0.03378843) porous : (0 0 0) sum of moments: pressure : (0.3966662 -7.04824 -0.859346) viscous : (0.0002248951 0.6001506 0.0009269038) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.231311 Cl = -0.0237956 Cl(f) = -0.0118978 Cl(r) = -0.0118978 Time = 81 smoothSolver: Solving for Ux, Initial residual = 0.0002538353, Final residual = 1.315589e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001986428, Final residual = 0.0001012013, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001959586, Final residual = 9.937036e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01054122, Final residual = 0.0008269202, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001290165, Final residual = 7.218714e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002480095, Final residual = 1.507519e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.068267e-05, Final residual = 3.761449e-06, No Iterations 2 time step continuity errors : sum local = 8.87301e-07, global = -6.533482e-08, cumulative = 1.896522e-06 smoothSolver: Solving for omega, Initial residual = 2.842837e-05, Final residual = 1.655737e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003566255, Final residual = 1.205679e-05, No Iterations 2 ExecutionTime = 62.97 s ClockTime = 65 s forces forces output: sum of forces: pressure : (6.102889 -0.8171584 -4.875309) viscous : (1.928784 -0.001854571 0.03361264) porous : (0 0 0) sum of moments: pressure : (0.3937926 -7.03245 -0.856697) viscous : (0.0002274963 0.5994936 0.0009100923) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.231664 Cl = -0.02362345 Cl(f) = -0.01181173 Cl(r) = -0.01181173 Time = 82 smoothSolver: Solving for Ux, Initial residual = 0.0002508828, Final residual = 1.296167e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001967535, Final residual = 9.939143e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001937398, Final residual = 9.759301e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01033338, Final residual = 0.0008061159, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00126172, Final residual = 7.027747e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000242414, Final residual = 1.442148e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.960471e-05, Final residual = 3.606719e-06, No Iterations 2 time step continuity errors : sum local = 8.509233e-07, global = -7.896648e-08, cumulative = 1.817555e-06 smoothSolver: Solving for omega, Initial residual = 2.778723e-05, Final residual = 1.621043e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003468172, Final residual = 1.181522e-05, No Iterations 2 ExecutionTime = 63.71 s ClockTime = 66 s forces forces output: sum of forces: pressure : (6.118276 -0.8115996 -4.886629) viscous : (1.925649 -0.001873858 0.03345371) porous : (0 0 0) sum of moments: pressure : (0.3910789 -7.017386 -0.8544004) viscous : (0.0002278633 0.5988222 0.0008941047) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2320174 Cl = -0.02346367 Cl(f) = -0.01173184 Cl(r) = -0.01173184 Time = 83 smoothSolver: Solving for Ux, Initial residual = 0.0002477607, Final residual = 1.275537e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001946408, Final residual = 9.774081e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001915421, Final residual = 9.598823e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.01012934, Final residual = 0.0007882719, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00123422, Final residual = 6.880759e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002385075, Final residual = 1.389035e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.920441e-05, Final residual = 3.491011e-06, No Iterations 2 time step continuity errors : sum local = 8.237593e-07, global = -5.815111e-08, cumulative = 1.759404e-06 smoothSolver: Solving for omega, Initial residual = 2.718634e-05, Final residual = 1.592621e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003373065, Final residual = 1.158847e-05, No Iterations 2 ExecutionTime = 64.46 s ClockTime = 67 s forces forces output: sum of forces: pressure : (6.132916 -0.806291 -4.898483) viscous : (1.92248 -0.001894155 0.03330868) porous : (0 0 0) sum of moments: pressure : (0.3884075 -7.002754 -0.8523494) viscous : (0.0002289918 0.5981358 0.000876699) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2323483 Cl = -0.02331114 Cl(f) = -0.01165557 Cl(r) = -0.01165557 Time = 84 smoothSolver: Solving for Ux, Initial residual = 0.0002445271, Final residual = 1.254225e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001923465, Final residual = 9.612998e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001892125, Final residual = 9.448622e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009903849, Final residual = 0.0007733001, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001206717, Final residual = 6.731765e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002350039, Final residual = 1.358243e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.903063e-05, Final residual = 3.392071e-06, No Iterations 2 time step continuity errors : sum local = 8.005116e-07, global = -4.363907e-08, cumulative = 1.715765e-06 smoothSolver: Solving for omega, Initial residual = 2.660734e-05, Final residual = 1.565141e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003282705, Final residual = 1.138039e-05, No Iterations 2 ExecutionTime = 65.22 s ClockTime = 68 s forces forces output: sum of forces: pressure : (6.146416 -0.8011783 -4.911179) viscous : (1.919284 -0.001914454 0.03317165) porous : (0 0 0) sum of moments: pressure : (0.3857765 -6.988643 -0.8502474) viscous : (0.0002299284 0.5974407 0.0008584396) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2326455 Cl = -0.02316426 Cl(f) = -0.01158213 Cl(r) = -0.01158213 Time = 85 smoothSolver: Solving for Ux, Initial residual = 0.0002409463, Final residual = 1.231776e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001899349, Final residual = 9.426851e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001867122, Final residual = 9.303329e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009720836, Final residual = 0.0007592161, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001183765, Final residual = 6.605192e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002313995, Final residual = 1.32249e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.871612e-05, Final residual = 3.295339e-06, No Iterations 2 time step continuity errors : sum local = 7.777173e-07, global = -2.74656e-08, cumulative = 1.6883e-06 smoothSolver: Solving for omega, Initial residual = 2.604679e-05, Final residual = 1.53655e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003195867, Final residual = 1.118075e-05, No Iterations 2 ExecutionTime = 65.96 s ClockTime = 68 s forces forces output: sum of forces: pressure : (6.158782 -0.7971562 -4.923991) viscous : (1.916062 -0.0019359 0.03304315) porous : (0 0 0) sum of moments: pressure : (0.383553 -6.975581 -0.8485882) viscous : (0.0002312772 0.5967342 0.0008387095) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2329093 Cl = -0.02304886 Cl(f) = -0.01152443 Cl(r) = -0.01152443 Time = 86 smoothSolver: Solving for Ux, Initial residual = 0.000236939, Final residual = 1.20876e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00187238, Final residual = 9.237342e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001841715, Final residual = 9.176332e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009546716, Final residual = 0.0007455587, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001162532, Final residual = 6.548886e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002283339, Final residual = 1.313809e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.873797e-05, Final residual = 3.257432e-06, No Iterations 2 time step continuity errors : sum local = 7.687266e-07, global = -1.765005e-08, cumulative = 1.67065e-06 smoothSolver: Solving for omega, Initial residual = 2.550673e-05, Final residual = 1.50746e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003111522, Final residual = 1.100358e-05, No Iterations 2 ExecutionTime = 66.75 s ClockTime = 69 s forces forces output: sum of forces: pressure : (6.170235 -0.7946199 -4.936377) viscous : (1.912816 -0.001958812 0.03292294) porous : (0 0 0) sum of moments: pressure : (0.3818527 -6.963717 -0.8474851) viscous : (0.0002333462 0.5960166 0.0008176358) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.233146 Cl = -0.02297636 Cl(f) = -0.01148818 Cl(r) = -0.01148818 Time = 87 smoothSolver: Solving for Ux, Initial residual = 0.0002327731, Final residual = 1.186821e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001844802, Final residual = 9.067393e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001816161, Final residual = 9.075063e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009364977, Final residual = 0.0007345787, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00114578, Final residual = 6.572617e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002265954, Final residual = 1.313671e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.889919e-05, Final residual = 3.286359e-06, No Iterations 2 time step continuity errors : sum local = 7.754834e-07, global = -3.235042e-08, cumulative = 1.638299e-06 smoothSolver: Solving for omega, Initial residual = 2.498961e-05, Final residual = 1.478825e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0003029049, Final residual = 1.083573e-05, No Iterations 2 ExecutionTime = 67.49 s ClockTime = 70 s forces forces output: sum of forces: pressure : (6.180799 -0.7929785 -4.948379) viscous : (1.909547 -0.00198209 0.03281315) porous : (0 0 0) sum of moments: pressure : (0.3804145 -6.95286 -0.8464918) viscous : (0.0002356935 0.5952857 0.0007957609) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2333564 Cl = -0.02292969 Cl(f) = -0.01146485 Cl(r) = -0.01146485 Time = 88 smoothSolver: Solving for Ux, Initial residual = 0.0002284701, Final residual = 1.164191e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001818872, Final residual = 8.918089e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001791189, Final residual = 8.960879e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009198948, Final residual = 0.0007274791, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001133559, Final residual = 6.669998e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000226532, Final residual = 1.341847e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.945497e-05, Final residual = 3.361912e-06, No Iterations 2 time step continuity errors : sum local = 7.931153e-07, global = -3.005283e-08, cumulative = 1.608246e-06 smoothSolver: Solving for omega, Initial residual = 2.448723e-05, Final residual = 1.450241e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002948296, Final residual = 1.067345e-05, No Iterations 2 ExecutionTime = 68.26 s ClockTime = 71 s forces forces output: sum of forces: pressure : (6.190318 -0.7918792 -4.95975) viscous : (1.906256 -0.002005813 0.0327149) porous : (0 0 0) sum of moments: pressure : (0.3791372 -6.942988 -0.8453153) viscous : (0.000238471 0.5945413 0.0007731491) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.233536 Cl = -0.02289867 Cl(f) = -0.01144933 Cl(r) = -0.01144933 Time = 89 smoothSolver: Solving for Ux, Initial residual = 0.000224232, Final residual = 1.142439e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001794507, Final residual = 8.768455e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001767727, Final residual = 8.824494e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.009071439, Final residual = 0.000724874, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001124799, Final residual = 6.789963e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002273312, Final residual = 1.369789e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.998196e-05, Final residual = 3.416343e-06, No Iterations 2 time step continuity errors : sum local = 8.057323e-07, global = -2.655987e-08, cumulative = 1.581687e-06 smoothSolver: Solving for omega, Initial residual = 2.400645e-05, Final residual = 1.420179e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002868542, Final residual = 1.051317e-05, No Iterations 2 ExecutionTime = 69.01 s ClockTime = 71 s forces forces output: sum of forces: pressure : (6.198575 -0.7914402 -4.969734) viscous : (1.902944 -0.002030011 0.03262877) porous : (0 0 0) sum of moments: pressure : (0.3781332 -6.934638 -0.8440018) viscous : (0.0002419997 0.593783 0.0007497222) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2336787 Cl = -0.0228867 Cl(f) = -0.01144335 Cl(r) = -0.01144335 Time = 90 smoothSolver: Solving for Ux, Initial residual = 0.0002199796, Final residual = 1.121415e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001771158, Final residual = 8.616516e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0017447, Final residual = 8.674703e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008967077, Final residual = 0.0007249065, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001118153, Final residual = 6.888633e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002277429, Final residual = 1.394578e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.033877e-05, Final residual = 3.427506e-06, No Iterations 2 time step continuity errors : sum local = 8.081447e-07, global = -2.358977e-08, cumulative = 1.558097e-06 smoothSolver: Solving for omega, Initial residual = 2.351769e-05, Final residual = 1.389606e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002789051, Final residual = 1.035058e-05, No Iterations 2 ExecutionTime = 69.76 s ClockTime = 72 s forces forces output: sum of forces: pressure : (6.205568 -0.7918115 -4.978186) viscous : (1.899612 -0.002054243 0.03255449) porous : (0 0 0) sum of moments: pressure : (0.3774152 -6.928076 -0.8428418) viscous : (0.0002456796 0.5930103 0.0007268376) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2337843 Cl = -0.02289811 Cl(f) = -0.01144906 Cl(r) = -0.01144906 Time = 91 smoothSolver: Solving for Ux, Initial residual = 0.0002156326, Final residual = 1.101223e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001747398, Final residual = 8.472051e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001720751, Final residual = 8.525144e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008874893, Final residual = 0.0007238354, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001107547, Final residual = 6.923326e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000226809, Final residual = 1.409084e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.035119e-05, Final residual = 3.39915e-06, No Iterations 2 time step continuity errors : sum local = 8.012234e-07, global = -7.585583e-09, cumulative = 1.550511e-06 smoothSolver: Solving for omega, Initial residual = 2.302362e-05, Final residual = 1.359278e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002711507, Final residual = 1.018652e-05, No Iterations 2 ExecutionTime = 70.55 s ClockTime = 73 s forces forces output: sum of forces: pressure : (6.211639 -0.7929995 -4.985238) viscous : (1.896264 -0.00207903 0.03249153) porous : (0 0 0) sum of moments: pressure : (0.3769513 -6.923328 -0.8420767) viscous : (0.0002497903 0.5922247 0.0007049516) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2338628 Cl = -0.02293309 Cl(f) = -0.01146655 Cl(r) = -0.01146655 Time = 92 smoothSolver: Solving for Ux, Initial residual = 0.0002112926, Final residual = 1.081695e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001722801, Final residual = 8.328059e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001696662, Final residual = 8.372861e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008778122, Final residual = 0.0007220991, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001096526, Final residual = 6.901406e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002246599, Final residual = 1.414021e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 4.0068e-05, Final residual = 3.301564e-06, No Iterations 2 time step continuity errors : sum local = 7.77989e-07, global = -2.629159e-08, cumulative = 1.52422e-06 smoothSolver: Solving for omega, Initial residual = 2.25251e-05, Final residual = 1.328598e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.000263619, Final residual = 1.001945e-05, No Iterations 2 ExecutionTime = 71.31 s ClockTime = 74 s forces forces output: sum of forces: pressure : (6.216895 -0.7946807 -4.990838) viscous : (1.892902 -0.002104841 0.03243869) porous : (0 0 0) sum of moments: pressure : (0.3766916 -6.920335 -0.8415903) viscous : (0.0002548551 0.5914291 0.0006833839) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2339175 Cl = -0.02298233 Cl(f) = -0.01149117 Cl(r) = -0.01149117 Time = 93 smoothSolver: Solving for Ux, Initial residual = 0.0002068568, Final residual = 1.062482e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001697116, Final residual = 8.192419e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001672359, Final residual = 8.227386e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008645828, Final residual = 0.0007189477, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001084927, Final residual = 6.819116e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002214976, Final residual = 1.402214e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.946604e-05, Final residual = 3.255015e-06, No Iterations 2 time step continuity errors : sum local = 7.667916e-07, global = -1.787652e-08, cumulative = 1.506343e-06 smoothSolver: Solving for omega, Initial residual = 2.201748e-05, Final residual = 1.297176e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002562242, Final residual = 9.844604e-06, No Iterations 2 ExecutionTime = 72.05 s ClockTime = 75 s forces forces output: sum of forces: pressure : (6.221367 -0.7967101 -4.994761) viscous : (1.889533 -0.00213148 0.03239567) porous : (0 0 0) sum of moments: pressure : (0.3766585 -6.918878 -0.8411821) viscous : (0.0002606982 0.5906255 0.0006619325) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2339493 Cl = -0.02304163 Cl(f) = -0.01152082 Cl(r) = -0.01152082 Time = 94 smoothSolver: Solving for Ux, Initial residual = 0.0002025717, Final residual = 1.043115e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001670584, Final residual = 8.065622e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001647205, Final residual = 8.074239e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008523532, Final residual = 0.0007135603, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001073037, Final residual = 6.705138e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002178856, Final residual = 1.386265e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.880794e-05, Final residual = 3.203446e-06, No Iterations 2 time step continuity errors : sum local = 7.54427e-07, global = -1.166613e-08, cumulative = 1.494677e-06 smoothSolver: Solving for omega, Initial residual = 2.150671e-05, Final residual = 1.265557e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002488681, Final residual = 9.666029e-06, No Iterations 2 ExecutionTime = 72.82 s ClockTime = 76 s forces forces output: sum of forces: pressure : (6.225025 -0.7989456 -4.997041) viscous : (1.886159 -0.0021588 0.03236317) porous : (0 0 0) sum of moments: pressure : (0.3767718 -6.91887 -0.8405878) viscous : (0.0002674342 0.5898143 0.0006408974) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2339574 Cl = -0.0231069 Cl(f) = -0.01155345 Cl(r) = -0.01155345 Time = 95 smoothSolver: Solving for Ux, Initial residual = 0.0001984524, Final residual = 1.0245e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001644314, Final residual = 7.937077e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001621134, Final residual = 7.910793e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008427369, Final residual = 0.000706371, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001061042, Final residual = 6.56964e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002140368, Final residual = 1.371755e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.821302e-05, Final residual = 3.169139e-06, No Iterations 2 time step continuity errors : sum local = 7.461809e-07, global = -3.75978e-09, cumulative = 1.490917e-06 smoothSolver: Solving for omega, Initial residual = 2.099286e-05, Final residual = 1.233487e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002417005, Final residual = 9.487604e-06, No Iterations 2 ExecutionTime = 73.57 s ClockTime = 76 s forces forces output: sum of forces: pressure : (6.22805 -0.8013847 -4.99727) viscous : (1.882783 -0.00218628 0.0323408) porous : (0 0 0) sum of moments: pressure : (0.376997 -6.920583 -0.839791) viscous : (0.0002747046 0.5889969 0.0006207423) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2339474 Cl = -0.02317805 Cl(f) = -0.01158902 Cl(r) = -0.01158902 Time = 96 smoothSolver: Solving for Ux, Initial residual = 0.000194486, Final residual = 1.005906e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001620017, Final residual = 7.803731e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001593767, Final residual = 7.737364e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008327233, Final residual = 0.0006969084, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001046837, Final residual = 6.426822e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002097916, Final residual = 1.359677e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.763415e-05, Final residual = 3.149895e-06, No Iterations 2 time step continuity errors : sum local = 7.415377e-07, global = 8.716221e-09, cumulative = 1.499633e-06 smoothSolver: Solving for omega, Initial residual = 2.049462e-05, Final residual = 1.200441e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002346598, Final residual = 9.309775e-06, No Iterations 2 ExecutionTime = 74.31 s ClockTime = 77 s forces forces output: sum of forces: pressure : (6.23093 -0.8038502 -4.995534) viscous : (1.879405 -0.00221375 0.03232595) porous : (0 0 0) sum of moments: pressure : (0.3772449 -6.923777 -0.8388127) viscous : (0.0002825974 0.5881723 0.0006023319) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.233933 Cl = -0.02324996 Cl(f) = -0.01162498 Cl(r) = -0.01162498 Time = 97 smoothSolver: Solving for Ux, Initial residual = 0.000190583, Final residual = 9.880691e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001595897, Final residual = 7.659772e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001564886, Final residual = 7.553766e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008224468, Final residual = 0.0006867461, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001032214, Final residual = 6.263979e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002056845, Final residual = 1.345566e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.700952e-05, Final residual = 3.126706e-06, No Iterations 2 time step continuity errors : sum local = 7.359589e-07, global = 2.392645e-08, cumulative = 1.52356e-06 smoothSolver: Solving for omega, Initial residual = 2.000609e-05, Final residual = 1.168244e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002277878, Final residual = 9.134198e-06, No Iterations 2 ExecutionTime = 75.06 s ClockTime = 78 s forces forces output: sum of forces: pressure : (6.233681 -0.8061131 -4.992898) viscous : (1.876028 -0.002244008 0.03231847) porous : (0 0 0) sum of moments: pressure : (0.3774017 -6.92785 -0.837649) viscous : (0.0002926852 0.5873426 0.000584799) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2339149 Cl = -0.0233161 Cl(f) = -0.01165805 Cl(r) = -0.01165805 Time = 98 smoothSolver: Solving for Ux, Initial residual = 0.0001867341, Final residual = 9.711824e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001571133, Final residual = 7.514312e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001535332, Final residual = 7.369545e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008132509, Final residual = 0.0006781587, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001018205, Final residual = 6.105303e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0002019055, Final residual = 1.325221e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.626933e-05, Final residual = 3.081446e-06, No Iterations 2 time step continuity errors : sum local = 7.251831e-07, global = 2.908439e-08, cumulative = 1.552644e-06 smoothSolver: Solving for omega, Initial residual = 1.954993e-05, Final residual = 1.138362e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002210647, Final residual = 8.95731e-06, No Iterations 2 ExecutionTime = 75.8 s ClockTime = 79 s forces forces output: sum of forces: pressure : (6.236167 -0.8082412 -4.989992) viscous : (1.872656 -0.002275694 0.0323186) porous : (0 0 0) sum of moments: pressure : (0.377559 -6.932122 -0.8364213) viscous : (0.000304265 0.5865082 0.0005679254) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2338893 Cl = -0.02337839 Cl(f) = -0.0116892 Cl(r) = -0.0116892 Time = 99 smoothSolver: Solving for Ux, Initial residual = 0.0001829648, Final residual = 9.553205e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001547387, Final residual = 7.374309e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001504057, Final residual = 7.195801e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.008047311, Final residual = 0.0006705423, No Iterations 1 GAMG: Solving for p, Initial residual = 0.001004855, Final residual = 5.956042e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001982023, Final residual = 1.300018e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.542636e-05, Final residual = 2.918045e-06, No Iterations 2 time step continuity errors : sum local = 6.866027e-07, global = 8.630451e-09, cumulative = 1.561275e-06 smoothSolver: Solving for omega, Initial residual = 1.91112e-05, Final residual = 1.110783e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002144695, Final residual = 8.778677e-06, No Iterations 2 ExecutionTime = 76.59 s ClockTime = 79 s forces forces output: sum of forces: pressure : (6.238231 -0.8104897 -4.986798) viscous : (1.86929 -0.002310006 0.03232557) porous : (0 0 0) sum of moments: pressure : (0.3778505 -6.936512 -0.8352238) viscous : (0.0003178762 0.58567 0.0005520322) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2338518 Cl = -0.02344424 Cl(f) = -0.01172212 Cl(r) = -0.01172212 Time = 100 smoothSolver: Solving for Ux, Initial residual = 0.0001793122, Final residual = 9.40447e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001524462, Final residual = 7.250575e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001472086, Final residual = 7.026253e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007948855, Final residual = 0.000662904, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009914252, Final residual = 5.809677e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001945289, Final residual = 1.268115e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.451798e-05, Final residual = 2.848632e-06, No Iterations 2 time step continuity errors : sum local = 6.701768e-07, global = 5.220833e-09, cumulative = 1.566495e-06 smoothSolver: Solving for omega, Initial residual = 1.868658e-05, Final residual = 1.083938e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002081443, Final residual = 8.602743e-06, No Iterations 2 ExecutionTime = 77.34 s ClockTime = 80 s forces forces output: sum of forces: pressure : (6.239635 -0.8128577 -4.982627) viscous : (1.865933 -0.002346882 0.03233789) porous : (0 0 0) sum of moments: pressure : (0.3782984 -6.941519 -0.8340075) viscous : (0.0003333185 0.5848287 0.0005367811) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2337955 Cl = -0.02351361 Cl(f) = -0.0117568 Cl(r) = -0.0117568 Time = 101 smoothSolver: Solving for Ux, Initial residual = 0.0001757132, Final residual = 9.260954e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00150176, Final residual = 7.144737e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001439976, Final residual = 6.863567e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007852822, Final residual = 0.0006569626, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009794023, Final residual = 5.710403e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000191281, Final residual = 1.242881e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.372936e-05, Final residual = 2.790408e-06, No Iterations 2 time step continuity errors : sum local = 6.564273e-07, global = 6.966855e-09, cumulative = 1.573462e-06 smoothSolver: Solving for omega, Initial residual = 1.828525e-05, Final residual = 1.058893e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0002021042, Final residual = 8.427015e-06, No Iterations 2 ExecutionTime = 78.15 s ClockTime = 81 s forces forces output: sum of forces: pressure : (6.239947 -0.815354 -4.976886) viscous : (1.862585 -0.002385226 0.03235531) porous : (0 0 0) sum of moments: pressure : (0.3789128 -6.947605 -0.8328122) viscous : (0.0003498943 0.5839836 0.0005220086) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2337079 Cl = -0.02358672 Cl(f) = -0.01179336 Cl(r) = -0.01179336 Time = 102 smoothSolver: Solving for Ux, Initial residual = 0.0001720767, Final residual = 9.115485e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001478429, Final residual = 7.053007e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001408292, Final residual = 6.707531e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007739905, Final residual = 0.0006525146, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009698523, Final residual = 5.650734e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001883083, Final residual = 1.225314e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.307659e-05, Final residual = 2.748093e-06, No Iterations 2 time step continuity errors : sum local = 6.464357e-07, global = 1.826257e-08, cumulative = 1.591725e-06 smoothSolver: Solving for omega, Initial residual = 1.790101e-05, Final residual = 1.036305e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001963435, Final residual = 8.25027e-06, No Iterations 2 ExecutionTime = 78.9 s ClockTime = 82 s forces forces output: sum of forces: pressure : (6.239365 -0.8181606 -4.969428) viscous : (1.859248 -0.00242388 0.03237843) porous : (0 0 0) sum of moments: pressure : (0.3797522 -6.954615 -0.8316225) viscous : (0.0003668883 0.5831342 0.000507682) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2335948 Cl = -0.02366878 Cl(f) = -0.01183439 Cl(r) = -0.01183439 Time = 103 smoothSolver: Solving for Ux, Initial residual = 0.0001684428, Final residual = 8.961565e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001454139, Final residual = 6.975022e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001376788, Final residual = 6.556264e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007644967, Final residual = 0.0006500298, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009622364, Final residual = 5.617662e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001856548, Final residual = 1.209147e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.245424e-05, Final residual = 2.723466e-06, No Iterations 2 time step continuity errors : sum local = 6.406383e-07, global = 3.737231e-08, cumulative = 1.629097e-06 smoothSolver: Solving for omega, Initial residual = 1.7532e-05, Final residual = 1.015234e-06, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001907586, Final residual = 8.071946e-06, No Iterations 2 ExecutionTime = 79.64 s ClockTime = 83 s forces forces output: sum of forces: pressure : (6.238188 -0.8212098 -4.960601) viscous : (1.855923 -0.00246258 0.03240765) porous : (0 0 0) sum of moments: pressure : (0.3807952 -6.962157 -0.8304462) viscous : (0.0003840305 0.5822798 0.0004939172) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.233465 Cl = -0.02375785 Cl(f) = -0.01187893 Cl(r) = -0.01187893 Time = 104 smoothSolver: Solving for Ux, Initial residual = 0.0001648271, Final residual = 8.805952e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001430111, Final residual = 6.901488e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00134514, Final residual = 6.412025e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007552018, Final residual = 0.0006479656, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009558771, Final residual = 5.581485e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001829627, Final residual = 1.164813e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.14767e-05, Final residual = 2.633409e-06, No Iterations 2 time step continuity errors : sum local = 6.195213e-07, global = 2.713273e-08, cumulative = 1.65623e-06 smoothSolver: Solving for omega, Initial residual = 1.716782e-05, Final residual = 9.958738e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001853325, Final residual = 7.889601e-06, No Iterations 2 ExecutionTime = 80.38 s ClockTime = 83 s forces forces output: sum of forces: pressure : (6.236561 -0.824323 -4.950769) viscous : (1.85261 -0.002501015 0.03244375) porous : (0 0 0) sum of moments: pressure : (0.3819345 -6.970013 -0.8291049) viscous : (0.0004011987 0.5814197 0.0004808022) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2333225 Cl = -0.02384876 Cl(f) = -0.01192438 Cl(r) = -0.01192438 Time = 105 smoothSolver: Solving for Ux, Initial residual = 0.0001612195, Final residual = 8.64912e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001407611, Final residual = 6.830936e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001313725, Final residual = 6.274741e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007450184, Final residual = 0.0006447571, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009493292, Final residual = 5.526365e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001799997, Final residual = 1.123223e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 3.041171e-05, Final residual = 2.582378e-06, No Iterations 2 time step continuity errors : sum local = 6.075852e-07, global = 1.030541e-08, cumulative = 1.666535e-06 smoothSolver: Solving for omega, Initial residual = 1.68169e-05, Final residual = 9.785063e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001800584, Final residual = 7.714186e-06, No Iterations 2 ExecutionTime = 81.13 s ClockTime = 84 s forces forces output: sum of forces: pressure : (6.234686 -0.8272963 -4.939974) viscous : (1.849314 -0.002540041 0.03248745) porous : (0 0 0) sum of moments: pressure : (0.3830812 -6.978127 -0.8276342) viscous : (0.0004186523 0.580555 0.000468012) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2331734 Cl = -0.02393564 Cl(f) = -0.01196782 Cl(r) = -0.01196782 Time = 106 smoothSolver: Solving for Ux, Initial residual = 0.000157626, Final residual = 8.492771e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001386539, Final residual = 6.765439e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001283259, Final residual = 6.147125e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007349707, Final residual = 0.0006375035, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009382896, Final residual = 5.421135e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001764054, Final residual = 1.075647e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.919171e-05, Final residual = 2.58575e-06, No Iterations 2 time step continuity errors : sum local = 6.08477e-07, global = 1.761745e-08, cumulative = 1.684153e-06 smoothSolver: Solving for omega, Initial residual = 1.647824e-05, Final residual = 9.615681e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001750058, Final residual = 7.54479e-06, No Iterations 2 ExecutionTime = 81.87 s ClockTime = 85 s forces forces output: sum of forces: pressure : (6.232254 -0.8299819 -4.928078) viscous : (1.846037 -0.002577419 0.03253932) porous : (0 0 0) sum of moments: pressure : (0.38419 -6.986791 -0.8261387) viscous : (0.00043516 0.5796864 0.0004559636) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2330087 Cl = -0.02401418 Cl(f) = -0.01200709 Cl(r) = -0.01200709 Time = 107 smoothSolver: Solving for Ux, Initial residual = 0.0001540901, Final residual = 8.337977e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001365563, Final residual = 6.703301e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001253018, Final residual = 6.024872e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00724547, Final residual = 0.0006281731, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009249513, Final residual = 5.31178e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000172319, Final residual = 1.045531e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.819507e-05, Final residual = 2.593478e-06, No Iterations 2 time step continuity errors : sum local = 6.104008e-07, global = 3.572231e-08, cumulative = 1.719875e-06 smoothSolver: Solving for omega, Initial residual = 1.616138e-05, Final residual = 9.456874e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001700686, Final residual = 7.388292e-06, No Iterations 2 ExecutionTime = 82.62 s ClockTime = 86 s forces forces output: sum of forces: pressure : (6.228719 -0.8321633 -4.916049) viscous : (1.842781 -0.002612978 0.03260115) porous : (0 0 0) sum of moments: pressure : (0.3851304 -6.996279 -0.8247158) viscous : (0.0004507292 0.5788141 0.0004446494) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2328128 Cl = -0.02407813 Cl(f) = -0.01203906 Cl(r) = -0.01203906 Time = 108 smoothSolver: Solving for Ux, Initial residual = 0.0001505916, Final residual = 8.182463e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001344956, Final residual = 6.64236e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001222694, Final residual = 5.909579e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00715504, Final residual = 0.0006182093, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0009119635, Final residual = 5.204984e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001681903, Final residual = 1.014571e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 2.725709e-05, Final residual = 2.594212e-06, No Iterations 2 time step continuity errors : sum local = 6.107258e-07, global = 3.950576e-08, cumulative = 1.759381e-06 smoothSolver: Solving for omega, Initial residual = 1.585256e-05, Final residual = 9.301861e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001652705, Final residual = 7.236714e-06, No Iterations 2 ExecutionTime = 83.37 s ClockTime = 86 s forces forces output: sum of forces: pressure : (6.223958 -0.8339718 -4.904625) viscous : (1.839552 -0.002646401 0.03267183) porous : (0 0 0) sum of moments: pressure : (0.3859212 -7.006359 -0.8233593) viscous : (0.0004651194 0.5779413 0.0004339656) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2325824 Cl = -0.02413126 Cl(f) = -0.01206563 Cl(r) = -0.01206563 Time = 109 smoothSolver: Solving for Ux, Initial residual = 0.000147126, Final residual = 8.023808e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001325901, Final residual = 6.58221e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001193171, Final residual = 5.797786e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.007063175, Final residual = 0.0006067607, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000898098, Final residual = 5.098024e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001637106, Final residual = 9.801752e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.62598e-05, Final residual = 2.578684e-06, No Iterations 2 time step continuity errors : sum local = 6.072404e-07, global = 4.691749e-08, cumulative = 1.806298e-06 smoothSolver: Solving for omega, Initial residual = 1.555047e-05, Final residual = 9.153177e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001607109, Final residual = 7.092573e-06, No Iterations 2 ExecutionTime = 84.12 s ClockTime = 87 s forces forces output: sum of forces: pressure : (6.218192 -0.8353592 -4.894084) viscous : (1.836352 -0.002677535 0.03275273) porous : (0 0 0) sum of moments: pressure : (0.3864997 -7.016689 -0.82193) viscous : (0.0004783694 0.5770688 0.0004236931) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2323237 Cl = -0.02417217 Cl(f) = -0.01208609 Cl(r) = -0.01208609 Time = 110 smoothSolver: Solving for Ux, Initial residual = 0.0001436768, Final residual = 7.867743e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001307169, Final residual = 6.525343e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001163896, Final residual = 5.682542e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006956301, Final residual = 0.000595454, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008856643, Final residual = 4.990873e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001597375, Final residual = 9.573902e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.551785e-05, Final residual = 2.533036e-06, No Iterations 2 time step continuity errors : sum local = 5.966559e-07, global = 5.646821e-08, cumulative = 1.862767e-06 smoothSolver: Solving for omega, Initial residual = 1.525359e-05, Final residual = 9.009926e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001563114, Final residual = 6.955393e-06, No Iterations 2 ExecutionTime = 84.87 s ClockTime = 88 s forces forces output: sum of forces: pressure : (6.211507 -0.8358506 -4.884204) viscous : (1.833184 -0.002706763 0.03284453) porous : (0 0 0) sum of moments: pressure : (0.3867088 -7.027171 -0.8204344) viscous : (0.0004907855 0.5761971 0.0004135885) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2320395 Cl = -0.02418719 Cl(f) = -0.01209359 Cl(r) = -0.01209359 Time = 111 smoothSolver: Solving for Ux, Initial residual = 0.0001402421, Final residual = 7.712484e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001288056, Final residual = 6.472459e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001134779, Final residual = 5.569769e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006846155, Final residual = 0.0005861549, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008712099, Final residual = 4.896154e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001570504, Final residual = 9.447525e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.504606e-05, Final residual = 2.482928e-06, No Iterations 2 time step continuity errors : sum local = 5.850095e-07, global = 6.756389e-08, cumulative = 1.93033e-06 smoothSolver: Solving for omega, Initial residual = 1.495369e-05, Final residual = 8.855422e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001519886, Final residual = 6.828346e-06, No Iterations 2 ExecutionTime = 85.65 s ClockTime = 89 s forces forces output: sum of forces: pressure : (6.203819 -0.8356375 -4.874525) viscous : (1.830052 -0.002732551 0.03294719) porous : (0 0 0) sum of moments: pressure : (0.3867032 -7.037988 -0.8190052) viscous : (0.0005016056 0.5753269 0.0004034695) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2317274 Cl = -0.02418179 Cl(f) = -0.01209089 Cl(r) = -0.01209089 Time = 112 smoothSolver: Solving for Ux, Initial residual = 0.0001368636, Final residual = 7.564813e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001268124, Final residual = 6.426166e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001106588, Final residual = 5.459549e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006740455, Final residual = 0.0005755158, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008538797, Final residual = 4.796169e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001548003, Final residual = 9.390747e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.474385e-05, Final residual = 2.463165e-06, No Iterations 2 time step continuity errors : sum local = 5.805165e-07, global = 6.818418e-08, cumulative = 1.998515e-06 smoothSolver: Solving for omega, Initial residual = 1.465288e-05, Final residual = 8.701428e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001477833, Final residual = 6.705108e-06, No Iterations 2 ExecutionTime = 86.4 s ClockTime = 90 s forces forces output: sum of forces: pressure : (6.194901 -0.8350321 -4.865101) viscous : (1.826959 -0.002754569 0.03306144) porous : (0 0 0) sum of moments: pressure : (0.3865886 -7.049263 -0.8176964) viscous : (0.000510758 0.5744599 0.0003932779) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.231381 Cl = -0.02416496 Cl(f) = -0.01208248 Cl(r) = -0.01208248 Time = 113 smoothSolver: Solving for Ux, Initial residual = 0.0001335964, Final residual = 7.422091e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00124827, Final residual = 6.381067e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001078953, Final residual = 5.355476e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006632641, Final residual = 0.0005640956, No Iterations 1 GAMG: Solving for p, Initial residual = 0.00083522, Final residual = 4.705957e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001526571, Final residual = 9.36875e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.447538e-05, Final residual = 1.121293e-06, No Iterations 3 time step continuity errors : sum local = 2.643214e-07, global = 1.771675e-08, cumulative = 2.016231e-06 smoothSolver: Solving for omega, Initial residual = 1.438148e-05, Final residual = 8.560189e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001437456, Final residual = 6.579907e-06, No Iterations 2 ExecutionTime = 87.15 s ClockTime = 90 s forces forces output: sum of forces: pressure : (6.184997 -0.8338952 -4.856037) viscous : (1.823908 -0.002772283 0.03318643) porous : (0 0 0) sum of moments: pressure : (0.3862599 -7.060692 -0.8163725) viscous : (0.0005179867 0.5735967 0.0003826802) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2310073 Cl = -0.02413268 Cl(f) = -0.01206634 Cl(r) = -0.01206634 Time = 114 smoothSolver: Solving for Ux, Initial residual = 0.0001305292, Final residual = 7.285358e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001228452, Final residual = 6.330034e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001051766, Final residual = 5.261454e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006521914, Final residual = 0.0005513986, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0008168406, Final residual = 4.59974e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001501283, Final residual = 9.232826e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.40209e-05, Final residual = 1.104523e-06, No Iterations 3 time step continuity errors : sum local = 2.604175e-07, global = 1.557272e-08, cumulative = 2.031804e-06 smoothSolver: Solving for omega, Initial residual = 1.412475e-05, Final residual = 8.419358e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001398674, Final residual = 6.45775e-06, No Iterations 2 ExecutionTime = 87.9 s ClockTime = 91 s forces forces output: sum of forces: pressure : (6.17466 -0.8320945 -4.847906) viscous : (1.820898 -0.002786428 0.03332071) porous : (0 0 0) sum of moments: pressure : (0.3856146 -7.072113 -0.8150021) viscous : (0.0005234663 0.5727373 0.0003716949) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2306223 Cl = -0.02408115 Cl(f) = -0.01204057 Cl(r) = -0.01204057 Time = 115 smoothSolver: Solving for Ux, Initial residual = 0.0001277102, Final residual = 7.15554e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001209562, Final residual = 6.276024e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.001024897, Final residual = 5.175347e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006423223, Final residual = 0.0005380982, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007995163, Final residual = 4.509874e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001476415, Final residual = 9.208907e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.372778e-05, Final residual = 1.077157e-06, No Iterations 3 time step continuity errors : sum local = 2.540038e-07, global = 1.782837e-08, cumulative = 2.049633e-06 smoothSolver: Solving for omega, Initial residual = 1.388033e-05, Final residual = 8.27317e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001361798, Final residual = 6.338574e-06, No Iterations 2 ExecutionTime = 88.66 s ClockTime = 92 s forces forces output: sum of forces: pressure : (6.164423 -0.8296536 -4.840931) viscous : (1.817931 -0.002798312 0.03346368) porous : (0 0 0) sum of moments: pressure : (0.3846822 -7.083092 -0.8136318) viscous : (0.0005276529 0.5718828 0.0003598973) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2302415 Cl = -0.02401108 Cl(f) = -0.01200554 Cl(r) = -0.01200554 Time = 116 smoothSolver: Solving for Ux, Initial residual = 0.0001250974, Final residual = 7.03452e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001190549, Final residual = 6.218578e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009987553, Final residual = 5.093106e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006324772, Final residual = 0.0005231421, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007818468, Final residual = 4.433207e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001456286, Final residual = 9.29053e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.363408e-05, Final residual = 1.065806e-06, No Iterations 3 time step continuity errors : sum local = 2.513501e-07, global = 9.14823e-09, cumulative = 2.058781e-06 smoothSolver: Solving for omega, Initial residual = 1.364895e-05, Final residual = 8.126772e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001326771, Final residual = 6.220358e-06, No Iterations 2 ExecutionTime = 89.42 s ClockTime = 93 s forces forces output: sum of forces: pressure : (6.154403 -0.8267766 -4.834973) viscous : (1.815007 -0.00280808 0.03361499) porous : (0 0 0) sum of moments: pressure : (0.3835977 -7.093465 -0.8123107) viscous : (0.0005304859 0.5710334 0.0003467679) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2298682 Cl = -0.02392838 Cl(f) = -0.01196419 Cl(r) = -0.01196419 Time = 117 smoothSolver: Solving for Ux, Initial residual = 0.0001226675, Final residual = 6.921432e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00117154, Final residual = 6.157277e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009740575, Final residual = 5.01487e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006216585, Final residual = 0.0005067156, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007644953, Final residual = 4.358071e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001437121, Final residual = 9.420413e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.367526e-05, Final residual = 1.064704e-06, No Iterations 3 time step continuity errors : sum local = 2.511189e-07, global = 2.65819e-09, cumulative = 2.061439e-06 smoothSolver: Solving for omega, Initial residual = 1.342521e-05, Final residual = 7.988993e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001293411, Final residual = 6.102889e-06, No Iterations 2 ExecutionTime = 90.18 s ClockTime = 93 s forces forces output: sum of forces: pressure : (6.144231 -0.8235031 -4.829896) viscous : (1.812128 -0.002815388 0.03377382) porous : (0 0 0) sum of moments: pressure : (0.3823852 -7.103409 -0.8109998) viscous : (0.0005316836 0.5701898 0.0003323538) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2294917 Cl = -0.02383417 Cl(f) = -0.01191709 Cl(r) = -0.01191709 Time = 118 smoothSolver: Solving for Ux, Initial residual = 0.0001204563, Final residual = 6.813378e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001152906, Final residual = 6.094681e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009507686, Final residual = 4.942915e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006109238, Final residual = 0.0004897281, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007474778, Final residual = 4.275372e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000141698, Final residual = 9.512207e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.370207e-05, Final residual = 1.073882e-06, No Iterations 3 time step continuity errors : sum local = 2.533069e-07, global = -9.055857e-09, cumulative = 2.052383e-06 smoothSolver: Solving for omega, Initial residual = 1.321426e-05, Final residual = 7.857851e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001261812, Final residual = 5.988715e-06, No Iterations 2 ExecutionTime = 90.94 s ClockTime = 94 s forces forces output: sum of forces: pressure : (6.133529 -0.8198639 -4.825418) viscous : (1.809292 -0.002819708 0.03393963) porous : (0 0 0) sum of moments: pressure : (0.38103 -7.113129 -0.809556) viscous : (0.0005308423 0.5693527 0.0003169425) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2291012 Cl = -0.02372933 Cl(f) = -0.01186466 Cl(r) = -0.01186466 Time = 119 smoothSolver: Solving for Ux, Initial residual = 0.0001183941, Final residual = 6.712877e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001134586, Final residual = 6.036208e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009286841, Final residual = 4.874646e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.006005999, Final residual = 0.0004744879, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007325001, Final residual = 4.191387e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001399342, Final residual = 9.575026e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.377108e-05, Final residual = 1.051814e-06, No Iterations 3 time step continuity errors : sum local = 2.481029e-07, global = -1.019759e-08, cumulative = 2.042185e-06 smoothSolver: Solving for omega, Initial residual = 1.300615e-05, Final residual = 7.735321e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001231643, Final residual = 5.877308e-06, No Iterations 2 ExecutionTime = 91.7 s ClockTime = 95 s forces forces output: sum of forces: pressure : (6.122375 -0.8155914 -4.821474) viscous : (1.806503 -0.00282189 0.03411153) porous : (0 0 0) sum of moments: pressure : (0.3793908 -7.122588 -0.807878) viscous : (0.0005283199 0.5685227 0.0003003644) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2286991 Cl = -0.02360616 Cl(f) = -0.01180308 Cl(r) = -0.01180308 Time = 120 smoothSolver: Solving for Ux, Initial residual = 0.0001164758, Final residual = 6.614785e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001117045, Final residual = 5.977431e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0009078433, Final residual = 4.809381e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005902404, Final residual = 0.0004612649, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007204746, Final residual = 4.094986e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001379933, Final residual = 9.534764e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.373129e-05, Final residual = 1.036476e-06, No Iterations 3 time step continuity errors : sum local = 2.444761e-07, global = -1.600165e-08, cumulative = 2.026184e-06 smoothSolver: Solving for omega, Initial residual = 1.280654e-05, Final residual = 7.61795e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001202908, Final residual = 5.770978e-06, No Iterations 2 ExecutionTime = 92.46 s ClockTime = 96 s forces forces output: sum of forces: pressure : (6.110815 -0.8107421 -4.818136) viscous : (1.803761 -0.00282223 0.03428895) porous : (0 0 0) sum of moments: pressure : (0.3774594 -7.131701 -0.8060766) viscous : (0.0005241633 0.5677007 0.000282605) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2282865 Cl = -0.0234663 Cl(f) = -0.01173315 Cl(r) = -0.01173315 Time = 121 smoothSolver: Solving for Ux, Initial residual = 0.0001147907, Final residual = 6.520956e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001099797, Final residual = 5.92251e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008884603, Final residual = 4.746344e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005795738, Final residual = 0.0004500048, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0007088959, Final residual = 3.990614e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001357308, Final residual = 9.422995e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.354267e-05, Final residual = 2.341806e-06, No Iterations 2 time step continuity errors : sum local = 5.523439e-07, global = -1.585351e-08, cumulative = 2.01033e-06 smoothSolver: Solving for omega, Initial residual = 1.261669e-05, Final residual = 7.503252e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001175783, Final residual = 5.67335e-06, No Iterations 2 ExecutionTime = 93.22 s ClockTime = 97 s forces forces output: sum of forces: pressure : (6.099274 -0.8057598 -4.816099) viscous : (1.801065 -0.002821174 0.03447124) porous : (0 0 0) sum of moments: pressure : (0.375386 -7.140303 -0.8043529) viscous : (0.0005185622 0.5668867 0.0002636186) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2278759 Cl = -0.02332256 Cl(f) = -0.01166128 Cl(r) = -0.01166128 Time = 122 smoothSolver: Solving for Ux, Initial residual = 0.00011326, Final residual = 6.428077e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001082764, Final residual = 5.866981e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008696894, Final residual = 4.683185e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005699129, Final residual = 0.0004410627, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006978166, Final residual = 3.925218e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001336987, Final residual = 9.365574e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.342343e-05, Final residual = 2.296201e-06, No Iterations 2 time step continuity errors : sum local = 5.415535e-07, global = -1.6876e-08, cumulative = 1.993454e-06 smoothSolver: Solving for omega, Initial residual = 1.243231e-05, Final residual = 7.388567e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001149918, Final residual = 5.574901e-06, No Iterations 2 ExecutionTime = 93.97 s ClockTime = 97 s forces forces output: sum of forces: pressure : (6.087969 -0.8008396 -4.814746) viscous : (1.798415 -0.002818695 0.03465765) porous : (0 0 0) sum of moments: pressure : (0.3732464 -7.148122 -0.8027308) viscous : (0.0005116835 0.5660812 0.0002434623) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2274733 Cl = -0.02318057 Cl(f) = -0.01159028 Cl(r) = -0.01159028 Time = 123 smoothSolver: Solving for Ux, Initial residual = 0.0001118458, Final residual = 6.337968e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001065898, Final residual = 5.812791e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008517776, Final residual = 4.61941e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005611141, Final residual = 0.000435156, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006890833, Final residual = 3.882703e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001319386, Final residual = 9.274362e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.322754e-05, Final residual = 2.251222e-06, No Iterations 2 time step continuity errors : sum local = 5.308933e-07, global = -1.828415e-08, cumulative = 1.97517e-06 smoothSolver: Solving for omega, Initial residual = 1.225088e-05, Final residual = 7.27781e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001125048, Final residual = 5.477395e-06, No Iterations 2 ExecutionTime = 94.72 s ClockTime = 98 s forces forces output: sum of forces: pressure : (6.076899 -0.7961345 -4.814283) viscous : (1.795811 -0.002815516 0.03484755) porous : (0 0 0) sum of moments: pressure : (0.3711135 -7.155205 -0.8012119) viscous : (0.0005040899 0.5652843 0.0002221178) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.227079 Cl = -0.02304476 Cl(f) = -0.01152238 Cl(r) = -0.01152238 Time = 124 smoothSolver: Solving for Ux, Initial residual = 0.0001105174, Final residual = 6.250682e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001050132, Final residual = 5.754417e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008352135, Final residual = 4.552148e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005533423, Final residual = 0.0004317479, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006824199, Final residual = 3.841493e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001302719, Final residual = 9.108338e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.294983e-05, Final residual = 2.212759e-06, No Iterations 2 time step continuity errors : sum local = 5.217461e-07, global = -1.570511e-08, cumulative = 1.959465e-06 smoothSolver: Solving for omega, Initial residual = 1.20748e-05, Final residual = 7.161809e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001100708, Final residual = 5.38145e-06, No Iterations 2 ExecutionTime = 95.47 s ClockTime = 99 s forces forces output: sum of forces: pressure : (6.065923 -0.7915453 -4.814815) viscous : (1.793252 -0.002812695 0.03503989) porous : (0 0 0) sum of moments: pressure : (0.368959 -7.161734 -0.7997443) viscous : (0.0004963588 0.5644962 0.0001994456) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2266885 Cl = -0.02291231 Cl(f) = -0.01145616 Cl(r) = -0.01145616 Time = 125 smoothSolver: Solving for Ux, Initial residual = 0.0001093066, Final residual = 6.171174e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001034699, Final residual = 5.694404e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008194735, Final residual = 4.481745e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005465318, Final residual = 0.0004297694, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000676945, Final residual = 3.809654e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001288814, Final residual = 8.966526e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.267572e-05, Final residual = 2.176164e-06, No Iterations 2 time step continuity errors : sum local = 5.130486e-07, global = -1.768173e-08, cumulative = 1.941783e-06 smoothSolver: Solving for omega, Initial residual = 1.190516e-05, Final residual = 7.049561e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001077706, Final residual = 5.288303e-06, No Iterations 2 ExecutionTime = 96.21 s ClockTime = 100 s forces forces output: sum of forces: pressure : (6.055123 -0.7870379 -4.816395) viscous : (1.790737 -0.002810815 0.03523475) porous : (0 0 0) sum of moments: pressure : (0.3667513 -7.167761 -0.7982527) viscous : (0.0004888257 0.5637169 0.000175441) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2263045 Cl = -0.02278225 Cl(f) = -0.01139112 Cl(r) = -0.01139112 Time = 126 smoothSolver: Solving for Ux, Initial residual = 0.0001081684, Final residual = 6.096048e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001020122, Final residual = 5.631296e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0008042175, Final residual = 4.409873e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005399187, Final residual = 0.0004281471, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000672808, Final residual = 3.78742e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001276209, Final residual = 8.836161e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.243676e-05, Final residual = 2.138281e-06, No Iterations 2 time step continuity errors : sum local = 5.04048e-07, global = -1.959761e-08, cumulative = 1.922186e-06 smoothSolver: Solving for omega, Initial residual = 1.173658e-05, Final residual = 6.93589e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001055553, Final residual = 5.193783e-06, No Iterations 2 ExecutionTime = 96.96 s ClockTime = 100 s forces forces output: sum of forces: pressure : (6.044733 -0.7825117 -4.818811) viscous : (1.788266 -0.002810025 0.03543187) porous : (0 0 0) sum of moments: pressure : (0.3644322 -7.173207 -0.7966421) viscous : (0.0004816205 0.5629469 0.0001503424) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2259335 Cl = -0.02265167 Cl(f) = -0.01132584 Cl(r) = -0.01132584 Time = 127 smoothSolver: Solving for Ux, Initial residual = 0.0001070908, Final residual = 6.023442e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.001005856, Final residual = 5.564421e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007894528, Final residual = 4.335655e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005346276, Final residual = 0.000426409, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006694247, Final residual = 3.763102e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001262341, Final residual = 8.719604e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.222504e-05, Final residual = 2.098724e-06, No Iterations 2 time step continuity errors : sum local = 4.946516e-07, global = -2.084113e-08, cumulative = 1.901345e-06 smoothSolver: Solving for omega, Initial residual = 1.157754e-05, Final residual = 6.818061e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001034767, Final residual = 5.104892e-06, No Iterations 2 ExecutionTime = 97.71 s ClockTime = 101 s forces forces output: sum of forces: pressure : (6.034932 -0.7779456 -4.821955) viscous : (1.785839 -0.002811382 0.03563036) porous : (0 0 0) sum of moments: pressure : (0.3620239 -7.178026 -0.7949739) viscous : (0.0004753147 0.5621865 0.0001244573) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2255808 Cl = -0.02252 Cl(f) = -0.01126 Cl(r) = -0.01126 Time = 128 smoothSolver: Solving for Ux, Initial residual = 0.0001060751, Final residual = 5.955463e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009922735, Final residual = 5.497881e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007751711, Final residual = 4.260573e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005290825, Final residual = 0.0004240416, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000666279, Final residual = 3.734201e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000124775, Final residual = 8.62347e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.204953e-05, Final residual = 2.053134e-06, No Iterations 2 time step continuity errors : sum local = 4.838396e-07, global = -2.065756e-08, cumulative = 1.880687e-06 smoothSolver: Solving for omega, Initial residual = 1.142464e-05, Final residual = 6.698206e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 0.0001014493, Final residual = 5.023279e-06, No Iterations 2 ExecutionTime = 98.45 s ClockTime = 102 s forces forces output: sum of forces: pressure : (6.025808 -0.7734615 -4.825709) viscous : (1.783455 -0.002815723 0.035829) porous : (0 0 0) sum of moments: pressure : (0.3595897 -7.182106 -0.7933532) viscous : (0.0004704142 0.561436 9.784465e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2252489 Cl = -0.02239079 Cl(f) = -0.0111954 Cl(r) = -0.0111954 Time = 129 smoothSolver: Solving for Ux, Initial residual = 0.0001051573, Final residual = 5.892624e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009797952, Final residual = 5.427221e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007610921, Final residual = 4.185723e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005245117, Final residual = 0.0004213859, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006632252, Final residual = 3.704826e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001233416, Final residual = 8.533895e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.191511e-05, Final residual = 2.005883e-06, No Iterations 2 time step continuity errors : sum local = 4.72647e-07, global = -1.963446e-08, cumulative = 1.861053e-06 smoothSolver: Solving for omega, Initial residual = 1.128018e-05, Final residual = 6.578841e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.950612e-05, Final residual = 4.952554e-06, No Iterations 2 ExecutionTime = 99.2 s ClockTime = 103 s forces forces output: sum of forces: pressure : (6.017403 -0.769137 -4.829997) viscous : (1.781116 -0.002823768 0.0360267) porous : (0 0 0) sum of moments: pressure : (0.3571873 -7.185315 -0.7918991) viscous : (0.0004672382 0.5606965 7.046783e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.224939 Cl = -0.02226629 Cl(f) = -0.01113314 Cl(r) = -0.01113314 Time = 130 smoothSolver: Solving for Ux, Initial residual = 0.0001043123, Final residual = 5.834455e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009676613, Final residual = 5.359604e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007471731, Final residual = 4.112011e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005177839, Final residual = 0.0004182125, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006601257, Final residual = 3.682818e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000121653, Final residual = 8.458789e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.180818e-05, Final residual = 1.960455e-06, No Iterations 2 time step continuity errors : sum local = 4.618871e-07, global = -1.721826e-08, cumulative = 1.843834e-06 smoothSolver: Solving for omega, Initial residual = 1.113033e-05, Final residual = 6.468633e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.760077e-05, Final residual = 4.890499e-06, No Iterations 2 ExecutionTime = 99.96 s ClockTime = 104 s forces forces output: sum of forces: pressure : (6.009747 -0.7651615 -4.834835) viscous : (1.778819 -0.002834368 0.03622356) porous : (0 0 0) sum of moments: pressure : (0.3549194 -7.187597 -0.7905453) viscous : (0.0004651946 0.5599675 4.309622e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2246519 Cl = -0.02215193 Cl(f) = -0.01107596 Cl(r) = -0.01107596 Time = 131 smoothSolver: Solving for Ux, Initial residual = 0.0001035365, Final residual = 5.77821e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009560421, Final residual = 5.293634e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007336221, Final residual = 4.037428e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005118044, Final residual = 0.0004154933, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006579424, Final residual = 3.659552e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001201373, Final residual = 8.383009e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.168792e-05, Final residual = 1.916203e-06, No Iterations 2 time step continuity errors : sum local = 4.513991e-07, global = -1.640849e-08, cumulative = 1.827426e-06 smoothSolver: Solving for omega, Initial residual = 1.09811e-05, Final residual = 6.36642e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.573505e-05, Final residual = 4.829463e-06, No Iterations 2 ExecutionTime = 100.72 s ClockTime = 104 s forces forces output: sum of forces: pressure : (6.002778 -0.7616914 -4.840458) viscous : (1.776565 -0.002850185 0.0364189) porous : (0 0 0) sum of moments: pressure : (0.3528752 -7.188969 -0.789213) viscous : (0.0004653999 0.5592501 1.615529e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2243859 Cl = -0.02205229 Cl(f) = -0.01102615 Cl(r) = -0.01102615 Time = 132 smoothSolver: Solving for Ux, Initial residual = 0.0001027763, Final residual = 5.726824e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009453904, Final residual = 5.233744e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007204808, Final residual = 3.9647e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005073149, Final residual = 0.0004130177, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006549714, Final residual = 3.63961e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000118981, Final residual = 8.324722e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.16069e-05, Final residual = 1.875743e-06, No Iterations 2 time step continuity errors : sum local = 4.41796e-07, global = -1.581871e-08, cumulative = 1.811607e-06 smoothSolver: Solving for omega, Initial residual = 1.0832e-05, Final residual = 6.268571e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.387501e-05, Final residual = 4.767364e-06, No Iterations 2 ExecutionTime = 101.46 s ClockTime = 105 s forces forces output: sum of forces: pressure : (5.996426 -0.758812 -4.846902) viscous : (1.774352 -0.002869475 0.0366113) porous : (0 0 0) sum of moments: pressure : (0.3511033 -7.189518 -0.7879093) viscous : (0.0004669271 0.5585436 -1.003985e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2241388 Cl = -0.02196979 Cl(f) = -0.0109849 Cl(r) = -0.0109849 Time = 133 smoothSolver: Solving for Ux, Initial residual = 0.0001020801, Final residual = 5.679605e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009355994, Final residual = 5.177552e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0007080273, Final residual = 3.890298e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.005023627, Final residual = 0.0004106227, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006509284, Final residual = 3.617507e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001180772, Final residual = 8.266127e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.153158e-05, Final residual = 1.834958e-06, No Iterations 2 time step continuity errors : sum local = 4.321098e-07, global = -1.428177e-08, cumulative = 1.797325e-06 smoothSolver: Solving for omega, Initial residual = 1.068082e-05, Final residual = 6.179677e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.212059e-05, Final residual = 4.704563e-06, No Iterations 2 ExecutionTime = 102.2 s ClockTime = 106 s forces forces output: sum of forces: pressure : (5.990775 -0.7566742 -4.854212) viscous : (1.772178 -0.002892623 0.03680059) porous : (0 0 0) sum of moments: pressure : (0.3496742 -7.189263 -0.78664) viscous : (0.0004701631 0.5578478 -3.502805e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2239131 Cl = -0.0219088 Cl(f) = -0.0109544 Cl(r) = -0.0109544 Time = 134 smoothSolver: Solving for Ux, Initial residual = 0.0001014273, Final residual = 5.634749e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009266175, Final residual = 5.121081e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006962551, Final residual = 3.816262e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00496396, Final residual = 0.0004082996, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000645629, Final residual = 3.595412e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001171972, Final residual = 8.188557e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.149359e-05, Final residual = 1.782836e-06, No Iterations 2 time step continuity errors : sum local = 4.197571e-07, global = -1.292635e-08, cumulative = 1.784399e-06 smoothSolver: Solving for omega, Initial residual = 1.052953e-05, Final residual = 6.092679e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 9.038224e-05, Final residual = 4.64576e-06, No Iterations 2 ExecutionTime = 102.95 s ClockTime = 107 s forces forces output: sum of forces: pressure : (5.985852 -0.7553898 -4.86193) viscous : (1.770043 -0.002919258 0.03698599) porous : (0 0 0) sum of moments: pressure : (0.3486665 -7.188197 -0.7853532) viscous : (0.0004748517 0.557163 -5.916283e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2237096 Cl = -0.02187252 Cl(f) = -0.01093626 Cl(r) = -0.01093626 Time = 135 smoothSolver: Solving for Ux, Initial residual = 0.0001008184, Final residual = 5.590748e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009178634, Final residual = 5.066462e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006850117, Final residual = 3.74093e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004899691, Final residual = 0.0004060497, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006390539, Final residual = 3.573159e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001163517, Final residual = 8.118435e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.147047e-05, Final residual = 1.734397e-06, No Iterations 2 time step continuity errors : sum local = 4.082694e-07, global = -1.12365e-08, cumulative = 1.773163e-06 smoothSolver: Solving for omega, Initial residual = 1.037028e-05, Final residual = 6.00679e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.863978e-05, Final residual = 4.589625e-06, No Iterations 2 ExecutionTime = 103.7 s ClockTime = 107 s forces forces output: sum of forces: pressure : (5.981587 -0.7547995 -4.869835) viscous : (1.767947 -0.002949114 0.03716688) porous : (0 0 0) sum of moments: pressure : (0.3480174 -7.186318 -0.7840043) viscous : (0.0004808871 0.5564897 -8.268826e-05) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2235261 Cl = -0.02185636 Cl(f) = -0.01092818 Cl(r) = -0.01092818 Time = 136 smoothSolver: Solving for Ux, Initial residual = 0.0001002265, Final residual = 5.546534e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009096063, Final residual = 5.013798e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006742883, Final residual = 3.666769e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004851525, Final residual = 0.0004052908, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006343428, Final residual = 3.552975e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001156136, Final residual = 8.035081e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.13735e-05, Final residual = 1.692855e-06, No Iterations 2 time step continuity errors : sum local = 3.984077e-07, global = -1.016349e-08, cumulative = 1.762999e-06 smoothSolver: Solving for omega, Initial residual = 1.021014e-05, Final residual = 5.921537e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.698286e-05, Final residual = 4.536973e-06, No Iterations 2 ExecutionTime = 104.45 s ClockTime = 108 s forces forces output: sum of forces: pressure : (5.977979 -0.7546597 -4.878141) viscous : (1.765886 -0.002981667 0.03734307) porous : (0 0 0) sum of moments: pressure : (0.3476199 -7.183588 -0.7826014) viscous : (0.0004881409 0.5558268 -0.0001052202) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2233626 Cl = -0.02185326 Cl(f) = -0.01092663 Cl(r) = -0.01092663 Time = 137 smoothSolver: Solving for Ux, Initial residual = 9.961527e-05, Final residual = 5.497851e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0009018063, Final residual = 4.957963e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006635131, Final residual = 3.596821e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004802307, Final residual = 0.0004061468, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006325314, Final residual = 3.543188e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001150322, Final residual = 7.964908e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.127358e-05, Final residual = 1.658081e-06, No Iterations 2 time step continuity errors : sum local = 3.901362e-07, global = -9.677364e-09, cumulative = 1.753322e-06 smoothSolver: Solving for omega, Initial residual = 1.005472e-05, Final residual = 5.836288e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.538158e-05, Final residual = 4.48744e-06, No Iterations 2 ExecutionTime = 105.19 s ClockTime = 109 s forces forces output: sum of forces: pressure : (5.975079 -0.7549042 -4.887135) viscous : (1.763862 -0.003016675 0.03751398) porous : (0 0 0) sum of moments: pressure : (0.3474349 -7.17995 -0.7811952) viscous : (0.0004965858 0.5551747 -0.0001268577) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2232205 Cl = -0.02186133 Cl(f) = -0.01093066 Cl(r) = -0.01093066 Time = 138 smoothSolver: Solving for Ux, Initial residual = 9.898973e-05, Final residual = 5.449206e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008938543, Final residual = 4.902892e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006528433, Final residual = 3.527637e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004759394, Final residual = 0.0004073909, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006317078, Final residual = 3.536545e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001145308, Final residual = 7.894727e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.114847e-05, Final residual = 1.633459e-06, No Iterations 2 time step continuity errors : sum local = 3.842681e-07, global = -9.817555e-09, cumulative = 1.743504e-06 smoothSolver: Solving for omega, Initial residual = 9.902904e-06, Final residual = 5.752002e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.386092e-05, Final residual = 4.437387e-06, No Iterations 2 ExecutionTime = 105.94 s ClockTime = 110 s forces forces output: sum of forces: pressure : (5.972852 -0.7554598 -4.896745) viscous : (1.761871 -0.003053364 0.03767937) porous : (0 0 0) sum of moments: pressure : (0.3474438 -7.175501 -0.7797941) viscous : (0.0005058459 0.5545331 -0.0001477828) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2230989 Cl = -0.02187841 Cl(f) = -0.0109392 Cl(r) = -0.0109392 Time = 139 smoothSolver: Solving for Ux, Initial residual = 9.837551e-05, Final residual = 5.396643e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008864128, Final residual = 4.84393e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.00064245, Final residual = 3.459207e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004717841, Final residual = 0.0004094822, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006314056, Final residual = 3.539527e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001143758, Final residual = 7.860575e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.108337e-05, Final residual = 1.61849e-06, No Iterations 2 time step continuity errors : sum local = 3.806727e-07, global = -9.672698e-09, cumulative = 1.733831e-06 smoothSolver: Solving for omega, Initial residual = 9.753237e-06, Final residual = 5.666593e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.239737e-05, Final residual = 4.3862e-06, No Iterations 2 ExecutionTime = 106.69 s ClockTime = 110 s forces forces output: sum of forces: pressure : (5.971179 -0.7561782 -4.906904) viscous : (1.759914 -0.003091485 0.03783998) porous : (0 0 0) sum of moments: pressure : (0.3475868 -7.170317 -0.7783613) viscous : (0.0005159313 0.5539018 -0.0001680363) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2229942 Cl = -0.02190023 Cl(f) = -0.01095012 Cl(r) = -0.01095012 Time = 140 smoothSolver: Solving for Ux, Initial residual = 9.778834e-05, Final residual = 5.341676e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000878898, Final residual = 4.779841e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000632162, Final residual = 3.394159e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004679131, Final residual = 0.0004106517, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006296081, Final residual = 3.531418e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001142299, Final residual = 7.679439e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.08324e-05, Final residual = 1.60342e-06, No Iterations 2 time step continuity errors : sum local = 3.770501e-07, global = -1.028797e-08, cumulative = 1.723543e-06 smoothSolver: Solving for omega, Initial residual = 9.604048e-06, Final residual = 5.587942e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 8.097381e-05, Final residual = 4.334568e-06, No Iterations 2 ExecutionTime = 107.43 s ClockTime = 111 s forces forces output: sum of forces: pressure : (5.969922 -0.7569302 -4.917468) viscous : (1.757989 -0.003130762 0.0379964) porous : (0 0 0) sum of moments: pressure : (0.3478089 -7.164464 -0.7768375) viscous : (0.0005266785 0.5532805 -0.0001877128) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2229024 Cl = -0.02192305 Cl(f) = -0.01096153 Cl(r) = -0.01096153 Time = 141 smoothSolver: Solving for Ux, Initial residual = 9.71969e-05, Final residual = 5.285632e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008712815, Final residual = 4.712503e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006219225, Final residual = 3.331657e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004636812, Final residual = 0.0004107882, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006268407, Final residual = 3.507722e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001140996, Final residual = 7.755388e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.080977e-05, Final residual = 1.604345e-06, No Iterations 2 time step continuity errors : sum local = 3.771919e-07, global = -9.596625e-09, cumulative = 1.713947e-06 smoothSolver: Solving for omega, Initial residual = 9.460359e-06, Final residual = 5.505762e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.960975e-05, Final residual = 4.282145e-06, No Iterations 2 ExecutionTime = 108.22 s ClockTime = 112 s forces forces output: sum of forces: pressure : (5.968833 -0.7577405 -4.928308) viscous : (1.756095 -0.003170913 0.03814918) porous : (0 0 0) sum of moments: pressure : (0.3481116 -7.158034 -0.7752266) viscous : (0.0005380733 0.5526694 -0.0002069272) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2228164 Cl = -0.02194758 Cl(f) = -0.01097379 Cl(r) = -0.01097379 Time = 142 smoothSolver: Solving for Ux, Initial residual = 9.659454e-05, Final residual = 5.230905e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008642326, Final residual = 4.643696e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006120382, Final residual = 3.270034e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004588314, Final residual = 0.0004095313, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006234695, Final residual = 3.468973e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001134946, Final residual = 7.656018e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.053606e-05, Final residual = 1.593355e-06, No Iterations 2 time step continuity errors : sum local = 3.745411e-07, global = -1.024243e-08, cumulative = 1.703704e-06 smoothSolver: Solving for omega, Initial residual = 9.32087e-06, Final residual = 5.417724e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.828704e-05, Final residual = 4.230079e-06, No Iterations 2 ExecutionTime = 108.97 s ClockTime = 113 s forces forces output: sum of forces: pressure : (5.967922 -0.7585147 -4.93959) viscous : (1.754232 -0.003211527 0.03829875) porous : (0 0 0) sum of moments: pressure : (0.3484583 -7.151068 -0.7735858) viscous : (0.0005498618 0.5520682 -0.000225667) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2227363 Cl = -0.02197109 Cl(f) = -0.01098554 Cl(r) = -0.01098554 Time = 143 smoothSolver: Solving for Ux, Initial residual = 9.599692e-05, Final residual = 5.177904e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008575939, Final residual = 4.582018e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0006023347, Final residual = 3.208456e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004546324, Final residual = 0.0004073876, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006208441, Final residual = 3.42614e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001127887, Final residual = 7.567788e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 2.026639e-05, Final residual = 1.583303e-06, No Iterations 2 time step continuity errors : sum local = 3.721089e-07, global = -1.055225e-08, cumulative = 1.693152e-06 smoothSolver: Solving for omega, Initial residual = 9.186869e-06, Final residual = 5.334548e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.701658e-05, Final residual = 4.178145e-06, No Iterations 2 ExecutionTime = 109.71 s ClockTime = 114 s forces forces output: sum of forces: pressure : (5.967367 -0.7594068 -4.951348) viscous : (1.752399 -0.003252465 0.03844598) porous : (0 0 0) sum of moments: pressure : (0.348898 -7.143568 -0.772026) viscous : (0.0005619351 0.551477 -0.0002439653) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2226675 Cl = -0.021998 Cl(f) = -0.010999 Cl(r) = -0.010999 Time = 144 smoothSolver: Solving for Ux, Initial residual = 9.538851e-05, Final residual = 5.121967e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008510883, Final residual = 4.526572e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000593227, Final residual = 3.148671e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004507731, Final residual = 0.0004046752, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006180117, Final residual = 3.376609e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001121993, Final residual = 7.472546e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.998263e-05, Final residual = 1.576081e-06, No Iterations 2 time step continuity errors : sum local = 3.703496e-07, global = -1.092792e-08, cumulative = 1.682224e-06 smoothSolver: Solving for omega, Initial residual = 9.051855e-06, Final residual = 5.253498e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.579935e-05, Final residual = 4.123311e-06, No Iterations 2 ExecutionTime = 110.47 s ClockTime = 114 s forces forces output: sum of forces: pressure : (5.967167 -0.7604648 -4.963466) viscous : (1.750596 -0.003293284 0.03859166) porous : (0 0 0) sum of moments: pressure : (0.3494487 -7.135569 -0.770604) viscous : (0.0005739843 0.5508957 -0.0002617722) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2226097 Cl = -0.02202969 Cl(f) = -0.01101485 Cl(r) = -0.01101485 Time = 145 smoothSolver: Solving for Ux, Initial residual = 9.476548e-05, Final residual = 5.06534e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008443614, Final residual = 4.477963e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005844062, Final residual = 3.090993e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004472992, Final residual = 0.0004020409, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006152203, Final residual = 3.322682e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001115311, Final residual = 7.372558e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.969662e-05, Final residual = 1.569342e-06, No Iterations 2 time step continuity errors : sum local = 3.687028e-07, global = -1.140973e-08, cumulative = 1.670814e-06 smoothSolver: Solving for omega, Initial residual = 8.916302e-06, Final residual = 5.172093e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.461493e-05, Final residual = 4.068439e-06, No Iterations 2 ExecutionTime = 111.21 s ClockTime = 115 s forces forces output: sum of forces: pressure : (5.967247 -0.7615202 -4.975957) viscous : (1.748821 -0.003334161 0.03873571) porous : (0 0 0) sum of moments: pressure : (0.3500359 -7.127117 -0.7692702) viscous : (0.0005859281 0.5503246 -0.0002790136) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2225608 Cl = -0.02206131 Cl(f) = -0.01103066 Cl(r) = -0.01103066 Time = 146 smoothSolver: Solving for Ux, Initial residual = 9.41258e-05, Final residual = 5.007072e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008373215, Final residual = 4.436208e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005758257, Final residual = 3.03728e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00443889, Final residual = 0.0003991048, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006124709, Final residual = 3.262688e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001107363, Final residual = 7.144596e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.924847e-05, Final residual = 1.55555e-06, No Iterations 2 time step continuity errors : sum local = 3.653951e-07, global = -1.237569e-08, cumulative = 1.658439e-06 smoothSolver: Solving for omega, Initial residual = 8.78093e-06, Final residual = 5.093467e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.347257e-05, Final residual = 4.015565e-06, No Iterations 2 ExecutionTime = 111.95 s ClockTime = 116 s forces forces output: sum of forces: pressure : (5.967548 -0.7624006 -4.988817) viscous : (1.747076 -0.003374436 0.03887877) porous : (0 0 0) sum of moments: pressure : (0.350587 -7.118276 -0.767957) viscous : (0.0005973719 0.5497634 -0.0002957713) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2225191 Cl = -0.02208787 Cl(f) = -0.01104393 Cl(r) = -0.01104393 Time = 147 smoothSolver: Solving for Ux, Initial residual = 9.343408e-05, Final residual = 4.945464e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008302273, Final residual = 4.396058e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005675521, Final residual = 2.985826e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00441383, Final residual = 0.0003968839, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006102696, Final residual = 3.214485e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.000110087, Final residual = 7.060057e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.895804e-05, Final residual = 1.554859e-06, No Iterations 2 time step continuity errors : sum local = 3.651682e-07, global = -1.344088e-08, cumulative = 1.644998e-06 smoothSolver: Solving for omega, Initial residual = 8.647763e-06, Final residual = 5.020284e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.235549e-05, Final residual = 3.961491e-06, No Iterations 2 ExecutionTime = 112.7 s ClockTime = 117 s forces forces output: sum of forces: pressure : (5.968058 -0.7631336 -5.002012) viscous : (1.745358 -0.003413784 0.03902284) porous : (0 0 0) sum of moments: pressure : (0.3510986 -7.109073 -0.7666514) viscous : (0.0006083815 0.5492127 -0.0003121023) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2224843 Cl = -0.02211015 Cl(f) = -0.01105507 Cl(r) = -0.01105507 Time = 148 smoothSolver: Solving for Ux, Initial residual = 9.273098e-05, Final residual = 4.882927e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000822821, Final residual = 4.354789e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005593756, Final residual = 2.937912e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004390676, Final residual = 0.0003949972, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006078434, Final residual = 3.174083e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001095958, Final residual = 6.976525e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.866388e-05, Final residual = 1.554915e-06, No Iterations 2 time step continuity errors : sum local = 3.65119e-07, global = -1.476948e-08, cumulative = 1.630228e-06 smoothSolver: Solving for omega, Initial residual = 8.51851e-06, Final residual = 4.955914e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.128333e-05, Final residual = 3.90918e-06, No Iterations 2 ExecutionTime = 113.45 s ClockTime = 117 s forces forces output: sum of forces: pressure : (5.968891 -0.7636441 -5.01546) viscous : (1.743669 -0.003450259 0.03916803) porous : (0 0 0) sum of moments: pressure : (0.3515292 -7.099515 -0.7653187) viscous : (0.0006180254 0.5486723 -0.0003283548) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2224596 Cl = -0.02212592 Cl(f) = -0.01106296 Cl(r) = -0.01106296 Time = 149 smoothSolver: Solving for Ux, Initial residual = 9.199067e-05, Final residual = 4.820821e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008155235, Final residual = 4.315899e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005512962, Final residual = 2.895854e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004370712, Final residual = 0.0003935529, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006064624, Final residual = 3.136154e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001091997, Final residual = 6.873216e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.832989e-05, Final residual = 1.550595e-06, No Iterations 2 time step continuity errors : sum local = 3.640258e-07, global = -1.644476e-08, cumulative = 1.613784e-06 smoothSolver: Solving for omega, Initial residual = 8.395662e-06, Final residual = 4.896731e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 7.025794e-05, Final residual = 3.86427e-06, No Iterations 2 ExecutionTime = 114.19 s ClockTime = 118 s forces forces output: sum of forces: pressure : (5.970193 -0.7638185 -5.029223) viscous : (1.742009 -0.003484087 0.03931468) porous : (0 0 0) sum of moments: pressure : (0.3518143 -7.089586 -0.7639027) viscous : (0.00062645 0.5481427 -0.0003446368) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2224493 Cl = -0.02213193 Cl(f) = -0.01106596 Cl(r) = -0.01106596 Time = 150 smoothSolver: Solving for Ux, Initial residual = 9.124675e-05, Final residual = 4.760545e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008082192, Final residual = 4.27738e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005437029, Final residual = 2.855673e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004358954, Final residual = 0.00039251, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006061282, Final residual = 3.094049e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001088133, Final residual = 6.758571e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.796743e-05, Final residual = 1.546137e-06, No Iterations 2 time step continuity errors : sum local = 3.628909e-07, global = -1.848714e-08, cumulative = 1.595297e-06 smoothSolver: Solving for omega, Initial residual = 8.282815e-06, Final residual = 4.845945e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.925423e-05, Final residual = 3.818996e-06, No Iterations 2 ExecutionTime = 115.01 s ClockTime = 119 s forces forces output: sum of forces: pressure : (5.971893 -0.7635884 -5.043497) viscous : (1.740378 -0.003514607 0.03946298) porous : (0 0 0) sum of moments: pressure : (0.3519202 -7.079308 -0.7624043) viscous : (0.0006333487 0.5476241 -0.0003610344) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2224513 Cl = -0.02212617 Cl(f) = -0.01106309 Cl(r) = -0.01106309 Time = 151 smoothSolver: Solving for Ux, Initial residual = 9.046328e-05, Final residual = 4.702086e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0008009339, Final residual = 4.241973e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005361017, Final residual = 2.818045e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00434629, Final residual = 0.0003917423, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0006055269, Final residual = 3.050026e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001085555, Final residual = 6.621772e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.759384e-05, Final residual = 1.548153e-06, No Iterations 2 time step continuity errors : sum local = 3.632616e-07, global = -2.229715e-08, cumulative = 1.572999e-06 smoothSolver: Solving for omega, Initial residual = 8.176826e-06, Final residual = 4.795998e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.832127e-05, Final residual = 3.775317e-06, No Iterations 2 ExecutionTime = 115.76 s ClockTime = 120 s forces forces output: sum of forces: pressure : (5.973827 -0.762848 -5.058453) viscous : (1.738776 -0.003541804 0.0396131) porous : (0 0 0) sum of moments: pressure : (0.3517954 -7.068775 -0.7607829) viscous : (0.0006386519 0.5471165 -0.0003775939) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2224608 Cl = -0.0221056 Cl(f) = -0.0110528 Cl(r) = -0.0110528 Time = 152 smoothSolver: Solving for Ux, Initial residual = 8.965849e-05, Final residual = 4.646224e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007935668, Final residual = 4.205675e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005288424, Final residual = 2.779975e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004320992, Final residual = 0.000390062, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000603081, Final residual = 3.01154e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001082947, Final residual = 6.51079e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.727644e-05, Final residual = 1.562822e-06, No Iterations 2 time step continuity errors : sum local = 3.665958e-07, global = -2.530451e-08, cumulative = 1.547695e-06 smoothSolver: Solving for omega, Initial residual = 8.080405e-06, Final residual = 4.748862e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.739648e-05, Final residual = 3.732384e-06, No Iterations 2 ExecutionTime = 116.51 s ClockTime = 121 s forces forces output: sum of forces: pressure : (5.975818 -0.7615722 -5.074202) viscous : (1.737202 -0.003565861 0.03976538) porous : (0 0 0) sum of moments: pressure : (0.3514402 -7.058075 -0.7590292) viscous : (0.000642417 0.54662 -0.0003944052) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2224729 Cl = -0.0220695 Cl(f) = -0.01103475 Cl(r) = -0.01103475 Time = 153 smoothSolver: Solving for Ux, Initial residual = 8.886406e-05, Final residual = 4.593e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007864273, Final residual = 4.169322e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005220441, Final residual = 2.741422e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004299024, Final residual = 0.0003872948, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000599739, Final residual = 2.984095e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001081147, Final residual = 6.413904e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.702811e-05, Final residual = 1.567123e-06, No Iterations 2 time step continuity errors : sum local = 3.674951e-07, global = -2.66179e-08, cumulative = 1.521077e-06 smoothSolver: Solving for omega, Initial residual = 7.983854e-06, Final residual = 4.702465e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.655445e-05, Final residual = 3.687266e-06, No Iterations 2 ExecutionTime = 117.25 s ClockTime = 121 s forces forces output: sum of forces: pressure : (5.977895 -0.759784 -5.090674) viscous : (1.735658 -0.00358667 0.03991953) porous : (0 0 0) sum of moments: pressure : (0.3508605 -7.047202 -0.7571104) viscous : (0.0006447158 0.5461347 -0.0004115393) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2224883 Cl = -0.02201852 Cl(f) = -0.01100926 Cl(r) = -0.01100926 Time = 154 smoothSolver: Solving for Ux, Initial residual = 8.80621e-05, Final residual = 4.541137e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007794443, Final residual = 4.134007e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005156247, Final residual = 2.703122e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004275572, Final residual = 0.0003842994, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005955673, Final residual = 2.956583e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001076691, Final residual = 6.321943e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.672478e-05, Final residual = 1.601547e-06, No Iterations 2 time step continuity errors : sum local = 3.754601e-07, global = -3.281865e-08, cumulative = 1.488258e-06 smoothSolver: Solving for omega, Initial residual = 7.893223e-06, Final residual = 4.65993e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.576615e-05, Final residual = 3.640685e-06, No Iterations 2 ExecutionTime = 118 s ClockTime = 122 s forces forces output: sum of forces: pressure : (5.980047 -0.7575326 -5.107543) viscous : (1.734144 -0.003604198 0.0400755) porous : (0 0 0) sum of moments: pressure : (0.3500681 -7.036194 -0.7550051) viscous : (0.0006456644 0.5456603 -0.0004289154) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2225066 Cl = -0.02195409 Cl(f) = -0.01097704 Cl(r) = -0.01097704 Time = 155 smoothSolver: Solving for Ux, Initial residual = 8.724285e-05, Final residual = 4.4887e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007726041, Final residual = 4.100483e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005093481, Final residual = 2.664609e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004242506, Final residual = 0.0003814155, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005914264, Final residual = 2.939058e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001071556, Final residual = 6.243559e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.652165e-05, Final residual = 1.609992e-06, No Iterations 2 time step continuity errors : sum local = 3.773323e-07, global = -3.285394e-08, cumulative = 1.455404e-06 smoothSolver: Solving for omega, Initial residual = 7.808428e-06, Final residual = 4.61471e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.501015e-05, Final residual = 3.595851e-06, No Iterations 2 ExecutionTime = 118.74 s ClockTime = 123 s forces forces output: sum of forces: pressure : (5.982339 -0.7547918 -5.124544) viscous : (1.732657 -0.003618261 0.04023387) porous : (0 0 0) sum of moments: pressure : (0.3490403 -7.024974 -0.7526848) viscous : (0.0006454303 0.5451965 -0.0004464019) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2225299 Cl = -0.02187544 Cl(f) = -0.01093772 Cl(r) = -0.01093772 Time = 156 smoothSolver: Solving for Ux, Initial residual = 8.644197e-05, Final residual = 4.436152e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007658712, Final residual = 4.067683e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0005033155, Final residual = 2.625774e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004212582, Final residual = 0.0003793727, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005883024, Final residual = 2.928895e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001067809, Final residual = 6.188077e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.640371e-05, Final residual = 1.611965e-06, No Iterations 2 time step continuity errors : sum local = 3.776792e-07, global = -2.895296e-08, cumulative = 1.426451e-06 smoothSolver: Solving for omega, Initial residual = 7.72503e-06, Final residual = 4.571057e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.429738e-05, Final residual = 3.551474e-06, No Iterations 2 ExecutionTime = 119.48 s ClockTime = 124 s forces forces output: sum of forces: pressure : (5.984726 -0.7515832 -5.141508) viscous : (1.731197 -0.003629488 0.04039484) porous : (0 0 0) sum of moments: pressure : (0.3477822 -7.013551 -0.7501944) viscous : (0.0006443011 0.5447428 -0.0004639813) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2225566 Cl = -0.02178321 Cl(f) = -0.01089161 Cl(r) = -0.01089161 Time = 157 smoothSolver: Solving for Ux, Initial residual = 8.562981e-05, Final residual = 4.382393e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007592464, Final residual = 4.039155e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004974932, Final residual = 2.589192e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004182515, Final residual = 0.0003785149, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005855983, Final residual = 2.92641e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001063654, Final residual = 6.142212e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.633729e-05, Final residual = 1.602583e-06, No Iterations 2 time step continuity errors : sum local = 3.75366e-07, global = -2.793378e-08, cumulative = 1.398518e-06 smoothSolver: Solving for omega, Initial residual = 7.646513e-06, Final residual = 4.527884e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.363725e-05, Final residual = 3.506795e-06, No Iterations 2 ExecutionTime = 120.24 s ClockTime = 124 s forces forces output: sum of forces: pressure : (5.987186 -0.7479235 -5.158404) viscous : (1.729765 -0.003638569 0.04055773) porous : (0 0 0) sum of moments: pressure : (0.3462947 -7.001973 -0.7475653) viscous : (0.0006426136 0.5442992 -0.0004814898) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2225863 Cl = -0.02167791 Cl(f) = -0.01083896 Cl(r) = -0.01083896 Time = 158 smoothSolver: Solving for Ux, Initial residual = 8.478331e-05, Final residual = 4.32917e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007531442, Final residual = 4.012205e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004919967, Final residual = 2.554708e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004155336, Final residual = 0.0003781055, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000582045, Final residual = 2.932412e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001060258, Final residual = 6.125718e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.633337e-05, Final residual = 1.602733e-06, No Iterations 2 time step continuity errors : sum local = 3.752864e-07, global = -2.635077e-08, cumulative = 1.372167e-06 smoothSolver: Solving for omega, Initial residual = 7.574661e-06, Final residual = 4.484126e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.305802e-05, Final residual = 3.461146e-06, No Iterations 2 ExecutionTime = 120.99 s ClockTime = 125 s forces forces output: sum of forces: pressure : (5.989719 -0.7437912 -5.175472) viscous : (1.728361 -0.003646247 0.04072201) porous : (0 0 0) sum of moments: pressure : (0.3445921 -6.990287 -0.7448511) viscous : (0.0006407188 0.5438656 -0.0004987619) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2226188 Cl = -0.02155894 Cl(f) = -0.01077947 Cl(r) = -0.01077947 Time = 159 smoothSolver: Solving for Ux, Initial residual = 8.389502e-05, Final residual = 4.274335e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007473169, Final residual = 3.979492e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000486717, Final residual = 2.52329e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004131684, Final residual = 0.0003785958, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000579835, Final residual = 2.947481e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001058548, Final residual = 6.11714e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.634725e-05, Final residual = 1.599036e-06, No Iterations 2 time step continuity errors : sum local = 3.742998e-07, global = -2.499242e-08, cumulative = 1.347174e-06 smoothSolver: Solving for omega, Initial residual = 7.50395e-06, Final residual = 4.440489e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.249576e-05, Final residual = 3.417342e-06, No Iterations 2 ExecutionTime = 121.73 s ClockTime = 126 s forces forces output: sum of forces: pressure : (5.992341 -0.7391909 -5.19271) viscous : (1.726983 -0.003653714 0.04088829) porous : (0 0 0) sum of moments: pressure : (0.342674 -6.978537 -0.7420378) viscous : (0.0006391459 0.5434417 -0.0005158474) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2226547 Cl = -0.02142647 Cl(f) = -0.01071323 Cl(r) = -0.01071323 Time = 160 smoothSolver: Solving for Ux, Initial residual = 8.298497e-05, Final residual = 4.220035e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007416313, Final residual = 3.940518e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004816061, Final residual = 2.49422e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004119425, Final residual = 0.0003797978, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005797238, Final residual = 2.970724e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001060165, Final residual = 6.120198e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.640959e-05, Final residual = 1.583566e-06, No Iterations 2 time step continuity errors : sum local = 3.705695e-07, global = -2.451995e-08, cumulative = 1.322654e-06 smoothSolver: Solving for omega, Initial residual = 7.436532e-06, Final residual = 4.39565e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.193125e-05, Final residual = 3.376521e-06, No Iterations 2 ExecutionTime = 122.48 s ClockTime = 127 s forces forces output: sum of forces: pressure : (5.995048 -0.7341506 -5.209948) viscous : (1.725631 -0.003661476 0.04105698) porous : (0 0 0) sum of moments: pressure : (0.3405482 -6.96673 -0.739154) viscous : (0.0006380746 0.5430272 -0.0005329164) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2226938 Cl = -0.02128131 Cl(f) = -0.01064066 Cl(r) = -0.01064066 Time = 161 smoothSolver: Solving for Ux, Initial residual = 8.205435e-05, Final residual = 4.164551e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007361565, Final residual = 3.897221e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004767886, Final residual = 2.464804e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004101856, Final residual = 0.0003811448, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005803117, Final residual = 3.003482e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001063542, Final residual = 6.139811e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.65022e-05, Final residual = 1.573253e-06, No Iterations 2 time step continuity errors : sum local = 3.680394e-07, global = -2.275837e-08, cumulative = 1.299896e-06 smoothSolver: Solving for omega, Initial residual = 7.367386e-06, Final residual = 4.348143e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.138788e-05, Final residual = 3.336666e-06, No Iterations 2 ExecutionTime = 123.26 s ClockTime = 128 s forces forces output: sum of forces: pressure : (5.99777 -0.7288275 -5.227091) viscous : (1.724302 -0.00366981 0.04122849) porous : (0 0 0) sum of moments: pressure : (0.3382893 -6.954873 -0.7361711) viscous : (0.0006376586 0.5426213 -0.0005497748) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.222734 Cl = -0.02112801 Cl(f) = -0.01056401 Cl(r) = -0.01056401 Time = 162 smoothSolver: Solving for Ux, Initial residual = 8.108037e-05, Final residual = 4.106926e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007306837, Final residual = 3.851902e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000472191, Final residual = 2.435665e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004087594, Final residual = 0.0003822346, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005814735, Final residual = 3.039131e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001066523, Final residual = 6.165385e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.663828e-05, Final residual = 1.576117e-06, No Iterations 2 time step continuity errors : sum local = 3.685793e-07, global = -2.048076e-08, cumulative = 1.279415e-06 smoothSolver: Solving for omega, Initial residual = 7.300151e-06, Final residual = 4.2999e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.086474e-05, Final residual = 3.29961e-06, No Iterations 2 ExecutionTime = 124 s ClockTime = 128 s forces forces output: sum of forces: pressure : (6.00038 -0.7231834 -5.244172) viscous : (1.722995 -0.003678991 0.04140297) porous : (0 0 0) sum of moments: pressure : (0.3358836 -6.942961 -0.7329692) viscous : (0.0006379508 0.5422229 -0.0005659945) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2227716 Cl = -0.02096548 Cl(f) = -0.01048274 Cl(r) = -0.01048274 Time = 163 smoothSolver: Solving for Ux, Initial residual = 8.010484e-05, Final residual = 4.048435e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007256522, Final residual = 3.808577e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004679295, Final residual = 2.40705e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004083388, Final residual = 0.0003828366, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005823336, Final residual = 3.063587e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001068625, Final residual = 6.225958e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.681479e-05, Final residual = 1.587736e-06, No Iterations 2 time step continuity errors : sum local = 3.711552e-07, global = -1.838629e-08, cumulative = 1.261029e-06 smoothSolver: Solving for omega, Initial residual = 7.230991e-06, Final residual = 4.259505e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 6.034356e-05, Final residual = 3.263007e-06, No Iterations 2 ExecutionTime = 124.75 s ClockTime = 129 s forces forces output: sum of forces: pressure : (6.003062 -0.717095 -5.261267) viscous : (1.72171 -0.003688046 0.04158098) porous : (0 0 0) sum of moments: pressure : (0.3332624 -6.930936 -0.7294494) viscous : (0.0006385831 0.5418318 -0.0005816212) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2228119 Cl = -0.02079013 Cl(f) = -0.01039506 Cl(r) = -0.01039506 Time = 164 smoothSolver: Solving for Ux, Initial residual = 7.909093e-05, Final residual = 3.99021e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007204324, Final residual = 3.767496e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004637199, Final residual = 2.380704e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004078263, Final residual = 0.0003827871, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005826471, Final residual = 3.07228e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001069414, Final residual = 6.301616e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.700247e-05, Final residual = 1.598397e-06, No Iterations 2 time step continuity errors : sum local = 3.735016e-07, global = -1.64759e-08, cumulative = 1.244553e-06 smoothSolver: Solving for omega, Initial residual = 7.161228e-06, Final residual = 4.224857e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.981281e-05, Final residual = 3.227875e-06, No Iterations 2 ExecutionTime = 125.49 s ClockTime = 130 s forces forces output: sum of forces: pressure : (6.006084 -0.7105929 -5.27838) viscous : (1.720447 -0.003698589 0.04176303) porous : (0 0 0) sum of moments: pressure : (0.3304352 -6.918782 -0.7256649) viscous : (0.0006402866 0.5414479 -0.0005965504) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2228626 Cl = -0.02060289 Cl(f) = -0.01030144 Cl(r) = -0.01030144 Time = 165 smoothSolver: Solving for Ux, Initial residual = 7.806218e-05, Final residual = 3.933963e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007152363, Final residual = 3.730776e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004596756, Final residual = 2.354803e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004072185, Final residual = 0.0003821713, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005823798, Final residual = 3.069456e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001069129, Final residual = 6.375326e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.71596e-05, Final residual = 1.608234e-06, No Iterations 2 time step continuity errors : sum local = 3.756502e-07, global = -1.489159e-08, cumulative = 1.229662e-06 smoothSolver: Solving for omega, Initial residual = 7.093071e-06, Final residual = 4.19547e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.926242e-05, Final residual = 3.194765e-06, No Iterations 2 ExecutionTime = 126.23 s ClockTime = 131 s forces forces output: sum of forces: pressure : (6.009592 -0.7037851 -5.29543) viscous : (1.719205 -0.00370996 0.04194974) porous : (0 0 0) sum of moments: pressure : (0.3274645 -6.906477 -0.7217344) viscous : (0.0006425528 0.5410709 -0.0006109654) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.222928 Cl = -0.02040685 Cl(f) = -0.01020343 Cl(r) = -0.01020343 Time = 166 smoothSolver: Solving for Ux, Initial residual = 7.701164e-05, Final residual = 3.877882e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007101626, Final residual = 3.694396e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004558117, Final residual = 2.329199e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004071171, Final residual = 0.0003815146, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005809882, Final residual = 3.0699e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001065968, Final residual = 6.27141e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.699368e-05, Final residual = 1.582472e-06, No Iterations 2 time step continuity errors : sum local = 3.694863e-07, global = -1.457079e-08, cumulative = 1.215091e-06 smoothSolver: Solving for omega, Initial residual = 7.028438e-06, Final residual = 4.170139e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.872223e-05, Final residual = 3.160589e-06, No Iterations 2 ExecutionTime = 126.98 s ClockTime = 131 s forces forces output: sum of forces: pressure : (6.013406 -0.6968608 -5.312217) viscous : (1.717985 -0.003723509 0.04214199) porous : (0 0 0) sum of moments: pressure : (0.3244447 -6.894077 -0.7176982) viscous : (0.0006460323 0.5407007 -0.0006248265) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2230028 Cl = -0.02020752 Cl(f) = -0.01010376 Cl(r) = -0.01010376 Time = 167 smoothSolver: Solving for Ux, Initial residual = 7.596107e-05, Final residual = 3.823784e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007051037, Final residual = 3.657564e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000451946, Final residual = 2.302914e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004061987, Final residual = 0.0003806929, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005789924, Final residual = 3.08172e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001059531, Final residual = 6.298443e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.70129e-05, Final residual = 1.581458e-06, No Iterations 2 time step continuity errors : sum local = 3.691061e-07, global = -1.389291e-08, cumulative = 1.201198e-06 smoothSolver: Solving for omega, Initial residual = 6.963753e-06, Final residual = 4.147564e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.815493e-05, Final residual = 3.128399e-06, No Iterations 2 ExecutionTime = 127.72 s ClockTime = 132 s forces forces output: sum of forces: pressure : (6.017173 -0.6900176 -5.328207) viscous : (1.716783 -0.003738641 0.04234007) porous : (0 0 0) sum of moments: pressure : (0.3214999 -6.881674 -0.7135101) viscous : (0.0006503942 0.540336 -0.0006378078) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2230768 Cl = -0.02001057 Cl(f) = -0.01000529 Cl(r) = -0.01000529 Time = 168 smoothSolver: Solving for Ux, Initial residual = 7.490962e-05, Final residual = 3.772898e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0007000048, Final residual = 3.62326e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004480224, Final residual = 2.276791e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004058326, Final residual = 0.0003791695, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005764551, Final residual = 3.092268e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001053471, Final residual = 6.330627e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.704886e-05, Final residual = 1.589457e-06, No Iterations 2 time step continuity errors : sum local = 3.708334e-07, global = -1.332233e-08, cumulative = 1.187876e-06 smoothSolver: Solving for omega, Initial residual = 6.904398e-06, Final residual = 4.127475e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.760951e-05, Final residual = 3.102795e-06, No Iterations 2 ExecutionTime = 128.46 s ClockTime = 133 s forces forces output: sum of forces: pressure : (6.020694 -0.6833179 -5.343332) viscous : (1.715601 -0.003755668 0.04254418) porous : (0 0 0) sum of moments: pressure : (0.3186478 -6.869362 -0.7091874) viscous : (0.000655629 0.5399768 -0.000650229) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2231442 Cl = -0.01981782 Cl(f) = -0.009908909 Cl(r) = -0.009908909 Time = 169 smoothSolver: Solving for Ux, Initial residual = 7.384597e-05, Final residual = 3.724311e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000694775, Final residual = 3.590417e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004441358, Final residual = 2.250413e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004055773, Final residual = 0.0003768904, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005750134, Final residual = 3.102227e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001048004, Final residual = 6.373696e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.711649e-05, Final residual = 1.604375e-06, No Iterations 2 time step continuity errors : sum local = 3.741702e-07, global = -1.290184e-08, cumulative = 1.174974e-06 smoothSolver: Solving for omega, Initial residual = 6.847505e-06, Final residual = 4.107793e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.703145e-05, Final residual = 3.077219e-06, No Iterations 2 ExecutionTime = 129.2 s ClockTime = 134 s forces forces output: sum of forces: pressure : (6.024048 -0.6765047 -5.357745) viscous : (1.714437 -0.003773957 0.04275457) porous : (0 0 0) sum of moments: pressure : (0.3157717 -6.85714 -0.7047224) viscous : (0.0006613442 0.5396232 -0.0006621481) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2232074 Cl = -0.01962183 Cl(f) = -0.009810914 Cl(r) = -0.009810914 Time = 170 smoothSolver: Solving for Ux, Initial residual = 7.279014e-05, Final residual = 3.677621e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006893566, Final residual = 3.556753e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004401209, Final residual = 2.224576e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004050115, Final residual = 0.0003741084, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005727957, Final residual = 3.101661e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001042341, Final residual = 6.398895e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.713757e-05, Final residual = 1.609233e-06, No Iterations 2 time step continuity errors : sum local = 3.75163e-07, global = -1.249822e-08, cumulative = 1.162476e-06 smoothSolver: Solving for omega, Initial residual = 6.796503e-06, Final residual = 4.083842e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.645709e-05, Final residual = 3.052677e-06, No Iterations 2 ExecutionTime = 129.96 s ClockTime = 135 s forces forces output: sum of forces: pressure : (6.027436 -0.6695268 -5.371398) viscous : (1.713295 -0.003793192 0.04297051) porous : (0 0 0) sum of moments: pressure : (0.3128567 -6.844962 -0.7001431) viscous : (0.0006674602 0.5392764 -0.000673211) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2232722 Cl = -0.01942111 Cl(f) = -0.009710557 Cl(r) = -0.009710557 Time = 171 smoothSolver: Solving for Ux, Initial residual = 7.174863e-05, Final residual = 3.632284e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006844375, Final residual = 3.524282e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004363226, Final residual = 2.200063e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004048284, Final residual = 0.0003717888, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005696449, Final residual = 3.09171e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001038034, Final residual = 6.411658e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.713189e-05, Final residual = 1.616806e-06, No Iterations 2 time step continuity errors : sum local = 3.767899e-07, global = -1.183564e-08, cumulative = 1.15064e-06 smoothSolver: Solving for omega, Initial residual = 6.744959e-06, Final residual = 4.056774e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.588279e-05, Final residual = 3.027113e-06, No Iterations 2 ExecutionTime = 130.71 s ClockTime = 135 s forces forces output: sum of forces: pressure : (6.031011 -0.6624461 -5.38446) viscous : (1.712173 -0.003814579 0.04319167) porous : (0 0 0) sum of moments: pressure : (0.3099165 -6.832794 -0.6955116) viscous : (0.0006743852 0.5389354 -0.0006840994) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2233429 Cl = -0.0192175 Cl(f) = -0.009608748 Cl(r) = -0.009608748 Time = 172 smoothSolver: Solving for Ux, Initial residual = 7.069051e-05, Final residual = 3.589953e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006799071, Final residual = 3.491563e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004323729, Final residual = 2.17624e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004044101, Final residual = 0.0003701928, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005661995, Final residual = 3.081286e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001034562, Final residual = 6.430793e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.710961e-05, Final residual = 1.6237e-06, No Iterations 2 time step continuity errors : sum local = 3.7826e-07, global = -1.160258e-08, cumulative = 1.139037e-06 smoothSolver: Solving for omega, Initial residual = 6.694847e-06, Final residual = 4.028936e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.53009e-05, Final residual = 3.002423e-06, No Iterations 2 ExecutionTime = 131.45 s ClockTime = 136 s forces forces output: sum of forces: pressure : (6.034808 -0.6552961 -5.396959) viscous : (1.71107 -0.003838246 0.04341772) porous : (0 0 0) sum of moments: pressure : (0.3069585 -6.82065 -0.6908691) viscous : (0.000682105 0.5385999 -0.0006947425) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2234206 Cl = -0.01901195 Cl(f) = -0.009505973 Cl(r) = -0.009505973 Time = 173 smoothSolver: Solving for Ux, Initial residual = 6.963383e-05, Final residual = 3.549599e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006753244, Final residual = 3.455255e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004283113, Final residual = 2.151917e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004040601, Final residual = 0.0003689329, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005632022, Final residual = 3.074891e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001032996, Final residual = 6.443994e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.709512e-05, Final residual = 1.630228e-06, No Iterations 2 time step continuity errors : sum local = 3.796456e-07, global = -1.149712e-08, cumulative = 1.12754e-06 smoothSolver: Solving for omega, Initial residual = 6.647696e-06, Final residual = 4.001523e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.477228e-05, Final residual = 2.97956e-06, No Iterations 2 ExecutionTime = 132.19 s ClockTime = 137 s forces forces output: sum of forces: pressure : (6.038699 -0.6482584 -5.408786) viscous : (1.709985 -0.003863983 0.04364836) porous : (0 0 0) sum of moments: pressure : (0.3040464 -6.808546 -0.6862367) viscous : (0.0006905818 0.5382695 -0.0007050189) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2235015 Cl = -0.0188097 Cl(f) = -0.009404848 Cl(r) = -0.009404848 Time = 174 smoothSolver: Solving for Ux, Initial residual = 6.857586e-05, Final residual = 3.509252e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006708609, Final residual = 3.421867e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004240232, Final residual = 2.128108e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004038623, Final residual = 0.0003683228, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005619626, Final residual = 3.07443e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001034954, Final residual = 6.601348e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.738652e-05, Final residual = 1.671781e-06, No Iterations 2 time step continuity errors : sum local = 3.891965e-07, global = -1.141942e-08, cumulative = 1.116121e-06 smoothSolver: Solving for omega, Initial residual = 6.604773e-06, Final residual = 3.973518e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.423674e-05, Final residual = 2.955761e-06, No Iterations 2 ExecutionTime = 132.94 s ClockTime = 138 s forces forces output: sum of forces: pressure : (6.042606 -0.6415714 -5.419815) viscous : (1.708917 -0.00389174 0.04388335) porous : (0 0 0) sum of moments: pressure : (0.3012781 -6.796504 -0.6816592) viscous : (0.0006998193 0.5379436 -0.0007146649) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2235835 Cl = -0.01861762 Cl(f) = -0.009308808 Cl(r) = -0.009308808 Time = 175 smoothSolver: Solving for Ux, Initial residual = 6.751012e-05, Final residual = 3.468133e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006665087, Final residual = 3.385854e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000419708, Final residual = 2.104755e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004034336, Final residual = 0.0003684467, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005614786, Final residual = 3.074072e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001036764, Final residual = 6.604636e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.742846e-05, Final residual = 1.680026e-06, No Iterations 2 time step continuity errors : sum local = 3.91e-07, global = -1.148373e-08, cumulative = 1.104637e-06 smoothSolver: Solving for omega, Initial residual = 6.566308e-06, Final residual = 3.944608e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.373125e-05, Final residual = 2.934839e-06, No Iterations 2 ExecutionTime = 133.69 s ClockTime = 138 s forces forces output: sum of forces: pressure : (6.046505 -0.6351839 -5.43002) viscous : (1.707864 -0.003921319 0.04412231) porous : (0 0 0) sum of moments: pressure : (0.2986431 -6.784548 -0.6771027) viscous : (0.0007097709 0.5376222 -0.0007235532) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2236656 Cl = -0.01843423 Cl(f) = -0.009217114 Cl(r) = -0.009217114 Time = 176 smoothSolver: Solving for Ux, Initial residual = 6.645369e-05, Final residual = 3.427068e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006623645, Final residual = 3.346793e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004155008, Final residual = 2.078487e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004029539, Final residual = 0.000368891, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005606169, Final residual = 3.070702e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001037895, Final residual = 6.580638e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.740759e-05, Final residual = 1.683824e-06, No Iterations 2 time step continuity errors : sum local = 3.917741e-07, global = -1.157494e-08, cumulative = 1.093062e-06 smoothSolver: Solving for omega, Initial residual = 6.528031e-06, Final residual = 3.911748e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.331637e-05, Final residual = 2.914082e-06, No Iterations 2 ExecutionTime = 134.43 s ClockTime = 139 s forces forces output: sum of forces: pressure : (6.05045 -0.6289304 -5.439379) viscous : (1.706828 -0.003953049 0.04436474) porous : (0 0 0) sum of moments: pressure : (0.2960734 -6.772668 -0.6725574) viscous : (0.0007206376 0.5373052 -0.0007317726) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2237495 Cl = -0.01825477 Cl(f) = -0.009127386 Cl(r) = -0.009127386 Time = 177 smoothSolver: Solving for Ux, Initial residual = 6.540952e-05, Final residual = 3.38412e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006584726, Final residual = 3.307976e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000411092, Final residual = 2.05058e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004031536, Final residual = 0.0003692742, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000559464, Final residual = 3.059221e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001036669, Final residual = 6.512366e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.728334e-05, Final residual = 1.680644e-06, No Iterations 2 time step continuity errors : sum local = 3.909438e-07, global = -1.170409e-08, cumulative = 1.081358e-06 smoothSolver: Solving for omega, Initial residual = 6.490183e-06, Final residual = 3.87623e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.293237e-05, Final residual = 2.891599e-06, No Iterations 2 ExecutionTime = 135.17 s ClockTime = 140 s forces forces output: sum of forces: pressure : (6.054422 -0.6228646 -5.447856) viscous : (1.705807 -0.00398687 0.04461035) porous : (0 0 0) sum of moments: pressure : (0.2935875 -6.760934 -0.6680757) viscous : (0.0007324048 0.5369923 -0.0007394042) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2238346 Cl = -0.01808078 Cl(f) = -0.009040392 Cl(r) = -0.009040392 Time = 178 smoothSolver: Solving for Ux, Initial residual = 6.437837e-05, Final residual = 3.339649e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000654349, Final residual = 3.268794e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004066005, Final residual = 2.019909e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004033443, Final residual = 0.0003694703, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005575609, Final residual = 3.043625e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001031296, Final residual = 6.414715e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.708069e-05, Final residual = 1.670883e-06, No Iterations 2 time step continuity errors : sum local = 3.885926e-07, global = -1.185639e-08, cumulative = 1.069502e-06 smoothSolver: Solving for omega, Initial residual = 6.449965e-06, Final residual = 3.837614e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.256942e-05, Final residual = 2.867283e-06, No Iterations 2 ExecutionTime = 135.91 s ClockTime = 141 s forces forces output: sum of forces: pressure : (6.058311 -0.6169679 -5.455558) viscous : (1.704801 -0.004022604 0.04485883) porous : (0 0 0) sum of moments: pressure : (0.2911698 -6.749378 -0.6636786) viscous : (0.0007450832 0.5366833 -0.0007464318) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2239177 Cl = -0.01791173 Cl(f) = -0.008955865 Cl(r) = -0.008955865 Time = 179 smoothSolver: Solving for Ux, Initial residual = 6.335036e-05, Final residual = 3.292771e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006498464, Final residual = 3.232984e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0004022612, Final residual = 1.986481e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004029728, Final residual = 0.0003690407, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005560921, Final residual = 3.023167e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001022939, Final residual = 6.278723e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.679869e-05, Final residual = 1.653301e-06, No Iterations 2 time step continuity errors : sum local = 3.844316e-07, global = -1.20451e-08, cumulative = 1.057456e-06 smoothSolver: Solving for omega, Initial residual = 6.406916e-06, Final residual = 3.800522e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.221032e-05, Final residual = 2.84343e-06, No Iterations 2 ExecutionTime = 136.65 s ClockTime = 141 s forces forces output: sum of forces: pressure : (6.062099 -0.611359 -5.462511) viscous : (1.703808 -0.004060013 0.04510977) porous : (0 0 0) sum of moments: pressure : (0.2888644 -6.73795 -0.6594139) viscous : (0.0007584641 0.5363783 -0.0007527744) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2239983 Cl = -0.01775103 Cl(f) = -0.008875515 Cl(r) = -0.008875515 Time = 180 smoothSolver: Solving for Ux, Initial residual = 6.233899e-05, Final residual = 3.247302e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.00064514, Final residual = 3.199066e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003977595, Final residual = 1.952867e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004025153, Final residual = 0.000367863, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005540531, Final residual = 2.998793e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001013863, Final residual = 6.139854e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.649641e-05, Final residual = 1.634568e-06, No Iterations 2 time step continuity errors : sum local = 3.800063e-07, global = -1.225256e-08, cumulative = 1.045204e-06 smoothSolver: Solving for omega, Initial residual = 6.358114e-06, Final residual = 3.763177e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.185293e-05, Final residual = 2.817488e-06, No Iterations 2 ExecutionTime = 137.41 s ClockTime = 142 s forces forces output: sum of forces: pressure : (6.065728 -0.6060052 -5.468771) viscous : (1.702829 -0.004099059 0.04536264) porous : (0 0 0) sum of moments: pressure : (0.2866545 -6.726663 -0.6552479) viscous : (0.000772467 0.5360774 -0.0007585159) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2240748 Cl = -0.01759773 Cl(f) = -0.008798865 Cl(r) = -0.008798865 Time = 181 smoothSolver: Solving for Ux, Initial residual = 6.135563e-05, Final residual = 3.203586e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000639972, Final residual = 3.165332e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003928412, Final residual = 1.917176e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.004011054, Final residual = 0.0003660839, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005512716, Final residual = 2.973974e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0001006324, Final residual = 5.992152e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.617791e-05, Final residual = 1.611572e-06, No Iterations 2 time step continuity errors : sum local = 3.745958e-07, global = -1.252956e-08, cumulative = 1.032674e-06 smoothSolver: Solving for omega, Initial residual = 6.304161e-06, Final residual = 3.724804e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.149345e-05, Final residual = 2.792251e-06, No Iterations 2 ExecutionTime = 138.18 s ClockTime = 143 s forces forces output: sum of forces: pressure : (6.069145 -0.6010473 -5.474069) viscous : (1.701864 -0.004139412 0.04561665) porous : (0 0 0) sum of moments: pressure : (0.2845825 -6.715616 -0.6512185) viscous : (0.0007869347 0.5357804 -0.0007637413) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2241455 Cl = -0.01745589 Cl(f) = -0.008727945 Cl(r) = -0.008727945 Time = 182 smoothSolver: Solving for Ux, Initial residual = 6.038465e-05, Final residual = 3.159514e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006347101, Final residual = 3.132322e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003880391, Final residual = 1.880975e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003994412, Final residual = 0.0003632939, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005477692, Final residual = 2.952481e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.984313e-05, Final residual = 5.87459e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.589732e-05, Final residual = 1.588827e-06, No Iterations 2 time step continuity errors : sum local = 3.692441e-07, global = -1.282292e-08, cumulative = 1.019851e-06 smoothSolver: Solving for omega, Initial residual = 6.243839e-06, Final residual = 3.686859e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.110276e-05, Final residual = 2.765795e-06, No Iterations 2 ExecutionTime = 138.93 s ClockTime = 144 s forces forces output: sum of forces: pressure : (6.072227 -0.5966061 -5.478453) viscous : (1.700913 -0.004180877 0.04587132) porous : (0 0 0) sum of moments: pressure : (0.282695 -6.704877 -0.6473429) viscous : (0.0008018703 0.5354876 -0.00076848) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.224207 Cl = -0.01732898 Cl(f) = -0.008664492 Cl(r) = -0.008664492 Time = 183 smoothSolver: Solving for Ux, Initial residual = 5.943906e-05, Final residual = 3.114251e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006289645, Final residual = 3.098722e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.000383121, Final residual = 1.845994e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003975812, Final residual = 0.0003599738, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005426512, Final residual = 2.927137e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.906135e-05, Final residual = 5.764224e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.56321e-05, Final residual = 7.613118e-07, No Iterations 3 time step continuity errors : sum local = 1.768993e-07, global = -4.636924e-09, cumulative = 1.015215e-06 smoothSolver: Solving for omega, Initial residual = 6.172781e-06, Final residual = 3.644028e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.069128e-05, Final residual = 2.739096e-06, No Iterations 2 ExecutionTime = 139.68 s ClockTime = 145 s forces forces output: sum of forces: pressure : (6.074984 -0.592659 -5.482244) viscous : (1.699976 -0.004222451 0.04612608) porous : (0 0 0) sum of moments: pressure : (0.2809843 -6.694488 -0.6436442) viscous : (0.0008168878 0.5351988 -0.0007727482) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2242595 Cl = -0.01721634 Cl(f) = -0.008608168 Cl(r) = -0.008608168 Time = 184 smoothSolver: Solving for Ux, Initial residual = 5.852848e-05, Final residual = 3.070567e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006230081, Final residual = 3.063001e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003780504, Final residual = 1.812269e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003958068, Final residual = 0.0003569366, No Iterations 1 GAMG: Solving for p, Initial residual = 0.000536484, Final residual = 2.898551e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.82107e-05, Final residual = 5.682549e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.539565e-05, Final residual = 1.525926e-06, No Iterations 2 time step continuity errors : sum local = 3.54515e-07, global = -1.273006e-08, cumulative = 1.002484e-06 smoothSolver: Solving for omega, Initial residual = 6.092852e-06, Final residual = 3.599264e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 5.025975e-05, Final residual = 2.714548e-06, No Iterations 2 ExecutionTime = 140.44 s ClockTime = 145 s forces forces output: sum of forces: pressure : (6.077209 -0.5890906 -5.485046) viscous : (1.699055 -0.004265258 0.04638049) porous : (0 0 0) sum of moments: pressure : (0.2794131 -6.684654 -0.6401337) viscous : (0.0008326068 0.5349147 -0.0007767586) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2242971 Cl = -0.01711464 Cl(f) = -0.008557321 Cl(r) = -0.008557321 Time = 185 smoothSolver: Solving for Ux, Initial residual = 5.761942e-05, Final residual = 3.026032e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006164749, Final residual = 3.028955e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003727769, Final residual = 1.77948e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003932205, Final residual = 0.0003540481, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005307045, Final residual = 2.872127e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.726355e-05, Final residual = 5.60687e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.517091e-05, Final residual = 1.508303e-06, No Iterations 2 time step continuity errors : sum local = 3.503719e-07, global = -1.371806e-08, cumulative = 9.887664e-07 smoothSolver: Solving for omega, Initial residual = 6.010348e-06, Final residual = 3.552305e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.981855e-05, Final residual = 2.691183e-06, No Iterations 2 ExecutionTime = 141.19 s ClockTime = 146 s forces forces output: sum of forces: pressure : (6.079063 -0.5860081 -5.487619) viscous : (1.698147 -0.004306526 0.04663437) porous : (0 0 0) sum of moments: pressure : (0.2780111 -6.675215 -0.6368174) viscous : (0.0008476506 0.5346344 -0.0007806227) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2243244 Cl = -0.01702692 Cl(f) = -0.008513462 Cl(r) = -0.008513462 Time = 186 smoothSolver: Solving for Ux, Initial residual = 5.671797e-05, Final residual = 2.982886e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006094768, Final residual = 2.993717e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003675177, Final residual = 1.751414e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00390648, Final residual = 0.0003516056, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005251926, Final residual = 2.851485e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.634694e-05, Final residual = 5.604346e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.508053e-05, Final residual = 7.164238e-07, No Iterations 3 time step continuity errors : sum local = 1.66404e-07, global = -6.602749e-09, cumulative = 9.821637e-07 smoothSolver: Solving for omega, Initial residual = 5.919492e-06, Final residual = 3.50483e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.937822e-05, Final residual = 2.669893e-06, No Iterations 2 ExecutionTime = 141.96 s ClockTime = 147 s forces forces output: sum of forces: pressure : (6.080522 -0.5834292 -5.49024) viscous : (1.697257 -0.004348127 0.04688867) porous : (0 0 0) sum of moments: pressure : (0.2767912 -6.666122 -0.6336779) viscous : (0.0008630821 0.5343591 -0.0007843395) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2243408 Cl = -0.01695374 Cl(f) = -0.008476868 Cl(r) = -0.008476868 Time = 187 smoothSolver: Solving for Ux, Initial residual = 5.586118e-05, Final residual = 2.942015e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0006023864, Final residual = 2.957461e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003624135, Final residual = 1.724681e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0038759, Final residual = 0.0003487471, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005199379, Final residual = 2.825281e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.526386e-05, Final residual = 5.484744e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.479533e-05, Final residual = 1.470093e-06, No Iterations 2 time step continuity errors : sum local = 3.414364e-07, global = -1.517379e-08, cumulative = 9.669899e-07 smoothSolver: Solving for omega, Initial residual = 5.827469e-06, Final residual = 3.458194e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.894771e-05, Final residual = 2.652396e-06, No Iterations 2 ExecutionTime = 142.71 s ClockTime = 148 s forces forces output: sum of forces: pressure : (6.081515 -0.5811961 -5.49223) viscous : (1.696382 -0.004387901 0.04714282) porous : (0 0 0) sum of moments: pressure : (0.2757057 -6.65748 -0.6306575) viscous : (0.0008776732 0.534088 -0.0007881586) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2243442 Cl = -0.01689047 Cl(f) = -0.008445237 Cl(r) = -0.008445237 Time = 188 smoothSolver: Solving for Ux, Initial residual = 5.500949e-05, Final residual = 2.903888e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005949857, Final residual = 2.919257e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003572261, Final residual = 1.697671e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003838124, Final residual = 0.000345559, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005150062, Final residual = 2.806563e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.43516e-05, Final residual = 5.457155e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.467872e-05, Final residual = 1.462046e-06, No Iterations 2 time step continuity errors : sum local = 3.395533e-07, global = -1.605094e-08, cumulative = 9.509389e-07 smoothSolver: Solving for omega, Initial residual = 5.739496e-06, Final residual = 3.412801e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.851993e-05, Final residual = 2.637599e-06, No Iterations 2 ExecutionTime = 143.46 s ClockTime = 148 s forces forces output: sum of forces: pressure : (6.082079 -0.5792114 -5.493876) viscous : (1.695525 -0.004427948 0.04739777) porous : (0 0 0) sum of moments: pressure : (0.2747226 -6.649205 -0.6277406) viscous : (0.0008925138 0.5338217 -0.000792044) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2243357 Cl = -0.01683438 Cl(f) = -0.008417192 Cl(r) = -0.008417192 Time = 189 smoothSolver: Solving for Ux, Initial residual = 5.419016e-05, Final residual = 2.867109e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005875438, Final residual = 2.881928e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003521638, Final residual = 1.672632e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003795167, Final residual = 0.0003421773, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005104641, Final residual = 2.788224e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.354346e-05, Final residual = 5.434662e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.458701e-05, Final residual = 6.762351e-07, No Iterations 3 time step continuity errors : sum local = 1.570476e-07, global = -6.602562e-09, cumulative = 9.443364e-07 smoothSolver: Solving for omega, Initial residual = 5.6541e-06, Final residual = 3.369097e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.808778e-05, Final residual = 2.62434e-06, No Iterations 2 ExecutionTime = 144.21 s ClockTime = 149 s forces forces output: sum of forces: pressure : (6.082234 -0.5775368 -5.495303) viscous : (1.694682 -0.004465606 0.04765343) porous : (0 0 0) sum of moments: pressure : (0.2738528 -6.641281 -0.6249678) viscous : (0.0009061469 0.5335588 -0.0007957642) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2243159 Cl = -0.01678717 Cl(f) = -0.008393583 Cl(r) = -0.008393583 Time = 190 smoothSolver: Solving for Ux, Initial residual = 5.342277e-05, Final residual = 2.833075e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.000580148, Final residual = 2.844084e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003472895, Final residual = 1.648257e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003746086, Final residual = 0.0003388254, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005051948, Final residual = 2.761824e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.279791e-05, Final residual = 5.338703e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.440572e-05, Final residual = 1.425935e-06, No Iterations 2 time step continuity errors : sum local = 3.311537e-07, global = -1.809401e-08, cumulative = 9.262424e-07 smoothSolver: Solving for omega, Initial residual = 5.575157e-06, Final residual = 3.325946e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.767949e-05, Final residual = 2.611444e-06, No Iterations 2 ExecutionTime = 144.96 s ClockTime = 150 s forces forces output: sum of forces: pressure : (6.081942 -0.5761567 -5.496268) viscous : (1.693857 -0.004504504 0.0479109) porous : (0 0 0) sum of moments: pressure : (0.2730918 -6.633881 -0.6223789) viscous : (0.0009203687 0.5333 -0.0007998586) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2242836 Cl = -0.01674848 Cl(f) = -0.008374241 Cl(r) = -0.008374241 Time = 191 smoothSolver: Solving for Ux, Initial residual = 5.264461e-05, Final residual = 2.803375e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005729335, Final residual = 2.808213e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003422734, Final residual = 1.626423e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003699767, Final residual = 0.0003359112, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0005000645, Final residual = 2.747919e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.199853e-05, Final residual = 5.352177e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.438938e-05, Final residual = 1.42585e-06, No Iterations 2 time step continuity errors : sum local = 3.311265e-07, global = -1.800081e-08, cumulative = 9.082416e-07 smoothSolver: Solving for omega, Initial residual = 5.496715e-06, Final residual = 3.285182e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.728214e-05, Final residual = 2.597344e-06, No Iterations 2 ExecutionTime = 145.71 s ClockTime = 151 s forces forces output: sum of forces: pressure : (6.081428 -0.5749885 -5.497198) viscous : (1.693048 -0.004542059 0.04816902) porous : (0 0 0) sum of moments: pressure : (0.2724195 -6.626874 -0.6199151) viscous : (0.0009337452 0.533045 -0.0008043952) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2242455 Cl = -0.01671587 Cl(f) = -0.008357934 Cl(r) = -0.008357934 Time = 192 smoothSolver: Solving for Ux, Initial residual = 5.19055e-05, Final residual = 2.774672e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005658039, Final residual = 2.772271e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003374259, Final residual = 1.607959e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003659103, Final residual = 0.0003337037, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004951965, Final residual = 2.739476e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.127107e-05, Final residual = 5.386912e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.441018e-05, Final residual = 1.432008e-06, No Iterations 2 time step continuity errors : sum local = 3.325495e-07, global = -1.787173e-08, cumulative = 8.903698e-07 smoothSolver: Solving for omega, Initial residual = 5.420293e-06, Final residual = 3.243931e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.688561e-05, Final residual = 2.580766e-06, No Iterations 2 ExecutionTime = 146.45 s ClockTime = 152 s forces forces output: sum of forces: pressure : (6.080619 -0.5739036 -5.498228) viscous : (1.692257 -0.004580022 0.04842853) porous : (0 0 0) sum of moments: pressure : (0.2718057 -6.620271 -0.617558) viscous : (0.0009473033 0.5327941 -0.0008091115) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2241993 Cl = -0.01668567 Cl(f) = -0.008342836 Cl(r) = -0.008342836 Time = 193 smoothSolver: Solving for Ux, Initial residual = 5.118134e-05, Final residual = 2.744953e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005590164, Final residual = 2.738969e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003327071, Final residual = 1.590899e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003620296, Final residual = 0.0003319773, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004909096, Final residual = 2.730096e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.059144e-05, Final residual = 5.401533e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.437974e-05, Final residual = 1.433233e-06, No Iterations 2 time step continuity errors : sum local = 3.328322e-07, global = -1.775168e-08, cumulative = 8.726182e-07 smoothSolver: Solving for omega, Initial residual = 5.355356e-06, Final residual = 3.199238e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.648582e-05, Final residual = 2.561637e-06, No Iterations 2 ExecutionTime = 147.2 s ClockTime = 152 s forces forces output: sum of forces: pressure : (6.079415 -0.572919 -5.499281) viscous : (1.69148 -0.004616526 0.04868893) porous : (0 0 0) sum of moments: pressure : (0.2712608 -6.614124 -0.615292) viscous : (0.000959993 0.5325456 -0.0008138575) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2241422 Cl = -0.01665833 Cl(f) = -0.008329163 Cl(r) = -0.008329163 Time = 194 smoothSolver: Solving for Ux, Initial residual = 5.048085e-05, Final residual = 2.715364e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005525906, Final residual = 2.705769e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003280385, Final residual = 1.574013e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003589392, Final residual = 0.0003301205, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004877084, Final residual = 2.725668e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 9.023257e-05, Final residual = 5.406421e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.434453e-05, Final residual = 6.413201e-07, No Iterations 3 time step continuity errors : sum local = 1.489341e-07, global = -6.835361e-09, cumulative = 8.657828e-07 smoothSolver: Solving for omega, Initial residual = 5.293725e-06, Final residual = 3.152995e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.608676e-05, Final residual = 2.541065e-06, No Iterations 2 ExecutionTime = 147.95 s ClockTime = 153 s forces forces output: sum of forces: pressure : (6.077786 -0.5720141 -5.500361) viscous : (1.690719 -0.004654341 0.04895041) porous : (0 0 0) sum of moments: pressure : (0.2707834 -6.60846 -0.6131128) viscous : (0.0009732764 0.5323001 -0.0008186147) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2240733 Cl = -0.01663331 Cl(f) = -0.008316657 Cl(r) = -0.008316657 Time = 195 smoothSolver: Solving for Ux, Initial residual = 4.983963e-05, Final residual = 2.68452e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005466893, Final residual = 2.672604e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003236705, Final residual = 1.559298e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003554761, Final residual = 0.0003279024, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004849741, Final residual = 2.718085e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.982259e-05, Final residual = 5.337454e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.419196e-05, Final residual = 1.414786e-06, No Iterations 2 time step continuity errors : sum local = 3.28568e-07, global = -2.268798e-08, cumulative = 8.430948e-07 smoothSolver: Solving for omega, Initial residual = 5.237971e-06, Final residual = 3.10414e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.57076e-05, Final residual = 2.518711e-06, No Iterations 2 ExecutionTime = 148.7 s ClockTime = 154 s forces forces output: sum of forces: pressure : (6.075748 -0.5710779 -5.501048) viscous : (1.689971 -0.004691781 0.0492124) porous : (0 0 0) sum of moments: pressure : (0.2703212 -6.603391 -0.6110417) viscous : (0.0009861861 0.5320564 -0.0008236772) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2239929 Cl = -0.01660739 Cl(f) = -0.008303696 Cl(r) = -0.008303696 Time = 196 smoothSolver: Solving for Ux, Initial residual = 4.918533e-05, Final residual = 2.651508e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005409566, Final residual = 2.641645e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003192273, Final residual = 1.545419e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.00352172, Final residual = 0.0003243406, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004819665, Final residual = 2.719593e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.955925e-05, Final residual = 5.395507e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.421746e-05, Final residual = 6.221985e-07, No Iterations 3 time step continuity errors : sum local = 1.445021e-07, global = -7.343903e-09, cumulative = 8.357509e-07 smoothSolver: Solving for omega, Initial residual = 5.184727e-06, Final residual = 3.05347e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.535637e-05, Final residual = 2.49598e-06, No Iterations 2 ExecutionTime = 149.45 s ClockTime = 155 s forces forces output: sum of forces: pressure : (6.07353 -0.5701679 -5.501396) viscous : (1.689238 -0.004731039 0.04947447) porous : (0 0 0) sum of moments: pressure : (0.2698793 -6.598692 -0.6090427) viscous : (0.0009999594 0.5318153 -0.0008288313) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2239078 Cl = -0.01658228 Cl(f) = -0.008291138 Cl(r) = -0.008291138 Time = 197 smoothSolver: Solving for Ux, Initial residual = 4.855705e-05, Final residual = 2.618562e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005358213, Final residual = 2.615327e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003148279, Final residual = 1.532972e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003486221, Final residual = 0.0003200839, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004780527, Final residual = 2.69935e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.901748e-05, Final residual = 5.384986e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.413345e-05, Final residual = 1.392219e-06, No Iterations 2 time step continuity errors : sum local = 3.23344e-07, global = -2.874431e-08, cumulative = 8.070066e-07 smoothSolver: Solving for omega, Initial residual = 5.132022e-06, Final residual = 3.000367e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.501984e-05, Final residual = 2.475107e-06, No Iterations 2 ExecutionTime = 150.19 s ClockTime = 155 s forces forces output: sum of forces: pressure : (6.071121 -0.569469 -5.501588) viscous : (1.688522 -0.004769536 0.04973535) porous : (0 0 0) sum of moments: pressure : (0.2695327 -6.594478 -0.6071135) viscous : (0.001013289 0.5315769 -0.000834388) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2238177 Cl = -0.01656323 Cl(f) = -0.008281614 Cl(r) = -0.008281614 Time = 198 smoothSolver: Solving for Ux, Initial residual = 4.791445e-05, Final residual = 2.585696e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005305103, Final residual = 2.590889e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003104256, Final residual = 1.520172e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003461993, Final residual = 0.0003163258, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004731622, Final residual = 2.693265e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.875038e-05, Final residual = 5.488267e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.423939e-05, Final residual = 1.408223e-06, No Iterations 2 time step continuity errors : sum local = 3.270731e-07, global = -3.097235e-08, cumulative = 7.760342e-07 smoothSolver: Solving for omega, Initial residual = 5.082988e-06, Final residual = 2.952117e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.470537e-05, Final residual = 2.4525e-06, No Iterations 2 ExecutionTime = 150.94 s ClockTime = 156 s forces forces output: sum of forces: pressure : (6.068636 -0.5688408 -5.501483) viscous : (1.687822 -0.004808614 0.04999464) porous : (0 0 0) sum of moments: pressure : (0.269235 -6.590596 -0.6052224) viscous : (0.001027064 0.5313416 -0.0008400746) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2237258 Cl = -0.01654624 Cl(f) = -0.008273118 Cl(r) = -0.008273118 Time = 199 smoothSolver: Solving for Ux, Initial residual = 4.730938e-05, Final residual = 2.553611e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005253229, Final residual = 2.567793e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003061582, Final residual = 1.506469e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.0034474, Final residual = 0.0003116749, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004677778, Final residual = 2.677637e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.835492e-05, Final residual = 5.524234e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.428477e-05, Final residual = 5.941539e-07, No Iterations 3 time step continuity errors : sum local = 1.380023e-07, global = -8.530475e-09, cumulative = 7.675038e-07 smoothSolver: Solving for omega, Initial residual = 5.035062e-06, Final residual = 2.909485e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.439539e-05, Final residual = 2.428612e-06, No Iterations 2 ExecutionTime = 151.69 s ClockTime = 157 s forces forces output: sum of forces: pressure : (6.066123 -0.5680802 -5.500761) viscous : (1.687138 -0.004846271 0.05025074) porous : (0 0 0) sum of moments: pressure : (0.2688971 -6.586972 -0.6033417) viscous : (0.001040258 0.5311088 -0.0008459405) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2236336 Cl = -0.01652538 Cl(f) = -0.008262691 Cl(r) = -0.008262691 Time = 200 smoothSolver: Solving for Ux, Initial residual = 4.676766e-05, Final residual = 2.521682e-06, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 0.0005203094, Final residual = 2.545439e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 0.0003019891, Final residual = 1.492566e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 0.003444215, Final residual = 0.000307594, No Iterations 1 GAMG: Solving for p, Initial residual = 0.0004635462, Final residual = 2.644052e-05, No Iterations 2 GAMG: Solving for p, Initial residual = 8.7888e-05, Final residual = 5.511869e-06, No Iterations 2 GAMG: Solving for p, Initial residual = 1.430131e-05, Final residual = 1.42479e-06, No Iterations 2 time step continuity errors : sum local = 3.309576e-07, global = -2.096562e-08, cumulative = 7.465382e-07 smoothSolver: Solving for omega, Initial residual = 4.988638e-06, Final residual = 2.868388e-07, No Iterations 2 smoothSolver: Solving for k, Initial residual = 4.406841e-05, Final residual = 2.401383e-06, No Iterations 2 ExecutionTime = 152.44 s ClockTime = 158 s forces forces output: sum of forces: pressure : (6.063501 -0.5671627 -5.500146) viscous : (1.686469 -0.004884293 0.05050201) porous : (0 0 0) sum of moments: pressure : (0.268511 -6.583724 -0.6014979) viscous : (0.001053791 0.5308789 -0.0008517152) porous : (0 0 0) forceCoeffs forceCoeffs output: Cm = 0 Cd = 0.2235387 Cl = -0.01650001 Cl(f) = -0.008250007 Cl(r) = -0.008250007 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 : Aug 06 2019 Time : 05:23:01 Host : "bds1.beamnet" PID : 2265 Case : /data/vwt/process/run nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Reconstructing fields for mesh region0 Time = 200 Reconstructing FV fields Reconstructing volScalarFields p nut k omega Reconstructing volVectorFields U Reconstructing surfaceScalarFields phi Reconstructing point fields No point fields No lagrangian fields Reconstructing sets: End. Run: (cd run; python ../plotForcesPicture.py postProcessing/forces/0/forces.dat) Test Average Force: 1 8.6097911 Average Force: 2 12.48652255 Average Force: 3 13.3940527 Average Force: 4 11.867886975 Average Force: 5 9.600211346 Average Force: 6 7.99117001567 Average Force: 7 7.43937805629 Average Force: 8 7.57151953675 Average Force: 9 7.82119852156 Average Force: 10 7.8915846594 Average Force: 11 7.78474456309 Average Force: 12 7.63788295783 Average Force: 13 7.556374738 Average Force: 14 7.55688154957 Average Force: 15 7.59920772627 Average Force: 16 7.63972879338 Average Force: 17 7.66023419965 Average Force: 18 7.66829795522 Average Force: 19 7.67728013653 Average Force: 20 7.6908887197 Average Force: 21 7.70398318543 Average Force: 22 7.71123994518 Average Force: 23 7.71027851278 Average Force: 24 7.70145827892 Average Force: 25 7.68695733576 Average Force: 26 7.66831570362 Average Force: 27 7.64600628496 Average Force: 28 7.6210640855 Average Force: 29 7.59486896876 Average Force: 30 7.5687492698 Average Force: 31 7.54357079013 Average Force: 32 7.51917399044 Average Force: 33 7.4952247877 Average Force: 34 7.47168507629 Average Force: 35 7.44876609983 Average Force: 36 7.42641943872 Average Force: 37 7.40448470524 Average Force: 38 7.38263444721 Average Force: 39 7.36052934856 Average Force: 40 7.33801090735 Average Force: 41 7.31517095107 Average Force: 42 7.29235118319 Average Force: 43 7.26998058823 Average Force: 44 7.24836792486 Average Force: 45 7.22750232431 Average Force: 46 7.20713526291 Average Force: 47 7.18699492966 Average Force: 48 7.16696993112 Average Force: 49 7.14712453457 Average Force: 50 7.12750606988 Average Force: 51 7.10810576851 Average Force: 52 7.08888354027 Average Force: 53 7.06982533385 Average Force: 54 7.05097519804 Average Force: 55 7.03241853262 Average Force: 56 7.01419443739 Average Force: 57 6.99630135253 Average Force: 58 6.97875779128 Average Force: 59 6.96160205922 Average Force: 60 6.94487404823 Average Force: 61 6.92860402449 Average Force: 62 6.91281188377 Average Force: 63 6.89752114594 Average Force: 64 6.88273679678 Average Force: 65 6.86843713529 Average Force: 66 6.85459077567 Average Force: 67 6.84118033722 Average Force: 68 6.82822068226 Average Force: 69 6.81573474629 Average Force: 70 6.80372877991 Average Force: 71 6.79218438442 Average Force: 72 6.78107367353 Average Force: 73 6.77038146293 Average Force: 74 6.76010760803 Average Force: 75 6.75025645059 Average Force: 76 6.74082435124 Average Force: 77 6.73179765966 Average Force: 78 6.7231667871 Average Force: 79 6.71493136954 Average Force: 80 6.70708906243 Average Force: 81 6.69962980116 Average Force: 82 6.69254011822 Average Force: 83 6.68579766137 Average Force: 84 6.67937644636 Average Force: 85 6.67325181052 Average Force: 86 6.66740278016 Average Force: 87 6.66180963556 Average Force: 88 6.65645178061 Average Force: 89 6.6513071033 Average Force: 90 6.64635444993 Average Force: 91 6.64157735488 Average Force: 92 6.63696124776 Average Force: 93 6.63249248918 Average Force: 94 6.62815772866 Average Force: 95 6.62394607362 Average Force: 96 6.61985215723 Average Force: 97 6.6158710154 Average Force: 98 6.61199648871 Average Force: 99 6.60822107873 Average Force: 100 6.60453521894 Average Force: 101 6.60092543558 Average Force: 102 6.59738072151 Average Force: 103 6.59389341256 Average Force: 104 6.59045752783 Average Force: 105 6.58706922756 Average Force: 106 6.58372191315 Average Force: 107 6.58040412705 Average Force: 108 6.5771037018 Average Force: 109 6.57381093022 Average Force: 110 6.57051725449 Average Force: 111 6.56721366391 Average Force: 112 6.56388944548 Average Force: 113 6.56053641499 Average Force: 114 6.55715153065 Average Force: 115 6.55373649908 Average Force: 116 6.55029396805 Average Force: 117 6.54682334354 Average Force: 118 6.54332085164 Average Force: 119 6.53978349323 Average Force: 120 6.53620875662 Average Force: 121 6.5325977264 Average Force: 122 6.52895322618 Average Force: 123 6.52527799182 Average Force: 124 6.5215735185 Average Force: 125 6.51784191675 Average Force: 126 6.51408708646 Average Force: 127 6.51031420861 Average Force: 128 6.50652900386 gnuplot: unable to open display ':1' gnuplot: X11 aborted. Average Force: 129 6.50273732553 Average Force: 130 6.49894509072 Average Force: 131 6.49515755797 Average Force: 132 6.49137928859 Average Force: 133 6.48761534582 Average Force: 134 6.48387084622 Average Force: 135 6.4801502281 Average Force: 136 6.47645779334 Average Force: 137 6.47279809412 Average Force: 138 6.46917529488 Average Force: 139 6.46559258485 Average Force: 140 6.4620520821 Average Force: 141 6.45855407513 Average Force: 142 6.45509891686 Average Force: 143 6.45168820485 Average Force: 144 6.44832347496 Average Force: 145 6.44500570686 Average Force: 146 6.44173545064 Average Force: 147 6.4385131537 Average Force: 148 6.43534003442 Average Force: 149 6.4322182409 Average Force: 150 6.42914940396 Average Force: 151 6.42613402513 Average Force: 152 6.42317141904 Average Force: 153 6.42026111434 Average Force: 154 6.41740258048 Average Force: 155 6.41459571803 Average Force: 156 6.41184014163 Average Force: 157 6.40913533818 Average Force: 158 6.40648080186 Average Force: 159 6.40387614965 Average Force: 160 6.40132097059 Average Force: 161 6.3988144453 Average Force: 162 6.39635497651 Average Force: 163 6.39394213861 Average Force: 164 6.39157715179 Average Force: 165 6.38926208966 Average Force: 166 6.38699789454 Average Force: 167 6.38478337481 Average Force: 168 6.38261617556 Average Force: 169 6.38049447097 Average Force: 170 6.37841765467 Average Force: 171 6.37638603564 Average Force: 172 6.37440011857 Average Force: 173 6.37245964736 Average Force: 174 6.37056393905 Average Force: 175 6.36871217597 Average Force: 176 6.36690386928 Average Force: 177 6.36513843725 Average Force: 178 6.36341468761 Average Force: 179 6.36173135974 Average Force: 180 6.36008689497 Average Force: 181 6.35847948394 Average Force: 182 6.35690666865 Average Force: 183 6.35536610926 Average Force: 184 6.35385438312 Average Force: 185 6.35236902483 Average Force: 186 6.35090748115 Average Force: 187 6.34946688125 Average Force: 188 6.34804460688 Average Force: 189 6.34663819997 Average Force: 190 6.34524506049 Average Force: 191 6.34386381725 Average Force: 192 6.34249274945 Average Force: 193 6.34112965437 Average Force: 194 6.33977221286 Average Force: 195 6.33841824407 Average Force: 196 6.3370667714 Average Force: 197 6.33571679134 Average Force: 198 6.33436789896 Average Force: 199 6.33301993515 Average Force: 200 6.33167233897 Len: 200 Len: 200 Average Force: 6.33167233897 Run: cp run/postProcessing/forces/0/forces.dat cases/179/forces.dat Run: cp run/postProcessing/forceCoeffs/0/forceCoeffs.dat cases/179/forceCoeffs.dat Run: cp run/forces.png cases/179 Run: cp run/forces.csv cases/179 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 : Aug 06 2019 Time : 05:23:03 Host : "bds1.beamnet" PID : 2280 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:270577 points:362047 Additional cells:446419 additional points:41896 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/179/vtk.zip VTK) adding: VTK/ (stored 0%) adding: VTK/car/ (stored 0%) adding: VTK/car/car_200.vtk (deflated 52%) adding: VTK/vwt.pvsm (deflated 94%) adding: VTK/channelWalls/ (stored 0%) adding: VTK/channelWalls/channelWalls_200.vtk (deflated 58%) adding: VTK/inlet/ (stored 0%) adding: VTK/inlet/inlet_200.vtk (deflated 81%) adding: VTK/run_200.vtk (deflated 54%) adding: VTK/outlet/ (stored 0%) adding: VTK/outlet/outlet_200.vtk (deflated 41%)