Newer
Older
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2012 |
| \\ / A nd | Website: www.openfoam.com |
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object extrudeMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
constructFrom surface;
surface "<constant>/triSurface/channel.vtk";
flipNormals false;
extrudeModel polyline;
nLayers 200;
expansionRatio 1.0;
polylineCoeffs
{
vertices 10
(
( 0 0 0.05 ) //0
( 0 0 0.75 )
( 0 -0.3 1.05 ) //2
( 0 -0.7 1.05 )
( 0 -1 1.35 ) //4
( 0 -1 1.75 )
( 0.3 -1 2.05 ) //6
( 0.826794919 -1 2.05 )
( 1.08660254 -1 1.9 ) //8
( 1.5 -1 1.183974596 )
);
edges 9
(
line 0 1
arc 1 2 ( 0 -0.087867966 0.962132034 )
line 2 3
arc 3 4 ( 0 -0.912132034 1.137867966 )
line 4 5
arc 5 6 ( 0.087867966 -1 1.962132034 )
line 6 7
arc 7 8 ( 0.976794919 -1 2.009807621 )
line 8 9
);
toleranceCheck 1e-6;
}
mergeFaces false;
mergeTol 0;
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //