Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's OpenFOAM page.

 

 

 

 

 

(OpenFOAM) OpenFoamExample9

 

./ToolOpenFoamExample9/About.txt

 

Copied from C:\cfd\blueCFD-SingleCore-2.1\OpenFOAM-2.1\tutorials\basic\potentialFoam\pitzDaily

 

 

 

 

 

./ToolOpenFoamExample9/case.foam

 

 

 

 

 

 

./ToolOpenFoamExample9/ToolOpenFoamExample9.bat

 

blockMesh.exe
xcopy 0.org /I 0
potentialFoam.exe

rem Why no .exe???
paraFoam

 

 

 

 

 

./ToolOpenFoamExample9/system/controlDict

 

/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1.x                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "system";
    object      controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

application     potentialFoam;

startFrom       startTime;

startTime       0;

stopAt          endTime;

endTime         1;

deltaT          1;

writeControl    timeStep;

writeInterval   1;

purgeWrite      0;

writeFormat     ascii;

writePrecision  6;

writeCompression off;

timeFormat      general;

timePrecision   6;

runTimeModifiable true;


// ************************************************************************* //

 

 

 

 

 

./ToolOpenFoamExample9/system/fvSchemes

 

/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1.x                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "system";
    object      fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

ddtSchemes
{
    default         steadyState;
}

gradSchemes
{
    default         Gauss linear;
}

divSchemes
{
    default         none;
}

laplacianSchemes
{
    default         none;
    laplacian(1,p)  Gauss linear corrected;
}

interpolationSchemes
{
    default         linear;
}

snGradSchemes
{
    default         corrected;
}

fluxRequired
{
    default         no;
    p               ;
}


// ************************************************************************* //

 

 

 

 

 

./ToolOpenFoamExample9/system/fvSolution

 

/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1.x                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "system";
    object      fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

solvers
{
    p
    {
        solver          PCG;
        preconditioner  DIC;
        tolerance       1e-06;
        relTol          0;
    }
}

potentialFlow
{
    nNonOrthogonalCorrectors 0;
}


// ************************************************************************* //

 

 

 

 

 

./ToolOpenFoamExample9/constant/polyMesh/blockMeshDict

 

/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1.x                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      blockMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

convertToMeters 0.001;

vertices
(
    (-20.6 0 -0.5)
    (-20.6 3 -0.5)
    (-20.6 12.7 -0.5)
    (-20.6 25.4 -0.5)
    (0 -25.4 -0.5)
    (0 -5 -0.5)
    (0 0 -0.5)
    (0 3 -0.5)
    (0 12.7 -0.5)
    (0 25.4 -0.5)
    (206 -25.4 -0.5)
    (206 -8.5 -0.5)
    (206 0 -0.5)
    (206 6.5 -0.5)
    (206 17 -0.5)
    (206 25.4 -0.5)
    (290 -16.6 -0.5)
    (290 -6.3 -0.5)
    (290 0 -0.5)
    (290 4.5 -0.5)
    (290 11 -0.5)
    (290 16.6 -0.5)
    (-20.6 0 0.5)
    (-20.6 3 0.5)
    (-20.6 12.7 0.5)
    (-20.6 25.4 0.5)
    (0 -25.4 0.5)
    (0 -5 0.5)
    (0 0 0.5)
    (0 3 0.5)
    (0 12.7 0.5)
    (0 25.4 0.5)
    (206 -25.4 0.5)
    (206 -8.5 0.5)
    (206 0 0.5)
    (206 6.5 0.5)
    (206 17 0.5)
    (206 25.4 0.5)
    (290 -16.6 0.5)
    (290 -6.3 0.5)
    (290 0 0.5)
    (290 4.5 0.5)
    (290 11 0.5)
    (290 16.6 0.5)
);

