Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
1847bd16
Commit
1847bd16
authored
Dec 11, 2019
by
Mark OLESEN
Browse files
TUT: use fast topological search for channel395DFSEM blockMesh
- same result, but approx 4x faster for this case
parent
d1d567a9
Changes
1
Show whitespace changes
Inline
Side-by-side
tutorials/incompressible/pimpleFoam/LES/channel395DFSEM/system/blockMeshDict
View file @
1847bd16
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v19
06
|
| \\ / A nd | Web
:
www.
O
pen
FOAM
.com |
| \\ / O peration | Version: v19
12
|
| \\ / A nd | Web
site:
www.
o
pen
foam
.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;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment