From 1847bd16bec56150dcd410dba7e6b1c730355708 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Wed, 11 Dec 2019 09:45:54 +0100 Subject: [PATCH] TUT: use fast topological search for channel395DFSEM blockMesh - same result, but approx 4x faster for this case --- .../pimpleFoam/LES/channel395DFSEM/system/blockMeshDict | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tutorials/incompressible/pimpleFoam/LES/channel395DFSEM/system/blockMeshDict b/tutorials/incompressible/pimpleFoam/LES/channel395DFSEM/system/blockMeshDict index b3535588fa..28be7549ed 100644 --- a/tutorials/incompressible/pimpleFoam/LES/channel395DFSEM/system/blockMeshDict +++ b/tutorials/incompressible/pimpleFoam/LES/channel395DFSEM/system/blockMeshDict @@ -1,8 +1,8 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v1906 | -| \\ / A nd | Web: www.OpenFOAM.com | +| \\ / O peration | Version: v1912 | +| \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile @@ -14,6 +14,8 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // +fastMerge true; // Use fast topological search + scale 1; L #eval{ 20*pi() }; @@ -21,7 +23,6 @@ H 1.0; H2 #eval{ 2*$H }; W #eval{ pi() }; - vertices ( ( 0 0 0) @@ -75,7 +76,6 @@ boundary faces ((6 11 8 7)(11 10 9 8)); } - inlet { type patch;