blocks
(
    hex (0 6 7 1 22 28 29 23) (18 7 1) simpleGrading (0.5 1.8 1)
    hex (1 7 8 2 23 29 30 24) (18 10 1) simpleGrading (0.5 4 1)
    hex (2 8 9 3 24 30 31 25) (18 13 1) simpleGrading (0.5 0.25 1)
    hex (4 10 11 5 26 32 33 27) (180 18 1) simpleGrading (4 1 1)
    hex (5 11 12 6 27 33 34 28) (180 9 1) edgeGrading (4 4 4 4 0.5 1 1 0.5 1 1 1 1)
    hex (6 12 13 7 28 34 35 29) (180 7 1) edgeGrading (4 4 4 4 1.8 1 1 1.8 1 1 1 1)
    hex (7 13 14 8 29 35 36 30) (180 10 1) edgeGrading (4 4 4 4 4 1 1 4 1 1 1 1)
    hex (8 14 15 9 30 36 37 31) (180 13 1) simpleGrading (4 0.25 1)
    hex (10 16 17 11 32 38 39 33) (25 18 1) simpleGrading (2.5 1 1)
    hex (11 17 18 12 33 39 40 34) (25 9 1) simpleGrading (2.5 1 1)
    hex (12 18 19 13 34 40 41 35) (25 7 1) simpleGrading (2.5 1 1)
    hex (13 19 20 14 35 41 42 36) (25 10 1) simpleGrading (2.5 1 1)
    hex (14 20 21 15 36 42 43 37) (25 13 1) simpleGrading (2.5 0.25 1)
);

edges
(
);

boundary
(
    inlet
    {
        type patch;
        faces
        (
            (0 22 23 1)
            (1 23 24 2)
            (2 24 25 3)
        );
    }
    outlet
[...]
        type wall;
        faces
        (
            (0 6 28 22)
            (6 5 27 28)
            (5 4 26 27)
            (4 10 32 26)
            (10 16 38 32)
        );
    }
    frontAndBack
    {
        type empty;
        faces
        (
            (22 28 29 23)
            (23 29 30 24)
            (24 30 31 25)
            (26 32 33 27)
            (27 33 34 28)
            (28 34 35 29)
            (29 35 36 30)
            (30 36 37 31)
            (32 38 39 33)
            (33 39 40 34)
            (34 40 41 35)
            (35 41 42 36)
            (36 42 43 37)
            (0 1 7 6)
            (1 2 8 7)
            (2 3 9 8)
            (4 5 11 10)
            (5 6 12 11)
            (6 7 13 12)
            (7 8 14 13)
            (8 9 15 14)
            (10 11 17 16)
            (11 12 18 17)
            (12 13 19 18)
            (13 14 20 19)
            (14 15 21 20)
        );
    }
);

mergePatchPairs
(
);

// ************************************************************************* //

 

 

 

 

 

./ToolOpenFoamExample9/constant/polyMesh/boundary

 

