mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: use fast topological search for channel395DFSEM blockMesh
- same result, but approx 4x faster for this case
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: v1906 |
|
| \\ / O peration | Version: v1912 |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -14,6 +14,8 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
fastMerge true; // Use fast topological search
|
||||||
|
|
||||||
scale 1;
|
scale 1;
|
||||||
|
|
||||||
L #eval{ 20*pi() };
|
L #eval{ 20*pi() };
|
||||||
@ -21,7 +23,6 @@ H 1.0;
|
|||||||
H2 #eval{ 2*$H };
|
H2 #eval{ 2*$H };
|
||||||
W #eval{ pi() };
|
W #eval{ pi() };
|
||||||
|
|
||||||
|
|
||||||
vertices
|
vertices
|
||||||
(
|
(
|
||||||
( 0 0 0)
|
( 0 0 0)
|
||||||
@ -75,7 +76,6 @@ boundary
|
|||||||
faces ((6 11 8 7)(11 10 9 8));
|
faces ((6 11 8 7)(11 10 9 8));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
type patch;
|
type patch;
|
||||||
|
|||||||
Reference in New Issue
Block a user