/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
/*   Windows 32 and 64 bit porting by blueCAPE: http://www.bluecape.com.pt   *\
|  Based on Windows porting (2.0.x v4) by Symscape: http://www.symscape.com   |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

5
(
    inlet
    {
        type            patch;
        nFaces          30;
        startFace       24170;
    }
    outlet
    {
        type            patch;
        nFaces          57;
        startFace       24200;
    }
    upperWall
    {
        type            wall;
        nFaces          223;
        startFace       24257;
    }
    lowerWall
    {
        type            wall;
        nFaces          250;
        startFace       24480;
    }
    frontAndBack
    {
        type            empty;
        nFaces          24450;
        startFace       24730;
    }
)

// ************************************************************************* //

 

 

 

 

 

./ToolOpenFoamExample9/constant/polyMesh/faces

 

/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
/*   Windows 32 and 64 bit porting by blueCAPE: http://www.bluecape.com.pt   *\
|  Based on Windows porting (2.0.x v4) by Symscape: http://www.symscape.com   |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       faceList;
    location    "constant/polyMesh";
    object      faces;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


49180
(
4(1 20 172 153)
4(19 171 172 20)
4(2 21 173 154)
4(20 172 173 21)
4(3 22 174 155)
4(21 173 174 22)
4(4 23 175 156)
4(22 174 175 23)
4(5 24 176 157)
4(23 175 176 24)
4(6 25 177 158)
4(24 176 177 25)
4(7 26 178 159)
4(25 177 178 26)
4(8 27 179 160)
4(26 178 179 27)
4(9 28 180 161)
4(27 179 180 28)
4(10 29 181 162)
4(28 180 181 29)
4(11 30 182 163)
4(29 181 182 30)
4(12 31 183 164)
4(30 182 183 31)
4(13 32 184 165)
4(31 183 184 32)
4(14 33 185 166)
4(32 184 185 33)
4(15 34 186 167)
4(33 185 186 34)
4(16 35 187 168)
4(34 186 187 35)
4(17 36 188 169)
4(35 187 188 36)
4(36 188 189 37)
4(18 37 189 170)
4(20 39 191 172)
4(38 190 191 39)
4(21 40 192 173)
4(39 191 192 40)
4(22 41 193 174)
4(40 192 193 41)
4(23 42 194 175)
4(41 193 194 42)
4(24 43 195 176)
4(42 194 195 43)
4(25 44 196 177)
4(43 195 196 44)
4(26 45 197 178)
4(44 196 197 45)
4(27 46 198 179)
4(45 197 198 46)
4(28 47 199 180)
4(46 198 199 47)
4(29 48 200 181)
4(47 199 200 48)
4(30 49 201 182)
4(48 200 201 49)
4(31 50 202 183)
4(49 201 202 50)
4(32 51 203 184)
4(50 202 203 51)
4(33 52 204 185)
4(51 203 204 52)
4(34 53 205 186)
4(52 204 205 53)
4(35 54 206 187)
4(53 205 206 54)
4(36 55 207 188)
4(54 206 207 55)
4(55 207 208 56)
4(37 56 208 189)
4(39 58 210 191)
4(57 209 210 58)
4(40 59 211 192)
4(58 210 211 59)
4(41 60 212 193)
[...]
4(24507 24532 24533 24508)
4(24532 24557 24558 24533)
4(24557 24582 24583 24558)
4(24582 24607 24608 24583)
4(24607 24632 24633 24608)
4(24632 24657 24658 24633)
4(24657 24682 24683 24658)
4(24108 24383 24384 24109)
4(24383 24408 24409 24384)
4(24408 24433 24434 24409)
4(24433 24458 24459 24434)
4(24458 24483 24484 24459)
4(24483 24508 24509 24484)
4(24508 24533 24534 24509)
4(24533 24558 24559 24534)
4(24558 24583 24584 24559)
4(24583 24608 24609 24584)
4(24608 24633 24634 24609)
4(24633 24658 24659 24634)
4(24658 24683 24684 24659)
4(24109 24384 24385 24110)
4(24384 24409 24410 24385)
4(24409 24434 24435 24410)
4(24434 24459 24460 24435)
4(24459 24484 24485 24460)
4(24484 24509 24510 24485)
4(24509 24534 24535 24510)
4(24534 24559 24560 24535)
4(24559 24584 24585 24560)
4(24584 24609 24610 24585)
4(24609 24634 24635 24610)
4(24634 24659 24660 24635)
4(24659 24684 24685 24660)
4(24110 24385 24386 24111)
4(24385 24410 24411 24386)
4(24410 24435 24436 24411)
4(24435 24460 24461 24436)
4(24460 24485 24486 24461)
4(24485 24510 24511 24486)
4(24510 24535 24536 24511)
4(24535 24560 24561 24536)
4(24560 24585 24586 24561)
4(24585 24610 24611 24586)
4(24610 24635 24636 24611)
4(24635 24660 24661 24636)
4(24660 24685 24686 24661)
)


// ************************************************************************* //

 

 

 

 

 

./ToolOpenFoamExample9/constant/polyMesh/neighbour

 

/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
/*   Windows 32 and 64 bit porting by blueCAPE: http://www.bluecape.com.pt   *\
|  Based on Windows porting (2.0.x v4) by Symscape: http://www.symscape.com   |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       labelList;
    note        "nPoints: 25012 nCells: 12225 nFaces: 49180 nInternalFaces: 24170";
    location    "constant/polyMesh";
    object      neighbour;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


24170
(
1
18
2
19
3
20
4
21
5
22
6
23
7
24
8
25
9
26
10
27
11
28
12
29
13
30
14
31
15
32
16
33
17
34
35
5400
19
36
20
37
21
38
22
39
23
40
24
41
25
42
26
43
27
44
28
45
29
46
30
47
31
48
32
49
33
50
34
51
35
52
53
5580
37
54
38
55
[...]
12213
12190
12214
12191
12215
12192
12216
12193
12217
12194
12218
12195
12219
12196
12220
12197
12221
12198
12222
12199
12223
12224
12201
12202
12203
12204
12205
12206
12207
12208
12209
12210
12211
12212
12213
12214
12215
12216
12217
12218
12219
12220
12221
12222
12223
12224
)


// ************************************************************************* //

 

 

 

 

 

./ToolOpenFoamExample9/constant/polyMesh/owner

 

/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
/*   Windows 32 and 64 bit porting by blueCAPE: http://www.bluecape.com.pt   *\
|  Based on Windows porting (2.0.x v4) by Symscape: http://www.symscape.com   |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       labelList;
    note        "nPoints: 25012 nCells: 12225 nFaces: 49180 nInternalFaces: 24170";
    location    "constant/polyMesh";
    object      owner;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


49180
(
0
0
1
1
2
2
3
3
4
4
5
5
6
6
7
7
8
8
9
9
10
10
11
11
12
12
13
13
14
14
15
15
16
16
17
17
18
18
19
19
20
20
21
21
22
22
23
23
24
24
25
25
26
26
27
27
28
28
29
29
30
30
31
31
32
32
33
33
34
34
35
35
36
36
37
37
[...]
12071
12096
12121
12146
12171
12196
12221
11922
11947
11972
11997
12022
12047
12072
12097
12122
12147
12172
12197
12222
11923
11948
11973
11998
12023
12048
12073
12098
12123
12148
12173
12198
12223
11924
11949
11974
11999
12024
12049
12074
12099
12124
12149
12174
12199
12224
)


// ************************************************************************* //

 

 

 

 

 

./ToolOpenFoamExample9/constant/polyMesh/points

 

/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
/*   Windows 32 and 64 bit porting by blueCAPE: http://www.bluecape.com.pt   *\
|  Based on Windows porting (2.0.x v4) by Symscape: http://www.symscape.com   |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       vectorField;
    location    "constant/polyMesh";
    object      points;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


25012
(
(-0.0206 0 -0.0005)
(-0.01901716308 0 -0.0005)
(-0.01749756573 0 -0.0005)
(-0.01603868134 0 -0.0005)
(-0.01463808421 0 -0.0005)
(-0.01329344558 0 -0.0005)
(-0.01200252971 0 -0.0005)
(-0.01076319021 0 -0.0005)
(-0.009573366431 0 -0.0005)
(-0.008431080052 0 -0.0005)
(-0.007334431799 0 -0.0005)
(-0.006281598277 0 -0.0005)
(-0.005270828943 0 -0.0005)
(-0.004300443192 0 -0.0005)
(-0.003368827567 0 -0.0005)
(-0.002474433072 0 -0.0005)
(-0.001615772601 0 -0.0005)
(-0.0007914184612 0 -0.0005)
(0 0 -0.0005)
(-0.0206 0.0003133893057 -0.0005)
(-0.01901716308 0.0003133893057 -0.0005)
(-0.01749756573 0.0003133893057 -0.0005)
(-0.01603868134 0.0003133893057 -0.0005)
(-0.01463808421 0.0003133893057 -0.0005)
(-0.01329344558 0.0003133893057 -0.0005)
(-0.01200252971 0.0003133893057 -0.0005)
(-0.01076319021 0.0003133893057 -0.0005)
(-0.009573366431 0.0003133893057 -0.0005)
(-0.008431080052 0.0003133893057 -0.0005)
(-0.007334431799 0.0003133893057 -0.0005)
(-0.006281598277 0.0003133893057 -0.0005)
(-0.005270828943 0.0003133893057 -0.0005)
(-0.004300443192 0.0003133893057 -0.0005)
(-0.003368827567 0.0003133893057 -0.0005)
(-0.002474433072 0.0003133893057 -0.0005)
(-0.001615772601 0.0003133893057 -0.0005)
(-0.0007914184612 0.0003133893057 -0.0005)
(0 0.0003133893057 -0.0005)
(-0.0206 0.0006590337573 -0.0005)
(-0.01901716308 0.0006590337573 -0.0005)
(-0.01749756573 0.0006590337573 -0.0005)
(-0.01603868134 0.0006590337573 -0.0005)
(-0.01463808421 0.0006590337573 -0.0005)
(-0.01329344558 0.0006590337573 -0.0005)
(-0.01200252971 0.0006590337573 -0.0005)
(-0.01076319021 0.0006590337573 -0.0005)
(-0.009573366431 0.0006590337573 -0.0005)
(-0.008431080052 0.0006590337573 -0.0005)
(-0.007334431799 0.0006590337573 -0.0005)
(-0.006281598277 0.0006590337573 -0.0005)
(-0.005270828943 0.0006590337573 -0.0005)
(-0.004300443192 0.0006590337573 -0.0005)
(-0.003368827567 0.0006590337573 -0.0005)
(-0.002474433072 0.0006590337573 -0.0005)
(-0.001615772601 0.0006590337573 -0.0005)
(-0.0007914184612 0.0006590337573 -0.0005)
(0 0.0006590337573 -0.0005)
(-0.0206 0.001040253169 -0.0005)
(-0.01901716308 0.001040253169 -0.0005)
(-0.01749756573 0.001040253169 -0.0005)
(-0.01603868134 0.001040253169 -0.0005)
(-0.01463808421 0.001040253169 -0.0005)
(-0.01329344558 0.001040253169 -0.0005)
(-0.01200252971 0.001040253169 -0.0005)
(-0.01076319021 0.001040253169 -0.0005)
(-0.009573366431 0.001040253169 -0.0005)
(-0.008431080052 0.001040253169 -0.0005)
(-0.007334431799 0.001040253169 -0.0005)
(-0.006281598277 0.001040253169 -0.0005)
(-0.005270828943 0.001040253169 -0.0005)
(-0.004300443192 0.001040253169 -0.0005)
(-0.003368827567 0.001040253169 -0.0005)
(-0.002474433072 0.001040253169 -0.0005)
(-0.001615772601 0.001040253169 -0.0005)
(-0.0007914184612 0.001040253169 -0.0005)
(0 0.001040253169 -0.0005)
(-0.0206 0.001460709044 -0.0005)
[...]
(0.2170610974 0.02395939262 0.0005)
(0.2195381651 0.02370278771 0.0005)
(0.2221116328 0.02343619652 0.0005)
(0.2247852519 0.02315923041 0.0005)
(0.2275629202 0.02287148563 0.0005)
(0.2304486869 0.02257254269 0.0005)
(0.2334467588 0.0222619658 0.0005)
(0.2365615066 0.02193930221 0.0005)
(0.2397974708 0.02160408153 0.0005)
(0.2431593689 0.02125581509 0.0005)
(0.2466521019 0.02089399517 0.0005)
(0.2502807613 0.02051809433 0.0005)
(0.2540506372 0.02012756457 0.0005)
(0.2579672251 0.01972183658 0.0005)
(0.2620362348 0.0193003189 0.0005)
(0.2662635978 0.01886239703 0.0005)
(0.270655477 0.01840743257 0.0005)
(0.2752182747 0.01793476228 0.0005)
(0.2799586427 0.01744369711 0.0005)
(0.2848834913 0.01693352117 0.0005)
(0.29 0.01640349074 0.0005)
(0.2080466035 0.02518559392 0.0005)
(0.2101728545 0.02496284381 0.0005)
(0.2123818528 0.02473142494 0.0005)
(0.2146768186 0.02449099996 0.0005)
(0.2170610974 0.02424121836 0.0005)
(0.2195381651 0.02398171603 0.0005)
(0.2221116328 0.02371211466 0.0005)
(0.2247852519 0.02343202122 0.0005)
(0.2275629202 0.02314102741 0.0005)
(0.2304486869 0.02283870899 0.0005)
(0.2334467588 0.02252462527 0.0005)
(0.2365615066 0.02219831836 0.0005)
(0.2397974708 0.02185931258 0.0005)
(0.2431593689 0.02150711373 0.0005)
(0.2466521019 0.02114120838 0.0005)
(0.2502807613 0.0207610631 0.0005)
(0.2540506372 0.02036612372 0.0005)
(0.2579672251 0.01995581451 0.0005)
(0.2620362348 0.01952953731 0.0005)
(0.2662635978 0.0190866707 0.0005)
(0.270655477 0.01862656907 0.0005)
(0.2752182747 0.01814856169 0.0005)
(0.2799586427 0.01765195172 0.0005)
(0.2848834913 0.0171360152 0.0005)
(0.29 0.0166 0.0005)
)


// ************************************************************************* //

 

 

 

 

 

./ToolOpenFoamExample9/0.org/p

 

/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1.x                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       volScalarField;
    object      p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 2 -2 0 0 0 0];

internalField   uniform 0;

boundaryField
{
    inlet
    {
        type            zeroGradient;
    }

    outlet
    {
        type            fixedValue;
        value           uniform 0;
    }

    upperWall
    {
        type            zeroGradient;
    }

    lowerWall
    {
        type            zeroGradient;
    }

    frontAndBack
    {
        type            empty;
    }
}

// ************************************************************************* //

 

 

 

 

 

./ToolOpenFoamExample9/0.org/U

 

/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1.x                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       volVectorField;
    object      U;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 1 -1 0 0 0 0];

internalField   uniform (0 0 0);

boundaryField
{
    inlet
    {
        type            fixedValue;
        value           uniform (10 0 0);
    }

    outlet
    {
        type            zeroGradient;
    }

    upperWall
    {
        type            fixedValue;
        value           uniform (0 0 0);
    }

    lowerWall
    {
        type            fixedValue;
        value           uniform (0 0 0);
    }

    frontAndBack
    {
        type            empty;
    }
}

// ************************************************************************* //

 

 

 

 

 

./ToolOpenFoamExample9/0/p

 

/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1.x                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       volScalarField;
    object      p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 2 -2 0 0 0 0];

internalField   uniform 0;

boundaryField
{
    inlet
    {
        type            zeroGradient;
    }

    outlet
    {
        type            fixedValue;
        value           uniform 0;
    }

    upperWall
    {
        type            zeroGradient;
    }

    lowerWall
    {
        type            zeroGradient;
    }

    frontAndBack
    {
        type            empty;
    }
}

// ************************************************************************* //

 

 

 

 

 

./ToolOpenFoamExample9/0/phi

 

/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
/*   Windows 32 and 64 bit porting by blueCAPE: http://www.bluecape.com.pt   *\
|  Based on Windows porting (2.0.x v4) by Symscape: http://www.symscape.com   |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       surfaceScalarField;
    location    "0";
    object      phi;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 3 -1 0 0 0 0];

internalField   nonuniform List<scalar>
24170
(
3.15873e-006
-2.4834e-008
3.18381e-006
-2.50875e-008
3.21026e-006
-2.64413e-008
3.23908e-006
-2.88195e-008
3.27131e-006
-3.22344e-008
3.30809e-006
-3.67822e-008
3.35074e-006
-4.26527e-008
3.4009e-006
-5.01582e-008
3.46069e-006
-5.97906e-008
3.53302e-006
-7.23247e-008
3.62203e-006
-8.90157e-008
3.73403e-006
-1.11997e-007
3.87918e-006
-1.45145e-007
4.07536e-006
-1.96185e-007
4.35801e-006
-2.82654e-007
4.81083e-006
-4.52816e-007
5.69465e-006
-8.83819e-007
-2.53106e-006
8.22571e-006
3.48377e-006
-5.2164e-008
3.51138e-006
-5.26939e-008
3.54047e-006
-5.55321e-008
3.57217e-006
-6.05189e-008
3.60761e-006
-6.7678e-008
3.64804e-006
-7.72078e-008
3.69489e-006
-8.95024e-008
3.74994e-006
-1.0521e-007
3.8155e-006
-1.25346e-007
3.89468e-006
-1.51507e-007
3.99193e-006
-1.86266e-007
4.11389e-006
-2.33961e-007
4.27113e-006
-3.0238e-007
4.48166e-006
-4.06715e-007
4.7791e-006
-5.80094e-007
5.23224e-006
-9.05962e-007
5.98104e-006
-1.63262e-006
-3.58985e-006
7.03983e-006
3.84218e-006
-8.21531e-008
3.87247e-006
[...]
4.89614e-006
4.89916e-006
4.90256e-006
4.90645e-006
4.91092e-006
4.96239e-006
4.96649e-006
4.96964e-006
4.97192e-006
4.97339e-006
4.97411e-006
4.97408e-006
4.9733e-006
4.97175e-006
4.96939e-006
6.01208e-006
5.35304e-006
4.76682e-006
4.24514e-006
3.78078e-006
3.36737e-006
2.99927e-006
2.67148e-006
2.37957e-006
2.11959e-006
1.88805e-006
1.68183e-006
1.49815e-006
)
;
    }
    upperWall
    {
        type            calculated;
        value           uniform 0;
    }
    lowerWall
    {
        type            calculated;
        value           uniform 0;
    }
    frontAndBack
    {
        type            empty;
        value           nonuniform 0();
    }
}


// ************************************************************************* //

 

 

 

 

 

./ToolOpenFoamExample9/0/U

 

/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
/*   Windows 32 and 64 bit porting by blueCAPE: http://www.bluecape.com.pt   *\
|  Based on Windows porting (2.0.x v4) by Symscape: http://www.symscape.com   |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       volVectorField;
    location    "0";
    object      U;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 1 -1 0 0 0 0];

internalField   nonuniform List<vector>
12225
(
(10.0396 -0.00784477 0)
(10.1185 -0.00825466 0)
(10.2006 -0.00906217 0)
(10.2887 -0.0102883 0)
(10.386 -0.0119863 0)
(10.496 -0.0142466 0)
(10.6225 -0.0172078 0)
(10.7704 -0.021078 0)
(10.9455 -0.0261715 0)
(11.1558 -0.0329753 0)
(11.4127 -0.0422744 0)
(11.7327 -0.0554018 0)
(12.1418 -0.0747872 0)
(12.6848 -0.105293 0)
(13.4459 -0.158014 0)
(14.6138 -0.263676 0)
(16.7323 -0.536068 0)
(22.1271 -1.59907 0)
(10.0395 -0.0247453 0)
(10.1182 -0.0260373 0)
(10.2002 -0.0285825 0)
(10.288 -0.0324468 0)
(10.385 -0.0377972 0)
(10.4946 -0.0449171 0)
(10.6207 -0.0542418 0)
(10.7679 -0.0664225 0)
(10.942 -0.082442 0)
(11.151 -0.103819 0)
(11.4057 -0.132994 0)
(11.7221 -0.174089 0)
(12.1249 -0.234556 0)
(12.6553 -0.329108 0)
(13.3876 -0.490446 0)
(14.4688 -0.804134 0)
(16.1988 -1.54854 0)
(18.8044 -3.89979 0)
(10.0393 -0.0428929 0)
(10.1176 -0.0451291 0)
(10.1991 -0.0495336 0)
(10.2864 -0.0562187 0)
(10.3828 -0.0654709 0)
(10.4916 -0.0777757 0)
(10.6165 -0.0938774 0)
(10.7621 -0.114888 0)
(10.9341 -0.142477 0)
(11.1399 -0.179213 0)
(11.3896 -0.229191 0)
(11.6979 -0.299252 0)
(12.0865 -0.401555 0)
(12.5896 -0.559426 0)
(13.262 -0.822147 0)
(14.187 -1.30654 0)
(15.4318 -2.32402 0)
(16.5629 -4.74662 0)
(10.039 -0.0627646 0)
(10.1165 -0.0660286 0)
(10.1973 -0.0724554 0)
(10.2837 -0.082205 0)
(10.3789 -0.0956885 0)
(10.4862 -0.113602 0)
(10.6093 -0.137012 0)
(10.7523 -0.167499 0)
(10.9205 -0.207428 0)
(11.1208 -0.260402 0)
(11.3621 -0.33209 0)
(11.6569 -0.431795 0)
(12.0225 -0.575589 0)
(12.4829 -0.792968 0)
(13.0685 -1.14177 0)
(13.8007 -1.74237 0)
(14.6047 -2.84916 0)
(14.9789 -4.91866 0)
(10.0384 -0.0844283 0)
(10.1149 -0.0888018 0)
(10.1944 -0.0974093 0)
[...]
(5.39986 -0.562379 -5.89733e-033)
(5.46345 -0.568956 0)
(5.5319 -0.576051 -1.17071e-032)
(5.60547 -0.583686 0)
(5.68449 -0.591894 0)
(5.76935 -0.600715 0)
(5.86053 -0.610197 0)
(5.95858 -0.620396 1.22226e-032)
(6.06413 -0.631379 0)
(6.17792 -0.643221 0)
(6.30081 -0.656012 1.11811e-032)
(6.43376 -0.669851 -1.1182e-032)
(6.5779 -0.684857 1.15217e-033)
(6.73453 -0.701164 0)
(6.90515 -0.718929 0)
(7.09149 -0.738334 0)
(7.2951 -0.759558 0)
(7.51281 -0.782458 -2.34581e-032)
)
;

boundaryField
{
    inlet
    {
        type            fixedValue;
        value           uniform (10 0 0);
    }
    outlet
    {
        type            zeroGradient;
    }
    upperWall
    {
        type            fixedValue;
        value           uniform (0 0 0);
    }
    lowerWall
    {
        type            fixedValue;
        value           uniform (0 0 0);
    }
    frontAndBack
    {
        type            empty;
    }
}


// ************************************************************************* //

 

 

 

 

 

Go back to Richel Bilderbeek's OpenFOAM page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict

This page has been created by the tool CodeToHtml